@pixwel/pixwel-sdk 2.0.0 → 2.1.0

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.
Files changed (47) hide show
  1. package/.babelrc +2 -1
  2. package/README.md +60 -0
  3. package/coverage/clover.xml +581 -430
  4. package/coverage/coverage-final.json +15 -9
  5. package/coverage/lcov-report/Ass.js.html +212 -212
  6. package/coverage/lcov-report/Asset.js.html +27 -27
  7. package/coverage/lcov-report/AssetType.js.html +98 -0
  8. package/coverage/lcov-report/Encode.js.html +98 -0
  9. package/coverage/lcov-report/File.js.html +98 -0
  10. package/coverage/lcov-report/Filename.js.html +9 -726
  11. package/coverage/lcov-report/Ingest.js.html +1239 -279
  12. package/coverage/lcov-report/IngestFile.js.html +5 -5
  13. package/coverage/lcov-report/Model.js.html +821 -0
  14. package/coverage/lcov-report/Order.js.html +25 -25
  15. package/coverage/lcov-report/Srt.js.html +102 -102
  16. package/coverage/lcov-report/Sub.js.html +43 -43
  17. package/coverage/lcov-report/Tag.js.html +98 -0
  18. package/coverage/lcov-report/TimeFormat.js.html +63 -63
  19. package/coverage/lcov-report/fileType.js.html +188 -0
  20. package/coverage/lcov-report/index.html +164 -86
  21. package/coverage/lcov.info +1159 -846
  22. package/dist/index.js +74 -22
  23. package/dist/src/Asset.js +10 -5
  24. package/dist/src/AssetType.js +54 -0
  25. package/dist/src/Encode.js +54 -0
  26. package/dist/src/File.js +54 -0
  27. package/dist/src/Filename.js +7 -228
  28. package/dist/src/Ingest.js +365 -33
  29. package/dist/src/IngestFile.js +6 -2
  30. package/dist/src/Model.js +569 -0
  31. package/dist/src/Order.js +20 -9
  32. package/dist/src/Srt.js +5 -1
  33. package/dist/src/Tag.js +54 -0
  34. package/dist/src/fileType.js +43 -0
  35. package/index.js +14 -0
  36. package/package.json +9 -3
  37. package/src/AssetType.js +11 -0
  38. package/src/Encode.js +11 -0
  39. package/src/File.js +11 -0
  40. package/src/Filename.js +0 -239
  41. package/src/Ingest.js +347 -27
  42. package/src/Model.js +252 -0
  43. package/src/Tag.js +11 -0
  44. package/src/fileType.js +41 -0
  45. package/test/Filename.spec.js +3 -707
  46. package/test/Ingest.spec.js +1107 -152
  47. package/test/Model.spec.js +328 -0
@@ -1,474 +1,625 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1564773255858" clover="3.2.0">
3
- <project timestamp="1564773255858" name="All files">
4
- <metrics statements="441" coveredstatements="397" conditionals="353" coveredconditionals="286" methods="47" coveredmethods="46" elements="841" coveredelements="729" complexity="0" loc="441" ncloc="441" packages="1" files="9" classes="9">
2
+ <coverage generated="1565985711420" clover="3.2.0">
3
+ <project timestamp="1565985711420" name="All files">
4
+ <metrics statements="574" coveredstatements="69" conditionals="393" coveredconditionals="17" methods="90" coveredmethods="22" elements="1057" coveredelements="108" complexity="0" loc="574" ncloc="574" packages="1" files="15" classes="15">
5
5
  <file name="Ass.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/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"/>
6
+ <metrics statements="100" coveredstatements="0" conditionals="49" coveredconditionals="0" methods="11" coveredmethods="0"/>
7
+ <line num="1" count="0" type="stmt"/>
8
+ <line num="2" count="0" type="stmt"/>
9
+ <line num="5" count="0" type="stmt"/>
10
+ <line num="9" count="0" type="stmt"/>
11
+ <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
12
+ <line num="12" count="0" type="stmt"/>
13
+ <line num="13" count="0" type="stmt"/>
14
+ <line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
15
+ <line num="15" count="0" type="stmt"/>
16
+ <line num="18" count="0" type="stmt"/>
17
+ <line num="22" count="0" type="stmt"/>
18
+ <line num="24" count="0" type="stmt"/>
19
+ <line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
20
+ <line num="27" count="0" type="stmt"/>
21
+ <line num="30" count="0" type="stmt"/>
22
+ <line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
21
23
  <line num="33" count="0" type="stmt"/>
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"/>
24
+ <line num="36" count="0" type="stmt"/>
25
+ <line num="37" count="0" type="stmt"/>
26
+ <line num="38" count="0" type="stmt"/>
27
+ <line num="39" count="0" type="stmt"/>
28
+ <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
27
29
  <line num="42" count="0" type="stmt"/>
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"/>
30
+ <line num="45" count="0" type="stmt"/>
31
+ <line num="47" count="0" type="stmt"/>
32
+ <line num="49" count="0" type="stmt"/>
33
+ <line num="50" count="0" type="stmt"/>
34
+ <line num="52" count="0" type="stmt"/>
35
+ <line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
36
+ <line num="54" count="0" type="stmt"/>
37
+ <line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
38
+ <line num="57" count="0" type="stmt"/>
39
+ <line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
40
+ <line num="59" count="0" type="stmt"/>
41
+ <line num="60" count="0" type="cond" truecount="0" falsecount="2"/>
42
+ <line num="62" count="0" type="stmt"/>
43
+ <line num="64" count="0" type="stmt"/>
44
+ <line num="66" count="0" type="stmt"/>
45
+ <line num="72" count="0" type="stmt"/>
46
+ <line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
47
+ <line num="76" count="0" type="stmt"/>
48
+ <line num="78" count="0" type="stmt"/>
49
+ <line num="82" count="0" type="stmt"/>
50
+ <line num="84" count="0" type="stmt"/>
51
+ <line num="88" count="0" type="stmt"/>
52
+ <line num="90" count="0" type="stmt"/>
53
+ <line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
54
+ <line num="93" count="0" type="stmt"/>
55
+ <line num="96" count="0" type="stmt"/>
56
+ <line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
57
+ <line num="99" count="0" type="stmt"/>
58
+ <line num="102" count="0" type="stmt"/>
59
+ <line num="103" count="0" type="stmt"/>
60
+ <line num="104" count="0" type="stmt"/>
61
+ <line num="105" count="0" type="stmt"/>
62
+ <line num="106" count="0" type="stmt"/>
63
+ <line num="107" count="0" type="stmt"/>
64
+ <line num="109" count="0" type="cond" truecount="0" falsecount="5"/>
63
65
  <line num="110" count="0" type="stmt"/>
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"/>
66
+ <line num="113" count="0" type="stmt"/>
67
+ <line num="114" count="0" type="stmt"/>
68
+ <line num="116" count="0" type="stmt"/>
69
+ <line num="118" count="0" type="stmt"/>
70
+ <line num="119" count="0" type="stmt"/>
71
+ <line num="120" count="0" type="stmt"/>
72
+ <line num="121" count="0" type="cond" truecount="0" falsecount="2"/>
73
+ <line num="122" count="0" type="stmt"/>
74
+ <line num="124" count="0" type="cond" truecount="0" falsecount="2"/>
75
+ <line num="125" count="0" type="stmt"/>
76
+ <line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
77
+ <line num="132" count="0" type="stmt"/>
78
+ <line num="133" count="0" type="cond" truecount="0" falsecount="4"/>
79
+ <line num="134" count="0" type="stmt"/>
80
+ <line num="137" count="0" type="stmt"/>
81
+ <line num="139" count="0" type="stmt"/>
82
+ <line num="141" count="0" type="stmt"/>
83
+ <line num="144" count="0" type="stmt"/>
84
+ <line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
85
+ <line num="148" count="0" type="cond" truecount="0" falsecount="2"/>
86
+ <line num="153" count="0" type="stmt"/>
87
+ <line num="154" count="0" type="stmt"/>
88
+ <line num="156" count="0" type="stmt"/>
89
+ <line num="157" count="0" type="stmt"/>
90
+ <line num="158" count="0" type="stmt"/>
91
+ <line num="159" count="0" type="stmt"/>
92
+ <line num="161" count="0" type="stmt"/>
93
+ <line num="162" count="0" type="stmt"/>
94
+ <line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
95
+ <line num="166" count="0" type="stmt"/>
96
+ <line num="168" count="0" type="stmt"/>
97
+ <line num="172" count="0" type="stmt"/>
98
+ <line num="183" count="0" type="stmt"/>
99
+ <line num="184" count="0" type="cond" truecount="0" falsecount="2"/>
98
100
  <line num="185" count="0" type="stmt"/>
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"/>
101
+ <line num="187" count="0" type="stmt"/>
102
+ <line num="188" count="0" type="stmt"/>
103
+ <line num="189" count="0" type="stmt"/>
104
+ <line num="190" count="0" type="cond" truecount="0" falsecount="2"/>
105
+ <line num="191" count="0" type="stmt"/>
106
+ <line num="193" count="0" type="stmt"/>
105
107
  </file>
106
108
  <file name="Asset.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/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"/>
109
+ <metrics statements="12" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="1" coveredmethods="0"/>
110
+ <line num="3" count="0" type="cond" truecount="0" falsecount="2"/>
109
111
  <line num="4" count="0" type="stmt"/>
110
- <line num="6" count="1" type="cond" truecount="1" falsecount="1"/>
112
+ <line num="6" count="0" type="cond" truecount="0" falsecount="2"/>
111
113
  <line num="7" count="0" type="stmt"/>
112
- <line num="9" count="1" type="cond" truecount="1" falsecount="1"/>
114
+ <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
113
115
  <line num="10" count="0" type="stmt"/>
114
- <line num="12" count="1" type="cond" truecount="1" falsecount="1"/>
116
+ <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
115
117
  <line num="13" count="0" type="stmt"/>
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"/>
118
+ <line num="15" count="0" type="stmt"/>
119
+ <line num="16" count="0" type="stmt"/>
120
+ <line num="17" count="0" type="stmt"/>
121
+ <line num="18" count="0" type="stmt"/>
122
+ </file>
123
+ <file name="AssetType.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/AssetType.js">
124
+ <metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
125
+ <line num="5" count="0" type="stmt"/>
126
+ <line num="6" count="0" type="stmt"/>
127
+ <line num="9" count="0" type="stmt"/>
128
+ </file>
129
+ <file name="Encode.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/Encode.js">
130
+ <metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
131
+ <line num="5" count="0" type="stmt"/>
132
+ <line num="6" count="0" type="stmt"/>
133
+ <line num="9" count="0" type="stmt"/>
134
+ </file>
135
+ <file name="File.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/File.js">
136
+ <metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
137
+ <line num="5" count="0" type="stmt"/>
138
+ <line num="6" count="0" type="stmt"/>
139
+ <line num="9" count="0" type="stmt"/>
120
140
  </file>
121
141
  <file name="Filename.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/Filename.js">
122
- <metrics statements="93" coveredstatements="91" conditionals="102" coveredconditionals="91" methods="11" coveredmethods="11"/>
123
- <line num="27" count="30" type="stmt"/>
124
- <line num="29" count="30" type="cond" truecount="2" falsecount="0"/>
125
- <line num="30" count="1" type="stmt"/>
126
- <line num="33" count="29" type="cond" truecount="4" falsecount="0"/>
127
- <line num="34" count="1" type="stmt"/>
128
- <line num="37" count="28" type="cond" truecount="2" falsecount="0"/>
129
- <line num="38" count="1" type="stmt"/>
130
- <line num="41" count="27" type="cond" truecount="2" falsecount="0"/>
131
- <line num="42" count="1" type="stmt"/>
132
- <line num="45" count="26" type="stmt"/>
133
- <line num="64" count="26" type="stmt"/>
134
- <line num="66" count="26" type="cond" truecount="2" falsecount="0"/>
135
- <line num="67" count="2" type="stmt"/>
136
- <line num="70" count="24" type="cond" truecount="4" falsecount="1"/>
137
- <line num="71" count="0" type="stmt"/>
138
- <line num="74" count="24" type="cond" truecount="5" falsecount="0"/>
139
- <line num="75" count="1" type="stmt"/>
140
- <line num="78" count="23" type="cond" truecount="5" falsecount="0"/>
141
- <line num="79" count="1" type="stmt"/>
142
- <line num="82" count="22" type="cond" truecount="4" falsecount="0"/>
143
- <line num="83" count="1" type="stmt"/>
144
- <line num="87" count="21" type="cond" truecount="2" falsecount="0"/>
145
- <line num="88" count="13" type="stmt"/>
146
- <line num="91" count="8" type="stmt"/>
147
- <line num="92" count="8" type="cond" truecount="2" falsecount="0"/>
148
- <line num="93" count="1" type="stmt"/>
149
- <line num="96" count="7" type="stmt"/>
150
- <line num="102" count="20" type="stmt"/>
151
- <line num="103" count="20" type="stmt"/>
152
- <line num="104" count="20" type="cond" truecount="2" falsecount="0"/>
153
- <line num="105" count="13" type="cond" truecount="3" falsecount="0"/>
154
- <line num="107" count="11" type="stmt"/>
155
- <line num="108" count="11" type="stmt"/>
156
- <line num="109" count="11" type="stmt"/>
157
- <line num="111" count="1" type="stmt"/>
158
- <line num="112" count="1" type="stmt"/>
159
- <line num="113" count="1" type="stmt"/>
160
- <line num="115" count="1" type="stmt"/>
161
- <line num="116" count="1" type="stmt"/>
162
- <line num="117" count="1" type="stmt"/>
163
- <line num="120" count="20" type="stmt"/>
164
- <line num="124" count="20" type="stmt"/>
165
- <line num="125" count="20" type="cond" truecount="2" falsecount="0"/>
166
- <line num="126" count="17" type="stmt"/>
167
- <line num="129" count="3" type="stmt"/>
168
- <line num="130" count="3" type="stmt"/>
169
- <line num="132" count="3" type="stmt"/>
170
- <line num="134" count="3" type="cond" truecount="2" falsecount="0"/>
171
- <line num="135" count="2" type="stmt"/>
172
- <line num="138" count="3" type="cond" truecount="2" falsecount="0"/>
173
- <line num="139" count="2" type="stmt"/>
174
- <line num="142" count="3" type="stmt"/>
175
- <line num="146" count="20" type="cond" truecount="2" falsecount="0"/>
176
- <line num="147" count="1" type="stmt"/>
177
- <line num="149" count="20" type="stmt"/>
178
- <line num="151" count="40" type="cond" truecount="2" falsecount="0"/>
179
- <line num="157" count="20" type="cond" truecount="5" falsecount="0"/>
180
- <line num="158" count="18" type="stmt"/>
181
- <line num="161" count="2" type="stmt"/>
182
- <line num="162" count="2" type="cond" truecount="1" falsecount="1"/>
183
- <line num="163" count="2" type="stmt"/>
184
- <line num="166" count="2" type="cond" truecount="2" falsecount="0"/>
185
- <line num="167" count="1" type="stmt"/>
186
- <line num="170" count="2" type="stmt"/>
187
- <line num="174" count="20" type="stmt"/>
188
- <line num="179" count="20" type="stmt"/>
189
- <line num="182" count="20" type="stmt"/>
190
- <line num="185" count="20" type="cond" truecount="2" falsecount="0"/>
191
- <line num="186" count="2" type="stmt"/>
192
- <line num="190" count="21" type="stmt"/>
193
- <line num="191" count="21" type="stmt"/>
194
- <line num="203" count="20" type="stmt"/>
195
- <line num="206" count="120" type="stmt"/>
196
- <line num="208" count="20" type="stmt"/>
197
- <line num="209" count="20" type="cond" truecount="3" falsecount="0"/>
198
- <line num="211" count="20" type="cond" truecount="2" falsecount="0"/>
199
- <line num="212" count="2" type="stmt"/>
200
- <line num="213" count="18" type="cond" truecount="2" falsecount="3"/>
201
- <line num="214" count="0" type="stmt"/>
202
- <line num="215" count="18" type="cond" truecount="4" falsecount="0"/>
203
- <line num="216" count="1" type="stmt"/>
204
- <line num="219" count="20" type="stmt"/>
205
- <line num="221" count="20" type="stmt"/>
206
- <line num="222" count="20" type="stmt"/>
207
- <line num="224" count="20" type="cond" truecount="5" falsecount="0"/>
208
- <line num="225" count="17" type="stmt"/>
209
- <line num="226" count="17" type="stmt"/>
210
- <line num="234" count="51" type="stmt"/>
211
- <line num="238" count="17" type="stmt"/>
212
- <line num="239" count="17" type="cond" truecount="1" falsecount="1"/>
213
- <line num="242" count="3" type="cond" truecount="5" falsecount="0"/>
214
- <line num="243" count="2" type="stmt"/>
215
- <line num="246" count="20" type="stmt"/>
142
+ <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
216
143
  </file>
217
144
  <file name="Ingest.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/Ingest.js">
218
- <metrics statements="141" coveredstatements="117" conditionals="126" coveredconditionals="103" methods="4" coveredmethods="4"/>
219
- <line num="14" count="7" type="stmt"/>
220
- <line num="27" count="7" type="stmt"/>
221
- <line num="29" count="7" type="cond" truecount="2" falsecount="0"/>
222
- <line num="30" count="1" type="stmt"/>
223
- <line num="33" count="6" type="cond" truecount="2" falsecount="0"/>
224
- <line num="34" count="1" type="stmt"/>
225
- <line num="38" count="5" type="cond" truecount="2" falsecount="0"/>
226
- <line num="39" count="1" type="stmt"/>
227
- <line num="41" count="4" type="stmt"/>
228
- <line num="44" count="5" type="cond" truecount="3" falsecount="0"/>
229
- <line num="46" count="3" type="stmt"/>
230
- <line num="47" count="3" type="stmt"/>
231
- <line num="49" count="1" type="stmt"/>
232
- <line num="50" count="1" type="stmt"/>
233
- <line num="52" count="1" type="cond" truecount="3" falsecount="1"/>
234
- <line num="53" count="1" type="stmt"/>
235
- <line num="55" count="1" type="stmt"/>
236
- <line num="58" count="4" type="stmt"/>
237
- <line num="68" count="4" type="stmt"/>
238
- <line num="71" count="4" type="stmt"/>
239
- <line num="73" count="4" type="stmt"/>
240
- <line num="74" count="4" type="stmt"/>
241
- <line num="75" count="4" type="cond" truecount="4" falsecount="0"/>
242
- <line num="76" count="4" type="cond" truecount="2" falsecount="0"/>
243
- <line num="77" count="3" type="stmt"/>
244
- <line num="80" count="4" type="cond" truecount="1" falsecount="1"/>
245
- <line num="81" count="4" type="cond" truecount="1" falsecount="1"/>
246
- <line num="82" count="0" type="stmt"/>
247
- <line num="85" count="4" type="stmt"/>
248
- <line num="86" count="4" type="cond" truecount="1" falsecount="5"/>
249
- <line num="88" count="2" type="stmt"/>
250
- <line num="89" count="2" type="stmt"/>
251
- <line num="91" count="0" type="stmt"/>
145
+ <metrics statements="265" coveredstatements="0" conditionals="232" coveredconditionals="0" methods="22" coveredmethods="0"/>
146
+ <line num="13" count="0" type="stmt"/>
147
+ <line num="14" count="0" type="stmt"/>
148
+ <line num="17" count="0" type="stmt"/>
149
+ <line num="24" count="0" type="stmt"/>
150
+ <line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
151
+ <line num="26" count="0" type="stmt"/>
152
+ <line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
153
+ <line num="29" count="0" type="stmt"/>
154
+ <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
155
+ <line num="32" count="0" type="stmt"/>
156
+ <line num="34" count="0" type="stmt"/>
157
+ <line num="46" count="0" type="stmt"/>
158
+ <line num="47" count="0" type="stmt"/>
159
+ <line num="48" count="0" type="stmt"/>
160
+ <line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
161
+ <line num="51" count="0" type="stmt"/>
162
+ <line num="54" count="0" type="cond" truecount="0" falsecount="4"/>
163
+ <line num="55" count="0" type="stmt"/>
164
+ <line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
165
+ <line num="59" count="0" type="stmt"/>
166
+ <line num="62" count="0" type="cond" truecount="0" falsecount="2"/>
167
+ <line num="63" count="0" type="stmt"/>
168
+ <line num="66" count="0" type="stmt"/>
169
+ <line num="85" count="0" type="stmt"/>
170
+ <line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
171
+ <line num="88" count="0" type="stmt"/>
172
+ <line num="91" count="0" type="cond" truecount="0" falsecount="5"/>
252
173
  <line num="92" count="0" type="stmt"/>
253
- <line num="94" count="0" type="stmt"/>
254
- <line num="95" count="0" type="stmt"/>
255
- <line num="97" count="0" type="stmt"/>
256
- <line num="98" count="0" type="stmt"/>
174
+ <line num="95" count="0" type="cond" truecount="0" falsecount="5"/>
175
+ <line num="96" count="0" type="stmt"/>
176
+ <line num="99" count="0" type="cond" truecount="0" falsecount="5"/>
257
177
  <line num="100" count="0" type="stmt"/>
258
- <line num="101" count="0" type="stmt"/>
259
- <line num="103" count="0" type="stmt"/>
178
+ <line num="103" count="0" type="cond" truecount="0" falsecount="4"/>
260
179
  <line num="104" count="0" type="stmt"/>
261
- <line num="106" count="4" type="stmt"/>
262
- <line num="107" count="4" type="cond" truecount="2" falsecount="0"/>
263
- <line num="108" count="4" type="cond" truecount="2" falsecount="0"/>
264
- <line num="109" count="2" type="stmt"/>
265
- <line num="112" count="4" type="cond" truecount="1" falsecount="1"/>
266
- <line num="113" count="4" type="cond" truecount="3" falsecount="3"/>
267
- <line num="118" count="2" type="stmt"/>
268
- <line num="119" count="2" type="stmt"/>
269
- <line num="122" count="0" type="stmt"/>
180
+ <line num="108" count="0" type="cond" truecount="0" falsecount="2"/>
181
+ <line num="109" count="0" type="stmt"/>
182
+ <line num="112" count="0" type="stmt"/>
183
+ <line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
184
+ <line num="114" count="0" type="stmt"/>
185
+ <line num="117" count="0" type="stmt"/>
270
186
  <line num="123" count="0" type="stmt"/>
271
- <line num="128" count="4" type="cond" truecount="2" falsecount="0"/>
272
- <line num="130" count="1" type="stmt"/>
273
- <line num="131" count="1" type="stmt"/>
274
- <line num="133" count="1" type="stmt"/>
275
- <line num="134" count="1" type="stmt"/>
276
- <line num="136" count="4" type="cond" truecount="2" falsecount="0"/>
277
- <line num="137" count="2" type="stmt"/>
278
- <line num="140" count="4" type="cond" truecount="2" falsecount="0"/>
279
- <line num="141" count="1" type="stmt"/>
280
- <line num="144" count="4" type="cond" truecount="2" falsecount="0"/>
281
- <line num="145" count="1" type="stmt"/>
282
- <line num="148" count="4" type="cond" truecount="3" falsecount="1"/>
283
- <line num="149" count="0" type="stmt"/>
284
- <line num="152" count="4" type="cond" truecount="1" falsecount="5"/>
285
- <line num="154" count="0" type="stmt"/>
286
- <line num="155" count="0" type="stmt"/>
287
- <line num="157" count="0" type="stmt"/>
288
- <line num="158" count="0" type="stmt"/>
187
+ <line num="124" count="0" type="stmt"/>
188
+ <line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
189
+ <line num="126" count="0" type="cond" truecount="0" falsecount="3"/>
190
+ <line num="128" count="0" type="stmt"/>
191
+ <line num="129" count="0" type="stmt"/>
192
+ <line num="130" count="0" type="stmt"/>
193
+ <line num="132" count="0" type="stmt"/>
194
+ <line num="133" count="0" type="stmt"/>
195
+ <line num="134" count="0" type="stmt"/>
196
+ <line num="136" count="0" type="stmt"/>
197
+ <line num="137" count="0" type="stmt"/>
198
+ <line num="138" count="0" type="stmt"/>
199
+ <line num="141" count="0" type="stmt"/>
200
+ <line num="145" count="0" type="stmt"/>
201
+ <line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
202
+ <line num="147" count="0" type="stmt"/>
203
+ <line num="150" count="0" type="stmt"/>
204
+ <line num="151" count="0" type="stmt"/>
205
+ <line num="153" count="0" type="stmt"/>
206
+ <line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
207
+ <line num="156" count="0" type="stmt"/>
208
+ <line num="159" count="0" type="cond" truecount="0" falsecount="2"/>
289
209
  <line num="160" count="0" type="stmt"/>
290
- <line num="161" count="0" type="stmt"/>
291
- <line num="163" count="2" type="stmt"/>
292
- <line num="164" count="2" type="stmt"/>
293
- <line num="166" count="0" type="stmt"/>
294
- <line num="167" count="0" type="stmt"/>
295
- <line num="169" count="0" type="stmt"/>
210
+ <line num="163" count="0" type="stmt"/>
211
+ <line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
212
+ <line num="168" count="0" type="stmt"/>
296
213
  <line num="170" count="0" type="stmt"/>
297
- <line num="173" count="4" type="cond" truecount="2" falsecount="0"/>
298
- <line num="174" count="4" type="cond" truecount="2" falsecount="0"/>
299
- <line num="175" count="2" type="stmt"/>
300
- <line num="178" count="4" type="stmt"/>
301
- <line num="186" count="4" type="stmt"/>
302
- <line num="194" count="3" type="stmt"/>
303
- <line num="200" count="3" type="stmt"/>
304
- <line num="201" count="7" type="stmt"/>
305
- <line num="202" count="7" type="cond" truecount="1" falsecount="1"/>
306
- <line num="203" count="7" type="cond" truecount="2" falsecount="0"/>
307
- <line num="204" count="4" type="cond" truecount="2" falsecount="0"/>
308
- <line num="205" count="2" type="stmt"/>
309
- <line num="207" count="4" type="cond" truecount="2" falsecount="0"/>
310
- <line num="208" count="2" type="stmt"/>
311
- <line num="211" count="3" type="stmt"/>
312
- <line num="215" count="3" type="stmt"/>
313
- <line num="216" count="3" type="stmt"/>
314
- <line num="225" count="3" type="cond" truecount="4" falsecount="0"/>
315
- <line num="226" count="1" type="stmt"/>
316
- <line num="227" count="2" type="cond" truecount="2" falsecount="0"/>
317
- <line num="228" count="1" type="stmt"/>
318
- <line num="229" count="1" type="cond" truecount="1" falsecount="1"/>
319
- <line num="230" count="1" type="stmt"/>
320
- <line num="232" count="3" type="cond" truecount="1" falsecount="1"/>
321
- <line num="233" count="3" type="stmt"/>
322
- <line num="234" count="3" type="stmt"/>
323
- <line num="236" count="3" type="cond" truecount="1" falsecount="1"/>
324
- <line num="237" count="3" type="stmt"/>
325
- <line num="239" count="3" type="stmt"/>
326
- <line num="248" count="14" type="cond" truecount="1" falsecount="0"/>
327
- <line num="250" count="14" type="stmt"/>
328
- <line num="277" count="14" type="stmt"/>
329
- <line num="279" count="14" type="cond" truecount="4" falsecount="0"/>
330
- <line num="280" count="2" type="stmt"/>
331
- <line num="283" count="14" type="cond" truecount="5" falsecount="0"/>
332
- <line num="284" count="1" type="stmt"/>
333
- <line num="287" count="14" type="cond" truecount="2" falsecount="0"/>
334
- <line num="288" count="2" type="stmt"/>
335
- <line num="289" count="2" type="stmt"/>
336
- <line num="290" count="2" type="stmt"/>
337
- <line num="293" count="14" type="cond" truecount="2" falsecount="0"/>
338
- <line num="294" count="2" type="stmt"/>
339
- <line num="297" count="14" type="cond" truecount="2" falsecount="0"/>
340
- <line num="298" count="3" type="stmt"/>
341
- <line num="301" count="14" type="cond" truecount="2" falsecount="0"/>
342
- <line num="302" count="1" type="stmt"/>
343
- <line num="304" count="14" type="cond" truecount="2" falsecount="0"/>
344
- <line num="305" count="1" type="stmt"/>
345
- <line num="306" count="1" type="stmt"/>
346
- <line num="308" count="14" type="cond" truecount="2" falsecount="0"/>
347
- <line num="309" count="2" type="stmt"/>
348
- <line num="311" count="14" type="cond" truecount="4" falsecount="0"/>
349
- <line num="312" count="4" type="stmt"/>
350
- <line num="317" count="14" type="cond" truecount="2" falsecount="0"/>
351
- <line num="318" count="3" type="stmt"/>
352
- <line num="320" count="14" type="cond" truecount="2" falsecount="0"/>
353
- <line num="321" count="3" type="stmt"/>
354
- <line num="323" count="14" type="cond" truecount="4" falsecount="0"/>
355
- <line num="324" count="2" type="stmt"/>
356
- <line num="327" count="14" type="cond" truecount="2" falsecount="0"/>
357
- <line num="329" count="14" type="stmt"/>
358
- <line num="330" count="14" type="stmt"/>
359
- <line num="337" count="14" type="stmt"/>
214
+ <line num="172" count="0" type="cond" truecount="0" falsecount="2"/>
215
+ <line num="178" count="0" type="cond" truecount="0" falsecount="5"/>
216
+ <line num="179" count="0" type="stmt"/>
217
+ <line num="182" count="0" type="stmt"/>
218
+ <line num="183" count="0" type="cond" truecount="0" falsecount="2"/>
219
+ <line num="184" count="0" type="stmt"/>
220
+ <line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
221
+ <line num="188" count="0" type="stmt"/>
222
+ <line num="191" count="0" type="stmt"/>
223
+ <line num="195" count="0" type="stmt"/>
224
+ <line num="200" count="0" type="stmt"/>
225
+ <line num="203" count="0" type="stmt"/>
226
+ <line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
227
+ <line num="207" count="0" type="stmt"/>
228
+ <line num="211" count="0" type="stmt"/>
229
+ <line num="212" count="0" type="stmt"/>
230
+ <line num="224" count="0" type="stmt"/>
231
+ <line num="227" count="0" type="stmt"/>
232
+ <line num="229" count="0" type="stmt"/>
233
+ <line num="230" count="0" type="cond" truecount="0" falsecount="3"/>
234
+ <line num="232" count="0" type="cond" truecount="0" falsecount="2"/>
235
+ <line num="233" count="0" type="stmt"/>
236
+ <line num="234" count="0" type="cond" truecount="0" falsecount="5"/>
237
+ <line num="235" count="0" type="stmt"/>
238
+ <line num="236" count="0" type="cond" truecount="0" falsecount="4"/>
239
+ <line num="237" count="0" type="stmt"/>
240
+ <line num="240" count="0" type="stmt"/>
241
+ <line num="242" count="0" type="stmt"/>
242
+ <line num="243" count="0" type="stmt"/>
243
+ <line num="245" count="0" type="cond" truecount="0" falsecount="5"/>
244
+ <line num="246" count="0" type="stmt"/>
245
+ <line num="247" count="0" type="stmt"/>
246
+ <line num="255" count="0" type="stmt"/>
247
+ <line num="259" count="0" type="stmt"/>
248
+ <line num="260" count="0" type="cond" truecount="0" falsecount="2"/>
249
+ <line num="263" count="0" type="cond" truecount="0" falsecount="5"/>
250
+ <line num="264" count="0" type="stmt"/>
251
+ <line num="267" count="0" type="stmt"/>
252
+ <line num="273" count="0" type="stmt"/>
253
+ <line num="280" count="0" type="stmt"/>
254
+ <line num="281" count="0" type="stmt"/>
255
+ <line num="283" count="0" type="stmt"/>
256
+ <line num="296" count="0" type="stmt"/>
257
+ <line num="298" count="0" type="cond" truecount="0" falsecount="2"/>
258
+ <line num="299" count="0" type="stmt"/>
259
+ <line num="302" count="0" type="cond" truecount="0" falsecount="2"/>
260
+ <line num="303" count="0" type="stmt"/>
261
+ <line num="307" count="0" type="cond" truecount="0" falsecount="2"/>
262
+ <line num="308" count="0" type="stmt"/>
263
+ <line num="310" count="0" type="stmt"/>
264
+ <line num="313" count="0" type="cond" truecount="0" falsecount="3"/>
265
+ <line num="315" count="0" type="stmt"/>
266
+ <line num="316" count="0" type="stmt"/>
267
+ <line num="318" count="0" type="stmt"/>
268
+ <line num="319" count="0" type="stmt"/>
269
+ <line num="321" count="0" type="cond" truecount="0" falsecount="4"/>
270
+ <line num="322" count="0" type="stmt"/>
271
+ <line num="324" count="0" type="stmt"/>
272
+ <line num="327" count="0" type="stmt"/>
273
+ <line num="337" count="0" type="stmt"/>
274
+ <line num="340" count="0" type="stmt"/>
275
+ <line num="342" count="0" type="stmt"/>
276
+ <line num="343" count="0" type="stmt"/>
277
+ <line num="344" count="0" type="cond" truecount="0" falsecount="4"/>
278
+ <line num="345" count="0" type="cond" truecount="0" falsecount="2"/>
279
+ <line num="346" count="0" type="stmt"/>
280
+ <line num="349" count="0" type="cond" truecount="0" falsecount="2"/>
281
+ <line num="350" count="0" type="cond" truecount="0" falsecount="2"/>
282
+ <line num="351" count="0" type="stmt"/>
283
+ <line num="354" count="0" type="stmt"/>
284
+ <line num="355" count="0" type="cond" truecount="0" falsecount="6"/>
285
+ <line num="357" count="0" type="stmt"/>
286
+ <line num="358" count="0" type="stmt"/>
287
+ <line num="360" count="0" type="stmt"/>
288
+ <line num="361" count="0" type="stmt"/>
289
+ <line num="363" count="0" type="stmt"/>
290
+ <line num="364" count="0" type="stmt"/>
291
+ <line num="366" count="0" type="stmt"/>
292
+ <line num="367" count="0" type="stmt"/>
293
+ <line num="369" count="0" type="stmt"/>
294
+ <line num="370" count="0" type="stmt"/>
295
+ <line num="372" count="0" type="stmt"/>
296
+ <line num="373" count="0" type="stmt"/>
297
+ <line num="375" count="0" type="stmt"/>
298
+ <line num="376" count="0" type="cond" truecount="0" falsecount="2"/>
299
+ <line num="377" count="0" type="cond" truecount="0" falsecount="2"/>
300
+ <line num="378" count="0" type="stmt"/>
301
+ <line num="381" count="0" type="cond" truecount="0" falsecount="2"/>
302
+ <line num="382" count="0" type="cond" truecount="0" falsecount="6"/>
303
+ <line num="387" count="0" type="stmt"/>
304
+ <line num="388" count="0" type="stmt"/>
305
+ <line num="391" count="0" type="stmt"/>
306
+ <line num="392" count="0" type="stmt"/>
307
+ <line num="397" count="0" type="cond" truecount="0" falsecount="2"/>
308
+ <line num="399" count="0" type="stmt"/>
309
+ <line num="400" count="0" type="stmt"/>
310
+ <line num="402" count="0" type="stmt"/>
311
+ <line num="403" count="0" type="stmt"/>
312
+ <line num="405" count="0" type="cond" truecount="0" falsecount="2"/>
313
+ <line num="406" count="0" type="stmt"/>
314
+ <line num="409" count="0" type="cond" truecount="0" falsecount="2"/>
315
+ <line num="410" count="0" type="stmt"/>
316
+ <line num="413" count="0" type="cond" truecount="0" falsecount="2"/>
317
+ <line num="414" count="0" type="stmt"/>
318
+ <line num="417" count="0" type="cond" truecount="0" falsecount="4"/>
319
+ <line num="418" count="0" type="stmt"/>
320
+ <line num="421" count="0" type="cond" truecount="0" falsecount="6"/>
321
+ <line num="423" count="0" type="stmt"/>
322
+ <line num="424" count="0" type="stmt"/>
323
+ <line num="426" count="0" type="stmt"/>
324
+ <line num="427" count="0" type="stmt"/>
325
+ <line num="429" count="0" type="stmt"/>
326
+ <line num="430" count="0" type="stmt"/>
327
+ <line num="432" count="0" type="stmt"/>
328
+ <line num="433" count="0" type="stmt"/>
329
+ <line num="435" count="0" type="stmt"/>
330
+ <line num="436" count="0" type="stmt"/>
331
+ <line num="438" count="0" type="stmt"/>
332
+ <line num="439" count="0" type="stmt"/>
333
+ <line num="442" count="0" type="cond" truecount="0" falsecount="2"/>
334
+ <line num="443" count="0" type="cond" truecount="0" falsecount="2"/>
335
+ <line num="444" count="0" type="stmt"/>
336
+ <line num="447" count="0" type="stmt"/>
337
+ <line num="455" count="0" type="stmt"/>
338
+ <line num="463" count="0" type="stmt"/>
339
+ <line num="464" count="0" type="stmt"/>
340
+ <line num="465" count="0" type="stmt"/>
341
+ <line num="471" count="0" type="stmt"/>
342
+ <line num="472" count="0" type="stmt"/>
343
+ <line num="473" count="0" type="cond" truecount="0" falsecount="2"/>
344
+ <line num="474" count="0" type="cond" truecount="0" falsecount="2"/>
345
+ <line num="475" count="0" type="cond" truecount="0" falsecount="2"/>
346
+ <line num="476" count="0" type="stmt"/>
347
+ <line num="478" count="0" type="cond" truecount="0" falsecount="2"/>
348
+ <line num="479" count="0" type="stmt"/>
349
+ <line num="482" count="0" type="stmt"/>
350
+ <line num="486" count="0" type="stmt"/>
351
+ <line num="487" count="0" type="stmt"/>
352
+ <line num="495" count="0" type="cond" truecount="0" falsecount="2"/>
353
+ <line num="499" count="0" type="stmt"/>
354
+ <line num="500" count="0" type="cond" truecount="0" falsecount="2"/>
355
+ <line num="501" count="0" type="stmt"/>
356
+ <line num="502" count="0" type="cond" truecount="0" falsecount="2"/>
357
+ <line num="503" count="0" type="stmt"/>
358
+ <line num="505" count="0" type="cond" truecount="0" falsecount="2"/>
359
+ <line num="506" count="0" type="stmt"/>
360
+ <line num="507" count="0" type="stmt"/>
361
+ <line num="509" count="0" type="cond" truecount="0" falsecount="2"/>
362
+ <line num="510" count="0" type="stmt"/>
363
+ <line num="512" count="0" type="stmt"/>
364
+ <line num="520" count="0" type="stmt"/>
365
+ <line num="522" count="0" type="stmt"/>
366
+ <line num="523" count="0" type="stmt"/>
367
+ <line num="525" count="0" type="stmt"/>
368
+ <line num="527" count="0" type="stmt"/>
369
+ <line num="541" count="0" type="stmt"/>
370
+ <line num="549" count="0" type="stmt"/>
371
+ <line num="550" count="0" type="stmt"/>
372
+ <line num="551" count="0" type="stmt"/>
373
+ <line num="553" count="0" type="cond" truecount="0" falsecount="1"/>
374
+ <line num="555" count="0" type="stmt"/>
375
+ <line num="582" count="0" type="stmt"/>
376
+ <line num="584" count="0" type="cond" truecount="0" falsecount="4"/>
377
+ <line num="585" count="0" type="stmt"/>
378
+ <line num="588" count="0" type="cond" truecount="0" falsecount="5"/>
379
+ <line num="589" count="0" type="stmt"/>
380
+ <line num="592" count="0" type="cond" truecount="0" falsecount="2"/>
381
+ <line num="593" count="0" type="stmt"/>
382
+ <line num="594" count="0" type="stmt"/>
383
+ <line num="595" count="0" type="stmt"/>
384
+ <line num="598" count="0" type="cond" truecount="0" falsecount="2"/>
385
+ <line num="599" count="0" type="stmt"/>
386
+ <line num="602" count="0" type="cond" truecount="0" falsecount="2"/>
387
+ <line num="603" count="0" type="stmt"/>
388
+ <line num="606" count="0" type="cond" truecount="0" falsecount="2"/>
389
+ <line num="607" count="0" type="stmt"/>
390
+ <line num="609" count="0" type="cond" truecount="0" falsecount="2"/>
391
+ <line num="610" count="0" type="stmt"/>
392
+ <line num="611" count="0" type="stmt"/>
393
+ <line num="613" count="0" type="cond" truecount="0" falsecount="2"/>
394
+ <line num="614" count="0" type="stmt"/>
395
+ <line num="616" count="0" type="cond" truecount="0" falsecount="4"/>
396
+ <line num="617" count="0" type="stmt"/>
397
+ <line num="622" count="0" type="cond" truecount="0" falsecount="2"/>
398
+ <line num="623" count="0" type="stmt"/>
399
+ <line num="625" count="0" type="cond" truecount="0" falsecount="2"/>
400
+ <line num="626" count="0" type="stmt"/>
401
+ <line num="628" count="0" type="cond" truecount="0" falsecount="4"/>
402
+ <line num="629" count="0" type="stmt"/>
403
+ <line num="632" count="0" type="cond" truecount="0" falsecount="2"/>
404
+ <line num="634" count="0" type="stmt"/>
405
+ <line num="635" count="0" type="stmt"/>
406
+ <line num="643" count="0" type="stmt"/>
407
+ <line num="653" count="0" type="stmt"/>
408
+ <line num="654" count="0" type="cond" truecount="0" falsecount="2"/>
409
+ <line num="655" count="0" type="stmt"/>
410
+ <line num="657" count="0" type="stmt"/>
360
411
  </file>
361
412
  <file name="IngestFile.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/IngestFile.js">
362
- <metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
363
- <line num="2" count="0" type="stmt"/>
413
+ <metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
364
414
  <line num="3" count="0" type="stmt"/>
365
415
  </file>
416
+ <file name="Model.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/Model.js">
417
+ <metrics statements="76" coveredstatements="66" conditionals="32" coveredconditionals="17" methods="25" coveredmethods="22"/>
418
+ <line num="19" count="1" type="stmt"/>
419
+ <line num="30" count="24" type="stmt"/>
420
+ <line num="43" count="18" type="stmt"/>
421
+ <line num="44" count="18" type="stmt"/>
422
+ <line num="45" count="18" type="stmt"/>
423
+ <line num="46" count="18" type="stmt"/>
424
+ <line num="47" count="18" type="stmt"/>
425
+ <line num="48" count="18" type="stmt"/>
426
+ <line num="49" count="18" type="stmt"/>
427
+ <line num="58" count="0" type="stmt"/>
428
+ <line num="64" count="4" type="stmt"/>
429
+ <line num="65" count="4" type="cond" truecount="2" falsecount="0"/>
430
+ <line num="66" count="2" type="stmt"/>
431
+ <line num="68" count="2" type="stmt"/>
432
+ <line num="70" count="4" type="cond" truecount="2" falsecount="0"/>
433
+ <line num="73" count="2" type="stmt"/>
434
+ <line num="81" count="1" type="stmt"/>
435
+ <line num="87" count="12" type="stmt"/>
436
+ <line num="89" count="90" type="stmt"/>
437
+ <line num="92" count="12" type="stmt"/>
438
+ <line num="93" count="12" type="stmt"/>
439
+ <line num="94" count="12" type="stmt"/>
440
+ <line num="95" count="24" type="stmt"/>
441
+ <line num="97" count="12" type="stmt"/>
442
+ <line num="106" count="2" type="stmt"/>
443
+ <line num="115" count="6" type="cond" truecount="1" falsecount="1"/>
444
+ <line num="117" count="6" type="cond" truecount="2" falsecount="0"/>
445
+ <line num="118" count="2" type="stmt"/>
446
+ <line num="119" count="2" type="stmt"/>
447
+ <line num="121" count="4" type="stmt"/>
448
+ <line num="125" count="6" type="stmt"/>
449
+ <line num="126" count="5" type="stmt"/>
450
+ <line num="129" count="6" type="stmt"/>
451
+ <line num="137" count="1" type="stmt"/>
452
+ <line num="143" count="1" type="stmt"/>
453
+ <line num="151" count="1" type="stmt"/>
454
+ <line num="159" count="6" type="stmt"/>
455
+ <line num="161" count="6" type="cond" truecount="2" falsecount="0"/>
456
+ <line num="162" count="1" type="stmt"/>
457
+ <line num="163" count="1" type="stmt"/>
458
+ <line num="164" count="1" type="stmt"/>
459
+ <line num="166" count="5" type="stmt"/>
460
+ <line num="169" count="6" type="stmt"/>
461
+ <line num="170" count="6" type="stmt"/>
462
+ <line num="172" count="0" type="stmt"/>
463
+ <line num="176" count="6" type="stmt"/>
464
+ <line num="177" count="6" type="stmt"/>
465
+ <line num="180" count="6" type="stmt"/>
466
+ <line num="189" count="5" type="stmt"/>
467
+ <line num="190" count="5" type="stmt"/>
468
+ <line num="191" count="0" type="stmt"/>
469
+ <line num="193" count="5" type="cond" truecount="0" falsecount="1"/>
470
+ <line num="195" count="0" type="stmt"/>
471
+ <line num="197" count="5" type="stmt"/>
472
+ <line num="198" count="5" type="stmt"/>
473
+ <line num="207" count="3" type="cond" truecount="1" falsecount="1"/>
474
+ <line num="208" count="3" type="cond" truecount="1" falsecount="1"/>
475
+ <line num="209" count="0" type="stmt"/>
476
+ <line num="211" count="3" type="stmt"/>
477
+ <line num="212" count="3" type="stmt"/>
478
+ <line num="213" count="0" type="stmt"/>
479
+ <line num="215" count="3" type="cond" truecount="0" falsecount="2"/>
480
+ <line num="217" count="0" type="stmt"/>
481
+ <line num="219" count="0" type="stmt"/>
482
+ <line num="221" count="3" type="stmt"/>
483
+ <line num="222" count="3" type="stmt"/>
484
+ <line num="231" count="1" type="cond" truecount="1" falsecount="1"/>
485
+ <line num="232" count="1" type="cond" truecount="1" falsecount="1"/>
486
+ <line num="233" count="0" type="stmt"/>
487
+ <line num="235" count="1" type="stmt"/>
488
+ <line num="236" count="1" type="stmt"/>
489
+ <line num="245" count="1" type="cond" truecount="1" falsecount="1"/>
490
+ <line num="246" count="1" type="cond" truecount="1" falsecount="1"/>
491
+ <line num="247" count="0" type="stmt"/>
492
+ <line num="249" count="1" type="stmt"/>
493
+ <line num="250" count="1" type="stmt"/>
494
+ </file>
366
495
  <file name="Order.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/Order.js">
367
- <metrics statements="11" coveredstatements="6" conditionals="10" coveredconditionals="2" methods="3" coveredmethods="3"/>
368
- <line num="6" count="11" type="stmt"/>
369
- <line num="15" count="11" type="stmt"/>
370
- <line num="21" count="20" type="cond" truecount="1" falsecount="1"/>
371
- <line num="22" count="20" type="stmt"/>
496
+ <metrics statements="11" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="3" coveredmethods="0"/>
497
+ <line num="6" count="0" type="stmt"/>
498
+ <line num="15" count="0" type="stmt"/>
499
+ <line num="21" count="0" type="cond" truecount="0" falsecount="2"/>
500
+ <line num="22" count="0" type="stmt"/>
372
501
  <line num="24" count="0" type="cond" truecount="0" falsecount="4"/>
373
502
  <line num="25" count="0" type="stmt"/>
374
503
  <line num="27" count="0" type="stmt"/>
375
- <line num="35" count="30" type="cond" truecount="1" falsecount="1"/>
376
- <line num="36" count="30" type="stmt"/>
504
+ <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
505
+ <line num="36" count="0" type="stmt"/>
377
506
  <line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
378
507
  <line num="39" count="0" type="stmt"/>
379
508
  </file>
380
509
  <file name="Srt.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/Srt.js">
381
- <metrics statements="44" coveredstatements="42" conditionals="19" coveredconditionals="14" methods="7" coveredmethods="7"/>
382
- <line num="5" count="6" type="cond" truecount="2" falsecount="2"/>
383
- <line num="6" count="6" type="stmt"/>
384
- <line num="7" count="6" type="stmt"/>
385
- <line num="8" count="6" type="stmt"/>
386
- <line num="9" count="4" type="cond" truecount="1" falsecount="1"/>
387
- <line num="13" count="1" type="stmt"/>
388
- <line num="14" count="1" type="stmt"/>
389
- <line num="15" count="1" type="stmt"/>
390
- <line num="16" count="1" type="stmt"/>
391
- <line num="20" count="2" type="stmt"/>
392
- <line num="21" count="2" type="stmt"/>
393
- <line num="22" count="2" type="stmt"/>
394
- <line num="23" count="2" type="stmt"/>
395
- <line num="27" count="6" type="stmt"/>
396
- <line num="28" count="6" type="cond" truecount="3" falsecount="1"/>
510
+ <metrics statements="46" coveredstatements="0" conditionals="19" coveredconditionals="0" methods="7" coveredmethods="0"/>
511
+ <line num="1" count="0" type="stmt"/>
512
+ <line num="2" count="0" type="stmt"/>
513
+ <line num="5" count="0" type="cond" truecount="0" falsecount="4"/>
514
+ <line num="6" count="0" type="stmt"/>
515
+ <line num="7" count="0" type="stmt"/>
516
+ <line num="8" count="0" type="stmt"/>
517
+ <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
518
+ <line num="13" count="0" type="stmt"/>
519
+ <line num="14" count="0" type="stmt"/>
520
+ <line num="15" count="0" type="stmt"/>
521
+ <line num="16" count="0" type="stmt"/>
522
+ <line num="20" count="0" type="stmt"/>
523
+ <line num="21" count="0" type="stmt"/>
524
+ <line num="22" count="0" type="stmt"/>
525
+ <line num="23" count="0" type="stmt"/>
526
+ <line num="27" count="0" type="stmt"/>
527
+ <line num="28" count="0" type="cond" truecount="0" falsecount="4"/>
397
528
  <line num="29" count="0" type="stmt"/>
398
- <line num="32" count="6" type="stmt"/>
399
- <line num="38" count="2" type="stmt"/>
400
- <line num="39" count="30" type="stmt"/>
401
- <line num="41" count="30" type="cond" truecount="3" falsecount="0"/>
402
- <line num="43" count="8" type="stmt"/>
403
- <line num="44" count="8" type="stmt"/>
404
- <line num="47" count="6" type="stmt"/>
405
- <line num="48" count="6" type="stmt"/>
406
- <line num="49" count="6" type="stmt"/>
407
- <line num="52" count="16" type="cond" truecount="2" falsecount="0"/>
408
- <line num="53" count="10" type="cond" truecount="2" falsecount="0"/>
409
- <line num="54" count="10" type="stmt"/>
410
- <line num="56" count="6" type="stmt"/>
411
- <line num="59" count="6" type="stmt"/>
412
- <line num="60" count="6" type="stmt"/>
413
- <line num="61" count="6" type="stmt"/>
414
- <line num="65" count="2" type="stmt"/>
415
- <line num="68" count="2" type="stmt"/>
416
- <line num="69" count="2" type="stmt"/>
417
- <line num="71" count="2" type="stmt"/>
418
- <line num="72" count="6" type="cond" truecount="1" falsecount="1"/>
529
+ <line num="32" count="0" type="stmt"/>
530
+ <line num="38" count="0" type="stmt"/>
531
+ <line num="39" count="0" type="stmt"/>
532
+ <line num="41" count="0" type="stmt"/>
533
+ <line num="43" count="0" type="stmt"/>
534
+ <line num="44" count="0" type="stmt"/>
535
+ <line num="47" count="0" type="stmt"/>
536
+ <line num="48" count="0" type="stmt"/>
537
+ <line num="49" count="0" type="stmt"/>
538
+ <line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
539
+ <line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
540
+ <line num="54" count="0" type="stmt"/>
541
+ <line num="56" count="0" type="stmt"/>
542
+ <line num="59" count="0" type="stmt"/>
543
+ <line num="60" count="0" type="stmt"/>
544
+ <line num="61" count="0" type="stmt"/>
545
+ <line num="65" count="0" type="stmt"/>
546
+ <line num="68" count="0" type="stmt"/>
547
+ <line num="69" count="0" type="stmt"/>
548
+ <line num="71" count="0" type="stmt"/>
549
+ <line num="72" count="0" type="cond" truecount="0" falsecount="2"/>
419
550
  <line num="73" count="0" type="stmt"/>
420
- <line num="77" count="6" type="stmt"/>
421
- <line num="81" count="6" type="stmt"/>
422
- <line num="83" count="6" type="stmt"/>
423
- <line num="84" count="6" type="stmt"/>
424
- <line num="85" count="6" type="stmt"/>
425
- <line num="87" count="2" type="stmt"/>
551
+ <line num="77" count="0" type="stmt"/>
552
+ <line num="81" count="0" type="stmt"/>
553
+ <line num="83" count="0" type="stmt"/>
554
+ <line num="84" count="0" type="stmt"/>
555
+ <line num="85" count="0" type="stmt"/>
556
+ <line num="87" count="0" type="stmt"/>
426
557
  </file>
427
558
  <file name="Sub.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/Sub.js">
428
- <metrics statements="17" coveredstatements="16" conditionals="14" coveredconditionals="12" methods="2" coveredmethods="2"/>
429
- <line num="3" count="1" type="stmt"/>
430
- <line num="4" count="1" type="stmt"/>
431
- <line num="8" count="1" type="stmt"/>
432
- <line num="9" count="6" type="stmt"/>
433
- <line num="10" count="6" type="stmt"/>
434
- <line num="12" count="6" type="cond" truecount="2" falsecount="0"/>
435
- <line num="13" count="2" type="cond" truecount="2" falsecount="0"/>
436
- <line num="14" count="1" type="stmt"/>
437
- <line num="16" count="2" type="stmt"/>
438
- <line num="21" count="2" type="stmt"/>
439
- <line num="24" count="4" type="cond" truecount="2" falsecount="0"/>
440
- <line num="25" count="3" type="cond" truecount="3" falsecount="1"/>
559
+ <metrics statements="17" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="2" coveredmethods="0"/>
560
+ <line num="3" count="0" type="stmt"/>
561
+ <line num="4" count="0" type="stmt"/>
562
+ <line num="8" count="0" type="stmt"/>
563
+ <line num="9" count="0" type="stmt"/>
564
+ <line num="10" count="0" type="stmt"/>
565
+ <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
566
+ <line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
567
+ <line num="14" count="0" type="stmt"/>
568
+ <line num="16" count="0" type="stmt"/>
569
+ <line num="21" count="0" type="stmt"/>
570
+ <line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
571
+ <line num="25" count="0" type="cond" truecount="0" falsecount="4"/>
441
572
  <line num="26" count="0" type="stmt"/>
442
- <line num="28" count="3" type="cond" truecount="2" falsecount="0"/>
443
- <line num="32" count="1" type="cond" truecount="1" falsecount="1"/>
444
- <line num="33" count="1" type="stmt"/>
445
- <line num="35" count="1" type="stmt"/>
573
+ <line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
574
+ <line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
575
+ <line num="33" count="0" type="stmt"/>
576
+ <line num="35" count="0" type="stmt"/>
577
+ </file>
578
+ <file name="Tag.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/Tag.js">
579
+ <metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
580
+ <line num="5" count="0" type="stmt"/>
581
+ <line num="6" count="0" type="stmt"/>
582
+ <line num="9" count="0" type="stmt"/>
446
583
  </file>
447
584
  <file name="TimeFormat.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/TimeFormat.js">
448
- <metrics statements="23" coveredstatements="23" conditionals="25" coveredconditionals="22" methods="7" coveredmethods="7"/>
449
- <line num="1" count="3" type="stmt"/>
450
- <line num="5" count="18" type="stmt"/>
451
- <line num="8" count="58" type="stmt"/>
452
- <line num="9" count="58" type="cond" truecount="2" falsecount="0"/>
453
- <line num="10" count="3" type="stmt"/>
454
- <line num="12" count="55" type="cond" truecount="2" falsecount="0"/>
455
- <line num="13" count="55" type="stmt"/>
456
- <line num="21" count="38" type="stmt"/>
457
- <line num="22" count="38" type="stmt"/>
458
- <line num="23" count="38" type="stmt"/>
459
- <line num="24" count="38" type="cond" truecount="1" falsecount="1"/>
460
- <line num="25" count="38" type="cond" truecount="4" falsecount="2"/>
461
- <line num="28" count="9" type="cond" truecount="4" falsecount="0"/>
462
- <line num="29" count="2" type="stmt"/>
463
- <line num="31" count="7" type="stmt"/>
464
- <line num="34" count="12" type="cond" truecount="5" falsecount="0"/>
465
- <line num="35" count="4" type="stmt"/>
466
- <line num="37" count="8" type="stmt"/>
467
- <line num="38" count="8" type="stmt"/>
468
- <line num="41" count="19" type="cond" truecount="2" falsecount="0"/>
469
- <line num="42" count="19" type="stmt"/>
470
- <line num="45" count="19" type="cond" truecount="2" falsecount="0"/>
471
- <line num="46" count="19" type="stmt"/>
585
+ <metrics statements="23" coveredstatements="0" conditionals="25" coveredconditionals="0" methods="7" coveredmethods="0"/>
586
+ <line num="1" count="0" type="stmt"/>
587
+ <line num="5" count="0" type="stmt"/>
588
+ <line num="8" count="0" type="stmt"/>
589
+ <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
590
+ <line num="10" count="0" type="stmt"/>
591
+ <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
592
+ <line num="13" count="0" type="stmt"/>
593
+ <line num="21" count="0" type="stmt"/>
594
+ <line num="22" count="0" type="stmt"/>
595
+ <line num="23" count="0" type="stmt"/>
596
+ <line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
597
+ <line num="25" count="0" type="cond" truecount="0" falsecount="6"/>
598
+ <line num="28" count="0" type="cond" truecount="0" falsecount="4"/>
599
+ <line num="29" count="0" type="stmt"/>
600
+ <line num="31" count="0" type="stmt"/>
601
+ <line num="34" count="0" type="cond" truecount="0" falsecount="5"/>
602
+ <line num="35" count="0" type="stmt"/>
603
+ <line num="37" count="0" type="stmt"/>
604
+ <line num="38" count="0" type="stmt"/>
605
+ <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
606
+ <line num="42" count="0" type="stmt"/>
607
+ <line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
608
+ <line num="46" count="0" type="stmt"/>
609
+ </file>
610
+ <file name="fileType.js" path="/Users/jeff/www/pixwel/platform/ui/app/lib/pixwel-sdk/src/fileType.js">
611
+ <metrics statements="11" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
612
+ <line num="1" count="1" type="stmt"/>
613
+ <line num="3" count="1" type="stmt"/>
614
+ <line num="16" count="0" type="stmt"/>
615
+ <line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
616
+ <line num="18" count="0" type="stmt"/>
617
+ <line num="24" count="0" type="stmt"/>
618
+ <line num="28" count="0" type="stmt"/>
619
+ <line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
620
+ <line num="31" count="0" type="stmt"/>
621
+ <line num="34" count="0" type="stmt"/>
622
+ <line num="37" count="1" type="stmt"/>
472
623
  </file>
473
624
  </metrics>
474
625
  </project>