@pixwel/pixwel-sdk 2.1.31 → 2.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +65 -61
- package/coverage/coverage-final.json +15 -15
- package/coverage/lcov-report/Ass.js.html +1 -1
- package/coverage/lcov-report/Asset.js.html +1 -1
- package/coverage/lcov-report/AssetType.js.html +1 -1
- package/coverage/lcov-report/Encode.js.html +1 -1
- package/coverage/lcov-report/File.js.html +1 -1
- package/coverage/lcov-report/Filename.js.html +1 -1
- package/coverage/lcov-report/Ingest.js.html +42 -9
- package/coverage/lcov-report/IngestFile.js.html +1 -1
- package/coverage/lcov-report/Model.js.html +3 -3
- package/coverage/lcov-report/Order.js.html +1 -1
- package/coverage/lcov-report/Srt.js.html +1 -1
- package/coverage/lcov-report/Sub.js.html +1 -1
- package/coverage/lcov-report/Tag.js.html +1 -1
- package/coverage/lcov-report/TimeFormat.js.html +1 -1
- package/coverage/lcov-report/fileType.js.html +1 -1
- package/coverage/lcov-report/index.html +14 -14
- package/coverage/lcov.info +123 -115
- package/dist/src/Ingest.js +12 -1
- package/package.json +1 -1
- package/src/Ingest.js +12 -1
- package/test/Ingest.spec.js +17 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
5
|
-
<file name="Ass.js" path="/
|
|
2
|
+
<coverage generated="1574182917397" clover="3.2.0">
|
|
3
|
+
<project timestamp="1574182917398" name="All files">
|
|
4
|
+
<metrics statements="570" coveredstatements="496" conditionals="398" coveredconditionals="318" methods="87" coveredmethods="71" elements="1055" coveredelements="885" complexity="0" loc="570" ncloc="570" packages="1" files="15" classes="15">
|
|
5
|
+
<file name="Ass.js" path="/home/ec2-user/platform/pixwel-sdk/src/Ass.js">
|
|
6
6
|
<metrics statements="98" coveredstatements="94" conditionals="49" coveredconditionals="38" methods="11" coveredmethods="11"/>
|
|
7
7
|
<line num="5" count="27" type="stmt"/>
|
|
8
8
|
<line num="9" count="50" type="stmt"/>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
<line num="191" count="12" type="stmt"/>
|
|
104
104
|
<line num="193" count="4" type="stmt"/>
|
|
105
105
|
</file>
|
|
106
|
-
<file name="Asset.js" path="/
|
|
106
|
+
<file name="Asset.js" path="/home/ec2-user/platform/pixwel-sdk/src/Asset.js">
|
|
107
107
|
<metrics statements="12" coveredstatements="8" conditionals="8" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
108
108
|
<line num="3" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
109
109
|
<line num="4" count="0" type="stmt"/>
|
|
@@ -118,29 +118,29 @@
|
|
|
118
118
|
<line num="17" count="1" type="stmt"/>
|
|
119
119
|
<line num="18" count="1" type="stmt"/>
|
|
120
120
|
</file>
|
|
121
|
-
<file name="AssetType.js" path="/
|
|
121
|
+
<file name="AssetType.js" path="/home/ec2-user/platform/pixwel-sdk/src/AssetType.js">
|
|
122
122
|
<metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
123
123
|
<line num="5" count="0" type="stmt"/>
|
|
124
124
|
<line num="6" count="0" type="stmt"/>
|
|
125
125
|
<line num="9" count="0" type="stmt"/>
|
|
126
126
|
</file>
|
|
127
|
-
<file name="Encode.js" path="/
|
|
127
|
+
<file name="Encode.js" path="/home/ec2-user/platform/pixwel-sdk/src/Encode.js">
|
|
128
128
|
<metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
129
129
|
<line num="5" count="0" type="stmt"/>
|
|
130
130
|
<line num="6" count="0" type="stmt"/>
|
|
131
131
|
<line num="9" count="0" type="stmt"/>
|
|
132
132
|
</file>
|
|
133
|
-
<file name="File.js" path="/
|
|
133
|
+
<file name="File.js" path="/home/ec2-user/platform/pixwel-sdk/src/File.js">
|
|
134
134
|
<metrics statements="3" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
135
135
|
<line num="5" count="1" type="stmt"/>
|
|
136
136
|
<line num="6" count="1" type="stmt"/>
|
|
137
137
|
<line num="9" count="0" type="stmt"/>
|
|
138
138
|
</file>
|
|
139
|
-
<file name="Filename.js" path="/
|
|
139
|
+
<file name="Filename.js" path="/home/ec2-user/platform/pixwel-sdk/src/Filename.js">
|
|
140
140
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
141
141
|
</file>
|
|
142
|
-
<file name="Ingest.js" path="/
|
|
143
|
-
<metrics statements="
|
|
142
|
+
<file name="Ingest.js" path="/home/ec2-user/platform/pixwel-sdk/src/Ingest.js">
|
|
143
|
+
<metrics statements="263" coveredstatements="230" conditionals="235" coveredconditionals="200" methods="19" coveredmethods="17"/>
|
|
144
144
|
<line num="13" count="56" type="stmt"/>
|
|
145
145
|
<line num="14" count="56" type="stmt"/>
|
|
146
146
|
<line num="17" count="0" type="stmt"/>
|
|
@@ -358,54 +358,58 @@
|
|
|
358
358
|
<line num="505" count="1" type="stmt"/>
|
|
359
359
|
<line num="507" count="1" type="stmt"/>
|
|
360
360
|
<line num="509" count="1" type="stmt"/>
|
|
361
|
-
<line num="
|
|
362
|
-
<line num="
|
|
363
|
-
<line num="
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="
|
|
368
|
-
<line num="
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
373
|
-
<line num="
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="
|
|
377
|
-
<line num="
|
|
378
|
-
<line num="
|
|
379
|
-
<line num="
|
|
380
|
-
<line num="589" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
381
|
-
<line num="590" count="1" type="stmt"/>
|
|
361
|
+
<line num="525" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
362
|
+
<line num="526" count="1" type="stmt"/>
|
|
363
|
+
<line num="529" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
364
|
+
<line num="530" count="0" type="stmt"/>
|
|
365
|
+
<line num="533" count="1" type="stmt"/>
|
|
366
|
+
<line num="541" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
367
|
+
<line num="543" count="15" type="stmt"/>
|
|
368
|
+
<line num="545" count="15" type="stmt"/>
|
|
369
|
+
<line num="572" count="15" type="stmt"/>
|
|
370
|
+
<line num="574" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
371
|
+
<line num="575" count="2" type="stmt"/>
|
|
372
|
+
<line num="578" count="15" type="cond" truecount="3" falsecount="2"/>
|
|
373
|
+
<line num="579" count="0" type="stmt"/>
|
|
374
|
+
<line num="582" count="15" type="cond" truecount="5" falsecount="0"/>
|
|
375
|
+
<line num="583" count="1" type="stmt"/>
|
|
376
|
+
<line num="586" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
377
|
+
<line num="587" count="3" type="stmt"/>
|
|
378
|
+
<line num="588" count="3" type="stmt"/>
|
|
379
|
+
<line num="589" count="3" type="stmt"/>
|
|
382
380
|
<line num="592" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
383
|
-
<line num="593" count="
|
|
384
|
-
<line num="594" count="1" type="stmt"/>
|
|
381
|
+
<line num="593" count="3" type="stmt"/>
|
|
385
382
|
<line num="596" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
386
|
-
<line num="597" count="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
389
|
-
<line num="
|
|
390
|
-
<line num="
|
|
391
|
-
<line num="
|
|
392
|
-
<line num="
|
|
393
|
-
<line num="
|
|
394
|
-
<line num="
|
|
395
|
-
<line num="
|
|
396
|
-
<line num="
|
|
397
|
-
<line num="
|
|
398
|
-
<line num="
|
|
399
|
-
<line num="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
383
|
+
<line num="597" count="4" type="stmt"/>
|
|
384
|
+
<line num="600" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
385
|
+
<line num="601" count="1" type="stmt"/>
|
|
386
|
+
<line num="603" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
387
|
+
<line num="604" count="1" type="stmt"/>
|
|
388
|
+
<line num="605" count="1" type="stmt"/>
|
|
389
|
+
<line num="607" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
390
|
+
<line num="608" count="2" type="stmt"/>
|
|
391
|
+
<line num="610" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
392
|
+
<line num="611" count="4" type="stmt"/>
|
|
393
|
+
<line num="616" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
394
|
+
<line num="617" count="3" type="stmt"/>
|
|
395
|
+
<line num="619" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
396
|
+
<line num="620" count="3" type="stmt"/>
|
|
397
|
+
<line num="622" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
398
|
+
<line num="623" count="2" type="stmt"/>
|
|
399
|
+
<line num="626" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
400
|
+
<line num="628" count="15" type="stmt"/>
|
|
401
|
+
<line num="629" count="15" type="stmt"/>
|
|
402
|
+
<line num="637" count="15" type="stmt"/>
|
|
403
|
+
<line num="647" count="1" type="stmt"/>
|
|
404
|
+
<line num="648" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
405
|
+
<line num="649" count="2" type="stmt"/>
|
|
406
|
+
<line num="651" count="1" type="stmt"/>
|
|
403
407
|
</file>
|
|
404
|
-
<file name="IngestFile.js" path="/
|
|
408
|
+
<file name="IngestFile.js" path="/home/ec2-user/platform/pixwel-sdk/src/IngestFile.js">
|
|
405
409
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
406
410
|
<line num="3" count="0" type="stmt"/>
|
|
407
411
|
</file>
|
|
408
|
-
<file name="Model.js" path="/
|
|
412
|
+
<file name="Model.js" path="/home/ec2-user/platform/pixwel-sdk/src/Model.js">
|
|
409
413
|
<metrics statements="75" coveredstatements="65" conditionals="32" coveredconditionals="17" methods="25" coveredmethods="22"/>
|
|
410
414
|
<line num="20" count="2" type="stmt"/>
|
|
411
415
|
<line num="31" count="81" type="stmt"/>
|
|
@@ -424,11 +428,11 @@
|
|
|
424
428
|
<line num="73" count="2" type="stmt"/>
|
|
425
429
|
<line num="81" count="1" type="stmt"/>
|
|
426
430
|
<line num="87" count="135" type="stmt"/>
|
|
427
|
-
<line num="89" count="
|
|
431
|
+
<line num="89" count="1165" type="stmt"/>
|
|
428
432
|
<line num="92" count="135" type="stmt"/>
|
|
429
433
|
<line num="93" count="135" type="stmt"/>
|
|
430
434
|
<line num="94" count="135" type="stmt"/>
|
|
431
|
-
<line num="95" count="
|
|
435
|
+
<line num="95" count="491" type="stmt"/>
|
|
432
436
|
<line num="97" count="135" type="stmt"/>
|
|
433
437
|
<line num="106" count="2" type="stmt"/>
|
|
434
438
|
<line num="115" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -483,7 +487,7 @@
|
|
|
483
487
|
<line num="249" count="1" type="stmt"/>
|
|
484
488
|
<line num="250" count="1" type="stmt"/>
|
|
485
489
|
</file>
|
|
486
|
-
<file name="Order.js" path="/
|
|
490
|
+
<file name="Order.js" path="/home/ec2-user/platform/pixwel-sdk/src/Order.js">
|
|
487
491
|
<metrics statements="14" coveredstatements="13" conditionals="12" coveredconditionals="11" methods="3" coveredmethods="3"/>
|
|
488
492
|
<line num="6" count="17" type="stmt"/>
|
|
489
493
|
<line num="15" count="17" type="stmt"/>
|
|
@@ -500,7 +504,7 @@
|
|
|
500
504
|
<line num="40" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
501
505
|
<line num="41" count="1" type="stmt"/>
|
|
502
506
|
</file>
|
|
503
|
-
<file name="Srt.js" path="/
|
|
507
|
+
<file name="Srt.js" path="/home/ec2-user/platform/pixwel-sdk/src/Srt.js">
|
|
504
508
|
<metrics statements="44" coveredstatements="42" conditionals="19" coveredconditionals="14" methods="7" coveredmethods="7"/>
|
|
505
509
|
<line num="5" count="6" type="cond" truecount="2" falsecount="2"/>
|
|
506
510
|
<line num="6" count="6" type="stmt"/>
|
|
@@ -547,7 +551,7 @@
|
|
|
547
551
|
<line num="85" count="6" type="stmt"/>
|
|
548
552
|
<line num="87" count="2" type="stmt"/>
|
|
549
553
|
</file>
|
|
550
|
-
<file name="Sub.js" path="/
|
|
554
|
+
<file name="Sub.js" path="/home/ec2-user/platform/pixwel-sdk/src/Sub.js">
|
|
551
555
|
<metrics statements="17" coveredstatements="16" conditionals="14" coveredconditionals="12" methods="2" coveredmethods="2"/>
|
|
552
556
|
<line num="3" count="1" type="stmt"/>
|
|
553
557
|
<line num="4" count="1" type="stmt"/>
|
|
@@ -567,13 +571,13 @@
|
|
|
567
571
|
<line num="33" count="1" type="stmt"/>
|
|
568
572
|
<line num="35" count="1" type="stmt"/>
|
|
569
573
|
</file>
|
|
570
|
-
<file name="Tag.js" path="/
|
|
574
|
+
<file name="Tag.js" path="/home/ec2-user/platform/pixwel-sdk/src/Tag.js">
|
|
571
575
|
<metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
572
576
|
<line num="5" count="0" type="stmt"/>
|
|
573
577
|
<line num="6" count="0" type="stmt"/>
|
|
574
578
|
<line num="9" count="0" type="stmt"/>
|
|
575
579
|
</file>
|
|
576
|
-
<file name="TimeFormat.js" path="/
|
|
580
|
+
<file name="TimeFormat.js" path="/home/ec2-user/platform/pixwel-sdk/src/TimeFormat.js">
|
|
577
581
|
<metrics statements="23" coveredstatements="23" conditionals="25" coveredconditionals="22" methods="7" coveredmethods="7"/>
|
|
578
582
|
<line num="1" count="5" type="stmt"/>
|
|
579
583
|
<line num="5" count="18" type="stmt"/>
|
|
@@ -599,7 +603,7 @@
|
|
|
599
603
|
<line num="45" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
600
604
|
<line num="46" count="19" type="stmt"/>
|
|
601
605
|
</file>
|
|
602
|
-
<file name="fileType.js" path="/
|
|
606
|
+
<file name="fileType.js" path="/home/ec2-user/platform/pixwel-sdk/src/fileType.js">
|
|
603
607
|
<metrics statements="11" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
604
608
|
<line num="1" count="2" type="stmt"/>
|
|
605
609
|
<line num="3" count="2" type="stmt"/>
|