-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix errors related to style checking, run test again
- Loading branch information
Chen Liu
committed
Dec 10, 2023
1 parent
d8bb5a0
commit 8bd405e
Showing
17 changed files
with
779 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,249 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<coverage generated="1702066048666" clover="3.2.0"> | ||
<project timestamp="1702066048666" name="All files"> | ||
<metrics statements="41" coveredstatements="41" conditionals="17" coveredconditionals="17" methods="5" coveredmethods="5" elements="63" coveredelements="63" complexity="0" loc="41" ncloc="41" packages="1" files="1" classes="1"/> | ||
<file name="llm.js" path="/Users/xiyuewang/Documents/Unclutter/Columbia 2023-2024/COMS 4156/2023_COMS4156/content_optimizer/llm.js"> | ||
<coverage generated="1702231419814" clover="3.2.0"> | ||
<project timestamp="1702231419814" name="All files"> | ||
<metrics statements="216" coveredstatements="209" conditionals="39" coveredconditionals="35" methods="44" coveredmethods="44" elements="299" coveredelements="288" complexity="0" loc="216" ncloc="216" packages="4" files="5" classes="5"/> | ||
<package name="client_info_mgt"> | ||
<metrics statements="38" coveredstatements="35" conditionals="4" coveredconditionals="2" methods="10" coveredmethods="10"/> | ||
<file name="client_info_mgt.js" path="/Users/martin/Desktop/projects/2023_COMS4156/client_info_mgt/client_info_mgt.js"> | ||
<metrics statements="38" coveredstatements="35" conditionals="4" coveredconditionals="2" methods="10" coveredmethods="10"/> | ||
<line num="1" count="1" type="stmt"/> | ||
<line num="2" count="1" type="stmt"/> | ||
<line num="5" count="1" type="stmt"/> | ||
<line num="6" count="1" type="stmt"/> | ||
<line num="20" count="1" type="stmt"/> | ||
<line num="22" count="8" type="stmt"/> | ||
<line num="24" count="8" type="stmt"/> | ||
<line num="31" count="8" type="stmt"/> | ||
<line num="33" count="8" type="stmt"/> | ||
<line num="34" count="8" type="stmt"/> | ||
<line num="35" count="8" type="stmt"/> | ||
<line num="46" count="1" type="stmt"/> | ||
<line num="47" count="1" type="stmt"/> | ||
<line num="48" count="1" type="stmt"/> | ||
<line num="50" count="1" type="stmt"/> | ||
<line num="59" count="1" type="stmt"/> | ||
<line num="60" count="1" type="stmt"/> | ||
<line num="61" count="1" type="stmt"/> | ||
<line num="74" count="1" type="stmt"/> | ||
<line num="75" count="8" type="stmt"/> | ||
<line num="76" count="8" type="stmt"/> | ||
<line num="79" count="8" type="stmt"/> | ||
<line num="91" count="1" type="stmt"/> | ||
<line num="92" count="10" type="stmt"/> | ||
<line num="93" count="10" type="stmt"/> | ||
<line num="94" count="10" type="stmt"/> | ||
<line num="110" count="1" type="stmt"/> | ||
<line num="111" count="7" type="stmt"/> | ||
<line num="116" count="7" type="cond" truecount="1" falsecount="1"/> | ||
<line num="117" count="7" type="cond" truecount="1" falsecount="1"/> | ||
<line num="118" count="7" type="stmt"/> | ||
<line num="120" count="0" type="stmt"/> | ||
<line num="123" count="7" type="stmt"/> | ||
<line num="125" count="0" type="stmt"/> | ||
<line num="126" count="0" type="stmt"/> | ||
<line num="129" count="7" type="stmt"/> | ||
<line num="131" count="7" type="stmt"/> | ||
<line num="135" count="1" type="stmt"/> | ||
</file> | ||
</package> | ||
<package name="content_fetcher"> | ||
<metrics statements="74" coveredstatements="72" conditionals="14" coveredconditionals="12" methods="11" coveredmethods="11"/> | ||
<file name="pubmed.js" path="/Users/martin/Desktop/projects/2023_COMS4156/content_fetcher/pubmed.js"> | ||
<metrics statements="50" coveredstatements="48" conditionals="6" coveredconditionals="5" methods="9" coveredmethods="9"/> | ||
<line num="2" count="2" type="stmt"/> | ||
<line num="20" count="2" type="cond" truecount="1" falsecount="0"/> | ||
<line num="22" count="9" type="stmt"/> | ||
<line num="23" count="9" type="stmt"/> | ||
<line num="24" count="9" type="stmt"/> | ||
<line num="25" count="9" type="stmt"/> | ||
<line num="26" count="9" type="stmt"/> | ||
<line num="28" count="9" type="stmt"/> | ||
<line num="38" count="9" type="stmt"/> | ||
<line num="39" count="9" type="stmt"/> | ||
<line num="41" count="9" type="stmt"/> | ||
<line num="42" count="9" type="stmt"/> | ||
<line num="44" count="9" type="stmt"/> | ||
<line num="45" count="9" type="stmt"/> | ||
<line num="48" count="9" type="stmt"/> | ||
<line num="49" count="42" type="stmt"/> | ||
<line num="51" count="9" type="stmt"/> | ||
<line num="69" count="2" type="stmt"/> | ||
<line num="70" count="21" type="stmt"/> | ||
<line num="71" count="21" type="stmt"/> | ||
<line num="72" count="21" type="stmt"/> | ||
<line num="73" count="21" type="stmt"/> | ||
<line num="74" count="21" type="stmt"/> | ||
<line num="76" count="21" type="stmt"/> | ||
<line num="86" count="21" type="stmt"/> | ||
<line num="87" count="21" type="stmt"/> | ||
<line num="89" count="21" type="stmt"/> | ||
<line num="90" count="21" type="stmt"/> | ||
<line num="91" count="21" type="stmt"/> | ||
<line num="93" count="21" type="stmt"/> | ||
<line num="94" count="21" type="stmt"/> | ||
<line num="95" count="70" type="stmt"/> | ||
<line num="96" count="70" type="stmt"/> | ||
<line num="97" count="70" type="cond" truecount="3" falsecount="1"/> | ||
<line num="98" count="70" type="stmt"/> | ||
<line num="100" count="0" type="stmt"/> | ||
<line num="101" count="0" type="stmt"/> | ||
<line num="104" count="21" type="stmt"/> | ||
<line num="122" count="2" type="cond" truecount="1" falsecount="0"/> | ||
<line num="123" count="4" type="stmt"/> | ||
<line num="124" count="4" type="stmt"/> | ||
<line num="128" count="4" type="stmt"/> | ||
<line num="130" count="20" type="stmt"/> | ||
<line num="131" count="20" type="stmt"/> | ||
<line num="132" count="20" type="stmt"/> | ||
<line num="133" count="20" type="stmt"/> | ||
<line num="136" count="4" type="stmt"/> | ||
<line num="137" count="4" type="stmt"/> | ||
<line num="138" count="4" type="stmt"/> | ||
<line num="141" count="2" type="stmt"/> | ||
</file> | ||
<file name="wikipedia.js" path="/Users/martin/Desktop/projects/2023_COMS4156/content_fetcher/wikipedia.js"> | ||
<metrics statements="24" coveredstatements="24" conditionals="8" coveredconditionals="7" methods="2" coveredmethods="2"/> | ||
<line num="2" count="7" type="stmt"/> | ||
<line num="4" count="7" type="cond" truecount="2" falsecount="0"/> | ||
<line num="5" count="1" type="stmt"/> | ||
<line num="6" count="1" type="stmt"/> | ||
<line num="9" count="6" type="stmt"/> | ||
<line num="10" count="6" type="stmt"/> | ||
<line num="11" count="6" type="stmt"/> | ||
<line num="12" count="5" type="stmt"/> | ||
<line num="14" count="5" type="cond" truecount="5" falsecount="0"/> | ||
<line num="15" count="1" type="stmt"/> | ||
<line num="16" count="1" type="stmt"/> | ||
<line num="19" count="32" type="stmt"/> | ||
<line num="21" count="4" type="stmt"/> | ||
<line num="22" count="4" type="stmt"/> | ||
<line num="23" count="4" type="stmt"/> | ||
<line num="25" count="4" type="stmt"/> | ||
<line num="26" count="4" type="stmt"/> | ||
<line num="28" count="4" type="stmt"/> | ||
<line num="29" count="32" type="stmt"/> | ||
<line num="34" count="4" type="stmt"/> | ||
<line num="35" count="4" type="stmt"/> | ||
<line num="37" count="1" type="stmt"/> | ||
<line num="38" count="1" type="stmt"/> | ||
<line num="42" count="1" type="stmt"/> | ||
</file> | ||
</package> | ||
<package name="content_optimizer"> | ||
<metrics statements="41" coveredstatements="41" conditionals="17" coveredconditionals="17" methods="5" coveredmethods="5"/> | ||
<line num="1" count="1" type="stmt"/> | ||
<line num="2" count="1" type="stmt"/> | ||
<line num="3" count="1" type="stmt"/> | ||
<line num="5" count="1" type="stmt"/> | ||
<line num="8" count="1" type="stmt"/> | ||
<line num="18" count="2" type="cond" truecount="2" falsecount="0"/> | ||
<line num="19" count="1" type="stmt"/> | ||
<line num="21" count="1" type="stmt"/> | ||
<line num="22" count="1" type="stmt"/> | ||
<line num="33" count="7" type="cond" truecount="2" falsecount="0"/> | ||
<line num="34" count="1" type="stmt"/> | ||
<line num="37" count="6" type="cond" truecount="2" falsecount="0"/> | ||
<line num="39" count="6" type="stmt"/> | ||
<line num="40" count="6" type="stmt"/> | ||
<line num="47" count="6" type="stmt"/> | ||
<line num="51" count="6" type="stmt"/> | ||
<line num="52" count="6" type="stmt"/> | ||
<line num="55" count="6" type="stmt"/> | ||
<line num="65" count="3" type="stmt"/> | ||
<line num="66" count="3" type="stmt"/> | ||
<line num="68" count="3" type="stmt"/> | ||
<line num="69" count="3" type="cond" truecount="2" falsecount="0"/> | ||
<line num="71" count="1" type="stmt"/> | ||
<line num="75" count="2" type="stmt"/> | ||
<line num="76" count="3" type="cond" truecount="4" falsecount="0"/> | ||
<line num="77" count="1" type="stmt"/> | ||
<line num="79" count="2" type="stmt"/> | ||
<line num="80" count="2" type="stmt"/> | ||
<line num="82" count="2" type="stmt"/> | ||
<line num="88" count="1" type="stmt"/> | ||
<line num="89" count="1" type="stmt"/> | ||
<line num="100" count="2" type="cond" truecount="2" falsecount="0"/> | ||
<line num="102" count="1" type="stmt"/> | ||
<line num="105" count="1" type="stmt"/> | ||
<line num="106" count="1" type="stmt"/> | ||
<line num="108" count="1" type="stmt"/> | ||
<line num="109" count="2" type="stmt"/> | ||
<line num="111" count="2" type="stmt"/> | ||
<line num="117" count="1" type="stmt"/> | ||
<line num="118" count="1" type="stmt"/> | ||
<line num="121" count="1" type="stmt"/> | ||
</file> | ||
<file name="llm.js" path="/Users/martin/Desktop/projects/2023_COMS4156/content_optimizer/llm.js"> | ||
<metrics statements="41" coveredstatements="41" conditionals="17" coveredconditionals="17" methods="5" coveredmethods="5"/> | ||
<line num="1" count="1" type="stmt"/> | ||
<line num="2" count="1" type="stmt"/> | ||
<line num="3" count="1" type="stmt"/> | ||
<line num="5" count="1" type="stmt"/> | ||
<line num="8" count="1" type="stmt"/> | ||
<line num="18" count="2" type="cond" truecount="2" falsecount="0"/> | ||
<line num="19" count="1" type="stmt"/> | ||
<line num="21" count="1" type="stmt"/> | ||
<line num="22" count="1" type="stmt"/> | ||
<line num="33" count="7" type="cond" truecount="2" falsecount="0"/> | ||
<line num="34" count="1" type="stmt"/> | ||
<line num="37" count="6" type="cond" truecount="2" falsecount="0"/> | ||
<line num="39" count="6" type="stmt"/> | ||
<line num="40" count="6" type="stmt"/> | ||
<line num="47" count="6" type="stmt"/> | ||
<line num="51" count="6" type="stmt"/> | ||
<line num="52" count="6" type="stmt"/> | ||
<line num="55" count="6" type="stmt"/> | ||
<line num="65" count="3" type="stmt"/> | ||
<line num="66" count="3" type="stmt"/> | ||
<line num="68" count="3" type="stmt"/> | ||
<line num="69" count="3" type="cond" truecount="2" falsecount="0"/> | ||
<line num="71" count="1" type="stmt"/> | ||
<line num="75" count="2" type="stmt"/> | ||
<line num="76" count="3" type="cond" truecount="4" falsecount="0"/> | ||
<line num="77" count="1" type="stmt"/> | ||
<line num="79" count="2" type="stmt"/> | ||
<line num="80" count="2" type="stmt"/> | ||
<line num="82" count="2" type="stmt"/> | ||
<line num="88" count="1" type="stmt"/> | ||
<line num="89" count="1" type="stmt"/> | ||
<line num="100" count="2" type="cond" truecount="2" falsecount="0"/> | ||
<line num="102" count="1" type="stmt"/> | ||
<line num="105" count="1" type="stmt"/> | ||
<line num="106" count="1" type="stmt"/> | ||
<line num="108" count="1" type="stmt"/> | ||
<line num="109" count="2" type="stmt"/> | ||
<line num="111" count="2" type="stmt"/> | ||
<line num="117" count="1" type="stmt"/> | ||
<line num="118" count="1" type="stmt"/> | ||
<line num="121" count="1" type="stmt"/> | ||
</file> | ||
</package> | ||
<package name="content_ranker"> | ||
<metrics statements="63" coveredstatements="61" conditionals="4" coveredconditionals="4" methods="18" coveredmethods="18"/> | ||
<file name="content_ranker.js" path="/Users/martin/Desktop/projects/2023_COMS4156/content_ranker/content_ranker.js"> | ||
<metrics statements="63" coveredstatements="61" conditionals="4" coveredconditionals="4" methods="18" coveredmethods="18"/> | ||
<line num="1" count="4" type="stmt"/> | ||
<line num="2" count="4" type="stmt"/> | ||
<line num="3" count="4" type="stmt"/> | ||
<line num="4" count="4" type="stmt"/> | ||
<line num="7" count="4" type="stmt"/> | ||
<line num="10" count="4" type="stmt"/> | ||
<line num="20" count="8" type="stmt"/> | ||
<line num="21" count="8" type="stmt"/> | ||
<line num="22" count="6" type="stmt"/> | ||
<line num="24" count="2" type="stmt"/> | ||
<line num="26" count="2" type="stmt"/> | ||
<line num="38" count="5" type="stmt"/> | ||
<line num="49" count="8" type="stmt"/> | ||
<line num="50" count="8" type="cond" truecount="2" falsecount="0"/> | ||
<line num="51" count="4" type="stmt"/> | ||
<line num="53" count="4" type="stmt"/> | ||
<line num="54" count="4" type="stmt"/> | ||
<line num="55" count="4" type="stmt"/> | ||
<line num="56" count="4" type="stmt"/> | ||
<line num="58" count="0" type="stmt"/> | ||
<line num="59" count="0" type="stmt"/> | ||
<line num="65" count="4" type="stmt"/> | ||
<line num="66" count="4" type="stmt"/> | ||
<line num="67" count="8" type="stmt"/> | ||
<line num="69" count="4" type="stmt"/> | ||
<line num="78" count="3" type="stmt"/> | ||
<line num="79" count="3" type="stmt"/> | ||
<line num="80" count="3" type="stmt"/> | ||
<line num="81" count="3" type="stmt"/> | ||
<line num="82" count="65" type="stmt"/> | ||
<line num="83" count="2" type="stmt"/> | ||
<line num="84" count="2" type="stmt"/> | ||
<line num="85" count="7" type="stmt"/> | ||
<line num="89" count="1" type="stmt"/> | ||
<line num="91" count="1" type="stmt"/> | ||
<line num="92" count="3" type="stmt"/> | ||
<line num="93" count="3" type="stmt"/> | ||
<line num="105" count="121" type="stmt"/> | ||
<line num="106" count="121" type="stmt"/> | ||
<line num="107" count="121" type="stmt"/> | ||
<line num="108" count="604" type="cond" truecount="2" falsecount="0"/> | ||
<line num="110" count="121" type="stmt"/> | ||
<line num="120" count="4" type="stmt"/> | ||
<line num="121" count="4" type="stmt"/> | ||
<line num="122" count="112" type="stmt"/> | ||
<line num="127" count="4" type="stmt"/> | ||
<line num="129" count="4" type="stmt"/> | ||
<line num="140" count="2" type="stmt"/> | ||
<line num="141" count="6" type="stmt"/> | ||
<line num="142" count="6" type="stmt"/> | ||
<line num="143" count="6" type="stmt"/> | ||
<line num="144" count="6" type="stmt"/> | ||
<line num="150" count="6" type="stmt"/> | ||
<line num="159" count="1" type="stmt"/> | ||
<line num="160" count="1" type="stmt"/> | ||
<line num="161" count="1" type="stmt"/> | ||
<line num="162" count="1" type="stmt"/> | ||
<line num="163" count="1" type="stmt"/> | ||
<line num="164" count="1" type="stmt"/> | ||
<line num="165" count="1" type="stmt"/> | ||
<line num="166" count="1" type="stmt"/> | ||
<line num="167" count="1" type="stmt"/> | ||
<line num="170" count="4" type="stmt"/> | ||
</file> | ||
</package> | ||
</project> | ||
</coverage> |
Oops, something went wrong.