@saasquatch/squatch-js 2.6.0-5 → 2.6.0-6

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.
@@ -1,9 +1,9 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1690224398495" clover="3.2.0">
3
- <project timestamp="1690224398496" name="All files">
4
- <metrics statements="768" coveredstatements="663" conditionals="368" coveredconditionals="287" methods="127" coveredmethods="105" elements="1263" coveredelements="1055" complexity="0" loc="768" ncloc="768" packages="5" files="19" classes="19"/>
2
+ <coverage generated="1690324228737" clover="3.2.0">
3
+ <project timestamp="1690324228737" name="All files">
4
+ <metrics statements="774" coveredstatements="649" conditionals="366" coveredconditionals="274" methods="128" coveredmethods="104" elements="1268" coveredelements="1027" complexity="0" loc="774" ncloc="774" packages="5" files="19" classes="19"/>
5
5
  <package name="src">
6
- <metrics statements="74" coveredstatements="58" conditionals="20" coveredconditionals="12" methods="16" coveredmethods="8"/>
6
+ <metrics statements="75" coveredstatements="59" conditionals="21" coveredconditionals="13" methods="16" coveredmethods="8"/>
7
7
  <file name="async.ts" path="/Users/Coleton/saasquatch/squatch-js/src/async.ts">
8
8
  <metrics statements="11" coveredstatements="4" conditionals="9" coveredconditionals="5" methods="4" coveredmethods="1"/>
9
9
  <line num="16" count="3" type="stmt"/>
@@ -24,7 +24,7 @@
24
24
  <line num="3" count="0" type="stmt"/>
25
25
  </file>
26
26
  <file name="squatch.ts" path="/Users/Coleton/saasquatch/squatch-js/src/squatch.ts">
27
- <metrics statements="61" coveredstatements="53" conditionals="11" coveredconditionals="7" methods="11" coveredmethods="7"/>
27
+ <metrics statements="62" coveredstatements="54" conditionals="12" coveredconditionals="8" methods="11" coveredmethods="7"/>
28
28
  <line num="10" count="3" type="stmt"/>
29
29
  <line num="11" count="3" type="stmt"/>
30
30
  <line num="12" count="3" type="stmt"/>
@@ -68,24 +68,25 @@
68
68
  <line num="143" count="3" type="stmt"/>
69
69
  <line num="144" count="21" type="stmt"/>
70
70
  <line num="145" count="21" type="stmt"/>
71
- <line num="146" count="20" type="cond" truecount="3" falsecount="0"/>
71
+ <line num="146" count="20" type="cond" truecount="4" falsecount="0"/>
72
72
  <line num="147" count="4" type="stmt"/>
73
- <line num="149" count="20" type="stmt"/>
73
+ <line num="149" count="16" type="stmt"/>
74
74
  <line num="151" count="20" type="stmt"/>
75
- <line num="152" count="20" type="stmt"/>
76
75
  <line num="153" count="20" type="stmt"/>
76
+ <line num="154" count="20" type="stmt"/>
77
77
  <line num="155" count="20" type="stmt"/>
78
- <line num="156" count="20" type="stmt"/>
79
78
  <line num="157" count="20" type="stmt"/>
80
- <line num="172" count="3" type="stmt"/>
81
- <line num="173" count="0" type="stmt"/>
82
- <line num="187" count="3" type="stmt"/>
83
- <line num="189" count="0" type="stmt"/>
84
- <line num="205" count="3" type="stmt"/>
85
- <line num="206" count="3" type="stmt"/>
86
- <line num="215" count="3" type="cond" truecount="3" falsecount="0"/>
87
- <line num="216" count="3" type="stmt"/>
88
- <line num="219" count="3" type="cond" truecount="1" falsecount="0"/>
79
+ <line num="158" count="20" type="stmt"/>
80
+ <line num="159" count="20" type="stmt"/>
81
+ <line num="174" count="3" type="stmt"/>
82
+ <line num="175" count="0" type="stmt"/>
83
+ <line num="189" count="3" type="stmt"/>
84
+ <line num="191" count="0" type="stmt"/>
85
+ <line num="207" count="3" type="stmt"/>
86
+ <line num="208" count="3" type="stmt"/>
87
+ <line num="217" count="3" type="cond" truecount="3" falsecount="0"/>
88
+ <line num="218" count="3" type="stmt"/>
89
+ <line num="221" count="3" type="cond" truecount="1" falsecount="0"/>
89
90
  </file>
90
91
  </package>
91
92
  <package name="src.api">
@@ -205,7 +206,7 @@
205
206
  </file>
206
207
  </package>
207
208
  <package name="src.utils">
208
- <metrics statements="163" coveredstatements="104" conditionals="90" coveredconditionals="54" methods="23" coveredmethods="14"/>
209
+ <metrics statements="163" coveredstatements="87" conditionals="90" coveredconditionals="44" methods="23" coveredmethods="12"/>
209
210
  <file name="cookieUtils.ts" path="/Users/Coleton/saasquatch/squatch-js/src/utils/cookieUtils.ts">
210
211
  <metrics statements="50" coveredstatements="12" conditionals="13" coveredconditionals="2" methods="9" coveredmethods="2"/>
211
212
  <line num="1" count="4" type="stmt"/>
@@ -221,7 +222,7 @@
221
222
  <line num="24" count="0" type="stmt"/>
222
223
  <line num="26" count="0" type="stmt"/>
223
224
  <line num="32" count="4" type="stmt"/>
224
- <line num="33" count="30" type="stmt"/>
225
+ <line num="33" count="21" type="stmt"/>
225
226
  <line num="37" count="0" type="stmt"/>
226
227
  <line num="44" count="0" type="stmt"/>
227
228
  <line num="45" count="0" type="stmt"/>
@@ -332,33 +333,33 @@
332
333
  <line num="103" count="4" type="stmt"/>
333
334
  </file>
334
335
  <file name="utmUtils.ts" path="/Users/Coleton/saasquatch/squatch-js/src/utils/utmUtils.ts">
335
- <metrics statements="26" coveredstatements="22" conditionals="15" coveredconditionals="10" methods="2" coveredmethods="2"/>
336
- <line num="1" count="4" type="stmt"/>
337
- <line num="3" count="4" type="stmt"/>
338
- <line num="6" count="4" type="stmt"/>
339
- <line num="8" count="4" type="stmt"/>
340
- <line num="11" count="44" type="stmt"/>
341
- <line num="12" count="44" type="stmt"/>
342
- <line num="13" count="44" type="cond" truecount="2" falsecount="0"/>
343
- <line num="15" count="44" type="cond" truecount="1" falsecount="0"/>
344
- <line num="16" count="35" type="stmt"/>
345
- <line num="17" count="35" type="stmt"/>
346
- <line num="22" count="9" type="stmt"/>
347
- <line num="23" count="9" type="stmt"/>
336
+ <metrics statements="26" coveredstatements="5" conditionals="15" coveredconditionals="0" methods="2" coveredmethods="0"/>
337
+ <line num="1" count="3" type="stmt"/>
338
+ <line num="3" count="3" type="stmt"/>
339
+ <line num="6" count="3" type="stmt"/>
340
+ <line num="8" count="3" type="stmt"/>
341
+ <line num="11" count="0" type="stmt"/>
342
+ <line num="12" count="0" type="stmt"/>
343
+ <line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
344
+ <line num="15" count="0" type="cond" truecount="0" falsecount="1"/>
345
+ <line num="16" count="0" type="stmt"/>
346
+ <line num="17" count="0" type="stmt"/>
347
+ <line num="22" count="0" type="stmt"/>
348
+ <line num="23" count="0" type="stmt"/>
348
349
  <line num="25" count="0" type="stmt"/>
349
350
  <line num="26" count="0" type="stmt"/>
350
- <line num="29" count="9" type="stmt"/>
351
- <line num="30" count="9" type="cond" truecount="3" falsecount="1"/>
351
+ <line num="29" count="0" type="stmt"/>
352
+ <line num="30" count="0" type="cond" truecount="0" falsecount="4"/>
352
353
  <line num="31" count="0" type="stmt"/>
353
354
  <line num="32" count="0" type="stmt"/>
354
- <line num="35" count="9" type="stmt"/>
355
- <line num="37" count="9" type="stmt"/>
356
- <line num="55" count="4" type="stmt"/>
357
- <line num="56" count="9" type="cond" truecount="1" falsecount="1"/>
358
- <line num="57" count="9" type="cond" truecount="1" falsecount="1"/>
359
- <line num="58" count="9" type="stmt"/>
360
- <line num="61" count="9" type="cond" truecount="1" falsecount="1"/>
361
- <line num="63" count="9" type="stmt"/>
355
+ <line num="35" count="0" type="stmt"/>
356
+ <line num="37" count="0" type="stmt"/>
357
+ <line num="55" count="3" type="stmt"/>
358
+ <line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
359
+ <line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
360
+ <line num="58" count="0" type="stmt"/>
361
+ <line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
362
+ <line num="63" count="0" type="stmt"/>
362
363
  </file>
363
364
  <file name="validate.ts" path="/Users/Coleton/saasquatch/squatch-js/src/utils/validate.ts">
364
365
  <metrics statements="24" coveredstatements="24" conditionals="28" coveredconditionals="28" methods="5" coveredmethods="5"/>
@@ -389,153 +390,161 @@
389
390
  </file>
390
391
  </package>
391
392
  <package name="src.widgets">
392
- <metrics statements="345" coveredstatements="330" conditionals="156" coveredconditionals="134" methods="51" coveredmethods="48"/>
393
+ <metrics statements="348" coveredstatements="330" conditionals="158" coveredconditionals="135" methods="52" coveredmethods="49"/>
393
394
  <file name="EmbedWidget.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/EmbedWidget.ts">
394
- <metrics statements="54" coveredstatements="50" conditionals="24" coveredconditionals="18" methods="6" coveredmethods="6"/>
395
+ <metrics statements="60" coveredstatements="54" conditionals="28" coveredconditionals="21" methods="7" coveredmethods="7"/>
395
396
  <line num="3" count="5" type="stmt"/>
396
397
  <line num="4" count="5" type="stmt"/>
397
398
  <line num="5" count="5" type="stmt"/>
398
- <line num="7" count="5" type="stmt"/>
399
- <line num="20" count="5" type="stmt"/>
400
- <line num="22" count="36" type="stmt"/>
401
- <line num="26" count="36" type="stmt"/>
402
- <line num="27" count="36" type="stmt"/>
403
- <line num="29" count="35" type="cond" truecount="2" falsecount="0"/>
404
- <line num="30" count="34" type="cond" truecount="2" falsecount="0"/>
405
- <line num="31" count="32" type="cond" truecount="2" falsecount="0"/>
406
- <line num="32" count="4" type="stmt"/>
407
- <line num="34" count="28" type="stmt"/>
408
- <line num="38" count="2" type="cond" truecount="1" falsecount="1"/>
409
- <line num="39" count="0" type="stmt"/>
410
- <line num="42" count="2" type="stmt"/>
411
- <line num="44" count="1" type="cond" truecount="2" falsecount="1"/>
412
- <line num="45" count="1" type="stmt"/>
413
- <line num="48" count="35" type="stmt"/>
414
- <line num="49" count="35" type="cond" truecount="0" falsecount="1"/>
415
- <line num="50" count="0" type="stmt"/>
416
- <line num="53" count="35" type="stmt"/>
417
- <line num="54" count="35" type="stmt"/>
418
- <line num="55" count="35" type="stmt"/>
399
+ <line num="8" count="5" type="stmt"/>
400
+ <line num="21" count="5" type="stmt"/>
401
+ <line num="23" count="36" type="stmt"/>
402
+ <line num="25" count="36" type="cond" truecount="1" falsecount="0"/>
403
+ <line num="29" count="36" type="stmt"/>
404
+ <line num="30" count="36" type="stmt"/>
405
+ <line num="32" count="35" type="cond" truecount="2" falsecount="0"/>
406
+ <line num="33" count="34" type="cond" truecount="2" falsecount="0"/>
407
+ <line num="34" count="32" type="cond" truecount="2" falsecount="0"/>
408
+ <line num="35" count="4" type="stmt"/>
409
+ <line num="37" count="28" type="stmt"/>
410
+ <line num="41" count="2" type="cond" truecount="1" falsecount="1"/>
411
+ <line num="42" count="0" type="stmt"/>
412
+ <line num="45" count="2" type="stmt"/>
413
+ <line num="47" count="1" type="cond" truecount="2" falsecount="1"/>
414
+ <line num="48" count="1" type="stmt"/>
415
+ <line num="51" count="35" type="stmt"/>
416
+ <line num="52" count="35" type="cond" truecount="0" falsecount="1"/>
417
+ <line num="53" count="0" type="stmt"/>
419
418
  <line num="56" count="35" type="stmt"/>
419
+ <line num="57" count="35" type="stmt"/>
420
+ <line num="58" count="35" type="stmt"/>
420
421
  <line num="59" count="35" type="stmt"/>
421
- <line num="60" count="35" type="stmt"/>
422
- <line num="61" count="34" type="cond" truecount="2" falsecount="0"/>
423
- <line num="64" count="34" type="stmt"/>
424
- <line num="76" count="34" type="stmt"/>
425
- <line num="77" count="30" type="stmt"/>
426
- <line num="80" count="30" type="cond" truecount="0" falsecount="1"/>
427
- <line num="85" count="0" type="stmt"/>
428
- <line num="86" count="0" type="stmt"/>
429
- <line num="95" count="2" type="stmt"/>
430
- <line num="96" count="2" type="cond" truecount="0" falsecount="1"/>
422
+ <line num="62" count="35" type="stmt"/>
423
+ <line num="63" count="35" type="stmt"/>
424
+ <line num="64" count="34" type="cond" truecount="2" falsecount="0"/>
425
+ <line num="67" count="34" type="stmt"/>
426
+ <line num="79" count="34" type="stmt"/>
427
+ <line num="80" count="30" type="stmt"/>
428
+ <line num="82" count="30" type="cond" truecount="0" falsecount="1"/>
429
+ <line num="83" count="0" type="stmt"/>
430
+ <line num="84" count="0" type="stmt"/>
431
+ <line num="93" count="2" type="stmt"/>
432
+ <line num="94" count="2" type="cond" truecount="0" falsecount="1"/>
433
+ <line num="96" count="2" type="stmt"/>
431
434
  <line num="98" count="2" type="stmt"/>
435
+ <line num="99" count="2" type="stmt"/>
432
436
  <line num="100" count="2" type="stmt"/>
433
- <line num="101" count="2" type="stmt"/>
434
437
  <line num="102" count="2" type="stmt"/>
435
- <line num="104" count="2" type="stmt"/>
436
- <line num="106" count="2" type="cond" truecount="2" falsecount="0"/>
437
- <line num="107" count="2" type="stmt"/>
438
- <line num="108" count="2" type="stmt"/>
439
- <line num="112" count="2" type="stmt"/>
440
- <line num="113" count="2" type="cond" truecount="0" falsecount="1"/>
441
- <line num="115" count="2" type="stmt"/>
442
- <line num="117" count="2" type="stmt"/>
438
+ <line num="104" count="2" type="cond" truecount="2" falsecount="0"/>
439
+ <line num="106" count="2" type="cond" truecount="0" falsecount="1"/>
440
+ <line num="107" count="0" type="stmt"/>
441
+ <line num="108" count="0" type="stmt"/>
442
+ <line num="113" count="2" type="stmt"/>
443
+ <line num="114" count="2" type="cond" truecount="0" falsecount="1"/>
444
+ <line num="116" count="2" type="stmt"/>
443
445
  <line num="118" count="2" type="stmt"/>
444
446
  <line num="119" count="2" type="stmt"/>
445
447
  <line num="120" count="2" type="stmt"/>
446
- <line num="124" count="3" type="stmt"/>
447
- <line num="127" count="36" type="stmt"/>
448
- <line num="128" count="36" type="stmt"/>
448
+ <line num="121" count="2" type="stmt"/>
449
+ <line num="125" count="3" type="stmt"/>
450
+ <line num="129" count="30" type="stmt"/>
451
+ <line num="131" count="30" type="cond" truecount="2" falsecount="0"/>
452
+ <line num="133" count="30" type="stmt"/>
453
+ <line num="135" count="30" type="cond" truecount="3" falsecount="0"/>
454
+ <line num="138" count="36" type="stmt"/>
455
+ <line num="139" count="36" type="stmt"/>
449
456
  </file>
450
457
  <file name="PopupWidget.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/PopupWidget.ts">
451
- <metrics statements="87" coveredstatements="76" conditionals="37" coveredconditionals="21" methods="14" coveredmethods="11"/>
458
+ <metrics statements="89" coveredstatements="77" conditionals="38" coveredconditionals="22" methods="14" coveredmethods="11"/>
452
459
  <line num="3" count="5" type="stmt"/>
453
460
  <line num="4" count="5" type="stmt"/>
454
461
  <line num="5" count="5" type="stmt"/>
455
- <line num="8" count="5" type="stmt"/>
456
- <line num="10" count="5" type="stmt"/>
457
- <line num="23" count="5" type="stmt"/>
458
- <line num="28" count="26" type="stmt"/>
459
- <line num="30" count="26" type="stmt"/>
460
- <line num="32" count="26" type="cond" truecount="1" falsecount="1"/>
461
- <line num="33" count="26" type="stmt"/>
462
- <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
463
- <line num="36" count="0" type="stmt"/>
464
- <line num="39" count="26" type="stmt"/>
465
- <line num="46" count="26" type="cond" truecount="1" falsecount="0"/>
466
- <line num="49" count="22" type="stmt"/>
462
+ <line num="9" count="5" type="stmt"/>
463
+ <line num="11" count="5" type="stmt"/>
464
+ <line num="24" count="5" type="stmt"/>
465
+ <line num="29" count="26" type="stmt"/>
466
+ <line num="31" count="26" type="stmt"/>
467
+ <line num="33" count="26" type="cond" truecount="1" falsecount="1"/>
468
+ <line num="34" count="26" type="stmt"/>
469
+ <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
470
+ <line num="37" count="0" type="stmt"/>
471
+ <line num="40" count="26" type="stmt"/>
472
+ <line num="47" count="26" type="cond" truecount="1" falsecount="0"/>
467
473
  <line num="50" count="22" type="stmt"/>
468
- <line num="51" count="22" type="cond" truecount="3" falsecount="0"/>
469
- <line num="52" count="20" type="stmt"/>
470
- <line num="54" count="0" type="stmt"/>
471
- <line num="58" count="22" type="cond" truecount="1" falsecount="0"/>
472
- <line num="59" count="2" type="stmt"/>
474
+ <line num="51" count="22" type="stmt"/>
475
+ <line num="52" count="22" type="cond" truecount="3" falsecount="0"/>
476
+ <line num="53" count="20" type="stmt"/>
477
+ <line num="55" count="0" type="stmt"/>
478
+ <line num="59" count="22" type="cond" truecount="1" falsecount="0"/>
473
479
  <line num="60" count="2" type="stmt"/>
474
- <line num="77" count="26" type="stmt"/>
480
+ <line num="61" count="2" type="stmt"/>
481
+ <line num="67" count="26" type="stmt"/>
482
+ <line num="68" count="26" type="stmt"/>
483
+ <line num="69" count="26" type="stmt"/>
484
+ <line num="73" count="26" type="stmt"/>
485
+ <line num="74" count="0" type="stmt"/>
486
+ <line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
475
487
  <line num="78" count="26" type="stmt"/>
476
- <line num="79" count="26" type="stmt"/>
477
- <line num="83" count="26" type="stmt"/>
478
- <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
479
- <line num="87" count="26" type="stmt"/>
480
- <line num="89" count="26" type="stmt"/>
481
- <line num="93" count="26" type="stmt"/>
482
- <line num="94" count="26" type="stmt"/>
483
- <line num="96" count="26" type="cond" truecount="1" falsecount="1"/>
484
- <line num="98" count="26" type="cond" truecount="1" falsecount="1"/>
485
- <line num="99" count="26" type="stmt"/>
486
- <line num="100" count="26" type="stmt"/>
487
- <line num="102" count="26" type="cond" truecount="2" falsecount="0"/>
488
- <line num="104" count="4" type="stmt"/>
489
- <line num="107" count="22" type="stmt"/>
490
- <line num="110" count="26" type="stmt"/>
491
- <line num="111" count="26" type="cond" truecount="0" falsecount="1"/>
492
- <line num="112" count="0" type="stmt"/>
493
- <line num="115" count="26" type="stmt"/>
494
- <line num="116" count="26" type="stmt"/>
495
- <line num="117" count="26" type="stmt"/>
488
+ <line num="80" count="26" type="stmt"/>
489
+ <line num="84" count="26" type="stmt"/>
490
+ <line num="85" count="26" type="stmt"/>
491
+ <line num="87" count="26" type="cond" truecount="1" falsecount="1"/>
492
+ <line num="89" count="26" type="cond" truecount="1" falsecount="1"/>
493
+ <line num="90" count="26" type="stmt"/>
494
+ <line num="91" count="26" type="stmt"/>
495
+ <line num="93" count="26" type="cond" truecount="2" falsecount="0"/>
496
+ <line num="95" count="4" type="stmt"/>
497
+ <line num="98" count="22" type="stmt"/>
498
+ <line num="101" count="26" type="stmt"/>
499
+ <line num="102" count="26" type="cond" truecount="0" falsecount="1"/>
500
+ <line num="103" count="0" type="stmt"/>
501
+ <line num="106" count="26" type="stmt"/>
502
+ <line num="107" count="26" type="stmt"/>
503
+ <line num="108" count="26" type="stmt"/>
504
+ <line num="109" count="26" type="stmt"/>
505
+ <line num="112" count="26" type="stmt"/>
506
+ <line num="113" count="26" type="stmt"/>
507
+ <line num="114" count="26" type="stmt"/>
496
508
  <line num="118" count="26" type="stmt"/>
497
- <line num="121" count="26" type="stmt"/>
498
- <line num="122" count="26" type="stmt"/>
499
- <line num="123" count="26" type="stmt"/>
509
+ <line num="120" count="26" type="cond" truecount="0" falsecount="1"/>
510
+ <line num="121" count="0" type="stmt"/>
511
+ <line num="124" count="26" type="stmt"/>
500
512
  <line num="127" count="26" type="stmt"/>
501
- <line num="129" count="26" type="cond" truecount="0" falsecount="1"/>
502
- <line num="130" count="0" type="stmt"/>
503
- <line num="133" count="26" type="stmt"/>
504
- <line num="136" count="26" type="stmt"/>
505
- <line num="137" count="26" type="stmt"/>
506
- <line num="138" count="26" type="stmt"/>
507
- <line num="140" count="26" type="stmt"/>
508
- <line num="141" count="0" type="stmt"/>
509
- <line num="142" count="0" type="stmt"/>
510
- <line num="144" count="0" type="stmt"/>
511
- <line num="145" count="0" type="stmt"/>
512
- <line num="148" count="0" type="stmt"/>
513
- <line num="151" count="26" type="stmt"/>
514
- <line num="156" count="8" type="cond" truecount="1" falsecount="1"/>
515
- <line num="157" count="8" type="cond" truecount="1" falsecount="1"/>
513
+ <line num="128" count="26" type="stmt"/>
514
+ <line num="129" count="26" type="stmt"/>
515
+ <line num="131" count="26" type="stmt"/>
516
+ <line num="132" count="0" type="stmt"/>
517
+ <line num="133" count="0" type="stmt"/>
518
+ <line num="135" count="0" type="stmt"/>
519
+ <line num="136" count="0" type="stmt"/>
520
+ <line num="139" count="0" type="stmt"/>
521
+ <line num="142" count="26" type="stmt"/>
522
+ <line num="147" count="8" type="cond" truecount="1" falsecount="1"/>
523
+ <line num="148" count="8" type="cond" truecount="1" falsecount="1"/>
524
+ <line num="149" count="8" type="stmt"/>
525
+ <line num="150" count="8" type="cond" truecount="0" falsecount="1"/>
526
+ <line num="152" count="8" type="stmt"/>
527
+ <line num="154" count="8" type="stmt"/>
528
+ <line num="155" count="8" type="cond" truecount="0" falsecount="1"/>
529
+ <line num="156" count="8" type="stmt"/>
530
+ <line num="157" count="8" type="cond" truecount="0" falsecount="1"/>
516
531
  <line num="158" count="8" type="stmt"/>
517
- <line num="159" count="8" type="cond" truecount="0" falsecount="1"/>
518
532
  <line num="161" count="8" type="stmt"/>
533
+ <line num="162" count="8" type="cond" truecount="2" falsecount="0"/>
519
534
  <line num="163" count="8" type="stmt"/>
520
- <line num="164" count="8" type="cond" truecount="0" falsecount="1"/>
521
- <line num="165" count="8" type="stmt"/>
522
- <line num="166" count="8" type="cond" truecount="0" falsecount="1"/>
523
- <line num="167" count="8" type="stmt"/>
524
- <line num="170" count="8" type="stmt"/>
525
- <line num="171" count="8" type="cond" truecount="2" falsecount="0"/>
526
- <line num="172" count="8" type="stmt"/>
527
- <line num="173" count="8" type="stmt"/>
528
- <line num="174" count="8" type="stmt"/>
529
- <line num="179" count="2" type="cond" truecount="1" falsecount="1"/>
530
- <line num="180" count="2" type="cond" truecount="1" falsecount="1"/>
531
- <line num="181" count="2" type="stmt"/>
532
- <line num="182" count="2" type="cond" truecount="0" falsecount="1"/>
533
- <line num="184" count="2" type="stmt"/>
534
- <line num="186" count="2" type="stmt"/>
535
- <line num="193" count="1" type="stmt"/>
536
- <line num="195" count="1" type="cond" truecount="2" falsecount="0"/>
537
- <line num="198" count="26" type="stmt"/>
538
- <line num="199" count="26" type="stmt"/>
535
+ <line num="165" count="8" type="cond" truecount="1" falsecount="0"/>
536
+ <line num="166" count="1" type="stmt"/>
537
+ <line num="167" count="1" type="stmt"/>
538
+ <line num="173" count="2" type="cond" truecount="1" falsecount="1"/>
539
+ <line num="174" count="2" type="cond" truecount="1" falsecount="1"/>
540
+ <line num="175" count="2" type="stmt"/>
541
+ <line num="176" count="2" type="cond" truecount="0" falsecount="1"/>
542
+ <line num="178" count="2" type="stmt"/>
543
+ <line num="180" count="2" type="stmt"/>
544
+ <line num="187" count="1" type="stmt"/>
545
+ <line num="189" count="1" type="cond" truecount="2" falsecount="0"/>
546
+ <line num="192" count="26" type="stmt"/>
547
+ <line num="193" count="26" type="stmt"/>
539
548
  </file>
540
549
  <file name="Widget.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/Widget.ts">
541
550
  <metrics statements="108" coveredstatements="108" conditionals="59" coveredconditionals="59" methods="20" coveredmethods="20"/>
@@ -577,7 +586,7 @@
577
586
  <line num="112" count="22" type="cond" truecount="2" falsecount="0"/>
578
587
  <line num="113" count="22" type="cond" truecount="2" falsecount="0"/>
579
588
  <line num="114" count="22" type="stmt"/>
580
- <line num="121" count="17" type="cond" truecount="1" falsecount="0"/>
589
+ <line num="121" count="8" type="cond" truecount="1" falsecount="0"/>
581
590
  <line num="122" count="6" type="cond" truecount="1" falsecount="0"/>
582
591
  <line num="123" count="1" type="stmt"/>
583
592
  <line num="127" count="5" type="cond" truecount="2" falsecount="0"/>
@@ -649,7 +658,7 @@
649
658
  <line num="356" count="276" type="stmt"/>
650
659
  </file>
651
660
  <file name="Widgets.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/Widgets.ts">
652
- <metrics statements="96" coveredstatements="96" conditionals="36" coveredconditionals="36" methods="11" coveredmethods="11"/>
661
+ <metrics statements="91" coveredstatements="91" conditionals="33" coveredconditionals="33" methods="11" coveredmethods="11"/>
653
662
  <line num="1" count="4" type="stmt"/>
654
663
  <line num="2" count="4" type="stmt"/>
655
664
  <line num="11" count="4" type="stmt"/>
@@ -722,41 +731,35 @@
722
731
  <line num="257" count="1" type="stmt"/>
723
732
  <line num="268" count="17" type="cond" truecount="2" falsecount="0"/>
724
733
  <line num="269" count="2" type="stmt"/>
725
- <line num="270" count="15" type="cond" truecount="2" falsecount="0"/>
726
- <line num="271" count="5" type="stmt"/>
727
- <line num="272" count="5" type="cond" truecount="1" falsecount="0"/>
728
- <line num="274" count="10" type="stmt"/>
729
- <line num="275" count="10" type="stmt"/>
730
- <line num="276" count="10" type="stmt"/>
731
- <line num="277" count="10" type="cond" truecount="1" falsecount="0"/>
732
- <line num="280" count="17" type="stmt"/>
733
- <line num="284" count="5" type="stmt"/>
734
- <line num="285" count="5" type="stmt"/>
735
- <line num="287" count="5" type="stmt"/>
736
- <line num="291" count="2" type="stmt"/>
737
- <line num="292" count="2" type="stmt"/>
738
- <line num="294" count="2" type="stmt"/>
739
- <line num="307" count="4" type="stmt"/>
740
- <line num="308" count="4" type="stmt"/>
741
- <line num="310" count="4" type="stmt"/>
742
- <line num="322" count="4" type="cond" truecount="2" falsecount="0"/>
743
- <line num="323" count="1" type="stmt"/>
744
- <line num="324" count="1" type="stmt"/>
745
- <line num="325" count="3" type="cond" truecount="1" falsecount="0"/>
746
- <line num="326" count="2" type="stmt"/>
747
- <line num="327" count="2" type="stmt"/>
748
- <line num="338" count="3" type="cond" truecount="2" falsecount="0"/>
734
+ <line num="271" count="15" type="stmt"/>
735
+ <line num="272" count="15" type="cond" truecount="1" falsecount="0"/>
736
+ <line num="275" count="17" type="stmt"/>
737
+ <line num="279" count="15" type="stmt"/>
738
+ <line num="280" count="15" type="stmt"/>
739
+ <line num="282" count="15" type="stmt"/>
740
+ <line num="286" count="2" type="stmt"/>
741
+ <line num="287" count="2" type="stmt"/>
742
+ <line num="289" count="2" type="stmt"/>
743
+ <line num="302" count="4" type="stmt"/>
744
+ <line num="303" count="4" type="stmt"/>
745
+ <line num="305" count="4" type="stmt"/>
746
+ <line num="317" count="4" type="cond" truecount="2" falsecount="0"/>
747
+ <line num="318" count="1" type="stmt"/>
748
+ <line num="319" count="1" type="stmt"/>
749
+ <line num="320" count="3" type="cond" truecount="1" falsecount="0"/>
750
+ <line num="321" count="2" type="stmt"/>
751
+ <line num="322" count="2" type="stmt"/>
752
+ <line num="333" count="3" type="cond" truecount="2" falsecount="0"/>
749
753
  </file>
750
754
  </package>
751
755
  <package name="src.widgets.declarative">
752
- <metrics statements="85" coveredstatements="85" conditionals="58" coveredconditionals="58" methods="22" coveredmethods="22"/>
756
+ <metrics statements="87" coveredstatements="87" conditionals="53" coveredconditionals="53" methods="22" coveredmethods="22"/>
753
757
  <file name="DeclarativeWidget.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/declarative/DeclarativeWidget.ts">
754
- <metrics statements="56" coveredstatements="56" conditionals="41" coveredconditionals="41" methods="12" coveredmethods="12"/>
758
+ <metrics statements="57" coveredstatements="57" conditionals="35" coveredconditionals="35" methods="12" coveredmethods="12"/>
755
759
  <line num="1" count="4" type="stmt"/>
756
760
  <line num="2" count="4" type="stmt"/>
757
761
  <line num="3" count="4" type="stmt"/>
758
762
  <line num="5" count="4" type="stmt"/>
759
- <line num="6" count="4" type="stmt"/>
760
763
  <line num="7" count="4" type="stmt"/>
761
764
  <line num="12" count="4" type="stmt"/>
762
765
  <line num="13" count="4" type="stmt"/>
@@ -772,45 +775,47 @@
772
775
  <line num="98" count="66" type="stmt"/>
773
776
  <line num="102" count="66" type="stmt"/>
774
777
  <line num="108" count="44" type="stmt"/>
775
- <line num="109" count="44" type="stmt"/>
776
- <line num="111" count="41" type="stmt"/>
777
- <line num="117" count="41" type="stmt"/>
778
- <line num="122" count="21" type="stmt"/>
779
- <line num="124" count="21" type="stmt"/>
780
- <line num="125" count="21" type="cond" truecount="1" falsecount="0"/>
781
- <line num="127" count="20" type="stmt"/>
782
- <line num="135" count="16" type="stmt"/>
783
- <line num="138" count="20" type="stmt"/>
784
- <line num="141" count="76" type="stmt"/>
785
- <line num="145" count="61" type="stmt"/>
786
- <line num="154" count="61" type="cond" truecount="2" falsecount="0"/>
787
- <line num="155" count="32" type="stmt"/>
788
- <line num="157" count="29" type="cond" truecount="2" falsecount="0"/>
789
- <line num="168" count="68" type="cond" truecount="2" falsecount="0"/>
790
- <line num="169" count="68" type="cond" truecount="2" falsecount="0"/>
791
- <line num="171" count="68" type="cond" truecount="1" falsecount="0"/>
792
- <line num="173" count="64" type="cond" truecount="2" falsecount="0"/>
793
- <line num="174" count="44" type="stmt"/>
794
- <line num="176" count="20" type="stmt"/>
795
- <line num="179" count="61" type="stmt"/>
796
- <line num="180" count="61" type="stmt"/>
797
- <line num="187" count="68" type="stmt"/>
798
- <line num="188" count="61" type="stmt"/>
799
- <line num="195" count="76" type="stmt"/>
800
- <line num="196" count="9" type="stmt"/>
801
- <line num="205" count="9" type="cond" truecount="2" falsecount="0"/>
802
- <line num="206" count="3" type="stmt"/>
803
- <line num="208" count="6" type="cond" truecount="2" falsecount="0"/>
804
- <line num="217" count="9" type="cond" truecount="1" falsecount="0"/>
805
- <line num="218" count="8" type="stmt"/>
806
- <line num="226" count="5" type="cond" truecount="1" falsecount="0"/>
807
- <line num="227" count="4" type="stmt"/>
808
- <line num="230" count="76" type="stmt"/>
809
- <line num="231" count="76" type="stmt"/>
810
- <line num="232" count="76" type="stmt"/>
778
+ <line num="110" count="41" type="stmt"/>
779
+ <line num="112" count="41" type="stmt"/>
780
+ <line num="118" count="41" type="stmt"/>
781
+ <line num="123" count="21" type="stmt"/>
782
+ <line num="125" count="21" type="stmt"/>
783
+ <line num="126" count="21" type="cond" truecount="1" falsecount="0"/>
784
+ <line num="127" count="1" type="stmt"/>
785
+ <line num="130" count="20" type="stmt"/>
786
+ <line num="132" count="20" type="stmt"/>
787
+ <line num="141" count="16" type="stmt"/>
788
+ <line num="145" count="20" type="stmt"/>
789
+ <line num="148" count="76" type="stmt"/>
790
+ <line num="152" count="61" type="stmt"/>
791
+ <line num="165" count="61" type="cond" truecount="2" falsecount="0"/>
792
+ <line num="166" count="32" type="stmt"/>
793
+ <line num="168" count="29" type="cond" truecount="2" falsecount="0"/>
794
+ <line num="179" count="68" type="cond" truecount="2" falsecount="0"/>
795
+ <line num="180" count="68" type="cond" truecount="2" falsecount="0"/>
796
+ <line num="182" count="68" type="cond" truecount="1" falsecount="0"/>
797
+ <line num="184" count="64" type="cond" truecount="2" falsecount="0"/>
798
+ <line num="185" count="44" type="stmt"/>
799
+ <line num="187" count="20" type="stmt"/>
800
+ <line num="190" count="61" type="stmt"/>
801
+ <line num="191" count="61" type="stmt"/>
802
+ <line num="198" count="68" type="stmt"/>
803
+ <line num="199" count="61" type="stmt"/>
804
+ <line num="206" count="76" type="stmt"/>
805
+ <line num="207" count="10" type="stmt"/>
806
+ <line num="215" count="10" type="cond" truecount="2" falsecount="0"/>
807
+ <line num="216" count="3" type="stmt"/>
808
+ <line num="218" count="7" type="cond" truecount="2" falsecount="0"/>
809
+ <line num="227" count="9" type="cond" truecount="1" falsecount="0"/>
810
+ <line num="228" count="8" type="stmt"/>
811
+ <line num="236" count="5" type="cond" truecount="1" falsecount="0"/>
812
+ <line num="237" count="4" type="stmt"/>
813
+ <line num="240" count="76" type="stmt"/>
814
+ <line num="241" count="76" type="stmt"/>
815
+ <line num="242" count="76" type="stmt"/>
811
816
  </file>
812
817
  <file name="DeclarativeWidgets.ts" path="/Users/Coleton/saasquatch/squatch-js/src/widgets/declarative/DeclarativeWidgets.ts">
813
- <metrics statements="29" coveredstatements="29" conditionals="17" coveredconditionals="17" methods="10" coveredmethods="10"/>
818
+ <metrics statements="30" coveredstatements="30" conditionals="18" coveredconditionals="18" methods="10" coveredmethods="10"/>
814
819
  <line num="1" count="3" type="stmt"/>
815
820
  <line num="14" count="3" type="stmt"/>
816
821
  <line num="16" count="36" type="stmt"/>
@@ -830,16 +835,17 @@
830
835
  <line num="69" count="24" type="stmt"/>
831
836
  <line num="71" count="24" type="stmt"/>
832
837
  <line num="72" count="3" type="stmt"/>
833
- <line num="75" count="3" type="cond" truecount="1" falsecount="0"/>
834
- <line num="80" count="27" type="stmt"/>
835
- <line num="84" count="28" type="cond" truecount="3" falsecount="0"/>
836
- <line num="86" count="4" type="cond" truecount="2" falsecount="0"/>
838
+ <line num="74" count="3" type="stmt"/>
839
+ <line num="79" count="27" type="stmt"/>
840
+ <line num="83" count="28" type="cond" truecount="3" falsecount="0"/>
841
+ <line num="85" count="4" type="cond" truecount="2" falsecount="0"/>
842
+ <line num="88" count="4" type="stmt"/>
837
843
  <line num="89" count="4" type="stmt"/>
838
- <line num="90" count="4" type="stmt"/>
844
+ <line num="94" count="28" type="cond" truecount="2" falsecount="0"/>
839
845
  <line num="95" count="28" type="stmt"/>
840
- <line num="96" count="26" type="cond" truecount="1" falsecount="0"/>
841
- <line num="100" count="3" type="stmt"/>
846
+ <line num="97" count="26" type="cond" truecount="1" falsecount="0"/>
842
847
  <line num="101" count="3" type="stmt"/>
848
+ <line num="102" count="3" type="stmt"/>
843
849
  </file>
844
850
  </package>
845
851
  </project>