@haluo/util 1.0.6 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +2 -2
- package/dist/index.cjs.js +89 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.esm.js +87 -0
- package/dist/lib-list.d.ts +2 -0
- package/dist/modules/cookie/index.d.ts +27 -0
- package/dist/modules/cookie/index.js +2 -2
- package/dist/modules/date/index.d.ts +1 -0
- package/dist/modules/date/index.js +11 -11
- package/dist/modules/dom/index.d.ts +1 -0
- package/dist/modules/dom/index.js +1 -1
- package/dist/modules/filter/index.d.ts +26 -0
- package/dist/modules/format/index.d.ts +13 -0
- package/dist/modules/match/index.d.ts +1 -0
- package/dist/modules/monitor/index.js +14 -0
- package/dist/modules/monitor/lib/jsError.js +60 -0
- package/dist/modules/monitor/lib/timing.js +69 -0
- package/dist/modules/monitor/lib/xhr.js +41 -0
- package/dist/modules/monitor/utils/onload.js +11 -0
- package/dist/modules/monitor/utils/tracker.js +35 -0
- package/dist/modules/number/index.d.ts +39 -0
- package/dist/modules/number/index.js +3 -3
- package/dist/modules/sentry/index.d.ts +15 -0
- package/dist/modules/tools/index.d.ts +1 -0
- package/dist/modules/tools/index.js +4 -4
- package/package.json +5 -2
- package/src/modules/monitor/.cache/00/33c4762af1e693b15e3fa078d74a0c.json +1 -0
- package/src/modules/monitor/.cache/05/4a95cc6ce509574551163397e6e349.json +1 -0
- package/src/modules/monitor/.cache/08/605045b6ae5c61b27bdafb25804d2f.json +1 -0
- package/src/modules/monitor/.cache/0c/dac2b7827892f4a24d1a77ac25432b.json +1 -0
- package/src/modules/monitor/.cache/0d/a7a0d6ef14604e1c38f209f9136c30.json +1 -0
- package/src/modules/monitor/.cache/13/dd597f42863f28fa335f1f5de4bd28.json +1 -0
- package/src/modules/monitor/.cache/20/f6fb741d627f7380914fec21c52ae0.json +1 -0
- package/src/modules/monitor/.cache/2b/43c7d967bc42e53b253e533c27a446.json +1 -0
- package/src/modules/monitor/.cache/31/f6b67a62a949d0d23542a0faf3a7ae.json +1 -0
- package/src/modules/monitor/.cache/36/37a4a35458c91650e820353fe14075.json +1 -0
- package/src/modules/monitor/.cache/44/ac0ec962164e52d524289bc6ddd746.json +1 -0
- package/src/modules/monitor/.cache/9b/c674aad8cee84e65a79172fb6ec4b6.json +1 -0
- package/src/modules/monitor/.cache/a0/8fa1dac8016c963a5865b0c2611e95.json +1 -0
- package/src/modules/monitor/.cache/a4/9a86eef551556949bfc33f94f813ce.json +1 -0
- package/src/modules/monitor/.cache/a5/ba2231eb63e08a146e516420de499c.json +1 -0
- package/src/modules/monitor/.cache/a6/a8ccd67182599a1ccb79a6165ecc8c.json +1 -0
- package/src/modules/monitor/.cache/af/77f95b5271855deb2590d95897a574.json +1 -0
- package/src/modules/monitor/.cache/c6/9ce3f6f2dd9e9eb0ae529457e551a9.json +1 -0
- package/src/modules/monitor/.cache/c7/9d09bcd88576bb759e1d8c4a4e0a60.json +1 -0
- package/src/modules/monitor/.cache/db/a09a856f25cd41813ee5e4e84e58f6.json +1 -0
- package/src/modules/monitor/.cache/f1/86d3395b74f70f5ae6289d48269ccb.json +1 -0
- package/src/modules/monitor/.cache/f5/4fd5972b6b66ba9484f0aa61a0d512.json +1 -0
- package/src/modules/monitor/dist/index.html +18 -0
- package/src/modules/monitor/dist/monitor.77de5100.js +2285 -0
- package/src/modules/monitor/dist/monitor.77de5100.js.map +1 -0
- package/src/modules/monitor/index.html +21 -0
- package/src/modules/monitor/index.ts +15 -0
- package/src/modules/monitor/lib/jsError.ts +54 -0
- package/src/modules/monitor/lib/timing.ts +75 -0
- package/src/modules/monitor/lib/xhr.ts +36 -0
- package/src/modules/monitor/utils/onload.ts +8 -0
- package/src/modules/monitor/utils/tracker.ts +37 -0
- package/yarn-error.log +9316 -0
- package/coverage/clover.xml +0 -78
- package/coverage/coverage-final.json +0 -2
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -79
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -111
- package/coverage/lcov-report/index.ts.html +0 -668
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -170
- package/coverage/lcov.info +0 -170
package/coverage/clover.xml
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="1629095384494" clover="3.2.0">
|
|
3
|
-
<project timestamp="1629095384494" name="All files">
|
|
4
|
-
<metrics statements="69" coveredstatements="25" conditionals="74" coveredconditionals="26" methods="9" coveredmethods="4" elements="152" coveredelements="55" complexity="0" loc="69" ncloc="69" packages="1" files="1" classes="1"/>
|
|
5
|
-
<file name="index.ts" path="/Users/wanghui/Desktop/Work/Code/JDD/H5/haluo-util/src/modules/date/index.ts">
|
|
6
|
-
<metrics statements="69" coveredstatements="25" conditionals="74" coveredconditionals="26" methods="9" coveredmethods="4"/>
|
|
7
|
-
<line num="14" count="4" type="stmt"/>
|
|
8
|
-
<line num="15" count="32" type="cond" truecount="2" falsecount="0"/>
|
|
9
|
-
<line num="16" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
10
|
-
<line num="19" count="4" type="stmt"/>
|
|
11
|
-
<line num="28" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
12
|
-
<line num="29" count="4" type="stmt"/>
|
|
13
|
-
<line num="31" count="4" type="stmt"/>
|
|
14
|
-
<line num="41" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
15
|
-
<line num="42" count="0" type="stmt"/>
|
|
16
|
-
<line num="43" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
17
|
-
<line num="44" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
18
|
-
<line num="45" count="4" type="stmt"/>
|
|
19
|
-
<line num="55" count="4" type="stmt"/>
|
|
20
|
-
<line num="64" count="4" type="stmt"/>
|
|
21
|
-
<line num="65" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
22
|
-
<line num="66" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
23
|
-
<line num="68" count="4" type="stmt"/>
|
|
24
|
-
<line num="79" count="0" type="stmt"/>
|
|
25
|
-
<line num="80" count="0" type="stmt"/>
|
|
26
|
-
<line num="81" count="0" type="stmt"/>
|
|
27
|
-
<line num="90" count="0" type="stmt"/>
|
|
28
|
-
<line num="91" count="0" type="stmt"/>
|
|
29
|
-
<line num="92" count="0" type="stmt"/>
|
|
30
|
-
<line num="93" count="0" type="stmt"/>
|
|
31
|
-
<line num="94" count="0" type="stmt"/>
|
|
32
|
-
<line num="95" count="0" type="stmt"/>
|
|
33
|
-
<line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
34
|
-
<line num="97" count="0" type="stmt"/>
|
|
35
|
-
<line num="98" count="0" type="stmt"/>
|
|
36
|
-
<line num="111" count="0" type="stmt"/>
|
|
37
|
-
<line num="112" count="0" type="stmt"/>
|
|
38
|
-
<line num="113" count="0" type="stmt"/>
|
|
39
|
-
<line num="114" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
40
|
-
<line num="115" count="0" type="stmt"/>
|
|
41
|
-
<line num="116" count="0" type="stmt"/>
|
|
42
|
-
<line num="117" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
43
|
-
<line num="118" count="0" type="stmt"/>
|
|
44
|
-
<line num="119" count="0" type="stmt"/>
|
|
45
|
-
<line num="120" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
46
|
-
<line num="121" count="0" type="stmt"/>
|
|
47
|
-
<line num="122" count="0" type="stmt"/>
|
|
48
|
-
<line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
49
|
-
<line num="124" count="0" type="stmt"/>
|
|
50
|
-
<line num="125" count="0" type="stmt"/>
|
|
51
|
-
<line num="126" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
52
|
-
<line num="127" count="0" type="stmt"/>
|
|
53
|
-
<line num="129" count="0" type="stmt"/>
|
|
54
|
-
<line num="137" count="0" type="stmt"/>
|
|
55
|
-
<line num="147" count="1" type="cond" truecount="1" falsecount="3"/>
|
|
56
|
-
<line num="148" count="1" type="stmt"/>
|
|
57
|
-
<line num="149" count="1" type="stmt"/>
|
|
58
|
-
<line num="150" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
59
|
-
<line num="151" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
60
|
-
<line num="152" count="0" type="stmt"/>
|
|
61
|
-
<line num="153" count="1" type="stmt"/>
|
|
62
|
-
<line num="154" count="0" type="stmt"/>
|
|
63
|
-
<line num="155" count="0" type="stmt"/>
|
|
64
|
-
<line num="160" count="0" type="stmt"/>
|
|
65
|
-
<line num="161" count="0" type="stmt"/>
|
|
66
|
-
<line num="162" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
67
|
-
<line num="163" count="0" type="stmt"/>
|
|
68
|
-
<line num="164" count="0" type="stmt"/>
|
|
69
|
-
<line num="166" count="0" type="stmt"/>
|
|
70
|
-
<line num="168" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
71
|
-
<line num="169" count="0" type="stmt"/>
|
|
72
|
-
<line num="171" count="1" type="cond" truecount="4" falsecount="1"/>
|
|
73
|
-
<line num="172" count="0" type="stmt"/>
|
|
74
|
-
<line num="174" count="1" type="cond" truecount="6" falsecount="7"/>
|
|
75
|
-
<line num="181" count="2" type="stmt"/>
|
|
76
|
-
</file>
|
|
77
|
-
</project>
|
|
78
|
-
</coverage>
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
{"/Users/wanghui/Desktop/Work/Code/JDD/H5/haluo-util/src/modules/date/index.ts": {"path":"/Users/wanghui/Desktop/Work/Code/JDD/H5/haluo-util/src/modules/date/index.ts","statementMap":{"0":{"start":{"line":14,"column":4},"end":{"line":18,"column":5}},"1":{"start":{"line":15,"column":8},"end":{"line":17,"column":9}},"2":{"start":{"line":16,"column":12},"end":{"line":16,"column":130}},"3":{"start":{"line":19,"column":4},"end":{"line":19,"column":15}},"4":{"start":{"line":28,"column":4},"end":{"line":30,"column":5}},"5":{"start":{"line":29,"column":8},"end":{"line":29,"column":93}},"6":{"start":{"line":31,"column":4},"end":{"line":31,"column":15}},"7":{"start":{"line":41,"column":8},"end":{"line":42,"column":22}},"8":{"start":{"line":42,"column":12},"end":{"line":42,"column":22}},"9":{"start":{"line":43,"column":23},"end":{"line":43,"column":90}},"10":{"start":{"line":44,"column":8},"end":{"line":44,"column":72}},"11":{"start":{"line":45,"column":16},"end":{"line":54,"column":9}},"12":{"start":{"line":55,"column":21},"end":{"line":63,"column":9}},"13":{"start":{"line":64,"column":8},"end":{"line":64,"column":45}},"14":{"start":{"line":65,"column":8},"end":{"line":67,"column":9}},"15":{"start":{"line":66,"column":12},"end":{"line":66,"column":157}},"16":{"start":{"line":68,"column":8},"end":{"line":68,"column":39}},"17":{"start":{"line":79,"column":18},"end":{"line":79,"column":32}},"18":{"start":{"line":80,"column":8},"end":{"line":80,"column":38}},"19":{"start":{"line":81,"column":8},"end":{"line":81,"column":45}},"20":{"start":{"line":90,"column":24},"end":{"line":90,"column":34}},"21":{"start":{"line":91,"column":19},"end":{"line":91,"column":36}},"22":{"start":{"line":92,"column":17},"end":{"line":92,"column":53}},"23":{"start":{"line":93,"column":17},"end":{"line":93,"column":53}},"24":{"start":{"line":94,"column":17},"end":{"line":94,"column":48}},"25":{"start":{"line":95,"column":17},"end":{"line":95,"column":43}},"26":{"start":{"line":96,"column":8},"end":{"line":97,"column":25}},"27":{"start":{"line":97,"column":12},"end":{"line":97,"column":25}},"28":{"start":{"line":98,"column":8},"end":{"line":103,"column":10}},"29":{"start":{"line":111,"column":28},"end":{"line":111,"column":38}},"30":{"start":{"line":112,"column":21},"end":{"line":112,"column":44}},"31":{"start":{"line":113,"column":21},"end":{"line":113,"column":71}},"32":{"start":{"line":114,"column":8},"end":{"line":115,"column":31}},"33":{"start":{"line":115,"column":12},"end":{"line":115,"column":31}},"34":{"start":{"line":116,"column":22},"end":{"line":116,"column":67}},"35":{"start":{"line":117,"column":8},"end":{"line":118,"column":33}},"36":{"start":{"line":118,"column":12},"end":{"line":118,"column":33}},"37":{"start":{"line":119,"column":20},"end":{"line":119,"column":60}},"38":{"start":{"line":120,"column":8},"end":{"line":121,"column":30}},"39":{"start":{"line":121,"column":12},"end":{"line":121,"column":30}},"40":{"start":{"line":122,"column":21},"end":{"line":122,"column":56}},"41":{"start":{"line":123,"column":8},"end":{"line":124,"column":32}},"42":{"start":{"line":124,"column":12},"end":{"line":124,"column":32}},"43":{"start":{"line":125,"column":20},"end":{"line":125,"column":50}},"44":{"start":{"line":126,"column":8},"end":{"line":129,"column":24}},"45":{"start":{"line":127,"column":12},"end":{"line":127,"column":31}},"46":{"start":{"line":129,"column":12},"end":{"line":129,"column":24}},"47":{"start":{"line":137,"column":8},"end":{"line":137,"column":86}},"48":{"start":{"line":147,"column":21},"end":{"line":147,"column":108}},"49":{"start":{"line":148,"column":22},"end":{"line":148,"column":70}},"50":{"start":{"line":149,"column":24},"end":{"line":149,"column":48}},"51":{"start":{"line":150,"column":28},"end":{"line":150,"column":110}},"52":{"start":{"line":151,"column":8},"end":{"line":152,"column":22}},"53":{"start":{"line":152,"column":12},"end":{"line":152,"column":22}},"54":{"start":{"line":153,"column":27},"end":{"line":167,"column":9}},"55":{"start":{"line":154,"column":26},"end":{"line":154,"column":40}},"56":{"start":{"line":155,"column":20},"end":{"line":159,"column":13}},"57":{"start":{"line":160,"column":12},"end":{"line":160,"column":45}},"58":{"start":{"line":161,"column":25},"end":{"line":161,"column":44}},"59":{"start":{"line":162,"column":12},"end":{"line":165,"column":13}},"60":{"start":{"line":163,"column":33},"end":{"line":163,"column":56}},"61":{"start":{"line":164,"column":16},"end":{"line":164,"column":46}},"62":{"start":{"line":166,"column":12},"end":{"line":166,"column":43}},"63":{"start":{"line":168,"column":8},"end":{"line":173,"column":9}},"64":{"start":{"line":169,"column":12},"end":{"line":169,"column":24}},"65":{"start":{"line":171,"column":13},"end":{"line":173,"column":9}},"66":{"start":{"line":172,"column":12},"end":{"line":172,"column":32}},"67":{"start":{"line":174,"column":8},"end":{"line":178,"column":100}},"68":{"start":{"line":181,"column":0},"end":{"line":181,"column":33}}},"fnMap":{"0":{"name":"replacementDate","decl":{"start":{"line":13,"column":9},"end":{"line":13,"column":24}},"loc":{"start":{"line":13,"column":36},"end":{"line":20,"column":1}},"line":13},"1":{"name":"replacementYear","decl":{"start":{"line":27,"column":9},"end":{"line":27,"column":24}},"loc":{"start":{"line":27,"column":36},"end":{"line":32,"column":1}},"line":27},"2":{"name":"(anonymous_2)","decl":{"start":{"line":40,"column":4},"end":{"line":40,"column":5}},"loc":{"start":{"line":40,"column":46},"end":{"line":69,"column":5}},"line":40},"3":{"name":"(anonymous_3)","decl":{"start":{"line":78,"column":4},"end":{"line":78,"column":5}},"loc":{"start":{"line":78,"column":30},"end":{"line":82,"column":5}},"line":78},"4":{"name":"(anonymous_4)","decl":{"start":{"line":89,"column":4},"end":{"line":89,"column":5}},"loc":{"start":{"line":89,"column":24},"end":{"line":104,"column":5}},"line":89},"5":{"name":"(anonymous_5)","decl":{"start":{"line":110,"column":4},"end":{"line":110,"column":5}},"loc":{"start":{"line":110,"column":30},"end":{"line":130,"column":5}},"line":110},"6":{"name":"(anonymous_6)","decl":{"start":{"line":136,"column":4},"end":{"line":136,"column":5}},"loc":{"start":{"line":136,"column":32},"end":{"line":138,"column":5}},"line":136},"7":{"name":"(anonymous_7)","decl":{"start":{"line":146,"column":4},"end":{"line":146,"column":5}},"loc":{"start":{"line":146,"column":62},"end":{"line":179,"column":5}},"line":146},"8":{"name":"(anonymous_8)","decl":{"start":{"line":153,"column":27},"end":{"line":153,"column":28}},"loc":{"start":{"line":153,"column":39},"end":{"line":167,"column":9}},"line":153}},"branchMap":{"0":{"loc":{"start":{"line":15,"column":8},"end":{"line":17,"column":9}},"type":"if","locations":[{"start":{"line":15,"column":8},"end":{"line":17,"column":9}},{"start":{"line":15,"column":8},"end":{"line":17,"column":9}}],"line":15},"1":{"loc":{"start":{"line":16,"column":41},"end":{"line":16,"column":128}},"type":"cond-expr","locations":[{"start":{"line":16,"column":69},"end":{"line":16,"column":76}},{"start":{"line":16,"column":81},"end":{"line":16,"column":127}}],"line":16},"2":{"loc":{"start":{"line":28,"column":4},"end":{"line":30,"column":5}},"type":"if","locations":[{"start":{"line":28,"column":4},"end":{"line":30,"column":5}},{"start":{"line":28,"column":4},"end":{"line":30,"column":5}}],"line":28},"3":{"loc":{"start":{"line":40,"column":17},"end":{"line":40,"column":44}},"type":"default-arg","locations":[{"start":{"line":40,"column":23},"end":{"line":40,"column":44}}],"line":40},"4":{"loc":{"start":{"line":41,"column":8},"end":{"line":42,"column":22}},"type":"if","locations":[{"start":{"line":41,"column":8},"end":{"line":42,"column":22}},{"start":{"line":41,"column":8},"end":{"line":42,"column":22}}],"line":41},"5":{"loc":{"start":{"line":43,"column":23},"end":{"line":43,"column":90}},"type":"cond-expr","locations":[{"start":{"line":43,"column":50},"end":{"line":43,"column":83}},{"start":{"line":43,"column":86},"end":{"line":43,"column":90}}],"line":43},"6":{"loc":{"start":{"line":44,"column":19},"end":{"line":44,"column":71}},"type":"cond-expr","locations":[{"start":{"line":44,"column":46},"end":{"line":44,"column":60}},{"start":{"line":44,"column":63},"end":{"line":44,"column":71}}],"line":44},"7":{"loc":{"start":{"line":48,"column":18},"end":{"line":48,"column":80}},"type":"cond-expr","locations":[{"start":{"line":48,"column":51},"end":{"line":48,"column":53}},{"start":{"line":48,"column":56},"end":{"line":48,"column":80}}],"line":48},"8":{"loc":{"start":{"line":65,"column":8},"end":{"line":67,"column":9}},"type":"if","locations":[{"start":{"line":65,"column":8},"end":{"line":67,"column":9}},{"start":{"line":65,"column":8},"end":{"line":67,"column":9}}],"line":65},"9":{"loc":{"start":{"line":66,"column":42},"end":{"line":66,"column":122}},"type":"cond-expr","locations":[{"start":{"line":66,"column":68},"end":{"line":66,"column":116}},{"start":{"line":66,"column":120},"end":{"line":66,"column":122}}],"line":66},"10":{"loc":{"start":{"line":66,"column":68},"end":{"line":66,"column":116}},"type":"cond-expr","locations":[{"start":{"line":66,"column":91},"end":{"line":66,"column":105}},{"start":{"line":66,"column":108},"end":{"line":66,"column":116}}],"line":66},"11":{"loc":{"start":{"line":96,"column":8},"end":{"line":97,"column":25}},"type":"if","locations":[{"start":{"line":96,"column":8},"end":{"line":97,"column":25}},{"start":{"line":96,"column":8},"end":{"line":97,"column":25}}],"line":96},"12":{"loc":{"start":{"line":99,"column":17},"end":{"line":99,"column":40}},"type":"cond-expr","locations":[{"start":{"line":99,"column":27},"end":{"line":99,"column":35}},{"start":{"line":99,"column":38},"end":{"line":99,"column":40}}],"line":99},"13":{"loc":{"start":{"line":100,"column":17},"end":{"line":100,"column":40}},"type":"cond-expr","locations":[{"start":{"line":100,"column":27},"end":{"line":100,"column":35}},{"start":{"line":100,"column":38},"end":{"line":100,"column":40}}],"line":100},"14":{"loc":{"start":{"line":101,"column":17},"end":{"line":101,"column":40}},"type":"cond-expr","locations":[{"start":{"line":101,"column":27},"end":{"line":101,"column":35}},{"start":{"line":101,"column":38},"end":{"line":101,"column":40}}],"line":101},"15":{"loc":{"start":{"line":102,"column":17},"end":{"line":102,"column":40}},"type":"cond-expr","locations":[{"start":{"line":102,"column":27},"end":{"line":102,"column":35}},{"start":{"line":102,"column":38},"end":{"line":102,"column":40}}],"line":102},"16":{"loc":{"start":{"line":114,"column":8},"end":{"line":115,"column":31}},"type":"if","locations":[{"start":{"line":114,"column":8},"end":{"line":115,"column":31}},{"start":{"line":114,"column":8},"end":{"line":115,"column":31}}],"line":114},"17":{"loc":{"start":{"line":117,"column":8},"end":{"line":118,"column":33}},"type":"if","locations":[{"start":{"line":117,"column":8},"end":{"line":118,"column":33}},{"start":{"line":117,"column":8},"end":{"line":118,"column":33}}],"line":117},"18":{"loc":{"start":{"line":120,"column":8},"end":{"line":121,"column":30}},"type":"if","locations":[{"start":{"line":120,"column":8},"end":{"line":121,"column":30}},{"start":{"line":120,"column":8},"end":{"line":121,"column":30}}],"line":120},"19":{"loc":{"start":{"line":123,"column":8},"end":{"line":124,"column":32}},"type":"if","locations":[{"start":{"line":123,"column":8},"end":{"line":124,"column":32}},{"start":{"line":123,"column":8},"end":{"line":124,"column":32}}],"line":123},"20":{"loc":{"start":{"line":126,"column":8},"end":{"line":129,"column":24}},"type":"if","locations":[{"start":{"line":126,"column":8},"end":{"line":129,"column":24}},{"start":{"line":126,"column":8},"end":{"line":129,"column":24}}],"line":126},"21":{"loc":{"start":{"line":146,"column":34},"end":{"line":146,"column":52}},"type":"default-arg","locations":[{"start":{"line":146,"column":40},"end":{"line":146,"column":52}}],"line":146},"22":{"loc":{"start":{"line":147,"column":21},"end":{"line":147,"column":108}},"type":"cond-expr","locations":[{"start":{"line":147,"column":50},"end":{"line":147,"column":64}},{"start":{"line":147,"column":67},"end":{"line":147,"column":108}}],"line":147},"23":{"loc":{"start":{"line":147,"column":77},"end":{"line":147,"column":87}},"type":"binary-expr","locations":[{"start":{"line":147,"column":77},"end":{"line":147,"column":81}},{"start":{"line":147,"column":85},"end":{"line":147,"column":87}}],"line":147},"24":{"loc":{"start":{"line":150,"column":28},"end":{"line":150,"column":110}},"type":"binary-expr","locations":[{"start":{"line":150,"column":28},"end":{"line":150,"column":84}},{"start":{"line":150,"column":88},"end":{"line":150,"column":110}}],"line":150},"25":{"loc":{"start":{"line":151,"column":8},"end":{"line":152,"column":22}},"type":"if","locations":[{"start":{"line":151,"column":8},"end":{"line":152,"column":22}},{"start":{"line":151,"column":8},"end":{"line":152,"column":22}}],"line":151},"26":{"loc":{"start":{"line":162,"column":12},"end":{"line":165,"column":13}},"type":"if","locations":[{"start":{"line":162,"column":12},"end":{"line":165,"column":13}},{"start":{"line":162,"column":12},"end":{"line":165,"column":13}}],"line":162},"27":{"loc":{"start":{"line":162,"column":16},"end":{"line":162,"column":60}},"type":"binary-expr","locations":[{"start":{"line":162,"column":16},"end":{"line":162,"column":50}},{"start":{"line":162,"column":54},"end":{"line":162,"column":60}}],"line":162},"28":{"loc":{"start":{"line":168,"column":8},"end":{"line":173,"column":9}},"type":"if","locations":[{"start":{"line":168,"column":8},"end":{"line":173,"column":9}},{"start":{"line":168,"column":8},"end":{"line":173,"column":9}}],"line":168},"29":{"loc":{"start":{"line":171,"column":13},"end":{"line":173,"column":9}},"type":"if","locations":[{"start":{"line":171,"column":13},"end":{"line":173,"column":9}},{"start":{"line":171,"column":13},"end":{"line":173,"column":9}}],"line":171},"30":{"loc":{"start":{"line":171,"column":17},"end":{"line":171,"column":63}},"type":"binary-expr","locations":[{"start":{"line":171,"column":17},"end":{"line":171,"column":31}},{"start":{"line":171,"column":35},"end":{"line":171,"column":46}},{"start":{"line":171,"column":50},"end":{"line":171,"column":63}}],"line":171},"31":{"loc":{"start":{"line":174,"column":15},"end":{"line":178,"column":99}},"type":"binary-expr","locations":[{"start":{"line":174,"column":16},"end":{"line":174,"column":29}},{"start":{"line":174,"column":35},"end":{"line":174,"column":44}},{"start":{"line":174,"column":48},"end":{"line":174,"column":52}},{"start":{"line":175,"column":13},"end":{"line":175,"column":23}},{"start":{"line":175,"column":27},"end":{"line":175,"column":33}},{"start":{"line":176,"column":13},"end":{"line":176,"column":24}},{"start":{"line":176,"column":28},"end":{"line":176,"column":57}},{"start":{"line":177,"column":13},"end":{"line":177,"column":24}},{"start":{"line":177,"column":28},"end":{"line":177,"column":34}},{"start":{"line":178,"column":13},"end":{"line":178,"column":25}},{"start":{"line":178,"column":29},"end":{"line":178,"column":60}},{"start":{"line":178,"column":68},"end":{"line":178,"column":80}},{"start":{"line":178,"column":84},"end":{"line":178,"column":98}}],"line":174}},"s":{"0":4,"1":32,"2":14,"3":4,"4":4,"5":4,"6":4,"7":4,"8":0,"9":4,"10":4,"11":4,"12":4,"13":4,"14":4,"15":0,"16":4,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":1,"49":1,"50":1,"51":1,"52":1,"53":0,"54":1,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":1,"64":0,"65":1,"66":0,"67":1,"68":2},"f":{"0":4,"1":4,"2":4,"3":0,"4":0,"5":0,"6":0,"7":1,"8":0},"b":{"0":[14,18],"1":[0,14],"2":[4,0],"3":[2],"4":[0,4],"5":[0,4],"6":[4,0],"7":[0,4],"8":[0,4],"9":[0,0],"10":[0,0],"11":[0,0],"12":[0,0],"13":[0,0],"14":[0,0],"15":[0,0],"16":[0,0],"17":[0,0],"18":[0,0],"19":[0,0],"20":[0,0],"21":[1],"22":[1,0],"23":[0,0],"24":[1,1],"25":[0,1],"26":[0,0],"27":[0,0],"28":[0,1],"29":[0,1],"30":[1,1,1],"31":[1,1,0,1,0,1,0,1,1,0,0,0,0]},"inputSourceMap":null,"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"bd0f91c8370ff33361330a510d5ae240ed384802"}
|
|
2
|
-
}
|
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
body, html {
|
|
2
|
-
margin:0; padding: 0;
|
|
3
|
-
height: 100%;
|
|
4
|
-
}
|
|
5
|
-
body {
|
|
6
|
-
font-family: Helvetica Neue, Helvetica, Arial;
|
|
7
|
-
font-size: 14px;
|
|
8
|
-
color:#333;
|
|
9
|
-
}
|
|
10
|
-
.small { font-size: 12px; }
|
|
11
|
-
*, *:after, *:before {
|
|
12
|
-
-webkit-box-sizing:border-box;
|
|
13
|
-
-moz-box-sizing:border-box;
|
|
14
|
-
box-sizing:border-box;
|
|
15
|
-
}
|
|
16
|
-
h1 { font-size: 20px; margin: 0;}
|
|
17
|
-
h2 { font-size: 14px; }
|
|
18
|
-
pre {
|
|
19
|
-
font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
20
|
-
margin: 0;
|
|
21
|
-
padding: 0;
|
|
22
|
-
-moz-tab-size: 2;
|
|
23
|
-
-o-tab-size: 2;
|
|
24
|
-
tab-size: 2;
|
|
25
|
-
}
|
|
26
|
-
a { color:#0074D9; text-decoration:none; }
|
|
27
|
-
a:hover { text-decoration:underline; }
|
|
28
|
-
.strong { font-weight: bold; }
|
|
29
|
-
.space-top1 { padding: 10px 0 0 0; }
|
|
30
|
-
.pad2y { padding: 20px 0; }
|
|
31
|
-
.pad1y { padding: 10px 0; }
|
|
32
|
-
.pad2x { padding: 0 20px; }
|
|
33
|
-
.pad2 { padding: 20px; }
|
|
34
|
-
.pad1 { padding: 10px; }
|
|
35
|
-
.space-left2 { padding-left:55px; }
|
|
36
|
-
.space-right2 { padding-right:20px; }
|
|
37
|
-
.center { text-align:center; }
|
|
38
|
-
.clearfix { display:block; }
|
|
39
|
-
.clearfix:after {
|
|
40
|
-
content:'';
|
|
41
|
-
display:block;
|
|
42
|
-
height:0;
|
|
43
|
-
clear:both;
|
|
44
|
-
visibility:hidden;
|
|
45
|
-
}
|
|
46
|
-
.fl { float: left; }
|
|
47
|
-
@media only screen and (max-width:640px) {
|
|
48
|
-
.col3 { width:100%; max-width:100%; }
|
|
49
|
-
.hide-mobile { display:none!important; }
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.quiet {
|
|
53
|
-
color: #7f7f7f;
|
|
54
|
-
color: rgba(0,0,0,0.5);
|
|
55
|
-
}
|
|
56
|
-
.quiet a { opacity: 0.7; }
|
|
57
|
-
|
|
58
|
-
.fraction {
|
|
59
|
-
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
60
|
-
font-size: 10px;
|
|
61
|
-
color: #555;
|
|
62
|
-
background: #E8E8E8;
|
|
63
|
-
padding: 4px 5px;
|
|
64
|
-
border-radius: 3px;
|
|
65
|
-
vertical-align: middle;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
div.path a:link, div.path a:visited { color: #333; }
|
|
69
|
-
table.coverage {
|
|
70
|
-
border-collapse: collapse;
|
|
71
|
-
margin: 10px 0 0 0;
|
|
72
|
-
padding: 0;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
table.coverage td {
|
|
76
|
-
margin: 0;
|
|
77
|
-
padding: 0;
|
|
78
|
-
vertical-align: top;
|
|
79
|
-
}
|
|
80
|
-
table.coverage td.line-count {
|
|
81
|
-
text-align: right;
|
|
82
|
-
padding: 0 5px 0 20px;
|
|
83
|
-
}
|
|
84
|
-
table.coverage td.line-coverage {
|
|
85
|
-
text-align: right;
|
|
86
|
-
padding-right: 10px;
|
|
87
|
-
min-width:20px;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
table.coverage td span.cline-any {
|
|
91
|
-
display: inline-block;
|
|
92
|
-
padding: 0 5px;
|
|
93
|
-
width: 100%;
|
|
94
|
-
}
|
|
95
|
-
.missing-if-branch {
|
|
96
|
-
display: inline-block;
|
|
97
|
-
margin-right: 5px;
|
|
98
|
-
border-radius: 3px;
|
|
99
|
-
position: relative;
|
|
100
|
-
padding: 0 4px;
|
|
101
|
-
background: #333;
|
|
102
|
-
color: yellow;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.skip-if-branch {
|
|
106
|
-
display: none;
|
|
107
|
-
margin-right: 10px;
|
|
108
|
-
position: relative;
|
|
109
|
-
padding: 0 4px;
|
|
110
|
-
background: #ccc;
|
|
111
|
-
color: white;
|
|
112
|
-
}
|
|
113
|
-
.missing-if-branch .typ, .skip-if-branch .typ {
|
|
114
|
-
color: inherit !important;
|
|
115
|
-
}
|
|
116
|
-
.coverage-summary {
|
|
117
|
-
border-collapse: collapse;
|
|
118
|
-
width: 100%;
|
|
119
|
-
}
|
|
120
|
-
.coverage-summary tr { border-bottom: 1px solid #bbb; }
|
|
121
|
-
.keyline-all { border: 1px solid #ddd; }
|
|
122
|
-
.coverage-summary td, .coverage-summary th { padding: 10px; }
|
|
123
|
-
.coverage-summary tbody { border: 1px solid #bbb; }
|
|
124
|
-
.coverage-summary td { border-right: 1px solid #bbb; }
|
|
125
|
-
.coverage-summary td:last-child { border-right: none; }
|
|
126
|
-
.coverage-summary th {
|
|
127
|
-
text-align: left;
|
|
128
|
-
font-weight: normal;
|
|
129
|
-
white-space: nowrap;
|
|
130
|
-
}
|
|
131
|
-
.coverage-summary th.file { border-right: none !important; }
|
|
132
|
-
.coverage-summary th.pct { }
|
|
133
|
-
.coverage-summary th.pic,
|
|
134
|
-
.coverage-summary th.abs,
|
|
135
|
-
.coverage-summary td.pct,
|
|
136
|
-
.coverage-summary td.abs { text-align: right; }
|
|
137
|
-
.coverage-summary td.file { white-space: nowrap; }
|
|
138
|
-
.coverage-summary td.pic { min-width: 120px !important; }
|
|
139
|
-
.coverage-summary tfoot td { }
|
|
140
|
-
|
|
141
|
-
.coverage-summary .sorter {
|
|
142
|
-
height: 10px;
|
|
143
|
-
width: 7px;
|
|
144
|
-
display: inline-block;
|
|
145
|
-
margin-left: 0.5em;
|
|
146
|
-
background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent;
|
|
147
|
-
}
|
|
148
|
-
.coverage-summary .sorted .sorter {
|
|
149
|
-
background-position: 0 -20px;
|
|
150
|
-
}
|
|
151
|
-
.coverage-summary .sorted-desc .sorter {
|
|
152
|
-
background-position: 0 -10px;
|
|
153
|
-
}
|
|
154
|
-
.status-line { height: 10px; }
|
|
155
|
-
/* yellow */
|
|
156
|
-
.cbranch-no { background: yellow !important; color: #111; }
|
|
157
|
-
/* dark red */
|
|
158
|
-
.red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
|
|
159
|
-
.low .chart { border:1px solid #C21F39 }
|
|
160
|
-
.highlighted,
|
|
161
|
-
.highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{
|
|
162
|
-
background: #C21F39 !important;
|
|
163
|
-
}
|
|
164
|
-
/* medium red */
|
|
165
|
-
.cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE }
|
|
166
|
-
/* light red */
|
|
167
|
-
.low, .cline-no { background:#FCE1E5 }
|
|
168
|
-
/* light green */
|
|
169
|
-
.high, .cline-yes { background:rgb(230,245,208) }
|
|
170
|
-
/* medium green */
|
|
171
|
-
.cstat-yes { background:rgb(161,215,106) }
|
|
172
|
-
/* dark green */
|
|
173
|
-
.status-line.high, .high .cover-fill { background:rgb(77,146,33) }
|
|
174
|
-
.high .chart { border:1px solid rgb(77,146,33) }
|
|
175
|
-
/* dark yellow (gold) */
|
|
176
|
-
.status-line.medium, .medium .cover-fill { background: #f9cd0b; }
|
|
177
|
-
.medium .chart { border:1px solid #f9cd0b; }
|
|
178
|
-
/* light yellow */
|
|
179
|
-
.medium { background: #fff4c2; }
|
|
180
|
-
|
|
181
|
-
.cstat-skip { background: #ddd; color: #111; }
|
|
182
|
-
.fstat-skip { background: #ddd; color: #111 !important; }
|
|
183
|
-
.cbranch-skip { background: #ddd !important; color: #111; }
|
|
184
|
-
|
|
185
|
-
span.cline-neutral { background: #eaeaea; }
|
|
186
|
-
|
|
187
|
-
.coverage-summary td.empty {
|
|
188
|
-
opacity: .5;
|
|
189
|
-
padding-top: 4px;
|
|
190
|
-
padding-bottom: 4px;
|
|
191
|
-
line-height: 1;
|
|
192
|
-
color: #888;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.cover-fill, .cover-empty {
|
|
196
|
-
display:inline-block;
|
|
197
|
-
height: 12px;
|
|
198
|
-
}
|
|
199
|
-
.chart {
|
|
200
|
-
line-height: 0;
|
|
201
|
-
}
|
|
202
|
-
.cover-empty {
|
|
203
|
-
background: white;
|
|
204
|
-
}
|
|
205
|
-
.cover-full {
|
|
206
|
-
border-right: none !important;
|
|
207
|
-
}
|
|
208
|
-
pre.prettyprint {
|
|
209
|
-
border: none !important;
|
|
210
|
-
padding: 0 !important;
|
|
211
|
-
margin: 0 !important;
|
|
212
|
-
}
|
|
213
|
-
.com { color: #999 !important; }
|
|
214
|
-
.ignore-none { color: #999; font-weight: normal; }
|
|
215
|
-
|
|
216
|
-
.wrapper {
|
|
217
|
-
min-height: 100%;
|
|
218
|
-
height: auto !important;
|
|
219
|
-
height: 100%;
|
|
220
|
-
margin: 0 auto -48px;
|
|
221
|
-
}
|
|
222
|
-
.footer, .push {
|
|
223
|
-
height: 48px;
|
|
224
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
var jumpToCode = (function init() {
|
|
3
|
-
// Classes of code we would like to highlight in the file view
|
|
4
|
-
var missingCoverageClasses = ['.cbranch-no', '.cstat-no', '.fstat-no'];
|
|
5
|
-
|
|
6
|
-
// Elements to highlight in the file listing view
|
|
7
|
-
var fileListingElements = ['td.pct.low'];
|
|
8
|
-
|
|
9
|
-
// We don't want to select elements that are direct descendants of another match
|
|
10
|
-
var notSelector = ':not(' + missingCoverageClasses.join('):not(') + ') > '; // becomes `:not(a):not(b) > `
|
|
11
|
-
|
|
12
|
-
// Selecter that finds elements on the page to which we can jump
|
|
13
|
-
var selector =
|
|
14
|
-
fileListingElements.join(', ') +
|
|
15
|
-
', ' +
|
|
16
|
-
notSelector +
|
|
17
|
-
missingCoverageClasses.join(', ' + notSelector); // becomes `:not(a):not(b) > a, :not(a):not(b) > b`
|
|
18
|
-
|
|
19
|
-
// The NodeList of matching elements
|
|
20
|
-
var missingCoverageElements = document.querySelectorAll(selector);
|
|
21
|
-
|
|
22
|
-
var currentIndex;
|
|
23
|
-
|
|
24
|
-
function toggleClass(index) {
|
|
25
|
-
missingCoverageElements
|
|
26
|
-
.item(currentIndex)
|
|
27
|
-
.classList.remove('highlighted');
|
|
28
|
-
missingCoverageElements.item(index).classList.add('highlighted');
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
function makeCurrent(index) {
|
|
32
|
-
toggleClass(index);
|
|
33
|
-
currentIndex = index;
|
|
34
|
-
missingCoverageElements.item(index).scrollIntoView({
|
|
35
|
-
behavior: 'smooth',
|
|
36
|
-
block: 'center',
|
|
37
|
-
inline: 'center'
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
function goToPrevious() {
|
|
42
|
-
var nextIndex = 0;
|
|
43
|
-
if (typeof currentIndex !== 'number' || currentIndex === 0) {
|
|
44
|
-
nextIndex = missingCoverageElements.length - 1;
|
|
45
|
-
} else if (missingCoverageElements.length > 1) {
|
|
46
|
-
nextIndex = currentIndex - 1;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
makeCurrent(nextIndex);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
function goToNext() {
|
|
53
|
-
var nextIndex = 0;
|
|
54
|
-
|
|
55
|
-
if (
|
|
56
|
-
typeof currentIndex === 'number' &&
|
|
57
|
-
currentIndex < missingCoverageElements.length - 1
|
|
58
|
-
) {
|
|
59
|
-
nextIndex = currentIndex + 1;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
makeCurrent(nextIndex);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
return function jump(event) {
|
|
66
|
-
switch (event.which) {
|
|
67
|
-
case 78: // n
|
|
68
|
-
case 74: // j
|
|
69
|
-
goToNext();
|
|
70
|
-
break;
|
|
71
|
-
case 66: // b
|
|
72
|
-
case 75: // k
|
|
73
|
-
case 80: // p
|
|
74
|
-
goToPrevious();
|
|
75
|
-
break;
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
})();
|
|
79
|
-
window.addEventListener('keydown', jumpToCode);
|
|
Binary file
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!doctype html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<title>Code coverage report for All files</title>
|
|
7
|
-
<meta charset="utf-8" />
|
|
8
|
-
<link rel="stylesheet" href="prettify.css" />
|
|
9
|
-
<link rel="stylesheet" href="base.css" />
|
|
10
|
-
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
|
|
11
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
-
<style type='text/css'>
|
|
13
|
-
.coverage-summary .sorter {
|
|
14
|
-
background-image: url(sort-arrow-sprite.png);
|
|
15
|
-
}
|
|
16
|
-
</style>
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
<body>
|
|
20
|
-
<div class='wrapper'>
|
|
21
|
-
<div class='pad1'>
|
|
22
|
-
<h1>All files</h1>
|
|
23
|
-
<div class='clearfix'>
|
|
24
|
-
|
|
25
|
-
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">36.23% </span>
|
|
27
|
-
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>25/69</span>
|
|
29
|
-
</div>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">35.14% </span>
|
|
34
|
-
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>26/74</span>
|
|
36
|
-
</div>
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">44.44% </span>
|
|
41
|
-
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>4/9</span>
|
|
43
|
-
</div>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">36.23% </span>
|
|
48
|
-
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>25/69</span>
|
|
50
|
-
</div>
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
</div>
|
|
54
|
-
<p class="quiet">
|
|
55
|
-
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
-
</p>
|
|
57
|
-
</div>
|
|
58
|
-
<div class='status-line low'></div>
|
|
59
|
-
<div class="pad1">
|
|
60
|
-
<table class="coverage-summary">
|
|
61
|
-
<thead>
|
|
62
|
-
<tr>
|
|
63
|
-
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
64
|
-
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
65
|
-
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
66
|
-
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
67
|
-
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
68
|
-
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
69
|
-
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
70
|
-
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
71
|
-
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
72
|
-
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
73
|
-
</tr>
|
|
74
|
-
</thead>
|
|
75
|
-
<tbody><tr>
|
|
76
|
-
<td class="file low" data-value="index.ts"><a href="index.ts.html">index.ts</a></td>
|
|
77
|
-
<td data-value="36.23" class="pic low">
|
|
78
|
-
<div class="chart"><div class="cover-fill" style="width: 36%"></div><div class="cover-empty" style="width: 64%"></div></div>
|
|
79
|
-
</td>
|
|
80
|
-
<td data-value="36.23" class="pct low">36.23%</td>
|
|
81
|
-
<td data-value="69" class="abs low">25/69</td>
|
|
82
|
-
<td data-value="35.14" class="pct low">35.14%</td>
|
|
83
|
-
<td data-value="74" class="abs low">26/74</td>
|
|
84
|
-
<td data-value="44.44" class="pct low">44.44%</td>
|
|
85
|
-
<td data-value="9" class="abs low">4/9</td>
|
|
86
|
-
<td data-value="36.23" class="pct low">36.23%</td>
|
|
87
|
-
<td data-value="69" class="abs low">25/69</td>
|
|
88
|
-
</tr>
|
|
89
|
-
|
|
90
|
-
</tbody>
|
|
91
|
-
</table>
|
|
92
|
-
</div>
|
|
93
|
-
<div class='push'></div><!-- for sticky footer -->
|
|
94
|
-
</div><!-- /wrapper -->
|
|
95
|
-
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
|
-
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at Mon Aug 16 2021 14:29:44 GMT+0800 (中国标准时间)
|
|
99
|
-
</div>
|
|
100
|
-
</div>
|
|
101
|
-
<script src="prettify.js"></script>
|
|
102
|
-
<script>
|
|
103
|
-
window.onload = function () {
|
|
104
|
-
prettyPrint();
|
|
105
|
-
};
|
|
106
|
-
</script>
|
|
107
|
-
<script src="sorter.js"></script>
|
|
108
|
-
<script src="block-navigation.js"></script>
|
|
109
|
-
</body>
|
|
110
|
-
</html>
|
|
111
|
-
|