@sebbo2002/node-pyatv 5.0.0 → 5.1.1-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/lib/device.d.ts +46 -1
- package/dist/lib/device.js +55 -0
- package/dist/lib/device.js.map +1 -1
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/index.js +2 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/instance.js +13 -5
- package/dist/lib/instance.js.map +1 -1
- package/dist/lib/types.d.ts +24 -0
- package/docs/coverage/cobertura-coverage.xml +913 -791
- package/docs/coverage/device-event.ts.html +1 -1
- package/docs/coverage/device-events.ts.html +8 -8
- package/docs/coverage/device.ts.html +204 -18
- package/docs/coverage/fake-spawn.ts.html +41 -41
- package/docs/coverage/index.html +30 -30
- package/docs/coverage/index.ts.html +25 -16
- package/docs/coverage/instance.ts.html +51 -33
- package/docs/coverage/tools.ts.html +250 -250
- package/docs/coverage/types.ts.html +82 -4
- package/docs/reference/assets/highlight.css +18 -4
- package/docs/reference/assets/main.js +3 -3
- package/docs/reference/assets/search.js +1 -1
- package/docs/reference/assets/style.css +7 -82
- package/docs/reference/classes/NodePyATVDevice.html +351 -210
- package/docs/reference/classes/NodePyATVDeviceEvent.html +27 -20
- package/docs/reference/classes/{default.html → NodePyATVInstance.html} +66 -55
- package/docs/reference/enums/NodePyATVDeviceState.html +13 -11
- package/docs/reference/enums/NodePyATVExecutableType.html +67 -0
- package/docs/reference/enums/NodePyATVKeys.html +30 -28
- package/docs/reference/enums/NodePyATVListenerState.html +11 -9
- package/docs/reference/enums/NodePyATVMediaType.html +11 -9
- package/docs/reference/enums/NodePyATVPowerState.html +9 -7
- package/docs/reference/enums/NodePyATVProtocol.html +11 -9
- package/docs/reference/enums/NodePyATVRepeatState.html +10 -8
- package/docs/reference/enums/NodePyATVShuffleState.html +10 -8
- package/docs/reference/index.html +59 -6
- package/docs/reference/interfaces/NodePyATVDeviceOptions.html +86 -48
- package/docs/reference/interfaces/NodePyATVFindAndInstanceOptions.html +54 -49
- package/docs/reference/interfaces/NodePyATVFindOptions.html +36 -32
- package/docs/reference/interfaces/NodePyATVGetStateOptions.html +10 -8
- package/docs/reference/interfaces/NodePyATVInstanceOptions.html +25 -22
- package/docs/reference/interfaces/NodePyATVService.html +71 -0
- package/docs/reference/interfaces/NodePyATVState.html +22 -20
- package/docs/reference/interfaces/NodePyATVVersionResponse.html +9 -7
- package/docs/reference/modules.html +23 -8
- package/docs/reference/types/NodePyATVEventValueType.html +9 -6
- package/docs/tests/index.html +1 -1
- package/docs/tests/mochawesome.json +957 -629
- package/package.json +12 -12
- package/src/lib/device.ts +62 -0
- package/src/lib/index.ts +15 -12
- package/src/lib/instance.ts +8 -2
- package/src/lib/types.ts +26 -0
- package/test/device.ts +124 -1
- package/test/instance.ts +84 -5
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="2085" lines-covered="2057" line-rate="0.9865" branches-valid="323" branches-covered="310" branch-rate="0.9597" timestamp="1662989831124" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/home/runner/work/node-pyatv/node-pyatv</source>
|
|
6
6
|
</sources>
|
|
7
7
|
<packages>
|
|
8
|
-
<package name="main" line-rate="0.
|
|
8
|
+
<package name="main" line-rate="0.9865" branch-rate="0.9597">
|
|
9
9
|
<classes>
|
|
10
10
|
<class name="device-event.ts" filename="src/lib/device-event.ts" line-rate="1" branch-rate="1">
|
|
11
11
|
<methods>
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
</class>
|
|
103
103
|
<class name="device-events.ts" filename="src/lib/device-events.ts" line-rate="0.9451999999999999" branch-rate="0.9166">
|
|
104
104
|
<methods>
|
|
105
|
-
<method name="NodePyATVDeviceEvents" hits="
|
|
105
|
+
<method name="NodePyATVDeviceEvents" hits="99" signature="()V">
|
|
106
106
|
<lines>
|
|
107
|
-
<line number="29" hits="
|
|
107
|
+
<line number="29" hits="99"/>
|
|
108
108
|
</lines>
|
|
109
109
|
</method>
|
|
110
110
|
<method name="applyStateAndEmitEvents" hits="31" signature="()V">
|
|
@@ -228,13 +228,13 @@
|
|
|
228
228
|
<line number="27" hits="1" branch="false"/>
|
|
229
229
|
<line number="28" hits="1" branch="false"/>
|
|
230
230
|
<line number="29" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
231
|
-
<line number="30" hits="
|
|
232
|
-
<line number="31" hits="
|
|
233
|
-
<line number="32" hits="
|
|
234
|
-
<line number="33" hits="
|
|
235
|
-
<line number="34" hits="
|
|
236
|
-
<line number="35" hits="
|
|
237
|
-
<line number="36" hits="
|
|
231
|
+
<line number="30" hits="99" branch="false"/>
|
|
232
|
+
<line number="31" hits="99" branch="false"/>
|
|
233
|
+
<line number="32" hits="99" branch="false"/>
|
|
234
|
+
<line number="33" hits="99" branch="false"/>
|
|
235
|
+
<line number="34" hits="99" branch="false"/>
|
|
236
|
+
<line number="35" hits="99" branch="false"/>
|
|
237
|
+
<line number="36" hits="99" branch="false"/>
|
|
238
238
|
<line number="37" hits="1" branch="false"/>
|
|
239
239
|
<line number="38" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
240
240
|
<line number="39" hits="31" branch="true" condition-coverage="100% (1/1)"/>
|
|
@@ -493,336 +493,361 @@
|
|
|
493
493
|
<line number="292" hits="1" branch="false"/>
|
|
494
494
|
</lines>
|
|
495
495
|
</class>
|
|
496
|
-
<class name="device.ts" filename="src/lib/device.ts" line-rate="0.
|
|
496
|
+
<class name="device.ts" filename="src/lib/device.ts" line-rate="0.9961" branch-rate="0.9767">
|
|
497
497
|
<methods>
|
|
498
|
-
<method name="NodePyATVDevice" hits="
|
|
498
|
+
<method name="NodePyATVDevice" hits="99" signature="()V">
|
|
499
499
|
<lines>
|
|
500
|
-
<line number="
|
|
500
|
+
<line number="34" hits="99"/>
|
|
501
501
|
</lines>
|
|
502
502
|
</method>
|
|
503
|
-
<method name="get name" hits="
|
|
503
|
+
<method name="get name" hits="8" signature="()V">
|
|
504
504
|
<lines>
|
|
505
|
-
<line number="
|
|
505
|
+
<line number="53" hits="8"/>
|
|
506
506
|
</lines>
|
|
507
507
|
</method>
|
|
508
|
-
<method name="get host" hits="
|
|
508
|
+
<method name="get host" hits="8" signature="()V">
|
|
509
509
|
<lines>
|
|
510
|
-
<line number="
|
|
510
|
+
<line number="60" hits="8"/>
|
|
511
511
|
</lines>
|
|
512
512
|
</method>
|
|
513
|
-
<method name="get id" hits="
|
|
513
|
+
<method name="get id" hits="6" signature="()V">
|
|
514
514
|
<lines>
|
|
515
|
-
<line number="
|
|
515
|
+
<line number="67" hits="6"/>
|
|
516
516
|
</lines>
|
|
517
517
|
</method>
|
|
518
518
|
<method name="get protocol" hits="4" signature="()V">
|
|
519
519
|
<lines>
|
|
520
|
-
<line number="
|
|
520
|
+
<line number="74" hits="4"/>
|
|
521
|
+
</lines>
|
|
522
|
+
</method>
|
|
523
|
+
<method name="get model" hits="4" signature="()V">
|
|
524
|
+
<lines>
|
|
525
|
+
<line number="84" hits="4"/>
|
|
526
|
+
</lines>
|
|
527
|
+
</method>
|
|
528
|
+
<method name="get modelName" hits="4" signature="()V">
|
|
529
|
+
<lines>
|
|
530
|
+
<line number="94" hits="4"/>
|
|
531
|
+
</lines>
|
|
532
|
+
</method>
|
|
533
|
+
<method name="get os" hits="4" signature="()V">
|
|
534
|
+
<lines>
|
|
535
|
+
<line number="104" hits="4"/>
|
|
536
|
+
</lines>
|
|
537
|
+
</method>
|
|
538
|
+
<method name="get version" hits="4" signature="()V">
|
|
539
|
+
<lines>
|
|
540
|
+
<line number="114" hits="4"/>
|
|
541
|
+
</lines>
|
|
542
|
+
</method>
|
|
543
|
+
<method name="get services" hits="4" signature="()V">
|
|
544
|
+
<lines>
|
|
545
|
+
<line number="134" hits="4"/>
|
|
521
546
|
</lines>
|
|
522
547
|
</method>
|
|
523
548
|
<method name="get debug" hits="12" signature="()V">
|
|
524
549
|
<lines>
|
|
525
|
-
<line number="
|
|
550
|
+
<line number="144" hits="12"/>
|
|
526
551
|
</lines>
|
|
527
552
|
</method>
|
|
528
553
|
<method name="set debug" hits="4" signature="()V">
|
|
529
554
|
<lines>
|
|
530
|
-
<line number="
|
|
555
|
+
<line number="154" hits="4"/>
|
|
531
556
|
</lines>
|
|
532
557
|
</method>
|
|
533
558
|
<method name="toJSON" hits="3" signature="()V">
|
|
534
559
|
<lines>
|
|
535
|
-
<line number="
|
|
560
|
+
<line number="169" hits="3"/>
|
|
536
561
|
</lines>
|
|
537
562
|
</method>
|
|
538
563
|
<method name="toString" hits="1" signature="()V">
|
|
539
564
|
<lines>
|
|
540
|
-
<line number="
|
|
565
|
+
<line number="183" hits="1"/>
|
|
541
566
|
</lines>
|
|
542
567
|
</method>
|
|
543
568
|
<method name="getState" hits="23" signature="()V">
|
|
544
569
|
<lines>
|
|
545
|
-
<line number="
|
|
570
|
+
<line number="199" hits="23"/>
|
|
546
571
|
</lines>
|
|
547
572
|
</method>
|
|
548
573
|
<method name="clearState" hits="1" signature="()V">
|
|
549
574
|
<lines>
|
|
550
|
-
<line number="
|
|
575
|
+
<line number="233" hits="1"/>
|
|
551
576
|
</lines>
|
|
552
577
|
</method>
|
|
553
578
|
<method name="applyState" hits="21" signature="()V">
|
|
554
579
|
<lines>
|
|
555
|
-
<line number="
|
|
580
|
+
<line number="237" hits="21"/>
|
|
556
581
|
</lines>
|
|
557
582
|
</method>
|
|
558
583
|
<method name="getDateTime" hits="1" signature="()V">
|
|
559
584
|
<lines>
|
|
560
|
-
<line number="
|
|
585
|
+
<line number="246" hits="1"/>
|
|
561
586
|
</lines>
|
|
562
587
|
</method>
|
|
563
588
|
<method name="getHash" hits="1" signature="()V">
|
|
564
589
|
<lines>
|
|
565
|
-
<line number="
|
|
590
|
+
<line number="256" hits="1"/>
|
|
566
591
|
</lines>
|
|
567
592
|
</method>
|
|
568
593
|
<method name="getMediaType" hits="1" signature="()V">
|
|
569
594
|
<lines>
|
|
570
|
-
<line number="
|
|
595
|
+
<line number="266" hits="1"/>
|
|
571
596
|
</lines>
|
|
572
597
|
</method>
|
|
573
598
|
<method name="getDeviceState" hits="1" signature="()V">
|
|
574
599
|
<lines>
|
|
575
|
-
<line number="
|
|
600
|
+
<line number="276" hits="1"/>
|
|
576
601
|
</lines>
|
|
577
602
|
</method>
|
|
578
603
|
<method name="getTitle" hits="3" signature="()V">
|
|
579
604
|
<lines>
|
|
580
|
-
<line number="
|
|
605
|
+
<line number="286" hits="3"/>
|
|
581
606
|
</lines>
|
|
582
607
|
</method>
|
|
583
608
|
<method name="getArtist" hits="1" signature="()V">
|
|
584
609
|
<lines>
|
|
585
|
-
<line number="
|
|
610
|
+
<line number="296" hits="1"/>
|
|
586
611
|
</lines>
|
|
587
612
|
</method>
|
|
588
613
|
<method name="getAlbum" hits="1" signature="()V">
|
|
589
614
|
<lines>
|
|
590
|
-
<line number="
|
|
615
|
+
<line number="306" hits="1"/>
|
|
591
616
|
</lines>
|
|
592
617
|
</method>
|
|
593
618
|
<method name="getGenre" hits="1" signature="()V">
|
|
594
619
|
<lines>
|
|
595
|
-
<line number="
|
|
620
|
+
<line number="316" hits="1"/>
|
|
596
621
|
</lines>
|
|
597
622
|
</method>
|
|
598
623
|
<method name="getTotalTime" hits="1" signature="()V">
|
|
599
624
|
<lines>
|
|
600
|
-
<line number="
|
|
625
|
+
<line number="326" hits="1"/>
|
|
601
626
|
</lines>
|
|
602
627
|
</method>
|
|
603
628
|
<method name="getPosition" hits="1" signature="()V">
|
|
604
629
|
<lines>
|
|
605
|
-
<line number="
|
|
630
|
+
<line number="336" hits="1"/>
|
|
606
631
|
</lines>
|
|
607
632
|
</method>
|
|
608
633
|
<method name="getShuffle" hits="1" signature="()V">
|
|
609
634
|
<lines>
|
|
610
|
-
<line number="
|
|
635
|
+
<line number="346" hits="1"/>
|
|
611
636
|
</lines>
|
|
612
637
|
</method>
|
|
613
638
|
<method name="getRepeat" hits="1" signature="()V">
|
|
614
639
|
<lines>
|
|
615
|
-
<line number="
|
|
640
|
+
<line number="356" hits="1"/>
|
|
616
641
|
</lines>
|
|
617
642
|
</method>
|
|
618
643
|
<method name="getApp" hits="1" signature="()V">
|
|
619
644
|
<lines>
|
|
620
|
-
<line number="
|
|
645
|
+
<line number="366" hits="1"/>
|
|
621
646
|
</lines>
|
|
622
647
|
</method>
|
|
623
648
|
<method name="getAppId" hits="1" signature="()V">
|
|
624
649
|
<lines>
|
|
625
|
-
<line number="
|
|
650
|
+
<line number="376" hits="1"/>
|
|
626
651
|
</lines>
|
|
627
652
|
</method>
|
|
628
653
|
<method name="_pressKey" hits="25" signature="()V">
|
|
629
654
|
<lines>
|
|
630
|
-
<line number="
|
|
655
|
+
<line number="381" hits="25"/>
|
|
631
656
|
</lines>
|
|
632
657
|
</method>
|
|
633
658
|
<method name="pressKey" hits="3" signature="()V">
|
|
634
659
|
<lines>
|
|
635
|
-
<line number="
|
|
660
|
+
<line number="412" hits="3"/>
|
|
636
661
|
</lines>
|
|
637
662
|
</method>
|
|
638
663
|
<method name="down" hits="1" signature="()V">
|
|
639
664
|
<lines>
|
|
640
|
-
<line number="
|
|
665
|
+
<line number="432" hits="1"/>
|
|
641
666
|
</lines>
|
|
642
667
|
</method>
|
|
643
668
|
<method name="home" hits="1" signature="()V">
|
|
644
669
|
<lines>
|
|
645
|
-
<line number="
|
|
670
|
+
<line number="440" hits="1"/>
|
|
646
671
|
</lines>
|
|
647
672
|
</method>
|
|
648
673
|
<method name="homeHold" hits="1" signature="()V">
|
|
649
674
|
<lines>
|
|
650
|
-
<line number="
|
|
675
|
+
<line number="448" hits="1"/>
|
|
651
676
|
</lines>
|
|
652
677
|
</method>
|
|
653
678
|
<method name="left" hits="1" signature="()V">
|
|
654
679
|
<lines>
|
|
655
|
-
<line number="
|
|
680
|
+
<line number="456" hits="1"/>
|
|
656
681
|
</lines>
|
|
657
682
|
</method>
|
|
658
683
|
<method name="menu" hits="1" signature="()V">
|
|
659
684
|
<lines>
|
|
660
|
-
<line number="
|
|
685
|
+
<line number="464" hits="1"/>
|
|
661
686
|
</lines>
|
|
662
687
|
</method>
|
|
663
688
|
<method name="next" hits="1" signature="()V">
|
|
664
689
|
<lines>
|
|
665
|
-
<line number="
|
|
690
|
+
<line number="472" hits="1"/>
|
|
666
691
|
</lines>
|
|
667
692
|
</method>
|
|
668
693
|
<method name="pause" hits="1" signature="()V">
|
|
669
694
|
<lines>
|
|
670
|
-
<line number="
|
|
695
|
+
<line number="480" hits="1"/>
|
|
671
696
|
</lines>
|
|
672
697
|
</method>
|
|
673
698
|
<method name="play" hits="1" signature="()V">
|
|
674
699
|
<lines>
|
|
675
|
-
<line number="
|
|
700
|
+
<line number="488" hits="1"/>
|
|
676
701
|
</lines>
|
|
677
702
|
</method>
|
|
678
703
|
<method name="playPause" hits="1" signature="()V">
|
|
679
704
|
<lines>
|
|
680
|
-
<line number="
|
|
705
|
+
<line number="496" hits="1"/>
|
|
681
706
|
</lines>
|
|
682
707
|
</method>
|
|
683
708
|
<method name="previous" hits="1" signature="()V">
|
|
684
709
|
<lines>
|
|
685
|
-
<line number="
|
|
710
|
+
<line number="504" hits="1"/>
|
|
686
711
|
</lines>
|
|
687
712
|
</method>
|
|
688
713
|
<method name="right" hits="1" signature="()V">
|
|
689
714
|
<lines>
|
|
690
|
-
<line number="
|
|
715
|
+
<line number="512" hits="1"/>
|
|
691
716
|
</lines>
|
|
692
717
|
</method>
|
|
693
718
|
<method name="select" hits="1" signature="()V">
|
|
694
719
|
<lines>
|
|
695
|
-
<line number="
|
|
720
|
+
<line number="520" hits="1"/>
|
|
696
721
|
</lines>
|
|
697
722
|
</method>
|
|
698
723
|
<method name="skipBackward" hits="1" signature="()V">
|
|
699
724
|
<lines>
|
|
700
|
-
<line number="
|
|
725
|
+
<line number="528" hits="1"/>
|
|
701
726
|
</lines>
|
|
702
727
|
</method>
|
|
703
728
|
<method name="skipForward" hits="1" signature="()V">
|
|
704
729
|
<lines>
|
|
705
|
-
<line number="
|
|
730
|
+
<line number="536" hits="1"/>
|
|
706
731
|
</lines>
|
|
707
732
|
</method>
|
|
708
733
|
<method name="stop" hits="1" signature="()V">
|
|
709
734
|
<lines>
|
|
710
|
-
<line number="
|
|
735
|
+
<line number="544" hits="1"/>
|
|
711
736
|
</lines>
|
|
712
737
|
</method>
|
|
713
738
|
<method name="suspend" hits="1" signature="()V">
|
|
714
739
|
<lines>
|
|
715
|
-
<line number="
|
|
740
|
+
<line number="553" hits="1"/>
|
|
716
741
|
</lines>
|
|
717
742
|
</method>
|
|
718
743
|
<method name="topMenu" hits="1" signature="()V">
|
|
719
744
|
<lines>
|
|
720
|
-
<line number="
|
|
745
|
+
<line number="561" hits="1"/>
|
|
721
746
|
</lines>
|
|
722
747
|
</method>
|
|
723
748
|
<method name="up" hits="1" signature="()V">
|
|
724
749
|
<lines>
|
|
725
|
-
<line number="
|
|
750
|
+
<line number="569" hits="1"/>
|
|
726
751
|
</lines>
|
|
727
752
|
</method>
|
|
728
753
|
<method name="volumeDown" hits="1" signature="()V">
|
|
729
754
|
<lines>
|
|
730
|
-
<line number="
|
|
755
|
+
<line number="577" hits="1"/>
|
|
731
756
|
</lines>
|
|
732
757
|
</method>
|
|
733
758
|
<method name="volumeUp" hits="1" signature="()V">
|
|
734
759
|
<lines>
|
|
735
|
-
<line number="
|
|
760
|
+
<line number="585" hits="1"/>
|
|
736
761
|
</lines>
|
|
737
762
|
</method>
|
|
738
763
|
<method name="wakeup" hits="1" signature="()V">
|
|
739
764
|
<lines>
|
|
740
|
-
<line number="
|
|
765
|
+
<line number="594" hits="1"/>
|
|
741
766
|
</lines>
|
|
742
767
|
</method>
|
|
743
768
|
<method name="turnOff" hits="1" signature="()V">
|
|
744
769
|
<lines>
|
|
745
|
-
<line number="
|
|
770
|
+
<line number="602" hits="1"/>
|
|
746
771
|
</lines>
|
|
747
772
|
</method>
|
|
748
773
|
<method name="turnOn" hits="1" signature="()V">
|
|
749
774
|
<lines>
|
|
750
|
-
<line number="
|
|
775
|
+
<line number="610" hits="1"/>
|
|
751
776
|
</lines>
|
|
752
777
|
</method>
|
|
753
778
|
<method name="addListener" hits="2" signature="()V">
|
|
754
779
|
<lines>
|
|
755
|
-
<line number="
|
|
780
|
+
<line number="621" hits="2"/>
|
|
756
781
|
</lines>
|
|
757
782
|
</method>
|
|
758
783
|
<method name="emit" hits="1" signature="()V">
|
|
759
784
|
<lines>
|
|
760
|
-
<line number="
|
|
785
|
+
<line number="632" hits="1"/>
|
|
761
786
|
</lines>
|
|
762
787
|
</method>
|
|
763
788
|
<method name="eventNames" hits="1" signature="()V">
|
|
764
789
|
<lines>
|
|
765
|
-
<line number="
|
|
790
|
+
<line number="640" hits="1"/>
|
|
766
791
|
</lines>
|
|
767
792
|
</method>
|
|
768
793
|
<method name="getMaxListeners" hits="1" signature="()V">
|
|
769
794
|
<lines>
|
|
770
|
-
<line number="
|
|
795
|
+
<line number="648" hits="1"/>
|
|
771
796
|
</lines>
|
|
772
797
|
</method>
|
|
773
798
|
<method name="listenerCount" hits="4" signature="()V">
|
|
774
799
|
<lines>
|
|
775
|
-
<line number="
|
|
800
|
+
<line number="657" hits="4"/>
|
|
776
801
|
</lines>
|
|
777
802
|
</method>
|
|
778
803
|
<method name="listeners" hits="3" signature="()V">
|
|
779
804
|
<lines>
|
|
780
|
-
<line number="
|
|
805
|
+
<line number="669" hits="3"/>
|
|
781
806
|
</lines>
|
|
782
807
|
</method>
|
|
783
808
|
<method name="off" hits="9" signature="()V">
|
|
784
809
|
<lines>
|
|
785
|
-
<line number="
|
|
810
|
+
<line number="680" hits="9"/>
|
|
786
811
|
</lines>
|
|
787
812
|
</method>
|
|
788
813
|
<method name="on" hits="9" signature="()V">
|
|
789
814
|
<lines>
|
|
790
|
-
<line number="
|
|
815
|
+
<line number="692" hits="9"/>
|
|
791
816
|
</lines>
|
|
792
817
|
</method>
|
|
793
818
|
<method name="once" hits="11" signature="()V">
|
|
794
819
|
<lines>
|
|
795
|
-
<line number="
|
|
820
|
+
<line number="705" hits="11"/>
|
|
796
821
|
</lines>
|
|
797
822
|
</method>
|
|
798
823
|
<method name="prependListener" hits="1" signature="()V">
|
|
799
824
|
<lines>
|
|
800
|
-
<line number="
|
|
825
|
+
<line number="715" hits="1"/>
|
|
801
826
|
</lines>
|
|
802
827
|
</method>
|
|
803
828
|
<method name="prependOnceListener" hits="1" signature="()V">
|
|
804
829
|
<lines>
|
|
805
|
-
<line number="
|
|
830
|
+
<line number="725" hits="1"/>
|
|
806
831
|
</lines>
|
|
807
832
|
</method>
|
|
808
833
|
<method name="rawListeners" hits="3" signature="()V">
|
|
809
834
|
<lines>
|
|
810
|
-
<line number="
|
|
835
|
+
<line number="735" hits="3"/>
|
|
811
836
|
</lines>
|
|
812
837
|
</method>
|
|
813
838
|
<method name="removeAllListeners" hits="2" signature="()V">
|
|
814
839
|
<lines>
|
|
815
|
-
<line number="
|
|
840
|
+
<line number="747" hits="2"/>
|
|
816
841
|
</lines>
|
|
817
842
|
</method>
|
|
818
843
|
<method name="removeListener" hits="1" signature="()V">
|
|
819
844
|
<lines>
|
|
820
|
-
<line number="
|
|
845
|
+
<line number="759" hits="1"/>
|
|
821
846
|
</lines>
|
|
822
847
|
</method>
|
|
823
848
|
<method name="setMaxListeners" hits="0" signature="()V">
|
|
824
849
|
<lines>
|
|
825
|
-
<line number="
|
|
850
|
+
<line number="768" hits="0"/>
|
|
826
851
|
</lines>
|
|
827
852
|
</method>
|
|
828
853
|
</methods>
|
|
@@ -859,14 +884,14 @@
|
|
|
859
884
|
<line number="30" hits="1" branch="false"/>
|
|
860
885
|
<line number="31" hits="1" branch="false"/>
|
|
861
886
|
<line number="32" hits="1" branch="false"/>
|
|
862
|
-
<line number="33" hits="1" branch="
|
|
863
|
-
<line number="34" hits="
|
|
864
|
-
<line number="35" hits="
|
|
865
|
-
<line number="36" hits="
|
|
866
|
-
<line number="37" hits="
|
|
867
|
-
<line number="38" hits="
|
|
868
|
-
<line number="39" hits="
|
|
869
|
-
<line number="40" hits="
|
|
887
|
+
<line number="33" hits="1" branch="false"/>
|
|
888
|
+
<line number="34" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
889
|
+
<line number="35" hits="99" branch="false"/>
|
|
890
|
+
<line number="36" hits="99" branch="false"/>
|
|
891
|
+
<line number="37" hits="99" branch="false"/>
|
|
892
|
+
<line number="38" hits="99" branch="false"/>
|
|
893
|
+
<line number="39" hits="99" branch="false"/>
|
|
894
|
+
<line number="40" hits="99" branch="false"/>
|
|
870
895
|
<line number="41" hits="1" branch="false"/>
|
|
871
896
|
<line number="42" hits="1" branch="false"/>
|
|
872
897
|
<line number="43" hits="1" branch="false"/>
|
|
@@ -878,76 +903,76 @@
|
|
|
878
903
|
<line number="49" hits="1" branch="false"/>
|
|
879
904
|
<line number="50" hits="1" branch="false"/>
|
|
880
905
|
<line number="51" hits="1" branch="false"/>
|
|
881
|
-
<line number="52" hits="1" branch="
|
|
882
|
-
<line number="53" hits="
|
|
883
|
-
<line number="54" hits="
|
|
884
|
-
<line number="55" hits="
|
|
906
|
+
<line number="52" hits="1" branch="false"/>
|
|
907
|
+
<line number="53" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
908
|
+
<line number="54" hits="8" branch="false"/>
|
|
909
|
+
<line number="55" hits="8" branch="false"/>
|
|
885
910
|
<line number="56" hits="1" branch="false"/>
|
|
886
911
|
<line number="57" hits="1" branch="false"/>
|
|
887
912
|
<line number="58" hits="1" branch="false"/>
|
|
888
|
-
<line number="59" hits="1" branch="
|
|
889
|
-
<line number="60" hits="
|
|
890
|
-
<line number="61" hits="
|
|
891
|
-
<line number="62" hits="
|
|
913
|
+
<line number="59" hits="1" branch="false"/>
|
|
914
|
+
<line number="60" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
915
|
+
<line number="61" hits="8" branch="false"/>
|
|
916
|
+
<line number="62" hits="8" branch="false"/>
|
|
892
917
|
<line number="63" hits="1" branch="false"/>
|
|
893
918
|
<line number="64" hits="1" branch="false"/>
|
|
894
919
|
<line number="65" hits="1" branch="false"/>
|
|
895
|
-
<line number="66" hits="1" branch="
|
|
896
|
-
<line number="67" hits="
|
|
897
|
-
<line number="68" hits="
|
|
898
|
-
<line number="69" hits="
|
|
920
|
+
<line number="66" hits="1" branch="false"/>
|
|
921
|
+
<line number="67" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
922
|
+
<line number="68" hits="6" branch="false"/>
|
|
923
|
+
<line number="69" hits="6" branch="false"/>
|
|
899
924
|
<line number="70" hits="1" branch="false"/>
|
|
900
925
|
<line number="71" hits="1" branch="false"/>
|
|
901
926
|
<line number="72" hits="1" branch="false"/>
|
|
902
|
-
<line number="73" hits="1" branch="
|
|
903
|
-
<line number="74" hits="
|
|
927
|
+
<line number="73" hits="1" branch="false"/>
|
|
928
|
+
<line number="74" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
904
929
|
<line number="75" hits="4" branch="false"/>
|
|
905
|
-
<line number="76" hits="
|
|
930
|
+
<line number="76" hits="4" branch="false"/>
|
|
906
931
|
<line number="77" hits="1" branch="false"/>
|
|
907
932
|
<line number="78" hits="1" branch="false"/>
|
|
908
933
|
<line number="79" hits="1" branch="false"/>
|
|
909
934
|
<line number="80" hits="1" branch="false"/>
|
|
910
935
|
<line number="81" hits="1" branch="false"/>
|
|
911
|
-
<line number="82" hits="1" branch="
|
|
912
|
-
<line number="83" hits="
|
|
913
|
-
<line number="84" hits="
|
|
914
|
-
<line number="85" hits="
|
|
915
|
-
<line number="86" hits="
|
|
936
|
+
<line number="82" hits="1" branch="false"/>
|
|
937
|
+
<line number="83" hits="1" branch="false"/>
|
|
938
|
+
<line number="84" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
939
|
+
<line number="85" hits="4" branch="false"/>
|
|
940
|
+
<line number="86" hits="4" branch="false"/>
|
|
916
941
|
<line number="87" hits="1" branch="false"/>
|
|
917
942
|
<line number="88" hits="1" branch="false"/>
|
|
918
943
|
<line number="89" hits="1" branch="false"/>
|
|
919
944
|
<line number="90" hits="1" branch="false"/>
|
|
920
945
|
<line number="91" hits="1" branch="false"/>
|
|
921
|
-
<line number="92" hits="1" branch="
|
|
922
|
-
<line number="93" hits="
|
|
923
|
-
<line number="94" hits="1" branch="
|
|
924
|
-
<line number="95" hits="
|
|
925
|
-
<line number="96" hits="
|
|
926
|
-
<line number="97" hits="
|
|
927
|
-
<line number="98" hits="
|
|
928
|
-
<line number="99" hits="
|
|
946
|
+
<line number="92" hits="1" branch="false"/>
|
|
947
|
+
<line number="93" hits="1" branch="false"/>
|
|
948
|
+
<line number="94" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
949
|
+
<line number="95" hits="4" branch="false"/>
|
|
950
|
+
<line number="96" hits="4" branch="false"/>
|
|
951
|
+
<line number="97" hits="1" branch="false"/>
|
|
952
|
+
<line number="98" hits="1" branch="false"/>
|
|
953
|
+
<line number="99" hits="1" branch="false"/>
|
|
929
954
|
<line number="100" hits="1" branch="false"/>
|
|
930
955
|
<line number="101" hits="1" branch="false"/>
|
|
931
956
|
<line number="102" hits="1" branch="false"/>
|
|
932
957
|
<line number="103" hits="1" branch="false"/>
|
|
933
|
-
<line number="104" hits="1" branch="
|
|
934
|
-
<line number="105" hits="
|
|
935
|
-
<line number="106" hits="
|
|
936
|
-
<line number="107" hits="1" branch="
|
|
937
|
-
<line number="108" hits="
|
|
938
|
-
<line number="109" hits="
|
|
939
|
-
<line number="110" hits="
|
|
940
|
-
<line number="111" hits="
|
|
941
|
-
<line number="112" hits="
|
|
942
|
-
<line number="113" hits="
|
|
943
|
-
<line number="114" hits="
|
|
944
|
-
<line number="115" hits="
|
|
945
|
-
<line number="116" hits="
|
|
958
|
+
<line number="104" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
959
|
+
<line number="105" hits="4" branch="false"/>
|
|
960
|
+
<line number="106" hits="4" branch="false"/>
|
|
961
|
+
<line number="107" hits="1" branch="false"/>
|
|
962
|
+
<line number="108" hits="1" branch="false"/>
|
|
963
|
+
<line number="109" hits="1" branch="false"/>
|
|
964
|
+
<line number="110" hits="1" branch="false"/>
|
|
965
|
+
<line number="111" hits="1" branch="false"/>
|
|
966
|
+
<line number="112" hits="1" branch="false"/>
|
|
967
|
+
<line number="113" hits="1" branch="false"/>
|
|
968
|
+
<line number="114" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
969
|
+
<line number="115" hits="4" branch="false"/>
|
|
970
|
+
<line number="116" hits="4" branch="false"/>
|
|
946
971
|
<line number="117" hits="1" branch="false"/>
|
|
947
972
|
<line number="118" hits="1" branch="false"/>
|
|
948
973
|
<line number="119" hits="1" branch="false"/>
|
|
949
974
|
<line number="120" hits="1" branch="false"/>
|
|
950
|
-
<line number="121" hits="1" branch="
|
|
975
|
+
<line number="121" hits="1" branch="false"/>
|
|
951
976
|
<line number="122" hits="1" branch="false"/>
|
|
952
977
|
<line number="123" hits="1" branch="false"/>
|
|
953
978
|
<line number="124" hits="1" branch="false"/>
|
|
@@ -960,57 +985,57 @@
|
|
|
960
985
|
<line number="131" hits="1" branch="false"/>
|
|
961
986
|
<line number="132" hits="1" branch="false"/>
|
|
962
987
|
<line number="133" hits="1" branch="false"/>
|
|
963
|
-
<line number="134" hits="1" branch="
|
|
964
|
-
<line number="135" hits="
|
|
965
|
-
<line number="136" hits="
|
|
966
|
-
<line number="137" hits="1" branch="
|
|
967
|
-
<line number="138" hits="
|
|
968
|
-
<line number="139" hits="
|
|
969
|
-
<line number="140" hits="
|
|
970
|
-
<line number="141" hits="
|
|
971
|
-
<line number="142" hits="
|
|
972
|
-
<line number="143" hits="
|
|
973
|
-
<line number="144" hits="
|
|
974
|
-
<line number="145" hits="
|
|
975
|
-
<line number="146" hits="
|
|
976
|
-
<line number="147" hits="
|
|
977
|
-
<line number="148" hits="
|
|
978
|
-
<line number="149" hits="
|
|
979
|
-
<line number="150" hits="
|
|
980
|
-
<line number="151" hits="
|
|
981
|
-
<line number="152" hits="
|
|
982
|
-
<line number="153" hits="
|
|
983
|
-
<line number="154" hits="
|
|
984
|
-
<line number="155" hits="
|
|
985
|
-
<line number="156" hits="
|
|
986
|
-
<line number="157" hits="
|
|
987
|
-
<line number="158" hits="
|
|
988
|
-
<line number="159" hits="
|
|
989
|
-
<line number="160" hits="
|
|
990
|
-
<line number="161" hits="
|
|
991
|
-
<line number="162" hits="
|
|
992
|
-
<line number="163" hits="
|
|
993
|
-
<line number="164" hits="
|
|
988
|
+
<line number="134" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
989
|
+
<line number="135" hits="4" branch="false"/>
|
|
990
|
+
<line number="136" hits="4" branch="false"/>
|
|
991
|
+
<line number="137" hits="1" branch="false"/>
|
|
992
|
+
<line number="138" hits="1" branch="false"/>
|
|
993
|
+
<line number="139" hits="1" branch="false"/>
|
|
994
|
+
<line number="140" hits="1" branch="false"/>
|
|
995
|
+
<line number="141" hits="1" branch="false"/>
|
|
996
|
+
<line number="142" hits="1" branch="false"/>
|
|
997
|
+
<line number="143" hits="1" branch="false"/>
|
|
998
|
+
<line number="144" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
999
|
+
<line number="145" hits="12" branch="false"/>
|
|
1000
|
+
<line number="146" hits="12" branch="false"/>
|
|
1001
|
+
<line number="147" hits="1" branch="false"/>
|
|
1002
|
+
<line number="148" hits="1" branch="false"/>
|
|
1003
|
+
<line number="149" hits="1" branch="false"/>
|
|
1004
|
+
<line number="150" hits="1" branch="false"/>
|
|
1005
|
+
<line number="151" hits="1" branch="false"/>
|
|
1006
|
+
<line number="152" hits="1" branch="false"/>
|
|
1007
|
+
<line number="153" hits="1" branch="false"/>
|
|
1008
|
+
<line number="154" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1009
|
+
<line number="155" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
1010
|
+
<line number="156" hits="1" branch="false"/>
|
|
1011
|
+
<line number="157" hits="1" branch="false"/>
|
|
1012
|
+
<line number="158" hits="3" branch="true" condition-coverage="100% (1/1)"/>
|
|
1013
|
+
<line number="159" hits="3" branch="true" condition-coverage="100% (1/1)"/>
|
|
1014
|
+
<line number="160" hits="3" branch="false"/>
|
|
1015
|
+
<line number="161" hits="4" branch="false"/>
|
|
1016
|
+
<line number="162" hits="1" branch="false"/>
|
|
1017
|
+
<line number="163" hits="1" branch="false"/>
|
|
1018
|
+
<line number="164" hits="1" branch="false"/>
|
|
994
1019
|
<line number="165" hits="1" branch="false"/>
|
|
995
1020
|
<line number="166" hits="1" branch="false"/>
|
|
996
1021
|
<line number="167" hits="1" branch="false"/>
|
|
997
1022
|
<line number="168" hits="1" branch="false"/>
|
|
998
|
-
<line number="169" hits="1" branch="
|
|
999
|
-
<line number="170" hits="
|
|
1000
|
-
<line number="171" hits="
|
|
1001
|
-
<line number="172" hits="
|
|
1002
|
-
<line number="173" hits="
|
|
1003
|
-
<line number="174" hits="
|
|
1004
|
-
<line number="175" hits="
|
|
1005
|
-
<line number="176" hits="
|
|
1006
|
-
<line number="177" hits="
|
|
1023
|
+
<line number="169" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1024
|
+
<line number="170" hits="3" branch="false"/>
|
|
1025
|
+
<line number="171" hits="3" branch="false"/>
|
|
1026
|
+
<line number="172" hits="3" branch="false"/>
|
|
1027
|
+
<line number="173" hits="3" branch="false"/>
|
|
1028
|
+
<line number="174" hits="3" branch="false"/>
|
|
1029
|
+
<line number="175" hits="3" branch="false"/>
|
|
1030
|
+
<line number="176" hits="3" branch="false"/>
|
|
1031
|
+
<line number="177" hits="1" branch="false"/>
|
|
1007
1032
|
<line number="178" hits="1" branch="false"/>
|
|
1008
1033
|
<line number="179" hits="1" branch="false"/>
|
|
1009
1034
|
<line number="180" hits="1" branch="false"/>
|
|
1010
1035
|
<line number="181" hits="1" branch="false"/>
|
|
1011
1036
|
<line number="182" hits="1" branch="false"/>
|
|
1012
|
-
<line number="183" hits="1" branch="
|
|
1013
|
-
<line number="184" hits="1" branch="
|
|
1037
|
+
<line number="183" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1038
|
+
<line number="184" hits="1" branch="false"/>
|
|
1014
1039
|
<line number="185" hits="1" branch="false"/>
|
|
1015
1040
|
<line number="186" hits="1" branch="false"/>
|
|
1016
1041
|
<line number="187" hits="1" branch="false"/>
|
|
@@ -1020,59 +1045,59 @@
|
|
|
1020
1045
|
<line number="191" hits="1" branch="false"/>
|
|
1021
1046
|
<line number="192" hits="1" branch="false"/>
|
|
1022
1047
|
<line number="193" hits="1" branch="false"/>
|
|
1023
|
-
<line number="194" hits="1" branch="
|
|
1048
|
+
<line number="194" hits="1" branch="false"/>
|
|
1024
1049
|
<line number="195" hits="1" branch="false"/>
|
|
1025
1050
|
<line number="196" hits="1" branch="false"/>
|
|
1026
1051
|
<line number="197" hits="1" branch="false"/>
|
|
1027
1052
|
<line number="198" hits="1" branch="false"/>
|
|
1028
|
-
<line number="199" hits="1" branch="
|
|
1029
|
-
<line number="200" hits="
|
|
1030
|
-
<line number="201" hits="
|
|
1031
|
-
<line number="202" hits="
|
|
1032
|
-
<line number="203" hits="
|
|
1033
|
-
<line number="204" hits="
|
|
1034
|
-
<line number="205" hits="
|
|
1035
|
-
<line number="206" hits="
|
|
1036
|
-
<line number="207" hits="
|
|
1037
|
-
<line number="208" hits="
|
|
1038
|
-
<line number="209" hits="
|
|
1039
|
-
<line number="210" hits="
|
|
1040
|
-
<line number="211" hits="
|
|
1041
|
-
<line number="212" hits="
|
|
1042
|
-
<line number="213" hits="
|
|
1043
|
-
<line number="214" hits="
|
|
1044
|
-
<line number="215" hits="
|
|
1045
|
-
<line number="216" hits="
|
|
1046
|
-
<line number="217" hits="
|
|
1047
|
-
<line number="218" hits="
|
|
1048
|
-
<line number="219" hits="
|
|
1049
|
-
<line number="220" hits="
|
|
1050
|
-
<line number="221" hits="
|
|
1051
|
-
<line number="222" hits="
|
|
1052
|
-
<line number="223" hits="
|
|
1053
|
-
<line number="224" hits="
|
|
1054
|
-
<line number="225" hits="
|
|
1055
|
-
<line number="226" hits="
|
|
1056
|
-
<line number="227" hits="
|
|
1053
|
+
<line number="199" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1054
|
+
<line number="200" hits="23" branch="true" condition-coverage="66.66666666666666% (2/3)"/>
|
|
1055
|
+
<line number="201" hits="2" branch="false"/>
|
|
1056
|
+
<line number="202" hits="2" branch="false"/>
|
|
1057
|
+
<line number="203" hits="2" branch="false"/>
|
|
1058
|
+
<line number="204" hits="2" branch="false"/>
|
|
1059
|
+
<line number="205" hits="2" branch="false"/>
|
|
1060
|
+
<line number="206" hits="2" branch="false"/>
|
|
1061
|
+
<line number="207" hits="2" branch="false"/>
|
|
1062
|
+
<line number="208" hits="2" branch="false"/>
|
|
1063
|
+
<line number="209" hits="2" branch="false"/>
|
|
1064
|
+
<line number="210" hits="2" branch="false"/>
|
|
1065
|
+
<line number="211" hits="21" branch="true" condition-coverage="100% (1/1)"/>
|
|
1066
|
+
<line number="212" hits="21" branch="false"/>
|
|
1067
|
+
<line number="213" hits="21" branch="false"/>
|
|
1068
|
+
<line number="214" hits="21" branch="false"/>
|
|
1069
|
+
<line number="215" hits="21" branch="false"/>
|
|
1070
|
+
<line number="216" hits="21" branch="false"/>
|
|
1071
|
+
<line number="217" hits="21" branch="false"/>
|
|
1072
|
+
<line number="218" hits="21" branch="false"/>
|
|
1073
|
+
<line number="219" hits="21" branch="false"/>
|
|
1074
|
+
<line number="220" hits="21" branch="false"/>
|
|
1075
|
+
<line number="221" hits="21" branch="false"/>
|
|
1076
|
+
<line number="222" hits="21" branch="false"/>
|
|
1077
|
+
<line number="223" hits="21" branch="false"/>
|
|
1078
|
+
<line number="224" hits="21" branch="false"/>
|
|
1079
|
+
<line number="225" hits="21" branch="false"/>
|
|
1080
|
+
<line number="226" hits="23" branch="false"/>
|
|
1081
|
+
<line number="227" hits="1" branch="false"/>
|
|
1057
1082
|
<line number="228" hits="1" branch="false"/>
|
|
1058
1083
|
<line number="229" hits="1" branch="false"/>
|
|
1059
1084
|
<line number="230" hits="1" branch="false"/>
|
|
1060
1085
|
<line number="231" hits="1" branch="false"/>
|
|
1061
1086
|
<line number="232" hits="1" branch="false"/>
|
|
1062
|
-
<line number="233" hits="1" branch="
|
|
1063
|
-
<line number="234" hits="1" branch="
|
|
1087
|
+
<line number="233" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1088
|
+
<line number="234" hits="1" branch="false"/>
|
|
1064
1089
|
<line number="235" hits="1" branch="false"/>
|
|
1065
1090
|
<line number="236" hits="1" branch="false"/>
|
|
1066
|
-
<line number="237" hits="1" branch="
|
|
1067
|
-
<line number="238" hits="
|
|
1068
|
-
<line number="239" hits="
|
|
1091
|
+
<line number="237" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1092
|
+
<line number="238" hits="21" branch="false"/>
|
|
1093
|
+
<line number="239" hits="21" branch="false"/>
|
|
1069
1094
|
<line number="240" hits="1" branch="false"/>
|
|
1070
1095
|
<line number="241" hits="1" branch="false"/>
|
|
1071
1096
|
<line number="242" hits="1" branch="false"/>
|
|
1072
1097
|
<line number="243" hits="1" branch="false"/>
|
|
1073
|
-
<line number="244" hits="1" branch="
|
|
1098
|
+
<line number="244" hits="1" branch="false"/>
|
|
1074
1099
|
<line number="245" hits="1" branch="false"/>
|
|
1075
|
-
<line number="246" hits="1" branch="
|
|
1100
|
+
<line number="246" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1076
1101
|
<line number="247" hits="1" branch="false"/>
|
|
1077
1102
|
<line number="248" hits="1" branch="false"/>
|
|
1078
1103
|
<line number="249" hits="1" branch="false"/>
|
|
@@ -1080,9 +1105,9 @@
|
|
|
1080
1105
|
<line number="251" hits="1" branch="false"/>
|
|
1081
1106
|
<line number="252" hits="1" branch="false"/>
|
|
1082
1107
|
<line number="253" hits="1" branch="false"/>
|
|
1083
|
-
<line number="254" hits="1" branch="
|
|
1108
|
+
<line number="254" hits="1" branch="false"/>
|
|
1084
1109
|
<line number="255" hits="1" branch="false"/>
|
|
1085
|
-
<line number="256" hits="1" branch="
|
|
1110
|
+
<line number="256" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1086
1111
|
<line number="257" hits="1" branch="false"/>
|
|
1087
1112
|
<line number="258" hits="1" branch="false"/>
|
|
1088
1113
|
<line number="259" hits="1" branch="false"/>
|
|
@@ -1090,9 +1115,9 @@
|
|
|
1090
1115
|
<line number="261" hits="1" branch="false"/>
|
|
1091
1116
|
<line number="262" hits="1" branch="false"/>
|
|
1092
1117
|
<line number="263" hits="1" branch="false"/>
|
|
1093
|
-
<line number="264" hits="1" branch="
|
|
1118
|
+
<line number="264" hits="1" branch="false"/>
|
|
1094
1119
|
<line number="265" hits="1" branch="false"/>
|
|
1095
|
-
<line number="266" hits="1" branch="
|
|
1120
|
+
<line number="266" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1096
1121
|
<line number="267" hits="1" branch="false"/>
|
|
1097
1122
|
<line number="268" hits="1" branch="false"/>
|
|
1098
1123
|
<line number="269" hits="1" branch="false"/>
|
|
@@ -1100,9 +1125,9 @@
|
|
|
1100
1125
|
<line number="271" hits="1" branch="false"/>
|
|
1101
1126
|
<line number="272" hits="1" branch="false"/>
|
|
1102
1127
|
<line number="273" hits="1" branch="false"/>
|
|
1103
|
-
<line number="274" hits="1" branch="
|
|
1128
|
+
<line number="274" hits="1" branch="false"/>
|
|
1104
1129
|
<line number="275" hits="1" branch="false"/>
|
|
1105
|
-
<line number="276" hits="1" branch="
|
|
1130
|
+
<line number="276" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1106
1131
|
<line number="277" hits="1" branch="false"/>
|
|
1107
1132
|
<line number="278" hits="1" branch="false"/>
|
|
1108
1133
|
<line number="279" hits="1" branch="false"/>
|
|
@@ -1110,19 +1135,19 @@
|
|
|
1110
1135
|
<line number="281" hits="1" branch="false"/>
|
|
1111
1136
|
<line number="282" hits="1" branch="false"/>
|
|
1112
1137
|
<line number="283" hits="1" branch="false"/>
|
|
1113
|
-
<line number="284" hits="1" branch="
|
|
1138
|
+
<line number="284" hits="1" branch="false"/>
|
|
1114
1139
|
<line number="285" hits="1" branch="false"/>
|
|
1115
|
-
<line number="286" hits="1" branch="
|
|
1116
|
-
<line number="287" hits="
|
|
1117
|
-
<line number="288" hits="
|
|
1118
|
-
<line number="289" hits="
|
|
1140
|
+
<line number="286" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1141
|
+
<line number="287" hits="3" branch="false"/>
|
|
1142
|
+
<line number="288" hits="3" branch="false"/>
|
|
1143
|
+
<line number="289" hits="3" branch="false"/>
|
|
1119
1144
|
<line number="290" hits="1" branch="false"/>
|
|
1120
1145
|
<line number="291" hits="1" branch="false"/>
|
|
1121
1146
|
<line number="292" hits="1" branch="false"/>
|
|
1122
1147
|
<line number="293" hits="1" branch="false"/>
|
|
1123
|
-
<line number="294" hits="1" branch="
|
|
1148
|
+
<line number="294" hits="1" branch="false"/>
|
|
1124
1149
|
<line number="295" hits="1" branch="false"/>
|
|
1125
|
-
<line number="296" hits="1" branch="
|
|
1150
|
+
<line number="296" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1126
1151
|
<line number="297" hits="1" branch="false"/>
|
|
1127
1152
|
<line number="298" hits="1" branch="false"/>
|
|
1128
1153
|
<line number="299" hits="1" branch="false"/>
|
|
@@ -1130,9 +1155,9 @@
|
|
|
1130
1155
|
<line number="301" hits="1" branch="false"/>
|
|
1131
1156
|
<line number="302" hits="1" branch="false"/>
|
|
1132
1157
|
<line number="303" hits="1" branch="false"/>
|
|
1133
|
-
<line number="304" hits="1" branch="
|
|
1158
|
+
<line number="304" hits="1" branch="false"/>
|
|
1134
1159
|
<line number="305" hits="1" branch="false"/>
|
|
1135
|
-
<line number="306" hits="1" branch="
|
|
1160
|
+
<line number="306" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1136
1161
|
<line number="307" hits="1" branch="false"/>
|
|
1137
1162
|
<line number="308" hits="1" branch="false"/>
|
|
1138
1163
|
<line number="309" hits="1" branch="false"/>
|
|
@@ -1140,29 +1165,29 @@
|
|
|
1140
1165
|
<line number="311" hits="1" branch="false"/>
|
|
1141
1166
|
<line number="312" hits="1" branch="false"/>
|
|
1142
1167
|
<line number="313" hits="1" branch="false"/>
|
|
1143
|
-
<line number="314" hits="1" branch="
|
|
1168
|
+
<line number="314" hits="1" branch="false"/>
|
|
1144
1169
|
<line number="315" hits="1" branch="false"/>
|
|
1145
|
-
<line number="316" hits="1" branch="
|
|
1170
|
+
<line number="316" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1146
1171
|
<line number="317" hits="1" branch="false"/>
|
|
1147
1172
|
<line number="318" hits="1" branch="false"/>
|
|
1148
|
-
<line number="319" hits="1" branch="
|
|
1149
|
-
<line number="320" hits="
|
|
1150
|
-
<line number="321" hits="
|
|
1151
|
-
<line number="322" hits="
|
|
1152
|
-
<line number="323" hits="
|
|
1153
|
-
<line number="324" hits="
|
|
1154
|
-
<line number="325" hits="
|
|
1155
|
-
<line number="326" hits="
|
|
1156
|
-
<line number="327" hits="
|
|
1173
|
+
<line number="319" hits="1" branch="false"/>
|
|
1174
|
+
<line number="320" hits="1" branch="false"/>
|
|
1175
|
+
<line number="321" hits="1" branch="false"/>
|
|
1176
|
+
<line number="322" hits="1" branch="false"/>
|
|
1177
|
+
<line number="323" hits="1" branch="false"/>
|
|
1178
|
+
<line number="324" hits="1" branch="false"/>
|
|
1179
|
+
<line number="325" hits="1" branch="false"/>
|
|
1180
|
+
<line number="326" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1181
|
+
<line number="327" hits="1" branch="false"/>
|
|
1157
1182
|
<line number="328" hits="1" branch="false"/>
|
|
1158
1183
|
<line number="329" hits="1" branch="false"/>
|
|
1159
|
-
<line number="330" hits="
|
|
1160
|
-
<line number="331" hits="
|
|
1161
|
-
<line number="332" hits="
|
|
1184
|
+
<line number="330" hits="1" branch="false"/>
|
|
1185
|
+
<line number="331" hits="1" branch="false"/>
|
|
1186
|
+
<line number="332" hits="1" branch="false"/>
|
|
1162
1187
|
<line number="333" hits="1" branch="false"/>
|
|
1163
1188
|
<line number="334" hits="1" branch="false"/>
|
|
1164
1189
|
<line number="335" hits="1" branch="false"/>
|
|
1165
|
-
<line number="336" hits="1" branch="
|
|
1190
|
+
<line number="336" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1166
1191
|
<line number="337" hits="1" branch="false"/>
|
|
1167
1192
|
<line number="338" hits="1" branch="false"/>
|
|
1168
1193
|
<line number="339" hits="1" branch="false"/>
|
|
@@ -1172,55 +1197,55 @@
|
|
|
1172
1197
|
<line number="343" hits="1" branch="false"/>
|
|
1173
1198
|
<line number="344" hits="1" branch="false"/>
|
|
1174
1199
|
<line number="345" hits="1" branch="false"/>
|
|
1175
|
-
<line number="346" hits="1" branch="
|
|
1200
|
+
<line number="346" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1176
1201
|
<line number="347" hits="1" branch="false"/>
|
|
1177
1202
|
<line number="348" hits="1" branch="false"/>
|
|
1178
1203
|
<line number="349" hits="1" branch="false"/>
|
|
1179
|
-
<line number="350" hits="1" branch="
|
|
1180
|
-
<line number="351" hits="
|
|
1181
|
-
<line number="352" hits="
|
|
1182
|
-
<line number="353" hits="
|
|
1183
|
-
<line number="354" hits="
|
|
1204
|
+
<line number="350" hits="1" branch="false"/>
|
|
1205
|
+
<line number="351" hits="1" branch="false"/>
|
|
1206
|
+
<line number="352" hits="1" branch="false"/>
|
|
1207
|
+
<line number="353" hits="1" branch="false"/>
|
|
1208
|
+
<line number="354" hits="1" branch="false"/>
|
|
1184
1209
|
<line number="355" hits="1" branch="false"/>
|
|
1185
|
-
<line number="356" hits="1" branch="
|
|
1186
|
-
<line number="357" hits="
|
|
1187
|
-
<line number="358" hits="
|
|
1188
|
-
<line number="359" hits="
|
|
1189
|
-
<line number="360" hits="
|
|
1190
|
-
<line number="361" hits="
|
|
1191
|
-
<line number="362" hits="
|
|
1192
|
-
<line number="363" hits="
|
|
1193
|
-
<line number="364" hits="1" branch="
|
|
1210
|
+
<line number="356" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1211
|
+
<line number="357" hits="1" branch="false"/>
|
|
1212
|
+
<line number="358" hits="1" branch="false"/>
|
|
1213
|
+
<line number="359" hits="1" branch="false"/>
|
|
1214
|
+
<line number="360" hits="1" branch="false"/>
|
|
1215
|
+
<line number="361" hits="1" branch="false"/>
|
|
1216
|
+
<line number="362" hits="1" branch="false"/>
|
|
1217
|
+
<line number="363" hits="1" branch="false"/>
|
|
1218
|
+
<line number="364" hits="1" branch="false"/>
|
|
1194
1219
|
<line number="365" hits="1" branch="false"/>
|
|
1195
|
-
<line number="366" hits="1" branch="
|
|
1220
|
+
<line number="366" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1196
1221
|
<line number="367" hits="1" branch="false"/>
|
|
1197
1222
|
<line number="368" hits="1" branch="false"/>
|
|
1198
1223
|
<line number="369" hits="1" branch="false"/>
|
|
1199
|
-
<line number="370" hits="1" branch="
|
|
1224
|
+
<line number="370" hits="1" branch="false"/>
|
|
1200
1225
|
<line number="371" hits="1" branch="false"/>
|
|
1201
1226
|
<line number="372" hits="1" branch="false"/>
|
|
1202
1227
|
<line number="373" hits="1" branch="false"/>
|
|
1203
1228
|
<line number="374" hits="1" branch="false"/>
|
|
1204
1229
|
<line number="375" hits="1" branch="false"/>
|
|
1205
|
-
<line number="376" hits="1" branch="
|
|
1230
|
+
<line number="376" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1206
1231
|
<line number="377" hits="1" branch="false"/>
|
|
1207
|
-
<line number="378" hits="1" branch="
|
|
1232
|
+
<line number="378" hits="1" branch="false"/>
|
|
1208
1233
|
<line number="379" hits="1" branch="false"/>
|
|
1209
1234
|
<line number="380" hits="1" branch="false"/>
|
|
1210
|
-
<line number="381" hits="1" branch="
|
|
1211
|
-
<line number="382" hits="
|
|
1212
|
-
<line number="383" hits="
|
|
1213
|
-
<line number="384" hits="
|
|
1214
|
-
<line number="385" hits="
|
|
1215
|
-
<line number="386" hits="
|
|
1216
|
-
<line number="387" hits="
|
|
1217
|
-
<line number="388" hits="
|
|
1218
|
-
<line number="389" hits="
|
|
1235
|
+
<line number="381" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1236
|
+
<line number="382" hits="25" branch="false"/>
|
|
1237
|
+
<line number="383" hits="25" branch="false"/>
|
|
1238
|
+
<line number="384" hits="25" branch="false"/>
|
|
1239
|
+
<line number="385" hits="25" branch="false"/>
|
|
1240
|
+
<line number="386" hits="25" branch="false"/>
|
|
1241
|
+
<line number="387" hits="25" branch="true" condition-coverage="100% (1/1)"/>
|
|
1242
|
+
<line number="388" hits="23" branch="false"/>
|
|
1243
|
+
<line number="389" hits="25" branch="true" condition-coverage="100% (1/1)"/>
|
|
1219
1244
|
<line number="390" hits="1" branch="false"/>
|
|
1220
1245
|
<line number="391" hits="1" branch="false"/>
|
|
1221
|
-
<line number="392" hits="
|
|
1222
|
-
<line number="393" hits="
|
|
1223
|
-
<line number="394" hits="
|
|
1246
|
+
<line number="392" hits="24" branch="true" condition-coverage="100% (1/1)"/>
|
|
1247
|
+
<line number="393" hits="24" branch="false"/>
|
|
1248
|
+
<line number="394" hits="24" branch="false"/>
|
|
1224
1249
|
<line number="395" hits="1" branch="false"/>
|
|
1225
1250
|
<line number="396" hits="1" branch="false"/>
|
|
1226
1251
|
<line number="397" hits="1" branch="false"/>
|
|
@@ -1228,7 +1253,7 @@
|
|
|
1228
1253
|
<line number="399" hits="1" branch="false"/>
|
|
1229
1254
|
<line number="400" hits="1" branch="false"/>
|
|
1230
1255
|
<line number="401" hits="1" branch="false"/>
|
|
1231
|
-
<line number="402" hits="1" branch="
|
|
1256
|
+
<line number="402" hits="1" branch="false"/>
|
|
1232
1257
|
<line number="403" hits="1" branch="false"/>
|
|
1233
1258
|
<line number="404" hits="1" branch="false"/>
|
|
1234
1259
|
<line number="405" hits="1" branch="false"/>
|
|
@@ -1236,183 +1261,183 @@
|
|
|
1236
1261
|
<line number="407" hits="1" branch="false"/>
|
|
1237
1262
|
<line number="408" hits="1" branch="false"/>
|
|
1238
1263
|
<line number="409" hits="1" branch="false"/>
|
|
1239
|
-
<line number="410" hits="1" branch="
|
|
1264
|
+
<line number="410" hits="1" branch="false"/>
|
|
1240
1265
|
<line number="411" hits="1" branch="false"/>
|
|
1241
|
-
<line number="412" hits="1" branch="
|
|
1242
|
-
<line number="413" hits="
|
|
1243
|
-
<line number="414" hits="
|
|
1244
|
-
<line number="415" hits="
|
|
1245
|
-
<line number="416" hits="
|
|
1266
|
+
<line number="412" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1267
|
+
<line number="413" hits="3" branch="false"/>
|
|
1268
|
+
<line number="414" hits="3" branch="true" condition-coverage="100% (1/1)"/>
|
|
1269
|
+
<line number="415" hits="3" branch="false"/>
|
|
1270
|
+
<line number="416" hits="3" branch="true" condition-coverage="100% (1/1)"/>
|
|
1246
1271
|
<line number="417" hits="1" branch="false"/>
|
|
1247
|
-
<line number="418" hits="1" branch="
|
|
1248
|
-
<line number="419" hits="
|
|
1249
|
-
<line number="420" hits="
|
|
1250
|
-
<line number="421" hits="
|
|
1251
|
-
<line number="422" hits="
|
|
1252
|
-
<line number="423" hits="
|
|
1253
|
-
<line number="424" hits="
|
|
1254
|
-
<line number="425" hits="
|
|
1272
|
+
<line number="418" hits="1" branch="false"/>
|
|
1273
|
+
<line number="419" hits="2" branch="true" condition-coverage="100% (1/1)"/>
|
|
1274
|
+
<line number="420" hits="2" branch="false"/>
|
|
1275
|
+
<line number="421" hits="3" branch="true" condition-coverage="0% (0/1)"/>
|
|
1276
|
+
<line number="422" hits="3" branch="true" condition-coverage="100% (1/1)"/>
|
|
1277
|
+
<line number="423" hits="3" branch="false"/>
|
|
1278
|
+
<line number="424" hits="3" branch="false"/>
|
|
1279
|
+
<line number="425" hits="3" branch="false"/>
|
|
1255
1280
|
<line number="426" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1256
1281
|
<line number="427" hits="1" branch="false"/>
|
|
1257
1282
|
<line number="428" hits="1" branch="false"/>
|
|
1258
1283
|
<line number="429" hits="1" branch="false"/>
|
|
1259
1284
|
<line number="430" hits="1" branch="false"/>
|
|
1260
1285
|
<line number="431" hits="1" branch="false"/>
|
|
1261
|
-
<line number="432" hits="1" branch="
|
|
1286
|
+
<line number="432" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1262
1287
|
<line number="433" hits="1" branch="false"/>
|
|
1263
|
-
<line number="434" hits="1" branch="
|
|
1288
|
+
<line number="434" hits="1" branch="false"/>
|
|
1264
1289
|
<line number="435" hits="1" branch="false"/>
|
|
1265
1290
|
<line number="436" hits="1" branch="false"/>
|
|
1266
1291
|
<line number="437" hits="1" branch="false"/>
|
|
1267
1292
|
<line number="438" hits="1" branch="false"/>
|
|
1268
1293
|
<line number="439" hits="1" branch="false"/>
|
|
1269
|
-
<line number="440" hits="1" branch="
|
|
1294
|
+
<line number="440" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1270
1295
|
<line number="441" hits="1" branch="false"/>
|
|
1271
|
-
<line number="442" hits="1" branch="
|
|
1296
|
+
<line number="442" hits="1" branch="false"/>
|
|
1272
1297
|
<line number="443" hits="1" branch="false"/>
|
|
1273
1298
|
<line number="444" hits="1" branch="false"/>
|
|
1274
1299
|
<line number="445" hits="1" branch="false"/>
|
|
1275
1300
|
<line number="446" hits="1" branch="false"/>
|
|
1276
1301
|
<line number="447" hits="1" branch="false"/>
|
|
1277
|
-
<line number="448" hits="1" branch="
|
|
1302
|
+
<line number="448" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1278
1303
|
<line number="449" hits="1" branch="false"/>
|
|
1279
|
-
<line number="450" hits="1" branch="
|
|
1304
|
+
<line number="450" hits="1" branch="false"/>
|
|
1280
1305
|
<line number="451" hits="1" branch="false"/>
|
|
1281
1306
|
<line number="452" hits="1" branch="false"/>
|
|
1282
1307
|
<line number="453" hits="1" branch="false"/>
|
|
1283
1308
|
<line number="454" hits="1" branch="false"/>
|
|
1284
1309
|
<line number="455" hits="1" branch="false"/>
|
|
1285
|
-
<line number="456" hits="1" branch="
|
|
1310
|
+
<line number="456" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1286
1311
|
<line number="457" hits="1" branch="false"/>
|
|
1287
|
-
<line number="458" hits="1" branch="
|
|
1312
|
+
<line number="458" hits="1" branch="false"/>
|
|
1288
1313
|
<line number="459" hits="1" branch="false"/>
|
|
1289
1314
|
<line number="460" hits="1" branch="false"/>
|
|
1290
1315
|
<line number="461" hits="1" branch="false"/>
|
|
1291
1316
|
<line number="462" hits="1" branch="false"/>
|
|
1292
1317
|
<line number="463" hits="1" branch="false"/>
|
|
1293
|
-
<line number="464" hits="1" branch="
|
|
1318
|
+
<line number="464" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1294
1319
|
<line number="465" hits="1" branch="false"/>
|
|
1295
|
-
<line number="466" hits="1" branch="
|
|
1320
|
+
<line number="466" hits="1" branch="false"/>
|
|
1296
1321
|
<line number="467" hits="1" branch="false"/>
|
|
1297
1322
|
<line number="468" hits="1" branch="false"/>
|
|
1298
1323
|
<line number="469" hits="1" branch="false"/>
|
|
1299
1324
|
<line number="470" hits="1" branch="false"/>
|
|
1300
1325
|
<line number="471" hits="1" branch="false"/>
|
|
1301
|
-
<line number="472" hits="1" branch="
|
|
1326
|
+
<line number="472" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1302
1327
|
<line number="473" hits="1" branch="false"/>
|
|
1303
|
-
<line number="474" hits="1" branch="
|
|
1328
|
+
<line number="474" hits="1" branch="false"/>
|
|
1304
1329
|
<line number="475" hits="1" branch="false"/>
|
|
1305
1330
|
<line number="476" hits="1" branch="false"/>
|
|
1306
1331
|
<line number="477" hits="1" branch="false"/>
|
|
1307
1332
|
<line number="478" hits="1" branch="false"/>
|
|
1308
1333
|
<line number="479" hits="1" branch="false"/>
|
|
1309
|
-
<line number="480" hits="1" branch="
|
|
1334
|
+
<line number="480" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1310
1335
|
<line number="481" hits="1" branch="false"/>
|
|
1311
|
-
<line number="482" hits="1" branch="
|
|
1336
|
+
<line number="482" hits="1" branch="false"/>
|
|
1312
1337
|
<line number="483" hits="1" branch="false"/>
|
|
1313
1338
|
<line number="484" hits="1" branch="false"/>
|
|
1314
1339
|
<line number="485" hits="1" branch="false"/>
|
|
1315
1340
|
<line number="486" hits="1" branch="false"/>
|
|
1316
1341
|
<line number="487" hits="1" branch="false"/>
|
|
1317
|
-
<line number="488" hits="1" branch="
|
|
1342
|
+
<line number="488" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1318
1343
|
<line number="489" hits="1" branch="false"/>
|
|
1319
1344
|
<line number="490" hits="1" branch="false"/>
|
|
1320
|
-
<line number="491" hits="1" branch="
|
|
1345
|
+
<line number="491" hits="1" branch="false"/>
|
|
1321
1346
|
<line number="492" hits="1" branch="false"/>
|
|
1322
1347
|
<line number="493" hits="1" branch="false"/>
|
|
1323
1348
|
<line number="494" hits="1" branch="false"/>
|
|
1324
1349
|
<line number="495" hits="1" branch="false"/>
|
|
1325
|
-
<line number="496" hits="1" branch="
|
|
1350
|
+
<line number="496" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1326
1351
|
<line number="497" hits="1" branch="false"/>
|
|
1327
1352
|
<line number="498" hits="1" branch="false"/>
|
|
1328
|
-
<line number="499" hits="1" branch="
|
|
1353
|
+
<line number="499" hits="1" branch="false"/>
|
|
1329
1354
|
<line number="500" hits="1" branch="false"/>
|
|
1330
1355
|
<line number="501" hits="1" branch="false"/>
|
|
1331
1356
|
<line number="502" hits="1" branch="false"/>
|
|
1332
1357
|
<line number="503" hits="1" branch="false"/>
|
|
1333
|
-
<line number="504" hits="1" branch="
|
|
1358
|
+
<line number="504" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1334
1359
|
<line number="505" hits="1" branch="false"/>
|
|
1335
1360
|
<line number="506" hits="1" branch="false"/>
|
|
1336
|
-
<line number="507" hits="1" branch="
|
|
1361
|
+
<line number="507" hits="1" branch="false"/>
|
|
1337
1362
|
<line number="508" hits="1" branch="false"/>
|
|
1338
1363
|
<line number="509" hits="1" branch="false"/>
|
|
1339
1364
|
<line number="510" hits="1" branch="false"/>
|
|
1340
1365
|
<line number="511" hits="1" branch="false"/>
|
|
1341
|
-
<line number="512" hits="1" branch="
|
|
1366
|
+
<line number="512" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1342
1367
|
<line number="513" hits="1" branch="false"/>
|
|
1343
1368
|
<line number="514" hits="1" branch="false"/>
|
|
1344
|
-
<line number="515" hits="1" branch="
|
|
1369
|
+
<line number="515" hits="1" branch="false"/>
|
|
1345
1370
|
<line number="516" hits="1" branch="false"/>
|
|
1346
1371
|
<line number="517" hits="1" branch="false"/>
|
|
1347
1372
|
<line number="518" hits="1" branch="false"/>
|
|
1348
1373
|
<line number="519" hits="1" branch="false"/>
|
|
1349
|
-
<line number="520" hits="1" branch="
|
|
1374
|
+
<line number="520" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1350
1375
|
<line number="521" hits="1" branch="false"/>
|
|
1351
1376
|
<line number="522" hits="1" branch="false"/>
|
|
1352
|
-
<line number="523" hits="1" branch="
|
|
1377
|
+
<line number="523" hits="1" branch="false"/>
|
|
1353
1378
|
<line number="524" hits="1" branch="false"/>
|
|
1354
1379
|
<line number="525" hits="1" branch="false"/>
|
|
1355
1380
|
<line number="526" hits="1" branch="false"/>
|
|
1356
1381
|
<line number="527" hits="1" branch="false"/>
|
|
1357
|
-
<line number="528" hits="1" branch="
|
|
1382
|
+
<line number="528" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1358
1383
|
<line number="529" hits="1" branch="false"/>
|
|
1359
1384
|
<line number="530" hits="1" branch="false"/>
|
|
1360
1385
|
<line number="531" hits="1" branch="false"/>
|
|
1361
|
-
<line number="532" hits="1" branch="
|
|
1386
|
+
<line number="532" hits="1" branch="false"/>
|
|
1362
1387
|
<line number="533" hits="1" branch="false"/>
|
|
1363
1388
|
<line number="534" hits="1" branch="false"/>
|
|
1364
1389
|
<line number="535" hits="1" branch="false"/>
|
|
1365
|
-
<line number="536" hits="1" branch="
|
|
1390
|
+
<line number="536" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1366
1391
|
<line number="537" hits="1" branch="false"/>
|
|
1367
1392
|
<line number="538" hits="1" branch="false"/>
|
|
1368
1393
|
<line number="539" hits="1" branch="false"/>
|
|
1369
|
-
<line number="540" hits="1" branch="
|
|
1394
|
+
<line number="540" hits="1" branch="false"/>
|
|
1370
1395
|
<line number="541" hits="1" branch="false"/>
|
|
1371
1396
|
<line number="542" hits="1" branch="false"/>
|
|
1372
1397
|
<line number="543" hits="1" branch="false"/>
|
|
1373
|
-
<line number="544" hits="1" branch="
|
|
1398
|
+
<line number="544" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1374
1399
|
<line number="545" hits="1" branch="false"/>
|
|
1375
1400
|
<line number="546" hits="1" branch="false"/>
|
|
1376
1401
|
<line number="547" hits="1" branch="false"/>
|
|
1377
|
-
<line number="548" hits="1" branch="
|
|
1402
|
+
<line number="548" hits="1" branch="false"/>
|
|
1378
1403
|
<line number="549" hits="1" branch="false"/>
|
|
1379
1404
|
<line number="550" hits="1" branch="false"/>
|
|
1380
1405
|
<line number="551" hits="1" branch="false"/>
|
|
1381
1406
|
<line number="552" hits="1" branch="false"/>
|
|
1382
|
-
<line number="553" hits="1" branch="
|
|
1407
|
+
<line number="553" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1383
1408
|
<line number="554" hits="1" branch="false"/>
|
|
1384
1409
|
<line number="555" hits="1" branch="false"/>
|
|
1385
1410
|
<line number="556" hits="1" branch="false"/>
|
|
1386
1411
|
<line number="557" hits="1" branch="false"/>
|
|
1387
1412
|
<line number="558" hits="1" branch="false"/>
|
|
1388
|
-
<line number="559" hits="1" branch="
|
|
1389
|
-
<line number="560" hits="
|
|
1390
|
-
<line number="561" hits="
|
|
1391
|
-
<line number="562" hits="
|
|
1413
|
+
<line number="559" hits="1" branch="false"/>
|
|
1414
|
+
<line number="560" hits="1" branch="false"/>
|
|
1415
|
+
<line number="561" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1416
|
+
<line number="562" hits="1" branch="false"/>
|
|
1392
1417
|
<line number="563" hits="1" branch="false"/>
|
|
1393
1418
|
<line number="564" hits="1" branch="false"/>
|
|
1394
1419
|
<line number="565" hits="1" branch="false"/>
|
|
1395
1420
|
<line number="566" hits="1" branch="false"/>
|
|
1396
1421
|
<line number="567" hits="1" branch="false"/>
|
|
1397
1422
|
<line number="568" hits="1" branch="false"/>
|
|
1398
|
-
<line number="569" hits="1" branch="
|
|
1399
|
-
<line number="570" hits="1" branch="
|
|
1423
|
+
<line number="569" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1424
|
+
<line number="570" hits="1" branch="false"/>
|
|
1400
1425
|
<line number="571" hits="1" branch="false"/>
|
|
1401
1426
|
<line number="572" hits="1" branch="false"/>
|
|
1402
1427
|
<line number="573" hits="1" branch="false"/>
|
|
1403
1428
|
<line number="574" hits="1" branch="false"/>
|
|
1404
1429
|
<line number="575" hits="1" branch="false"/>
|
|
1405
1430
|
<line number="576" hits="1" branch="false"/>
|
|
1406
|
-
<line number="577" hits="1" branch="
|
|
1407
|
-
<line number="578" hits="1" branch="
|
|
1431
|
+
<line number="577" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1432
|
+
<line number="578" hits="1" branch="false"/>
|
|
1408
1433
|
<line number="579" hits="1" branch="false"/>
|
|
1409
1434
|
<line number="580" hits="1" branch="false"/>
|
|
1410
1435
|
<line number="581" hits="1" branch="false"/>
|
|
1411
1436
|
<line number="582" hits="1" branch="false"/>
|
|
1412
1437
|
<line number="583" hits="1" branch="false"/>
|
|
1413
1438
|
<line number="584" hits="1" branch="false"/>
|
|
1414
|
-
<line number="585" hits="1" branch="
|
|
1415
|
-
<line number="586" hits="1" branch="
|
|
1439
|
+
<line number="585" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1440
|
+
<line number="586" hits="1" branch="false"/>
|
|
1416
1441
|
<line number="587" hits="1" branch="false"/>
|
|
1417
1442
|
<line number="588" hits="1" branch="false"/>
|
|
1418
1443
|
<line number="589" hits="1" branch="false"/>
|
|
@@ -1420,23 +1445,23 @@
|
|
|
1420
1445
|
<line number="591" hits="1" branch="false"/>
|
|
1421
1446
|
<line number="592" hits="1" branch="false"/>
|
|
1422
1447
|
<line number="593" hits="1" branch="false"/>
|
|
1423
|
-
<line number="594" hits="1" branch="
|
|
1424
|
-
<line number="595" hits="1" branch="
|
|
1425
|
-
<line number="596" hits="
|
|
1426
|
-
<line number="597" hits="
|
|
1448
|
+
<line number="594" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1449
|
+
<line number="595" hits="1" branch="false"/>
|
|
1450
|
+
<line number="596" hits="1" branch="false"/>
|
|
1451
|
+
<line number="597" hits="1" branch="false"/>
|
|
1427
1452
|
<line number="598" hits="1" branch="false"/>
|
|
1428
1453
|
<line number="599" hits="1" branch="false"/>
|
|
1429
1454
|
<line number="600" hits="1" branch="false"/>
|
|
1430
1455
|
<line number="601" hits="1" branch="false"/>
|
|
1431
|
-
<line number="602" hits="1" branch="
|
|
1456
|
+
<line number="602" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1432
1457
|
<line number="603" hits="1" branch="false"/>
|
|
1433
1458
|
<line number="604" hits="1" branch="false"/>
|
|
1434
1459
|
<line number="605" hits="1" branch="false"/>
|
|
1435
1460
|
<line number="606" hits="1" branch="false"/>
|
|
1436
|
-
<line number="607" hits="1" branch="
|
|
1437
|
-
<line number="608" hits="
|
|
1438
|
-
<line number="609" hits="
|
|
1439
|
-
<line number="610" hits="1" branch="
|
|
1461
|
+
<line number="607" hits="1" branch="false"/>
|
|
1462
|
+
<line number="608" hits="1" branch="false"/>
|
|
1463
|
+
<line number="609" hits="1" branch="false"/>
|
|
1464
|
+
<line number="610" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1440
1465
|
<line number="611" hits="1" branch="false"/>
|
|
1441
1466
|
<line number="612" hits="1" branch="false"/>
|
|
1442
1467
|
<line number="613" hits="1" branch="false"/>
|
|
@@ -1444,86 +1469,86 @@
|
|
|
1444
1469
|
<line number="615" hits="1" branch="false"/>
|
|
1445
1470
|
<line number="616" hits="1" branch="false"/>
|
|
1446
1471
|
<line number="617" hits="1" branch="false"/>
|
|
1447
|
-
<line number="618" hits="1" branch="
|
|
1448
|
-
<line number="619" hits="
|
|
1449
|
-
<line number="620" hits="
|
|
1450
|
-
<line number="621" hits="
|
|
1451
|
-
<line number="622" hits="
|
|
1452
|
-
<line number="623" hits="
|
|
1453
|
-
<line number="624" hits="
|
|
1472
|
+
<line number="618" hits="1" branch="false"/>
|
|
1473
|
+
<line number="619" hits="1" branch="false"/>
|
|
1474
|
+
<line number="620" hits="1" branch="false"/>
|
|
1475
|
+
<line number="621" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1476
|
+
<line number="622" hits="2" branch="false"/>
|
|
1477
|
+
<line number="623" hits="2" branch="false"/>
|
|
1478
|
+
<line number="624" hits="2" branch="false"/>
|
|
1454
1479
|
<line number="625" hits="1" branch="false"/>
|
|
1455
1480
|
<line number="626" hits="1" branch="false"/>
|
|
1456
1481
|
<line number="627" hits="1" branch="false"/>
|
|
1457
1482
|
<line number="628" hits="1" branch="false"/>
|
|
1458
1483
|
<line number="629" hits="1" branch="false"/>
|
|
1459
|
-
<line number="630" hits="1" branch="
|
|
1460
|
-
<line number="631" hits="
|
|
1461
|
-
<line number="632" hits="
|
|
1462
|
-
<line number="633" hits="
|
|
1484
|
+
<line number="630" hits="1" branch="false"/>
|
|
1485
|
+
<line number="631" hits="1" branch="false"/>
|
|
1486
|
+
<line number="632" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1487
|
+
<line number="633" hits="1" branch="false"/>
|
|
1463
1488
|
<line number="634" hits="1" branch="false"/>
|
|
1464
1489
|
<line number="635" hits="1" branch="false"/>
|
|
1465
1490
|
<line number="636" hits="1" branch="false"/>
|
|
1466
1491
|
<line number="637" hits="1" branch="false"/>
|
|
1467
1492
|
<line number="638" hits="1" branch="false"/>
|
|
1468
1493
|
<line number="639" hits="1" branch="false"/>
|
|
1469
|
-
<line number="640" hits="1" branch="
|
|
1494
|
+
<line number="640" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1470
1495
|
<line number="641" hits="1" branch="false"/>
|
|
1471
1496
|
<line number="642" hits="1" branch="false"/>
|
|
1472
|
-
<line number="643" hits="1" branch="
|
|
1473
|
-
<line number="644" hits="
|
|
1474
|
-
<line number="645" hits="
|
|
1475
|
-
<line number="646" hits="
|
|
1497
|
+
<line number="643" hits="1" branch="false"/>
|
|
1498
|
+
<line number="644" hits="1" branch="false"/>
|
|
1499
|
+
<line number="645" hits="1" branch="false"/>
|
|
1500
|
+
<line number="646" hits="1" branch="false"/>
|
|
1476
1501
|
<line number="647" hits="1" branch="false"/>
|
|
1477
|
-
<line number="648" hits="1" branch="
|
|
1502
|
+
<line number="648" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1478
1503
|
<line number="649" hits="1" branch="false"/>
|
|
1479
1504
|
<line number="650" hits="1" branch="false"/>
|
|
1480
1505
|
<line number="651" hits="1" branch="false"/>
|
|
1481
1506
|
<line number="652" hits="1" branch="false"/>
|
|
1482
|
-
<line number="653" hits="1" branch="
|
|
1507
|
+
<line number="653" hits="1" branch="false"/>
|
|
1483
1508
|
<line number="654" hits="1" branch="false"/>
|
|
1484
1509
|
<line number="655" hits="1" branch="false"/>
|
|
1485
1510
|
<line number="656" hits="1" branch="false"/>
|
|
1486
|
-
<line number="657" hits="1" branch="
|
|
1487
|
-
<line number="658" hits="
|
|
1488
|
-
<line number="659" hits="
|
|
1511
|
+
<line number="657" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1512
|
+
<line number="658" hits="4" branch="false"/>
|
|
1513
|
+
<line number="659" hits="4" branch="false"/>
|
|
1489
1514
|
<line number="660" hits="1" branch="false"/>
|
|
1490
1515
|
<line number="661" hits="1" branch="false"/>
|
|
1491
1516
|
<line number="662" hits="1" branch="false"/>
|
|
1492
|
-
<line number="663" hits="1" branch="
|
|
1517
|
+
<line number="663" hits="1" branch="false"/>
|
|
1493
1518
|
<line number="664" hits="1" branch="false"/>
|
|
1494
1519
|
<line number="665" hits="1" branch="false"/>
|
|
1495
1520
|
<line number="666" hits="1" branch="false"/>
|
|
1496
1521
|
<line number="667" hits="1" branch="false"/>
|
|
1497
1522
|
<line number="668" hits="1" branch="false"/>
|
|
1498
|
-
<line number="669" hits="1" branch="
|
|
1499
|
-
<line number="670" hits="
|
|
1500
|
-
<line number="671" hits="
|
|
1523
|
+
<line number="669" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1524
|
+
<line number="670" hits="3" branch="false"/>
|
|
1525
|
+
<line number="671" hits="3" branch="false"/>
|
|
1501
1526
|
<line number="672" hits="1" branch="false"/>
|
|
1502
|
-
<line number="673" hits="1" branch="
|
|
1503
|
-
<line number="674" hits="
|
|
1504
|
-
<line number="675" hits="
|
|
1527
|
+
<line number="673" hits="1" branch="false"/>
|
|
1528
|
+
<line number="674" hits="1" branch="false"/>
|
|
1529
|
+
<line number="675" hits="1" branch="false"/>
|
|
1505
1530
|
<line number="676" hits="1" branch="false"/>
|
|
1506
1531
|
<line number="677" hits="1" branch="false"/>
|
|
1507
1532
|
<line number="678" hits="1" branch="false"/>
|
|
1508
1533
|
<line number="679" hits="1" branch="false"/>
|
|
1509
|
-
<line number="680" hits="1" branch="
|
|
1510
|
-
<line number="681" hits="
|
|
1511
|
-
<line number="682" hits="
|
|
1512
|
-
<line number="683" hits="
|
|
1534
|
+
<line number="680" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1535
|
+
<line number="681" hits="9" branch="false"/>
|
|
1536
|
+
<line number="682" hits="9" branch="false"/>
|
|
1537
|
+
<line number="683" hits="9" branch="false"/>
|
|
1513
1538
|
<line number="684" hits="1" branch="false"/>
|
|
1514
|
-
<line number="685" hits="1" branch="
|
|
1515
|
-
<line number="686" hits="
|
|
1516
|
-
<line number="687" hits="
|
|
1517
|
-
<line number="688" hits="
|
|
1539
|
+
<line number="685" hits="1" branch="false"/>
|
|
1540
|
+
<line number="686" hits="1" branch="false"/>
|
|
1541
|
+
<line number="687" hits="1" branch="false"/>
|
|
1542
|
+
<line number="688" hits="1" branch="false"/>
|
|
1518
1543
|
<line number="689" hits="1" branch="false"/>
|
|
1519
1544
|
<line number="690" hits="1" branch="false"/>
|
|
1520
1545
|
<line number="691" hits="1" branch="false"/>
|
|
1521
|
-
<line number="692" hits="1" branch="
|
|
1522
|
-
<line number="693" hits="
|
|
1523
|
-
<line number="694" hits="
|
|
1524
|
-
<line number="695" hits="
|
|
1546
|
+
<line number="692" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1547
|
+
<line number="693" hits="9" branch="false"/>
|
|
1548
|
+
<line number="694" hits="9" branch="false"/>
|
|
1549
|
+
<line number="695" hits="9" branch="false"/>
|
|
1525
1550
|
<line number="696" hits="1" branch="false"/>
|
|
1526
|
-
<line number="697" hits="1" branch="
|
|
1551
|
+
<line number="697" hits="1" branch="false"/>
|
|
1527
1552
|
<line number="698" hits="1" branch="false"/>
|
|
1528
1553
|
<line number="699" hits="1" branch="false"/>
|
|
1529
1554
|
<line number="700" hits="1" branch="false"/>
|
|
@@ -1531,19 +1556,81 @@
|
|
|
1531
1556
|
<line number="702" hits="1" branch="false"/>
|
|
1532
1557
|
<line number="703" hits="1" branch="false"/>
|
|
1533
1558
|
<line number="704" hits="1" branch="false"/>
|
|
1534
|
-
<line number="705" hits="1" branch="
|
|
1535
|
-
<line number="706" hits="
|
|
1536
|
-
<line number="707" hits="
|
|
1537
|
-
<line number="708" hits="
|
|
1538
|
-
<line number="709" hits="
|
|
1559
|
+
<line number="705" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1560
|
+
<line number="706" hits="11" branch="false"/>
|
|
1561
|
+
<line number="707" hits="11" branch="false"/>
|
|
1562
|
+
<line number="708" hits="11" branch="false"/>
|
|
1563
|
+
<line number="709" hits="1" branch="false"/>
|
|
1539
1564
|
<line number="710" hits="1" branch="false"/>
|
|
1565
|
+
<line number="711" hits="1" branch="false"/>
|
|
1566
|
+
<line number="712" hits="1" branch="false"/>
|
|
1567
|
+
<line number="713" hits="1" branch="false"/>
|
|
1568
|
+
<line number="714" hits="1" branch="false"/>
|
|
1569
|
+
<line number="715" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1570
|
+
<line number="716" hits="1" branch="false"/>
|
|
1571
|
+
<line number="717" hits="1" branch="false"/>
|
|
1572
|
+
<line number="718" hits="1" branch="false"/>
|
|
1573
|
+
<line number="719" hits="1" branch="false"/>
|
|
1574
|
+
<line number="720" hits="1" branch="false"/>
|
|
1575
|
+
<line number="721" hits="1" branch="false"/>
|
|
1576
|
+
<line number="722" hits="1" branch="false"/>
|
|
1577
|
+
<line number="723" hits="1" branch="false"/>
|
|
1578
|
+
<line number="724" hits="1" branch="false"/>
|
|
1579
|
+
<line number="725" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1580
|
+
<line number="726" hits="1" branch="false"/>
|
|
1581
|
+
<line number="727" hits="1" branch="false"/>
|
|
1582
|
+
<line number="728" hits="1" branch="false"/>
|
|
1583
|
+
<line number="729" hits="1" branch="false"/>
|
|
1584
|
+
<line number="730" hits="1" branch="false"/>
|
|
1585
|
+
<line number="731" hits="1" branch="false"/>
|
|
1586
|
+
<line number="732" hits="1" branch="false"/>
|
|
1587
|
+
<line number="733" hits="1" branch="false"/>
|
|
1588
|
+
<line number="734" hits="1" branch="false"/>
|
|
1589
|
+
<line number="735" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1590
|
+
<line number="736" hits="3" branch="false"/>
|
|
1591
|
+
<line number="737" hits="3" branch="false"/>
|
|
1592
|
+
<line number="738" hits="1" branch="false"/>
|
|
1593
|
+
<line number="739" hits="1" branch="false"/>
|
|
1594
|
+
<line number="740" hits="1" branch="false"/>
|
|
1595
|
+
<line number="741" hits="1" branch="false"/>
|
|
1596
|
+
<line number="742" hits="1" branch="false"/>
|
|
1597
|
+
<line number="743" hits="1" branch="false"/>
|
|
1598
|
+
<line number="744" hits="1" branch="false"/>
|
|
1599
|
+
<line number="745" hits="1" branch="false"/>
|
|
1600
|
+
<line number="746" hits="1" branch="false"/>
|
|
1601
|
+
<line number="747" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1602
|
+
<line number="748" hits="2" branch="false"/>
|
|
1603
|
+
<line number="749" hits="2" branch="false"/>
|
|
1604
|
+
<line number="750" hits="2" branch="false"/>
|
|
1605
|
+
<line number="751" hits="1" branch="false"/>
|
|
1606
|
+
<line number="752" hits="1" branch="false"/>
|
|
1607
|
+
<line number="753" hits="1" branch="false"/>
|
|
1608
|
+
<line number="754" hits="1" branch="false"/>
|
|
1609
|
+
<line number="755" hits="1" branch="false"/>
|
|
1610
|
+
<line number="756" hits="1" branch="false"/>
|
|
1611
|
+
<line number="757" hits="1" branch="false"/>
|
|
1612
|
+
<line number="758" hits="1" branch="false"/>
|
|
1613
|
+
<line number="759" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1614
|
+
<line number="760" hits="1" branch="false"/>
|
|
1615
|
+
<line number="761" hits="1" branch="false"/>
|
|
1616
|
+
<line number="762" hits="1" branch="false"/>
|
|
1617
|
+
<line number="763" hits="1" branch="false"/>
|
|
1618
|
+
<line number="764" hits="1" branch="false"/>
|
|
1619
|
+
<line number="765" hits="1" branch="false"/>
|
|
1620
|
+
<line number="766" hits="1" branch="false"/>
|
|
1621
|
+
<line number="767" hits="1" branch="false"/>
|
|
1622
|
+
<line number="768" hits="1" branch="false"/>
|
|
1623
|
+
<line number="769" hits="0" branch="false"/>
|
|
1624
|
+
<line number="770" hits="0" branch="false"/>
|
|
1625
|
+
<line number="771" hits="0" branch="false"/>
|
|
1626
|
+
<line number="772" hits="1" branch="false"/>
|
|
1540
1627
|
</lines>
|
|
1541
1628
|
</class>
|
|
1542
1629
|
<class name="fake-spawn.ts" filename="src/lib/fake-spawn.ts" line-rate="0.9917" branch-rate="1">
|
|
1543
1630
|
<methods>
|
|
1544
|
-
<method name="createFakeSpawn" hits="
|
|
1631
|
+
<method name="createFakeSpawn" hits="86" signature="()V">
|
|
1545
1632
|
<lines>
|
|
1546
|
-
<line number="7" hits="
|
|
1633
|
+
<line number="7" hits="86"/>
|
|
1547
1634
|
</lines>
|
|
1548
1635
|
</method>
|
|
1549
1636
|
<method name="write" hits="16" signature="()V">
|
|
@@ -1551,9 +1638,9 @@
|
|
|
1551
1638
|
<line number="24" hits="16"/>
|
|
1552
1639
|
</lines>
|
|
1553
1640
|
</method>
|
|
1554
|
-
<method name="FakeChildProcess" hits="
|
|
1641
|
+
<method name="FakeChildProcess" hits="88" signature="()V">
|
|
1555
1642
|
<lines>
|
|
1556
|
-
<line number="40" hits="
|
|
1643
|
+
<line number="40" hits="88"/>
|
|
1557
1644
|
</lines>
|
|
1558
1645
|
</method>
|
|
1559
1646
|
<method name="kill" hits="7" signature="()V">
|
|
@@ -1561,9 +1648,9 @@
|
|
|
1561
1648
|
<line number="57" hits="7"/>
|
|
1562
1649
|
</lines>
|
|
1563
1650
|
</method>
|
|
1564
|
-
<method name="FakeChildProcessController" hits="
|
|
1651
|
+
<method name="FakeChildProcessController" hits="88" signature="()V">
|
|
1565
1652
|
<lines>
|
|
1566
|
-
<line number="73" hits="
|
|
1653
|
+
<line number="73" hits="88"/>
|
|
1567
1654
|
</lines>
|
|
1568
1655
|
</method>
|
|
1569
1656
|
<method name="cmd" hits="5" signature="()V">
|
|
@@ -1571,9 +1658,9 @@
|
|
|
1571
1658
|
<line number="78" hits="5"/>
|
|
1572
1659
|
</lines>
|
|
1573
1660
|
</method>
|
|
1574
|
-
<method name="stdout" hits="
|
|
1661
|
+
<method name="stdout" hits="69" signature="()V">
|
|
1575
1662
|
<lines>
|
|
1576
|
-
<line number="82" hits="
|
|
1663
|
+
<line number="82" hits="69"/>
|
|
1577
1664
|
</lines>
|
|
1578
1665
|
</method>
|
|
1579
1666
|
<method name="stderr" hits="3" signature="()V">
|
|
@@ -1591,14 +1678,14 @@
|
|
|
1591
1678
|
<line number="98" hits="6"/>
|
|
1592
1679
|
</lines>
|
|
1593
1680
|
</method>
|
|
1594
|
-
<method name="code" hits="
|
|
1681
|
+
<method name="code" hits="19" signature="()V">
|
|
1595
1682
|
<lines>
|
|
1596
|
-
<line number="103" hits="
|
|
1683
|
+
<line number="103" hits="19"/>
|
|
1597
1684
|
</lines>
|
|
1598
1685
|
</method>
|
|
1599
|
-
<method name="end" hits="
|
|
1686
|
+
<method name="end" hits="81" signature="()V">
|
|
1600
1687
|
<lines>
|
|
1601
|
-
<line number="108" hits="
|
|
1688
|
+
<line number="108" hits="81"/>
|
|
1602
1689
|
</lines>
|
|
1603
1690
|
</method>
|
|
1604
1691
|
</methods>
|
|
@@ -1610,17 +1697,17 @@
|
|
|
1610
1697
|
<line number="5" hits="1" branch="false"/>
|
|
1611
1698
|
<line number="6" hits="1" branch="false"/>
|
|
1612
1699
|
<line number="7" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1613
|
-
<line number="8" hits="
|
|
1614
|
-
<line number="9" hits="
|
|
1615
|
-
<line number="10" hits="
|
|
1616
|
-
<line number="11" hits="
|
|
1617
|
-
<line number="12" hits="
|
|
1618
|
-
<line number="13" hits="
|
|
1619
|
-
<line number="14" hits="
|
|
1620
|
-
<line number="15" hits="
|
|
1621
|
-
<line number="16" hits="
|
|
1622
|
-
<line number="17" hits="
|
|
1623
|
-
<line number="18" hits="
|
|
1700
|
+
<line number="8" hits="86" branch="false"/>
|
|
1701
|
+
<line number="9" hits="86" branch="false"/>
|
|
1702
|
+
<line number="10" hits="86" branch="false"/>
|
|
1703
|
+
<line number="11" hits="86" branch="false"/>
|
|
1704
|
+
<line number="12" hits="86" branch="true" condition-coverage="100% (1/1)"/>
|
|
1705
|
+
<line number="13" hits="88" branch="false"/>
|
|
1706
|
+
<line number="14" hits="88" branch="false"/>
|
|
1707
|
+
<line number="15" hits="88" branch="false"/>
|
|
1708
|
+
<line number="16" hits="88" branch="false"/>
|
|
1709
|
+
<line number="17" hits="86" branch="false"/>
|
|
1710
|
+
<line number="18" hits="86" branch="false"/>
|
|
1624
1711
|
<line number="19" hits="1" branch="false"/>
|
|
1625
1712
|
<line number="20" hits="1" branch="false"/>
|
|
1626
1713
|
<line number="21" hits="1" branch="false"/>
|
|
@@ -1643,21 +1730,21 @@
|
|
|
1643
1730
|
<line number="38" hits="1" branch="false"/>
|
|
1644
1731
|
<line number="39" hits="1" branch="false"/>
|
|
1645
1732
|
<line number="40" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1646
|
-
<line number="41" hits="
|
|
1647
|
-
<line number="42" hits="
|
|
1648
|
-
<line number="43" hits="
|
|
1649
|
-
<line number="44" hits="
|
|
1650
|
-
<line number="45" hits="
|
|
1733
|
+
<line number="41" hits="88" branch="false"/>
|
|
1734
|
+
<line number="42" hits="88" branch="false"/>
|
|
1735
|
+
<line number="43" hits="88" branch="false"/>
|
|
1736
|
+
<line number="44" hits="88" branch="false"/>
|
|
1737
|
+
<line number="45" hits="88" branch="false"/>
|
|
1651
1738
|
<line number="46" hits="0" branch="false"/>
|
|
1652
|
-
<line number="47" hits="
|
|
1653
|
-
<line number="48" hits="
|
|
1654
|
-
<line number="49" hits="
|
|
1655
|
-
<line number="50" hits="
|
|
1656
|
-
<line number="51" hits="
|
|
1657
|
-
<line number="52" hits="
|
|
1658
|
-
<line number="53" hits="
|
|
1659
|
-
<line number="54" hits="
|
|
1660
|
-
<line number="55" hits="
|
|
1739
|
+
<line number="47" hits="88" branch="false"/>
|
|
1740
|
+
<line number="48" hits="88" branch="false"/>
|
|
1741
|
+
<line number="49" hits="88" branch="false"/>
|
|
1742
|
+
<line number="50" hits="88" branch="false"/>
|
|
1743
|
+
<line number="51" hits="88" branch="false"/>
|
|
1744
|
+
<line number="52" hits="88" branch="false"/>
|
|
1745
|
+
<line number="53" hits="88" branch="false"/>
|
|
1746
|
+
<line number="54" hits="88" branch="true" condition-coverage="100% (1/1)"/>
|
|
1747
|
+
<line number="55" hits="88" branch="false"/>
|
|
1661
1748
|
<line number="56" hits="1" branch="false"/>
|
|
1662
1749
|
<line number="57" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1663
1750
|
<line number="58" hits="7" branch="false"/>
|
|
@@ -1676,18 +1763,18 @@
|
|
|
1676
1763
|
<line number="71" hits="1" branch="false"/>
|
|
1677
1764
|
<line number="72" hits="1" branch="false"/>
|
|
1678
1765
|
<line number="73" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1679
|
-
<line number="74" hits="
|
|
1680
|
-
<line number="75" hits="
|
|
1681
|
-
<line number="76" hits="
|
|
1766
|
+
<line number="74" hits="88" branch="false"/>
|
|
1767
|
+
<line number="75" hits="88" branch="false"/>
|
|
1768
|
+
<line number="76" hits="88" branch="false"/>
|
|
1682
1769
|
<line number="77" hits="1" branch="false"/>
|
|
1683
1770
|
<line number="78" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1684
1771
|
<line number="79" hits="5" branch="false"/>
|
|
1685
1772
|
<line number="80" hits="5" branch="false"/>
|
|
1686
1773
|
<line number="81" hits="1" branch="false"/>
|
|
1687
1774
|
<line number="82" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1688
|
-
<line number="83" hits="
|
|
1689
|
-
<line number="84" hits="
|
|
1690
|
-
<line number="85" hits="
|
|
1775
|
+
<line number="83" hits="69" branch="true" condition-coverage="100% (2/2)"/>
|
|
1776
|
+
<line number="84" hits="69" branch="false"/>
|
|
1777
|
+
<line number="85" hits="69" branch="false"/>
|
|
1691
1778
|
<line number="86" hits="1" branch="false"/>
|
|
1692
1779
|
<line number="87" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1693
1780
|
<line number="88" hits="3" branch="false"/>
|
|
@@ -1706,23 +1793,23 @@
|
|
|
1706
1793
|
<line number="101" hits="6" branch="false"/>
|
|
1707
1794
|
<line number="102" hits="1" branch="false"/>
|
|
1708
1795
|
<line number="103" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1709
|
-
<line number="104" hits="
|
|
1710
|
-
<line number="105" hits="
|
|
1711
|
-
<line number="106" hits="
|
|
1796
|
+
<line number="104" hits="19" branch="false"/>
|
|
1797
|
+
<line number="105" hits="19" branch="false"/>
|
|
1798
|
+
<line number="106" hits="19" branch="false"/>
|
|
1712
1799
|
<line number="107" hits="1" branch="false"/>
|
|
1713
1800
|
<line number="108" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1714
|
-
<line number="109" hits="
|
|
1801
|
+
<line number="109" hits="81" branch="true" condition-coverage="100% (1/1)"/>
|
|
1715
1802
|
<line number="110" hits="46" branch="false"/>
|
|
1716
1803
|
<line number="111" hits="46" branch="false"/>
|
|
1717
|
-
<line number="112" hits="
|
|
1718
|
-
<line number="113" hits="
|
|
1719
|
-
<line number="114" hits="
|
|
1720
|
-
<line number="115" hits="
|
|
1721
|
-
<line number="116" hits="
|
|
1722
|
-
<line number="117" hits="
|
|
1723
|
-
<line number="118" hits="
|
|
1724
|
-
<line number="119" hits="
|
|
1725
|
-
<line number="120" hits="
|
|
1804
|
+
<line number="112" hits="81" branch="false"/>
|
|
1805
|
+
<line number="113" hits="81" branch="true" condition-coverage="100% (1/1)"/>
|
|
1806
|
+
<line number="114" hits="81" branch="false"/>
|
|
1807
|
+
<line number="115" hits="81" branch="false"/>
|
|
1808
|
+
<line number="116" hits="81" branch="false"/>
|
|
1809
|
+
<line number="117" hits="81" branch="false"/>
|
|
1810
|
+
<line number="118" hits="81" branch="false"/>
|
|
1811
|
+
<line number="119" hits="81" branch="false"/>
|
|
1812
|
+
<line number="120" hits="81" branch="false"/>
|
|
1726
1813
|
<line number="121" hits="1" branch="false"/>
|
|
1727
1814
|
</lines>
|
|
1728
1815
|
</class>
|
|
@@ -1756,53 +1843,56 @@
|
|
|
1756
1843
|
<line number="24" hits="1" branch="false"/>
|
|
1757
1844
|
<line number="25" hits="1" branch="false"/>
|
|
1758
1845
|
<line number="26" hits="1" branch="false"/>
|
|
1846
|
+
<line number="27" hits="1" branch="false"/>
|
|
1847
|
+
<line number="28" hits="1" branch="false"/>
|
|
1848
|
+
<line number="29" hits="1" branch="false"/>
|
|
1759
1849
|
</lines>
|
|
1760
1850
|
</class>
|
|
1761
|
-
<class name="instance.ts" filename="src/lib/instance.ts" line-rate="0.
|
|
1851
|
+
<class name="instance.ts" filename="src/lib/instance.ts" line-rate="0.9763" branch-rate="0.8887999999999999">
|
|
1762
1852
|
<methods>
|
|
1763
1853
|
<method name="NodePyATVInstance" hits="4" signature="()V">
|
|
1764
1854
|
<lines>
|
|
1765
|
-
<line number="
|
|
1855
|
+
<line number="160" hits="4"/>
|
|
1766
1856
|
</lines>
|
|
1767
1857
|
</method>
|
|
1768
1858
|
<method name="check" hits="5" signature="()V">
|
|
1769
1859
|
<lines>
|
|
1770
|
-
<line number="
|
|
1860
|
+
<line number="40" hits="5"/>
|
|
1771
1861
|
</lines>
|
|
1772
1862
|
</method>
|
|
1773
1863
|
<method name="version" hits="15" signature="()V">
|
|
1774
1864
|
<lines>
|
|
1775
|
-
<line number="
|
|
1865
|
+
<line number="62" hits="15"/>
|
|
1776
1866
|
</lines>
|
|
1777
1867
|
</method>
|
|
1778
|
-
<method name="find" hits="
|
|
1868
|
+
<method name="find" hits="12" signature="()V">
|
|
1779
1869
|
<lines>
|
|
1780
|
-
<line number="
|
|
1870
|
+
<line number="112" hits="12"/>
|
|
1781
1871
|
</lines>
|
|
1782
1872
|
</method>
|
|
1783
|
-
<method name="device" hits="
|
|
1873
|
+
<method name="device" hits="4" signature="()V">
|
|
1784
1874
|
<lines>
|
|
1785
|
-
<line number="
|
|
1875
|
+
<line number="144" hits="4"/>
|
|
1786
1876
|
</lines>
|
|
1787
1877
|
</method>
|
|
1788
1878
|
<method name="check" hits="1" signature="()V">
|
|
1789
1879
|
<lines>
|
|
1790
|
-
<line number="
|
|
1880
|
+
<line number="170" hits="1"/>
|
|
1791
1881
|
</lines>
|
|
1792
1882
|
</method>
|
|
1793
1883
|
<method name="version" hits="1" signature="()V">
|
|
1794
1884
|
<lines>
|
|
1795
|
-
<line number="
|
|
1885
|
+
<line number="180" hits="1"/>
|
|
1796
1886
|
</lines>
|
|
1797
1887
|
</method>
|
|
1798
1888
|
<method name="find" hits="1" signature="()V">
|
|
1799
1889
|
<lines>
|
|
1800
|
-
<line number="
|
|
1890
|
+
<line number="198" hits="1"/>
|
|
1801
1891
|
</lines>
|
|
1802
1892
|
</method>
|
|
1803
1893
|
<method name="device" hits="1" signature="()V">
|
|
1804
1894
|
<lines>
|
|
1805
|
-
<line number="
|
|
1895
|
+
<line number="208" hits="1"/>
|
|
1806
1896
|
</lines>
|
|
1807
1897
|
</method>
|
|
1808
1898
|
</methods>
|
|
@@ -1845,65 +1935,65 @@
|
|
|
1845
1935
|
<line number="36" hits="1" branch="false"/>
|
|
1846
1936
|
<line number="37" hits="1" branch="false"/>
|
|
1847
1937
|
<line number="38" hits="1" branch="false"/>
|
|
1848
|
-
<line number="39" hits="1" branch="
|
|
1849
|
-
<line number="40" hits="
|
|
1850
|
-
<line number="41" hits="5" branch="
|
|
1851
|
-
<line number="42" hits="
|
|
1938
|
+
<line number="39" hits="1" branch="false"/>
|
|
1939
|
+
<line number="40" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1940
|
+
<line number="41" hits="5" branch="false"/>
|
|
1941
|
+
<line number="42" hits="5" branch="true" condition-coverage="100% (1/1)"/>
|
|
1852
1942
|
<line number="43" hits="2" branch="false"/>
|
|
1853
|
-
<line number="44" hits="
|
|
1854
|
-
<line number="45" hits="
|
|
1943
|
+
<line number="44" hits="2" branch="false"/>
|
|
1944
|
+
<line number="45" hits="5" branch="true" condition-coverage="100% (2/2)"/>
|
|
1855
1945
|
<line number="46" hits="1" branch="false"/>
|
|
1856
|
-
<line number="47" hits="
|
|
1857
|
-
<line number="48" hits="2" branch="
|
|
1946
|
+
<line number="47" hits="1" branch="false"/>
|
|
1947
|
+
<line number="48" hits="2" branch="true" condition-coverage="100% (1/1)"/>
|
|
1858
1948
|
<line number="49" hits="2" branch="false"/>
|
|
1859
|
-
<line number="50" hits="
|
|
1860
|
-
<line number="51" hits="1" branch="
|
|
1949
|
+
<line number="50" hits="2" branch="false"/>
|
|
1950
|
+
<line number="51" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1861
1951
|
<line number="52" hits="1" branch="false"/>
|
|
1862
|
-
<line number="53" hits="
|
|
1863
|
-
<line number="54" hits="
|
|
1952
|
+
<line number="53" hits="1" branch="false"/>
|
|
1953
|
+
<line number="54" hits="5" branch="false"/>
|
|
1864
1954
|
<line number="55" hits="1" branch="false"/>
|
|
1865
1955
|
<line number="56" hits="1" branch="false"/>
|
|
1866
1956
|
<line number="57" hits="1" branch="false"/>
|
|
1867
1957
|
<line number="58" hits="1" branch="false"/>
|
|
1868
1958
|
<line number="59" hits="1" branch="false"/>
|
|
1869
1959
|
<line number="60" hits="1" branch="false"/>
|
|
1870
|
-
<line number="61" hits="1" branch="
|
|
1871
|
-
<line number="62" hits="
|
|
1960
|
+
<line number="61" hits="1" branch="false"/>
|
|
1961
|
+
<line number="62" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1872
1962
|
<line number="63" hits="15" branch="false"/>
|
|
1873
1963
|
<line number="64" hits="15" branch="false"/>
|
|
1874
1964
|
<line number="65" hits="15" branch="false"/>
|
|
1875
1965
|
<line number="66" hits="15" branch="false"/>
|
|
1876
|
-
<line number="67" hits="15" branch="
|
|
1966
|
+
<line number="67" hits="15" branch="false"/>
|
|
1877
1967
|
<line number="68" hits="15" branch="true" condition-coverage="100% (1/1)"/>
|
|
1878
|
-
<line number="69" hits="
|
|
1968
|
+
<line number="69" hits="15" branch="true" condition-coverage="100% (1/1)"/>
|
|
1879
1969
|
<line number="70" hits="4" branch="false"/>
|
|
1880
|
-
<line number="71" hits="
|
|
1881
|
-
<line number="72" hits="15" branch="
|
|
1882
|
-
<line number="73" hits="
|
|
1970
|
+
<line number="71" hits="4" branch="false"/>
|
|
1971
|
+
<line number="72" hits="15" branch="false"/>
|
|
1972
|
+
<line number="73" hits="15" branch="true" condition-coverage="100% (2/2)"/>
|
|
1883
1973
|
<line number="74" hits="6" branch="false"/>
|
|
1884
|
-
<line number="75" hits="
|
|
1885
|
-
<line number="76" hits="
|
|
1974
|
+
<line number="75" hits="6" branch="false"/>
|
|
1975
|
+
<line number="76" hits="15" branch="true" condition-coverage="100% (1/1)"/>
|
|
1886
1976
|
<line number="77" hits="10" branch="false"/>
|
|
1887
1977
|
<line number="78" hits="10" branch="false"/>
|
|
1888
|
-
<line number="79" hits="
|
|
1978
|
+
<line number="79" hits="10" branch="false"/>
|
|
1889
1979
|
<line number="80" hits="15" branch="false"/>
|
|
1890
1980
|
<line number="81" hits="15" branch="false"/>
|
|
1891
|
-
<line number="82" hits="15" branch="
|
|
1892
|
-
<line number="83" hits="15" branch="true" condition-coverage="0% (0/
|
|
1893
|
-
<line number="84" hits="
|
|
1981
|
+
<line number="82" hits="15" branch="false"/>
|
|
1982
|
+
<line number="83" hits="15" branch="true" condition-coverage="0% (0/2)"/>
|
|
1983
|
+
<line number="84" hits="15" branch="true" condition-coverage="0% (0/1)"/>
|
|
1894
1984
|
<line number="85" hits="0" branch="false"/>
|
|
1895
|
-
<line number="86" hits="
|
|
1896
|
-
<line number="87" hits="
|
|
1985
|
+
<line number="86" hits="0" branch="false"/>
|
|
1986
|
+
<line number="87" hits="15" branch="true" condition-coverage="0% (0/1)"/>
|
|
1897
1987
|
<line number="88" hits="0" branch="false"/>
|
|
1898
1988
|
<line number="89" hits="0" branch="false"/>
|
|
1899
|
-
<line number="90" hits="
|
|
1989
|
+
<line number="90" hits="0" branch="false"/>
|
|
1900
1990
|
<line number="91" hits="15" branch="false"/>
|
|
1901
1991
|
<line number="92" hits="15" branch="false"/>
|
|
1902
1992
|
<line number="93" hits="15" branch="false"/>
|
|
1903
1993
|
<line number="94" hits="15" branch="false"/>
|
|
1904
1994
|
<line number="95" hits="15" branch="false"/>
|
|
1905
1995
|
<line number="96" hits="15" branch="false"/>
|
|
1906
|
-
<line number="97" hits="
|
|
1996
|
+
<line number="97" hits="15" branch="false"/>
|
|
1907
1997
|
<line number="98" hits="1" branch="false"/>
|
|
1908
1998
|
<line number="99" hits="1" branch="false"/>
|
|
1909
1999
|
<line number="100" hits="1" branch="false"/>
|
|
@@ -1917,42 +2007,42 @@
|
|
|
1917
2007
|
<line number="108" hits="1" branch="false"/>
|
|
1918
2008
|
<line number="109" hits="1" branch="false"/>
|
|
1919
2009
|
<line number="110" hits="1" branch="false"/>
|
|
1920
|
-
<line number="111" hits="1" branch="
|
|
1921
|
-
<line number="112" hits="
|
|
1922
|
-
<line number="113" hits="
|
|
1923
|
-
<line number="114" hits="
|
|
1924
|
-
<line number="115" hits="
|
|
1925
|
-
<line number="116" hits="
|
|
1926
|
-
<line number="117" hits="
|
|
2010
|
+
<line number="111" hits="1" branch="false"/>
|
|
2011
|
+
<line number="112" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2012
|
+
<line number="113" hits="12" branch="false"/>
|
|
2013
|
+
<line number="114" hits="12" branch="false"/>
|
|
2014
|
+
<line number="115" hits="12" branch="false"/>
|
|
2015
|
+
<line number="116" hits="12" branch="false"/>
|
|
2016
|
+
<line number="117" hits="12" branch="true" condition-coverage="100% (3/3)"/>
|
|
1927
2017
|
<line number="118" hits="2" branch="false"/>
|
|
1928
|
-
<line number="119" hits="
|
|
1929
|
-
<line number="120" hits="
|
|
1930
|
-
<line number="121" hits="
|
|
1931
|
-
<line number="122" hits="
|
|
1932
|
-
<line number="123" hits="
|
|
1933
|
-
<line number="124" hits="
|
|
1934
|
-
<line number="125" hits="
|
|
1935
|
-
<line number="126" hits="
|
|
1936
|
-
<line number="127" hits="
|
|
1937
|
-
<line number="128" hits="
|
|
1938
|
-
<line number="129" hits="
|
|
1939
|
-
<line number="130" hits="
|
|
1940
|
-
<line number="131" hits="
|
|
1941
|
-
<line number="132" hits="
|
|
1942
|
-
<line number="133" hits="
|
|
1943
|
-
<line number="134" hits="
|
|
1944
|
-
<line number="135" hits="
|
|
1945
|
-
<line number="136" hits="
|
|
2018
|
+
<line number="119" hits="2" branch="false"/>
|
|
2019
|
+
<line number="120" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
2020
|
+
<line number="121" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
2021
|
+
<line number="122" hits="2" branch="false"/>
|
|
2022
|
+
<line number="123" hits="2" branch="false"/>
|
|
2023
|
+
<line number="124" hits="2" branch="false"/>
|
|
2024
|
+
<line number="125" hits="2" branch="false"/>
|
|
2025
|
+
<line number="126" hits="2" branch="true" condition-coverage="100% (2/2)"/>
|
|
2026
|
+
<line number="127" hits="2" branch="true" condition-coverage="100% (2/2)"/>
|
|
2027
|
+
<line number="128" hits="2" branch="true" condition-coverage="100% (2/2)"/>
|
|
2028
|
+
<line number="129" hits="2" branch="true" condition-coverage="100% (2/2)"/>
|
|
2029
|
+
<line number="130" hits="2" branch="false"/>
|
|
2030
|
+
<line number="131" hits="2" branch="false"/>
|
|
2031
|
+
<line number="132" hits="6" branch="false"/>
|
|
2032
|
+
<line number="133" hits="6" branch="false"/>
|
|
2033
|
+
<line number="134" hits="6" branch="false"/>
|
|
2034
|
+
<line number="135" hits="6" branch="false"/>
|
|
2035
|
+
<line number="136" hits="6" branch="false"/>
|
|
1946
2036
|
<line number="137" hits="1" branch="false"/>
|
|
1947
|
-
<line number="138" hits="1" branch="
|
|
1948
|
-
<line number="139" hits="
|
|
1949
|
-
<line number="140" hits="
|
|
2037
|
+
<line number="138" hits="1" branch="false"/>
|
|
2038
|
+
<line number="139" hits="1" branch="false"/>
|
|
2039
|
+
<line number="140" hits="1" branch="false"/>
|
|
1950
2040
|
<line number="141" hits="1" branch="false"/>
|
|
1951
2041
|
<line number="142" hits="1" branch="false"/>
|
|
1952
2042
|
<line number="143" hits="1" branch="false"/>
|
|
1953
|
-
<line number="144" hits="1" branch="
|
|
1954
|
-
<line number="145" hits="
|
|
1955
|
-
<line number="146" hits="
|
|
2043
|
+
<line number="144" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2044
|
+
<line number="145" hits="4" branch="false"/>
|
|
2045
|
+
<line number="146" hits="4" branch="false"/>
|
|
1956
2046
|
<line number="147" hits="1" branch="false"/>
|
|
1957
2047
|
<line number="148" hits="1" branch="false"/>
|
|
1958
2048
|
<line number="149" hits="1" branch="false"/>
|
|
@@ -1960,33 +2050,33 @@
|
|
|
1960
2050
|
<line number="151" hits="1" branch="false"/>
|
|
1961
2051
|
<line number="152" hits="1" branch="false"/>
|
|
1962
2052
|
<line number="153" hits="1" branch="false"/>
|
|
1963
|
-
<line number="154" hits="1" branch="
|
|
1964
|
-
<line number="155" hits="
|
|
1965
|
-
<line number="156" hits="
|
|
2053
|
+
<line number="154" hits="1" branch="false"/>
|
|
2054
|
+
<line number="155" hits="1" branch="false"/>
|
|
2055
|
+
<line number="156" hits="1" branch="false"/>
|
|
1966
2056
|
<line number="157" hits="1" branch="false"/>
|
|
1967
2057
|
<line number="158" hits="1" branch="false"/>
|
|
1968
2058
|
<line number="159" hits="1" branch="false"/>
|
|
1969
|
-
<line number="160" hits="1" branch="
|
|
1970
|
-
<line number="161" hits="
|
|
1971
|
-
<line number="162" hits="
|
|
2059
|
+
<line number="160" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2060
|
+
<line number="161" hits="4" branch="false"/>
|
|
2061
|
+
<line number="162" hits="4" branch="false"/>
|
|
1972
2062
|
<line number="163" hits="1" branch="false"/>
|
|
1973
|
-
<line number="164" hits="1" branch="
|
|
2063
|
+
<line number="164" hits="1" branch="false"/>
|
|
1974
2064
|
<line number="165" hits="1" branch="false"/>
|
|
1975
2065
|
<line number="166" hits="1" branch="false"/>
|
|
1976
2066
|
<line number="167" hits="1" branch="false"/>
|
|
1977
2067
|
<line number="168" hits="1" branch="false"/>
|
|
1978
2068
|
<line number="169" hits="1" branch="false"/>
|
|
1979
|
-
<line number="170" hits="1" branch="
|
|
2069
|
+
<line number="170" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1980
2070
|
<line number="171" hits="1" branch="false"/>
|
|
1981
2071
|
<line number="172" hits="1" branch="false"/>
|
|
1982
2072
|
<line number="173" hits="1" branch="false"/>
|
|
1983
|
-
<line number="174" hits="1" branch="
|
|
2073
|
+
<line number="174" hits="1" branch="false"/>
|
|
1984
2074
|
<line number="175" hits="1" branch="false"/>
|
|
1985
2075
|
<line number="176" hits="1" branch="false"/>
|
|
1986
2076
|
<line number="177" hits="1" branch="false"/>
|
|
1987
2077
|
<line number="178" hits="1" branch="false"/>
|
|
1988
2078
|
<line number="179" hits="1" branch="false"/>
|
|
1989
|
-
<line number="180" hits="1" branch="
|
|
2079
|
+
<line number="180" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
1990
2080
|
<line number="181" hits="1" branch="false"/>
|
|
1991
2081
|
<line number="182" hits="1" branch="false"/>
|
|
1992
2082
|
<line number="183" hits="1" branch="false"/>
|
|
@@ -1998,52 +2088,58 @@
|
|
|
1998
2088
|
<line number="189" hits="1" branch="false"/>
|
|
1999
2089
|
<line number="190" hits="1" branch="false"/>
|
|
2000
2090
|
<line number="191" hits="1" branch="false"/>
|
|
2001
|
-
<line number="192" hits="1" branch="
|
|
2091
|
+
<line number="192" hits="1" branch="false"/>
|
|
2002
2092
|
<line number="193" hits="1" branch="false"/>
|
|
2003
2093
|
<line number="194" hits="1" branch="false"/>
|
|
2004
2094
|
<line number="195" hits="1" branch="false"/>
|
|
2005
2095
|
<line number="196" hits="1" branch="false"/>
|
|
2006
2096
|
<line number="197" hits="1" branch="false"/>
|
|
2007
|
-
<line number="198" hits="1" branch="
|
|
2097
|
+
<line number="198" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2008
2098
|
<line number="199" hits="1" branch="false"/>
|
|
2009
2099
|
<line number="200" hits="1" branch="false"/>
|
|
2010
2100
|
<line number="201" hits="1" branch="false"/>
|
|
2011
|
-
<line number="202" hits="1" branch="
|
|
2101
|
+
<line number="202" hits="1" branch="false"/>
|
|
2012
2102
|
<line number="203" hits="1" branch="false"/>
|
|
2013
2103
|
<line number="204" hits="1" branch="false"/>
|
|
2014
2104
|
<line number="205" hits="1" branch="false"/>
|
|
2105
|
+
<line number="206" hits="1" branch="false"/>
|
|
2106
|
+
<line number="207" hits="1" branch="false"/>
|
|
2107
|
+
<line number="208" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2108
|
+
<line number="209" hits="1" branch="false"/>
|
|
2109
|
+
<line number="210" hits="1" branch="false"/>
|
|
2110
|
+
<line number="211" hits="1" branch="false"/>
|
|
2015
2111
|
</lines>
|
|
2016
2112
|
</class>
|
|
2017
2113
|
<class name="tools.ts" filename="src/lib/tools.ts" line-rate="0.992" branch-rate="0.9813">
|
|
2018
2114
|
<methods>
|
|
2019
|
-
<method name="addRequestId" hits="
|
|
2115
|
+
<method name="addRequestId" hits="109" signature="()V">
|
|
2020
2116
|
<lines>
|
|
2021
|
-
<line number="18" hits="
|
|
2117
|
+
<line number="18" hits="109"/>
|
|
2022
2118
|
</lines>
|
|
2023
2119
|
</method>
|
|
2024
|
-
<method name="removeRequestId" hits="
|
|
2120
|
+
<method name="removeRequestId" hits="116" signature="()V">
|
|
2025
2121
|
<lines>
|
|
2026
|
-
<line number="32" hits="
|
|
2122
|
+
<line number="32" hits="116"/>
|
|
2027
2123
|
</lines>
|
|
2028
2124
|
</method>
|
|
2029
|
-
<method name="debug" hits="
|
|
2125
|
+
<method name="debug" hits="2315" signature="()V">
|
|
2030
2126
|
<lines>
|
|
2031
|
-
<line number="38" hits="
|
|
2127
|
+
<line number="38" hits="2315"/>
|
|
2032
2128
|
</lines>
|
|
2033
2129
|
</method>
|
|
2034
|
-
<method name="getExecutable" hits="
|
|
2130
|
+
<method name="getExecutable" hits="96" signature="()V">
|
|
2035
2131
|
<lines>
|
|
2036
|
-
<line number="59" hits="
|
|
2132
|
+
<line number="59" hits="96"/>
|
|
2037
2133
|
</lines>
|
|
2038
2134
|
</method>
|
|
2039
|
-
<method name="execute" hits="
|
|
2135
|
+
<method name="execute" hits="92" signature="()V">
|
|
2040
2136
|
<lines>
|
|
2041
|
-
<line number="71" hits="
|
|
2137
|
+
<line number="71" hits="92"/>
|
|
2042
2138
|
</lines>
|
|
2043
2139
|
</method>
|
|
2044
|
-
<method name="onStdOut" hits="
|
|
2140
|
+
<method name="onStdOut" hits="73" signature="()V">
|
|
2045
2141
|
<lines>
|
|
2046
|
-
<line number="86" hits="
|
|
2142
|
+
<line number="86" hits="73"/>
|
|
2047
2143
|
</lines>
|
|
2048
2144
|
</method>
|
|
2049
2145
|
<method name="onStdErr" hits="3" signature="()V">
|
|
@@ -2056,24 +2152,24 @@
|
|
|
2056
2152
|
<line number="88" hits="6"/>
|
|
2057
2153
|
</lines>
|
|
2058
2154
|
</method>
|
|
2059
|
-
<method name="onClose" hits="
|
|
2155
|
+
<method name="onClose" hits="92" signature="()V">
|
|
2060
2156
|
<lines>
|
|
2061
|
-
<line number="91" hits="
|
|
2157
|
+
<line number="91" hits="92"/>
|
|
2062
2158
|
</lines>
|
|
2063
2159
|
</method>
|
|
2064
|
-
<method name="request" hits="
|
|
2160
|
+
<method name="request" hits="73" signature="()V">
|
|
2065
2161
|
<lines>
|
|
2066
|
-
<line number="118" hits="
|
|
2162
|
+
<line number="118" hits="73"/>
|
|
2067
2163
|
</lines>
|
|
2068
2164
|
</method>
|
|
2069
|
-
<method name="msg" hits="
|
|
2165
|
+
<method name="msg" hits="73" signature="()V">
|
|
2070
2166
|
<lines>
|
|
2071
|
-
<line number="130" hits="
|
|
2167
|
+
<line number="130" hits="73"/>
|
|
2072
2168
|
</lines>
|
|
2073
2169
|
</method>
|
|
2074
|
-
<method name="onStdOut" hits="
|
|
2170
|
+
<method name="onStdOut" hits="61" signature="()V">
|
|
2075
2171
|
<lines>
|
|
2076
|
-
<line number="134" hits="
|
|
2172
|
+
<line number="134" hits="61"/>
|
|
2077
2173
|
</lines>
|
|
2078
2174
|
</method>
|
|
2079
2175
|
<method name="onStdErr" hits="2" signature="()V">
|
|
@@ -2086,29 +2182,29 @@
|
|
|
2086
2182
|
<line number="136" hits="5"/>
|
|
2087
2183
|
</lines>
|
|
2088
2184
|
</method>
|
|
2089
|
-
<method name="onClose" hits="
|
|
2185
|
+
<method name="onClose" hits="73" signature="()V">
|
|
2090
2186
|
<lines>
|
|
2091
|
-
<line number="139" hits="
|
|
2187
|
+
<line number="139" hits="73"/>
|
|
2092
2188
|
</lines>
|
|
2093
2189
|
</method>
|
|
2094
|
-
<method name="getParamters" hits="
|
|
2190
|
+
<method name="getParamters" hits="80" signature="()V">
|
|
2095
2191
|
<lines>
|
|
2096
|
-
<line number="184" hits="
|
|
2192
|
+
<line number="184" hits="80"/>
|
|
2097
2193
|
</lines>
|
|
2098
2194
|
</method>
|
|
2099
|
-
<method name="parseStateStringAttr" hits="
|
|
2195
|
+
<method name="parseStateStringAttr" hits="945" signature="()V">
|
|
2100
2196
|
<lines>
|
|
2101
|
-
<line number="218" hits="
|
|
2197
|
+
<line number="218" hits="945"/>
|
|
2102
2198
|
</lines>
|
|
2103
2199
|
</method>
|
|
2104
|
-
<method name="parseState" hits="
|
|
2200
|
+
<method name="parseState" hits="139" signature="()V">
|
|
2105
2201
|
<lines>
|
|
2106
|
-
<line number="233" hits="
|
|
2202
|
+
<line number="233" hits="139"/>
|
|
2107
2203
|
</lines>
|
|
2108
2204
|
</method>
|
|
2109
|
-
<method name="d" hits="
|
|
2205
|
+
<method name="d" hits="1951" signature="()V">
|
|
2110
2206
|
<lines>
|
|
2111
|
-
<line number="234" hits="
|
|
2207
|
+
<line number="234" hits="1951"/>
|
|
2112
2208
|
</lines>
|
|
2113
2209
|
</method>
|
|
2114
2210
|
</methods>
|
|
@@ -2131,27 +2227,27 @@
|
|
|
2131
2227
|
<line number="16" hits="1" branch="false"/>
|
|
2132
2228
|
<line number="17" hits="1" branch="false"/>
|
|
2133
2229
|
<line number="18" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2134
|
-
<line number="19" hits="
|
|
2135
|
-
<line number="20" hits="
|
|
2136
|
-
<line number="21" hits="
|
|
2137
|
-
<line number="22" hits="
|
|
2138
|
-
<line number="23" hits="
|
|
2139
|
-
<line number="24" hits="
|
|
2140
|
-
<line number="25" hits="
|
|
2141
|
-
<line number="26" hits="
|
|
2142
|
-
<line number="27" hits="
|
|
2143
|
-
<line number="28" hits="
|
|
2144
|
-
<line number="29" hits="
|
|
2145
|
-
<line number="30" hits="
|
|
2230
|
+
<line number="19" hits="109" branch="false"/>
|
|
2231
|
+
<line number="20" hits="109" branch="false"/>
|
|
2232
|
+
<line number="21" hits="109" branch="true" condition-coverage="100% (1/1)"/>
|
|
2233
|
+
<line number="22" hits="115" branch="false"/>
|
|
2234
|
+
<line number="23" hits="115" branch="true" condition-coverage="100% (1/1)"/>
|
|
2235
|
+
<line number="24" hits="109" branch="false"/>
|
|
2236
|
+
<line number="25" hits="109" branch="false"/>
|
|
2237
|
+
<line number="26" hits="109" branch="false"/>
|
|
2238
|
+
<line number="27" hits="115" branch="false"/>
|
|
2239
|
+
<line number="28" hits="109" branch="false"/>
|
|
2240
|
+
<line number="29" hits="109" branch="false"/>
|
|
2241
|
+
<line number="30" hits="109" branch="false"/>
|
|
2146
2242
|
<line number="31" hits="1" branch="false"/>
|
|
2147
2243
|
<line number="32" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2148
|
-
<line number="33" hits="
|
|
2149
|
-
<line number="34" hits="
|
|
2150
|
-
<line number="35" hits="
|
|
2151
|
-
<line number="36" hits="
|
|
2244
|
+
<line number="33" hits="116" branch="true" condition-coverage="100% (1/1)"/>
|
|
2245
|
+
<line number="34" hits="96" branch="false"/>
|
|
2246
|
+
<line number="35" hits="96" branch="false"/>
|
|
2247
|
+
<line number="36" hits="116" branch="false"/>
|
|
2152
2248
|
<line number="37" hits="1" branch="false"/>
|
|
2153
2249
|
<line number="38" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2154
|
-
<line number="39" hits="
|
|
2250
|
+
<line number="39" hits="2315" branch="true" condition-coverage="100% (1/1)"/>
|
|
2155
2251
|
<line number="40" hits="9" branch="true" condition-coverage="100% (2/2)"/>
|
|
2156
2252
|
<line number="41" hits="9" branch="false"/>
|
|
2157
2253
|
<line number="42" hits="9" branch="false"/>
|
|
@@ -2169,205 +2265,205 @@
|
|
|
2169
2265
|
<line number="54" hits="9" branch="false"/>
|
|
2170
2266
|
<line number="55" hits="9" branch="false"/>
|
|
2171
2267
|
<line number="56" hits="9" branch="false"/>
|
|
2172
|
-
<line number="57" hits="
|
|
2268
|
+
<line number="57" hits="2315" branch="false"/>
|
|
2173
2269
|
<line number="58" hits="1" branch="false"/>
|
|
2174
2270
|
<line number="59" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2175
|
-
<line number="60" hits="
|
|
2271
|
+
<line number="60" hits="96" branch="true" condition-coverage="100% (2/2)"/>
|
|
2176
2272
|
<line number="61" hits="4" branch="false"/>
|
|
2177
2273
|
<line number="62" hits="4" branch="false"/>
|
|
2178
|
-
<line number="63" hits="
|
|
2274
|
+
<line number="63" hits="92" branch="true" condition-coverage="100% (3/3)"/>
|
|
2179
2275
|
<line number="64" hits="3" branch="false"/>
|
|
2180
2276
|
<line number="65" hits="3" branch="false"/>
|
|
2181
|
-
<line number="66" hits="
|
|
2182
|
-
<line number="67" hits="
|
|
2183
|
-
<line number="68" hits="
|
|
2184
|
-
<line number="69" hits="
|
|
2277
|
+
<line number="66" hits="89" branch="true" condition-coverage="100% (1/1)"/>
|
|
2278
|
+
<line number="67" hits="89" branch="false"/>
|
|
2279
|
+
<line number="68" hits="89" branch="false"/>
|
|
2280
|
+
<line number="69" hits="96" branch="false"/>
|
|
2185
2281
|
<line number="70" hits="1" branch="false"/>
|
|
2186
2282
|
<line number="71" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2187
|
-
<line number="72" hits="
|
|
2188
|
-
<line number="73" hits="
|
|
2189
|
-
<line number="74" hits="
|
|
2190
|
-
<line number="75" hits="
|
|
2191
|
-
<line number="76" hits="
|
|
2192
|
-
<line number="77" hits="
|
|
2193
|
-
<line number="78" hits="
|
|
2194
|
-
<line number="79" hits="
|
|
2195
|
-
<line number="80" hits="
|
|
2196
|
-
<line number="81" hits="
|
|
2197
|
-
<line number="82" hits="
|
|
2198
|
-
<line number="83" hits="
|
|
2199
|
-
<line number="84" hits="
|
|
2200
|
-
<line number="85" hits="
|
|
2201
|
-
<line number="86" hits="
|
|
2202
|
-
<line number="87" hits="
|
|
2203
|
-
<line number="88" hits="
|
|
2204
|
-
<line number="89" hits="
|
|
2205
|
-
<line number="90" hits="
|
|
2206
|
-
<line number="91" hits="
|
|
2207
|
-
<line number="92" hits="
|
|
2208
|
-
<line number="93" hits="
|
|
2209
|
-
<line number="94" hits="
|
|
2210
|
-
<line number="95" hits="
|
|
2211
|
-
<line number="96" hits="
|
|
2212
|
-
<line number="97" hits="
|
|
2213
|
-
<line number="98" hits="
|
|
2214
|
-
<line number="99" hits="
|
|
2215
|
-
<line number="100" hits="
|
|
2216
|
-
<line number="101" hits="
|
|
2217
|
-
<line number="102" hits="
|
|
2218
|
-
<line number="103" hits="
|
|
2219
|
-
<line number="104" hits="
|
|
2220
|
-
<line number="105" hits="
|
|
2221
|
-
<line number="106" hits="
|
|
2222
|
-
<line number="107" hits="
|
|
2223
|
-
<line number="108" hits="
|
|
2224
|
-
<line number="109" hits="
|
|
2225
|
-
<line number="110" hits="
|
|
2226
|
-
<line number="111" hits="
|
|
2227
|
-
<line number="112" hits="
|
|
2228
|
-
<line number="113" hits="
|
|
2229
|
-
<line number="114" hits="
|
|
2230
|
-
<line number="115" hits="
|
|
2231
|
-
<line number="116" hits="
|
|
2283
|
+
<line number="72" hits="92" branch="false"/>
|
|
2284
|
+
<line number="73" hits="92" branch="false"/>
|
|
2285
|
+
<line number="74" hits="92" branch="false"/>
|
|
2286
|
+
<line number="75" hits="92" branch="false"/>
|
|
2287
|
+
<line number="76" hits="92" branch="false"/>
|
|
2288
|
+
<line number="77" hits="92" branch="false"/>
|
|
2289
|
+
<line number="78" hits="92" branch="true" condition-coverage="100% (2/2)"/>
|
|
2290
|
+
<line number="79" hits="92" branch="false"/>
|
|
2291
|
+
<line number="80" hits="92" branch="false"/>
|
|
2292
|
+
<line number="81" hits="92" branch="false"/>
|
|
2293
|
+
<line number="82" hits="92" branch="false"/>
|
|
2294
|
+
<line number="83" hits="92" branch="false"/>
|
|
2295
|
+
<line number="84" hits="92" branch="false"/>
|
|
2296
|
+
<line number="85" hits="92" branch="false"/>
|
|
2297
|
+
<line number="86" hits="92" branch="true" condition-coverage="100% (1/1)"/>
|
|
2298
|
+
<line number="87" hits="92" branch="true" condition-coverage="100% (1/1)"/>
|
|
2299
|
+
<line number="88" hits="92" branch="true" condition-coverage="100% (1/1)"/>
|
|
2300
|
+
<line number="89" hits="92" branch="false"/>
|
|
2301
|
+
<line number="90" hits="92" branch="false"/>
|
|
2302
|
+
<line number="91" hits="92" branch="true" condition-coverage="100% (1/1)"/>
|
|
2303
|
+
<line number="92" hits="92" branch="false"/>
|
|
2304
|
+
<line number="93" hits="92" branch="false"/>
|
|
2305
|
+
<line number="94" hits="92" branch="false"/>
|
|
2306
|
+
<line number="95" hits="92" branch="false"/>
|
|
2307
|
+
<line number="96" hits="92" branch="false"/>
|
|
2308
|
+
<line number="97" hits="92" branch="false"/>
|
|
2309
|
+
<line number="98" hits="92" branch="false"/>
|
|
2310
|
+
<line number="99" hits="92" branch="false"/>
|
|
2311
|
+
<line number="100" hits="92" branch="false"/>
|
|
2312
|
+
<line number="101" hits="92" branch="false"/>
|
|
2313
|
+
<line number="102" hits="92" branch="false"/>
|
|
2314
|
+
<line number="103" hits="92" branch="false"/>
|
|
2315
|
+
<line number="104" hits="92" branch="false"/>
|
|
2316
|
+
<line number="105" hits="92" branch="false"/>
|
|
2317
|
+
<line number="106" hits="92" branch="false"/>
|
|
2318
|
+
<line number="107" hits="92" branch="false"/>
|
|
2319
|
+
<line number="108" hits="92" branch="false"/>
|
|
2320
|
+
<line number="109" hits="92" branch="false"/>
|
|
2321
|
+
<line number="110" hits="92" branch="false"/>
|
|
2322
|
+
<line number="111" hits="92" branch="false"/>
|
|
2323
|
+
<line number="112" hits="92" branch="false"/>
|
|
2324
|
+
<line number="113" hits="92" branch="false"/>
|
|
2325
|
+
<line number="114" hits="92" branch="false"/>
|
|
2326
|
+
<line number="115" hits="92" branch="false"/>
|
|
2327
|
+
<line number="116" hits="92" branch="false"/>
|
|
2232
2328
|
<line number="117" hits="1" branch="false"/>
|
|
2233
2329
|
<line number="118" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2234
|
-
<line number="119" hits="
|
|
2235
|
-
<line number="120" hits="
|
|
2236
|
-
<line number="121" hits="
|
|
2237
|
-
<line number="122" hits="
|
|
2238
|
-
<line number="123" hits="
|
|
2239
|
-
<line number="124" hits="
|
|
2240
|
-
<line number="125" hits="
|
|
2241
|
-
<line number="126" hits="
|
|
2242
|
-
<line number="127" hits="
|
|
2243
|
-
<line number="128" hits="
|
|
2244
|
-
<line number="129" hits="
|
|
2245
|
-
<line number="130" hits="
|
|
2246
|
-
<line number="131" hits="
|
|
2247
|
-
<line number="132" hits="
|
|
2248
|
-
<line number="133" hits="
|
|
2249
|
-
<line number="134" hits="
|
|
2250
|
-
<line number="135" hits="
|
|
2251
|
-
<line number="136" hits="
|
|
2252
|
-
<line number="137" hits="
|
|
2253
|
-
<line number="138" hits="
|
|
2254
|
-
<line number="139" hits="
|
|
2255
|
-
<line number="140" hits="
|
|
2256
|
-
<line number="141" hits="
|
|
2257
|
-
<line number="142" hits="
|
|
2258
|
-
<line number="143" hits="
|
|
2259
|
-
<line number="144" hits="
|
|
2260
|
-
<line number="145" hits="
|
|
2261
|
-
<line number="146" hits="
|
|
2262
|
-
<line number="147" hits="
|
|
2263
|
-
<line number="148" hits="
|
|
2264
|
-
<line number="149" hits="
|
|
2265
|
-
<line number="150" hits="
|
|
2266
|
-
<line number="151" hits="
|
|
2267
|
-
<line number="152" hits="
|
|
2268
|
-
<line number="153" hits="
|
|
2269
|
-
<line number="154" hits="
|
|
2270
|
-
<line number="155" hits="
|
|
2271
|
-
<line number="156" hits="
|
|
2272
|
-
<line number="157" hits="
|
|
2273
|
-
<line number="158" hits="
|
|
2274
|
-
<line number="159" hits="
|
|
2275
|
-
<line number="160" hits="
|
|
2276
|
-
<line number="161" hits="
|
|
2277
|
-
<line number="162" hits="
|
|
2278
|
-
<line number="163" hits="
|
|
2279
|
-
<line number="164" hits="
|
|
2280
|
-
<line number="165" hits="
|
|
2330
|
+
<line number="119" hits="73" branch="false"/>
|
|
2331
|
+
<line number="120" hits="73" branch="false"/>
|
|
2332
|
+
<line number="121" hits="73" branch="false"/>
|
|
2333
|
+
<line number="122" hits="73" branch="false"/>
|
|
2334
|
+
<line number="123" hits="73" branch="false"/>
|
|
2335
|
+
<line number="124" hits="73" branch="false"/>
|
|
2336
|
+
<line number="125" hits="73" branch="false"/>
|
|
2337
|
+
<line number="126" hits="73" branch="false"/>
|
|
2338
|
+
<line number="127" hits="73" branch="false"/>
|
|
2339
|
+
<line number="128" hits="73" branch="false"/>
|
|
2340
|
+
<line number="129" hits="73" branch="false"/>
|
|
2341
|
+
<line number="130" hits="73" branch="true" condition-coverage="100% (1/1)"/>
|
|
2342
|
+
<line number="131" hits="73" branch="false"/>
|
|
2343
|
+
<line number="132" hits="73" branch="false"/>
|
|
2344
|
+
<line number="133" hits="73" branch="false"/>
|
|
2345
|
+
<line number="134" hits="73" branch="true" condition-coverage="100% (1/1)"/>
|
|
2346
|
+
<line number="135" hits="73" branch="true" condition-coverage="100% (1/1)"/>
|
|
2347
|
+
<line number="136" hits="73" branch="true" condition-coverage="50% (1/2)"/>
|
|
2348
|
+
<line number="137" hits="73" branch="false"/>
|
|
2349
|
+
<line number="138" hits="73" branch="false"/>
|
|
2350
|
+
<line number="139" hits="73" branch="true" condition-coverage="100% (1/1)"/>
|
|
2351
|
+
<line number="140" hits="73" branch="false"/>
|
|
2352
|
+
<line number="141" hits="73" branch="false"/>
|
|
2353
|
+
<line number="142" hits="73" branch="false"/>
|
|
2354
|
+
<line number="143" hits="73" branch="false"/>
|
|
2355
|
+
<line number="144" hits="73" branch="false"/>
|
|
2356
|
+
<line number="145" hits="73" branch="false"/>
|
|
2357
|
+
<line number="146" hits="73" branch="false"/>
|
|
2358
|
+
<line number="147" hits="73" branch="false"/>
|
|
2359
|
+
<line number="148" hits="73" branch="false"/>
|
|
2360
|
+
<line number="149" hits="73" branch="false"/>
|
|
2361
|
+
<line number="150" hits="73" branch="false"/>
|
|
2362
|
+
<line number="151" hits="73" branch="false"/>
|
|
2363
|
+
<line number="152" hits="73" branch="false"/>
|
|
2364
|
+
<line number="153" hits="73" branch="false"/>
|
|
2365
|
+
<line number="154" hits="73" branch="false"/>
|
|
2366
|
+
<line number="155" hits="73" branch="false"/>
|
|
2367
|
+
<line number="156" hits="73" branch="false"/>
|
|
2368
|
+
<line number="157" hits="73" branch="false"/>
|
|
2369
|
+
<line number="158" hits="73" branch="false"/>
|
|
2370
|
+
<line number="159" hits="73" branch="false"/>
|
|
2371
|
+
<line number="160" hits="73" branch="false"/>
|
|
2372
|
+
<line number="161" hits="73" branch="false"/>
|
|
2373
|
+
<line number="162" hits="73" branch="false"/>
|
|
2374
|
+
<line number="163" hits="73" branch="false"/>
|
|
2375
|
+
<line number="164" hits="68" branch="true" condition-coverage="100% (1/1)"/>
|
|
2376
|
+
<line number="165" hits="73" branch="true" condition-coverage="100% (1/1)"/>
|
|
2281
2377
|
<line number="166" hits="2" branch="false"/>
|
|
2282
2378
|
<line number="167" hits="2" branch="false"/>
|
|
2283
2379
|
<line number="168" hits="2" branch="false"/>
|
|
2284
2380
|
<line number="169" hits="2" branch="false"/>
|
|
2285
|
-
<line number="170" hits="
|
|
2286
|
-
<line number="171" hits="
|
|
2287
|
-
<line number="172" hits="
|
|
2288
|
-
<line number="173" hits="
|
|
2289
|
-
<line number="174" hits="
|
|
2381
|
+
<line number="170" hits="73" branch="true" condition-coverage="100% (2/2)"/>
|
|
2382
|
+
<line number="171" hits="53" branch="false"/>
|
|
2383
|
+
<line number="172" hits="53" branch="false"/>
|
|
2384
|
+
<line number="173" hits="53" branch="false"/>
|
|
2385
|
+
<line number="174" hits="53" branch="true" condition-coverage="100% (1/1)"/>
|
|
2290
2386
|
<line number="175" hits="1" branch="false"/>
|
|
2291
2387
|
<line number="176" hits="1" branch="false"/>
|
|
2292
2388
|
<line number="177" hits="1" branch="false"/>
|
|
2293
2389
|
<line number="178" hits="1" branch="false"/>
|
|
2294
|
-
<line number="179" hits="
|
|
2390
|
+
<line number="179" hits="53" branch="false"/>
|
|
2295
2391
|
<line number="180" hits="13" branch="true" condition-coverage="100% (1/1)"/>
|
|
2296
2392
|
<line number="181" hits="13" branch="false"/>
|
|
2297
2393
|
<line number="182" hits="13" branch="false"/>
|
|
2298
2394
|
<line number="183" hits="1" branch="false"/>
|
|
2299
2395
|
<line number="184" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2300
|
-
<line number="185" hits="
|
|
2301
|
-
<line number="186" hits="
|
|
2302
|
-
<line number="187" hits="
|
|
2396
|
+
<line number="185" hits="80" branch="false"/>
|
|
2397
|
+
<line number="186" hits="80" branch="false"/>
|
|
2398
|
+
<line number="187" hits="80" branch="true" condition-coverage="100% (1/1)"/>
|
|
2303
2399
|
<line number="188" hits="1" branch="false"/>
|
|
2304
2400
|
<line number="189" hits="1" branch="false"/>
|
|
2305
|
-
<line number="190" hits="
|
|
2401
|
+
<line number="190" hits="79" branch="true" condition-coverage="100% (2/2)"/>
|
|
2306
2402
|
<line number="191" hits="66" branch="false"/>
|
|
2307
2403
|
<line number="192" hits="66" branch="false"/>
|
|
2308
|
-
<line number="193" hits="
|
|
2404
|
+
<line number="193" hits="80" branch="true" condition-coverage="100% (1/1)"/>
|
|
2309
2405
|
<line number="194" hits="1" branch="false"/>
|
|
2310
2406
|
<line number="195" hits="1" branch="false"/>
|
|
2311
|
-
<line number="196" hits="
|
|
2407
|
+
<line number="196" hits="80" branch="true" condition-coverage="100% (1/1)"/>
|
|
2312
2408
|
<line number="197" hits="1" branch="false"/>
|
|
2313
2409
|
<line number="198" hits="1" branch="false"/>
|
|
2314
|
-
<line number="199" hits="
|
|
2410
|
+
<line number="199" hits="80" branch="true" condition-coverage="100% (1/1)"/>
|
|
2315
2411
|
<line number="200" hits="1" branch="false"/>
|
|
2316
2412
|
<line number="201" hits="1" branch="false"/>
|
|
2317
|
-
<line number="202" hits="
|
|
2413
|
+
<line number="202" hits="80" branch="true" condition-coverage="100% (1/1)"/>
|
|
2318
2414
|
<line number="203" hits="1" branch="false"/>
|
|
2319
2415
|
<line number="204" hits="1" branch="false"/>
|
|
2320
|
-
<line number="205" hits="
|
|
2416
|
+
<line number="205" hits="80" branch="true" condition-coverage="100% (1/1)"/>
|
|
2321
2417
|
<line number="206" hits="1" branch="false"/>
|
|
2322
2418
|
<line number="207" hits="1" branch="false"/>
|
|
2323
|
-
<line number="208" hits="
|
|
2419
|
+
<line number="208" hits="80" branch="true" condition-coverage="100% (1/1)"/>
|
|
2324
2420
|
<line number="209" hits="1" branch="false"/>
|
|
2325
2421
|
<line number="210" hits="1" branch="false"/>
|
|
2326
|
-
<line number="211" hits="
|
|
2422
|
+
<line number="211" hits="80" branch="true" condition-coverage="100% (1/1)"/>
|
|
2327
2423
|
<line number="212" hits="1" branch="false"/>
|
|
2328
2424
|
<line number="213" hits="1" branch="false"/>
|
|
2329
|
-
<line number="214" hits="
|
|
2330
|
-
<line number="215" hits="
|
|
2331
|
-
<line number="216" hits="
|
|
2425
|
+
<line number="214" hits="80" branch="false"/>
|
|
2426
|
+
<line number="215" hits="80" branch="false"/>
|
|
2427
|
+
<line number="216" hits="80" branch="false"/>
|
|
2332
2428
|
<line number="217" hits="1" branch="false"/>
|
|
2333
|
-
<line number="218" hits="
|
|
2334
|
-
<line number="219" hits="
|
|
2335
|
-
<line number="220" hits="
|
|
2336
|
-
<line number="221" hits="
|
|
2337
|
-
<line number="222" hits="
|
|
2338
|
-
<line number="223" hits="
|
|
2339
|
-
<line number="224" hits="
|
|
2340
|
-
<line number="225" hits="
|
|
2429
|
+
<line number="218" hits="945" branch="true" condition-coverage="100% (1/1)"/>
|
|
2430
|
+
<line number="219" hits="945" branch="false"/>
|
|
2431
|
+
<line number="220" hits="945" branch="false"/>
|
|
2432
|
+
<line number="221" hits="945" branch="false"/>
|
|
2433
|
+
<line number="222" hits="945" branch="false"/>
|
|
2434
|
+
<line number="223" hits="945" branch="false"/>
|
|
2435
|
+
<line number="224" hits="945" branch="false"/>
|
|
2436
|
+
<line number="225" hits="945" branch="true" condition-coverage="100% (1/1)"/>
|
|
2341
2437
|
<line number="226" hits="35" branch="false"/>
|
|
2342
2438
|
<line number="227" hits="35" branch="false"/>
|
|
2343
2439
|
<line number="228" hits="35" branch="false"/>
|
|
2344
|
-
<line number="229" hits="
|
|
2345
|
-
<line number="230" hits="
|
|
2346
|
-
<line number="231" hits="
|
|
2440
|
+
<line number="229" hits="910" branch="true" condition-coverage="100% (1/1)"/>
|
|
2441
|
+
<line number="230" hits="910" branch="false"/>
|
|
2442
|
+
<line number="231" hits="910" branch="false"/>
|
|
2347
2443
|
<line number="232" hits="1" branch="false"/>
|
|
2348
2444
|
<line number="233" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2349
|
-
<line number="234" hits="
|
|
2350
|
-
<line number="235" hits="
|
|
2351
|
-
<line number="236" hits="
|
|
2352
|
-
<line number="237" hits="
|
|
2353
|
-
<line number="238" hits="
|
|
2354
|
-
<line number="239" hits="
|
|
2355
|
-
<line number="240" hits="
|
|
2356
|
-
<line number="241" hits="
|
|
2357
|
-
<line number="242" hits="
|
|
2358
|
-
<line number="243" hits="
|
|
2359
|
-
<line number="244" hits="
|
|
2360
|
-
<line number="245" hits="
|
|
2361
|
-
<line number="246" hits="
|
|
2362
|
-
<line number="247" hits="
|
|
2363
|
-
<line number="248" hits="
|
|
2364
|
-
<line number="249" hits="
|
|
2365
|
-
<line number="250" hits="
|
|
2366
|
-
<line number="251" hits="
|
|
2367
|
-
<line number="252" hits="
|
|
2445
|
+
<line number="234" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2446
|
+
<line number="235" hits="139" branch="false"/>
|
|
2447
|
+
<line number="236" hits="139" branch="false"/>
|
|
2448
|
+
<line number="237" hits="139" branch="false"/>
|
|
2449
|
+
<line number="238" hits="139" branch="false"/>
|
|
2450
|
+
<line number="239" hits="139" branch="false"/>
|
|
2451
|
+
<line number="240" hits="139" branch="false"/>
|
|
2452
|
+
<line number="241" hits="139" branch="false"/>
|
|
2453
|
+
<line number="242" hits="139" branch="false"/>
|
|
2454
|
+
<line number="243" hits="139" branch="false"/>
|
|
2455
|
+
<line number="244" hits="139" branch="false"/>
|
|
2456
|
+
<line number="245" hits="139" branch="false"/>
|
|
2457
|
+
<line number="246" hits="139" branch="false"/>
|
|
2458
|
+
<line number="247" hits="139" branch="false"/>
|
|
2459
|
+
<line number="248" hits="139" branch="false"/>
|
|
2460
|
+
<line number="249" hits="139" branch="false"/>
|
|
2461
|
+
<line number="250" hits="139" branch="false"/>
|
|
2462
|
+
<line number="251" hits="139" branch="false"/>
|
|
2463
|
+
<line number="252" hits="139" branch="true" condition-coverage="100% (2/2)"/>
|
|
2368
2464
|
<line number="253" hits="1" branch="false"/>
|
|
2369
2465
|
<line number="254" hits="1" branch="false"/>
|
|
2370
|
-
<line number="255" hits="
|
|
2466
|
+
<line number="255" hits="139" branch="true" condition-coverage="100% (2/2)"/>
|
|
2371
2467
|
<line number="256" hits="3" branch="false"/>
|
|
2372
2468
|
<line number="257" hits="3" branch="false"/>
|
|
2373
2469
|
<line number="258" hits="3" branch="false"/>
|
|
@@ -2375,9 +2471,9 @@
|
|
|
2375
2471
|
<line number="260" hits="3" branch="false"/>
|
|
2376
2472
|
<line number="261" hits="3" branch="false"/>
|
|
2377
2473
|
<line number="262" hits="3" branch="false"/>
|
|
2378
|
-
<line number="263" hits="
|
|
2379
|
-
<line number="264" hits="
|
|
2380
|
-
<line number="265" hits="
|
|
2474
|
+
<line number="263" hits="135" branch="true" condition-coverage="100% (1/1)"/>
|
|
2475
|
+
<line number="264" hits="135" branch="false"/>
|
|
2476
|
+
<line number="265" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2381
2477
|
<line number="266" hits="9" branch="false"/>
|
|
2382
2478
|
<line number="267" hits="9" branch="true" condition-coverage="100% (1/1)"/>
|
|
2383
2479
|
<line number="268" hits="8" branch="false"/>
|
|
@@ -2386,15 +2482,15 @@
|
|
|
2386
2482
|
<line number="271" hits="1" branch="false"/>
|
|
2387
2483
|
<line number="272" hits="1" branch="false"/>
|
|
2388
2484
|
<line number="273" hits="9" branch="false"/>
|
|
2389
|
-
<line number="274" hits="
|
|
2390
|
-
<line number="275" hits="
|
|
2391
|
-
<line number="276" hits="
|
|
2392
|
-
<line number="277" hits="
|
|
2393
|
-
<line number="278" hits="
|
|
2394
|
-
<line number="279" hits="
|
|
2395
|
-
<line number="280" hits="
|
|
2396
|
-
<line number="281" hits="
|
|
2397
|
-
<line number="282" hits="
|
|
2485
|
+
<line number="274" hits="126" branch="true" condition-coverage="100% (1/1)"/>
|
|
2486
|
+
<line number="275" hits="126" branch="false"/>
|
|
2487
|
+
<line number="276" hits="126" branch="false"/>
|
|
2488
|
+
<line number="277" hits="135" branch="true" condition-coverage="100% (1/1)"/>
|
|
2489
|
+
<line number="278" hits="135" branch="false"/>
|
|
2490
|
+
<line number="279" hits="135" branch="false"/>
|
|
2491
|
+
<line number="280" hits="135" branch="false"/>
|
|
2492
|
+
<line number="281" hits="135" branch="false"/>
|
|
2493
|
+
<line number="282" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2398
2494
|
<line number="283" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
2399
2495
|
<line number="284" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
2400
2496
|
<line number="285" hits="5" branch="false"/>
|
|
@@ -2402,12 +2498,12 @@
|
|
|
2402
2498
|
<line number="287" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2403
2499
|
<line number="288" hits="1" branch="false"/>
|
|
2404
2500
|
<line number="289" hits="1" branch="false"/>
|
|
2405
|
-
<line number="290" hits="
|
|
2406
|
-
<line number="291" hits="
|
|
2407
|
-
<line number="292" hits="
|
|
2408
|
-
<line number="293" hits="
|
|
2409
|
-
<line number="294" hits="
|
|
2410
|
-
<line number="295" hits="
|
|
2501
|
+
<line number="290" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2502
|
+
<line number="291" hits="129" branch="false"/>
|
|
2503
|
+
<line number="292" hits="129" branch="false"/>
|
|
2504
|
+
<line number="293" hits="135" branch="true" condition-coverage="100% (1/1)"/>
|
|
2505
|
+
<line number="294" hits="135" branch="false"/>
|
|
2506
|
+
<line number="295" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2411
2507
|
<line number="296" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
2412
2508
|
<line number="297" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
2413
2509
|
<line number="298" hits="5" branch="false"/>
|
|
@@ -2415,40 +2511,40 @@
|
|
|
2415
2511
|
<line number="300" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2416
2512
|
<line number="301" hits="1" branch="false"/>
|
|
2417
2513
|
<line number="302" hits="1" branch="false"/>
|
|
2418
|
-
<line number="303" hits="
|
|
2419
|
-
<line number="304" hits="
|
|
2420
|
-
<line number="305" hits="
|
|
2421
|
-
<line number="306" hits="
|
|
2422
|
-
<line number="307" hits="
|
|
2423
|
-
<line number="308" hits="
|
|
2424
|
-
<line number="309" hits="
|
|
2425
|
-
<line number="310" hits="
|
|
2426
|
-
<line number="311" hits="
|
|
2427
|
-
<line number="312" hits="
|
|
2428
|
-
<line number="313" hits="
|
|
2429
|
-
<line number="314" hits="
|
|
2430
|
-
<line number="315" hits="
|
|
2431
|
-
<line number="316" hits="
|
|
2432
|
-
<line number="317" hits="
|
|
2433
|
-
<line number="318" hits="
|
|
2434
|
-
<line number="319" hits="
|
|
2435
|
-
<line number="320" hits="
|
|
2514
|
+
<line number="303" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2515
|
+
<line number="304" hits="129" branch="false"/>
|
|
2516
|
+
<line number="305" hits="129" branch="false"/>
|
|
2517
|
+
<line number="306" hits="135" branch="true" condition-coverage="100% (1/1)"/>
|
|
2518
|
+
<line number="307" hits="135" branch="false"/>
|
|
2519
|
+
<line number="308" hits="135" branch="false"/>
|
|
2520
|
+
<line number="309" hits="135" branch="false"/>
|
|
2521
|
+
<line number="310" hits="135" branch="false"/>
|
|
2522
|
+
<line number="311" hits="135" branch="false"/>
|
|
2523
|
+
<line number="312" hits="135" branch="false"/>
|
|
2524
|
+
<line number="313" hits="135" branch="false"/>
|
|
2525
|
+
<line number="314" hits="135" branch="false"/>
|
|
2526
|
+
<line number="315" hits="135" branch="false"/>
|
|
2527
|
+
<line number="316" hits="135" branch="false"/>
|
|
2528
|
+
<line number="317" hits="135" branch="false"/>
|
|
2529
|
+
<line number="318" hits="135" branch="false"/>
|
|
2530
|
+
<line number="319" hits="135" branch="false"/>
|
|
2531
|
+
<line number="320" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2436
2532
|
<line number="321" hits="5" branch="false"/>
|
|
2437
2533
|
<line number="322" hits="5" branch="false"/>
|
|
2438
|
-
<line number="323" hits="
|
|
2439
|
-
<line number="324" hits="
|
|
2440
|
-
<line number="325" hits="
|
|
2441
|
-
<line number="326" hits="
|
|
2442
|
-
<line number="327" hits="
|
|
2443
|
-
<line number="328" hits="
|
|
2534
|
+
<line number="323" hits="130" branch="true" condition-coverage="100% (1/1)"/>
|
|
2535
|
+
<line number="324" hits="130" branch="false"/>
|
|
2536
|
+
<line number="325" hits="130" branch="false"/>
|
|
2537
|
+
<line number="326" hits="135" branch="true" condition-coverage="100% (1/1)"/>
|
|
2538
|
+
<line number="327" hits="135" branch="false"/>
|
|
2539
|
+
<line number="328" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2444
2540
|
<line number="329" hits="5" branch="false"/>
|
|
2445
2541
|
<line number="330" hits="5" branch="false"/>
|
|
2446
|
-
<line number="331" hits="
|
|
2447
|
-
<line number="332" hits="
|
|
2448
|
-
<line number="333" hits="
|
|
2449
|
-
<line number="334" hits="
|
|
2450
|
-
<line number="335" hits="
|
|
2451
|
-
<line number="336" hits="
|
|
2542
|
+
<line number="331" hits="130" branch="true" condition-coverage="100% (1/1)"/>
|
|
2543
|
+
<line number="332" hits="130" branch="false"/>
|
|
2544
|
+
<line number="333" hits="130" branch="false"/>
|
|
2545
|
+
<line number="334" hits="135" branch="true" condition-coverage="100% (1/1)"/>
|
|
2546
|
+
<line number="335" hits="135" branch="false"/>
|
|
2547
|
+
<line number="336" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2452
2548
|
<line number="337" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
2453
2549
|
<line number="338" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
2454
2550
|
<line number="339" hits="5" branch="false"/>
|
|
@@ -2456,12 +2552,12 @@
|
|
|
2456
2552
|
<line number="341" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2457
2553
|
<line number="342" hits="1" branch="false"/>
|
|
2458
2554
|
<line number="343" hits="1" branch="false"/>
|
|
2459
|
-
<line number="344" hits="
|
|
2460
|
-
<line number="345" hits="
|
|
2461
|
-
<line number="346" hits="
|
|
2462
|
-
<line number="347" hits="
|
|
2463
|
-
<line number="348" hits="
|
|
2464
|
-
<line number="349" hits="
|
|
2555
|
+
<line number="344" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2556
|
+
<line number="345" hits="129" branch="false"/>
|
|
2557
|
+
<line number="346" hits="129" branch="false"/>
|
|
2558
|
+
<line number="347" hits="135" branch="true" condition-coverage="100% (1/1)"/>
|
|
2559
|
+
<line number="348" hits="135" branch="false"/>
|
|
2560
|
+
<line number="349" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2465
2561
|
<line number="350" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
2466
2562
|
<line number="351" hits="6" branch="true" condition-coverage="100% (1/1)"/>
|
|
2467
2563
|
<line number="352" hits="5" branch="false"/>
|
|
@@ -2469,16 +2565,16 @@
|
|
|
2469
2565
|
<line number="354" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2470
2566
|
<line number="355" hits="1" branch="false"/>
|
|
2471
2567
|
<line number="356" hits="1" branch="false"/>
|
|
2472
|
-
<line number="357" hits="
|
|
2473
|
-
<line number="358" hits="
|
|
2474
|
-
<line number="359" hits="
|
|
2475
|
-
<line number="360" hits="
|
|
2476
|
-
<line number="361" hits="
|
|
2477
|
-
<line number="362" hits="
|
|
2478
|
-
<line number="363" hits="
|
|
2479
|
-
<line number="364" hits="
|
|
2480
|
-
<line number="365" hits="
|
|
2481
|
-
<line number="366" hits="
|
|
2568
|
+
<line number="357" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2569
|
+
<line number="358" hits="129" branch="false"/>
|
|
2570
|
+
<line number="359" hits="129" branch="false"/>
|
|
2571
|
+
<line number="360" hits="135" branch="true" condition-coverage="100% (1/1)"/>
|
|
2572
|
+
<line number="361" hits="135" branch="false"/>
|
|
2573
|
+
<line number="362" hits="135" branch="false"/>
|
|
2574
|
+
<line number="363" hits="135" branch="false"/>
|
|
2575
|
+
<line number="364" hits="135" branch="false"/>
|
|
2576
|
+
<line number="365" hits="135" branch="false"/>
|
|
2577
|
+
<line number="366" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2482
2578
|
<line number="367" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
2483
2579
|
<line number="368" hits="1" branch="false"/>
|
|
2484
2580
|
<line number="369" hits="1" branch="false"/>
|
|
@@ -2486,12 +2582,12 @@
|
|
|
2486
2582
|
<line number="371" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2487
2583
|
<line number="372" hits="0" branch="false"/>
|
|
2488
2584
|
<line number="373" hits="0" branch="false"/>
|
|
2489
|
-
<line number="374" hits="
|
|
2490
|
-
<line number="375" hits="
|
|
2491
|
-
<line number="376" hits="
|
|
2492
|
-
<line number="377" hits="
|
|
2493
|
-
<line number="378" hits="
|
|
2494
|
-
<line number="379" hits="
|
|
2585
|
+
<line number="374" hits="139" branch="true" condition-coverage="100% (1/1)"/>
|
|
2586
|
+
<line number="375" hits="134" branch="false"/>
|
|
2587
|
+
<line number="376" hits="134" branch="false"/>
|
|
2588
|
+
<line number="377" hits="135" branch="true" condition-coverage="100% (1/1)"/>
|
|
2589
|
+
<line number="378" hits="135" branch="false"/>
|
|
2590
|
+
<line number="379" hits="135" branch="false"/>
|
|
2495
2591
|
</lines>
|
|
2496
2592
|
</class>
|
|
2497
2593
|
<class name="types.ts" filename="src/lib/types.ts" line-rate="1" branch-rate="1">
|
|
@@ -2696,6 +2792,32 @@
|
|
|
2696
2792
|
<line number="196" hits="1" branch="false"/>
|
|
2697
2793
|
<line number="197" hits="1" branch="false"/>
|
|
2698
2794
|
<line number="198" hits="1" branch="false"/>
|
|
2795
|
+
<line number="199" hits="1" branch="false"/>
|
|
2796
|
+
<line number="200" hits="1" branch="false"/>
|
|
2797
|
+
<line number="201" hits="1" branch="false"/>
|
|
2798
|
+
<line number="202" hits="1" branch="false"/>
|
|
2799
|
+
<line number="203" hits="1" branch="false"/>
|
|
2800
|
+
<line number="204" hits="1" branch="false"/>
|
|
2801
|
+
<line number="205" hits="1" branch="false"/>
|
|
2802
|
+
<line number="206" hits="1" branch="false"/>
|
|
2803
|
+
<line number="207" hits="1" branch="false"/>
|
|
2804
|
+
<line number="208" hits="1" branch="false"/>
|
|
2805
|
+
<line number="209" hits="1" branch="false"/>
|
|
2806
|
+
<line number="210" hits="1" branch="false"/>
|
|
2807
|
+
<line number="211" hits="1" branch="false"/>
|
|
2808
|
+
<line number="212" hits="1" branch="false"/>
|
|
2809
|
+
<line number="213" hits="1" branch="false"/>
|
|
2810
|
+
<line number="214" hits="1" branch="false"/>
|
|
2811
|
+
<line number="215" hits="1" branch="false"/>
|
|
2812
|
+
<line number="216" hits="1" branch="false"/>
|
|
2813
|
+
<line number="217" hits="1" branch="false"/>
|
|
2814
|
+
<line number="218" hits="1" branch="false"/>
|
|
2815
|
+
<line number="219" hits="1" branch="false"/>
|
|
2816
|
+
<line number="220" hits="1" branch="false"/>
|
|
2817
|
+
<line number="221" hits="1" branch="false"/>
|
|
2818
|
+
<line number="222" hits="1" branch="false"/>
|
|
2819
|
+
<line number="223" hits="1" branch="false"/>
|
|
2820
|
+
<line number="224" hits="1" branch="false"/>
|
|
2699
2821
|
</lines>
|
|
2700
2822
|
</class>
|
|
2701
2823
|
</classes>
|