@pixwel/pixwel-sdk 2.1.5 → 2.1.7
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/.babelrc +1 -2
- package/coverage/clover.xml +277 -281
- package/coverage/coverage-final.json +15 -15
- package/coverage/lcov-report/Ass.js.html +410 -406
- package/coverage/lcov-report/Asset.js.html +52 -48
- package/coverage/lcov-report/AssetType.js.html +17 -13
- package/coverage/lcov-report/Encode.js.html +17 -13
- package/coverage/lcov-report/File.js.html +17 -13
- package/coverage/lcov-report/Filename.js.html +20 -16
- package/coverage/lcov-report/Ingest.js.html +662 -658
- package/coverage/lcov-report/IngestFile.js.html +12 -8
- package/coverage/lcov-report/Model.js.html +395 -391
- package/coverage/lcov-report/Order.js.html +51 -47
- package/coverage/lcov-report/Srt.js.html +194 -190
- package/coverage/lcov-report/Sub.js.html +84 -80
- package/coverage/lcov-report/Tag.js.html +17 -13
- package/coverage/lcov-report/TimeFormat.js.html +114 -110
- package/coverage/lcov-report/base.css +14 -3
- package/coverage/lcov-report/fileType.js.html +50 -46
- package/coverage/lcov-report/index.html +84 -80
- package/coverage/lcov.info +463 -467
- package/dist/Ass.js +206 -0
- package/dist/Asset.js +49 -0
- package/dist/AssetType.js +45 -0
- package/dist/Encode.js +45 -0
- package/dist/File.js +45 -0
- package/dist/Filename.js +23 -0
- package/dist/Ingest.js +734 -0
- package/dist/IngestFile.js +18 -0
- package/dist/Model.js +580 -0
- package/dist/Order.js +70 -0
- package/dist/Srt.js +97 -0
- package/dist/Sub.js +46 -0
- package/dist/Tag.js +45 -0
- package/dist/TimeFormat.js +53 -0
- package/dist/fileType.js +39 -0
- package/dist/src/Asset.js +5 -10
- package/dist/src/AssetType.js +12 -23
- package/dist/src/Encode.js +12 -23
- package/dist/src/File.js +12 -23
- package/dist/src/Filename.js +3 -5
- package/dist/src/Ingest.js +12 -23
- package/dist/src/IngestFile.js +2 -6
- package/dist/src/Model.js +28 -49
- package/dist/src/Order.js +9 -20
- package/dist/src/Srt.js +1 -5
- package/dist/src/Tag.js +12 -23
- package/package.json +1 -8
package/coverage/clover.xml
CHANGED
|
@@ -1,147 +1,145 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
5
|
-
<file name="Ass.js" path="/Users/jeff/www/pixwel/platform/
|
|
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"/>
|
|
2
|
+
<coverage generated="1566388712815" clover="3.2.0">
|
|
3
|
+
<project timestamp="1566388712815" name="All files">
|
|
4
|
+
<metrics statements="567" coveredstatements="487" conditionals="393" coveredconditionals="305" methods="90" coveredmethods="73" elements="1050" coveredelements="865" complexity="0" loc="567" ncloc="567" packages="1" files="15" classes="15">
|
|
5
|
+
<file name="Ass.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Ass.js">
|
|
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
|
-
<file name="Asset.js" path="/Users/jeff/www/pixwel/platform/
|
|
109
|
-
<metrics statements="12" coveredstatements="
|
|
110
|
-
<line num="3" count="
|
|
106
|
+
<file name="Asset.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Asset.js">
|
|
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
|
-
<file name="AssetType.js" path="/Users/jeff/www/pixwel/platform/
|
|
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"/>
|
|
125
123
|
<line num="5" count="0" type="stmt"/>
|
|
126
124
|
<line num="6" count="0" type="stmt"/>
|
|
127
125
|
<line num="9" count="0" type="stmt"/>
|
|
128
126
|
</file>
|
|
129
|
-
<file name="Encode.js" path="/Users/jeff/www/pixwel/platform/
|
|
127
|
+
<file name="Encode.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Encode.js">
|
|
130
128
|
<metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
131
129
|
<line num="5" count="0" type="stmt"/>
|
|
132
130
|
<line num="6" count="0" type="stmt"/>
|
|
133
131
|
<line num="9" count="0" type="stmt"/>
|
|
134
132
|
</file>
|
|
135
|
-
<file name="File.js" path="/Users/jeff/www/pixwel/platform/
|
|
133
|
+
<file name="File.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/File.js">
|
|
136
134
|
<metrics statements="3" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
137
135
|
<line num="5" count="1" type="stmt"/>
|
|
138
136
|
<line num="6" count="1" type="stmt"/>
|
|
139
137
|
<line num="9" count="0" type="stmt"/>
|
|
140
138
|
</file>
|
|
141
|
-
<file name="Filename.js" path="/Users/jeff/www/pixwel/platform/
|
|
139
|
+
<file name="Filename.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Filename.js">
|
|
142
140
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
143
141
|
</file>
|
|
144
|
-
<file name="Ingest.js" path="/Users/jeff/www/pixwel/platform/
|
|
142
|
+
<file name="Ingest.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Ingest.js">
|
|
145
143
|
<metrics statements="263" coveredstatements="228" 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"/>
|
|
@@ -407,92 +405,92 @@
|
|
|
407
405
|
<line num="653" count="2" type="stmt"/>
|
|
408
406
|
<line num="655" count="1" type="stmt"/>
|
|
409
407
|
</file>
|
|
410
|
-
<file name="IngestFile.js" path="/Users/jeff/www/pixwel/platform/
|
|
408
|
+
<file name="IngestFile.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/IngestFile.js">
|
|
411
409
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
412
410
|
<line num="3" count="0" type="stmt"/>
|
|
413
411
|
</file>
|
|
414
|
-
<file name="Model.js" path="/Users/jeff/www/pixwel/platform/
|
|
415
|
-
<metrics statements="75" coveredstatements="
|
|
416
|
-
<line num="20" count="
|
|
417
|
-
<line num="31" count="
|
|
418
|
-
<line num="44" count="
|
|
419
|
-
<line num="45" count="
|
|
420
|
-
<line num="46" count="
|
|
421
|
-
<line num="47" count="
|
|
422
|
-
<line num="48" count="
|
|
423
|
-
<line num="49" count="
|
|
412
|
+
<file name="Model.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Model.js">
|
|
413
|
+
<metrics statements="75" coveredstatements="65" conditionals="32" coveredconditionals="17" methods="25" coveredmethods="22"/>
|
|
414
|
+
<line num="20" count="2" type="stmt"/>
|
|
415
|
+
<line num="31" count="77" type="stmt"/>
|
|
416
|
+
<line num="44" count="71" type="stmt"/>
|
|
417
|
+
<line num="45" count="71" type="stmt"/>
|
|
418
|
+
<line num="46" count="71" type="stmt"/>
|
|
419
|
+
<line num="47" count="71" type="stmt"/>
|
|
420
|
+
<line num="48" count="71" type="stmt"/>
|
|
421
|
+
<line num="49" count="71" type="stmt"/>
|
|
424
422
|
<line num="58" count="0" type="stmt"/>
|
|
425
|
-
<line num="64" count="
|
|
426
|
-
<line num="65" count="
|
|
427
|
-
<line num="66" count="
|
|
428
|
-
<line num="68" count="
|
|
429
|
-
<line num="70" count="
|
|
430
|
-
<line num="73" count="
|
|
431
|
-
<line num="81" count="
|
|
432
|
-
<line num="87" count="
|
|
433
|
-
<line num="89" count="
|
|
434
|
-
<line num="92" count="
|
|
435
|
-
<line num="93" count="
|
|
436
|
-
<line num="94" count="
|
|
437
|
-
<line num="95" count="
|
|
438
|
-
<line num="97" count="
|
|
439
|
-
<line num="106" count="
|
|
440
|
-
<line num="115" count="
|
|
441
|
-
<line num="117" count="
|
|
442
|
-
<line num="118" count="
|
|
443
|
-
<line num="119" count="
|
|
444
|
-
<line num="121" count="
|
|
445
|
-
<line num="125" count="
|
|
446
|
-
<line num="126" count="
|
|
447
|
-
<line num="129" count="
|
|
448
|
-
<line num="137" count="
|
|
449
|
-
<line num="143" count="
|
|
450
|
-
<line num="151" count="
|
|
451
|
-
<line num="159" count="
|
|
452
|
-
<line num="161" count="
|
|
453
|
-
<line num="162" count="
|
|
454
|
-
<line num="163" count="
|
|
455
|
-
<line num="164" count="
|
|
456
|
-
<line num="166" count="
|
|
457
|
-
<line num="169" count="
|
|
458
|
-
<line num="170" count="
|
|
423
|
+
<line num="64" count="4" type="stmt"/>
|
|
424
|
+
<line num="65" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
425
|
+
<line num="66" count="2" type="stmt"/>
|
|
426
|
+
<line num="68" count="2" type="stmt"/>
|
|
427
|
+
<line num="70" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
428
|
+
<line num="73" count="2" type="stmt"/>
|
|
429
|
+
<line num="81" count="1" type="stmt"/>
|
|
430
|
+
<line num="87" count="123" type="stmt"/>
|
|
431
|
+
<line num="89" count="997" type="stmt"/>
|
|
432
|
+
<line num="92" count="123" type="stmt"/>
|
|
433
|
+
<line num="93" count="123" type="stmt"/>
|
|
434
|
+
<line num="94" count="123" type="stmt"/>
|
|
435
|
+
<line num="95" count="383" type="stmt"/>
|
|
436
|
+
<line num="97" count="123" type="stmt"/>
|
|
437
|
+
<line num="106" count="2" type="stmt"/>
|
|
438
|
+
<line num="115" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
439
|
+
<line num="117" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
440
|
+
<line num="118" count="2" type="stmt"/>
|
|
441
|
+
<line num="119" count="2" type="stmt"/>
|
|
442
|
+
<line num="121" count="4" type="stmt"/>
|
|
443
|
+
<line num="125" count="6" type="stmt"/>
|
|
444
|
+
<line num="126" count="5" type="stmt"/>
|
|
445
|
+
<line num="129" count="6" type="stmt"/>
|
|
446
|
+
<line num="137" count="2" type="stmt"/>
|
|
447
|
+
<line num="143" count="1" type="stmt"/>
|
|
448
|
+
<line num="151" count="1" type="stmt"/>
|
|
449
|
+
<line num="159" count="6" type="stmt"/>
|
|
450
|
+
<line num="161" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
451
|
+
<line num="162" count="1" type="stmt"/>
|
|
452
|
+
<line num="163" count="1" type="stmt"/>
|
|
453
|
+
<line num="164" count="1" type="stmt"/>
|
|
454
|
+
<line num="166" count="5" type="stmt"/>
|
|
455
|
+
<line num="169" count="6" type="stmt"/>
|
|
456
|
+
<line num="170" count="6" type="stmt"/>
|
|
459
457
|
<line num="172" count="0" type="stmt"/>
|
|
460
|
-
<line num="176" count="
|
|
461
|
-
<line num="177" count="
|
|
462
|
-
<line num="180" count="
|
|
463
|
-
<line num="189" count="
|
|
464
|
-
<line num="190" count="
|
|
458
|
+
<line num="176" count="6" type="stmt"/>
|
|
459
|
+
<line num="177" count="6" type="stmt"/>
|
|
460
|
+
<line num="180" count="6" type="stmt"/>
|
|
461
|
+
<line num="189" count="5" type="stmt"/>
|
|
462
|
+
<line num="190" count="5" type="stmt"/>
|
|
465
463
|
<line num="191" count="0" type="stmt"/>
|
|
466
|
-
<line num="193" count="
|
|
464
|
+
<line num="193" count="5" type="cond" truecount="0" falsecount="1"/>
|
|
467
465
|
<line num="195" count="0" type="stmt"/>
|
|
468
|
-
<line num="197" count="
|
|
469
|
-
<line num="198" count="
|
|
470
|
-
<line num="207" count="
|
|
471
|
-
<line num="208" count="
|
|
466
|
+
<line num="197" count="5" type="stmt"/>
|
|
467
|
+
<line num="198" count="5" type="stmt"/>
|
|
468
|
+
<line num="207" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
469
|
+
<line num="208" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
472
470
|
<line num="209" count="0" type="stmt"/>
|
|
473
|
-
<line num="211" count="
|
|
474
|
-
<line num="212" count="
|
|
471
|
+
<line num="211" count="3" type="stmt"/>
|
|
472
|
+
<line num="212" count="3" type="stmt"/>
|
|
475
473
|
<line num="213" count="0" type="stmt"/>
|
|
476
|
-
<line num="215" count="
|
|
474
|
+
<line num="215" count="3" type="cond" truecount="0" falsecount="2"/>
|
|
477
475
|
<line num="217" count="0" type="stmt"/>
|
|
478
476
|
<line num="219" count="0" type="stmt"/>
|
|
479
|
-
<line num="221" count="
|
|
480
|
-
<line num="222" count="
|
|
481
|
-
<line num="231" count="
|
|
482
|
-
<line num="232" count="
|
|
477
|
+
<line num="221" count="3" type="stmt"/>
|
|
478
|
+
<line num="222" count="3" type="stmt"/>
|
|
479
|
+
<line num="231" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
480
|
+
<line num="232" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
483
481
|
<line num="233" count="0" type="stmt"/>
|
|
484
|
-
<line num="235" count="
|
|
485
|
-
<line num="236" count="
|
|
486
|
-
<line num="245" count="
|
|
487
|
-
<line num="246" count="
|
|
482
|
+
<line num="235" count="1" type="stmt"/>
|
|
483
|
+
<line num="236" count="1" type="stmt"/>
|
|
484
|
+
<line num="245" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
485
|
+
<line num="246" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
488
486
|
<line num="247" count="0" type="stmt"/>
|
|
489
|
-
<line num="249" count="
|
|
490
|
-
<line num="250" count="
|
|
487
|
+
<line num="249" count="1" type="stmt"/>
|
|
488
|
+
<line num="250" count="1" type="stmt"/>
|
|
491
489
|
</file>
|
|
492
|
-
<file name="Order.js" path="/Users/jeff/www/pixwel/platform/
|
|
490
|
+
<file name="Order.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Order.js">
|
|
493
491
|
<metrics statements="11" coveredstatements="6" conditionals="10" coveredconditionals="2" methods="3" coveredmethods="3"/>
|
|
494
|
-
<line num="6" count="
|
|
495
|
-
<line num="15" count="
|
|
492
|
+
<line num="6" count="12" type="stmt"/>
|
|
493
|
+
<line num="15" count="12" type="stmt"/>
|
|
496
494
|
<line num="21" count="22" type="cond" truecount="1" falsecount="1"/>
|
|
497
495
|
<line num="22" count="22" type="stmt"/>
|
|
498
496
|
<line num="24" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
@@ -503,111 +501,109 @@
|
|
|
503
501
|
<line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
504
502
|
<line num="39" count="0" type="stmt"/>
|
|
505
503
|
</file>
|
|
506
|
-
<file name="Srt.js" path="/Users/jeff/www/pixwel/platform/
|
|
507
|
-
<metrics statements="
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="
|
|
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="27" count="0" type="stmt"/>
|
|
524
|
-
<line num="28" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
504
|
+
<file name="Srt.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Srt.js">
|
|
505
|
+
<metrics statements="44" coveredstatements="42" conditionals="19" coveredconditionals="14" methods="7" coveredmethods="7"/>
|
|
506
|
+
<line num="5" count="6" type="cond" truecount="2" falsecount="2"/>
|
|
507
|
+
<line num="6" count="6" type="stmt"/>
|
|
508
|
+
<line num="7" count="6" type="stmt"/>
|
|
509
|
+
<line num="8" count="6" type="stmt"/>
|
|
510
|
+
<line num="9" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
511
|
+
<line num="13" count="1" type="stmt"/>
|
|
512
|
+
<line num="14" count="1" type="stmt"/>
|
|
513
|
+
<line num="15" count="1" type="stmt"/>
|
|
514
|
+
<line num="16" count="1" type="stmt"/>
|
|
515
|
+
<line num="20" count="2" type="stmt"/>
|
|
516
|
+
<line num="21" count="2" type="stmt"/>
|
|
517
|
+
<line num="22" count="2" type="stmt"/>
|
|
518
|
+
<line num="23" count="2" type="stmt"/>
|
|
519
|
+
<line num="27" count="6" type="stmt"/>
|
|
520
|
+
<line num="28" count="6" type="cond" truecount="3" falsecount="1"/>
|
|
525
521
|
<line num="29" count="0" type="stmt"/>
|
|
526
|
-
<line num="32" count="
|
|
527
|
-
<line num="38" count="
|
|
528
|
-
<line num="39" count="
|
|
529
|
-
<line num="41" count="
|
|
530
|
-
<line num="43" count="
|
|
531
|
-
<line num="44" count="
|
|
532
|
-
<line num="47" count="
|
|
533
|
-
<line num="48" count="
|
|
534
|
-
<line num="49" count="
|
|
535
|
-
<line num="52" count="
|
|
536
|
-
<line num="53" count="
|
|
537
|
-
<line num="54" count="
|
|
538
|
-
<line num="56" count="
|
|
539
|
-
<line num="59" count="
|
|
540
|
-
<line num="60" count="
|
|
541
|
-
<line num="61" count="
|
|
542
|
-
<line num="65" count="
|
|
543
|
-
<line num="68" count="
|
|
544
|
-
<line num="69" count="
|
|
545
|
-
<line num="71" count="
|
|
546
|
-
<line num="72" count="
|
|
522
|
+
<line num="32" count="6" type="stmt"/>
|
|
523
|
+
<line num="38" count="2" type="stmt"/>
|
|
524
|
+
<line num="39" count="30" type="stmt"/>
|
|
525
|
+
<line num="41" count="30" type="cond" truecount="3" falsecount="0"/>
|
|
526
|
+
<line num="43" count="8" type="stmt"/>
|
|
527
|
+
<line num="44" count="8" type="stmt"/>
|
|
528
|
+
<line num="47" count="6" type="stmt"/>
|
|
529
|
+
<line num="48" count="6" type="stmt"/>
|
|
530
|
+
<line num="49" count="6" type="stmt"/>
|
|
531
|
+
<line num="52" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
532
|
+
<line num="53" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
533
|
+
<line num="54" count="10" type="stmt"/>
|
|
534
|
+
<line num="56" count="6" type="stmt"/>
|
|
535
|
+
<line num="59" count="6" type="stmt"/>
|
|
536
|
+
<line num="60" count="6" type="stmt"/>
|
|
537
|
+
<line num="61" count="6" type="stmt"/>
|
|
538
|
+
<line num="65" count="2" type="stmt"/>
|
|
539
|
+
<line num="68" count="2" type="stmt"/>
|
|
540
|
+
<line num="69" count="2" type="stmt"/>
|
|
541
|
+
<line num="71" count="2" type="stmt"/>
|
|
542
|
+
<line num="72" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
547
543
|
<line num="73" count="0" type="stmt"/>
|
|
548
|
-
<line num="77" count="
|
|
549
|
-
<line num="81" count="
|
|
550
|
-
<line num="83" count="
|
|
551
|
-
<line num="84" count="
|
|
552
|
-
<line num="85" count="
|
|
553
|
-
<line num="87" count="
|
|
544
|
+
<line num="77" count="6" type="stmt"/>
|
|
545
|
+
<line num="81" count="6" type="stmt"/>
|
|
546
|
+
<line num="83" count="6" type="stmt"/>
|
|
547
|
+
<line num="84" count="6" type="stmt"/>
|
|
548
|
+
<line num="85" count="6" type="stmt"/>
|
|
549
|
+
<line num="87" count="2" type="stmt"/>
|
|
554
550
|
</file>
|
|
555
|
-
<file name="Sub.js" path="/Users/jeff/www/pixwel/platform/
|
|
556
|
-
<metrics statements="17" coveredstatements="
|
|
557
|
-
<line num="3" count="
|
|
558
|
-
<line num="4" count="
|
|
559
|
-
<line num="8" count="
|
|
560
|
-
<line num="9" count="
|
|
561
|
-
<line num="10" count="
|
|
562
|
-
<line num="12" count="
|
|
563
|
-
<line num="13" count="
|
|
564
|
-
<line num="14" count="
|
|
565
|
-
<line num="16" count="
|
|
566
|
-
<line num="21" count="
|
|
567
|
-
<line num="24" count="
|
|
568
|
-
<line num="25" count="
|
|
551
|
+
<file name="Sub.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Sub.js">
|
|
552
|
+
<metrics statements="17" coveredstatements="16" conditionals="14" coveredconditionals="12" methods="2" coveredmethods="2"/>
|
|
553
|
+
<line num="3" count="1" type="stmt"/>
|
|
554
|
+
<line num="4" count="1" type="stmt"/>
|
|
555
|
+
<line num="8" count="1" type="stmt"/>
|
|
556
|
+
<line num="9" count="6" type="stmt"/>
|
|
557
|
+
<line num="10" count="6" type="stmt"/>
|
|
558
|
+
<line num="12" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
559
|
+
<line num="13" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
560
|
+
<line num="14" count="1" type="stmt"/>
|
|
561
|
+
<line num="16" count="2" type="stmt"/>
|
|
562
|
+
<line num="21" count="2" type="stmt"/>
|
|
563
|
+
<line num="24" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
564
|
+
<line num="25" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
569
565
|
<line num="26" count="0" type="stmt"/>
|
|
570
|
-
<line num="28" count="
|
|
571
|
-
<line num="32" count="
|
|
572
|
-
<line num="33" count="
|
|
573
|
-
<line num="35" count="
|
|
566
|
+
<line num="28" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
567
|
+
<line num="32" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
568
|
+
<line num="33" count="1" type="stmt"/>
|
|
569
|
+
<line num="35" count="1" type="stmt"/>
|
|
574
570
|
</file>
|
|
575
|
-
<file name="Tag.js" path="/Users/jeff/www/pixwel/platform/
|
|
571
|
+
<file name="Tag.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/Tag.js">
|
|
576
572
|
<metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
577
573
|
<line num="5" count="0" type="stmt"/>
|
|
578
574
|
<line num="6" count="0" type="stmt"/>
|
|
579
575
|
<line num="9" count="0" type="stmt"/>
|
|
580
576
|
</file>
|
|
581
|
-
<file name="TimeFormat.js" path="/Users/jeff/www/pixwel/platform/
|
|
582
|
-
<metrics statements="23" coveredstatements="
|
|
583
|
-
<line num="1" count="
|
|
584
|
-
<line num="5" count="
|
|
585
|
-
<line num="8" count="
|
|
586
|
-
<line num="9" count="
|
|
587
|
-
<line num="10" count="
|
|
588
|
-
<line num="12" count="
|
|
589
|
-
<line num="13" count="
|
|
590
|
-
<line num="21" count="
|
|
591
|
-
<line num="22" count="
|
|
592
|
-
<line num="23" count="
|
|
593
|
-
<line num="24" count="
|
|
594
|
-
<line num="25" count="
|
|
595
|
-
<line num="28" count="
|
|
596
|
-
<line num="29" count="
|
|
597
|
-
<line num="31" count="
|
|
598
|
-
<line num="34" count="
|
|
599
|
-
<line num="35" count="
|
|
600
|
-
<line num="37" count="
|
|
601
|
-
<line num="38" count="
|
|
602
|
-
<line num="41" count="
|
|
603
|
-
<line num="42" count="
|
|
604
|
-
<line num="45" count="
|
|
605
|
-
<line num="46" count="
|
|
577
|
+
<file name="TimeFormat.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/TimeFormat.js">
|
|
578
|
+
<metrics statements="23" coveredstatements="23" conditionals="25" coveredconditionals="22" methods="7" coveredmethods="7"/>
|
|
579
|
+
<line num="1" count="3" type="stmt"/>
|
|
580
|
+
<line num="5" count="18" type="stmt"/>
|
|
581
|
+
<line num="8" count="58" type="stmt"/>
|
|
582
|
+
<line num="9" count="58" type="cond" truecount="2" falsecount="0"/>
|
|
583
|
+
<line num="10" count="3" type="stmt"/>
|
|
584
|
+
<line num="12" count="55" type="cond" truecount="2" falsecount="0"/>
|
|
585
|
+
<line num="13" count="55" type="stmt"/>
|
|
586
|
+
<line num="21" count="38" type="stmt"/>
|
|
587
|
+
<line num="22" count="38" type="stmt"/>
|
|
588
|
+
<line num="23" count="38" type="stmt"/>
|
|
589
|
+
<line num="24" count="38" type="cond" truecount="1" falsecount="1"/>
|
|
590
|
+
<line num="25" count="38" type="cond" truecount="4" falsecount="2"/>
|
|
591
|
+
<line num="28" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
592
|
+
<line num="29" count="2" type="stmt"/>
|
|
593
|
+
<line num="31" count="7" type="stmt"/>
|
|
594
|
+
<line num="34" count="12" type="cond" truecount="5" falsecount="0"/>
|
|
595
|
+
<line num="35" count="4" type="stmt"/>
|
|
596
|
+
<line num="37" count="8" type="stmt"/>
|
|
597
|
+
<line num="38" count="8" type="stmt"/>
|
|
598
|
+
<line num="41" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
599
|
+
<line num="42" count="19" type="stmt"/>
|
|
600
|
+
<line num="45" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
601
|
+
<line num="46" count="19" type="stmt"/>
|
|
606
602
|
</file>
|
|
607
|
-
<file name="fileType.js" path="/Users/jeff/www/pixwel/platform/
|
|
603
|
+
<file name="fileType.js" path="/Users/jeff/www/pixwel/platform/pixwel-sdk/src/fileType.js">
|
|
608
604
|
<metrics statements="11" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
609
|
-
<line num="1" count="
|
|
610
|
-
<line num="3" count="
|
|
605
|
+
<line num="1" count="2" type="stmt"/>
|
|
606
|
+
<line num="3" count="2" type="stmt"/>
|
|
611
607
|
<line num="16" count="0" type="stmt"/>
|
|
612
608
|
<line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
613
609
|
<line num="18" count="0" type="stmt"/>
|
|
@@ -616,7 +612,7 @@
|
|
|
616
612
|
<line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
617
613
|
<line num="31" count="0" type="stmt"/>
|
|
618
614
|
<line num="34" count="0" type="stmt"/>
|
|
619
|
-
<line num="37" count="
|
|
615
|
+
<line num="37" count="2" type="stmt"/>
|
|
620
616
|
</file>
|
|
621
617
|
</metrics>
|
|
622
618
|
</project>
|