@zeedhi/teknisa-components-common 1.97.3 → 1.97.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +476 -395
- package/coverage/coverage-final.json +9 -7
- package/coverage/lcov-report/index.html +16 -16
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/flush-promises-helper.ts.html +2 -2
- package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +1 -1
- 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 +847 -695
- package/dist/tek-components-common.esm.js +192 -10
- package/dist/tek-components-common.umd.js +192 -10
- package/package.json +2 -2
- package/tests/unit/components/tek-grid/grid.spec.ts +404 -2
- package/types/components/tek-grid/grid.d.ts +45 -2
- package/types/components/tek-grid/interfaces.d.ts +19 -0
- package/types/error/incomplete-groups-error.d.ts +8 -0
- package/types/utils/extract-properties.d.ts +7 -0
- package/types/utils/index.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="1747421995985" clover="3.2.0">
|
|
3
|
+
<project timestamp="1747421995985" name="All files">
|
|
4
|
+
<metrics statements="1651" coveredstatements="1651" conditionals="717" coveredconditionals="717" methods="401" coveredmethods="401" elements="2769" coveredelements="2769" complexity="0" loc="1651" ncloc="1651" packages="22" files="47" classes="47"/>
|
|
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="782" coveredstatements="782" conditionals="352" coveredconditionals="352" methods="177" coveredmethods="177"/>
|
|
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,24 +560,24 @@
|
|
|
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="
|
|
567
|
-
<line num="188" count="
|
|
568
|
-
<line num="193" count="
|
|
569
|
-
<line num="197" count="
|
|
570
|
-
<line num="198" count="
|
|
571
|
-
<line num="199" count="
|
|
563
|
+
<line num="181" count="1071" type="stmt"/>
|
|
564
|
+
<line num="185" count="271" type="stmt"/>
|
|
565
|
+
<line num="186" count="271" type="stmt"/>
|
|
566
|
+
<line num="187" count="271" type="cond" truecount="1" falsecount="0"/>
|
|
567
|
+
<line num="188" count="43" type="stmt"/>
|
|
568
|
+
<line num="193" count="661" type="stmt"/>
|
|
569
|
+
<line num="197" count="271" type="stmt"/>
|
|
570
|
+
<line num="198" count="271" type="stmt"/>
|
|
571
|
+
<line num="199" count="271" 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="399" type="stmt"/>
|
|
574
|
+
<line num="209" count="269" type="stmt"/>
|
|
575
|
+
<line num="210" count="269" type="stmt"/>
|
|
576
|
+
<line num="211" count="269" 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="
|
|
580
|
-
<line num="226" count="
|
|
578
|
+
<line num="217" count="598" type="cond" truecount="2" falsecount="0"/>
|
|
579
|
+
<line num="221" count="804" type="stmt"/>
|
|
580
|
+
<line num="226" count="62" type="stmt"/>
|
|
581
581
|
<line num="227" count="1" type="stmt"/>
|
|
582
582
|
</file>
|
|
583
583
|
<file name="grid-columns-button-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
|
|
@@ -770,360 +770,423 @@
|
|
|
770
770
|
<line num="426" count="2" type="stmt"/>
|
|
771
771
|
</file>
|
|
772
772
|
<file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
|
|
773
|
-
<metrics statements="
|
|
773
|
+
<metrics statements="416" coveredstatements="416" conditionals="174" coveredconditionals="174" methods="97" coveredmethods="97"/>
|
|
774
774
|
<line num="1" count="30" type="stmt"/>
|
|
775
775
|
<line num="7" count="30" type="stmt"/>
|
|
776
776
|
<line num="13" count="30" type="stmt"/>
|
|
777
777
|
<line num="14" count="30" type="stmt"/>
|
|
778
778
|
<line num="15" count="30" type="stmt"/>
|
|
779
|
-
<line num="20" count="30" type="stmt"/>
|
|
780
779
|
<line num="21" count="30" type="stmt"/>
|
|
781
780
|
<line num="22" count="30" type="stmt"/>
|
|
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="177" count="
|
|
805
|
-
<line num="179" count="
|
|
806
|
-
<line num="181" count="
|
|
807
|
-
<line num="183" count="
|
|
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="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="
|
|
839
|
-
<line num="313" count="
|
|
840
|
-
<line num="
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="326" count="1" type="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
781
|
+
<line num="23" count="30" type="stmt"/>
|
|
782
|
+
<line num="37" count="30" type="stmt"/>
|
|
783
|
+
<line num="40" count="30" type="stmt"/>
|
|
784
|
+
<line num="42" count="139" type="stmt"/>
|
|
785
|
+
<line num="45" count="139" type="stmt"/>
|
|
786
|
+
<line num="48" count="139" type="stmt"/>
|
|
787
|
+
<line num="51" count="139" type="stmt"/>
|
|
788
|
+
<line num="54" count="139" type="stmt"/>
|
|
789
|
+
<line num="57" count="139" type="stmt"/>
|
|
790
|
+
<line num="60" count="139" type="stmt"/>
|
|
791
|
+
<line num="63" count="139" type="stmt"/>
|
|
792
|
+
<line num="66" count="139" type="stmt"/>
|
|
793
|
+
<line num="69" count="139" type="stmt"/>
|
|
794
|
+
<line num="72" count="139" type="stmt"/>
|
|
795
|
+
<line num="81" count="139" type="stmt"/>
|
|
796
|
+
<line num="87" count="139" type="stmt"/>
|
|
797
|
+
<line num="93" count="139" type="stmt"/>
|
|
798
|
+
<line num="100" count="139" type="stmt"/>
|
|
799
|
+
<line num="116" count="139" type="stmt"/>
|
|
800
|
+
<line num="121" count="139" type="stmt"/>
|
|
801
|
+
<line num="126" count="139" type="stmt"/>
|
|
802
|
+
<line num="172" count="139" type="stmt"/>
|
|
803
|
+
<line num="177" count="139" type="stmt"/>
|
|
804
|
+
<line num="179" count="139" type="stmt"/>
|
|
805
|
+
<line num="181" count="139" type="stmt"/>
|
|
806
|
+
<line num="183" count="139" type="stmt"/>
|
|
807
|
+
<line num="185" count="139" type="stmt"/>
|
|
808
|
+
<line num="187" count="139" type="stmt"/>
|
|
809
|
+
<line num="197" count="139" type="stmt"/>
|
|
810
|
+
<line num="201" count="139" type="cond" truecount="2" falsecount="0"/>
|
|
811
|
+
<line num="203" count="139" type="stmt"/>
|
|
812
|
+
<line num="210" count="139" type="stmt"/>
|
|
813
|
+
<line num="211" count="139" type="stmt"/>
|
|
814
|
+
<line num="212" count="139" type="stmt"/>
|
|
815
|
+
<line num="217" count="139" type="stmt"/>
|
|
816
|
+
<line num="222" count="139" type="stmt"/>
|
|
817
|
+
<line num="227" count="139" type="stmt"/>
|
|
818
|
+
<line num="232" count="139" type="stmt"/>
|
|
819
|
+
<line num="237" count="139" type="stmt"/>
|
|
820
|
+
<line num="242" count="139" type="stmt"/>
|
|
821
|
+
<line num="247" count="139" type="stmt"/>
|
|
822
|
+
<line num="252" count="139" type="stmt"/>
|
|
823
|
+
<line num="257" count="139" type="stmt"/>
|
|
824
|
+
<line num="262" count="139" type="stmt"/>
|
|
825
|
+
<line num="267" count="139" type="stmt"/>
|
|
826
|
+
<line num="272" count="139" type="stmt"/>
|
|
827
|
+
<line num="277" count="139" type="stmt"/>
|
|
828
|
+
<line num="282" count="139" type="stmt"/>
|
|
829
|
+
<line num="287" count="139" type="cond" truecount="2" falsecount="0"/>
|
|
830
|
+
<line num="288" count="139" type="stmt"/>
|
|
831
|
+
<line num="293" count="139" type="stmt"/>
|
|
832
|
+
<line num="298" count="139" type="stmt"/>
|
|
833
|
+
<line num="303" count="139" type="stmt"/>
|
|
834
|
+
<line num="308" count="139" type="stmt"/>
|
|
835
|
+
<line num="309" count="139" type="stmt"/>
|
|
836
|
+
<line num="310" count="139" type="cond" truecount="2" falsecount="0"/>
|
|
837
|
+
<line num="311" count="139" type="stmt"/>
|
|
838
|
+
<line num="313" count="139" type="cond" truecount="1" falsecount="0"/>
|
|
839
|
+
<line num="314" count="5" type="stmt"/>
|
|
840
|
+
<line num="317" count="139" type="stmt"/>
|
|
841
|
+
<line num="326" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
842
|
+
<line num="327" count="1" type="stmt"/>
|
|
843
|
+
<line num="330" count="1" type="stmt"/>
|
|
845
844
|
<line num="339" count="1" type="stmt"/>
|
|
846
|
-
<line num="
|
|
847
|
-
<line num="
|
|
848
|
-
<line num="351" count="
|
|
849
|
-
<line num="
|
|
850
|
-
<line num="
|
|
851
|
-
<line num="
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
854
|
-
<line num="364" count="
|
|
855
|
-
<line num="367" count="
|
|
856
|
-
<line num="368" count="
|
|
857
|
-
<line num="
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="373" count="
|
|
860
|
-
<line num="
|
|
861
|
-
<line num="
|
|
862
|
-
<line num="
|
|
863
|
-
<line num="
|
|
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="
|
|
877
|
-
<line num="
|
|
878
|
-
<line num="
|
|
879
|
-
<line num="
|
|
880
|
-
<line num="
|
|
881
|
-
<line num="
|
|
882
|
-
<line num="
|
|
883
|
-
<line num="
|
|
884
|
-
<line num="
|
|
885
|
-
<line num="
|
|
845
|
+
<line num="342" count="1" type="stmt"/>
|
|
846
|
+
<line num="343" count="1" type="stmt"/>
|
|
847
|
+
<line num="351" count="139" type="stmt"/>
|
|
848
|
+
<line num="353" count="139" type="stmt"/>
|
|
849
|
+
<line num="355" count="139" type="stmt"/>
|
|
850
|
+
<line num="356" count="139" type="stmt"/>
|
|
851
|
+
<line num="357" count="139" type="stmt"/>
|
|
852
|
+
<line num="361" count="139" type="stmt"/>
|
|
853
|
+
<line num="364" count="139" type="stmt"/>
|
|
854
|
+
<line num="367" count="139" type="cond" truecount="1" falsecount="0"/>
|
|
855
|
+
<line num="368" count="54" type="stmt"/>
|
|
856
|
+
<line num="371" count="85" type="cond" truecount="3" falsecount="0"/>
|
|
857
|
+
<line num="372" count="1" type="stmt"/>
|
|
858
|
+
<line num="373" count="1" type="stmt"/>
|
|
859
|
+
<line num="374" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
860
|
+
<line num="377" count="84" type="stmt"/>
|
|
861
|
+
<line num="381" count="41" type="stmt"/>
|
|
862
|
+
<line num="382" count="41" type="stmt"/>
|
|
863
|
+
<line num="386" count="41" type="cond" truecount="1" falsecount="0"/>
|
|
864
|
+
<line num="387" count="41" type="stmt"/>
|
|
865
|
+
<line num="392" count="41" type="stmt"/>
|
|
866
|
+
<line num="400" count="30" type="stmt"/>
|
|
867
|
+
<line num="401" count="30" type="stmt"/>
|
|
868
|
+
<line num="403" count="30" type="stmt"/>
|
|
869
|
+
<line num="407" count="3" type="stmt"/>
|
|
870
|
+
<line num="408" count="3" type="stmt"/>
|
|
871
|
+
<line num="412" count="1" type="stmt"/>
|
|
872
|
+
<line num="413" count="1" type="stmt"/>
|
|
873
|
+
<line num="417" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
874
|
+
<line num="418" count="1" type="stmt"/>
|
|
875
|
+
<line num="428" count="235" type="stmt"/>
|
|
876
|
+
<line num="432" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
877
|
+
<line num="436" count="1" type="stmt"/>
|
|
878
|
+
<line num="437" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
879
|
+
<line num="439" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
880
|
+
<line num="443" count="4" type="stmt"/>
|
|
881
|
+
<line num="444" count="4" type="stmt"/>
|
|
882
|
+
<line num="445" count="1" type="stmt"/>
|
|
883
|
+
<line num="456" count="4" type="stmt"/>
|
|
884
|
+
<line num="457" count="4" type="stmt"/>
|
|
886
885
|
<line num="458" count="4" type="stmt"/>
|
|
886
|
+
<line num="460" count="1" type="stmt"/>
|
|
887
887
|
<line num="462" count="4" type="stmt"/>
|
|
888
|
-
<line num="
|
|
889
|
-
<line num="
|
|
890
|
-
<line num="
|
|
891
|
-
<line num="471" count="
|
|
892
|
-
<line num="
|
|
893
|
-
<line num="
|
|
894
|
-
<line num="
|
|
895
|
-
<line num="
|
|
896
|
-
<line num="
|
|
897
|
-
<line num="
|
|
898
|
-
<line num="
|
|
899
|
-
<line num="488" count="2" type="stmt"/>
|
|
888
|
+
<line num="466" count="4" type="stmt"/>
|
|
889
|
+
<line num="467" count="4" type="stmt"/>
|
|
890
|
+
<line num="468" count="4" type="stmt"/>
|
|
891
|
+
<line num="471" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
892
|
+
<line num="475" count="3" type="stmt"/>
|
|
893
|
+
<line num="477" count="4" type="stmt"/>
|
|
894
|
+
<line num="479" count="4" type="stmt"/>
|
|
895
|
+
<line num="480" count="4" type="stmt"/>
|
|
896
|
+
<line num="482" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
897
|
+
<line num="483" count="1" type="stmt"/>
|
|
898
|
+
<line num="486" count="1" type="stmt"/>
|
|
900
899
|
<line num="489" count="2" type="stmt"/>
|
|
901
|
-
<line num="
|
|
902
|
-
<line num="493" count="
|
|
903
|
-
<line num="
|
|
900
|
+
<line num="492" count="2" type="stmt"/>
|
|
901
|
+
<line num="493" count="2" type="stmt"/>
|
|
902
|
+
<line num="495" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
904
903
|
<line num="497" count="1" type="stmt"/>
|
|
905
|
-
<line num="
|
|
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="
|
|
917
|
-
<line num="526" count="3" type="
|
|
918
|
-
<line num="
|
|
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="607" count="
|
|
943
|
-
<line num="
|
|
944
|
-
<line num="
|
|
945
|
-
<line num="
|
|
946
|
-
<line num="
|
|
947
|
-
<line num="
|
|
948
|
-
<line num="
|
|
949
|
-
<line num="
|
|
950
|
-
<line num="621" count="
|
|
951
|
-
<line num="
|
|
952
|
-
<line num="
|
|
953
|
-
<line num="
|
|
954
|
-
<line num="630" count="
|
|
955
|
-
<line num="631" count="
|
|
956
|
-
<line num="634" count="
|
|
957
|
-
<line num="635" count="
|
|
958
|
-
<line num="
|
|
959
|
-
<line num="
|
|
960
|
-
<line num="
|
|
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="661" count="
|
|
972
|
-
<line num="
|
|
973
|
-
<line num="
|
|
974
|
-
<line num="
|
|
975
|
-
<line num="
|
|
976
|
-
<line num="671" count="
|
|
977
|
-
<line num="
|
|
978
|
-
<line num="
|
|
979
|
-
<line num="
|
|
980
|
-
<line num="
|
|
981
|
-
<line num="684" count="
|
|
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="742" count="
|
|
999
|
-
<line num="743" count="
|
|
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="793" count="
|
|
1015
|
-
<line num="794" count="
|
|
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="
|
|
904
|
+
<line num="498" count="2" type="stmt"/>
|
|
905
|
+
<line num="501" count="1" type="stmt"/>
|
|
906
|
+
<line num="503" count="1" type="stmt"/>
|
|
907
|
+
<line num="504" count="2" type="stmt"/>
|
|
908
|
+
<line num="505" count="2" type="stmt"/>
|
|
909
|
+
<line num="506" count="2" type="stmt"/>
|
|
910
|
+
<line num="511" count="2" type="stmt"/>
|
|
911
|
+
<line num="513" count="2" type="stmt"/>
|
|
912
|
+
<line num="517" count="3" type="stmt"/>
|
|
913
|
+
<line num="518" count="3" type="stmt"/>
|
|
914
|
+
<line num="520" count="2" type="stmt"/>
|
|
915
|
+
<line num="521" count="2" type="stmt"/>
|
|
916
|
+
<line num="526" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
917
|
+
<line num="527" count="1" type="stmt"/>
|
|
918
|
+
<line num="530" count="3" type="stmt"/>
|
|
919
|
+
<line num="543" count="2" type="stmt"/>
|
|
920
|
+
<line num="546" count="139" type="stmt"/>
|
|
921
|
+
<line num="548" count="139" type="stmt"/>
|
|
922
|
+
<line num="557" count="139" type="stmt"/>
|
|
923
|
+
<line num="560" count="16" type="stmt"/>
|
|
924
|
+
<line num="563" count="139" type="stmt"/>
|
|
925
|
+
<line num="569" count="28" type="stmt"/>
|
|
926
|
+
<line num="570" count="28" type="stmt"/>
|
|
927
|
+
<line num="572" count="28" type="stmt"/>
|
|
928
|
+
<line num="576" count="30" type="stmt"/>
|
|
929
|
+
<line num="577" count="30" type="stmt"/>
|
|
930
|
+
<line num="579" count="30" type="stmt"/>
|
|
931
|
+
<line num="580" count="30" type="stmt"/>
|
|
932
|
+
<line num="581" count="30" type="stmt"/>
|
|
933
|
+
<line num="582" count="30" type="stmt"/>
|
|
934
|
+
<line num="583" count="30" type="stmt"/>
|
|
935
|
+
<line num="587" count="30" type="stmt"/>
|
|
936
|
+
<line num="588" count="27" type="cond" truecount="1" falsecount="0"/>
|
|
937
|
+
<line num="592" count="22" type="stmt"/>
|
|
938
|
+
<line num="595" count="27" type="stmt"/>
|
|
939
|
+
<line num="599" count="139" type="stmt"/>
|
|
940
|
+
<line num="601" count="28" type="stmt"/>
|
|
941
|
+
<line num="607" count="28" type="stmt"/>
|
|
942
|
+
<line num="609" count="28" type="stmt"/>
|
|
943
|
+
<line num="611" count="98" type="stmt"/>
|
|
944
|
+
<line num="612" count="32" type="stmt"/>
|
|
945
|
+
<line num="613" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
946
|
+
<line num="617" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
947
|
+
<line num="618" count="22" type="stmt"/>
|
|
948
|
+
<line num="619" count="32" type="stmt"/>
|
|
949
|
+
<line num="621" count="22" type="stmt"/>
|
|
950
|
+
<line num="622" count="8" type="stmt"/>
|
|
951
|
+
<line num="625" count="22" type="stmt"/>
|
|
952
|
+
<line num="628" count="23" type="stmt"/>
|
|
953
|
+
<line num="630" count="5" type="stmt"/>
|
|
954
|
+
<line num="631" count="5" type="stmt"/>
|
|
955
|
+
<line num="634" count="28" type="cond" truecount="3" falsecount="0"/>
|
|
956
|
+
<line num="635" count="27" type="stmt"/>
|
|
957
|
+
<line num="638" count="28" type="cond" truecount="3" falsecount="0"/>
|
|
958
|
+
<line num="639" count="1" type="stmt"/>
|
|
959
|
+
<line num="641" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
960
|
+
<line num="642" count="1" type="stmt"/>
|
|
961
|
+
<line num="651" count="22" type="stmt"/>
|
|
962
|
+
<line num="652" count="22" type="stmt"/>
|
|
963
|
+
<line num="653" count="22" type="stmt"/>
|
|
964
|
+
<line num="655" count="22" type="stmt"/>
|
|
965
|
+
<line num="656" count="103" type="stmt"/>
|
|
966
|
+
<line num="657" count="103" type="stmt"/>
|
|
967
|
+
<line num="658" count="148" type="stmt"/>
|
|
968
|
+
<line num="659" count="148" type="cond" truecount="3" falsecount="0"/>
|
|
969
|
+
<line num="660" count="77" type="cond" truecount="1" falsecount="0"/>
|
|
970
|
+
<line num="661" count="56" type="stmt"/>
|
|
971
|
+
<line num="663" count="77" type="stmt"/>
|
|
972
|
+
<line num="665" count="77" type="stmt"/>
|
|
973
|
+
<line num="666" count="77" type="stmt"/>
|
|
974
|
+
<line num="667" count="77" type="stmt"/>
|
|
975
|
+
<line num="671" count="103" type="stmt"/>
|
|
976
|
+
<line num="672" count="148" type="stmt"/>
|
|
977
|
+
<line num="675" count="103" type="stmt"/>
|
|
978
|
+
<line num="676" count="148" type="stmt"/>
|
|
979
|
+
<line num="679" count="103" type="stmt"/>
|
|
980
|
+
<line num="684" count="103" type="stmt"/>
|
|
981
|
+
<line num="687" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
982
|
+
<line num="688" count="21" type="stmt"/>
|
|
983
|
+
<line num="690" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
984
|
+
<line num="691" count="20" type="stmt"/>
|
|
985
|
+
<line num="697" count="52" type="stmt"/>
|
|
986
|
+
<line num="698" count="52" type="stmt"/>
|
|
987
|
+
<line num="699" count="31" type="stmt"/>
|
|
988
|
+
<line num="707" count="31" type="stmt"/>
|
|
989
|
+
<line num="709" count="31" type="stmt"/>
|
|
990
|
+
<line num="714" count="80" type="stmt"/>
|
|
991
|
+
<line num="715" count="291" type="cond" truecount="2" falsecount="0"/>
|
|
992
|
+
<line num="717" count="80" type="stmt"/>
|
|
993
|
+
<line num="725" count="77" type="cond" truecount="2" falsecount="0"/>
|
|
994
|
+
<line num="726" count="77" type="stmt"/>
|
|
995
|
+
<line num="739" count="77" type="stmt"/>
|
|
996
|
+
<line num="740" count="43" type="stmt"/>
|
|
997
|
+
<line num="742" count="77" type="stmt"/>
|
|
998
|
+
<line num="743" count="77" type="stmt"/>
|
|
999
|
+
<line num="744" count="77" type="stmt"/>
|
|
1000
|
+
<line num="748" count="77" type="cond" truecount="1" falsecount="0"/>
|
|
1001
|
+
<line num="749" count="64" type="stmt"/>
|
|
1002
|
+
<line num="752" count="13" type="stmt"/>
|
|
1003
|
+
<line num="753" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
1004
|
+
<line num="755" count="10" type="stmt"/>
|
|
1005
|
+
<line num="765" count="10" type="stmt"/>
|
|
1006
|
+
<line num="766" count="4" type="stmt"/>
|
|
1007
|
+
<line num="769" count="10" type="stmt"/>
|
|
1008
|
+
<line num="774" count="108" type="stmt"/>
|
|
1009
|
+
<line num="775" count="39" type="stmt"/>
|
|
1010
|
+
<line num="786" count="195" type="cond" truecount="2" falsecount="0"/>
|
|
1011
|
+
<line num="790" count="130" type="cond" truecount="1" falsecount="0"/>
|
|
1012
|
+
<line num="791" count="126" type="stmt"/>
|
|
1013
|
+
<line num="793" count="126" type="cond" truecount="2" falsecount="0"/>
|
|
1014
|
+
<line num="794" count="40" type="stmt"/>
|
|
1015
|
+
<line num="798" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
1016
|
+
<line num="799" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
1017
|
+
<line num="800" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
1018
|
+
<line num="801" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
1019
|
+
<line num="803" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
1020
|
+
<line num="804" count="78" type="cond" truecount="2" falsecount="0"/>
|
|
1021
|
+
<line num="811" count="103" type="cond" truecount="1" falsecount="0"/>
|
|
1022
|
+
<line num="812" count="23" type="stmt"/>
|
|
1023
|
+
<line num="813" count="65" type="stmt"/>
|
|
1024
|
+
<line num="814" count="65" type="stmt"/>
|
|
1025
|
+
<line num="815" count="65" type="cond" truecount="1" falsecount="0"/>
|
|
1026
|
+
<line num="816" count="15" type="stmt"/>
|
|
1027
|
+
<line num="825" count="65" type="stmt"/>
|
|
1028
|
+
<line num="827" count="65" type="stmt"/>
|
|
1029
|
+
<line num="828" count="65" type="stmt"/>
|
|
1030
|
+
<line num="835" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
1030
1031
|
<line num="837" count="4" type="stmt"/>
|
|
1031
|
-
<line num="
|
|
1032
|
-
<line num="842" count="14" type="stmt"/>
|
|
1033
|
-
<line num="843" count="37" type="stmt"/>
|
|
1034
|
-
<line num="844" count="37" type="stmt"/>
|
|
1035
|
-
<line num="846" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
1032
|
+
<line num="843" count="4" type="stmt"/>
|
|
1036
1033
|
<line num="847" count="14" type="stmt"/>
|
|
1037
|
-
<line num="848" count="
|
|
1038
|
-
<line num="849" count="
|
|
1039
|
-
<line num="850" count="
|
|
1040
|
-
<line num="
|
|
1041
|
-
<line num="
|
|
1042
|
-
<line num="
|
|
1043
|
-
<line num="
|
|
1044
|
-
<line num="856" count="
|
|
1045
|
-
<line num="857" count="4" type="
|
|
1046
|
-
<line num="
|
|
1047
|
-
<line num="
|
|
1048
|
-
<line num="
|
|
1049
|
-
<line num="
|
|
1050
|
-
<line num="
|
|
1051
|
-
<line num="
|
|
1052
|
-
<line num="
|
|
1053
|
-
<line num="
|
|
1054
|
-
<line num="
|
|
1055
|
-
<line num="
|
|
1056
|
-
<line num="
|
|
1057
|
-
<line num="887" count="
|
|
1058
|
-
<line num="888" count="
|
|
1059
|
-
<line num="
|
|
1060
|
-
<line num="
|
|
1061
|
-
<line num="
|
|
1062
|
-
<line num="
|
|
1063
|
-
<line num="
|
|
1064
|
-
<line num="
|
|
1065
|
-
<line num="
|
|
1066
|
-
<line num="
|
|
1067
|
-
<line num="
|
|
1068
|
-
<line num="
|
|
1069
|
-
<line num="
|
|
1070
|
-
<line num="
|
|
1071
|
-
<line num="
|
|
1072
|
-
<line num="
|
|
1073
|
-
<line num="
|
|
1074
|
-
<line num="
|
|
1075
|
-
<line num="
|
|
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="
|
|
1096
|
-
<line num="
|
|
1097
|
-
<line num="
|
|
1098
|
-
<line num="
|
|
1099
|
-
<line num="
|
|
1100
|
-
<line num="
|
|
1101
|
-
<line num="
|
|
1102
|
-
<line num="
|
|
1103
|
-
<line num="
|
|
1104
|
-
<line num="
|
|
1105
|
-
<line num="
|
|
1106
|
-
<line num="
|
|
1107
|
-
<line num="
|
|
1034
|
+
<line num="848" count="14" type="stmt"/>
|
|
1035
|
+
<line num="849" count="37" type="stmt"/>
|
|
1036
|
+
<line num="850" count="37" type="stmt"/>
|
|
1037
|
+
<line num="852" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
1038
|
+
<line num="853" count="14" type="stmt"/>
|
|
1039
|
+
<line num="854" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
1040
|
+
<line num="855" count="11" type="stmt"/>
|
|
1041
|
+
<line num="856" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1042
|
+
<line num="857" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1043
|
+
<line num="858" count="2" type="stmt"/>
|
|
1044
|
+
<line num="859" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1045
|
+
<line num="860" count="2" type="stmt"/>
|
|
1046
|
+
<line num="862" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1047
|
+
<line num="863" count="4" type="stmt"/>
|
|
1048
|
+
<line num="866" count="4" type="stmt"/>
|
|
1049
|
+
<line num="870" count="14" type="stmt"/>
|
|
1050
|
+
<line num="874" count="2" type="stmt"/>
|
|
1051
|
+
<line num="875" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1052
|
+
<line num="879" count="22" type="stmt"/>
|
|
1053
|
+
<line num="882" count="20" type="stmt"/>
|
|
1054
|
+
<line num="887" count="77" type="stmt"/>
|
|
1055
|
+
<line num="888" count="77" type="stmt"/>
|
|
1056
|
+
<line num="889" count="77" type="cond" truecount="1" falsecount="0"/>
|
|
1057
|
+
<line num="890" count="56" type="stmt"/>
|
|
1058
|
+
<line num="892" count="77" type="stmt"/>
|
|
1059
|
+
<line num="893" count="77" type="stmt"/>
|
|
1060
|
+
<line num="894" count="77" type="stmt"/>
|
|
1061
|
+
<line num="898" count="5" type="stmt"/>
|
|
1062
|
+
<line num="899" count="3" type="stmt"/>
|
|
1063
|
+
<line num="900" count="3" type="stmt"/>
|
|
1064
|
+
<line num="901" count="3" type="stmt"/>
|
|
1065
|
+
<line num="906" count="5" type="stmt"/>
|
|
1066
|
+
<line num="910" count="39" type="stmt"/>
|
|
1067
|
+
<line num="917" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
1068
|
+
<line num="918" count="8" type="stmt"/>
|
|
1069
|
+
<line num="919" count="8" type="stmt"/>
|
|
1070
|
+
<line num="922" count="16" type="cond" truecount="3" falsecount="0"/>
|
|
1071
|
+
<line num="923" count="1" type="stmt"/>
|
|
1072
|
+
<line num="924" count="1" type="stmt"/>
|
|
1073
|
+
<line num="927" count="15" type="stmt"/>
|
|
1074
|
+
<line num="928" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
1075
|
+
<line num="930" count="13" type="stmt"/>
|
|
1076
|
+
<line num="931" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1077
|
+
<line num="934" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
1078
|
+
<line num="935" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1079
|
+
<line num="937" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
1080
|
+
<line num="940" count="13" type="stmt"/>
|
|
1081
|
+
<line num="942" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
1082
|
+
<line num="943" count="7" type="stmt"/>
|
|
1083
|
+
<line num="944" count="7" type="stmt"/>
|
|
1084
|
+
<line num="947" count="6" type="stmt"/>
|
|
1085
|
+
<line num="951" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
1086
|
+
<line num="952" count="4" type="stmt"/>
|
|
1087
|
+
<line num="953" count="4" type="stmt"/>
|
|
1088
|
+
<line num="956" count="11" type="cond" truecount="3" falsecount="0"/>
|
|
1089
|
+
<line num="957" count="1" type="stmt"/>
|
|
1090
|
+
<line num="958" count="1" type="stmt"/>
|
|
1091
|
+
<line num="961" count="10" type="stmt"/>
|
|
1092
|
+
<line num="962" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
1093
|
+
<line num="964" count="9" type="stmt"/>
|
|
1094
|
+
<line num="966" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1095
|
+
<line num="969" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
1096
|
+
<line num="970" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1097
|
+
<line num="972" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1098
|
+
<line num="975" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
1099
|
+
<line num="977" count="9" type="stmt"/>
|
|
1100
|
+
<line num="979" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
1101
|
+
<line num="980" count="6" type="stmt"/>
|
|
1102
|
+
<line num="981" count="6" type="stmt"/>
|
|
1103
|
+
<line num="984" count="3" type="stmt"/>
|
|
1104
|
+
<line num="988" count="3" type="stmt"/>
|
|
1105
|
+
<line num="989" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1108
1106
|
<line num="990" count="1" type="stmt"/>
|
|
1109
|
-
<line num="
|
|
1110
|
-
<line num="
|
|
1111
|
-
<line num="
|
|
1112
|
-
<line num="
|
|
1113
|
-
<line num="
|
|
1114
|
-
<line num="
|
|
1115
|
-
<line num="
|
|
1116
|
-
<line num="
|
|
1117
|
-
<line num="
|
|
1118
|
-
<line num="
|
|
1119
|
-
<line num="
|
|
1120
|
-
<line num="
|
|
1121
|
-
<line num="
|
|
1122
|
-
<line num="
|
|
1123
|
-
<line num="
|
|
1107
|
+
<line num="991" count="1" type="stmt"/>
|
|
1108
|
+
<line num="994" count="2" type="cond" truecount="7" falsecount="0"/>
|
|
1109
|
+
<line num="995" count="1" type="stmt"/>
|
|
1110
|
+
<line num="996" count="1" type="stmt"/>
|
|
1111
|
+
<line num="999" count="1" type="stmt"/>
|
|
1112
|
+
<line num="1003" count="3" type="stmt"/>
|
|
1113
|
+
<line num="1005" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1114
|
+
<line num="1006" count="2" type="stmt"/>
|
|
1115
|
+
<line num="1007" count="2" type="stmt"/>
|
|
1116
|
+
<line num="1010" count="1" type="stmt"/>
|
|
1117
|
+
<line num="1020" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1118
|
+
<line num="1021" count="1" type="stmt"/>
|
|
1119
|
+
<line num="1023" count="1" type="stmt"/>
|
|
1120
|
+
<line num="1031" count="2" type="stmt"/>
|
|
1121
|
+
<line num="1045" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1122
|
+
<line num="1046" count="1" type="stmt"/>
|
|
1123
|
+
<line num="1048" count="1" type="stmt"/>
|
|
1124
|
+
<line num="1056" count="2" type="stmt"/>
|
|
1125
|
+
<line num="1072" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1124
1126
|
<line num="1073" count="1" type="stmt"/>
|
|
1125
|
-
<line num="
|
|
1126
|
-
<line num="
|
|
1127
|
+
<line num="1081" count="1" type="stmt"/>
|
|
1128
|
+
<line num="1092" count="1" type="stmt"/>
|
|
1129
|
+
<line num="1096" count="2" type="stmt"/>
|
|
1130
|
+
<line num="1105" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
1131
|
+
<line num="1106" count="1" type="stmt"/>
|
|
1132
|
+
<line num="1107" count="1" type="stmt"/>
|
|
1133
|
+
<line num="1110" count="12" type="stmt"/>
|
|
1134
|
+
<line num="1111" count="12" type="stmt"/>
|
|
1135
|
+
<line num="1113" count="12" type="stmt"/>
|
|
1136
|
+
<line num="1115" count="11" type="stmt"/>
|
|
1137
|
+
<line num="1124" count="4" type="stmt"/>
|
|
1138
|
+
<line num="1126" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1139
|
+
<line num="1129" count="4" type="stmt"/>
|
|
1140
|
+
<line num="1131" count="4" type="stmt"/>
|
|
1141
|
+
<line num="1132" count="4" type="stmt"/>
|
|
1142
|
+
<line num="1141" count="12" type="stmt"/>
|
|
1143
|
+
<line num="1142" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
1144
|
+
<line num="1143" count="1" type="stmt"/>
|
|
1145
|
+
<line num="1146" count="11" type="stmt"/>
|
|
1146
|
+
<line num="1148" count="11" type="stmt"/>
|
|
1147
|
+
<line num="1149" count="11" type="stmt"/>
|
|
1148
|
+
<line num="1154" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
1149
|
+
<line num="1155" count="10" type="stmt"/>
|
|
1150
|
+
<line num="1156" count="10" type="stmt"/>
|
|
1151
|
+
<line num="1158" count="1" type="stmt"/>
|
|
1152
|
+
<line num="1161" count="11" type="stmt"/>
|
|
1153
|
+
<line num="1163" count="20" type="stmt"/>
|
|
1154
|
+
<line num="1164" count="20" type="stmt"/>
|
|
1155
|
+
<line num="1169" count="22" type="stmt"/>
|
|
1156
|
+
<line num="1178" count="11" type="stmt"/>
|
|
1157
|
+
<line num="1180" count="71" type="cond" truecount="3" falsecount="0"/>
|
|
1158
|
+
<line num="1183" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
1159
|
+
<line num="1185" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1160
|
+
<line num="1187" count="7" type="stmt"/>
|
|
1161
|
+
<line num="1188" count="8" type="stmt"/>
|
|
1162
|
+
<line num="1191" count="7" type="stmt"/>
|
|
1163
|
+
<line num="1194" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
1164
|
+
<line num="1196" count="4" type="stmt"/>
|
|
1165
|
+
<line num="1199" count="7" type="stmt"/>
|
|
1166
|
+
<line num="1201" count="7" type="stmt"/>
|
|
1167
|
+
<line num="1210" count="4" type="stmt"/>
|
|
1168
|
+
<line num="1211" count="4" type="stmt"/>
|
|
1169
|
+
<line num="1213" count="4" type="stmt"/>
|
|
1170
|
+
<line num="1214" count="8" type="stmt"/>
|
|
1171
|
+
<line num="1215" count="79" type="cond" truecount="4" falsecount="0"/>
|
|
1172
|
+
<line num="1218" count="2" type="stmt"/>
|
|
1173
|
+
<line num="1220" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1174
|
+
<line num="1221" count="2" type="stmt"/>
|
|
1175
|
+
<line num="1222" count="2" type="stmt"/>
|
|
1176
|
+
<line num="1223" count="2" type="stmt"/>
|
|
1177
|
+
<line num="1224" count="2" type="stmt"/>
|
|
1178
|
+
<line num="1228" count="6" type="stmt"/>
|
|
1179
|
+
<line num="1242" count="6" type="stmt"/>
|
|
1180
|
+
<line num="1243" count="6" type="stmt"/>
|
|
1181
|
+
<line num="1245" count="6" type="stmt"/>
|
|
1182
|
+
<line num="1248" count="4" type="stmt"/>
|
|
1183
|
+
<line num="1249" count="4" type="stmt"/>
|
|
1184
|
+
<line num="1256" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
1185
|
+
<line num="1257" count="18" type="stmt"/>
|
|
1186
|
+
<line num="1258" count="18" type="stmt"/>
|
|
1187
|
+
<line num="1261" count="2" type="stmt"/>
|
|
1188
|
+
<line num="1268" count="154" type="stmt"/>
|
|
1189
|
+
<line num="1275" count="43" type="stmt"/>
|
|
1127
1190
|
</file>
|
|
1128
1191
|
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
1129
1192
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
@@ -1551,23 +1614,41 @@
|
|
|
1551
1614
|
</file>
|
|
1552
1615
|
</package>
|
|
1553
1616
|
<package name="src.error">
|
|
1554
|
-
<metrics statements="
|
|
1617
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1555
1618
|
<file name="delete-rows-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
|
|
1556
1619
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1557
1620
|
<line num="4" count="30" type="stmt"/>
|
|
1558
1621
|
<line num="6" count="1" type="stmt"/>
|
|
1559
1622
|
<line num="9" count="1" type="stmt"/>
|
|
1560
1623
|
</file>
|
|
1624
|
+
<file name="incomplete-groups-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/incomplete-groups-error.ts">
|
|
1625
|
+
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1626
|
+
<line num="7" count="30" type="stmt"/>
|
|
1627
|
+
<line num="9" count="1" type="stmt"/>
|
|
1628
|
+
<line num="10" count="1" type="stmt"/>
|
|
1629
|
+
<line num="11" count="1" type="stmt"/>
|
|
1630
|
+
<line num="13" count="1" type="stmt"/>
|
|
1631
|
+
</file>
|
|
1561
1632
|
</package>
|
|
1562
1633
|
<package name="src.utils">
|
|
1563
|
-
<metrics statements="
|
|
1634
|
+
<metrics statements="12" coveredstatements="12" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
|
|
1635
|
+
<file name="extract-properties.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/extract-properties.ts">
|
|
1636
|
+
<metrics statements="6" coveredstatements="6" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
|
|
1637
|
+
<line num="7" count="30" type="stmt"/>
|
|
1638
|
+
<line num="8" count="4" type="stmt"/>
|
|
1639
|
+
<line num="9" count="4" type="stmt"/>
|
|
1640
|
+
<line num="10" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1641
|
+
<line num="11" count="6" type="stmt"/>
|
|
1642
|
+
<line num="15" count="4" type="stmt"/>
|
|
1643
|
+
</file>
|
|
1564
1644
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
|
|
1565
|
-
<metrics statements="
|
|
1645
|
+
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1566
1646
|
<line num="1" count="30" type="stmt"/>
|
|
1567
1647
|
<line num="2" count="30" type="stmt"/>
|
|
1568
1648
|
<line num="3" count="30" type="stmt"/>
|
|
1569
1649
|
<line num="4" count="30" type="stmt"/>
|
|
1570
1650
|
<line num="5" count="30" type="stmt"/>
|
|
1651
|
+
<line num="6" count="30" type="stmt"/>
|
|
1571
1652
|
</file>
|
|
1572
1653
|
</package>
|
|
1573
1654
|
<package name="src.utils.grid-base">
|
|
@@ -1579,14 +1660,14 @@
|
|
|
1579
1660
|
<line num="13" count="30" type="stmt"/>
|
|
1580
1661
|
<line num="14" count="30" type="stmt"/>
|
|
1581
1662
|
<line num="35" count="30" type="stmt"/>
|
|
1582
|
-
<line num="38" count="
|
|
1583
|
-
<line num="41" count="
|
|
1584
|
-
<line num="43" count="
|
|
1585
|
-
<line num="47" count="
|
|
1586
|
-
<line num="49" count="
|
|
1587
|
-
<line num="53" count="
|
|
1588
|
-
<line num="54" count="
|
|
1589
|
-
<line num="55" count="
|
|
1663
|
+
<line num="38" count="157" type="stmt"/>
|
|
1664
|
+
<line num="41" count="157" type="stmt"/>
|
|
1665
|
+
<line num="43" count="157" type="stmt"/>
|
|
1666
|
+
<line num="47" count="781" type="cond" truecount="1" falsecount="0"/>
|
|
1667
|
+
<line num="49" count="625" type="stmt"/>
|
|
1668
|
+
<line num="53" count="157" type="stmt"/>
|
|
1669
|
+
<line num="54" count="781" type="stmt"/>
|
|
1670
|
+
<line num="55" count="781" type="stmt"/>
|
|
1590
1671
|
<line num="60" count="45" type="stmt"/>
|
|
1591
1672
|
<line num="267" count="5" type="stmt"/>
|
|
1592
1673
|
<line num="271" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -1616,15 +1697,15 @@
|
|
|
1616
1697
|
<line num="316" count="2" type="stmt"/>
|
|
1617
1698
|
<line num="318" count="2" type="stmt"/>
|
|
1618
1699
|
<line num="323" count="1" type="stmt"/>
|
|
1619
|
-
<line num="327" count="
|
|
1620
|
-
<line num="335" count="
|
|
1621
|
-
<line num="343" count="
|
|
1622
|
-
<line num="344" count="
|
|
1700
|
+
<line num="327" count="157" type="stmt"/>
|
|
1701
|
+
<line num="335" count="157" type="stmt"/>
|
|
1702
|
+
<line num="343" count="314" type="stmt"/>
|
|
1703
|
+
<line num="344" count="314" type="cond" truecount="3" falsecount="0"/>
|
|
1623
1704
|
<line num="346" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1624
1705
|
<line num="347" count="18" type="stmt"/>
|
|
1625
1706
|
<line num="349" count="18" type="stmt"/>
|
|
1626
1707
|
<line num="351" count="234" type="stmt"/>
|
|
1627
|
-
<line num="357" count="
|
|
1708
|
+
<line num="357" count="278" type="stmt"/>
|
|
1628
1709
|
<line num="361" count="6" type="stmt"/>
|
|
1629
1710
|
<line num="362" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1630
1711
|
<line num="363" count="9" type="stmt"/>
|
|
@@ -1638,7 +1719,7 @@
|
|
|
1638
1719
|
<line num="377" count="4" type="stmt"/>
|
|
1639
1720
|
<line num="380" count="6" type="stmt"/>
|
|
1640
1721
|
<line num="381" count="6" type="stmt"/>
|
|
1641
|
-
<line num="384" count="
|
|
1722
|
+
<line num="384" count="157" type="stmt"/>
|
|
1642
1723
|
<line num="404" count="2" type="stmt"/>
|
|
1643
1724
|
<line num="408" count="4" type="stmt"/>
|
|
1644
1725
|
<line num="412" count="30" type="stmt"/>
|
|
@@ -1681,10 +1762,10 @@
|
|
|
1681
1762
|
<file name="button-option.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
|
|
1682
1763
|
<metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
1683
1764
|
<line num="4" count="30" type="stmt"/>
|
|
1684
|
-
<line num="8" count="
|
|
1685
|
-
<line num="14" count="
|
|
1686
|
-
<line num="15" count="
|
|
1687
|
-
<line num="16" count="
|
|
1765
|
+
<line num="8" count="627" type="stmt"/>
|
|
1766
|
+
<line num="14" count="627" type="stmt"/>
|
|
1767
|
+
<line num="15" count="627" type="cond" truecount="2" falsecount="0"/>
|
|
1768
|
+
<line num="16" count="627" type="stmt"/>
|
|
1688
1769
|
<line num="23" count="1" type="stmt"/>
|
|
1689
1770
|
</file>
|
|
1690
1771
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
|
|
@@ -1696,23 +1777,23 @@
|
|
|
1696
1777
|
<file name="multi-option.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
|
|
1697
1778
|
<metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
|
|
1698
1779
|
<line num="9" count="30" type="stmt"/>
|
|
1699
|
-
<line num="13" count="
|
|
1700
|
-
<line num="17" count="
|
|
1701
|
-
<line num="21" count="
|
|
1702
|
-
<line num="22" count="
|
|
1703
|
-
<line num="34" count="
|
|
1704
|
-
<line num="35" count="
|
|
1705
|
-
<line num="37" count="
|
|
1780
|
+
<line num="13" count="160" type="stmt"/>
|
|
1781
|
+
<line num="17" count="1280" type="stmt"/>
|
|
1782
|
+
<line num="21" count="320" type="stmt"/>
|
|
1783
|
+
<line num="22" count="320" type="stmt"/>
|
|
1784
|
+
<line num="34" count="320" type="stmt"/>
|
|
1785
|
+
<line num="35" count="320" type="cond" truecount="2" falsecount="0"/>
|
|
1786
|
+
<line num="37" count="320" type="stmt"/>
|
|
1706
1787
|
<line num="44" count="2" type="stmt"/>
|
|
1707
|
-
<line num="50" count="
|
|
1708
|
-
<line num="52" count="
|
|
1709
|
-
<line num="63" count="
|
|
1710
|
-
<line num="65" count="
|
|
1711
|
-
<line num="76" count="
|
|
1712
|
-
<line num="78" count="
|
|
1788
|
+
<line num="50" count="320" type="stmt"/>
|
|
1789
|
+
<line num="52" count="320" type="stmt"/>
|
|
1790
|
+
<line num="63" count="160" type="stmt"/>
|
|
1791
|
+
<line num="65" count="320" type="stmt"/>
|
|
1792
|
+
<line num="76" count="160" type="stmt"/>
|
|
1793
|
+
<line num="78" count="160" type="stmt"/>
|
|
1713
1794
|
<line num="83" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1714
|
-
<line num="87" count="
|
|
1715
|
-
<line num="94" count="
|
|
1795
|
+
<line num="87" count="160" type="stmt"/>
|
|
1796
|
+
<line num="94" count="160" type="stmt"/>
|
|
1716
1797
|
</file>
|
|
1717
1798
|
</package>
|
|
1718
1799
|
<package name="src.utils.report-filter">
|
|
@@ -1749,7 +1830,7 @@
|
|
|
1749
1830
|
</file>
|
|
1750
1831
|
<file name="flush-promises-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
|
|
1751
1832
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1752
|
-
<line num="1" count="
|
|
1833
|
+
<line num="1" count="39" type="stmt"/>
|
|
1753
1834
|
<line num="3" count="1" type="stmt"/>
|
|
1754
1835
|
</file>
|
|
1755
1836
|
<file name="get-child-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
|