@pixwel/pixwel-sdk 2.1.11 → 2.1.13
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/coverage/clover.xml +303 -306
- package/coverage/coverage-final.json +9 -9
- package/coverage/lcov-report/Ass.js.html +212 -212
- package/coverage/lcov-report/Asset.js.html +27 -27
- package/coverage/lcov-report/AssetType.js.html +1 -1
- package/coverage/lcov-report/Encode.js.html +1 -1
- package/coverage/lcov-report/File.js.html +1 -1
- package/coverage/lcov-report/Filename.js.html +1 -1
- package/coverage/lcov-report/Ingest.js.html +28 -19
- package/coverage/lcov-report/IngestFile.js.html +1 -1
- package/coverage/lcov-report/Model.js.html +138 -138
- package/coverage/lcov-report/Order.js.html +3 -3
- package/coverage/lcov-report/Srt.js.html +102 -102
- package/coverage/lcov-report/Sub.js.html +43 -43
- package/coverage/lcov-report/Tag.js.html +1 -1
- package/coverage/lcov-report/TimeFormat.js.html +63 -63
- package/coverage/lcov-report/fileType.js.html +4 -4
- package/coverage/lcov-report/index.html +75 -75
- package/coverage/lcov.info +535 -538
- package/dist/src/Ingest.js +17 -12
- package/npm-update.sh +7 -0
- package/package.json +1 -1
- package/src/Ingest.js +15 -12
- package/test/Ingest.spec.js +53 -32
package/coverage/clover.xml
CHANGED
|
@@ -1,124 +1,122 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1567030789387" clover="3.2.0">
|
|
3
|
+
<project timestamp="1567030789387" name="All files">
|
|
4
|
+
<metrics statements="570" coveredstatements="490" conditionals="393" coveredconditionals="305" methods="90" coveredmethods="73" elements="1053" coveredelements="868" complexity="0" loc="570" ncloc="570" packages="1" files="15" classes="15">
|
|
5
5
|
<file name="Ass.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Ass.js">
|
|
6
|
-
<metrics statements="
|
|
7
|
-
<line num="
|
|
8
|
-
<line num="
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="
|
|
11
|
-
<line num="
|
|
12
|
-
<line num="
|
|
13
|
-
<line num="
|
|
14
|
-
<line num="
|
|
15
|
-
<line num="
|
|
16
|
-
<line num="
|
|
17
|
-
<line num="
|
|
18
|
-
<line num="
|
|
19
|
-
<line num="
|
|
20
|
-
<line num="
|
|
21
|
-
<line num="30" count="0" type="stmt"/>
|
|
22
|
-
<line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
6
|
+
<metrics statements="98" coveredstatements="94" conditionals="49" coveredconditionals="38" methods="11" coveredmethods="11"/>
|
|
7
|
+
<line num="5" count="27" type="stmt"/>
|
|
8
|
+
<line num="9" count="50" type="stmt"/>
|
|
9
|
+
<line num="10" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
10
|
+
<line num="12" count="50" type="stmt"/>
|
|
11
|
+
<line num="13" count="127" type="stmt"/>
|
|
12
|
+
<line num="14" count="127" type="cond" truecount="2" falsecount="0"/>
|
|
13
|
+
<line num="15" count="37" type="stmt"/>
|
|
14
|
+
<line num="18" count="13" type="stmt"/>
|
|
15
|
+
<line num="22" count="8" type="stmt"/>
|
|
16
|
+
<line num="24" count="8" type="stmt"/>
|
|
17
|
+
<line num="26" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
18
|
+
<line num="27" count="3" type="stmt"/>
|
|
19
|
+
<line num="30" count="5" type="stmt"/>
|
|
20
|
+
<line num="32" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
23
21
|
<line num="33" count="0" type="stmt"/>
|
|
24
|
-
<line num="36" count="
|
|
25
|
-
<line num="37" count="
|
|
26
|
-
<line num="38" count="
|
|
27
|
-
<line num="39" count="
|
|
28
|
-
<line num="41" count="
|
|
22
|
+
<line num="36" count="5" type="stmt"/>
|
|
23
|
+
<line num="37" count="5" type="stmt"/>
|
|
24
|
+
<line num="38" count="5" type="stmt"/>
|
|
25
|
+
<line num="39" count="5" type="stmt"/>
|
|
26
|
+
<line num="41" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
29
27
|
<line num="42" count="0" type="stmt"/>
|
|
30
|
-
<line num="45" count="
|
|
31
|
-
<line num="47" count="
|
|
32
|
-
<line num="49" count="
|
|
33
|
-
<line num="50" count="
|
|
34
|
-
<line num="52" count="
|
|
35
|
-
<line num="53" count="
|
|
36
|
-
<line num="54" count="
|
|
37
|
-
<line num="56" count="
|
|
38
|
-
<line num="57" count="
|
|
39
|
-
<line num="58" count="
|
|
40
|
-
<line num="59" count="
|
|
41
|
-
<line num="60" count="
|
|
42
|
-
<line num="62" count="
|
|
43
|
-
<line num="64" count="
|
|
44
|
-
<line num="66" count="
|
|
45
|
-
<line num="72" count="
|
|
46
|
-
<line num="75" count="
|
|
47
|
-
<line num="76" count="
|
|
48
|
-
<line num="78" count="
|
|
49
|
-
<line num="82" count="
|
|
50
|
-
<line num="84" count="
|
|
51
|
-
<line num="88" count="
|
|
52
|
-
<line num="90" count="
|
|
53
|
-
<line num="92" count="
|
|
54
|
-
<line num="93" count="
|
|
55
|
-
<line num="96" count="
|
|
56
|
-
<line num="98" count="
|
|
57
|
-
<line num="99" count="
|
|
58
|
-
<line num="102" count="
|
|
59
|
-
<line num="103" count="
|
|
60
|
-
<line num="104" count="
|
|
61
|
-
<line num="105" count="
|
|
62
|
-
<line num="106" count="
|
|
63
|
-
<line num="107" count="
|
|
64
|
-
<line num="109" count="
|
|
28
|
+
<line num="45" count="5" type="stmt"/>
|
|
29
|
+
<line num="47" count="5" type="stmt"/>
|
|
30
|
+
<line num="49" count="5" type="stmt"/>
|
|
31
|
+
<line num="50" count="8" type="stmt"/>
|
|
32
|
+
<line num="52" count="8" type="stmt"/>
|
|
33
|
+
<line num="53" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
34
|
+
<line num="54" count="1" type="stmt"/>
|
|
35
|
+
<line num="56" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
36
|
+
<line num="57" count="7" type="stmt"/>
|
|
37
|
+
<line num="58" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
38
|
+
<line num="59" count="7" type="stmt"/>
|
|
39
|
+
<line num="60" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
40
|
+
<line num="62" count="7" type="stmt"/>
|
|
41
|
+
<line num="64" count="7" type="stmt"/>
|
|
42
|
+
<line num="66" count="4" type="stmt"/>
|
|
43
|
+
<line num="72" count="8" type="stmt"/>
|
|
44
|
+
<line num="75" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
45
|
+
<line num="76" count="18" type="stmt"/>
|
|
46
|
+
<line num="78" count="18" type="stmt"/>
|
|
47
|
+
<line num="82" count="9" type="stmt"/>
|
|
48
|
+
<line num="84" count="3" type="stmt"/>
|
|
49
|
+
<line num="88" count="8" type="stmt"/>
|
|
50
|
+
<line num="90" count="7" type="stmt"/>
|
|
51
|
+
<line num="92" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
52
|
+
<line num="93" count="2" type="stmt"/>
|
|
53
|
+
<line num="96" count="5" type="stmt"/>
|
|
54
|
+
<line num="98" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
55
|
+
<line num="99" count="1" type="stmt"/>
|
|
56
|
+
<line num="102" count="4" type="stmt"/>
|
|
57
|
+
<line num="103" count="4" type="stmt"/>
|
|
58
|
+
<line num="104" count="4" type="stmt"/>
|
|
59
|
+
<line num="105" count="4" type="stmt"/>
|
|
60
|
+
<line num="106" count="4" type="stmt"/>
|
|
61
|
+
<line num="107" count="4" type="stmt"/>
|
|
62
|
+
<line num="109" count="4" type="cond" truecount="4" falsecount="1"/>
|
|
65
63
|
<line num="110" count="0" type="stmt"/>
|
|
66
|
-
<line num="113" count="
|
|
67
|
-
<line num="114" count="
|
|
68
|
-
<line num="116" count="
|
|
69
|
-
<line num="118" count="
|
|
70
|
-
<line num="119" count="
|
|
71
|
-
<line num="120" count="
|
|
72
|
-
<line num="121" count="
|
|
73
|
-
<line num="122" count="
|
|
74
|
-
<line num="124" count="
|
|
75
|
-
<line num="125" count="
|
|
76
|
-
<line num="131" count="
|
|
77
|
-
<line num="132" count="
|
|
78
|
-
<line num="133" count="
|
|
79
|
-
<line num="134" count="
|
|
80
|
-
<line num="137" count="
|
|
81
|
-
<line num="139" count="
|
|
82
|
-
<line num="141" count="
|
|
83
|
-
<line num="144" count="
|
|
84
|
-
<line num="146" count="
|
|
85
|
-
<line num="148" count="
|
|
86
|
-
<line num="153" count="
|
|
87
|
-
<line num="154" count="
|
|
88
|
-
<line num="156" count="
|
|
89
|
-
<line num="157" count="
|
|
90
|
-
<line num="158" count="
|
|
91
|
-
<line num="159" count="
|
|
92
|
-
<line num="161" count="
|
|
93
|
-
<line num="162" count="
|
|
94
|
-
<line num="165" count="
|
|
95
|
-
<line num="166" count="
|
|
96
|
-
<line num="168" count="
|
|
97
|
-
<line num="172" count="
|
|
98
|
-
<line num="183" count="
|
|
99
|
-
<line num="184" count="
|
|
64
|
+
<line num="113" count="4" type="stmt"/>
|
|
65
|
+
<line num="114" count="4" type="stmt"/>
|
|
66
|
+
<line num="116" count="4" type="stmt"/>
|
|
67
|
+
<line num="118" count="4" type="stmt"/>
|
|
68
|
+
<line num="119" count="10" type="stmt"/>
|
|
69
|
+
<line num="120" count="10" type="stmt"/>
|
|
70
|
+
<line num="121" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
71
|
+
<line num="122" count="1" type="stmt"/>
|
|
72
|
+
<line num="124" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
73
|
+
<line num="125" count="9" type="stmt"/>
|
|
74
|
+
<line num="131" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
75
|
+
<line num="132" count="9" type="stmt"/>
|
|
76
|
+
<line num="133" count="9" type="cond" truecount="3" falsecount="1"/>
|
|
77
|
+
<line num="134" count="9" type="stmt"/>
|
|
78
|
+
<line num="137" count="9" type="stmt"/>
|
|
79
|
+
<line num="139" count="9" type="stmt"/>
|
|
80
|
+
<line num="141" count="3" type="stmt"/>
|
|
81
|
+
<line num="144" count="4" type="stmt"/>
|
|
82
|
+
<line num="146" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
83
|
+
<line num="148" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
84
|
+
<line num="153" count="4" type="stmt"/>
|
|
85
|
+
<line num="154" count="4" type="stmt"/>
|
|
86
|
+
<line num="156" count="4" type="stmt"/>
|
|
87
|
+
<line num="157" count="4" type="stmt"/>
|
|
88
|
+
<line num="158" count="4" type="stmt"/>
|
|
89
|
+
<line num="159" count="4" type="stmt"/>
|
|
90
|
+
<line num="161" count="4" type="stmt"/>
|
|
91
|
+
<line num="162" count="4" type="stmt"/>
|
|
92
|
+
<line num="165" count="24" type="cond" truecount="1" falsecount="1"/>
|
|
93
|
+
<line num="166" count="24" type="stmt"/>
|
|
94
|
+
<line num="168" count="24" type="stmt"/>
|
|
95
|
+
<line num="172" count="12" type="stmt"/>
|
|
96
|
+
<line num="183" count="4" type="stmt"/>
|
|
97
|
+
<line num="184" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
100
98
|
<line num="185" count="0" type="stmt"/>
|
|
101
|
-
<line num="187" count="
|
|
102
|
-
<line num="188" count="
|
|
103
|
-
<line num="189" count="
|
|
104
|
-
<line num="190" count="
|
|
105
|
-
<line num="191" count="
|
|
106
|
-
<line num="193" count="
|
|
99
|
+
<line num="187" count="12" type="stmt"/>
|
|
100
|
+
<line num="188" count="12" type="stmt"/>
|
|
101
|
+
<line num="189" count="12" type="stmt"/>
|
|
102
|
+
<line num="190" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
103
|
+
<line num="191" count="12" type="stmt"/>
|
|
104
|
+
<line num="193" count="4" type="stmt"/>
|
|
107
105
|
</file>
|
|
108
106
|
<file name="Asset.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Asset.js">
|
|
109
|
-
<metrics statements="12" coveredstatements="
|
|
110
|
-
<line num="3" count="
|
|
107
|
+
<metrics statements="12" coveredstatements="8" conditionals="8" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
108
|
+
<line num="3" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
111
109
|
<line num="4" count="0" type="stmt"/>
|
|
112
|
-
<line num="6" count="
|
|
110
|
+
<line num="6" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
113
111
|
<line num="7" count="0" type="stmt"/>
|
|
114
|
-
<line num="9" count="
|
|
112
|
+
<line num="9" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
115
113
|
<line num="10" count="0" type="stmt"/>
|
|
116
|
-
<line num="12" count="
|
|
114
|
+
<line num="12" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
117
115
|
<line num="13" count="0" type="stmt"/>
|
|
118
|
-
<line num="15" count="
|
|
119
|
-
<line num="16" count="
|
|
120
|
-
<line num="17" count="
|
|
121
|
-
<line num="18" count="
|
|
116
|
+
<line num="15" count="1" type="stmt"/>
|
|
117
|
+
<line num="16" count="1" type="stmt"/>
|
|
118
|
+
<line num="17" count="1" type="stmt"/>
|
|
119
|
+
<line num="18" count="1" type="stmt"/>
|
|
122
120
|
</file>
|
|
123
121
|
<file name="AssetType.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/AssetType.js">
|
|
124
122
|
<metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -142,7 +140,7 @@
|
|
|
142
140
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
143
141
|
</file>
|
|
144
142
|
<file name="Ingest.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Ingest.js">
|
|
145
|
-
<metrics statements="
|
|
143
|
+
<metrics statements="266" coveredstatements="231" conditionals="232" coveredconditionals="196" methods="22" coveredmethods="19"/>
|
|
146
144
|
<line num="13" count="52" type="stmt"/>
|
|
147
145
|
<line num="14" count="52" type="stmt"/>
|
|
148
146
|
<line num="17" count="0" type="stmt"/>
|
|
@@ -229,7 +227,7 @@
|
|
|
229
227
|
<line num="212" count="22" type="stmt"/>
|
|
230
228
|
<line num="213" count="22" type="stmt"/>
|
|
231
229
|
<line num="225" count="21" type="stmt"/>
|
|
232
|
-
<line num="228" count="
|
|
230
|
+
<line num="228" count="126" type="stmt"/>
|
|
233
231
|
<line num="230" count="21" type="stmt"/>
|
|
234
232
|
<line num="231" count="21" type="cond" truecount="3" falsecount="0"/>
|
|
235
233
|
<line num="233" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -365,136 +363,137 @@
|
|
|
365
363
|
<line num="521" count="1" type="stmt"/>
|
|
366
364
|
<line num="523" count="1" type="stmt"/>
|
|
367
365
|
<line num="524" count="1" type="stmt"/>
|
|
368
|
-
<line num="525" count="1" type="stmt"/>
|
|
369
366
|
<line num="526" count="1" type="stmt"/>
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
373
|
-
<line num="
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="
|
|
377
|
-
<line num="583" count="
|
|
378
|
-
<line num="
|
|
379
|
-
<line num="
|
|
380
|
-
<line num="
|
|
381
|
-
<line num="
|
|
382
|
-
<line num="
|
|
383
|
-
<line num="
|
|
384
|
-
<line num="
|
|
385
|
-
<line num="
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
389
|
-
<line num="
|
|
367
|
+
<line num="527" count="1" type="stmt"/>
|
|
368
|
+
<line num="529" count="1" type="stmt"/>
|
|
369
|
+
<line num="531" count="1" type="stmt"/>
|
|
370
|
+
<line num="544" count="1" type="stmt"/>
|
|
371
|
+
<line num="552" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
372
|
+
<line num="554" count="15" type="stmt"/>
|
|
373
|
+
<line num="556" count="15" type="stmt"/>
|
|
374
|
+
<line num="583" count="15" type="stmt"/>
|
|
375
|
+
<line num="585" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
376
|
+
<line num="586" count="2" type="stmt"/>
|
|
377
|
+
<line num="589" count="15" type="cond" truecount="5" falsecount="0"/>
|
|
378
|
+
<line num="590" count="1" type="stmt"/>
|
|
379
|
+
<line num="593" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
380
|
+
<line num="594" count="3" type="stmt"/>
|
|
381
|
+
<line num="595" count="3" type="stmt"/>
|
|
382
|
+
<line num="596" count="3" type="stmt"/>
|
|
383
|
+
<line num="599" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
384
|
+
<line num="600" count="3" type="stmt"/>
|
|
385
|
+
<line num="603" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
386
|
+
<line num="604" count="4" type="stmt"/>
|
|
390
387
|
<line num="607" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
391
388
|
<line num="608" count="1" type="stmt"/>
|
|
392
|
-
<line num="
|
|
393
|
-
<line num="611" count="
|
|
394
|
-
<line num="612" count="
|
|
395
|
-
<line num="614" count="15" type="cond" truecount="
|
|
396
|
-
<line num="615" count="
|
|
397
|
-
<line num="
|
|
398
|
-
<line num="
|
|
389
|
+
<line num="610" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
390
|
+
<line num="611" count="1" type="stmt"/>
|
|
391
|
+
<line num="612" count="1" type="stmt"/>
|
|
392
|
+
<line num="614" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
393
|
+
<line num="615" count="2" type="stmt"/>
|
|
394
|
+
<line num="617" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
395
|
+
<line num="618" count="4" type="stmt"/>
|
|
399
396
|
<line num="623" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
400
397
|
<line num="624" count="3" type="stmt"/>
|
|
401
|
-
<line num="626" count="15" type="cond" truecount="
|
|
402
|
-
<line num="627" count="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="
|
|
405
|
-
<line num="633" count="15" type="
|
|
406
|
-
<line num="
|
|
407
|
-
<line num="
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="
|
|
410
|
-
<line num="655" count="1" type="
|
|
398
|
+
<line num="626" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
399
|
+
<line num="627" count="3" type="stmt"/>
|
|
400
|
+
<line num="629" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
401
|
+
<line num="630" count="2" type="stmt"/>
|
|
402
|
+
<line num="633" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
403
|
+
<line num="635" count="15" type="stmt"/>
|
|
404
|
+
<line num="636" count="15" type="stmt"/>
|
|
405
|
+
<line num="644" count="15" type="stmt"/>
|
|
406
|
+
<line num="654" count="1" type="stmt"/>
|
|
407
|
+
<line num="655" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
408
|
+
<line num="656" count="2" type="stmt"/>
|
|
409
|
+
<line num="658" count="1" type="stmt"/>
|
|
411
410
|
</file>
|
|
412
411
|
<file name="IngestFile.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/IngestFile.js">
|
|
413
412
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
414
413
|
<line num="3" count="0" type="stmt"/>
|
|
415
414
|
</file>
|
|
416
415
|
<file name="Model.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Model.js">
|
|
417
|
-
<metrics statements="75" coveredstatements="
|
|
418
|
-
<line num="20" count="
|
|
419
|
-
<line num="31" count="
|
|
420
|
-
<line num="44" count="
|
|
421
|
-
<line num="45" count="
|
|
422
|
-
<line num="46" count="
|
|
423
|
-
<line num="47" count="
|
|
424
|
-
<line num="48" count="
|
|
425
|
-
<line num="49" count="
|
|
416
|
+
<metrics statements="75" coveredstatements="65" conditionals="32" coveredconditionals="17" methods="25" coveredmethods="22"/>
|
|
417
|
+
<line num="20" count="2" type="stmt"/>
|
|
418
|
+
<line num="31" count="77" type="stmt"/>
|
|
419
|
+
<line num="44" count="71" type="stmt"/>
|
|
420
|
+
<line num="45" count="71" type="stmt"/>
|
|
421
|
+
<line num="46" count="71" type="stmt"/>
|
|
422
|
+
<line num="47" count="71" type="stmt"/>
|
|
423
|
+
<line num="48" count="71" type="stmt"/>
|
|
424
|
+
<line num="49" count="71" type="stmt"/>
|
|
426
425
|
<line num="58" count="0" type="stmt"/>
|
|
427
|
-
<line num="64" count="
|
|
428
|
-
<line num="65" count="
|
|
429
|
-
<line num="66" count="
|
|
430
|
-
<line num="68" count="
|
|
431
|
-
<line num="70" count="
|
|
432
|
-
<line num="73" count="
|
|
433
|
-
<line num="81" count="
|
|
434
|
-
<line num="87" count="
|
|
435
|
-
<line num="89" count="
|
|
436
|
-
<line num="92" count="
|
|
437
|
-
<line num="93" count="
|
|
438
|
-
<line num="94" count="
|
|
439
|
-
<line num="95" count="
|
|
440
|
-
<line num="97" count="
|
|
441
|
-
<line num="106" count="
|
|
442
|
-
<line num="115" count="
|
|
443
|
-
<line num="117" count="
|
|
444
|
-
<line num="118" count="
|
|
445
|
-
<line num="119" count="
|
|
446
|
-
<line num="121" count="
|
|
447
|
-
<line num="125" count="
|
|
448
|
-
<line num="126" count="
|
|
449
|
-
<line num="129" count="
|
|
450
|
-
<line num="137" count="
|
|
451
|
-
<line num="143" count="
|
|
452
|
-
<line num="151" count="
|
|
453
|
-
<line num="159" count="
|
|
454
|
-
<line num="161" count="
|
|
455
|
-
<line num="162" count="
|
|
456
|
-
<line num="163" count="
|
|
457
|
-
<line num="164" count="
|
|
458
|
-
<line num="166" count="
|
|
459
|
-
<line num="169" count="
|
|
460
|
-
<line num="170" count="
|
|
426
|
+
<line num="64" count="4" type="stmt"/>
|
|
427
|
+
<line num="65" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
428
|
+
<line num="66" count="2" type="stmt"/>
|
|
429
|
+
<line num="68" count="2" type="stmt"/>
|
|
430
|
+
<line num="70" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
431
|
+
<line num="73" count="2" type="stmt"/>
|
|
432
|
+
<line num="81" count="1" type="stmt"/>
|
|
433
|
+
<line num="87" count="154" type="stmt"/>
|
|
434
|
+
<line num="89" count="1330" type="stmt"/>
|
|
435
|
+
<line num="92" count="154" type="stmt"/>
|
|
436
|
+
<line num="93" count="154" type="stmt"/>
|
|
437
|
+
<line num="94" count="154" type="stmt"/>
|
|
438
|
+
<line num="95" count="560" type="stmt"/>
|
|
439
|
+
<line num="97" count="154" type="stmt"/>
|
|
440
|
+
<line num="106" count="2" type="stmt"/>
|
|
441
|
+
<line num="115" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
442
|
+
<line num="117" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
443
|
+
<line num="118" count="2" type="stmt"/>
|
|
444
|
+
<line num="119" count="2" type="stmt"/>
|
|
445
|
+
<line num="121" count="4" type="stmt"/>
|
|
446
|
+
<line num="125" count="6" type="stmt"/>
|
|
447
|
+
<line num="126" count="5" type="stmt"/>
|
|
448
|
+
<line num="129" count="6" type="stmt"/>
|
|
449
|
+
<line num="137" count="3" type="stmt"/>
|
|
450
|
+
<line num="143" count="1" type="stmt"/>
|
|
451
|
+
<line num="151" count="1" type="stmt"/>
|
|
452
|
+
<line num="159" count="6" type="stmt"/>
|
|
453
|
+
<line num="161" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
454
|
+
<line num="162" count="1" type="stmt"/>
|
|
455
|
+
<line num="163" count="1" type="stmt"/>
|
|
456
|
+
<line num="164" count="1" type="stmt"/>
|
|
457
|
+
<line num="166" count="5" type="stmt"/>
|
|
458
|
+
<line num="169" count="6" type="stmt"/>
|
|
459
|
+
<line num="170" count="6" type="stmt"/>
|
|
461
460
|
<line num="172" count="0" type="stmt"/>
|
|
462
|
-
<line num="176" count="
|
|
463
|
-
<line num="177" count="
|
|
464
|
-
<line num="180" count="
|
|
465
|
-
<line num="189" count="
|
|
466
|
-
<line num="190" count="
|
|
461
|
+
<line num="176" count="6" type="stmt"/>
|
|
462
|
+
<line num="177" count="6" type="stmt"/>
|
|
463
|
+
<line num="180" count="6" type="stmt"/>
|
|
464
|
+
<line num="189" count="5" type="stmt"/>
|
|
465
|
+
<line num="190" count="5" type="stmt"/>
|
|
467
466
|
<line num="191" count="0" type="stmt"/>
|
|
468
|
-
<line num="193" count="
|
|
467
|
+
<line num="193" count="5" type="cond" truecount="0" falsecount="1"/>
|
|
469
468
|
<line num="195" count="0" type="stmt"/>
|
|
470
|
-
<line num="197" count="
|
|
471
|
-
<line num="198" count="
|
|
472
|
-
<line num="207" count="
|
|
473
|
-
<line num="208" count="
|
|
469
|
+
<line num="197" count="5" type="stmt"/>
|
|
470
|
+
<line num="198" count="5" type="stmt"/>
|
|
471
|
+
<line num="207" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
472
|
+
<line num="208" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
474
473
|
<line num="209" count="0" type="stmt"/>
|
|
475
|
-
<line num="211" count="
|
|
476
|
-
<line num="212" count="
|
|
474
|
+
<line num="211" count="3" type="stmt"/>
|
|
475
|
+
<line num="212" count="3" type="stmt"/>
|
|
477
476
|
<line num="213" count="0" type="stmt"/>
|
|
478
|
-
<line num="215" count="
|
|
477
|
+
<line num="215" count="3" type="cond" truecount="0" falsecount="2"/>
|
|
479
478
|
<line num="217" count="0" type="stmt"/>
|
|
480
479
|
<line num="219" count="0" type="stmt"/>
|
|
481
|
-
<line num="221" count="
|
|
482
|
-
<line num="222" count="
|
|
483
|
-
<line num="231" count="
|
|
484
|
-
<line num="232" count="
|
|
480
|
+
<line num="221" count="3" type="stmt"/>
|
|
481
|
+
<line num="222" count="3" type="stmt"/>
|
|
482
|
+
<line num="231" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
483
|
+
<line num="232" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
485
484
|
<line num="233" count="0" type="stmt"/>
|
|
486
|
-
<line num="235" count="
|
|
487
|
-
<line num="236" count="
|
|
488
|
-
<line num="245" count="
|
|
489
|
-
<line num="246" count="
|
|
485
|
+
<line num="235" count="1" type="stmt"/>
|
|
486
|
+
<line num="236" count="1" type="stmt"/>
|
|
487
|
+
<line num="245" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
488
|
+
<line num="246" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
490
489
|
<line num="247" count="0" type="stmt"/>
|
|
491
|
-
<line num="249" count="
|
|
492
|
-
<line num="250" count="
|
|
490
|
+
<line num="249" count="1" type="stmt"/>
|
|
491
|
+
<line num="250" count="1" type="stmt"/>
|
|
493
492
|
</file>
|
|
494
493
|
<file name="Order.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Order.js">
|
|
495
494
|
<metrics statements="11" coveredstatements="6" conditionals="10" coveredconditionals="2" methods="3" coveredmethods="3"/>
|
|
496
|
-
<line num="6" count="
|
|
497
|
-
<line num="15" count="
|
|
495
|
+
<line num="6" count="12" type="stmt"/>
|
|
496
|
+
<line num="15" count="12" type="stmt"/>
|
|
498
497
|
<line num="21" count="22" type="cond" truecount="1" falsecount="1"/>
|
|
499
498
|
<line num="22" count="22" type="stmt"/>
|
|
500
499
|
<line num="24" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
@@ -506,73 +505,71 @@
|
|
|
506
505
|
<line num="39" count="0" type="stmt"/>
|
|
507
506
|
</file>
|
|
508
507
|
<file name="Srt.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Srt.js">
|
|
509
|
-
<metrics statements="
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
512
|
-
<line num="
|
|
513
|
-
<line num="
|
|
514
|
-
<line num="
|
|
515
|
-
<line num="
|
|
516
|
-
<line num="
|
|
517
|
-
<line num="
|
|
518
|
-
<line num="
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="
|
|
522
|
-
<line num="
|
|
523
|
-
<line num="
|
|
524
|
-
<line num="
|
|
525
|
-
<line num="27" count="0" type="stmt"/>
|
|
526
|
-
<line num="28" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
508
|
+
<metrics statements="44" coveredstatements="42" conditionals="19" coveredconditionals="14" methods="7" coveredmethods="7"/>
|
|
509
|
+
<line num="5" count="6" type="cond" truecount="2" falsecount="2"/>
|
|
510
|
+
<line num="6" count="6" type="stmt"/>
|
|
511
|
+
<line num="7" count="6" type="stmt"/>
|
|
512
|
+
<line num="8" count="6" type="stmt"/>
|
|
513
|
+
<line num="9" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
514
|
+
<line num="13" count="1" type="stmt"/>
|
|
515
|
+
<line num="14" count="1" type="stmt"/>
|
|
516
|
+
<line num="15" count="1" type="stmt"/>
|
|
517
|
+
<line num="16" count="1" type="stmt"/>
|
|
518
|
+
<line num="20" count="2" type="stmt"/>
|
|
519
|
+
<line num="21" count="2" type="stmt"/>
|
|
520
|
+
<line num="22" count="2" type="stmt"/>
|
|
521
|
+
<line num="23" count="2" type="stmt"/>
|
|
522
|
+
<line num="27" count="6" type="stmt"/>
|
|
523
|
+
<line num="28" count="6" type="cond" truecount="3" falsecount="1"/>
|
|
527
524
|
<line num="29" count="0" type="stmt"/>
|
|
528
|
-
<line num="32" count="
|
|
529
|
-
<line num="38" count="
|
|
530
|
-
<line num="39" count="
|
|
531
|
-
<line num="41" count="
|
|
532
|
-
<line num="43" count="
|
|
533
|
-
<line num="44" count="
|
|
534
|
-
<line num="47" count="
|
|
535
|
-
<line num="48" count="
|
|
536
|
-
<line num="49" count="
|
|
537
|
-
<line num="52" count="
|
|
538
|
-
<line num="53" count="
|
|
539
|
-
<line num="54" count="
|
|
540
|
-
<line num="56" count="
|
|
541
|
-
<line num="59" count="
|
|
542
|
-
<line num="60" count="
|
|
543
|
-
<line num="61" count="
|
|
544
|
-
<line num="65" count="
|
|
545
|
-
<line num="68" count="
|
|
546
|
-
<line num="69" count="
|
|
547
|
-
<line num="71" count="
|
|
548
|
-
<line num="72" count="
|
|
525
|
+
<line num="32" count="6" type="stmt"/>
|
|
526
|
+
<line num="38" count="2" type="stmt"/>
|
|
527
|
+
<line num="39" count="30" type="stmt"/>
|
|
528
|
+
<line num="41" count="30" type="cond" truecount="3" falsecount="0"/>
|
|
529
|
+
<line num="43" count="8" type="stmt"/>
|
|
530
|
+
<line num="44" count="8" type="stmt"/>
|
|
531
|
+
<line num="47" count="6" type="stmt"/>
|
|
532
|
+
<line num="48" count="6" type="stmt"/>
|
|
533
|
+
<line num="49" count="6" type="stmt"/>
|
|
534
|
+
<line num="52" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
535
|
+
<line num="53" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
536
|
+
<line num="54" count="10" type="stmt"/>
|
|
537
|
+
<line num="56" count="6" type="stmt"/>
|
|
538
|
+
<line num="59" count="6" type="stmt"/>
|
|
539
|
+
<line num="60" count="6" type="stmt"/>
|
|
540
|
+
<line num="61" count="6" type="stmt"/>
|
|
541
|
+
<line num="65" count="2" type="stmt"/>
|
|
542
|
+
<line num="68" count="2" type="stmt"/>
|
|
543
|
+
<line num="69" count="2" type="stmt"/>
|
|
544
|
+
<line num="71" count="2" type="stmt"/>
|
|
545
|
+
<line num="72" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
549
546
|
<line num="73" count="0" type="stmt"/>
|
|
550
|
-
<line num="77" count="
|
|
551
|
-
<line num="81" count="
|
|
552
|
-
<line num="83" count="
|
|
553
|
-
<line num="84" count="
|
|
554
|
-
<line num="85" count="
|
|
555
|
-
<line num="87" count="
|
|
547
|
+
<line num="77" count="6" type="stmt"/>
|
|
548
|
+
<line num="81" count="6" type="stmt"/>
|
|
549
|
+
<line num="83" count="6" type="stmt"/>
|
|
550
|
+
<line num="84" count="6" type="stmt"/>
|
|
551
|
+
<line num="85" count="6" type="stmt"/>
|
|
552
|
+
<line num="87" count="2" type="stmt"/>
|
|
556
553
|
</file>
|
|
557
554
|
<file name="Sub.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Sub.js">
|
|
558
|
-
<metrics statements="17" coveredstatements="
|
|
559
|
-
<line num="3" count="
|
|
560
|
-
<line num="4" count="
|
|
561
|
-
<line num="8" count="
|
|
562
|
-
<line num="9" count="
|
|
563
|
-
<line num="10" count="
|
|
564
|
-
<line num="12" count="
|
|
565
|
-
<line num="13" count="
|
|
566
|
-
<line num="14" count="
|
|
567
|
-
<line num="16" count="
|
|
568
|
-
<line num="21" count="
|
|
569
|
-
<line num="24" count="
|
|
570
|
-
<line num="25" count="
|
|
555
|
+
<metrics statements="17" coveredstatements="16" conditionals="14" coveredconditionals="12" methods="2" coveredmethods="2"/>
|
|
556
|
+
<line num="3" count="1" type="stmt"/>
|
|
557
|
+
<line num="4" count="1" type="stmt"/>
|
|
558
|
+
<line num="8" count="1" type="stmt"/>
|
|
559
|
+
<line num="9" count="6" type="stmt"/>
|
|
560
|
+
<line num="10" count="6" type="stmt"/>
|
|
561
|
+
<line num="12" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
562
|
+
<line num="13" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
563
|
+
<line num="14" count="1" type="stmt"/>
|
|
564
|
+
<line num="16" count="2" type="stmt"/>
|
|
565
|
+
<line num="21" count="2" type="stmt"/>
|
|
566
|
+
<line num="24" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
567
|
+
<line num="25" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
571
568
|
<line num="26" count="0" type="stmt"/>
|
|
572
|
-
<line num="28" count="
|
|
573
|
-
<line num="32" count="
|
|
574
|
-
<line num="33" count="
|
|
575
|
-
<line num="35" count="
|
|
569
|
+
<line num="28" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
570
|
+
<line num="32" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
571
|
+
<line num="33" count="1" type="stmt"/>
|
|
572
|
+
<line num="35" count="1" type="stmt"/>
|
|
576
573
|
</file>
|
|
577
574
|
<file name="Tag.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Tag.js">
|
|
578
575
|
<metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -581,35 +578,35 @@
|
|
|
581
578
|
<line num="9" count="0" type="stmt"/>
|
|
582
579
|
</file>
|
|
583
580
|
<file name="TimeFormat.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/TimeFormat.js">
|
|
584
|
-
<metrics statements="23" coveredstatements="
|
|
585
|
-
<line num="1" count="
|
|
586
|
-
<line num="5" count="
|
|
587
|
-
<line num="8" count="
|
|
588
|
-
<line num="9" count="
|
|
589
|
-
<line num="10" count="
|
|
590
|
-
<line num="12" count="
|
|
591
|
-
<line num="13" count="
|
|
592
|
-
<line num="21" count="
|
|
593
|
-
<line num="22" count="
|
|
594
|
-
<line num="23" count="
|
|
595
|
-
<line num="24" count="
|
|
596
|
-
<line num="25" count="
|
|
597
|
-
<line num="28" count="
|
|
598
|
-
<line num="29" count="
|
|
599
|
-
<line num="31" count="
|
|
600
|
-
<line num="34" count="
|
|
601
|
-
<line num="35" count="
|
|
602
|
-
<line num="37" count="
|
|
603
|
-
<line num="38" count="
|
|
604
|
-
<line num="41" count="
|
|
605
|
-
<line num="42" count="
|
|
606
|
-
<line num="45" count="
|
|
607
|
-
<line num="46" count="
|
|
581
|
+
<metrics statements="23" coveredstatements="23" conditionals="25" coveredconditionals="22" methods="7" coveredmethods="7"/>
|
|
582
|
+
<line num="1" count="3" type="stmt"/>
|
|
583
|
+
<line num="5" count="18" type="stmt"/>
|
|
584
|
+
<line num="8" count="58" type="stmt"/>
|
|
585
|
+
<line num="9" count="58" type="cond" truecount="2" falsecount="0"/>
|
|
586
|
+
<line num="10" count="3" type="stmt"/>
|
|
587
|
+
<line num="12" count="55" type="cond" truecount="2" falsecount="0"/>
|
|
588
|
+
<line num="13" count="55" type="stmt"/>
|
|
589
|
+
<line num="21" count="38" type="stmt"/>
|
|
590
|
+
<line num="22" count="38" type="stmt"/>
|
|
591
|
+
<line num="23" count="38" type="stmt"/>
|
|
592
|
+
<line num="24" count="38" type="cond" truecount="1" falsecount="1"/>
|
|
593
|
+
<line num="25" count="38" type="cond" truecount="4" falsecount="2"/>
|
|
594
|
+
<line num="28" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
595
|
+
<line num="29" count="2" type="stmt"/>
|
|
596
|
+
<line num="31" count="7" type="stmt"/>
|
|
597
|
+
<line num="34" count="12" type="cond" truecount="5" falsecount="0"/>
|
|
598
|
+
<line num="35" count="4" type="stmt"/>
|
|
599
|
+
<line num="37" count="8" type="stmt"/>
|
|
600
|
+
<line num="38" count="8" type="stmt"/>
|
|
601
|
+
<line num="41" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
602
|
+
<line num="42" count="19" type="stmt"/>
|
|
603
|
+
<line num="45" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
604
|
+
<line num="46" count="19" type="stmt"/>
|
|
608
605
|
</file>
|
|
609
606
|
<file name="fileType.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/fileType.js">
|
|
610
607
|
<metrics statements="11" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
611
|
-
<line num="1" count="
|
|
612
|
-
<line num="3" count="
|
|
608
|
+
<line num="1" count="2" type="stmt"/>
|
|
609
|
+
<line num="3" count="2" type="stmt"/>
|
|
613
610
|
<line num="16" count="0" type="stmt"/>
|
|
614
611
|
<line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
615
612
|
<line num="18" count="0" type="stmt"/>
|
|
@@ -618,7 +615,7 @@
|
|
|
618
615
|
<line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
619
616
|
<line num="31" count="0" type="stmt"/>
|
|
620
617
|
<line num="34" count="0" type="stmt"/>
|
|
621
|
-
<line num="37" count="
|
|
618
|
+
<line num="37" count="2" type="stmt"/>
|
|
622
619
|
</file>
|
|
623
620
|
</metrics>
|
|
624
621
|
</project>
|