@zeedhi/teknisa-components-common 1.94.0 → 1.96.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +662 -640
- package/coverage/coverage-final.json +12 -12
- package/coverage/lcov-report/index.html +14 -14
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +2 -2
- package/coverage/lcov-report/tests/__helpers__/flush-promises-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +9 -9
- package/coverage/lcov-report/tests/__helpers__/index.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/index.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +1 -1
- package/coverage/lcov.info +1145 -1106
- package/dist/tek-components-common.esm.js +66 -35
- package/dist/tek-components-common.umd.js +64 -33
- package/package.json +2 -2
- package/tests/unit/components/tek-grid/grid-filter-button.spec.ts +129 -2
- package/tests/unit/components/tek-image/Image.spec.ts +21 -0
- package/types/components/tek-grid/grid-filter-button.d.ts +2 -0
- package/types/components/tek-grid/grid.d.ts +1 -0
- package/types/components/tek-grid/interfaces.d.ts +4 -1
- package/types/components/tek-image/image.d.ts +1 -0
- package/types/components/tek-tree-grid/interfaces.d.ts +1 -0
- package/types/components/tek-tree-grid/tree-grid.d.ts +1 -0
- package/types/utils/config/config.d.ts +2 -0
- package/types/utils/grid-base/grid-base.d.ts +1 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1720645349828" clover="3.2.0">
|
|
3
|
+
<project timestamp="1720645349828" name="All files">
|
|
4
|
+
<metrics statements="1562" coveredstatements="1562" conditionals="692" coveredconditionals="692" methods="378" coveredmethods="378" elements="2632" coveredelements="2632" complexity="0" loc="1562" ncloc="1562" packages="22" files="45" classes="45"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
</file>
|
|
489
489
|
</package>
|
|
490
490
|
<package name="src.components.tek-grid">
|
|
491
|
-
<metrics statements="
|
|
491
|
+
<metrics statements="707" coveredstatements="707" conditionals="328" coveredconditionals="328" methods="157" coveredmethods="157"/>
|
|
492
492
|
<file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
|
|
493
493
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
494
494
|
<line num="1" count="30" type="stmt"/>
|
|
@@ -560,23 +560,23 @@
|
|
|
560
560
|
<line num="167" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
561
561
|
<line num="170" count="10" type="stmt"/>
|
|
562
562
|
<line num="177" count="10" type="stmt"/>
|
|
563
|
-
<line num="181" count="
|
|
564
|
-
<line num="185" count="
|
|
565
|
-
<line num="186" count="
|
|
566
|
-
<line num="187" count="
|
|
563
|
+
<line num="181" count="891" type="stmt"/>
|
|
564
|
+
<line num="185" count="226" type="stmt"/>
|
|
565
|
+
<line num="186" count="226" type="stmt"/>
|
|
566
|
+
<line num="187" count="226" type="cond" truecount="1" falsecount="0"/>
|
|
567
567
|
<line num="188" count="24" type="stmt"/>
|
|
568
|
-
<line num="193" count="
|
|
569
|
-
<line num="197" count="
|
|
570
|
-
<line num="198" count="
|
|
571
|
-
<line num="199" count="
|
|
568
|
+
<line num="193" count="481" type="stmt"/>
|
|
569
|
+
<line num="197" count="226" type="stmt"/>
|
|
570
|
+
<line num="198" count="226" type="stmt"/>
|
|
571
|
+
<line num="199" count="226" type="cond" truecount="1" falsecount="0"/>
|
|
572
572
|
<line num="200" count="18" type="stmt"/>
|
|
573
|
-
<line num="205" count="
|
|
574
|
-
<line num="209" count="
|
|
575
|
-
<line num="210" count="
|
|
576
|
-
<line num="211" count="
|
|
573
|
+
<line num="205" count="301" type="stmt"/>
|
|
574
|
+
<line num="209" count="224" type="stmt"/>
|
|
575
|
+
<line num="210" count="224" type="stmt"/>
|
|
576
|
+
<line num="211" count="224" type="cond" truecount="1" falsecount="0"/>
|
|
577
577
|
<line num="212" count="1" type="stmt"/>
|
|
578
|
-
<line num="217" count="
|
|
579
|
-
<line num="221" count="
|
|
578
|
+
<line num="217" count="508" type="cond" truecount="2" falsecount="0"/>
|
|
579
|
+
<line num="221" count="669" type="stmt"/>
|
|
580
580
|
<line num="226" count="43" type="stmt"/>
|
|
581
581
|
<line num="227" count="1" type="stmt"/>
|
|
582
582
|
</file>
|
|
@@ -617,487 +617,506 @@
|
|
|
617
617
|
<line num="33" count="2" type="stmt"/>
|
|
618
618
|
</file>
|
|
619
619
|
<file name="grid-filter-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
|
|
620
|
-
<metrics statements="
|
|
620
|
+
<metrics statements="148" coveredstatements="148" conditionals="94" coveredconditionals="94" methods="30" coveredmethods="30"/>
|
|
621
621
|
<line num="1" count="30" type="stmt"/>
|
|
622
622
|
<line num="4" count="30" type="stmt"/>
|
|
623
|
-
<line num="8" count="30" type="stmt"/>
|
|
624
|
-
<line num="9" count="30" type="stmt"/>
|
|
625
623
|
<line num="10" count="30" type="stmt"/>
|
|
626
624
|
<line num="11" count="30" type="stmt"/>
|
|
627
|
-
<line num="
|
|
628
|
-
<line num="
|
|
629
|
-
<line num="
|
|
630
|
-
<line num="
|
|
631
|
-
<line num="28" count="
|
|
632
|
-
<line num="
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="
|
|
635
|
-
<line num="
|
|
636
|
-
<line num="
|
|
637
|
-
<line num="
|
|
638
|
-
<line num="
|
|
639
|
-
<line num="
|
|
640
|
-
<line num="
|
|
641
|
-
<line num="
|
|
642
|
-
<line num="
|
|
643
|
-
<line num="
|
|
644
|
-
<line num="
|
|
645
|
-
<line num="56" count="
|
|
646
|
-
<line num="57" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
625
|
+
<line num="12" count="30" type="stmt"/>
|
|
626
|
+
<line num="13" count="30" type="stmt"/>
|
|
627
|
+
<line num="19" count="30" type="stmt"/>
|
|
628
|
+
<line num="24" count="28" type="stmt"/>
|
|
629
|
+
<line num="28" count="28" type="stmt"/>
|
|
630
|
+
<line num="31" count="28" type="stmt"/>
|
|
631
|
+
<line num="32" count="28" type="stmt"/>
|
|
632
|
+
<line num="33" count="28" type="stmt"/>
|
|
633
|
+
<line num="34" count="28" type="stmt"/>
|
|
634
|
+
<line num="35" count="28" type="stmt"/>
|
|
635
|
+
<line num="37" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
636
|
+
<line num="41" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
637
|
+
<line num="42" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
638
|
+
<line num="44" count="2" type="stmt"/>
|
|
639
|
+
<line num="48" count="26" type="stmt"/>
|
|
640
|
+
<line num="49" count="26" type="stmt"/>
|
|
641
|
+
<line num="50" count="26" type="cond" truecount="5" falsecount="0"/>
|
|
642
|
+
<line num="51" count="25" type="stmt"/>
|
|
643
|
+
<line num="56" count="3" type="stmt"/>
|
|
647
644
|
<line num="58" count="3" type="stmt"/>
|
|
648
|
-
<line num="59" count="3" type="cond" truecount="
|
|
649
|
-
<line num="60" count="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="
|
|
652
|
-
<line num="
|
|
653
|
-
<line num="65" count="3" type="
|
|
654
|
-
<line num="66" count="3" type="
|
|
655
|
-
<line num="67" count="3" type="
|
|
645
|
+
<line num="59" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
646
|
+
<line num="60" count="1" type="stmt"/>
|
|
647
|
+
<line num="62" count="1" type="stmt"/>
|
|
648
|
+
<line num="63" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
649
|
+
<line num="64" count="3" type="stmt"/>
|
|
650
|
+
<line num="65" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
651
|
+
<line num="66" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
652
|
+
<line num="67" count="3" type="stmt"/>
|
|
656
653
|
<line num="68" count="3" type="stmt"/>
|
|
657
|
-
<line num="69" count="3" type="
|
|
658
|
-
<line num="
|
|
659
|
-
<line num="72" count="
|
|
660
|
-
<line num="73" count="
|
|
661
|
-
<line num="74" count="
|
|
662
|
-
<line num="
|
|
663
|
-
<line num="
|
|
664
|
-
<line num="
|
|
665
|
-
<line num="
|
|
666
|
-
<line num="
|
|
667
|
-
<line num="
|
|
668
|
-
<line num="
|
|
669
|
-
<line num="
|
|
654
|
+
<line num="69" count="3" type="stmt"/>
|
|
655
|
+
<line num="71" count="3" type="stmt"/>
|
|
656
|
+
<line num="72" count="3" type="stmt"/>
|
|
657
|
+
<line num="73" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
658
|
+
<line num="74" count="3" type="stmt"/>
|
|
659
|
+
<line num="75" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
660
|
+
<line num="76" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
661
|
+
<line num="78" count="1" type="stmt"/>
|
|
662
|
+
<line num="79" count="1" type="cond" truecount="7" falsecount="0"/>
|
|
663
|
+
<line num="80" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
664
|
+
<line num="84" count="3" type="stmt"/>
|
|
665
|
+
<line num="85" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
666
|
+
<line num="86" count="1" type="stmt"/>
|
|
670
667
|
<line num="93" count="2" type="stmt"/>
|
|
671
|
-
<line num="
|
|
672
|
-
<line num="
|
|
673
|
-
<line num="
|
|
674
|
-
<line num="
|
|
675
|
-
<line num="
|
|
676
|
-
<line num="
|
|
677
|
-
<line num="
|
|
678
|
-
<line num="
|
|
679
|
-
<line num="
|
|
680
|
-
<line num="
|
|
668
|
+
<line num="95" count="2" type="stmt"/>
|
|
669
|
+
<line num="96" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
670
|
+
<line num="97" count="2" type="stmt"/>
|
|
671
|
+
<line num="98" count="2" type="stmt"/>
|
|
672
|
+
<line num="99" count="2" type="stmt"/>
|
|
673
|
+
<line num="104" count="3" type="stmt"/>
|
|
674
|
+
<line num="105" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
675
|
+
<line num="106" count="1" type="stmt"/>
|
|
676
|
+
<line num="112" count="7" type="stmt"/>
|
|
677
|
+
<line num="116" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
678
|
+
<line num="120" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
679
|
+
<line num="121" count="24" type="stmt"/>
|
|
680
|
+
<line num="127" count="24" type="stmt"/>
|
|
681
|
+
<line num="131" count="24" type="stmt"/>
|
|
682
|
+
<line num="251" count="24" type="stmt"/>
|
|
681
683
|
<line num="253" count="1" type="stmt"/>
|
|
682
|
-
<line num="255" count="
|
|
684
|
+
<line num="255" count="25" type="stmt"/>
|
|
683
685
|
<line num="259" count="1" type="stmt"/>
|
|
684
686
|
<line num="260" count="1" type="stmt"/>
|
|
685
|
-
<line num="264" count="
|
|
686
|
-
<line num="265" count="
|
|
687
|
-
<line num="266" count="
|
|
688
|
-
<line num="267" count="
|
|
689
|
-
<line num="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="
|
|
692
|
-
<line num="
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="
|
|
695
|
-
<line num="
|
|
696
|
-
<line num="
|
|
697
|
-
<line num="
|
|
698
|
-
<line num="
|
|
699
|
-
<line num="
|
|
700
|
-
<line num="
|
|
701
|
-
<line num="
|
|
702
|
-
<line num="293" count="
|
|
703
|
-
<line num="
|
|
704
|
-
<line num="
|
|
705
|
-
<line num="297" count="
|
|
687
|
+
<line num="264" count="8" type="stmt"/>
|
|
688
|
+
<line num="265" count="23" type="stmt"/>
|
|
689
|
+
<line num="266" count="23" type="stmt"/>
|
|
690
|
+
<line num="267" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
691
|
+
<line num="271" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
692
|
+
<line num="272" count="1" type="stmt"/>
|
|
693
|
+
<line num="273" count="1" type="stmt"/>
|
|
694
|
+
<line num="276" count="1" type="stmt"/>
|
|
695
|
+
<line num="277" count="1" type="stmt"/>
|
|
696
|
+
<line num="279" count="20" type="stmt"/>
|
|
697
|
+
<line num="285" count="10" type="stmt"/>
|
|
698
|
+
<line num="286" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
699
|
+
<line num="287" count="8" type="stmt"/>
|
|
700
|
+
<line num="288" count="8" type="stmt"/>
|
|
701
|
+
<line num="289" count="8" type="stmt"/>
|
|
702
|
+
<line num="291" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
703
|
+
<line num="292" count="2" type="stmt"/>
|
|
704
|
+
<line num="293" count="10" type="stmt"/>
|
|
705
|
+
<line num="295" count="10" type="cond" truecount="5" falsecount="0"/>
|
|
706
|
+
<line num="296" count="8" type="stmt"/>
|
|
707
|
+
<line num="297" count="8" type="stmt"/>
|
|
706
708
|
<line num="298" count="8" type="stmt"/>
|
|
707
|
-
<line num="
|
|
708
|
-
<line num="
|
|
709
|
-
<line num="
|
|
710
|
-
<line num="
|
|
711
|
-
<line num="
|
|
712
|
-
<line num="314" count="
|
|
713
|
-
<line num="315" count="
|
|
714
|
-
<line num="
|
|
715
|
-
<line num="
|
|
716
|
-
<line num="
|
|
717
|
-
<line num="
|
|
718
|
-
<line num="
|
|
719
|
-
<line num="
|
|
720
|
-
<line num="
|
|
721
|
-
<line num="
|
|
722
|
-
<line num="335" count="
|
|
723
|
-
<line num="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="351" count="
|
|
731
|
-
<line num="352" count="
|
|
732
|
-
<line num="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
735
|
-
<line num="
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="371" count="
|
|
740
|
-
<line num="372" count="
|
|
741
|
-
<line num="373" count="
|
|
742
|
-
<line num="
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="
|
|
745
|
-
<line num="
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="
|
|
749
|
-
<line num="
|
|
750
|
-
<line num="
|
|
751
|
-
<line num="
|
|
752
|
-
<line num="
|
|
709
|
+
<line num="299" count="8" type="stmt"/>
|
|
710
|
+
<line num="301" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
711
|
+
<line num="302" count="6" type="stmt"/>
|
|
712
|
+
<line num="305" count="8" type="stmt"/>
|
|
713
|
+
<line num="306" count="8" type="stmt"/>
|
|
714
|
+
<line num="314" count="2" type="stmt"/>
|
|
715
|
+
<line num="315" count="2" type="stmt"/>
|
|
716
|
+
<line num="317" count="6" type="stmt"/>
|
|
717
|
+
<line num="318" count="12" type="stmt"/>
|
|
718
|
+
<line num="319" count="12" type="stmt"/>
|
|
719
|
+
<line num="321" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
720
|
+
<line num="322" count="10" type="stmt"/>
|
|
721
|
+
<line num="326" count="6" type="stmt"/>
|
|
722
|
+
<line num="327" count="6" type="stmt"/>
|
|
723
|
+
<line num="330" count="8" type="stmt"/>
|
|
724
|
+
<line num="335" count="8" type="stmt"/>
|
|
725
|
+
<line num="336" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
726
|
+
<line num="338" count="6" type="stmt"/>
|
|
727
|
+
<line num="339" count="6" type="stmt"/>
|
|
728
|
+
<line num="343" count="1" type="stmt"/>
|
|
729
|
+
<line num="344" count="1" type="stmt"/>
|
|
730
|
+
<line num="345" count="5" type="stmt"/>
|
|
731
|
+
<line num="350" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
732
|
+
<line num="351" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
733
|
+
<line num="352" count="37" type="stmt"/>
|
|
734
|
+
<line num="356" count="10" type="stmt"/>
|
|
735
|
+
<line num="358" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
736
|
+
<line num="359" count="2" type="stmt"/>
|
|
737
|
+
<line num="362" count="2" type="stmt"/>
|
|
738
|
+
<line num="364" count="4" type="stmt"/>
|
|
739
|
+
<line num="368" count="24" type="stmt"/>
|
|
740
|
+
<line num="370" count="24" type="stmt"/>
|
|
741
|
+
<line num="371" count="54" type="cond" truecount="2" falsecount="0"/>
|
|
742
|
+
<line num="372" count="54" type="cond" truecount="4" falsecount="0"/>
|
|
743
|
+
<line num="373" count="37" type="stmt"/>
|
|
744
|
+
<line num="375" count="37" type="stmt"/>
|
|
745
|
+
<line num="376" count="45" type="stmt"/>
|
|
746
|
+
<line num="377" count="45" type="cond" truecount="4" falsecount="0"/>
|
|
747
|
+
<line num="378" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
748
|
+
<line num="379" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
749
|
+
<line num="381" count="36" type="stmt"/>
|
|
750
|
+
<line num="383" count="9" type="stmt"/>
|
|
751
|
+
<line num="386" count="45" type="stmt"/>
|
|
752
|
+
<line num="388" count="45" type="stmt"/>
|
|
753
|
+
<line num="395" count="45" type="cond" truecount="1" falsecount="0"/>
|
|
754
|
+
<line num="396" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
755
|
+
<line num="397" count="5" type="stmt"/>
|
|
756
|
+
<line num="400" count="45" type="cond" truecount="1" falsecount="0"/>
|
|
757
|
+
<line num="401" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
758
|
+
<line num="404" count="45" type="stmt"/>
|
|
759
|
+
<line num="408" count="24" type="stmt"/>
|
|
760
|
+
<line num="412" count="3" type="stmt"/>
|
|
761
|
+
<line num="413" count="3" type="stmt"/>
|
|
762
|
+
<line num="415" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
763
|
+
<line num="416" count="1" type="stmt"/>
|
|
764
|
+
<line num="418" count="2" type="stmt"/>
|
|
765
|
+
<line num="419" count="4" type="stmt"/>
|
|
766
|
+
<line num="420" count="4" type="stmt"/>
|
|
767
|
+
<line num="421" count="4" type="cond" truecount="7" falsecount="0"/>
|
|
768
|
+
<line num="422" count="2" type="stmt"/>
|
|
753
769
|
</file>
|
|
754
770
|
<file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
|
|
755
|
-
<metrics statements="
|
|
771
|
+
<metrics statements="343" coveredstatements="343" conditionals="150" coveredconditionals="150" methods="77" coveredmethods="77"/>
|
|
756
772
|
<line num="1" count="30" type="stmt"/>
|
|
757
773
|
<line num="7" count="30" type="stmt"/>
|
|
758
|
-
<line num="11" count="30" type="stmt"/>
|
|
759
774
|
<line num="12" count="30" type="stmt"/>
|
|
760
775
|
<line num="13" count="30" type="stmt"/>
|
|
761
|
-
<line num="
|
|
776
|
+
<line num="14" count="30" type="stmt"/>
|
|
762
777
|
<line num="19" count="30" type="stmt"/>
|
|
763
778
|
<line num="20" count="30" type="stmt"/>
|
|
764
|
-
<line num="
|
|
765
|
-
<line num="
|
|
766
|
-
<line num="
|
|
767
|
-
<line num="
|
|
768
|
-
<line num="
|
|
769
|
-
<line num="
|
|
770
|
-
<line num="
|
|
771
|
-
<line num="
|
|
772
|
-
<line num="
|
|
773
|
-
<line num="
|
|
774
|
-
<line num="
|
|
775
|
-
<line num="
|
|
776
|
-
<line num="
|
|
777
|
-
<line num="
|
|
778
|
-
<line num="
|
|
779
|
-
<line num="
|
|
780
|
-
<line num="
|
|
781
|
-
<line num="
|
|
782
|
-
<line num="
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="
|
|
785
|
-
<line num="
|
|
786
|
-
<line num="
|
|
787
|
-
<line num="
|
|
788
|
-
<line num="
|
|
789
|
-
<line num="
|
|
790
|
-
<line num="
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
793
|
-
<line num="
|
|
794
|
-
<line num="
|
|
795
|
-
<line num="
|
|
796
|
-
<line num="
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="
|
|
799
|
-
<line num="
|
|
800
|
-
<line num="
|
|
801
|
-
<line num="
|
|
802
|
-
<line num="
|
|
803
|
-
<line num="
|
|
804
|
-
<line num="
|
|
805
|
-
<line num="
|
|
806
|
-
<line num="
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
810
|
-
<line num="
|
|
811
|
-
<line num="
|
|
812
|
-
<line num="
|
|
813
|
-
<line num="
|
|
814
|
-
<line num="
|
|
815
|
-
<line num="
|
|
816
|
-
<line num="
|
|
817
|
-
<line num="
|
|
818
|
-
<line num="
|
|
819
|
-
<line num="
|
|
820
|
-
<line num="
|
|
821
|
-
<line num="
|
|
822
|
-
<line num="
|
|
823
|
-
<line num="
|
|
824
|
-
<line num="
|
|
825
|
-
<line num="
|
|
826
|
-
<line num="
|
|
827
|
-
<line num="
|
|
828
|
-
<line num="
|
|
829
|
-
<line num="
|
|
830
|
-
<line num="
|
|
831
|
-
<line num="
|
|
832
|
-
<line num="353" count="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="
|
|
839
|
-
<line num="
|
|
840
|
-
<line num="
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="
|
|
847
|
-
<line num="
|
|
848
|
-
<line num="
|
|
849
|
-
<line num="
|
|
850
|
-
<line num="
|
|
851
|
-
<line num="
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
854
|
-
<line num="
|
|
855
|
-
<line num="
|
|
856
|
-
<line num="
|
|
779
|
+
<line num="21" count="30" type="stmt"/>
|
|
780
|
+
<line num="35" count="30" type="stmt"/>
|
|
781
|
+
<line num="37" count="125" type="stmt"/>
|
|
782
|
+
<line num="40" count="125" type="stmt"/>
|
|
783
|
+
<line num="43" count="125" type="stmt"/>
|
|
784
|
+
<line num="46" count="125" type="stmt"/>
|
|
785
|
+
<line num="49" count="125" type="stmt"/>
|
|
786
|
+
<line num="52" count="125" type="stmt"/>
|
|
787
|
+
<line num="55" count="125" type="stmt"/>
|
|
788
|
+
<line num="58" count="125" type="stmt"/>
|
|
789
|
+
<line num="61" count="125" type="stmt"/>
|
|
790
|
+
<line num="64" count="125" type="stmt"/>
|
|
791
|
+
<line num="67" count="125" type="stmt"/>
|
|
792
|
+
<line num="76" count="125" type="stmt"/>
|
|
793
|
+
<line num="82" count="125" type="stmt"/>
|
|
794
|
+
<line num="88" count="125" type="stmt"/>
|
|
795
|
+
<line num="95" count="125" type="stmt"/>
|
|
796
|
+
<line num="111" count="125" type="stmt"/>
|
|
797
|
+
<line num="116" count="125" type="stmt"/>
|
|
798
|
+
<line num="121" count="125" type="stmt"/>
|
|
799
|
+
<line num="167" count="125" type="stmt"/>
|
|
800
|
+
<line num="172" count="125" type="stmt"/>
|
|
801
|
+
<line num="174" count="125" type="stmt"/>
|
|
802
|
+
<line num="176" count="125" type="stmt"/>
|
|
803
|
+
<line num="178" count="125" type="stmt"/>
|
|
804
|
+
<line num="180" count="125" type="stmt"/>
|
|
805
|
+
<line num="182" count="125" type="stmt"/>
|
|
806
|
+
<line num="192" count="125" type="stmt"/>
|
|
807
|
+
<line num="196" count="125" type="cond" truecount="2" falsecount="0"/>
|
|
808
|
+
<line num="203" count="125" type="stmt"/>
|
|
809
|
+
<line num="210" count="125" type="stmt"/>
|
|
810
|
+
<line num="211" count="125" type="stmt"/>
|
|
811
|
+
<line num="216" count="125" type="stmt"/>
|
|
812
|
+
<line num="221" count="125" type="stmt"/>
|
|
813
|
+
<line num="226" count="125" type="stmt"/>
|
|
814
|
+
<line num="231" count="125" type="stmt"/>
|
|
815
|
+
<line num="236" count="125" type="stmt"/>
|
|
816
|
+
<line num="241" count="125" type="stmt"/>
|
|
817
|
+
<line num="246" count="125" type="stmt"/>
|
|
818
|
+
<line num="251" count="125" type="stmt"/>
|
|
819
|
+
<line num="256" count="125" type="stmt"/>
|
|
820
|
+
<line num="261" count="125" type="stmt"/>
|
|
821
|
+
<line num="266" count="125" type="stmt"/>
|
|
822
|
+
<line num="271" count="125" type="stmt"/>
|
|
823
|
+
<line num="276" count="125" type="stmt"/>
|
|
824
|
+
<line num="281" count="125" type="stmt"/>
|
|
825
|
+
<line num="286" count="125" type="cond" truecount="2" falsecount="0"/>
|
|
826
|
+
<line num="287" count="125" type="stmt"/>
|
|
827
|
+
<line num="292" count="125" type="stmt"/>
|
|
828
|
+
<line num="297" count="125" type="stmt"/>
|
|
829
|
+
<line num="302" count="125" type="stmt"/>
|
|
830
|
+
<line num="303" count="125" type="stmt"/>
|
|
831
|
+
<line num="304" count="125" type="cond" truecount="2" falsecount="0"/>
|
|
832
|
+
<line num="305" count="125" type="stmt"/>
|
|
833
|
+
<line num="307" count="125" type="cond" truecount="1" falsecount="0"/>
|
|
834
|
+
<line num="308" count="5" type="stmt"/>
|
|
835
|
+
<line num="311" count="125" type="stmt"/>
|
|
836
|
+
<line num="320" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
837
|
+
<line num="321" count="1" type="stmt"/>
|
|
838
|
+
<line num="324" count="1" type="stmt"/>
|
|
839
|
+
<line num="333" count="1" type="stmt"/>
|
|
840
|
+
<line num="336" count="1" type="stmt"/>
|
|
841
|
+
<line num="337" count="1" type="stmt"/>
|
|
842
|
+
<line num="345" count="125" type="stmt"/>
|
|
843
|
+
<line num="347" count="125" type="stmt"/>
|
|
844
|
+
<line num="348" count="125" type="stmt"/>
|
|
845
|
+
<line num="349" count="125" type="stmt"/>
|
|
846
|
+
<line num="350" count="125" type="cond" truecount="4" falsecount="0"/>
|
|
847
|
+
<line num="353" count="125" type="stmt"/>
|
|
848
|
+
<line num="356" count="41" type="stmt"/>
|
|
849
|
+
<line num="357" count="41" type="stmt"/>
|
|
850
|
+
<line num="361" count="41" type="cond" truecount="1" falsecount="0"/>
|
|
851
|
+
<line num="362" count="41" type="stmt"/>
|
|
852
|
+
<line num="367" count="41" type="stmt"/>
|
|
853
|
+
<line num="375" count="19" type="stmt"/>
|
|
854
|
+
<line num="376" count="19" type="stmt"/>
|
|
855
|
+
<line num="378" count="19" type="stmt"/>
|
|
856
|
+
<line num="382" count="3" type="stmt"/>
|
|
857
|
+
<line num="383" count="3" type="stmt"/>
|
|
858
|
+
<line num="387" count="1" type="stmt"/>
|
|
859
|
+
<line num="388" count="1" type="stmt"/>
|
|
860
|
+
<line num="392" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
861
|
+
<line num="393" count="1" type="stmt"/>
|
|
862
|
+
<line num="403" count="190" type="stmt"/>
|
|
863
|
+
<line num="407" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
864
|
+
<line num="411" count="1" type="stmt"/>
|
|
865
|
+
<line num="412" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
866
|
+
<line num="414" count="1" type="stmt"/>
|
|
867
|
+
<line num="418" count="4" type="stmt"/>
|
|
868
|
+
<line num="419" count="4" type="stmt"/>
|
|
869
|
+
<line num="420" count="1" type="stmt"/>
|
|
870
|
+
<line num="431" count="4" type="stmt"/>
|
|
871
|
+
<line num="432" count="4" type="stmt"/>
|
|
857
872
|
<line num="433" count="4" type="stmt"/>
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="
|
|
860
|
-
<line num="
|
|
861
|
-
<line num="442" count="
|
|
862
|
-
<line num="
|
|
863
|
-
<line num="446" count="4" type="
|
|
864
|
-
<line num="
|
|
865
|
-
<line num="
|
|
866
|
-
<line num="
|
|
867
|
-
<line num="
|
|
868
|
-
<line num="
|
|
869
|
-
<line num="
|
|
870
|
-
<line num="
|
|
871
|
-
<line num="
|
|
872
|
-
<line num="
|
|
873
|
-
<line num="
|
|
874
|
-
<line num="
|
|
875
|
-
<line num="
|
|
876
|
-
<line num="471" count="2" type="stmt"/>
|
|
877
|
-
<line num="472" count="2" type="stmt"/>
|
|
873
|
+
<line num="435" count="1" type="stmt"/>
|
|
874
|
+
<line num="437" count="4" type="stmt"/>
|
|
875
|
+
<line num="441" count="4" type="stmt"/>
|
|
876
|
+
<line num="442" count="4" type="stmt"/>
|
|
877
|
+
<line num="443" count="4" type="stmt"/>
|
|
878
|
+
<line num="446" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
879
|
+
<line num="450" count="3" type="stmt"/>
|
|
880
|
+
<line num="452" count="4" type="stmt"/>
|
|
881
|
+
<line num="454" count="4" type="stmt"/>
|
|
882
|
+
<line num="455" count="4" type="stmt"/>
|
|
883
|
+
<line num="457" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
884
|
+
<line num="458" count="1" type="stmt"/>
|
|
885
|
+
<line num="461" count="1" type="stmt"/>
|
|
886
|
+
<line num="464" count="2" type="stmt"/>
|
|
887
|
+
<line num="467" count="2" type="stmt"/>
|
|
888
|
+
<line num="468" count="2" type="stmt"/>
|
|
889
|
+
<line num="470" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
890
|
+
<line num="472" count="1" type="stmt"/>
|
|
878
891
|
<line num="473" count="2" type="stmt"/>
|
|
879
|
-
<line num="
|
|
892
|
+
<line num="476" count="1" type="stmt"/>
|
|
893
|
+
<line num="478" count="1" type="stmt"/>
|
|
894
|
+
<line num="479" count="2" type="stmt"/>
|
|
880
895
|
<line num="480" count="2" type="stmt"/>
|
|
881
|
-
<line num="
|
|
882
|
-
<line num="
|
|
883
|
-
<line num="487" count="2" type="stmt"/>
|
|
896
|
+
<line num="481" count="2" type="stmt"/>
|
|
897
|
+
<line num="486" count="2" type="stmt"/>
|
|
884
898
|
<line num="488" count="2" type="stmt"/>
|
|
885
|
-
<line num="
|
|
886
|
-
<line num="
|
|
887
|
-
<line num="
|
|
888
|
-
<line num="
|
|
889
|
-
<line num="
|
|
890
|
-
<line num="
|
|
891
|
-
<line num="
|
|
892
|
-
<line num="
|
|
893
|
-
<line num="
|
|
894
|
-
<line num="
|
|
895
|
-
<line num="
|
|
896
|
-
<line num="
|
|
897
|
-
<line num="
|
|
898
|
-
<line num="
|
|
899
|
-
<line num="
|
|
900
|
-
<line num="548" count="
|
|
901
|
-
<line num="
|
|
902
|
-
<line num="
|
|
903
|
-
<line num="551" count="19" type="stmt"/>
|
|
899
|
+
<line num="492" count="3" type="stmt"/>
|
|
900
|
+
<line num="493" count="3" type="stmt"/>
|
|
901
|
+
<line num="495" count="2" type="stmt"/>
|
|
902
|
+
<line num="496" count="2" type="stmt"/>
|
|
903
|
+
<line num="501" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
904
|
+
<line num="502" count="1" type="stmt"/>
|
|
905
|
+
<line num="505" count="3" type="stmt"/>
|
|
906
|
+
<line num="518" count="2" type="stmt"/>
|
|
907
|
+
<line num="521" count="125" type="stmt"/>
|
|
908
|
+
<line num="523" count="125" type="stmt"/>
|
|
909
|
+
<line num="532" count="125" type="stmt"/>
|
|
910
|
+
<line num="535" count="15" type="stmt"/>
|
|
911
|
+
<line num="538" count="125" type="stmt"/>
|
|
912
|
+
<line num="544" count="16" type="stmt"/>
|
|
913
|
+
<line num="546" count="16" type="stmt"/>
|
|
914
|
+
<line num="548" count="16" type="stmt"/>
|
|
915
|
+
<line num="552" count="19" type="stmt"/>
|
|
916
|
+
<line num="553" count="19" type="stmt"/>
|
|
904
917
|
<line num="555" count="19" type="stmt"/>
|
|
905
|
-
<line num="556" count="
|
|
906
|
-
<line num="
|
|
907
|
-
<line num="
|
|
908
|
-
<line num="
|
|
909
|
-
<line num="
|
|
910
|
-
<line num="
|
|
911
|
-
<line num="
|
|
912
|
-
<line num="
|
|
913
|
-
<line num="
|
|
914
|
-
<line num="
|
|
915
|
-
<line num="
|
|
916
|
-
<line num="585" count="
|
|
917
|
-
<line num="587" count="
|
|
918
|
-
<line num="588" count="
|
|
919
|
-
<line num="
|
|
920
|
-
<line num="
|
|
921
|
-
<line num="
|
|
922
|
-
<line num="
|
|
923
|
-
<line num="
|
|
924
|
-
<line num="
|
|
925
|
-
<line num="
|
|
926
|
-
<line num="
|
|
927
|
-
<line num="
|
|
928
|
-
<line num="
|
|
929
|
-
<line num="
|
|
930
|
-
<line num="
|
|
931
|
-
<line num="
|
|
932
|
-
<line num="
|
|
933
|
-
<line num="
|
|
934
|
-
<line num="
|
|
935
|
-
<line num="
|
|
936
|
-
<line num="
|
|
937
|
-
<line num="
|
|
938
|
-
<line num="
|
|
939
|
-
<line num="
|
|
940
|
-
<line num="
|
|
941
|
-
<line num="
|
|
942
|
-
<line num="
|
|
943
|
-
<line num="
|
|
944
|
-
<line num="
|
|
945
|
-
<line num="
|
|
946
|
-
<line num="
|
|
947
|
-
<line num="
|
|
948
|
-
<line num="
|
|
949
|
-
<line num="
|
|
950
|
-
<line num="
|
|
951
|
-
<line num="
|
|
952
|
-
<line num="
|
|
953
|
-
<line num="
|
|
954
|
-
<line num="
|
|
955
|
-
<line num="
|
|
918
|
+
<line num="556" count="19" type="stmt"/>
|
|
919
|
+
<line num="557" count="19" type="stmt"/>
|
|
920
|
+
<line num="558" count="19" type="stmt"/>
|
|
921
|
+
<line num="559" count="19" type="stmt"/>
|
|
922
|
+
<line num="563" count="19" type="stmt"/>
|
|
923
|
+
<line num="564" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
924
|
+
<line num="568" count="11" type="stmt"/>
|
|
925
|
+
<line num="571" count="16" type="stmt"/>
|
|
926
|
+
<line num="575" count="125" type="stmt"/>
|
|
927
|
+
<line num="577" count="17" type="stmt"/>
|
|
928
|
+
<line num="583" count="17" type="stmt"/>
|
|
929
|
+
<line num="585" count="17" type="stmt"/>
|
|
930
|
+
<line num="587" count="53" type="stmt"/>
|
|
931
|
+
<line num="588" count="17" type="stmt"/>
|
|
932
|
+
<line num="589" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
933
|
+
<line num="593" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
934
|
+
<line num="594" count="11" type="stmt"/>
|
|
935
|
+
<line num="595" count="13" type="stmt"/>
|
|
936
|
+
<line num="597" count="11" type="stmt"/>
|
|
937
|
+
<line num="598" count="8" type="stmt"/>
|
|
938
|
+
<line num="601" count="11" type="stmt"/>
|
|
939
|
+
<line num="604" count="12" type="stmt"/>
|
|
940
|
+
<line num="606" count="5" type="stmt"/>
|
|
941
|
+
<line num="607" count="5" type="stmt"/>
|
|
942
|
+
<line num="610" count="17" type="cond" truecount="3" falsecount="0"/>
|
|
943
|
+
<line num="611" count="16" type="stmt"/>
|
|
944
|
+
<line num="614" count="17" type="cond" truecount="3" falsecount="0"/>
|
|
945
|
+
<line num="615" count="1" type="stmt"/>
|
|
946
|
+
<line num="617" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
947
|
+
<line num="618" count="1" type="stmt"/>
|
|
948
|
+
<line num="627" count="11" type="stmt"/>
|
|
949
|
+
<line num="628" count="11" type="stmt"/>
|
|
950
|
+
<line num="629" count="11" type="stmt"/>
|
|
951
|
+
<line num="631" count="11" type="stmt"/>
|
|
952
|
+
<line num="632" count="48" type="stmt"/>
|
|
953
|
+
<line num="633" count="48" type="stmt"/>
|
|
954
|
+
<line num="634" count="53" type="stmt"/>
|
|
955
|
+
<line num="635" count="53" type="cond" truecount="3" falsecount="0"/>
|
|
956
|
+
<line num="636" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
957
|
+
<line num="637" count="20" type="stmt"/>
|
|
958
|
+
<line num="639" count="24" type="stmt"/>
|
|
959
|
+
<line num="641" count="24" type="stmt"/>
|
|
960
|
+
<line num="642" count="24" type="stmt"/>
|
|
961
|
+
<line num="643" count="24" type="stmt"/>
|
|
962
|
+
<line num="647" count="48" type="stmt"/>
|
|
963
|
+
<line num="648" count="53" type="stmt"/>
|
|
964
|
+
<line num="651" count="48" type="stmt"/>
|
|
965
|
+
<line num="654" count="53" type="stmt"/>
|
|
966
|
+
<line num="658" count="48" type="stmt"/>
|
|
967
|
+
<line num="661" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
968
|
+
<line num="662" count="10" type="stmt"/>
|
|
969
|
+
<line num="664" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
970
|
+
<line num="665" count="9" type="stmt"/>
|
|
971
|
+
<line num="671" count="30" type="stmt"/>
|
|
972
|
+
<line num="672" count="30" type="stmt"/>
|
|
956
973
|
<line num="673" count="12" type="stmt"/>
|
|
957
|
-
<line num="
|
|
958
|
-
<line num="
|
|
959
|
-
<line num="
|
|
960
|
-
<line num="689" count="
|
|
961
|
-
<line num="
|
|
962
|
-
<line num="
|
|
963
|
-
<line num="
|
|
964
|
-
<line num="
|
|
965
|
-
<line num="
|
|
966
|
-
<line num="
|
|
967
|
-
<line num="
|
|
968
|
-
<line num="
|
|
969
|
-
<line num="
|
|
970
|
-
<line num="
|
|
971
|
-
<line num="
|
|
974
|
+
<line num="681" count="12" type="stmt"/>
|
|
975
|
+
<line num="683" count="12" type="stmt"/>
|
|
976
|
+
<line num="688" count="47" type="stmt"/>
|
|
977
|
+
<line num="689" count="156" type="cond" truecount="2" falsecount="0"/>
|
|
978
|
+
<line num="691" count="47" type="stmt"/>
|
|
979
|
+
<line num="699" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
980
|
+
<line num="700" count="24" type="stmt"/>
|
|
981
|
+
<line num="713" count="24" type="stmt"/>
|
|
982
|
+
<line num="714" count="8" type="stmt"/>
|
|
983
|
+
<line num="716" count="24" type="stmt"/>
|
|
984
|
+
<line num="717" count="24" type="stmt"/>
|
|
985
|
+
<line num="718" count="24" type="stmt"/>
|
|
986
|
+
<line num="722" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
987
|
+
<line num="723" count="17" type="stmt"/>
|
|
988
|
+
<line num="726" count="13" type="stmt"/>
|
|
989
|
+
<line num="727" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
972
990
|
<line num="728" count="10" type="stmt"/>
|
|
973
|
-
<line num="
|
|
974
|
-
<line num="
|
|
975
|
-
<line num="
|
|
976
|
-
<line num="
|
|
977
|
-
<line num="
|
|
978
|
-
<line num="
|
|
979
|
-
<line num="
|
|
980
|
-
<line num="
|
|
981
|
-
<line num="
|
|
982
|
-
<line num="
|
|
983
|
-
<line num="
|
|
984
|
-
<line num="
|
|
985
|
-
<line num="
|
|
986
|
-
<line num="
|
|
987
|
-
<line num="
|
|
988
|
-
<line num="
|
|
989
|
-
<line num="
|
|
990
|
-
<line num="
|
|
991
|
-
<line num="
|
|
992
|
-
<line num="
|
|
993
|
-
<line num="
|
|
994
|
-
<line num="
|
|
995
|
-
<line num="
|
|
996
|
-
<line num="
|
|
997
|
-
<line num="
|
|
998
|
-
<line num="
|
|
999
|
-
<line num="
|
|
1000
|
-
<line num="
|
|
1001
|
-
<line num="
|
|
1002
|
-
<line num="
|
|
1003
|
-
<line num="
|
|
1004
|
-
<line num="
|
|
1005
|
-
<line num="
|
|
1006
|
-
<line num="
|
|
1007
|
-
<line num="
|
|
1008
|
-
<line num="
|
|
1009
|
-
<line num="
|
|
1010
|
-
<line num="
|
|
1011
|
-
<line num="
|
|
1012
|
-
<line num="
|
|
1013
|
-
<line num="
|
|
1014
|
-
<line num="
|
|
1015
|
-
<line num="
|
|
1016
|
-
<line num="
|
|
1017
|
-
<line num="
|
|
1018
|
-
<line num="
|
|
1019
|
-
<line num="
|
|
1020
|
-
<line num="
|
|
1021
|
-
<line num="
|
|
1022
|
-
<line num="
|
|
1023
|
-
<line num="
|
|
1024
|
-
<line num="
|
|
1025
|
-
<line num="
|
|
1026
|
-
<line num="
|
|
1027
|
-
<line num="
|
|
1028
|
-
<line num="
|
|
1029
|
-
<line num="
|
|
1030
|
-
<line num="
|
|
1031
|
-
<line num="
|
|
1032
|
-
<line num="
|
|
1033
|
-
<line num="
|
|
1034
|
-
<line num="
|
|
1035
|
-
<line num="
|
|
1036
|
-
<line num="
|
|
1037
|
-
<line num="
|
|
1038
|
-
<line num="
|
|
1039
|
-
<line num="
|
|
1040
|
-
<line num="
|
|
1041
|
-
<line num="
|
|
1042
|
-
<line num="
|
|
1043
|
-
<line num="895" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1044
|
-
<line num="898" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
1045
|
-
<line num="899" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1046
|
-
<line num="901" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
991
|
+
<line num="738" count="10" type="stmt"/>
|
|
992
|
+
<line num="739" count="4" type="stmt"/>
|
|
993
|
+
<line num="742" count="10" type="stmt"/>
|
|
994
|
+
<line num="748" count="36" type="stmt"/>
|
|
995
|
+
<line num="749" count="39" type="stmt"/>
|
|
996
|
+
<line num="760" count="195" type="cond" truecount="2" falsecount="0"/>
|
|
997
|
+
<line num="764" count="130" type="cond" truecount="1" falsecount="0"/>
|
|
998
|
+
<line num="765" count="126" type="stmt"/>
|
|
999
|
+
<line num="767" count="126" type="cond" truecount="2" falsecount="0"/>
|
|
1000
|
+
<line num="768" count="40" type="stmt"/>
|
|
1001
|
+
<line num="772" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
1002
|
+
<line num="773" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
1003
|
+
<line num="774" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
1004
|
+
<line num="775" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
1005
|
+
<line num="777" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
1006
|
+
<line num="778" count="78" type="cond" truecount="2" falsecount="0"/>
|
|
1007
|
+
<line num="785" count="48" type="cond" truecount="1" falsecount="0"/>
|
|
1008
|
+
<line num="786" count="23" type="stmt"/>
|
|
1009
|
+
<line num="787" count="65" type="stmt"/>
|
|
1010
|
+
<line num="788" count="65" type="stmt"/>
|
|
1011
|
+
<line num="789" count="65" type="cond" truecount="1" falsecount="0"/>
|
|
1012
|
+
<line num="790" count="15" type="stmt"/>
|
|
1013
|
+
<line num="799" count="65" type="stmt"/>
|
|
1014
|
+
<line num="801" count="65" type="stmt"/>
|
|
1015
|
+
<line num="802" count="65" type="stmt"/>
|
|
1016
|
+
<line num="809" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
1017
|
+
<line num="811" count="4" type="stmt"/>
|
|
1018
|
+
<line num="817" count="4" type="stmt"/>
|
|
1019
|
+
<line num="821" count="14" type="stmt"/>
|
|
1020
|
+
<line num="822" count="14" type="stmt"/>
|
|
1021
|
+
<line num="823" count="37" type="stmt"/>
|
|
1022
|
+
<line num="824" count="37" type="stmt"/>
|
|
1023
|
+
<line num="826" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
1024
|
+
<line num="827" count="14" type="stmt"/>
|
|
1025
|
+
<line num="828" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
1026
|
+
<line num="829" count="11" type="stmt"/>
|
|
1027
|
+
<line num="830" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1028
|
+
<line num="831" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1029
|
+
<line num="832" count="2" type="stmt"/>
|
|
1030
|
+
<line num="833" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1031
|
+
<line num="834" count="2" type="stmt"/>
|
|
1032
|
+
<line num="836" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1033
|
+
<line num="837" count="4" type="stmt"/>
|
|
1034
|
+
<line num="840" count="4" type="stmt"/>
|
|
1035
|
+
<line num="844" count="14" type="stmt"/>
|
|
1036
|
+
<line num="848" count="2" type="stmt"/>
|
|
1037
|
+
<line num="849" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1038
|
+
<line num="853" count="22" type="stmt"/>
|
|
1039
|
+
<line num="856" count="20" type="stmt"/>
|
|
1040
|
+
<line num="861" count="24" type="stmt"/>
|
|
1041
|
+
<line num="862" count="24" type="stmt"/>
|
|
1042
|
+
<line num="863" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
1043
|
+
<line num="864" count="20" type="stmt"/>
|
|
1044
|
+
<line num="866" count="24" type="stmt"/>
|
|
1045
|
+
<line num="867" count="24" type="stmt"/>
|
|
1046
|
+
<line num="868" count="24" type="stmt"/>
|
|
1047
|
+
<line num="872" count="5" type="stmt"/>
|
|
1048
|
+
<line num="873" count="3" type="stmt"/>
|
|
1049
|
+
<line num="874" count="3" type="stmt"/>
|
|
1050
|
+
<line num="875" count="3" type="stmt"/>
|
|
1051
|
+
<line num="880" count="5" type="stmt"/>
|
|
1052
|
+
<line num="884" count="42" type="stmt"/>
|
|
1053
|
+
<line num="891" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
1054
|
+
<line num="892" count="10" type="stmt"/>
|
|
1055
|
+
<line num="893" count="10" type="stmt"/>
|
|
1056
|
+
<line num="896" count="16" type="cond" truecount="3" falsecount="0"/>
|
|
1057
|
+
<line num="897" count="1" type="stmt"/>
|
|
1058
|
+
<line num="898" count="1" type="stmt"/>
|
|
1059
|
+
<line num="901" count="15" type="stmt"/>
|
|
1060
|
+
<line num="902" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
1047
1061
|
<line num="904" count="13" type="stmt"/>
|
|
1048
|
-
<line num="
|
|
1049
|
-
<line num="
|
|
1050
|
-
<line num="
|
|
1051
|
-
<line num="911" count="
|
|
1052
|
-
<line num="
|
|
1053
|
-
<line num="916" count="
|
|
1054
|
-
<line num="917" count="
|
|
1055
|
-
<line num="
|
|
1056
|
-
<line num="921" count="
|
|
1057
|
-
<line num="
|
|
1058
|
-
<line num="
|
|
1059
|
-
<line num="
|
|
1060
|
-
<line num="
|
|
1061
|
-
<line num="
|
|
1062
|
-
<line num="
|
|
1063
|
-
<line num="
|
|
1064
|
-
<line num="936" count="10" type="cond" truecount="
|
|
1065
|
-
<line num="
|
|
1066
|
-
<line num="
|
|
1067
|
-
<line num="943" count="
|
|
1068
|
-
<line num="944" count="6" type="
|
|
1069
|
-
<line num="
|
|
1070
|
-
<line num="
|
|
1071
|
-
<line num="
|
|
1072
|
-
<line num="953" count="
|
|
1073
|
-
<line num="954" count="
|
|
1074
|
-
<line num="955" count="
|
|
1075
|
-
<line num="958" count="
|
|
1076
|
-
<line num="
|
|
1077
|
-
<line num="
|
|
1078
|
-
<line num="
|
|
1079
|
-
<line num="
|
|
1080
|
-
<line num="
|
|
1081
|
-
<line num="
|
|
1082
|
-
<line num="
|
|
1083
|
-
<line num="
|
|
1084
|
-
<line num="
|
|
1085
|
-
<line num="
|
|
1086
|
-
<line num="
|
|
1087
|
-
<line num="
|
|
1088
|
-
<line num="
|
|
1089
|
-
<line num="
|
|
1090
|
-
<line num="
|
|
1091
|
-
<line num="
|
|
1092
|
-
<line num="
|
|
1093
|
-
<line num="
|
|
1094
|
-
<line num="
|
|
1095
|
-
<line num="
|
|
1062
|
+
<line num="905" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1063
|
+
<line num="908" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
1064
|
+
<line num="909" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1065
|
+
<line num="911" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
1066
|
+
<line num="914" count="13" type="stmt"/>
|
|
1067
|
+
<line num="916" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
1068
|
+
<line num="917" count="7" type="stmt"/>
|
|
1069
|
+
<line num="918" count="7" type="stmt"/>
|
|
1070
|
+
<line num="921" count="6" type="stmt"/>
|
|
1071
|
+
<line num="925" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
1072
|
+
<line num="926" count="5" type="stmt"/>
|
|
1073
|
+
<line num="927" count="5" type="stmt"/>
|
|
1074
|
+
<line num="930" count="11" type="cond" truecount="3" falsecount="0"/>
|
|
1075
|
+
<line num="931" count="1" type="stmt"/>
|
|
1076
|
+
<line num="932" count="1" type="stmt"/>
|
|
1077
|
+
<line num="935" count="10" type="stmt"/>
|
|
1078
|
+
<line num="936" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
1079
|
+
<line num="938" count="9" type="stmt"/>
|
|
1080
|
+
<line num="940" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1081
|
+
<line num="943" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
1082
|
+
<line num="944" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1083
|
+
<line num="946" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1084
|
+
<line num="949" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
1085
|
+
<line num="951" count="9" type="stmt"/>
|
|
1086
|
+
<line num="953" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
1087
|
+
<line num="954" count="6" type="stmt"/>
|
|
1088
|
+
<line num="955" count="6" type="stmt"/>
|
|
1089
|
+
<line num="958" count="3" type="stmt"/>
|
|
1090
|
+
<line num="962" count="3" type="stmt"/>
|
|
1091
|
+
<line num="963" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1092
|
+
<line num="964" count="1" type="stmt"/>
|
|
1093
|
+
<line num="965" count="1" type="stmt"/>
|
|
1094
|
+
<line num="968" count="2" type="cond" truecount="7" falsecount="0"/>
|
|
1095
|
+
<line num="969" count="1" type="stmt"/>
|
|
1096
|
+
<line num="970" count="1" type="stmt"/>
|
|
1097
|
+
<line num="973" count="1" type="stmt"/>
|
|
1098
|
+
<line num="977" count="3" type="stmt"/>
|
|
1099
|
+
<line num="979" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1100
|
+
<line num="980" count="2" type="stmt"/>
|
|
1101
|
+
<line num="981" count="2" type="stmt"/>
|
|
1102
|
+
<line num="984" count="1" type="stmt"/>
|
|
1103
|
+
<line num="994" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1104
|
+
<line num="995" count="1" type="stmt"/>
|
|
1105
|
+
<line num="997" count="1" type="stmt"/>
|
|
1106
|
+
<line num="1005" count="2" type="stmt"/>
|
|
1107
|
+
<line num="1019" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1108
|
+
<line num="1020" count="1" type="stmt"/>
|
|
1109
|
+
<line num="1028" count="2" type="stmt"/>
|
|
1110
|
+
<line num="1044" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1111
|
+
<line num="1045" count="1" type="stmt"/>
|
|
1112
|
+
<line num="1053" count="1" type="stmt"/>
|
|
1113
|
+
<line num="1064" count="1" type="stmt"/>
|
|
1114
|
+
<line num="1068" count="2" type="stmt"/>
|
|
1096
1115
|
</file>
|
|
1097
1116
|
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
1098
1117
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1099
|
-
<line num="121" count="30" type="stmt"/>
|
|
1100
1118
|
<line num="122" count="30" type="stmt"/>
|
|
1119
|
+
<line num="123" count="30" type="stmt"/>
|
|
1101
1120
|
</file>
|
|
1102
1121
|
<file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
|
|
1103
1122
|
<metrics statements="99" coveredstatements="99" conditionals="52" coveredconditionals="52" methods="19" coveredmethods="19"/>
|
|
@@ -1203,31 +1222,32 @@
|
|
|
1203
1222
|
</file>
|
|
1204
1223
|
</package>
|
|
1205
1224
|
<package name="src.components.tek-image">
|
|
1206
|
-
<metrics statements="
|
|
1225
|
+
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1207
1226
|
<file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
|
|
1208
|
-
<metrics statements="
|
|
1227
|
+
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1209
1228
|
<line num="1" count="30" type="stmt"/>
|
|
1210
1229
|
<line num="7" count="30" type="stmt"/>
|
|
1211
|
-
<line num="11" count="
|
|
1212
|
-
<line num="16" count="
|
|
1213
|
-
<line num="22" count="
|
|
1214
|
-
<line num="28" count="
|
|
1215
|
-
<line num="34" count="
|
|
1216
|
-
<line num="39" count="
|
|
1217
|
-
<line num="45" count="
|
|
1218
|
-
<line num="51" count="
|
|
1219
|
-
<line num="57" count="
|
|
1220
|
-
<line num="64" count="
|
|
1221
|
-
<line num="65" count="
|
|
1222
|
-
<line num="66" count="
|
|
1223
|
-
<line num="67" count="
|
|
1224
|
-
<line num="68" count="
|
|
1225
|
-
<line num="69" count="
|
|
1226
|
-
<line num="70" count="
|
|
1227
|
-
<line num="71" count="
|
|
1228
|
-
<line num="72" count="
|
|
1229
|
-
<line num="73" count="
|
|
1230
|
-
<line num="74" count="
|
|
1230
|
+
<line num="11" count="4" type="stmt"/>
|
|
1231
|
+
<line num="16" count="4" type="stmt"/>
|
|
1232
|
+
<line num="22" count="4" type="stmt"/>
|
|
1233
|
+
<line num="28" count="4" type="stmt"/>
|
|
1234
|
+
<line num="34" count="4" type="stmt"/>
|
|
1235
|
+
<line num="39" count="4" type="stmt"/>
|
|
1236
|
+
<line num="45" count="4" type="stmt"/>
|
|
1237
|
+
<line num="51" count="4" type="stmt"/>
|
|
1238
|
+
<line num="57" count="4" type="stmt"/>
|
|
1239
|
+
<line num="64" count="4" type="stmt"/>
|
|
1240
|
+
<line num="65" count="4" type="stmt"/>
|
|
1241
|
+
<line num="66" count="4" type="stmt"/>
|
|
1242
|
+
<line num="67" count="4" type="stmt"/>
|
|
1243
|
+
<line num="68" count="4" type="stmt"/>
|
|
1244
|
+
<line num="69" count="4" type="stmt"/>
|
|
1245
|
+
<line num="70" count="4" type="stmt"/>
|
|
1246
|
+
<line num="71" count="4" type="stmt"/>
|
|
1247
|
+
<line num="72" count="4" type="stmt"/>
|
|
1248
|
+
<line num="73" count="4" type="stmt"/>
|
|
1249
|
+
<line num="74" count="4" type="stmt"/>
|
|
1250
|
+
<line num="78" count="1" type="stmt"/>
|
|
1231
1251
|
</file>
|
|
1232
1252
|
</package>
|
|
1233
1253
|
<package name="src.components.tek-iterable-carousel">
|
|
@@ -1321,9 +1341,9 @@
|
|
|
1321
1341
|
</file>
|
|
1322
1342
|
</package>
|
|
1323
1343
|
<package name="src.components.tek-tree-grid">
|
|
1324
|
-
<metrics statements="
|
|
1344
|
+
<metrics statements="94" coveredstatements="94" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
|
|
1325
1345
|
<file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
|
|
1326
|
-
<metrics statements="
|
|
1346
|
+
<metrics statements="94" coveredstatements="94" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
|
|
1327
1347
|
<line num="1" count="30" type="stmt"/>
|
|
1328
1348
|
<line num="6" count="30" type="stmt"/>
|
|
1329
1349
|
<line num="10" count="30" type="stmt"/>
|
|
@@ -1351,71 +1371,73 @@
|
|
|
1351
1371
|
<line num="111" count="18" type="stmt"/>
|
|
1352
1372
|
<line num="118" count="18" type="stmt"/>
|
|
1353
1373
|
<line num="161" count="18" type="stmt"/>
|
|
1354
|
-
<line num="
|
|
1355
|
-
<line num="175" count="18" type="stmt"/>
|
|
1374
|
+
<line num="169" count="18" type="stmt"/>
|
|
1356
1375
|
<line num="176" count="18" type="stmt"/>
|
|
1357
|
-
<line num="
|
|
1358
|
-
<line num="
|
|
1359
|
-
<line num="
|
|
1360
|
-
<line num="
|
|
1361
|
-
<line num="
|
|
1362
|
-
<line num="
|
|
1363
|
-
<line num="
|
|
1364
|
-
<line num="
|
|
1365
|
-
<line num="
|
|
1366
|
-
<line num="
|
|
1367
|
-
<line num="
|
|
1368
|
-
<line num="
|
|
1369
|
-
<line num="
|
|
1370
|
-
<line num="
|
|
1371
|
-
<line num="
|
|
1376
|
+
<line num="177" count="18" type="stmt"/>
|
|
1377
|
+
<line num="178" count="18" type="stmt"/>
|
|
1378
|
+
<line num="183" count="18" type="stmt"/>
|
|
1379
|
+
<line num="188" count="18" type="stmt"/>
|
|
1380
|
+
<line num="193" count="18" type="stmt"/>
|
|
1381
|
+
<line num="198" count="18" type="stmt"/>
|
|
1382
|
+
<line num="203" count="18" type="stmt"/>
|
|
1383
|
+
<line num="208" count="18" type="stmt"/>
|
|
1384
|
+
<line num="213" count="18" type="stmt"/>
|
|
1385
|
+
<line num="218" count="18" type="stmt"/>
|
|
1386
|
+
<line num="223" count="18" type="stmt"/>
|
|
1387
|
+
<line num="228" count="18" type="stmt"/>
|
|
1388
|
+
<line num="233" count="18" type="stmt"/>
|
|
1389
|
+
<line num="238" count="18" type="stmt"/>
|
|
1390
|
+
<line num="243" count="18" type="stmt"/>
|
|
1372
1391
|
<line num="248" count="18" type="stmt"/>
|
|
1373
|
-
<line num="
|
|
1374
|
-
<line num="
|
|
1375
|
-
<line num="
|
|
1376
|
-
<line num="
|
|
1377
|
-
<line num="
|
|
1378
|
-
<line num="
|
|
1379
|
-
<line num="
|
|
1380
|
-
<line num="
|
|
1381
|
-
<line num="
|
|
1382
|
-
<line num="
|
|
1383
|
-
<line num="
|
|
1384
|
-
<line num="
|
|
1385
|
-
<line num="
|
|
1386
|
-
<line num="296" count="
|
|
1387
|
-
<line num="297" count="
|
|
1388
|
-
<line num="
|
|
1389
|
-
<line num="
|
|
1390
|
-
<line num="
|
|
1391
|
-
<line num="
|
|
1392
|
-
<line num="
|
|
1393
|
-
<line num="
|
|
1394
|
-
<line num="
|
|
1395
|
-
<line num="
|
|
1396
|
-
<line num="
|
|
1397
|
-
<line num="
|
|
1398
|
-
<line num="
|
|
1399
|
-
<line num="
|
|
1400
|
-
<line num="
|
|
1401
|
-
<line num="342" count="
|
|
1402
|
-
<line num="346" count="
|
|
1403
|
-
<line num="347" count="
|
|
1404
|
-
<line num="
|
|
1405
|
-
<line num="
|
|
1406
|
-
<line num="
|
|
1407
|
-
<line num="
|
|
1408
|
-
<line num="
|
|
1409
|
-
<line num="362" count="
|
|
1410
|
-
<line num="
|
|
1411
|
-
<line num="
|
|
1412
|
-
<line num="
|
|
1413
|
-
<line num="
|
|
1414
|
-
<line num="
|
|
1415
|
-
<line num="
|
|
1416
|
-
<line num="
|
|
1417
|
-
<line num="
|
|
1418
|
-
<line num="
|
|
1392
|
+
<line num="253" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1393
|
+
<line num="254" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1394
|
+
<line num="255" count="18" type="stmt"/>
|
|
1395
|
+
<line num="257" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
1396
|
+
<line num="258" count="3" type="stmt"/>
|
|
1397
|
+
<line num="261" count="18" type="stmt"/>
|
|
1398
|
+
<line num="270" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1399
|
+
<line num="271" count="1" type="stmt"/>
|
|
1400
|
+
<line num="274" count="1" type="stmt"/>
|
|
1401
|
+
<line num="283" count="1" type="stmt"/>
|
|
1402
|
+
<line num="286" count="1" type="stmt"/>
|
|
1403
|
+
<line num="287" count="1" type="stmt"/>
|
|
1404
|
+
<line num="295" count="18" type="stmt"/>
|
|
1405
|
+
<line num="296" count="18" type="stmt"/>
|
|
1406
|
+
<line num="297" count="18" type="stmt"/>
|
|
1407
|
+
<line num="299" count="18" type="stmt"/>
|
|
1408
|
+
<line num="303" count="3" type="stmt"/>
|
|
1409
|
+
<line num="304" count="3" type="stmt"/>
|
|
1410
|
+
<line num="308" count="3" type="stmt"/>
|
|
1411
|
+
<line num="309" count="3" type="stmt"/>
|
|
1412
|
+
<line num="313" count="6" type="stmt"/>
|
|
1413
|
+
<line num="314" count="6" type="stmt"/>
|
|
1414
|
+
<line num="318" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1415
|
+
<line num="322" count="1" type="stmt"/>
|
|
1416
|
+
<line num="323" count="1" type="stmt"/>
|
|
1417
|
+
<line num="327" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1418
|
+
<line num="328" count="1" type="stmt"/>
|
|
1419
|
+
<line num="338" count="21" type="stmt"/>
|
|
1420
|
+
<line num="342" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1421
|
+
<line num="346" count="1" type="stmt"/>
|
|
1422
|
+
<line num="347" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1423
|
+
<line num="349" count="1" type="stmt"/>
|
|
1424
|
+
<line num="353" count="2" type="stmt"/>
|
|
1425
|
+
<line num="354" count="2" type="stmt"/>
|
|
1426
|
+
<line num="355" count="2" type="stmt"/>
|
|
1427
|
+
<line num="358" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1428
|
+
<line num="362" count="1" type="stmt"/>
|
|
1429
|
+
<line num="363" count="1" type="stmt"/>
|
|
1430
|
+
<line num="368" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1431
|
+
<line num="369" count="2" type="stmt"/>
|
|
1432
|
+
<line num="372" count="2" type="stmt"/>
|
|
1433
|
+
<line num="385" count="2" type="stmt"/>
|
|
1434
|
+
<line num="389" count="1" type="stmt"/>
|
|
1435
|
+
<line num="399" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1436
|
+
<line num="400" count="1" type="stmt"/>
|
|
1437
|
+
<line num="402" count="1" type="stmt"/>
|
|
1438
|
+
<line num="410" count="2" type="stmt"/>
|
|
1439
|
+
<line num="414" count="1" type="stmt"/>
|
|
1440
|
+
<line num="418" count="2" type="stmt"/>
|
|
1419
1441
|
</file>
|
|
1420
1442
|
</package>
|
|
1421
1443
|
<package name="src.components.tek-user-info">
|
|
@@ -1543,74 +1565,74 @@
|
|
|
1543
1565
|
<line num="13" count="30" type="stmt"/>
|
|
1544
1566
|
<line num="14" count="30" type="stmt"/>
|
|
1545
1567
|
<line num="35" count="30" type="stmt"/>
|
|
1546
|
-
<line num="38" count="
|
|
1547
|
-
<line num="41" count="
|
|
1548
|
-
<line num="43" count="
|
|
1549
|
-
<line num="47" count="
|
|
1550
|
-
<line num="49" count="
|
|
1551
|
-
<line num="53" count="
|
|
1552
|
-
<line num="54" count="
|
|
1553
|
-
<line num="55" count="
|
|
1554
|
-
<line num="60" count="
|
|
1555
|
-
<line num="
|
|
1556
|
-
<line num="
|
|
1557
|
-
<line num="
|
|
1558
|
-
<line num="
|
|
1559
|
-
<line num="
|
|
1560
|
-
<line num="
|
|
1561
|
-
<line num="
|
|
1562
|
-
<line num="
|
|
1563
|
-
<line num="
|
|
1564
|
-
<line num="
|
|
1565
|
-
<line num="
|
|
1566
|
-
<line num="
|
|
1567
|
-
<line num="
|
|
1568
|
-
<line num="
|
|
1569
|
-
<line num="
|
|
1570
|
-
<line num="299" count="2" type="stmt"/>
|
|
1568
|
+
<line num="38" count="143" type="stmt"/>
|
|
1569
|
+
<line num="41" count="143" type="stmt"/>
|
|
1570
|
+
<line num="43" count="143" type="stmt"/>
|
|
1571
|
+
<line num="47" count="711" type="cond" truecount="1" falsecount="0"/>
|
|
1572
|
+
<line num="49" count="569" type="stmt"/>
|
|
1573
|
+
<line num="53" count="143" type="stmt"/>
|
|
1574
|
+
<line num="54" count="711" type="stmt"/>
|
|
1575
|
+
<line num="55" count="711" type="stmt"/>
|
|
1576
|
+
<line num="60" count="45" type="stmt"/>
|
|
1577
|
+
<line num="267" count="5" type="stmt"/>
|
|
1578
|
+
<line num="271" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1579
|
+
<line num="272" count="2" type="stmt"/>
|
|
1580
|
+
<line num="274" count="2" type="stmt"/>
|
|
1581
|
+
<line num="278" count="4" type="stmt"/>
|
|
1582
|
+
<line num="279" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1583
|
+
<line num="280" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1584
|
+
<line num="281" count="1" type="stmt"/>
|
|
1585
|
+
<line num="284" count="2" type="stmt"/>
|
|
1586
|
+
<line num="286" count="2" type="stmt"/>
|
|
1587
|
+
<line num="291" count="2" type="stmt"/>
|
|
1588
|
+
<line num="292" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1589
|
+
<line num="294" count="1" type="stmt"/>
|
|
1590
|
+
<line num="298" count="3" type="stmt"/>
|
|
1591
|
+
<line num="299" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1571
1592
|
<line num="300" count="2" type="stmt"/>
|
|
1572
1593
|
<line num="301" count="2" type="stmt"/>
|
|
1573
|
-
<line num="
|
|
1594
|
+
<line num="302" count="2" type="stmt"/>
|
|
1574
1595
|
<line num="304" count="2" type="stmt"/>
|
|
1575
|
-
<line num="
|
|
1576
|
-
<line num="310" count="3" type="
|
|
1577
|
-
<line num="311" count="
|
|
1596
|
+
<line num="305" count="2" type="stmt"/>
|
|
1597
|
+
<line num="310" count="3" type="stmt"/>
|
|
1598
|
+
<line num="311" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1578
1599
|
<line num="312" count="2" type="stmt"/>
|
|
1579
1600
|
<line num="313" count="2" type="stmt"/>
|
|
1580
|
-
<line num="
|
|
1581
|
-
<line num="
|
|
1582
|
-
<line num="
|
|
1583
|
-
<line num="
|
|
1584
|
-
<line num="
|
|
1585
|
-
<line num="
|
|
1586
|
-
<line num="343" count="
|
|
1587
|
-
<line num="
|
|
1588
|
-
<line num="346" count="
|
|
1589
|
-
<line num="
|
|
1590
|
-
<line num="
|
|
1591
|
-
<line num="
|
|
1592
|
-
<line num="
|
|
1593
|
-
<line num="361" count="6" type="
|
|
1594
|
-
<line num="362" count="
|
|
1595
|
-
<line num="363" count="
|
|
1596
|
-
<line num="
|
|
1597
|
-
<line num="366" count="
|
|
1601
|
+
<line num="314" count="2" type="stmt"/>
|
|
1602
|
+
<line num="316" count="2" type="stmt"/>
|
|
1603
|
+
<line num="318" count="2" type="stmt"/>
|
|
1604
|
+
<line num="323" count="1" type="stmt"/>
|
|
1605
|
+
<line num="327" count="143" type="stmt"/>
|
|
1606
|
+
<line num="335" count="143" type="stmt"/>
|
|
1607
|
+
<line num="343" count="286" type="stmt"/>
|
|
1608
|
+
<line num="344" count="286" type="cond" truecount="3" falsecount="0"/>
|
|
1609
|
+
<line num="346" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1610
|
+
<line num="347" count="18" type="stmt"/>
|
|
1611
|
+
<line num="349" count="18" type="stmt"/>
|
|
1612
|
+
<line num="351" count="234" type="stmt"/>
|
|
1613
|
+
<line num="357" count="250" type="stmt"/>
|
|
1614
|
+
<line num="361" count="6" type="stmt"/>
|
|
1615
|
+
<line num="362" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1616
|
+
<line num="363" count="9" type="stmt"/>
|
|
1617
|
+
<line num="364" count="4" type="stmt"/>
|
|
1618
|
+
<line num="366" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1598
1619
|
<line num="367" count="3" type="stmt"/>
|
|
1599
|
-
<line num="
|
|
1600
|
-
<line num="370" count="
|
|
1601
|
-
<line num="
|
|
1602
|
-
<line num="
|
|
1603
|
-
<line num="
|
|
1620
|
+
<line num="368" count="3" type="stmt"/>
|
|
1621
|
+
<line num="370" count="3" type="stmt"/>
|
|
1622
|
+
<line num="371" count="6" type="stmt"/>
|
|
1623
|
+
<line num="374" count="3" type="stmt"/>
|
|
1624
|
+
<line num="377" count="4" type="stmt"/>
|
|
1604
1625
|
<line num="380" count="6" type="stmt"/>
|
|
1605
|
-
<line num="
|
|
1606
|
-
<line num="
|
|
1607
|
-
<line num="
|
|
1608
|
-
<line num="
|
|
1626
|
+
<line num="381" count="6" type="stmt"/>
|
|
1627
|
+
<line num="384" count="143" type="stmt"/>
|
|
1628
|
+
<line num="404" count="2" type="stmt"/>
|
|
1629
|
+
<line num="408" count="4" type="stmt"/>
|
|
1630
|
+
<line num="412" count="30" type="stmt"/>
|
|
1609
1631
|
</file>
|
|
1610
1632
|
<file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
|
|
1611
1633
|
<metrics statements="29" coveredstatements="29" conditionals="31" coveredconditionals="31" methods="21" coveredmethods="21"/>
|
|
1612
1634
|
<line num="4" count="30" type="stmt"/>
|
|
1613
|
-
<line num="8" count="
|
|
1635
|
+
<line num="8" count="52" type="stmt"/>
|
|
1614
1636
|
<line num="12" count="1" type="stmt"/>
|
|
1615
1637
|
<line num="16" count="4" type="stmt"/>
|
|
1616
1638
|
<line num="20" count="5" type="stmt"/>
|
|
@@ -1645,10 +1667,10 @@
|
|
|
1645
1667
|
<file name="button-option.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
|
|
1646
1668
|
<metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
1647
1669
|
<line num="4" count="30" type="stmt"/>
|
|
1648
|
-
<line num="8" count="
|
|
1649
|
-
<line num="14" count="
|
|
1650
|
-
<line num="15" count="
|
|
1651
|
-
<line num="16" count="
|
|
1670
|
+
<line num="8" count="571" type="stmt"/>
|
|
1671
|
+
<line num="14" count="571" type="stmt"/>
|
|
1672
|
+
<line num="15" count="571" type="cond" truecount="2" falsecount="0"/>
|
|
1673
|
+
<line num="16" count="571" type="stmt"/>
|
|
1652
1674
|
<line num="23" count="1" type="stmt"/>
|
|
1653
1675
|
</file>
|
|
1654
1676
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
|
|
@@ -1660,23 +1682,23 @@
|
|
|
1660
1682
|
<file name="multi-option.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
|
|
1661
1683
|
<metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
|
|
1662
1684
|
<line num="9" count="30" type="stmt"/>
|
|
1663
|
-
<line num="13" count="
|
|
1664
|
-
<line num="17" count="
|
|
1665
|
-
<line num="21" count="
|
|
1666
|
-
<line num="22" count="
|
|
1667
|
-
<line num="34" count="
|
|
1668
|
-
<line num="35" count="
|
|
1669
|
-
<line num="37" count="
|
|
1685
|
+
<line num="13" count="146" type="stmt"/>
|
|
1686
|
+
<line num="17" count="1168" type="stmt"/>
|
|
1687
|
+
<line num="21" count="292" type="stmt"/>
|
|
1688
|
+
<line num="22" count="292" type="stmt"/>
|
|
1689
|
+
<line num="34" count="292" type="stmt"/>
|
|
1690
|
+
<line num="35" count="292" type="cond" truecount="2" falsecount="0"/>
|
|
1691
|
+
<line num="37" count="292" type="stmt"/>
|
|
1670
1692
|
<line num="44" count="2" type="stmt"/>
|
|
1671
|
-
<line num="50" count="
|
|
1672
|
-
<line num="52" count="
|
|
1673
|
-
<line num="63" count="
|
|
1674
|
-
<line num="65" count="
|
|
1675
|
-
<line num="76" count="
|
|
1676
|
-
<line num="78" count="
|
|
1693
|
+
<line num="50" count="292" type="stmt"/>
|
|
1694
|
+
<line num="52" count="292" type="stmt"/>
|
|
1695
|
+
<line num="63" count="146" type="stmt"/>
|
|
1696
|
+
<line num="65" count="292" type="stmt"/>
|
|
1697
|
+
<line num="76" count="146" type="stmt"/>
|
|
1698
|
+
<line num="78" count="146" type="stmt"/>
|
|
1677
1699
|
<line num="83" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1678
|
-
<line num="87" count="
|
|
1679
|
-
<line num="94" count="
|
|
1700
|
+
<line num="87" count="146" type="stmt"/>
|
|
1701
|
+
<line num="94" count="146" type="stmt"/>
|
|
1680
1702
|
</file>
|
|
1681
1703
|
</package>
|
|
1682
1704
|
<package name="src.utils.report-filter">
|
|
@@ -1708,7 +1730,7 @@
|
|
|
1708
1730
|
<metrics statements="21" coveredstatements="21" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
|
|
1709
1731
|
<file name="component-event-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
|
|
1710
1732
|
<metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
1711
|
-
<line num="3" count="
|
|
1733
|
+
<line num="3" count="35" type="cond" truecount="1" falsecount="0"/>
|
|
1712
1734
|
<line num="5" count="3" type="stmt"/>
|
|
1713
1735
|
</file>
|
|
1714
1736
|
<file name="flush-promises-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
|
|
@@ -1719,14 +1741,14 @@
|
|
|
1719
1741
|
<file name="get-child-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
|
|
1720
1742
|
<metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
|
|
1721
1743
|
<line num="8" count="3" type="stmt"/>
|
|
1722
|
-
<line num="11" count="
|
|
1723
|
-
<line num="12" count="
|
|
1724
|
-
<line num="13" count="
|
|
1725
|
-
<line num="14" count="
|
|
1726
|
-
<line num="17" count="
|
|
1727
|
-
<line num="18" count="
|
|
1728
|
-
<line num="20" count="
|
|
1729
|
-
<line num="24" count="
|
|
1744
|
+
<line num="11" count="352" type="stmt"/>
|
|
1745
|
+
<line num="12" count="983" type="cond" truecount="1" falsecount="0"/>
|
|
1746
|
+
<line num="13" count="52" type="stmt"/>
|
|
1747
|
+
<line num="14" count="52" type="stmt"/>
|
|
1748
|
+
<line num="17" count="931" type="cond" truecount="3" falsecount="0"/>
|
|
1749
|
+
<line num="18" count="300" type="stmt"/>
|
|
1750
|
+
<line num="20" count="300" type="cond" truecount="1" falsecount="0"/>
|
|
1751
|
+
<line num="24" count="352" type="stmt"/>
|
|
1730
1752
|
<line num="27" count="3" type="stmt"/>
|
|
1731
1753
|
</file>
|
|
1732
1754
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
|