@sebbo2002/node-pyatv 4.2.1 → 4.3.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 (44) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/LICENSE +1 -1
  3. package/dist/lib/device.d.ts +12 -0
  4. package/dist/lib/device.js +49 -25
  5. package/dist/lib/device.js.map +1 -1
  6. package/dist/lib/types.d.ts +6 -2
  7. package/dist/lib/types.js +4 -0
  8. package/dist/lib/types.js.map +1 -1
  9. package/docs/coverage/cobertura-coverage.xml +370 -353
  10. package/docs/coverage/device-event.ts.html +1 -1
  11. package/docs/coverage/device-events.ts.html +6 -6
  12. package/docs/coverage/device.ts.html +125 -47
  13. package/docs/coverage/fake-spawn.ts.html +22 -22
  14. package/docs/coverage/index.html +20 -20
  15. package/docs/coverage/index.ts.html +2 -2
  16. package/docs/coverage/instance.ts.html +1 -1
  17. package/docs/coverage/tools.ts.html +102 -102
  18. package/docs/coverage/types.ts.html +18 -6
  19. package/docs/reference/assets/search.js +1 -1
  20. package/docs/reference/classes/NodePyATVDevice.html +63 -59
  21. package/docs/reference/classes/NodePyATVDeviceEvent.html +5 -5
  22. package/docs/reference/classes/default.html +10 -10
  23. package/docs/reference/enums/NodePyATVDeviceState.html +1 -1
  24. package/docs/reference/enums/NodePyATVKeys.html +1 -1
  25. package/docs/reference/enums/NodePyATVListenerState.html +1 -1
  26. package/docs/reference/enums/NodePyATVMediaType.html +1 -1
  27. package/docs/reference/enums/NodePyATVPowerState.html +1 -1
  28. package/docs/reference/enums/NodePyATVProtocol.html +1 -1
  29. package/docs/reference/enums/NodePyATVRepeatState.html +1 -1
  30. package/docs/reference/enums/NodePyATVShuffleState.html +1 -1
  31. package/docs/reference/index.html +1 -1
  32. package/docs/reference/interfaces/NodePyATVDeviceOptions.html +1 -1
  33. package/docs/reference/interfaces/NodePyATVFindAndInstanceOptions.html +1 -1
  34. package/docs/reference/interfaces/NodePyATVFindOptions.html +1 -1
  35. package/docs/reference/interfaces/NodePyATVGetStateOptions.html +1 -1
  36. package/docs/reference/interfaces/NodePyATVInstanceOptions.html +1 -1
  37. package/docs/reference/interfaces/NodePyATVState.html +1 -1
  38. package/docs/reference/interfaces/NodePyATVVersionResponse.html +1 -1
  39. package/docs/reference/modules.html +1 -1
  40. package/docs/tests/index.html +1 -1
  41. package/docs/tests/mochawesome.json +674 -596
  42. package/package.json +8 -8
  43. package/src/lib/device.ts +54 -28
  44. package/src/lib/types.ts +6 -2
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="608" lines-covered="594" line-rate="0.977" branches-valid="262" branches-covered="233" branch-rate="0.8893000000000001" timestamp="1639470778525" complexity="0" version="0.1">
3
+ <coverage lines-valid="615" lines-covered="601" line-rate="0.9772" branches-valid="265" branches-covered="235" branch-rate="0.8868" timestamp="1643057881847" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/home/runner/work/node-pyatv/node-pyatv</source>
6
6
  </sources>
@@ -50,9 +50,9 @@
50
50
  </class>
51
51
  <class name="device-events.ts" filename="src/lib/device-events.ts" line-rate="0.9407" branch-rate="0.8148000000000001">
52
52
  <methods>
53
- <method name="(anonymous_7)" hits="85" signature="()V">
53
+ <method name="(anonymous_7)" hits="87" signature="()V">
54
54
  <lines>
55
- <line number="29" hits="85"/>
55
+ <line number="29" hits="87"/>
56
56
  </lines>
57
57
  </method>
58
58
  <method name="(anonymous_8)" hits="31" signature="()V">
@@ -207,11 +207,11 @@
207
207
  <line number="14" hits="1" branch="false"/>
208
208
  <line number="15" hits="1" branch="false"/>
209
209
  <line number="21" hits="1" branch="false"/>
210
- <line number="30" hits="85" branch="false"/>
211
- <line number="32" hits="85" branch="false"/>
212
- <line number="33" hits="85" branch="false"/>
213
- <line number="34" hits="85" branch="false"/>
214
- <line number="35" hits="85" branch="false"/>
210
+ <line number="30" hits="87" branch="false"/>
211
+ <line number="32" hits="87" branch="false"/>
212
+ <line number="33" hits="87" branch="false"/>
213
+ <line number="34" hits="87" branch="false"/>
214
+ <line number="35" hits="87" branch="false"/>
215
215
  <line number="39" hits="31" branch="false"/>
216
216
  <line number="42" hits="465" branch="false"/>
217
217
  <line number="45" hits="465" branch="false"/>
@@ -339,408 +339,418 @@
339
339
  <line number="290" hits="73" branch="false"/>
340
340
  </lines>
341
341
  </class>
342
- <class name="device.ts" filename="src/lib/device.ts" line-rate="0.9829000000000001" branch-rate="0.9487000000000001">
342
+ <class name="device.ts" filename="src/lib/device.ts" line-rate="0.9833" branch-rate="0.9286">
343
343
  <methods>
344
- <method name="(anonymous_7)" hits="85" signature="()V">
344
+ <method name="(anonymous_7)" hits="87" signature="()V">
345
345
  <lines>
346
- <line number="32" hits="85"/>
346
+ <line number="33" hits="87"/>
347
347
  </lines>
348
348
  </method>
349
349
  <method name="(anonymous_8)" hits="6" signature="()V">
350
350
  <lines>
351
- <line number="51" hits="6"/>
351
+ <line number="52" hits="6"/>
352
352
  </lines>
353
353
  </method>
354
354
  <method name="(anonymous_9)" hits="6" signature="()V">
355
355
  <lines>
356
- <line number="58" hits="6"/>
356
+ <line number="59" hits="6"/>
357
357
  </lines>
358
358
  </method>
359
359
  <method name="(anonymous_10)" hits="4" signature="()V">
360
360
  <lines>
361
- <line number="65" hits="4"/>
361
+ <line number="66" hits="4"/>
362
362
  </lines>
363
363
  </method>
364
364
  <method name="(anonymous_11)" hits="4" signature="()V">
365
365
  <lines>
366
- <line number="72" hits="4"/>
366
+ <line number="73" hits="4"/>
367
367
  </lines>
368
368
  </method>
369
369
  <method name="(anonymous_12)" hits="12" signature="()V">
370
370
  <lines>
371
- <line number="81" hits="12"/>
371
+ <line number="82" hits="12"/>
372
372
  </lines>
373
373
  </method>
374
374
  <method name="(anonymous_13)" hits="4" signature="()V">
375
375
  <lines>
376
- <line number="91" hits="4"/>
376
+ <line number="92" hits="4"/>
377
377
  </lines>
378
378
  </method>
379
379
  <method name="(anonymous_14)" hits="3" signature="()V">
380
380
  <lines>
381
- <line number="106" hits="3"/>
381
+ <line number="107" hits="3"/>
382
382
  </lines>
383
383
  </method>
384
384
  <method name="(anonymous_15)" hits="1" signature="()V">
385
385
  <lines>
386
- <line number="120" hits="1"/>
386
+ <line number="121" hits="1"/>
387
387
  </lines>
388
388
  </method>
389
389
  <method name="(anonymous_16)" hits="23" signature="()V">
390
390
  <lines>
391
- <line number="136" hits="23"/>
391
+ <line number="137" hits="23"/>
392
392
  </lines>
393
393
  </method>
394
394
  <method name="(anonymous_18)" hits="1" signature="()V">
395
395
  <lines>
396
- <line number="170" hits="1"/>
396
+ <line number="171" hits="1"/>
397
397
  </lines>
398
398
  </method>
399
399
  <method name="(anonymous_19)" hits="21" signature="()V">
400
400
  <lines>
401
- <line number="174" hits="21"/>
401
+ <line number="175" hits="21"/>
402
402
  </lines>
403
403
  </method>
404
404
  <method name="(anonymous_20)" hits="1" signature="()V">
405
405
  <lines>
406
- <line number="183" hits="1"/>
406
+ <line number="184" hits="1"/>
407
407
  </lines>
408
408
  </method>
409
409
  <method name="(anonymous_22)" hits="1" signature="()V">
410
410
  <lines>
411
- <line number="193" hits="1"/>
411
+ <line number="194" hits="1"/>
412
412
  </lines>
413
413
  </method>
414
414
  <method name="(anonymous_24)" hits="1" signature="()V">
415
415
  <lines>
416
- <line number="203" hits="1"/>
416
+ <line number="204" hits="1"/>
417
417
  </lines>
418
418
  </method>
419
419
  <method name="(anonymous_26)" hits="1" signature="()V">
420
420
  <lines>
421
- <line number="213" hits="1"/>
421
+ <line number="214" hits="1"/>
422
422
  </lines>
423
423
  </method>
424
424
  <method name="(anonymous_28)" hits="3" signature="()V">
425
425
  <lines>
426
- <line number="223" hits="3"/>
426
+ <line number="224" hits="3"/>
427
427
  </lines>
428
428
  </method>
429
429
  <method name="(anonymous_30)" hits="1" signature="()V">
430
430
  <lines>
431
- <line number="233" hits="1"/>
431
+ <line number="234" hits="1"/>
432
432
  </lines>
433
433
  </method>
434
434
  <method name="(anonymous_32)" hits="1" signature="()V">
435
435
  <lines>
436
- <line number="243" hits="1"/>
436
+ <line number="244" hits="1"/>
437
437
  </lines>
438
438
  </method>
439
439
  <method name="(anonymous_34)" hits="1" signature="()V">
440
440
  <lines>
441
- <line number="253" hits="1"/>
441
+ <line number="254" hits="1"/>
442
442
  </lines>
443
443
  </method>
444
444
  <method name="(anonymous_36)" hits="1" signature="()V">
445
445
  <lines>
446
- <line number="263" hits="1"/>
446
+ <line number="264" hits="1"/>
447
447
  </lines>
448
448
  </method>
449
449
  <method name="(anonymous_38)" hits="1" signature="()V">
450
450
  <lines>
451
- <line number="273" hits="1"/>
451
+ <line number="274" hits="1"/>
452
452
  </lines>
453
453
  </method>
454
454
  <method name="(anonymous_40)" hits="1" signature="()V">
455
455
  <lines>
456
- <line number="283" hits="1"/>
456
+ <line number="284" hits="1"/>
457
457
  </lines>
458
458
  </method>
459
459
  <method name="(anonymous_42)" hits="1" signature="()V">
460
460
  <lines>
461
- <line number="293" hits="1"/>
461
+ <line number="294" hits="1"/>
462
462
  </lines>
463
463
  </method>
464
464
  <method name="(anonymous_44)" hits="1" signature="()V">
465
465
  <lines>
466
- <line number="303" hits="1"/>
466
+ <line number="304" hits="1"/>
467
467
  </lines>
468
468
  </method>
469
469
  <method name="(anonymous_46)" hits="1" signature="()V">
470
470
  <lines>
471
- <line number="313" hits="1"/>
471
+ <line number="314" hits="1"/>
472
472
  </lines>
473
473
  </method>
474
- <method name="(anonymous_48)" hits="23" signature="()V">
474
+ <method name="(anonymous_48)" hits="25" signature="()V">
475
475
  <lines>
476
- <line number="318" hits="23"/>
476
+ <line number="319" hits="25"/>
477
477
  </lines>
478
478
  </method>
479
479
  <method name="(anonymous_50)" hits="3" signature="()V">
480
480
  <lines>
481
- <line number="346" hits="3"/>
481
+ <line number="350" hits="3"/>
482
482
  </lines>
483
483
  </method>
484
- <method name="(anonymous_52)" hits="25" signature="()V">
484
+ <method name="(anonymous_52)" hits="27" signature="()V">
485
485
  <lines>
486
- <line number="348" hits="25"/>
486
+ <line number="352" hits="27"/>
487
487
  </lines>
488
488
  </method>
489
489
  <method name="(anonymous_53)" hits="1" signature="()V">
490
490
  <lines>
491
- <line number="362" hits="1"/>
491
+ <line number="370" hits="1"/>
492
492
  </lines>
493
493
  </method>
494
494
  <method name="(anonymous_55)" hits="1" signature="()V">
495
495
  <lines>
496
- <line number="370" hits="1"/>
496
+ <line number="378" hits="1"/>
497
497
  </lines>
498
498
  </method>
499
499
  <method name="(anonymous_57)" hits="1" signature="()V">
500
500
  <lines>
501
- <line number="378" hits="1"/>
501
+ <line number="386" hits="1"/>
502
502
  </lines>
503
503
  </method>
504
504
  <method name="(anonymous_59)" hits="1" signature="()V">
505
505
  <lines>
506
- <line number="386" hits="1"/>
506
+ <line number="394" hits="1"/>
507
507
  </lines>
508
508
  </method>
509
509
  <method name="(anonymous_61)" hits="1" signature="()V">
510
510
  <lines>
511
- <line number="394" hits="1"/>
511
+ <line number="402" hits="1"/>
512
512
  </lines>
513
513
  </method>
514
514
  <method name="(anonymous_63)" hits="1" signature="()V">
515
515
  <lines>
516
- <line number="402" hits="1"/>
516
+ <line number="410" hits="1"/>
517
517
  </lines>
518
518
  </method>
519
519
  <method name="(anonymous_65)" hits="1" signature="()V">
520
520
  <lines>
521
- <line number="410" hits="1"/>
521
+ <line number="418" hits="1"/>
522
522
  </lines>
523
523
  </method>
524
524
  <method name="(anonymous_67)" hits="1" signature="()V">
525
525
  <lines>
526
- <line number="418" hits="1"/>
526
+ <line number="426" hits="1"/>
527
527
  </lines>
528
528
  </method>
529
529
  <method name="(anonymous_69)" hits="1" signature="()V">
530
530
  <lines>
531
- <line number="426" hits="1"/>
531
+ <line number="434" hits="1"/>
532
532
  </lines>
533
533
  </method>
534
534
  <method name="(anonymous_71)" hits="1" signature="()V">
535
535
  <lines>
536
- <line number="434" hits="1"/>
536
+ <line number="442" hits="1"/>
537
537
  </lines>
538
538
  </method>
539
539
  <method name="(anonymous_73)" hits="1" signature="()V">
540
540
  <lines>
541
- <line number="442" hits="1"/>
541
+ <line number="450" hits="1"/>
542
542
  </lines>
543
543
  </method>
544
544
  <method name="(anonymous_75)" hits="1" signature="()V">
545
545
  <lines>
546
- <line number="450" hits="1"/>
546
+ <line number="458" hits="1"/>
547
547
  </lines>
548
548
  </method>
549
549
  <method name="(anonymous_77)" hits="1" signature="()V">
550
550
  <lines>
551
- <line number="458" hits="1"/>
551
+ <line number="466" hits="1"/>
552
552
  </lines>
553
553
  </method>
554
554
  <method name="(anonymous_79)" hits="1" signature="()V">
555
555
  <lines>
556
- <line number="466" hits="1"/>
556
+ <line number="474" hits="1"/>
557
557
  </lines>
558
558
  </method>
559
559
  <method name="(anonymous_81)" hits="1" signature="()V">
560
560
  <lines>
561
- <line number="474" hits="1"/>
561
+ <line number="482" hits="1"/>
562
562
  </lines>
563
563
  </method>
564
564
  <method name="(anonymous_83)" hits="1" signature="()V">
565
565
  <lines>
566
- <line number="482" hits="1"/>
566
+ <line number="491" hits="1"/>
567
567
  </lines>
568
568
  </method>
569
569
  <method name="(anonymous_85)" hits="1" signature="()V">
570
570
  <lines>
571
- <line number="490" hits="1"/>
571
+ <line number="499" hits="1"/>
572
572
  </lines>
573
573
  </method>
574
574
  <method name="(anonymous_87)" hits="1" signature="()V">
575
575
  <lines>
576
- <line number="498" hits="1"/>
576
+ <line number="507" hits="1"/>
577
577
  </lines>
578
578
  </method>
579
579
  <method name="(anonymous_89)" hits="1" signature="()V">
580
580
  <lines>
581
- <line number="506" hits="1"/>
581
+ <line number="515" hits="1"/>
582
582
  </lines>
583
583
  </method>
584
584
  <method name="(anonymous_91)" hits="1" signature="()V">
585
585
  <lines>
586
- <line number="514" hits="1"/>
586
+ <line number="523" hits="1"/>
587
587
  </lines>
588
588
  </method>
589
589
  <method name="(anonymous_93)" hits="1" signature="()V">
590
590
  <lines>
591
- <line number="522" hits="1"/>
591
+ <line number="532" hits="1"/>
592
592
  </lines>
593
593
  </method>
594
- <method name="(anonymous_95)" hits="2" signature="()V">
594
+ <method name="(anonymous_95)" hits="1" signature="()V">
595
595
  <lines>
596
- <line number="533" hits="2"/>
596
+ <line number="540" hits="1"/>
597
597
  </lines>
598
598
  </method>
599
- <method name="(anonymous_96)" hits="1" signature="()V">
599
+ <method name="(anonymous_97)" hits="1" signature="()V">
600
600
  <lines>
601
- <line number="544" hits="1"/>
601
+ <line number="548" hits="1"/>
602
602
  </lines>
603
603
  </method>
604
- <method name="(anonymous_97)" hits="1" signature="()V">
604
+ <method name="(anonymous_99)" hits="2" signature="()V">
605
605
  <lines>
606
- <line number="552" hits="1"/>
606
+ <line number="559" hits="2"/>
607
607
  </lines>
608
608
  </method>
609
- <method name="(anonymous_98)" hits="1" signature="()V">
609
+ <method name="(anonymous_100)" hits="1" signature="()V">
610
610
  <lines>
611
- <line number="560" hits="1"/>
611
+ <line number="570" hits="1"/>
612
612
  </lines>
613
613
  </method>
614
- <method name="(anonymous_99)" hits="4" signature="()V">
614
+ <method name="(anonymous_101)" hits="1" signature="()V">
615
615
  <lines>
616
- <line number="569" hits="4"/>
616
+ <line number="578" hits="1"/>
617
617
  </lines>
618
618
  </method>
619
- <method name="(anonymous_100)" hits="3" signature="()V">
619
+ <method name="(anonymous_102)" hits="1" signature="()V">
620
620
  <lines>
621
- <line number="581" hits="3"/>
621
+ <line number="586" hits="1"/>
622
622
  </lines>
623
623
  </method>
624
- <method name="(anonymous_101)" hits="9" signature="()V">
624
+ <method name="(anonymous_103)" hits="4" signature="()V">
625
625
  <lines>
626
- <line number="592" hits="9"/>
626
+ <line number="595" hits="4"/>
627
627
  </lines>
628
628
  </method>
629
- <method name="(anonymous_102)" hits="9" signature="()V">
629
+ <method name="(anonymous_104)" hits="3" signature="()V">
630
630
  <lines>
631
- <line number="604" hits="9"/>
631
+ <line number="607" hits="3"/>
632
632
  </lines>
633
633
  </method>
634
- <method name="(anonymous_103)" hits="11" signature="()V">
634
+ <method name="(anonymous_105)" hits="9" signature="()V">
635
635
  <lines>
636
- <line number="617" hits="11"/>
636
+ <line number="618" hits="9"/>
637
637
  </lines>
638
638
  </method>
639
- <method name="(anonymous_104)" hits="1" signature="()V">
639
+ <method name="(anonymous_106)" hits="9" signature="()V">
640
640
  <lines>
641
- <line number="627" hits="1"/>
641
+ <line number="630" hits="9"/>
642
642
  </lines>
643
643
  </method>
644
- <method name="(anonymous_105)" hits="1" signature="()V">
644
+ <method name="(anonymous_107)" hits="11" signature="()V">
645
645
  <lines>
646
- <line number="637" hits="1"/>
646
+ <line number="643" hits="11"/>
647
647
  </lines>
648
648
  </method>
649
- <method name="(anonymous_106)" hits="3" signature="()V">
649
+ <method name="(anonymous_108)" hits="1" signature="()V">
650
650
  <lines>
651
- <line number="647" hits="3"/>
651
+ <line number="653" hits="1"/>
652
652
  </lines>
653
653
  </method>
654
- <method name="(anonymous_107)" hits="2" signature="()V">
654
+ <method name="(anonymous_109)" hits="1" signature="()V">
655
655
  <lines>
656
- <line number="659" hits="2"/>
656
+ <line number="663" hits="1"/>
657
657
  </lines>
658
658
  </method>
659
- <method name="(anonymous_108)" hits="1" signature="()V">
659
+ <method name="(anonymous_110)" hits="3" signature="()V">
660
660
  <lines>
661
- <line number="671" hits="1"/>
661
+ <line number="673" hits="3"/>
662
662
  </lines>
663
663
  </method>
664
- <method name="(anonymous_109)" hits="0" signature="()V">
664
+ <method name="(anonymous_111)" hits="2" signature="()V">
665
665
  <lines>
666
- <line number="680" hits="0"/>
666
+ <line number="685" hits="2"/>
667
+ </lines>
668
+ </method>
669
+ <method name="(anonymous_112)" hits="1" signature="()V">
670
+ <lines>
671
+ <line number="697" hits="1"/>
672
+ </lines>
673
+ </method>
674
+ <method name="(anonymous_113)" hits="0" signature="()V">
675
+ <lines>
676
+ <line number="706" hits="0"/>
667
677
  </lines>
668
678
  </method>
669
679
  </methods>
670
680
  <lines>
671
681
  <line number="3" hits="1" branch="false"/>
672
- <line number="16" hits="1" branch="false"/>
673
682
  <line number="17" hits="1" branch="false"/>
674
- <line number="27" hits="1" branch="false"/>
675
- <line number="33" hits="85" branch="false"/>
676
- <line number="34" hits="85" branch="false"/>
677
- <line number="35" hits="85" branch="false"/>
678
- <line number="52" hits="6" branch="false"/>
679
- <line number="59" hits="6" branch="false"/>
680
- <line number="66" hits="4" branch="false"/>
681
- <line number="73" hits="4" branch="false"/>
682
- <line number="82" hits="12" branch="false"/>
683
- <line number="92" hits="4" branch="true" condition-coverage="100% (2/2)"/>
684
- <line number="93" hits="1" branch="false"/>
685
- <line number="96" hits="3" branch="true" condition-coverage="100% (2/2)"/>
686
- <line number="107" hits="3" branch="false"/>
687
- <line number="121" hits="1" branch="false"/>
688
- <line number="137" hits="23" branch="true" condition-coverage="90% (9/10)"/>
689
- <line number="138" hits="2" branch="false"/>
690
- <line number="139" hits="2" branch="true" condition-coverage="75% (3/4)"/>
691
- <line number="140" hits="2" branch="false"/>
692
- <line number="146" hits="2" branch="false"/>
693
- <line number="149" hits="21" branch="false"/>
694
- <line number="151" hits="21" branch="false"/>
683
+ <line number="18" hits="1" branch="false"/>
684
+ <line number="28" hits="1" branch="false"/>
685
+ <line number="34" hits="87" branch="false"/>
686
+ <line number="35" hits="87" branch="false"/>
687
+ <line number="36" hits="87" branch="false"/>
688
+ <line number="53" hits="6" branch="false"/>
689
+ <line number="60" hits="6" branch="false"/>
690
+ <line number="67" hits="4" branch="false"/>
691
+ <line number="74" hits="4" branch="false"/>
692
+ <line number="83" hits="12" branch="false"/>
693
+ <line number="93" hits="4" branch="true" condition-coverage="100% (2/2)"/>
694
+ <line number="94" hits="1" branch="false"/>
695
+ <line number="97" hits="3" branch="true" condition-coverage="100% (2/2)"/>
696
+ <line number="108" hits="3" branch="false"/>
697
+ <line number="122" hits="1" branch="false"/>
698
+ <line number="138" hits="23" branch="true" condition-coverage="90% (9/10)"/>
699
+ <line number="139" hits="2" branch="false"/>
700
+ <line number="140" hits="2" branch="true" condition-coverage="75% (3/4)"/>
701
+ <line number="141" hits="2" branch="false"/>
702
+ <line number="147" hits="2" branch="false"/>
703
+ <line number="150" hits="21" branch="false"/>
695
704
  <line number="152" hits="21" branch="false"/>
696
- <line number="154" hits="21" branch="false"/>
705
+ <line number="153" hits="21" branch="false"/>
697
706
  <line number="155" hits="21" branch="false"/>
698
- <line number="157" hits="20" branch="false"/>
707
+ <line number="156" hits="21" branch="false"/>
699
708
  <line number="158" hits="20" branch="false"/>
700
- <line number="161" hits="21" branch="false"/>
701
- <line number="171" hits="1" branch="false"/>
702
- <line number="175" hits="21" branch="false"/>
703
- <line number="184" hits="1" branch="false"/>
709
+ <line number="159" hits="20" branch="false"/>
710
+ <line number="162" hits="21" branch="false"/>
711
+ <line number="172" hits="1" branch="false"/>
712
+ <line number="176" hits="21" branch="false"/>
704
713
  <line number="185" hits="1" branch="false"/>
705
- <line number="194" hits="1" branch="false"/>
714
+ <line number="186" hits="1" branch="false"/>
706
715
  <line number="195" hits="1" branch="false"/>
707
- <line number="204" hits="1" branch="false"/>
716
+ <line number="196" hits="1" branch="false"/>
708
717
  <line number="205" hits="1" branch="false"/>
709
- <line number="214" hits="1" branch="false"/>
718
+ <line number="206" hits="1" branch="false"/>
710
719
  <line number="215" hits="1" branch="false"/>
711
- <line number="224" hits="3" branch="false"/>
720
+ <line number="216" hits="1" branch="false"/>
712
721
  <line number="225" hits="3" branch="false"/>
713
- <line number="234" hits="1" branch="false"/>
722
+ <line number="226" hits="3" branch="false"/>
714
723
  <line number="235" hits="1" branch="false"/>
715
- <line number="244" hits="1" branch="false"/>
724
+ <line number="236" hits="1" branch="false"/>
716
725
  <line number="245" hits="1" branch="false"/>
717
- <line number="254" hits="1" branch="false"/>
726
+ <line number="246" hits="1" branch="false"/>
718
727
  <line number="255" hits="1" branch="false"/>
719
- <line number="264" hits="1" branch="false"/>
728
+ <line number="256" hits="1" branch="false"/>
720
729
  <line number="265" hits="1" branch="false"/>
721
- <line number="274" hits="1" branch="false"/>
730
+ <line number="266" hits="1" branch="false"/>
722
731
  <line number="275" hits="1" branch="false"/>
723
- <line number="284" hits="1" branch="false"/>
732
+ <line number="276" hits="1" branch="false"/>
724
733
  <line number="285" hits="1" branch="false"/>
725
- <line number="294" hits="1" branch="false"/>
734
+ <line number="286" hits="1" branch="false"/>
726
735
  <line number="295" hits="1" branch="false"/>
727
- <line number="304" hits="1" branch="false"/>
736
+ <line number="296" hits="1" branch="false"/>
728
737
  <line number="305" hits="1" branch="false"/>
729
- <line number="314" hits="1" branch="false"/>
738
+ <line number="306" hits="1" branch="false"/>
730
739
  <line number="315" hits="1" branch="false"/>
731
- <line number="319" hits="23" branch="false"/>
732
- <line number="320" hits="23" branch="false"/>
733
- <line number="322" hits="23" branch="false"/>
734
- <line number="323" hits="23" branch="true" condition-coverage="100% (4/4)"/>
735
- <line number="324" hits="1" branch="false"/>
736
- <line number="327" hits="22" branch="false"/>
737
- <line number="347" hits="3" branch="false"/>
738
- <line number="348" hits="25" branch="false"/>
739
- <line number="350" hits="3" branch="true" condition-coverage="100% (2/2)"/>
740
- <line number="351" hits="1" branch="false"/>
741
- <line number="354" hits="2" branch="false"/>
742
- <line number="355" hits="2" branch="false"/>
743
- <line number="363" hits="1" branch="false"/>
740
+ <line number="316" hits="1" branch="false"/>
741
+ <line number="320" hits="25" branch="false"/>
742
+ <line number="321" hits="25" branch="false"/>
743
+ <line number="323" hits="25" branch="false"/>
744
+ <line number="324" hits="25" branch="true" condition-coverage="100% (2/2)"/>
745
+ <line number="328" hits="1" branch="false"/>
746
+ <line number="331" hits="24" branch="false"/>
747
+ <line number="351" hits="3" branch="false"/>
748
+ <line number="352" hits="27" branch="false"/>
749
+ <line number="354" hits="3" branch="true" condition-coverage="100% (2/2)"/>
750
+ <line number="355" hits="1" branch="false"/>
751
+ <line number="358" hits="2" branch="false"/>
752
+ <line number="359" hits="2" branch="false"/>
753
+ <line number="363" hits="2" branch="false"/>
744
754
  <line number="371" hits="1" branch="false"/>
745
755
  <line number="379" hits="1" branch="false"/>
746
756
  <line number="387" hits="1" branch="false"/>
@@ -756,47 +766,50 @@
756
766
  <line number="467" hits="1" branch="false"/>
757
767
  <line number="475" hits="1" branch="false"/>
758
768
  <line number="483" hits="1" branch="false"/>
759
- <line number="491" hits="1" branch="false"/>
760
- <line number="499" hits="1" branch="false"/>
761
- <line number="507" hits="1" branch="false"/>
762
- <line number="515" hits="1" branch="false"/>
763
- <line number="523" hits="1" branch="false"/>
764
- <line number="534" hits="2" branch="false"/>
765
- <line number="535" hits="2" branch="false"/>
766
- <line number="545" hits="1" branch="false"/>
767
- <line number="553" hits="1" branch="false"/>
768
- <line number="561" hits="1" branch="false"/>
769
- <line number="570" hits="4" branch="false"/>
770
- <line number="582" hits="3" branch="false"/>
771
- <line number="593" hits="9" branch="false"/>
772
- <line number="594" hits="9" branch="false"/>
773
- <line number="605" hits="9" branch="false"/>
774
- <line number="606" hits="9" branch="false"/>
775
- <line number="618" hits="11" branch="false"/>
776
- <line number="619" hits="11" branch="false"/>
777
- <line number="628" hits="1" branch="false"/>
778
- <line number="629" hits="1" branch="false"/>
779
- <line number="638" hits="1" branch="false"/>
780
- <line number="639" hits="1" branch="false"/>
781
- <line number="648" hits="3" branch="false"/>
782
- <line number="660" hits="2" branch="false"/>
783
- <line number="661" hits="2" branch="false"/>
784
- <line number="672" hits="1" branch="false"/>
785
- <line number="673" hits="1" branch="false"/>
786
- <line number="681" hits="0" branch="false"/>
787
- <line number="682" hits="0" branch="false"/>
769
+ <line number="492" hits="1" branch="false"/>
770
+ <line number="500" hits="1" branch="false"/>
771
+ <line number="508" hits="1" branch="false"/>
772
+ <line number="516" hits="1" branch="false"/>
773
+ <line number="524" hits="1" branch="false"/>
774
+ <line number="533" hits="1" branch="false"/>
775
+ <line number="541" hits="1" branch="false"/>
776
+ <line number="549" hits="1" branch="false"/>
777
+ <line number="560" hits="2" branch="false"/>
778
+ <line number="561" hits="2" branch="false"/>
779
+ <line number="571" hits="1" branch="false"/>
780
+ <line number="579" hits="1" branch="false"/>
781
+ <line number="587" hits="1" branch="false"/>
782
+ <line number="596" hits="4" branch="false"/>
783
+ <line number="608" hits="3" branch="false"/>
784
+ <line number="619" hits="9" branch="false"/>
785
+ <line number="620" hits="9" branch="false"/>
786
+ <line number="631" hits="9" branch="false"/>
787
+ <line number="632" hits="9" branch="false"/>
788
+ <line number="644" hits="11" branch="false"/>
789
+ <line number="645" hits="11" branch="false"/>
790
+ <line number="654" hits="1" branch="false"/>
791
+ <line number="655" hits="1" branch="false"/>
792
+ <line number="664" hits="1" branch="false"/>
793
+ <line number="665" hits="1" branch="false"/>
794
+ <line number="674" hits="3" branch="false"/>
795
+ <line number="686" hits="2" branch="false"/>
796
+ <line number="687" hits="2" branch="false"/>
797
+ <line number="698" hits="1" branch="false"/>
798
+ <line number="699" hits="1" branch="false"/>
799
+ <line number="707" hits="0" branch="false"/>
800
+ <line number="708" hits="0" branch="false"/>
788
801
  </lines>
789
802
  </class>
790
803
  <class name="fake-spawn.ts" filename="src/lib/fake-spawn.ts" line-rate="0.9756" branch-rate="0.8">
791
804
  <methods>
792
- <method name="createFakeSpawn" hits="84" signature="()V">
805
+ <method name="createFakeSpawn" hits="86" signature="()V">
793
806
  <lines>
794
- <line number="7" hits="84"/>
807
+ <line number="7" hits="86"/>
795
808
  </lines>
796
809
  </method>
797
- <method name="(anonymous_1)" hits="86" signature="()V">
810
+ <method name="(anonymous_1)" hits="88" signature="()V">
798
811
  <lines>
799
- <line number="12" hits="86"/>
812
+ <line number="12" hits="88"/>
800
813
  </lines>
801
814
  </method>
802
815
  <method name="(anonymous_2)" hits="16" signature="()V">
@@ -804,9 +817,9 @@
804
817
  <line number="24" hits="16"/>
805
818
  </lines>
806
819
  </method>
807
- <method name="(anonymous_3)" hits="86" signature="()V">
820
+ <method name="(anonymous_3)" hits="88" signature="()V">
808
821
  <lines>
809
- <line number="40" hits="86"/>
822
+ <line number="40" hits="88"/>
810
823
  </lines>
811
824
  </method>
812
825
  <method name="(anonymous_4)" hits="0" signature="()V">
@@ -814,9 +827,9 @@
814
827
  <line number="45" hits="0"/>
815
828
  </lines>
816
829
  </method>
817
- <method name="(anonymous_5)" hits="86" signature="()V">
830
+ <method name="(anonymous_5)" hits="88" signature="()V">
818
831
  <lines>
819
- <line number="54" hits="86"/>
832
+ <line number="54" hits="88"/>
820
833
  </lines>
821
834
  </method>
822
835
  <method name="(anonymous_6)" hits="7" signature="()V">
@@ -824,9 +837,9 @@
824
837
  <line number="57" hits="7"/>
825
838
  </lines>
826
839
  </method>
827
- <method name="(anonymous_7)" hits="86" signature="()V">
840
+ <method name="(anonymous_7)" hits="88" signature="()V">
828
841
  <lines>
829
- <line number="73" hits="86"/>
842
+ <line number="73" hits="88"/>
830
843
  </lines>
831
844
  </method>
832
845
  <method name="(anonymous_8)" hits="5" signature="()V">
@@ -834,9 +847,9 @@
834
847
  <line number="78" hits="5"/>
835
848
  </lines>
836
849
  </method>
837
- <method name="(anonymous_9)" hits="67" signature="()V">
850
+ <method name="(anonymous_9)" hits="69" signature="()V">
838
851
  <lines>
839
- <line number="82" hits="67"/>
852
+ <line number="82" hits="69"/>
840
853
  </lines>
841
854
  </method>
842
855
  <method name="(anonymous_10)" hits="3" signature="()V">
@@ -859,39 +872,39 @@
859
872
  <line number="103" hits="19"/>
860
873
  </lines>
861
874
  </method>
862
- <method name="(anonymous_14)" hits="79" signature="()V">
875
+ <method name="(anonymous_14)" hits="81" signature="()V">
863
876
  <lines>
864
- <line number="108" hits="79"/>
877
+ <line number="108" hits="81"/>
865
878
  </lines>
866
879
  </method>
867
880
  </methods>
868
881
  <lines>
869
882
  <line number="2" hits="1" branch="false"/>
870
883
  <line number="7" hits="1" branch="false"/>
871
- <line number="12" hits="86" branch="false"/>
884
+ <line number="12" hits="88" branch="false"/>
872
885
  <line number="23" hits="1" branch="false"/>
873
886
  <line number="25" hits="16" branch="false"/>
874
887
  <line number="32" hits="1" branch="false"/>
875
- <line number="41" hits="86" branch="false"/>
876
- <line number="43" hits="86" branch="false"/>
877
- <line number="44" hits="86" branch="false"/>
878
- <line number="45" hits="86" branch="false"/>
888
+ <line number="41" hits="88" branch="false"/>
889
+ <line number="43" hits="88" branch="false"/>
890
+ <line number="44" hits="88" branch="false"/>
891
+ <line number="45" hits="88" branch="false"/>
879
892
  <line number="46" hits="0" branch="false"/>
880
- <line number="49" hits="86" branch="false"/>
881
- <line number="50" hits="86" branch="false"/>
882
- <line number="51" hits="86" branch="false"/>
883
- <line number="53" hits="86" branch="false"/>
884
- <line number="54" hits="86" branch="false"/>
893
+ <line number="49" hits="88" branch="false"/>
894
+ <line number="50" hits="88" branch="false"/>
895
+ <line number="51" hits="88" branch="false"/>
896
+ <line number="53" hits="88" branch="false"/>
897
+ <line number="54" hits="88" branch="false"/>
885
898
  <line number="58" hits="7" branch="false"/>
886
899
  <line number="59" hits="7" branch="true" condition-coverage="50% (1/2)"/>
887
900
  <line number="60" hits="7" branch="false"/>
888
901
  <line number="61" hits="7" branch="false"/>
889
902
  <line number="69" hits="1" branch="false"/>
890
- <line number="74" hits="86" branch="false"/>
891
- <line number="75" hits="86" branch="false"/>
903
+ <line number="74" hits="88" branch="false"/>
904
+ <line number="75" hits="88" branch="false"/>
892
905
  <line number="79" hits="5" branch="false"/>
893
- <line number="83" hits="67" branch="true" condition-coverage="100% (2/2)"/>
894
- <line number="84" hits="67" branch="false"/>
906
+ <line number="83" hits="69" branch="true" condition-coverage="100% (2/2)"/>
907
+ <line number="84" hits="69" branch="false"/>
895
908
  <line number="88" hits="3" branch="false"/>
896
909
  <line number="89" hits="3" branch="false"/>
897
910
  <line number="94" hits="16" branch="false"/>
@@ -900,13 +913,13 @@
900
913
  <line number="100" hits="6" branch="false"/>
901
914
  <line number="104" hits="19" branch="false"/>
902
915
  <line number="105" hits="19" branch="false"/>
903
- <line number="109" hits="79" branch="true" condition-coverage="100% (2/2)"/>
904
- <line number="110" hits="44" branch="false"/>
905
- <line number="113" hits="79" branch="true" condition-coverage="100% (2/2)"/>
906
- <line number="114" hits="79" branch="true" condition-coverage="50% (1/2)"/>
907
- <line number="115" hits="79" branch="false"/>
908
- <line number="116" hits="79" branch="false"/>
909
- <line number="119" hits="79" branch="false"/>
916
+ <line number="109" hits="81" branch="true" condition-coverage="100% (2/2)"/>
917
+ <line number="110" hits="46" branch="false"/>
918
+ <line number="113" hits="81" branch="true" condition-coverage="100% (2/2)"/>
919
+ <line number="114" hits="81" branch="true" condition-coverage="50% (1/2)"/>
920
+ <line number="115" hits="81" branch="false"/>
921
+ <line number="116" hits="81" branch="false"/>
922
+ <line number="119" hits="81" branch="false"/>
910
923
  </lines>
911
924
  </class>
912
925
  <class name="index.ts" filename="src/lib/index.ts" line-rate="1" branch-rate="1">
@@ -956,9 +969,9 @@
956
969
  <line number="22" hits="69"/>
957
970
  </lines>
958
971
  </method>
959
- <method name="(anonymous_10)" hits="85" signature="()V">
972
+ <method name="(anonymous_10)" hits="87" signature="()V">
960
973
  <lines>
961
- <line number="23" hits="85"/>
974
+ <line number="23" hits="87"/>
962
975
  </lines>
963
976
  </method>
964
977
  <method name="(anonymous_11)" hits="22" signature="()V">
@@ -983,7 +996,7 @@
983
996
  <line number="17" hits="4" branch="false"/>
984
997
  <line number="18" hits="2" branch="false"/>
985
998
  <line number="22" hits="70" branch="false"/>
986
- <line number="23" hits="86" branch="false"/>
999
+ <line number="23" hits="88" branch="false"/>
987
1000
  <line number="24" hits="23" branch="false"/>
988
1001
  <line number="26" hits="28" branch="false"/>
989
1002
  </lines>
@@ -1094,34 +1107,34 @@
1094
1107
  </class>
1095
1108
  <class name="tools.ts" filename="src/lib/tools.ts" line-rate="0.9940000000000001" branch-rate="0.9009">
1096
1109
  <methods>
1097
- <method name="addRequestId" hits="107" signature="()V">
1110
+ <method name="addRequestId" hits="109" signature="()V">
1098
1111
  <lines>
1099
- <line number="18" hits="107"/>
1112
+ <line number="18" hits="109"/>
1100
1113
  </lines>
1101
1114
  </method>
1102
- <method name="removeRequestId" hits="114" signature="()V">
1115
+ <method name="removeRequestId" hits="116" signature="()V">
1103
1116
  <lines>
1104
- <line number="32" hits="114"/>
1117
+ <line number="32" hits="116"/>
1105
1118
  </lines>
1106
1119
  </method>
1107
- <method name="debug" hits="2106" signature="()V">
1120
+ <method name="debug" hits="2142" signature="()V">
1108
1121
  <lines>
1109
- <line number="38" hits="2106"/>
1122
+ <line number="38" hits="2142"/>
1110
1123
  </lines>
1111
1124
  </method>
1112
- <method name="getExecutable" hits="94" signature="()V">
1125
+ <method name="getExecutable" hits="96" signature="()V">
1113
1126
  <lines>
1114
- <line number="59" hits="94"/>
1127
+ <line number="59" hits="96"/>
1115
1128
  </lines>
1116
1129
  </method>
1117
- <method name="execute" hits="90" signature="()V">
1130
+ <method name="execute" hits="92" signature="()V">
1118
1131
  <lines>
1119
- <line number="71" hits="90"/>
1132
+ <line number="71" hits="92"/>
1120
1133
  </lines>
1121
1134
  </method>
1122
- <method name="(anonymous_12)" hits="71" signature="()V">
1135
+ <method name="(anonymous_12)" hits="73" signature="()V">
1123
1136
  <lines>
1124
- <line number="86" hits="71"/>
1137
+ <line number="86" hits="73"/>
1125
1138
  </lines>
1126
1139
  </method>
1127
1140
  <method name="(anonymous_13)" hits="3" signature="()V">
@@ -1134,24 +1147,24 @@
1134
1147
  <line number="88" hits="6"/>
1135
1148
  </lines>
1136
1149
  </method>
1137
- <method name="(anonymous_15)" hits="90" signature="()V">
1150
+ <method name="(anonymous_15)" hits="92" signature="()V">
1138
1151
  <lines>
1139
- <line number="91" hits="90"/>
1152
+ <line number="91" hits="92"/>
1140
1153
  </lines>
1141
1154
  </method>
1142
- <method name="request" hits="71" signature="()V">
1155
+ <method name="request" hits="73" signature="()V">
1143
1156
  <lines>
1144
- <line number="118" hits="71"/>
1157
+ <line number="118" hits="73"/>
1145
1158
  </lines>
1146
1159
  </method>
1147
- <method name="(anonymous_18)" hits="71" signature="()V">
1160
+ <method name="(anonymous_18)" hits="73" signature="()V">
1148
1161
  <lines>
1149
- <line number="130" hits="71"/>
1162
+ <line number="130" hits="73"/>
1150
1163
  </lines>
1151
1164
  </method>
1152
- <method name="(anonymous_19)" hits="59" signature="()V">
1165
+ <method name="(anonymous_19)" hits="61" signature="()V">
1153
1166
  <lines>
1154
- <line number="134" hits="59"/>
1167
+ <line number="134" hits="61"/>
1155
1168
  </lines>
1156
1169
  </method>
1157
1170
  <method name="(anonymous_20)" hits="2" signature="()V">
@@ -1164,29 +1177,29 @@
1164
1177
  <line number="136" hits="5"/>
1165
1178
  </lines>
1166
1179
  </method>
1167
- <method name="(anonymous_22)" hits="71" signature="()V">
1180
+ <method name="(anonymous_22)" hits="73" signature="()V">
1168
1181
  <lines>
1169
- <line number="139" hits="71"/>
1182
+ <line number="139" hits="73"/>
1170
1183
  </lines>
1171
1184
  </method>
1172
- <method name="getParamters" hits="76" signature="()V">
1185
+ <method name="getParamters" hits="78" signature="()V">
1173
1186
  <lines>
1174
- <line number="184" hits="76"/>
1187
+ <line number="184" hits="78"/>
1175
1188
  </lines>
1176
1189
  </method>
1177
- <method name="parseStateStringAttr" hits="847" signature="()V">
1190
+ <method name="parseStateStringAttr" hits="861" signature="()V">
1178
1191
  <lines>
1179
- <line number="218" hits="847"/>
1192
+ <line number="218" hits="861"/>
1180
1193
  </lines>
1181
1194
  </method>
1182
- <method name="parseState" hits="125" signature="()V">
1195
+ <method name="parseState" hits="127" signature="()V">
1183
1196
  <lines>
1184
- <line number="233" hits="125"/>
1197
+ <line number="233" hits="127"/>
1185
1198
  </lines>
1186
1199
  </method>
1187
- <method name="(anonymous_26)" hits="1741" signature="()V">
1200
+ <method name="(anonymous_26)" hits="1771" signature="()V">
1188
1201
  <lines>
1189
- <line number="234" hits="1741"/>
1202
+ <line number="234" hits="1771"/>
1190
1203
  </lines>
1191
1204
  </method>
1192
1205
  <method name="(anonymous_27)" hits="24" signature="()V">
@@ -1220,169 +1233,169 @@
1220
1233
  <line number="13" hits="1" branch="false"/>
1221
1234
  <line number="16" hits="1" branch="false"/>
1222
1235
  <line number="18" hits="1" branch="false"/>
1223
- <line number="19" hits="107" branch="false"/>
1224
- <line number="21" hits="107" branch="false"/>
1225
- <line number="22" hits="113" branch="false"/>
1226
- <line number="23" hits="113" branch="true" condition-coverage="100% (2/2)"/>
1227
- <line number="24" hits="107" branch="false"/>
1228
- <line number="25" hits="107" branch="false"/>
1229
- <line number="29" hits="107" branch="false"/>
1236
+ <line number="19" hits="109" branch="false"/>
1237
+ <line number="21" hits="109" branch="false"/>
1238
+ <line number="22" hits="116" branch="false"/>
1239
+ <line number="23" hits="116" branch="true" condition-coverage="100% (2/2)"/>
1240
+ <line number="24" hits="109" branch="false"/>
1241
+ <line number="25" hits="109" branch="false"/>
1242
+ <line number="29" hits="109" branch="false"/>
1230
1243
  <line number="32" hits="1" branch="false"/>
1231
- <line number="33" hits="114" branch="true" condition-coverage="100% (4/4)"/>
1232
- <line number="34" hits="94" branch="false"/>
1244
+ <line number="33" hits="116" branch="true" condition-coverage="100% (4/4)"/>
1245
+ <line number="34" hits="96" branch="false"/>
1233
1246
  <line number="38" hits="1" branch="false"/>
1234
- <line number="39" hits="2106" branch="true" condition-coverage="100% (2/2)"/>
1247
+ <line number="39" hits="2142" branch="true" condition-coverage="100% (2/2)"/>
1235
1248
  <line number="40" hits="9" branch="true" condition-coverage="100% (2/2)"/>
1236
1249
  <line number="41" hits="9" branch="true" condition-coverage="100% (2/2)"/>
1237
1250
  <line number="43" hits="9" branch="false"/>
1238
1251
  <line number="55" hits="9" branch="false"/>
1239
1252
  <line number="59" hits="1" branch="false"/>
1240
- <line number="60" hits="94" branch="true" condition-coverage="100% (4/4)"/>
1253
+ <line number="60" hits="96" branch="true" condition-coverage="100% (4/4)"/>
1241
1254
  <line number="61" hits="4" branch="false"/>
1242
- <line number="63" hits="90" branch="true" condition-coverage="100% (4/4)"/>
1255
+ <line number="63" hits="92" branch="true" condition-coverage="100% (4/4)"/>
1243
1256
  <line number="64" hits="3" branch="false"/>
1244
- <line number="67" hits="87" branch="false"/>
1257
+ <line number="67" hits="89" branch="false"/>
1245
1258
  <line number="71" hits="1" branch="false"/>
1246
- <line number="77" hits="90" branch="false"/>
1247
- <line number="78" hits="90" branch="true" condition-coverage="100% (2/2)"/>
1248
- <line number="80" hits="90" branch="false"/>
1249
- <line number="81" hits="90" branch="false"/>
1250
- <line number="86" hits="90" branch="false"/>
1251
- <line number="87" hits="90" branch="false"/>
1252
- <line number="88" hits="90" branch="false"/>
1253
- <line number="91" hits="90" branch="false"/>
1254
- <line number="92" hits="90" branch="false"/>
1255
- <line number="94" hits="90" branch="true" condition-coverage="50% (1/2)"/>
1256
- <line number="95" hits="90" branch="false"/>
1257
- <line number="97" hits="90" branch="true" condition-coverage="50% (1/2)"/>
1258
- <line number="98" hits="90" branch="false"/>
1259
- <line number="101" hits="90" branch="false"/>
1260
- <line number="102" hits="90" branch="false"/>
1261
- <line number="105" hits="90" branch="true" condition-coverage="50% (1/2)"/>
1262
- <line number="106" hits="90" branch="false"/>
1263
- <line number="108" hits="90" branch="true" condition-coverage="50% (1/2)"/>
1264
- <line number="109" hits="90" branch="false"/>
1265
- <line number="112" hits="90" branch="false"/>
1266
- <line number="113" hits="90" branch="false"/>
1267
- <line number="115" hits="90" branch="false"/>
1259
+ <line number="77" hits="92" branch="false"/>
1260
+ <line number="78" hits="92" branch="true" condition-coverage="100% (2/2)"/>
1261
+ <line number="80" hits="92" branch="false"/>
1262
+ <line number="81" hits="92" branch="false"/>
1263
+ <line number="86" hits="92" branch="false"/>
1264
+ <line number="87" hits="92" branch="false"/>
1265
+ <line number="88" hits="92" branch="false"/>
1266
+ <line number="91" hits="92" branch="false"/>
1267
+ <line number="92" hits="92" branch="false"/>
1268
+ <line number="94" hits="92" branch="true" condition-coverage="50% (1/2)"/>
1269
+ <line number="95" hits="92" branch="false"/>
1270
+ <line number="97" hits="92" branch="true" condition-coverage="50% (1/2)"/>
1271
+ <line number="98" hits="92" branch="false"/>
1272
+ <line number="101" hits="92" branch="false"/>
1273
+ <line number="102" hits="92" branch="false"/>
1274
+ <line number="105" hits="92" branch="true" condition-coverage="50% (1/2)"/>
1275
+ <line number="106" hits="92" branch="false"/>
1276
+ <line number="108" hits="92" branch="true" condition-coverage="50% (1/2)"/>
1277
+ <line number="109" hits="92" branch="false"/>
1278
+ <line number="112" hits="92" branch="false"/>
1279
+ <line number="113" hits="92" branch="false"/>
1280
+ <line number="115" hits="92" branch="false"/>
1268
1281
  <line number="118" hits="1" branch="false"/>
1269
- <line number="124" hits="71" branch="false"/>
1270
- <line number="130" hits="71" branch="false"/>
1271
- <line number="131" hits="71" branch="false"/>
1272
- <line number="134" hits="71" branch="false"/>
1273
- <line number="135" hits="71" branch="false"/>
1274
- <line number="136" hits="71" branch="true" condition-coverage="50% (1/2)"/>
1275
- <line number="139" hits="71" branch="false"/>
1276
- <line number="140" hits="71" branch="false"/>
1277
- <line number="142" hits="71" branch="true" condition-coverage="50% (1/2)"/>
1278
- <line number="143" hits="71" branch="false"/>
1279
- <line number="145" hits="71" branch="true" condition-coverage="50% (1/2)"/>
1280
- <line number="146" hits="71" branch="false"/>
1281
- <line number="149" hits="71" branch="false"/>
1282
- <line number="150" hits="71" branch="false"/>
1283
- <line number="151" hits="71" branch="false"/>
1284
- <line number="154" hits="71" branch="true" condition-coverage="50% (1/2)"/>
1285
- <line number="155" hits="71" branch="false"/>
1286
- <line number="157" hits="71" branch="true" condition-coverage="50% (1/2)"/>
1287
- <line number="158" hits="71" branch="false"/>
1288
- <line number="161" hits="71" branch="false"/>
1289
- <line number="162" hits="71" branch="false"/>
1290
- <line number="165" hits="66" branch="true" condition-coverage="100% (2/2)"/>
1282
+ <line number="124" hits="73" branch="false"/>
1283
+ <line number="130" hits="73" branch="false"/>
1284
+ <line number="131" hits="73" branch="false"/>
1285
+ <line number="134" hits="73" branch="false"/>
1286
+ <line number="135" hits="73" branch="false"/>
1287
+ <line number="136" hits="73" branch="true" condition-coverage="50% (1/2)"/>
1288
+ <line number="139" hits="73" branch="false"/>
1289
+ <line number="140" hits="73" branch="false"/>
1290
+ <line number="142" hits="73" branch="true" condition-coverage="50% (1/2)"/>
1291
+ <line number="143" hits="73" branch="false"/>
1292
+ <line number="145" hits="73" branch="true" condition-coverage="50% (1/2)"/>
1293
+ <line number="146" hits="73" branch="false"/>
1294
+ <line number="149" hits="73" branch="false"/>
1295
+ <line number="150" hits="73" branch="false"/>
1296
+ <line number="151" hits="73" branch="false"/>
1297
+ <line number="154" hits="73" branch="true" condition-coverage="50% (1/2)"/>
1298
+ <line number="155" hits="73" branch="false"/>
1299
+ <line number="157" hits="73" branch="true" condition-coverage="50% (1/2)"/>
1300
+ <line number="158" hits="73" branch="false"/>
1301
+ <line number="161" hits="73" branch="false"/>
1302
+ <line number="162" hits="73" branch="false"/>
1303
+ <line number="165" hits="68" branch="true" condition-coverage="100% (2/2)"/>
1291
1304
  <line number="166" hits="2" branch="false"/>
1292
1305
  <line number="167" hits="2" branch="false"/>
1293
1306
  <line number="168" hits="2" branch="false"/>
1294
- <line number="170" hits="64" branch="true" condition-coverage="100% (2/2)"/>
1307
+ <line number="170" hits="66" branch="true" condition-coverage="100% (2/2)"/>
1295
1308
  <line number="171" hits="51" branch="false"/>
1296
1309
  <line number="172" hits="51" branch="false"/>
1297
1310
  <line number="175" hits="1" branch="false"/>
1298
1311
  <line number="176" hits="1" branch="false"/>
1299
1312
  <line number="177" hits="1" branch="false"/>
1300
- <line number="181" hits="13" branch="false"/>
1313
+ <line number="181" hits="15" branch="false"/>
1301
1314
  <line number="184" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1302
- <line number="185" hits="76" branch="false"/>
1303
- <line number="187" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1315
+ <line number="185" hits="78" branch="false"/>
1316
+ <line number="187" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1304
1317
  <line number="188" hits="1" branch="false"/>
1305
- <line number="190" hits="75" branch="true" condition-coverage="100% (2/2)"/>
1306
- <line number="191" hits="64" branch="false"/>
1307
- <line number="193" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1318
+ <line number="190" hits="77" branch="true" condition-coverage="100% (2/2)"/>
1319
+ <line number="191" hits="66" branch="false"/>
1320
+ <line number="193" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1308
1321
  <line number="194" hits="1" branch="false"/>
1309
- <line number="196" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1322
+ <line number="196" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1310
1323
  <line number="197" hits="1" branch="false"/>
1311
- <line number="199" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1324
+ <line number="199" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1312
1325
  <line number="200" hits="1" branch="false"/>
1313
- <line number="202" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1326
+ <line number="202" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1314
1327
  <line number="203" hits="1" branch="false"/>
1315
- <line number="205" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1328
+ <line number="205" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1316
1329
  <line number="206" hits="1" branch="false"/>
1317
- <line number="208" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1330
+ <line number="208" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1318
1331
  <line number="209" hits="1" branch="false"/>
1319
- <line number="211" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1332
+ <line number="211" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1320
1333
  <line number="212" hits="1" branch="false"/>
1321
- <line number="215" hits="76" branch="false"/>
1322
- <line number="225" hits="847" branch="true" condition-coverage="100% (2/2)"/>
1334
+ <line number="215" hits="78" branch="false"/>
1335
+ <line number="225" hits="861" branch="true" condition-coverage="100% (2/2)"/>
1323
1336
  <line number="226" hits="35" branch="false"/>
1324
1337
  <line number="227" hits="35" branch="false"/>
1325
- <line number="230" hits="812" branch="false"/>
1338
+ <line number="230" hits="826" branch="false"/>
1326
1339
  <line number="233" hits="1" branch="false"/>
1327
- <line number="234" hits="1741" branch="false"/>
1328
- <line number="235" hits="125" branch="false"/>
1329
- <line number="252" hits="125" branch="true" condition-coverage="100% (4/4)"/>
1340
+ <line number="234" hits="1771" branch="false"/>
1341
+ <line number="235" hits="127" branch="false"/>
1342
+ <line number="252" hits="127" branch="true" condition-coverage="100% (4/4)"/>
1330
1343
  <line number="253" hits="1" branch="false"/>
1331
- <line number="255" hits="124" branch="true" condition-coverage="100% (2/2)"/>
1344
+ <line number="255" hits="126" branch="true" condition-coverage="100% (2/2)"/>
1332
1345
  <line number="256" hits="3" branch="false"/>
1333
1346
  <line number="257" hits="3" branch="true" condition-coverage="50% (1/2)"/>
1334
1347
  <line number="258" hits="3" branch="false"/>
1335
1348
  <line number="261" hits="3" branch="false"/>
1336
- <line number="265" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1349
+ <line number="265" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1337
1350
  <line number="266" hits="9" branch="false"/>
1338
1351
  <line number="267" hits="9" branch="true" condition-coverage="100% (2/2)"/>
1339
1352
  <line number="268" hits="8" branch="false"/>
1340
1353
  <line number="271" hits="1" branch="false"/>
1341
- <line number="275" hits="112" branch="false"/>
1342
- <line number="279" hits="121" branch="false"/>
1343
- <line number="282" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1354
+ <line number="275" hits="114" branch="false"/>
1355
+ <line number="279" hits="123" branch="false"/>
1356
+ <line number="282" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1344
1357
  <line number="283" hits="24" branch="false"/>
1345
1358
  <line number="284" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1346
1359
  <line number="285" hits="5" branch="false"/>
1347
1360
  <line number="288" hits="1" branch="false"/>
1348
- <line number="291" hits="115" branch="false"/>
1349
- <line number="295" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1361
+ <line number="291" hits="117" branch="false"/>
1362
+ <line number="295" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1350
1363
  <line number="296" hits="36" branch="false"/>
1351
1364
  <line number="297" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1352
1365
  <line number="298" hits="5" branch="false"/>
1353
1366
  <line number="301" hits="1" branch="false"/>
1354
- <line number="304" hits="115" branch="false"/>
1355
- <line number="308" hits="121" branch="false"/>
1356
- <line number="311" hits="121" branch="false"/>
1357
- <line number="314" hits="121" branch="false"/>
1358
- <line number="317" hits="121" branch="false"/>
1359
- <line number="320" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1367
+ <line number="304" hits="117" branch="false"/>
1368
+ <line number="308" hits="123" branch="false"/>
1369
+ <line number="311" hits="123" branch="false"/>
1370
+ <line number="314" hits="123" branch="false"/>
1371
+ <line number="317" hits="123" branch="false"/>
1372
+ <line number="320" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1360
1373
  <line number="321" hits="5" branch="false"/>
1361
- <line number="324" hits="116" branch="false"/>
1362
- <line number="328" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1374
+ <line number="324" hits="118" branch="false"/>
1375
+ <line number="328" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1363
1376
  <line number="329" hits="5" branch="false"/>
1364
- <line number="332" hits="116" branch="false"/>
1365
- <line number="336" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1377
+ <line number="332" hits="118" branch="false"/>
1378
+ <line number="336" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1366
1379
  <line number="337" hits="18" branch="false"/>
1367
1380
  <line number="338" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1368
1381
  <line number="339" hits="5" branch="false"/>
1369
1382
  <line number="342" hits="1" branch="false"/>
1370
- <line number="345" hits="115" branch="false"/>
1371
- <line number="349" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1383
+ <line number="345" hits="117" branch="false"/>
1384
+ <line number="349" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1372
1385
  <line number="350" hits="18" branch="false"/>
1373
1386
  <line number="351" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1374
1387
  <line number="352" hits="5" branch="false"/>
1375
1388
  <line number="355" hits="1" branch="false"/>
1376
- <line number="358" hits="115" branch="false"/>
1377
- <line number="362" hits="121" branch="false"/>
1378
- <line number="363" hits="121" branch="false"/>
1379
- <line number="366" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1389
+ <line number="358" hits="117" branch="false"/>
1390
+ <line number="362" hits="123" branch="false"/>
1391
+ <line number="363" hits="123" branch="false"/>
1392
+ <line number="366" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1380
1393
  <line number="367" hits="2" branch="false"/>
1381
1394
  <line number="368" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1382
1395
  <line number="369" hits="1" branch="false"/>
1383
1396
  <line number="372" hits="0" branch="false"/>
1384
- <line number="375" hits="120" branch="false"/>
1385
- <line number="378" hits="121" branch="false"/>
1397
+ <line number="375" hits="122" branch="false"/>
1398
+ <line number="378" hits="123" branch="false"/>
1386
1399
  </lines>
1387
1400
  </class>
1388
1401
  <class name="types.ts" filename="src/lib/types.ts" line-rate="1" branch-rate="1">
@@ -1429,12 +1442,12 @@
1429
1442
  </method>
1430
1443
  <method name="(anonymous_8)" hits="1" signature="()V">
1431
1444
  <lines>
1432
- <line number="76" hits="1"/>
1445
+ <line number="78" hits="1"/>
1433
1446
  </lines>
1434
1447
  </method>
1435
1448
  <method name="(anonymous_9)" hits="1" signature="()V">
1436
1449
  <lines>
1437
- <line number="100" hits="1"/>
1450
+ <line number="104" hits="1"/>
1438
1451
  </lines>
1439
1452
  </method>
1440
1453
  </methods>
@@ -1492,9 +1505,9 @@
1492
1505
  <line number="68" hits="1" branch="false"/>
1493
1506
  <line number="69" hits="1" branch="false"/>
1494
1507
  <line number="70" hits="1" branch="false"/>
1495
- <line number="76" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1496
- <line number="77" hits="1" branch="false"/>
1497
- <line number="78" hits="1" branch="false"/>
1508
+ <line number="71" hits="1" branch="false"/>
1509
+ <line number="72" hits="1" branch="false"/>
1510
+ <line number="78" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1498
1511
  <line number="79" hits="1" branch="false"/>
1499
1512
  <line number="80" hits="1" branch="false"/>
1500
1513
  <line number="81" hits="1" branch="false"/>
@@ -1514,11 +1527,15 @@
1514
1527
  <line number="95" hits="1" branch="false"/>
1515
1528
  <line number="96" hits="1" branch="false"/>
1516
1529
  <line number="97" hits="1" branch="false"/>
1517
- <line number="100" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1530
+ <line number="98" hits="1" branch="false"/>
1531
+ <line number="99" hits="1" branch="false"/>
1532
+ <line number="100" hits="1" branch="false"/>
1518
1533
  <line number="101" hits="1" branch="false"/>
1519
- <line number="102" hits="1" branch="false"/>
1520
- <line number="103" hits="1" branch="false"/>
1521
- <line number="104" hits="1" branch="false"/>
1534
+ <line number="104" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1535
+ <line number="105" hits="1" branch="false"/>
1536
+ <line number="106" hits="1" branch="false"/>
1537
+ <line number="107" hits="1" branch="false"/>
1538
+ <line number="108" hits="1" branch="false"/>
1522
1539
  </lines>
1523
1540
  </class>
1524
1541
  </packages>