clover.xml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <coverage generated="1619055534112" clover="3.2.0">
  3. <project timestamp="1619055534112" name="All files">
  4. <metrics statements="499" coveredstatements="217" conditionals="264" coveredconditionals="83" methods="78" coveredmethods="29" elements="841" coveredelements="329" complexity="0" loc="499" ncloc="499" packages="3" files="9" classes="9"/>
  5. <package name="src">
  6. <metrics statements="383" coveredstatements="170" conditionals="197" coveredconditionals="56" methods="60" coveredmethods="20"/>
  7. <file name="api.ts" path="/home/travis/build/qiniu/js-sdk/src/api.ts">
  8. <metrics statements="35" coveredstatements="22" conditionals="12" coveredconditionals="6" methods="7" coveredmethods="2"/>
  9. <line num="1" count="1" type="stmt"/>
  10. <line num="2" count="1" type="stmt"/>
  11. <line num="3" count="1" type="stmt"/>
  12. <line num="16" count="1" type="stmt"/>
  13. <line num="17" count="1" type="stmt"/>
  14. <line num="18" count="1" type="stmt"/>
  15. <line num="19" count="1" type="stmt"/>
  16. <line num="25" count="1" type="stmt"/>
  17. <line num="26" count="5" type="cond" truecount="1" falsecount="1"/>
  18. <line num="28" count="5" type="cond" truecount="2" falsecount="0"/>
  19. <line num="29" count="1" type="stmt"/>
  20. <line num="32" count="4" type="cond" truecount="2" falsecount="0"/>
  21. <line num="33" count="3" type="stmt"/>
  22. <line num="34" count="3" type="cond" truecount="1" falsecount="1"/>
  23. <line num="35" count="3" type="stmt"/>
  24. <line num="38" count="1" type="stmt"/>
  25. <line num="39" count="1" type="stmt"/>
  26. <line num="40" count="1" type="stmt"/>
  27. <line num="49" count="0" type="stmt"/>
  28. <line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
  29. <line num="66" count="1" type="stmt"/>
  30. <line num="72" count="0" type="cond" truecount="0" falsecount="2"/>
  31. <line num="73" count="0" type="stmt"/>
  32. <line num="93" count="1" type="stmt"/>
  33. <line num="100" count="0" type="stmt"/>
  34. <line num="101" count="0" type="stmt"/>
  35. <line num="102" count="0" type="stmt"/>
  36. <line num="117" count="1" type="stmt"/>
  37. <line num="123" count="0" type="stmt"/>
  38. <line num="124" count="0" type="stmt"/>
  39. <line num="125" count="0" type="stmt"/>
  40. <line num="137" count="1" type="stmt"/>
  41. <line num="142" count="0" type="stmt"/>
  42. <line num="143" count="0" type="stmt"/>
  43. <line num="144" count="0" type="stmt"/>
  44. </file>
  45. <file name="base64.ts" path="/home/travis/build/qiniu/js-sdk/src/base64.ts">
  46. <metrics statements="89" coveredstatements="44" conditionals="32" coveredconditionals="8" methods="5" coveredmethods="3"/>
  47. <line num="3" count="3" type="stmt"/>
  48. <line num="19" count="2" type="cond" truecount="3" falsecount="1"/>
  49. <line num="20" count="0" type="stmt"/>
  50. <line num="23" count="2" type="stmt"/>
  51. <line num="24" count="2" type="stmt"/>
  52. <line num="27" count="2" type="stmt"/>
  53. <line num="29" count="2" type="stmt"/>
  54. <line num="30" count="2" type="stmt"/>
  55. <line num="31" count="2" type="stmt"/>
  56. <line num="32" count="86" type="stmt"/>
  57. <line num="33" count="86" type="stmt"/>
  58. <line num="35" count="86" type="cond" truecount="1" falsecount="1"/>
  59. <line num="36" count="86" type="stmt"/>
  60. <line num="37" count="0" type="cond" truecount="0" falsecount="4"/>
  61. <line num="38" count="0" type="stmt"/>
  62. <line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
  63. <line num="40" count="0" type="stmt"/>
  64. <line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
  65. <line num="48" count="0" type="stmt"/>
  66. <line num="50" count="0" type="stmt"/>
  67. <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
  68. <line num="52" count="0" type="stmt"/>
  69. <line num="54" count="0" type="stmt"/>
  70. <line num="55" count="0" type="stmt"/>
  71. <line num="62" count="86" type="cond" truecount="1" falsecount="1"/>
  72. <line num="63" count="0" type="cond" truecount="0" falsecount="2"/>
  73. <line num="64" count="0" type="stmt"/>
  74. <line num="66" count="0" type="stmt"/>
  75. <line num="67" count="0" type="stmt"/>
  76. <line num="71" count="2" type="cond" truecount="1" falsecount="1"/>
  77. <line num="72" count="2" type="stmt"/>
  78. <line num="75" count="2" type="stmt"/>
  79. <line num="78" count="3" type="stmt"/>
  80. <line num="94" count="2" type="stmt"/>
  81. <line num="103" count="2" type="stmt"/>
  82. <line num="104" count="2" type="stmt"/>
  83. <line num="105" count="2" type="stmt"/>
  84. <line num="106" count="2" type="stmt"/>
  85. <line num="108" count="2" type="cond" truecount="1" falsecount="1"/>
  86. <line num="109" count="0" type="stmt"/>
  87. <line num="112" count="2" type="stmt"/>
  88. <line num="114" count="2" type="stmt"/>
  89. <line num="116" count="30" type="stmt"/>
  90. <line num="117" count="30" type="stmt"/>
  91. <line num="118" count="30" type="stmt"/>
  92. <line num="120" count="30" type="stmt"/>
  93. <line num="122" count="30" type="stmt"/>
  94. <line num="123" count="30" type="stmt"/>
  95. <line num="124" count="30" type="stmt"/>
  96. <line num="125" count="30" type="stmt"/>
  97. <line num="128" count="30" type="stmt"/>
  98. <line num="132" count="2" type="stmt"/>
  99. <line num="134" count="2" type="stmt"/>
  100. <line num="136" count="2" type="stmt"/>
  101. <line num="137" count="2" type="stmt"/>
  102. <line num="139" count="0" type="stmt"/>
  103. <line num="140" count="0" type="stmt"/>
  104. <line num="143" count="2" type="stmt"/>
  105. <line num="146" count="3" type="stmt"/>
  106. <line num="164" count="0" type="stmt"/>
  107. <line num="165" count="0" type="stmt"/>
  108. <line num="166" count="0" type="stmt"/>
  109. <line num="167" count="0" type="stmt"/>
  110. <line num="168" count="0" type="stmt"/>
  111. <line num="170" count="0" type="cond" truecount="0" falsecount="2"/>
  112. <line num="171" count="0" type="stmt"/>
  113. <line num="174" count="0" type="stmt"/>
  114. <line num="176" count="0" type="stmt"/>
  115. <line num="177" count="0" type="stmt"/>
  116. <line num="178" count="0" type="stmt"/>
  117. <line num="179" count="0" type="stmt"/>
  118. <line num="180" count="0" type="stmt"/>
  119. <line num="182" count="0" type="stmt"/>
  120. <line num="184" count="0" type="stmt"/>
  121. <line num="185" count="0" type="stmt"/>
  122. <line num="186" count="0" type="stmt"/>
  123. <line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
  124. <line num="189" count="0" type="stmt"/>
  125. <line num="190" count="0" type="cond" truecount="0" falsecount="2"/>
  126. <line num="191" count="0" type="stmt"/>
  127. <line num="193" count="0" type="stmt"/>
  128. <line num="197" count="0" type="stmt"/>
  129. <line num="199" count="0" type="stmt"/>
  130. <line num="202" count="3" type="stmt"/>
  131. <line num="203" count="2" type="stmt"/>
  132. <line num="204" count="2" type="stmt"/>
  133. <line num="207" count="3" type="stmt"/>
  134. <line num="208" count="0" type="stmt"/>
  135. <line num="209" count="0" type="stmt"/>
  136. </file>
  137. <file name="config.ts" path="/home/travis/build/qiniu/js-sdk/src/config.ts">
  138. <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
  139. <line num="2" count="1" type="stmt"/>
  140. <line num="11" count="1" type="stmt"/>
  141. </file>
  142. <file name="image.ts" path="/home/travis/build/qiniu/js-sdk/src/image.ts">
  143. <metrics statements="97" coveredstatements="56" conditionals="94" coveredconditionals="40" methods="7" coveredmethods="4"/>
  144. <line num="1" count="1" type="stmt"/>
  145. <line num="2" count="1" type="stmt"/>
  146. <line num="48" count="3" type="stmt"/>
  147. <line num="49" count="3" type="cond" truecount="1" falsecount="1"/>
  148. <line num="50" count="3" type="stmt"/>
  149. <line num="53" count="3" type="stmt"/>
  150. <line num="56" count="1" type="stmt"/>
  151. <line num="57" count="1" type="cond" truecount="1" falsecount="1"/>
  152. <line num="58" count="0" type="stmt"/>
  153. <line num="61" count="5" type="stmt"/>
  154. <line num="63" count="1" type="cond" truecount="3" falsecount="1"/>
  155. <line num="64" count="0" type="stmt"/>
  156. <line num="67" count="1" type="stmt"/>
  157. <line num="68" count="1" type="cond" truecount="1" falsecount="1"/>
  158. <line num="69" count="1" type="cond" truecount="1" falsecount="1"/>
  159. <line num="70" count="1" type="cond" truecount="1" falsecount="1"/>
  160. <line num="71" count="1" type="cond" truecount="1" falsecount="1"/>
  161. <line num="72" count="1" type="cond" truecount="3" falsecount="1"/>
  162. <line num="73" count="1" type="stmt"/>
  163. <line num="75" count="1" type="stmt"/>
  164. <line num="79" count="1" type="stmt"/>
  165. <line num="80" count="1" type="stmt"/>
  166. <line num="81" count="8" type="stmt"/>
  167. <line num="83" count="1" type="stmt"/>
  168. <line num="85" count="1" type="cond" truecount="1" falsecount="1"/>
  169. <line num="86" count="1" type="cond" truecount="1" falsecount="1"/>
  170. <line num="87" count="1" type="cond" truecount="1" falsecount="1"/>
  171. <line num="88" count="1" type="cond" truecount="1" falsecount="1"/>
  172. <line num="89" count="1" type="cond" truecount="1" falsecount="1"/>
  173. <line num="90" count="1" type="cond" truecount="1" falsecount="1"/>
  174. <line num="91" count="1" type="cond" truecount="1" falsecount="1"/>
  175. <line num="92" count="1" type="cond" truecount="1" falsecount="1"/>
  176. <line num="93" count="1" type="cond" truecount="1" falsecount="1"/>
  177. <line num="94" count="1" type="cond" truecount="3" falsecount="1"/>
  178. <line num="95" count="1" type="stmt"/>
  179. <line num="97" count="1" type="stmt"/>
  180. <line num="101" count="1" type="stmt"/>
  181. <line num="102" count="2" type="stmt"/>
  182. <line num="103" count="2" type="cond" truecount="1" falsecount="1"/>
  183. <line num="104" count="0" type="stmt"/>
  184. <line num="107" count="2" type="stmt"/>
  185. <line num="108" count="2" type="cond" truecount="4" falsecount="0"/>
  186. <line num="109" count="1" type="stmt"/>
  187. <line num="112" count="1" type="cond" truecount="1" falsecount="1"/>
  188. <line num="113" count="1" type="stmt"/>
  189. <line num="114" count="1" type="cond" truecount="1" falsecount="1"/>
  190. <line num="115" count="0" type="stmt"/>
  191. <line num="117" count="1" type="cond" truecount="1" falsecount="1"/>
  192. <line num="120" count="1" type="cond" truecount="1" falsecount="1"/>
  193. <line num="121" count="0" type="stmt"/>
  194. <line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
  195. <line num="123" count="0" type="stmt"/>
  196. <line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
  197. <line num="126" count="0" type="cond" truecount="0" falsecount="2"/>
  198. <line num="127" count="0" type="cond" truecount="0" falsecount="2"/>
  199. <line num="128" count="0" type="cond" truecount="0" falsecount="2"/>
  200. <line num="131" count="4" type="stmt"/>
  201. <line num="133" count="1" type="cond" truecount="1" falsecount="1"/>
  202. <line num="134" count="1" type="cond" truecount="1" falsecount="1"/>
  203. <line num="135" count="1" type="cond" truecount="1" falsecount="1"/>
  204. <line num="136" count="1" type="cond" truecount="1" falsecount="1"/>
  205. <line num="137" count="1" type="cond" truecount="3" falsecount="1"/>
  206. <line num="138" count="1" type="stmt"/>
  207. <line num="140" count="1" type="stmt"/>
  208. <line num="144" count="1" type="stmt"/>
  209. <line num="145" count="0" type="stmt"/>
  210. <line num="146" count="0" type="stmt"/>
  211. <line num="150" count="1" type="stmt"/>
  212. <line num="151" count="0" type="stmt"/>
  213. <line num="152" count="0" type="stmt"/>
  214. <line num="155" count="1" type="stmt"/>
  215. <line num="156" count="0" type="stmt"/>
  216. <line num="158" count="0" type="stmt"/>
  217. <line num="159" count="0" type="stmt"/>
  218. <line num="160" count="0" type="cond" truecount="0" falsecount="2"/>
  219. <line num="161" count="0" type="stmt"/>
  220. <line num="162" count="0" type="stmt"/>
  221. <line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
  222. <line num="164" count="0" type="stmt"/>
  223. <line num="166" count="0" type="stmt"/>
  224. <line num="168" count="0" type="stmt"/>
  225. <line num="169" count="0" type="stmt"/>
  226. <line num="171" count="0" type="stmt"/>
  227. <line num="172" count="0" type="stmt"/>
  228. <line num="174" count="0" type="stmt"/>
  229. <line num="175" count="0" type="stmt"/>
  230. <line num="177" count="0" type="stmt"/>
  231. <line num="178" count="0" type="stmt"/>
  232. <line num="180" count="0" type="cond" truecount="0" falsecount="2"/>
  233. <line num="181" count="0" type="stmt"/>
  234. <line num="185" count="0" type="cond" truecount="0" falsecount="4"/>
  235. <line num="186" count="0" type="stmt"/>
  236. <line num="187" count="0" type="stmt"/>
  237. <line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
  238. <line num="189" count="0" type="stmt"/>
  239. <line num="192" count="0" type="stmt"/>
  240. <line num="195" count="0" type="stmt"/>
  241. </file>
  242. <file name="pool.ts" path="/home/travis/build/qiniu/js-sdk/src/pool.ts">
  243. <metrics statements="22" coveredstatements="21" conditionals="0" coveredconditionals="0" methods="11" coveredmethods="10"/>
  244. <line num="9" count="1" type="stmt"/>
  245. <line num="10" count="1" type="stmt"/>
  246. <line num="11" count="1" type="stmt"/>
  247. <line num="13" count="1" type="stmt"/>
  248. <line num="15" count="6" type="stmt"/>
  249. <line num="16" count="6" type="stmt"/>
  250. <line num="17" count="6" type="stmt"/>
  251. <line num="22" count="6" type="stmt"/>
  252. <line num="26" count="6" type="stmt"/>
  253. <line num="27" count="12" type="stmt"/>
  254. <line num="28" count="6" type="stmt"/>
  255. <line num="29" count="6" type="stmt"/>
  256. <line num="31" count="11" type="stmt"/>
  257. <line num="32" count="6" type="stmt"/>
  258. <line num="33" count="6" type="stmt"/>
  259. <line num="35" count="0" type="stmt"/>
  260. <line num="39" count="12" type="stmt"/>
  261. <line num="40" count="12" type="stmt"/>
  262. <line num="41" count="12" type="stmt"/>
  263. <line num="42" count="12" type="stmt"/>
  264. <line num="43" count="6" type="stmt"/>
  265. <line num="46" count="1" type="stmt"/>
  266. </file>
  267. <file name="utils.ts" path="/home/travis/build/qiniu/js-sdk/src/utils.ts">
  268. <metrics statements="138" coveredstatements="25" conditionals="59" coveredconditionals="2" methods="30" coveredmethods="1"/>
  269. <line num="1" count="2" type="stmt"/>
  270. <line num="3" count="2" type="stmt"/>
  271. <line num="5" count="2" type="stmt"/>
  272. <line num="8" count="2" type="stmt"/>
  273. <line num="10" count="0" type="stmt"/>
  274. <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
  275. <line num="13" count="0" type="stmt"/>
  276. <line num="16" count="0" type="stmt"/>
  277. <line num="17" count="0" type="stmt"/>
  278. <line num="21" count="0" type="stmt"/>
  279. <line num="22" count="0" type="stmt"/>
  280. <line num="23" count="0" type="stmt"/>
  281. <line num="24" count="0" type="stmt"/>
  282. <line num="28" count="0" type="stmt"/>
  283. <line num="30" count="0" type="stmt"/>
  284. <line num="33" count="2" type="stmt"/>
  285. <line num="34" count="0" type="stmt"/>
  286. <line num="37" count="2" type="stmt"/>
  287. <line num="38" count="0" type="stmt"/>
  288. <line num="41" count="2" type="stmt"/>
  289. <line num="42" count="0" type="stmt"/>
  290. <line num="45" count="2" type="stmt"/>
  291. <line num="46" count="0" type="stmt"/>
  292. <line num="47" count="0" type="stmt"/>
  293. <line num="49" count="0" type="stmt"/>
  294. <line num="53" count="2" type="stmt"/>
  295. <line num="54" count="2" type="cond" truecount="2" falsecount="0"/>
  296. <line num="55" count="2" type="stmt"/>
  297. <line num="58" count="2" type="stmt"/>
  298. <line num="59" count="0" type="stmt"/>
  299. <line num="60" count="0" type="stmt"/>
  300. <line num="62" count="0" type="stmt"/>
  301. <line num="66" count="2" type="stmt"/>
  302. <line num="67" count="0" type="stmt"/>
  303. <line num="68" count="0" type="stmt"/>
  304. <line num="69" count="0" type="stmt"/>
  305. <line num="71" count="0" type="cond" truecount="0" falsecount="2"/>
  306. <line num="72" count="0" type="stmt"/>
  307. <line num="75" count="0" type="stmt"/>
  308. <line num="76" count="0" type="stmt"/>
  309. <line num="79" count="0" type="stmt"/>
  310. <line num="80" count="0" type="stmt"/>
  311. <line num="83" count="0" type="stmt"/>
  312. <line num="86" count="2" type="stmt"/>
  313. <line num="87" count="0" type="stmt"/>
  314. <line num="88" count="0" type="stmt"/>
  315. <line num="91" count="2" type="stmt"/>
  316. <line num="92" count="0" type="stmt"/>
  317. <line num="93" count="0" type="stmt"/>
  318. <line num="99" count="2" type="stmt"/>
  319. <line num="100" count="0" type="stmt"/>
  320. <line num="101" count="0" type="stmt"/>
  321. <line num="107" count="2" type="stmt"/>
  322. <line num="108" count="0" type="cond" truecount="0" falsecount="2"/>
  323. <line num="109" count="0" type="stmt"/>
  324. <line num="112" count="0" type="stmt"/>
  325. <line num="115" count="2" type="stmt"/>
  326. <line num="116" count="0" type="cond" truecount="0" falsecount="1"/>
  327. <line num="117" count="0" type="stmt"/>
  328. <line num="118" count="0" type="stmt"/>
  329. <line num="119" count="0" type="stmt"/>
  330. <line num="122" count="2" type="stmt"/>
  331. <line num="123" count="0" type="stmt"/>
  332. <line num="124" count="0" type="stmt"/>
  333. <line num="126" count="0" type="stmt"/>
  334. <line num="127" count="0" type="cond" truecount="0" falsecount="2"/>
  335. <line num="128" count="0" type="stmt"/>
  336. <line num="129" count="0" type="stmt"/>
  337. <line num="131" count="0" type="stmt"/>
  338. <line num="135" count="0" type="stmt"/>
  339. <line num="136" count="0" type="stmt"/>
  340. <line num="139" count="0" type="stmt"/>
  341. <line num="169" count="2" type="stmt"/>
  342. <line num="170" count="0" type="stmt"/>
  343. <line num="171" count="0" type="stmt"/>
  344. <line num="172" count="0" type="stmt"/>
  345. <line num="174" count="0" type="cond" truecount="0" falsecount="2"/>
  346. <line num="175" count="0" type="stmt"/>
  347. <line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
  348. <line num="179" count="0" type="stmt"/>
  349. <line num="180" count="0" type="stmt"/>
  350. <line num="181" count="0" type="stmt"/>
  351. <line num="185" count="0" type="stmt"/>
  352. <line num="186" count="0" type="cond" truecount="0" falsecount="4"/>
  353. <line num="187" count="0" type="stmt"/>
  354. <line num="194" count="0" type="stmt"/>
  355. <line num="195" count="0" type="stmt"/>
  356. <line num="196" count="0" type="cond" truecount="0" falsecount="2"/>
  357. <line num="197" count="0" type="stmt"/>
  358. <line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
  359. <line num="201" count="0" type="cond" truecount="0" falsecount="2"/>
  360. <line num="202" count="0" type="stmt"/>
  361. <line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
  362. <line num="204" count="0" type="stmt"/>
  363. <line num="206" count="0" type="stmt"/>
  364. <line num="212" count="0" type="stmt"/>
  365. <line num="215" count="0" type="stmt"/>
  366. <line num="216" count="0" type="stmt"/>
  367. <line num="221" count="0" type="stmt"/>
  368. <line num="225" count="0" type="stmt"/>
  369. <line num="229" count="2" type="stmt"/>
  370. <line num="230" count="0" type="cond" truecount="0" falsecount="4"/>
  371. <line num="231" count="0" type="stmt"/>
  372. <line num="233" count="0" type="cond" truecount="0" falsecount="2"/>
  373. <line num="234" count="0" type="stmt"/>
  374. <line num="237" count="0" type="stmt"/>
  375. <line num="238" count="0" type="stmt"/>
  376. <line num="240" count="0" type="cond" truecount="0" falsecount="2"/>
  377. <line num="241" count="0" type="stmt"/>
  378. <line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
  379. <line num="245" count="0" type="stmt"/>
  380. <line num="248" count="0" type="stmt"/>
  381. <line num="251" count="0" type="stmt"/>
  382. <line num="254" count="2" type="stmt"/>
  383. <line num="255" count="0" type="cond" truecount="0" falsecount="4"/>
  384. <line num="256" count="0" type="stmt"/>
  385. <line num="257" count="0" type="cond" truecount="0" falsecount="2"/>
  386. <line num="260" count="0" type="stmt"/>
  387. <line num="268" count="2" type="stmt"/>
  388. <line num="269" count="0" type="stmt"/>
  389. <line num="271" count="0" type="cond" truecount="0" falsecount="2"/>
  390. <line num="272" count="0" type="stmt"/>
  391. <line num="274" count="0" type="stmt"/>
  392. <line num="280" count="2" type="stmt"/>
  393. <line num="281" count="0" type="cond" truecount="0" falsecount="3"/>
  394. <line num="282" count="0" type="stmt"/>
  395. <line num="291" count="2" type="stmt"/>
  396. <line num="292" count="0" type="stmt"/>
  397. <line num="294" count="0" type="stmt"/>
  398. <line num="297" count="0" type="stmt"/>
  399. <line num="304" count="0" type="stmt"/>
  400. <line num="311" count="0" type="stmt"/>
  401. <line num="318" count="0" type="stmt"/>
  402. <line num="325" count="0" type="stmt"/>
  403. <line num="332" count="0" type="stmt"/>
  404. <line num="339" count="0" type="stmt"/>
  405. <line num="346" count="0" type="stmt"/>
  406. <line num="352" count="0" type="stmt"/>
  407. </file>
  408. </package>
  409. <package name="src.logger">
  410. <metrics statements="35" coveredstatements="34" conditionals="39" coveredconditionals="27" methods="8" coveredmethods="8"/>
  411. <file name="index.ts" path="/home/travis/build/qiniu/js-sdk/src/logger/index.ts">
  412. <metrics statements="24" coveredstatements="23" conditionals="12" coveredconditionals="10" methods="6" coveredmethods="6"/>
  413. <line num="1" count="1" type="stmt"/>
  414. <line num="5" count="1" type="stmt"/>
  415. <line num="6" count="1" type="stmt"/>
  416. <line num="10" count="9" type="stmt"/>
  417. <line num="13" count="9" type="stmt"/>
  418. <line num="14" count="9" type="cond" truecount="1" falsecount="1"/>
  419. <line num="15" count="9" type="cond" truecount="1" falsecount="1"/>
  420. <line num="23" count="1" type="stmt"/>
  421. <line num="24" count="2" type="cond" truecount="2" falsecount="0"/>
  422. <line num="25" count="1" type="stmt"/>
  423. <line num="26" count="0" type="stmt"/>
  424. <line num="33" count="12" type="stmt"/>
  425. <line num="34" count="4" type="stmt"/>
  426. <line num="35" count="4" type="cond" truecount="2" falsecount="0"/>
  427. <line num="36" count="1" type="stmt"/>
  428. <line num="44" count="12" type="stmt"/>
  429. <line num="45" count="4" type="stmt"/>
  430. <line num="46" count="4" type="cond" truecount="2" falsecount="0"/>
  431. <line num="47" count="2" type="stmt"/>
  432. <line num="55" count="12" type="stmt"/>
  433. <line num="56" count="4" type="stmt"/>
  434. <line num="57" count="4" type="cond" truecount="2" falsecount="0"/>
  435. <line num="58" count="3" type="stmt"/>
  436. <line num="61" count="1" type="stmt"/>
  437. </file>
  438. <file name="report-v3.ts" path="/home/travis/build/qiniu/js-sdk/src/logger/report-v3.ts">
  439. <metrics statements="11" coveredstatements="11" conditionals="27" coveredconditionals="17" methods="2" coveredmethods="2"/>
  440. <line num="1" count="1" type="stmt"/>
  441. <line num="22" count="12" type="cond" truecount="2" falsecount="0"/>
  442. <line num="23" count="11" type="stmt"/>
  443. <line num="24" count="11" type="stmt"/>
  444. <line num="25" count="11" type="stmt"/>
  445. <line num="26" count="11" type="stmt"/>
  446. <line num="27" count="11" type="stmt"/>
  447. <line num="28" count="29" type="cond" truecount="5" falsecount="0"/>
  448. <line num="29" count="7" type="stmt"/>
  449. <line num="34" count="11" type="stmt"/>
  450. <line num="47" count="11" type="stmt"/>
  451. </file>
  452. </package>
  453. <package name="src.upload">
  454. <metrics statements="81" coveredstatements="13" conditionals="28" coveredconditionals="0" methods="10" coveredmethods="1"/>
  455. <file name="base.ts" path="/home/travis/build/qiniu/js-sdk/src/upload/base.ts">
  456. <metrics statements="81" coveredstatements="13" conditionals="28" coveredconditionals="0" methods="10" coveredmethods="1"/>
  457. <line num="2" count="1" type="stmt"/>
  458. <line num="4" count="1" type="stmt"/>
  459. <line num="6" count="1" type="stmt"/>
  460. <line num="85" count="1" type="stmt"/>
  461. <line num="87" count="1" type="stmt"/>
  462. <line num="90" count="0" type="stmt"/>
  463. <line num="93" count="0" type="stmt"/>
  464. <line num="94" count="0" type="stmt"/>
  465. <line num="107" count="0" type="stmt"/>
  466. <line num="108" count="0" type="stmt"/>
  467. <line num="121" count="0" type="stmt"/>
  468. <line num="123" count="0" type="stmt"/>
  469. <line num="128" count="0" type="stmt"/>
  470. <line num="130" count="0" type="stmt"/>
  471. <line num="131" count="0" type="stmt"/>
  472. <line num="132" count="0" type="stmt"/>
  473. <line num="134" count="0" type="stmt"/>
  474. <line num="135" count="0" type="stmt"/>
  475. <line num="136" count="0" type="stmt"/>
  476. <line num="138" count="0" type="stmt"/>
  477. <line num="139" count="0" type="stmt"/>
  478. <line num="141" count="0" type="stmt"/>
  479. <line num="142" count="0" type="stmt"/>
  480. <line num="146" count="1" type="stmt"/>
  481. <line num="147" count="0" type="stmt"/>
  482. <line num="148" count="0" type="stmt"/>
  483. <line num="149" count="0" type="stmt"/>
  484. <line num="156" count="1" type="stmt"/>
  485. <line num="157" count="0" type="stmt"/>
  486. <line num="158" count="0" type="cond" truecount="0" falsecount="2"/>
  487. <line num="159" count="0" type="stmt"/>
  488. <line num="160" count="0" type="stmt"/>
  489. <line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
  490. <line num="164" count="0" type="stmt"/>
  491. <line num="165" count="0" type="stmt"/>
  492. <line num="168" count="0" type="cond" truecount="0" falsecount="2"/>
  493. <line num="169" count="0" type="cond" truecount="0" falsecount="2"/>
  494. <line num="170" count="0" type="stmt"/>
  495. <line num="171" count="0" type="stmt"/>
  496. <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
  497. <line num="176" count="0" type="cond" truecount="0" falsecount="2"/>
  498. <line num="177" count="0" type="stmt"/>
  499. <line num="178" count="0" type="stmt"/>
  500. <line num="183" count="0" type="stmt"/>
  501. <line num="184" count="0" type="stmt"/>
  502. <line num="185" count="0" type="stmt"/>
  503. <line num="187" count="0" type="stmt"/>
  504. <line num="188" count="0" type="stmt"/>
  505. <line num="189" count="0" type="stmt"/>
  506. <line num="190" count="0" type="stmt"/>
  507. <line num="192" count="0" type="stmt"/>
  508. <line num="194" count="0" type="stmt"/>
  509. <line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
  510. <line num="196" count="0" type="cond" truecount="0" falsecount="2"/>
  511. <line num="197" count="0" type="cond" truecount="0" falsecount="2"/>
  512. <line num="198" count="0" type="stmt"/>
  513. <line num="201" count="0" type="cond" truecount="0" falsecount="3"/>
  514. <line num="202" count="0" type="stmt"/>
  515. <line num="206" count="0" type="cond" truecount="0" falsecount="5"/>
  516. <line num="207" count="0" type="stmt"/>
  517. <line num="208" count="0" type="stmt"/>
  518. <line num="209" count="0" type="stmt"/>
  519. <line num="212" count="0" type="stmt"/>
  520. <line num="216" count="1" type="stmt"/>
  521. <line num="217" count="0" type="stmt"/>
  522. <line num="218" count="0" type="stmt"/>
  523. <line num="219" count="0" type="stmt"/>
  524. <line num="220" count="0" type="stmt"/>
  525. <line num="222" count="0" type="stmt"/>
  526. <line num="223" count="0" type="stmt"/>
  527. <line num="226" count="1" type="stmt"/>
  528. <line num="227" count="0" type="stmt"/>
  529. <line num="228" count="0" type="stmt"/>
  530. <line num="229" count="0" type="stmt"/>
  531. <line num="232" count="1" type="stmt"/>
  532. <line num="233" count="0" type="stmt"/>
  533. <line num="236" count="1" type="stmt"/>
  534. <line num="237" count="0" type="stmt"/>
  535. <line num="251" count="1" type="stmt"/>
  536. <line num="252" count="0" type="stmt"/>
  537. <line num="258" count="1" type="stmt"/>
  538. </file>
  539. </package>
  540. </project>
  541. </coverage>