@zeedhi/teknisa-components-common 1.102.0 → 1.104.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 +469 -462
- package/coverage/coverage-final.json +7 -7
- package/coverage/lcov-report/index.html +10 -10
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/flush-promises-helper.ts.html +1 -1
- 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 +798 -784
- package/dist/tek-components-common.esm.js +13 -8
- package/dist/tek-components-common.umd.js +13 -8
- package/package.json +3 -3
- package/tests/unit/components/tek-grid/grid.spec.ts +27 -0
- package/types/components/tek-grid/grid.d.ts +1 -0
- package/types/components/tek-grid/interfaces.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/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="1740066429780" clover="3.2.0">
|
|
3
|
+
<project timestamp="1740066429780" name="All files">
|
|
4
|
+
<metrics statements="1614" coveredstatements="1614" conditionals="715" coveredconditionals="715" methods="394" coveredmethods="394" elements="2723" coveredelements="2723" complexity="0" loc="1614" ncloc="1614" 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="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
</file>
|
|
490
490
|
</package>
|
|
491
491
|
<package name="src.components.tek-grid">
|
|
492
|
-
<metrics statements="
|
|
492
|
+
<metrics statements="741" coveredstatements="741" conditionals="343" coveredconditionals="343" methods="167" coveredmethods="167"/>
|
|
493
493
|
<file name="filter-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
|
|
494
494
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
495
495
|
<line num="1" count="30" type="stmt"/>
|
|
@@ -561,23 +561,23 @@
|
|
|
561
561
|
<line num="167" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
562
562
|
<line num="170" count="10" type="stmt"/>
|
|
563
563
|
<line num="177" count="10" type="stmt"/>
|
|
564
|
-
<line num="181" count="
|
|
565
|
-
<line num="185" count="
|
|
566
|
-
<line num="186" count="
|
|
567
|
-
<line num="187" count="
|
|
564
|
+
<line num="181" count="965" type="stmt"/>
|
|
565
|
+
<line num="185" count="248" type="stmt"/>
|
|
566
|
+
<line num="186" count="248" type="stmt"/>
|
|
567
|
+
<line num="187" count="248" type="cond" truecount="1" falsecount="0"/>
|
|
568
568
|
<line num="188" count="27" type="stmt"/>
|
|
569
|
-
<line num="193" count="
|
|
570
|
-
<line num="197" count="
|
|
571
|
-
<line num="198" count="
|
|
572
|
-
<line num="199" count="
|
|
569
|
+
<line num="193" count="507" type="stmt"/>
|
|
570
|
+
<line num="197" count="247" type="stmt"/>
|
|
571
|
+
<line num="198" count="247" type="stmt"/>
|
|
572
|
+
<line num="199" count="247" type="cond" truecount="1" falsecount="0"/>
|
|
573
573
|
<line num="200" count="18" type="stmt"/>
|
|
574
|
-
<line num="205" count="
|
|
575
|
-
<line num="209" count="
|
|
576
|
-
<line num="210" count="
|
|
577
|
-
<line num="211" count="
|
|
574
|
+
<line num="205" count="325" type="stmt"/>
|
|
575
|
+
<line num="209" count="245" type="stmt"/>
|
|
576
|
+
<line num="210" count="245" type="stmt"/>
|
|
577
|
+
<line num="211" count="245" type="cond" truecount="1" falsecount="0"/>
|
|
578
578
|
<line num="212" count="1" type="stmt"/>
|
|
579
|
-
<line num="217" count="
|
|
580
|
-
<line num="221" count="
|
|
579
|
+
<line num="217" count="558" type="cond" truecount="2" falsecount="0"/>
|
|
580
|
+
<line num="221" count="738" type="stmt"/>
|
|
581
581
|
<line num="226" count="46" type="stmt"/>
|
|
582
582
|
<line num="227" count="1" type="stmt"/>
|
|
583
583
|
</file>
|
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
<line num="426" count="2" type="stmt"/>
|
|
772
772
|
</file>
|
|
773
773
|
<file name="grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
|
|
774
|
-
<metrics statements="
|
|
774
|
+
<metrics statements="371" coveredstatements="371" conditionals="164" coveredconditionals="164" methods="86" coveredmethods="86"/>
|
|
775
775
|
<line num="1" count="30" type="stmt"/>
|
|
776
776
|
<line num="7" count="30" type="stmt"/>
|
|
777
777
|
<line num="13" count="30" type="stmt"/>
|
|
@@ -781,368 +781,373 @@
|
|
|
781
781
|
<line num="21" count="30" type="stmt"/>
|
|
782
782
|
<line num="22" count="30" type="stmt"/>
|
|
783
783
|
<line num="36" count="30" type="stmt"/>
|
|
784
|
-
<line num="38" count="
|
|
785
|
-
<line num="41" count="
|
|
786
|
-
<line num="44" count="
|
|
787
|
-
<line num="47" count="
|
|
788
|
-
<line num="50" count="
|
|
789
|
-
<line num="53" count="
|
|
790
|
-
<line num="56" count="
|
|
791
|
-
<line num="59" count="
|
|
792
|
-
<line num="62" count="
|
|
793
|
-
<line num="65" count="
|
|
794
|
-
<line num="68" count="
|
|
795
|
-
<line num="77" count="
|
|
796
|
-
<line num="83" count="
|
|
797
|
-
<line num="89" count="
|
|
798
|
-
<line num="98" count="
|
|
799
|
-
<line num="114" count="
|
|
800
|
-
<line num="119" count="
|
|
801
|
-
<line num="124" count="
|
|
802
|
-
<line num="170" count="
|
|
803
|
-
<line num="175" count="
|
|
804
|
-
<line num="177" count="
|
|
805
|
-
<line num="179" count="
|
|
806
|
-
<line num="181" count="
|
|
807
|
-
<line num="183" count="
|
|
808
|
-
<line num="185" count="
|
|
809
|
-
<line num="195" count="
|
|
810
|
-
<line num="199" count="
|
|
811
|
-
<line num="201" count="
|
|
812
|
-
<line num="203" count="
|
|
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="
|
|
840
|
-
<line num="
|
|
841
|
-
<line num="319" count="
|
|
842
|
-
<line num="320" count="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
784
|
+
<line num="38" count="140" type="stmt"/>
|
|
785
|
+
<line num="41" count="140" type="stmt"/>
|
|
786
|
+
<line num="44" count="140" type="stmt"/>
|
|
787
|
+
<line num="47" count="140" type="stmt"/>
|
|
788
|
+
<line num="50" count="140" type="stmt"/>
|
|
789
|
+
<line num="53" count="140" type="stmt"/>
|
|
790
|
+
<line num="56" count="140" type="stmt"/>
|
|
791
|
+
<line num="59" count="140" type="stmt"/>
|
|
792
|
+
<line num="62" count="140" type="stmt"/>
|
|
793
|
+
<line num="65" count="140" type="stmt"/>
|
|
794
|
+
<line num="68" count="140" type="stmt"/>
|
|
795
|
+
<line num="77" count="140" type="stmt"/>
|
|
796
|
+
<line num="83" count="140" type="stmt"/>
|
|
797
|
+
<line num="89" count="140" type="stmt"/>
|
|
798
|
+
<line num="98" count="140" type="stmt"/>
|
|
799
|
+
<line num="114" count="140" type="stmt"/>
|
|
800
|
+
<line num="119" count="140" type="stmt"/>
|
|
801
|
+
<line num="124" count="140" type="stmt"/>
|
|
802
|
+
<line num="170" count="140" type="stmt"/>
|
|
803
|
+
<line num="175" count="140" type="stmt"/>
|
|
804
|
+
<line num="177" count="140" type="stmt"/>
|
|
805
|
+
<line num="179" count="140" type="stmt"/>
|
|
806
|
+
<line num="181" count="140" type="stmt"/>
|
|
807
|
+
<line num="183" count="140" type="stmt"/>
|
|
808
|
+
<line num="185" count="140" type="stmt"/>
|
|
809
|
+
<line num="195" count="140" type="stmt"/>
|
|
810
|
+
<line num="199" count="140" type="cond" truecount="2" falsecount="0"/>
|
|
811
|
+
<line num="201" count="140" type="stmt"/>
|
|
812
|
+
<line num="203" count="140" type="stmt"/>
|
|
813
|
+
<line num="205" count="140" type="stmt"/>
|
|
814
|
+
<line num="212" count="140" type="stmt"/>
|
|
815
|
+
<line num="213" count="140" type="stmt"/>
|
|
816
|
+
<line num="214" count="140" type="stmt"/>
|
|
817
|
+
<line num="219" count="140" type="stmt"/>
|
|
818
|
+
<line num="224" count="140" type="stmt"/>
|
|
819
|
+
<line num="229" count="140" type="stmt"/>
|
|
820
|
+
<line num="234" count="140" type="stmt"/>
|
|
821
|
+
<line num="239" count="140" type="stmt"/>
|
|
822
|
+
<line num="244" count="140" type="stmt"/>
|
|
823
|
+
<line num="249" count="140" type="stmt"/>
|
|
824
|
+
<line num="254" count="140" type="stmt"/>
|
|
825
|
+
<line num="259" count="140" type="stmt"/>
|
|
826
|
+
<line num="264" count="140" type="stmt"/>
|
|
827
|
+
<line num="269" count="140" type="stmt"/>
|
|
828
|
+
<line num="274" count="140" type="stmt"/>
|
|
829
|
+
<line num="279" count="140" type="stmt"/>
|
|
830
|
+
<line num="284" count="140" type="stmt"/>
|
|
831
|
+
<line num="289" count="140" type="stmt"/>
|
|
832
|
+
<line num="294" count="140" type="cond" truecount="2" falsecount="0"/>
|
|
833
|
+
<line num="295" count="140" type="stmt"/>
|
|
834
|
+
<line num="300" count="140" type="stmt"/>
|
|
835
|
+
<line num="305" count="140" type="stmt"/>
|
|
836
|
+
<line num="310" count="140" type="stmt"/>
|
|
837
|
+
<line num="315" count="140" type="stmt"/>
|
|
838
|
+
<line num="316" count="140" type="stmt"/>
|
|
839
|
+
<line num="317" count="140" type="stmt"/>
|
|
840
|
+
<line num="318" count="140" type="stmt"/>
|
|
841
|
+
<line num="319" count="140" type="cond" truecount="2" falsecount="0"/>
|
|
842
|
+
<line num="320" count="140" type="stmt"/>
|
|
843
|
+
<line num="322" count="140" type="cond" truecount="1" falsecount="0"/>
|
|
844
|
+
<line num="323" count="5" type="stmt"/>
|
|
845
|
+
<line num="326" count="140" type="stmt"/>
|
|
846
|
+
<line num="335" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
846
847
|
<line num="336" count="1" type="stmt"/>
|
|
847
|
-
<line num="
|
|
848
|
+
<line num="339" count="1" type="stmt"/>
|
|
848
849
|
<line num="348" count="1" type="stmt"/>
|
|
849
|
-
<line num="
|
|
850
|
-
<line num="
|
|
851
|
-
<line num="
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
854
|
-
<line num="
|
|
855
|
-
<line num="
|
|
856
|
-
<line num="370" count="
|
|
857
|
-
<line num="373" count="
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="377" count="
|
|
860
|
-
<line num="
|
|
861
|
-
<line num="
|
|
862
|
-
<line num="
|
|
863
|
-
<line num="383" count="
|
|
864
|
-
<line num="
|
|
865
|
-
<line num="
|
|
866
|
-
<line num="
|
|
867
|
-
<line num="
|
|
868
|
-
<line num="
|
|
869
|
-
<line num="
|
|
870
|
-
<line num="407" count="19" type="stmt"/>
|
|
850
|
+
<line num="351" count="1" type="stmt"/>
|
|
851
|
+
<line num="352" count="1" type="stmt"/>
|
|
852
|
+
<line num="360" count="140" type="stmt"/>
|
|
853
|
+
<line num="362" count="140" type="stmt"/>
|
|
854
|
+
<line num="364" count="140" type="stmt"/>
|
|
855
|
+
<line num="365" count="140" type="stmt"/>
|
|
856
|
+
<line num="366" count="140" type="stmt"/>
|
|
857
|
+
<line num="370" count="140" type="stmt"/>
|
|
858
|
+
<line num="373" count="140" type="stmt"/>
|
|
859
|
+
<line num="376" count="140" type="cond" truecount="1" falsecount="0"/>
|
|
860
|
+
<line num="377" count="47" type="stmt"/>
|
|
861
|
+
<line num="380" count="93" type="cond" truecount="3" falsecount="0"/>
|
|
862
|
+
<line num="381" count="1" type="stmt"/>
|
|
863
|
+
<line num="382" count="1" type="stmt"/>
|
|
864
|
+
<line num="383" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
865
|
+
<line num="386" count="92" type="stmt"/>
|
|
866
|
+
<line num="390" count="43" type="stmt"/>
|
|
867
|
+
<line num="391" count="43" type="stmt"/>
|
|
868
|
+
<line num="395" count="43" type="cond" truecount="1" falsecount="0"/>
|
|
869
|
+
<line num="396" count="43" type="stmt"/>
|
|
870
|
+
<line num="401" count="43" type="stmt"/>
|
|
871
871
|
<line num="409" count="19" type="stmt"/>
|
|
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="449" count="1" type="
|
|
884
|
-
<line num="
|
|
885
|
-
<line num="
|
|
886
|
-
<line num="
|
|
887
|
-
<line num="
|
|
888
|
-
<line num="
|
|
889
|
-
<line num="
|
|
890
|
-
<line num="470" count="
|
|
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="
|
|
901
|
-
<line num="493" count="
|
|
902
|
-
<line num="
|
|
903
|
-
<line num="
|
|
904
|
-
<line num="
|
|
905
|
-
<line num="
|
|
906
|
-
<line num="
|
|
907
|
-
<line num="
|
|
908
|
-
<line num="
|
|
909
|
-
<line num="
|
|
910
|
-
<line num="
|
|
911
|
-
<line num="
|
|
912
|
-
<line num="515" count="
|
|
872
|
+
<line num="410" count="19" type="stmt"/>
|
|
873
|
+
<line num="412" count="19" type="stmt"/>
|
|
874
|
+
<line num="416" count="3" type="stmt"/>
|
|
875
|
+
<line num="417" count="3" type="stmt"/>
|
|
876
|
+
<line num="421" count="1" type="stmt"/>
|
|
877
|
+
<line num="422" count="1" type="stmt"/>
|
|
878
|
+
<line num="426" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
879
|
+
<line num="427" count="1" type="stmt"/>
|
|
880
|
+
<line num="433" count="1" type="stmt"/>
|
|
881
|
+
<line num="441" count="210" type="stmt"/>
|
|
882
|
+
<line num="445" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
883
|
+
<line num="449" count="1" type="stmt"/>
|
|
884
|
+
<line num="450" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
885
|
+
<line num="452" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
886
|
+
<line num="456" count="5" type="stmt"/>
|
|
887
|
+
<line num="457" count="6" type="stmt"/>
|
|
888
|
+
<line num="458" count="1" type="stmt"/>
|
|
889
|
+
<line num="469" count="5" type="stmt"/>
|
|
890
|
+
<line num="470" count="5" type="stmt"/>
|
|
891
|
+
<line num="471" count="6" type="stmt"/>
|
|
892
|
+
<line num="473" count="1" type="stmt"/>
|
|
893
|
+
<line num="475" count="5" type="stmt"/>
|
|
894
|
+
<line num="479" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
895
|
+
<line num="480" count="5" type="stmt"/>
|
|
896
|
+
<line num="481" count="5" type="stmt"/>
|
|
897
|
+
<line num="482" count="5" type="stmt"/>
|
|
898
|
+
<line num="484" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
899
|
+
<line num="485" count="1" type="stmt"/>
|
|
900
|
+
<line num="489" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
901
|
+
<line num="493" count="3" type="stmt"/>
|
|
902
|
+
<line num="495" count="4" type="stmt"/>
|
|
903
|
+
<line num="497" count="4" type="stmt"/>
|
|
904
|
+
<line num="498" count="4" type="stmt"/>
|
|
905
|
+
<line num="500" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
906
|
+
<line num="501" count="1" type="stmt"/>
|
|
907
|
+
<line num="504" count="1" type="stmt"/>
|
|
908
|
+
<line num="507" count="2" type="stmt"/>
|
|
909
|
+
<line num="510" count="2" type="stmt"/>
|
|
910
|
+
<line num="511" count="2" type="stmt"/>
|
|
911
|
+
<line num="513" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
912
|
+
<line num="515" count="1" type="stmt"/>
|
|
913
913
|
<line num="516" count="2" type="stmt"/>
|
|
914
|
-
<line num="
|
|
914
|
+
<line num="519" count="1" type="stmt"/>
|
|
915
|
+
<line num="521" count="1" type="stmt"/>
|
|
916
|
+
<line num="522" count="2" type="stmt"/>
|
|
915
917
|
<line num="523" count="2" type="stmt"/>
|
|
916
|
-
<line num="
|
|
917
|
-
<line num="
|
|
918
|
-
<line num="530" count="2" type="stmt"/>
|
|
918
|
+
<line num="524" count="2" type="stmt"/>
|
|
919
|
+
<line num="529" count="2" type="stmt"/>
|
|
919
920
|
<line num="531" count="2" type="stmt"/>
|
|
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="588" count="
|
|
934
|
-
<line num="
|
|
935
|
-
<line num="591" count="
|
|
936
|
-
<line num="
|
|
937
|
-
<line num="
|
|
938
|
-
<line num="594" count="19" type="stmt"/>
|
|
921
|
+
<line num="535" count="3" type="stmt"/>
|
|
922
|
+
<line num="536" count="3" type="stmt"/>
|
|
923
|
+
<line num="538" count="2" type="stmt"/>
|
|
924
|
+
<line num="539" count="2" type="stmt"/>
|
|
925
|
+
<line num="544" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
926
|
+
<line num="545" count="1" type="stmt"/>
|
|
927
|
+
<line num="548" count="4" type="stmt"/>
|
|
928
|
+
<line num="562" count="3" type="stmt"/>
|
|
929
|
+
<line num="565" count="140" type="stmt"/>
|
|
930
|
+
<line num="567" count="140" type="stmt"/>
|
|
931
|
+
<line num="576" count="140" type="stmt"/>
|
|
932
|
+
<line num="579" count="17" type="stmt"/>
|
|
933
|
+
<line num="582" count="140" type="stmt"/>
|
|
934
|
+
<line num="588" count="17" type="stmt"/>
|
|
935
|
+
<line num="589" count="17" type="stmt"/>
|
|
936
|
+
<line num="591" count="17" type="stmt"/>
|
|
937
|
+
<line num="595" count="19" type="stmt"/>
|
|
938
|
+
<line num="596" count="19" type="stmt"/>
|
|
939
939
|
<line num="598" count="19" type="stmt"/>
|
|
940
|
-
<line num="599" count="
|
|
941
|
-
<line num="
|
|
942
|
-
<line num="
|
|
943
|
-
<line num="
|
|
944
|
-
<line num="
|
|
945
|
-
<line num="
|
|
940
|
+
<line num="599" count="19" type="stmt"/>
|
|
941
|
+
<line num="600" count="19" type="stmt"/>
|
|
942
|
+
<line num="601" count="19" type="stmt"/>
|
|
943
|
+
<line num="602" count="19" type="stmt"/>
|
|
944
|
+
<line num="606" count="19" type="stmt"/>
|
|
945
|
+
<line num="607" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
946
|
+
<line num="611" count="11" type="stmt"/>
|
|
947
|
+
<line num="614" count="16" type="stmt"/>
|
|
948
|
+
<line num="618" count="140" type="stmt"/>
|
|
946
949
|
<line num="620" count="17" type="stmt"/>
|
|
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="
|
|
956
|
-
<line num="
|
|
957
|
-
<line num="
|
|
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="
|
|
972
|
-
<line num="
|
|
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="
|
|
950
|
+
<line num="626" count="17" type="stmt"/>
|
|
951
|
+
<line num="628" count="17" type="stmt"/>
|
|
952
|
+
<line num="630" count="53" type="stmt"/>
|
|
953
|
+
<line num="631" count="17" type="stmt"/>
|
|
954
|
+
<line num="632" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
955
|
+
<line num="636" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
956
|
+
<line num="637" count="11" type="stmt"/>
|
|
957
|
+
<line num="638" count="13" type="stmt"/>
|
|
958
|
+
<line num="640" count="11" type="stmt"/>
|
|
959
|
+
<line num="641" count="8" type="stmt"/>
|
|
960
|
+
<line num="644" count="11" type="stmt"/>
|
|
961
|
+
<line num="647" count="12" type="stmt"/>
|
|
962
|
+
<line num="649" count="5" type="stmt"/>
|
|
963
|
+
<line num="650" count="5" type="stmt"/>
|
|
964
|
+
<line num="653" count="17" type="cond" truecount="3" falsecount="0"/>
|
|
965
|
+
<line num="654" count="16" type="stmt"/>
|
|
966
|
+
<line num="657" count="17" type="cond" truecount="3" falsecount="0"/>
|
|
967
|
+
<line num="658" count="1" type="stmt"/>
|
|
968
|
+
<line num="660" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
969
|
+
<line num="661" count="1" type="stmt"/>
|
|
970
|
+
<line num="670" count="11" type="stmt"/>
|
|
971
|
+
<line num="671" count="11" type="stmt"/>
|
|
972
|
+
<line num="672" count="11" type="stmt"/>
|
|
973
|
+
<line num="674" count="11" type="stmt"/>
|
|
974
|
+
<line num="675" count="48" type="stmt"/>
|
|
975
|
+
<line num="676" count="48" type="stmt"/>
|
|
976
|
+
<line num="677" count="53" type="stmt"/>
|
|
977
|
+
<line num="678" count="53" type="cond" truecount="3" falsecount="0"/>
|
|
978
|
+
<line num="679" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
979
|
+
<line num="680" count="20" type="stmt"/>
|
|
980
|
+
<line num="682" count="24" type="stmt"/>
|
|
981
|
+
<line num="684" count="24" type="stmt"/>
|
|
982
|
+
<line num="685" count="24" type="stmt"/>
|
|
983
|
+
<line num="686" count="24" type="stmt"/>
|
|
984
|
+
<line num="690" count="48" type="stmt"/>
|
|
985
|
+
<line num="691" count="53" type="stmt"/>
|
|
986
|
+
<line num="694" count="48" type="stmt"/>
|
|
987
|
+
<line num="697" count="53" type="stmt"/>
|
|
988
|
+
<line num="701" count="48" type="stmt"/>
|
|
989
|
+
<line num="704" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
990
|
+
<line num="705" count="10" type="stmt"/>
|
|
991
|
+
<line num="707" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
992
|
+
<line num="708" count="9" type="stmt"/>
|
|
993
|
+
<line num="714" count="30" type="stmt"/>
|
|
994
|
+
<line num="715" count="30" type="stmt"/>
|
|
991
995
|
<line num="716" count="12" type="stmt"/>
|
|
992
|
-
<line num="
|
|
993
|
-
<line num="
|
|
994
|
-
<line num="
|
|
995
|
-
<line num="
|
|
996
|
-
<line num="734" count="
|
|
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="
|
|
1044
|
-
<line num="
|
|
1045
|
-
<line num="
|
|
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="896" count="24" type="stmt"/>
|
|
1058
|
-
<line num="897" count="24" type="stmt"/>
|
|
1059
|
-
<line num="898" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
996
|
+
<line num="724" count="12" type="stmt"/>
|
|
997
|
+
<line num="726" count="12" type="stmt"/>
|
|
998
|
+
<line num="731" count="47" type="stmt"/>
|
|
999
|
+
<line num="732" count="156" type="cond" truecount="2" falsecount="0"/>
|
|
1000
|
+
<line num="734" count="47" type="stmt"/>
|
|
1001
|
+
<line num="742" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
1002
|
+
<line num="743" count="24" type="stmt"/>
|
|
1003
|
+
<line num="756" count="24" type="stmt"/>
|
|
1004
|
+
<line num="757" count="8" type="stmt"/>
|
|
1005
|
+
<line num="759" count="24" type="stmt"/>
|
|
1006
|
+
<line num="760" count="24" type="stmt"/>
|
|
1007
|
+
<line num="761" count="24" type="stmt"/>
|
|
1008
|
+
<line num="765" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
1009
|
+
<line num="766" count="17" type="stmt"/>
|
|
1010
|
+
<line num="769" count="13" type="stmt"/>
|
|
1011
|
+
<line num="770" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
1012
|
+
<line num="771" count="10" type="stmt"/>
|
|
1013
|
+
<line num="781" count="10" type="stmt"/>
|
|
1014
|
+
<line num="782" count="4" type="stmt"/>
|
|
1015
|
+
<line num="785" count="10" type="stmt"/>
|
|
1016
|
+
<line num="791" count="36" type="stmt"/>
|
|
1017
|
+
<line num="792" count="39" type="stmt"/>
|
|
1018
|
+
<line num="803" count="195" type="cond" truecount="2" falsecount="0"/>
|
|
1019
|
+
<line num="807" count="130" type="cond" truecount="1" falsecount="0"/>
|
|
1020
|
+
<line num="808" count="126" type="stmt"/>
|
|
1021
|
+
<line num="810" count="126" type="cond" truecount="2" falsecount="0"/>
|
|
1022
|
+
<line num="811" count="40" type="stmt"/>
|
|
1023
|
+
<line num="815" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
1024
|
+
<line num="816" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
1025
|
+
<line num="817" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
1026
|
+
<line num="818" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
1027
|
+
<line num="820" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
1028
|
+
<line num="821" count="78" type="cond" truecount="2" falsecount="0"/>
|
|
1029
|
+
<line num="828" count="48" type="cond" truecount="1" falsecount="0"/>
|
|
1030
|
+
<line num="829" count="23" type="stmt"/>
|
|
1031
|
+
<line num="830" count="65" type="stmt"/>
|
|
1032
|
+
<line num="831" count="65" type="stmt"/>
|
|
1033
|
+
<line num="832" count="65" type="cond" truecount="1" falsecount="0"/>
|
|
1034
|
+
<line num="833" count="15" type="stmt"/>
|
|
1035
|
+
<line num="842" count="65" type="stmt"/>
|
|
1036
|
+
<line num="844" count="65" type="stmt"/>
|
|
1037
|
+
<line num="845" count="65" type="stmt"/>
|
|
1038
|
+
<line num="852" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
1039
|
+
<line num="854" count="4" type="stmt"/>
|
|
1040
|
+
<line num="860" count="4" type="stmt"/>
|
|
1041
|
+
<line num="864" count="14" type="stmt"/>
|
|
1042
|
+
<line num="865" count="14" type="stmt"/>
|
|
1043
|
+
<line num="866" count="37" type="stmt"/>
|
|
1044
|
+
<line num="867" count="37" type="stmt"/>
|
|
1045
|
+
<line num="869" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
1046
|
+
<line num="870" count="14" type="stmt"/>
|
|
1047
|
+
<line num="871" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
1048
|
+
<line num="872" count="11" type="stmt"/>
|
|
1049
|
+
<line num="873" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1050
|
+
<line num="874" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1051
|
+
<line num="875" count="2" type="stmt"/>
|
|
1052
|
+
<line num="876" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1053
|
+
<line num="877" count="2" type="stmt"/>
|
|
1054
|
+
<line num="879" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1055
|
+
<line num="880" count="4" type="stmt"/>
|
|
1056
|
+
<line num="883" count="4" type="stmt"/>
|
|
1057
|
+
<line num="887" count="14" type="stmt"/>
|
|
1058
|
+
<line num="891" count="2" type="stmt"/>
|
|
1059
|
+
<line num="892" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1060
|
+
<line num="896" count="22" type="stmt"/>
|
|
1060
1061
|
<line num="899" count="20" type="stmt"/>
|
|
1061
|
-
<line num="
|
|
1062
|
-
<line num="
|
|
1063
|
-
<line num="
|
|
1064
|
-
<line num="907" count="
|
|
1065
|
-
<line num="
|
|
1066
|
-
<line num="
|
|
1067
|
-
<line num="
|
|
1062
|
+
<line num="904" count="24" type="stmt"/>
|
|
1063
|
+
<line num="905" count="24" type="stmt"/>
|
|
1064
|
+
<line num="906" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
1065
|
+
<line num="907" count="20" type="stmt"/>
|
|
1066
|
+
<line num="909" count="24" type="stmt"/>
|
|
1067
|
+
<line num="910" count="24" type="stmt"/>
|
|
1068
|
+
<line num="911" count="24" type="stmt"/>
|
|
1068
1069
|
<line num="915" count="5" type="stmt"/>
|
|
1069
|
-
<line num="
|
|
1070
|
-
<line num="
|
|
1071
|
-
<line num="
|
|
1072
|
-
<line num="
|
|
1073
|
-
<line num="
|
|
1074
|
-
<line num="
|
|
1075
|
-
<line num="
|
|
1076
|
-
<line num="936" count="
|
|
1077
|
-
<line num="
|
|
1078
|
-
<line num="
|
|
1079
|
-
<line num="
|
|
1080
|
-
<line num="
|
|
1081
|
-
<line num="
|
|
1082
|
-
<line num="
|
|
1083
|
-
<line num="
|
|
1084
|
-
<line num="951" count="
|
|
1085
|
-
<line num="952" count="
|
|
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="970" count="
|
|
1095
|
-
<line num="
|
|
1096
|
-
<line num="
|
|
1097
|
-
<line num="975" count="
|
|
1098
|
-
<line num="978" count="
|
|
1099
|
-
<line num="979" count="
|
|
1100
|
-
<line num="981" count="
|
|
1101
|
-
<line num="
|
|
1102
|
-
<line num="986" count="
|
|
1103
|
-
<line num="
|
|
1104
|
-
<line num="989" count="
|
|
1105
|
-
<line num="
|
|
1106
|
-
<line num="
|
|
1107
|
-
<line num="
|
|
1108
|
-
<line num="
|
|
1109
|
-
<line num="
|
|
1110
|
-
<line num="
|
|
1111
|
-
<line num="
|
|
1112
|
-
<line num="
|
|
1113
|
-
<line num="
|
|
1070
|
+
<line num="916" count="3" type="stmt"/>
|
|
1071
|
+
<line num="917" count="3" type="stmt"/>
|
|
1072
|
+
<line num="918" count="3" type="stmt"/>
|
|
1073
|
+
<line num="923" count="5" type="stmt"/>
|
|
1074
|
+
<line num="927" count="39" type="stmt"/>
|
|
1075
|
+
<line num="934" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
1076
|
+
<line num="935" count="8" type="stmt"/>
|
|
1077
|
+
<line num="936" count="8" type="stmt"/>
|
|
1078
|
+
<line num="939" count="16" type="cond" truecount="3" falsecount="0"/>
|
|
1079
|
+
<line num="940" count="1" type="stmt"/>
|
|
1080
|
+
<line num="941" count="1" type="stmt"/>
|
|
1081
|
+
<line num="944" count="15" type="stmt"/>
|
|
1082
|
+
<line num="945" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
1083
|
+
<line num="947" count="13" type="stmt"/>
|
|
1084
|
+
<line num="948" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1085
|
+
<line num="951" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
1086
|
+
<line num="952" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1087
|
+
<line num="954" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
1088
|
+
<line num="957" count="13" type="stmt"/>
|
|
1089
|
+
<line num="959" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
1090
|
+
<line num="960" count="7" type="stmt"/>
|
|
1091
|
+
<line num="961" count="7" type="stmt"/>
|
|
1092
|
+
<line num="964" count="6" type="stmt"/>
|
|
1093
|
+
<line num="968" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
1094
|
+
<line num="969" count="4" type="stmt"/>
|
|
1095
|
+
<line num="970" count="4" type="stmt"/>
|
|
1096
|
+
<line num="973" count="11" type="cond" truecount="3" falsecount="0"/>
|
|
1097
|
+
<line num="974" count="1" type="stmt"/>
|
|
1098
|
+
<line num="975" count="1" type="stmt"/>
|
|
1099
|
+
<line num="978" count="10" type="stmt"/>
|
|
1100
|
+
<line num="979" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
1101
|
+
<line num="981" count="9" type="stmt"/>
|
|
1102
|
+
<line num="983" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1103
|
+
<line num="986" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
1104
|
+
<line num="987" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1105
|
+
<line num="989" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1106
|
+
<line num="992" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
1107
|
+
<line num="994" count="9" type="stmt"/>
|
|
1108
|
+
<line num="996" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
1109
|
+
<line num="997" count="6" type="stmt"/>
|
|
1110
|
+
<line num="998" count="6" type="stmt"/>
|
|
1111
|
+
<line num="1001" count="3" type="stmt"/>
|
|
1112
|
+
<line num="1005" count="3" type="stmt"/>
|
|
1113
|
+
<line num="1006" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1114
|
+
<line num="1007" count="1" type="stmt"/>
|
|
1114
1115
|
<line num="1008" count="1" type="stmt"/>
|
|
1115
|
-
<line num="
|
|
1116
|
-
<line num="
|
|
1117
|
-
<line num="
|
|
1118
|
-
<line num="1016" count="
|
|
1119
|
-
<line num="
|
|
1120
|
-
<line num="
|
|
1121
|
-
<line num="
|
|
1122
|
-
<line num="
|
|
1123
|
-
<line num="
|
|
1124
|
-
<line num="
|
|
1125
|
-
<line num="
|
|
1126
|
-
<line num="
|
|
1127
|
-
<line num="
|
|
1128
|
-
<line num="
|
|
1129
|
-
<line num="
|
|
1130
|
-
<line num="
|
|
1131
|
-
<line num="
|
|
1132
|
-
<line num="
|
|
1133
|
-
<line num="
|
|
1134
|
-
<line num="
|
|
1135
|
-
<line num="
|
|
1116
|
+
<line num="1011" count="2" type="cond" truecount="7" falsecount="0"/>
|
|
1117
|
+
<line num="1012" count="1" type="stmt"/>
|
|
1118
|
+
<line num="1013" count="1" type="stmt"/>
|
|
1119
|
+
<line num="1016" count="1" type="stmt"/>
|
|
1120
|
+
<line num="1020" count="3" type="stmt"/>
|
|
1121
|
+
<line num="1022" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1122
|
+
<line num="1023" count="2" type="stmt"/>
|
|
1123
|
+
<line num="1024" count="2" type="stmt"/>
|
|
1124
|
+
<line num="1027" count="1" type="stmt"/>
|
|
1125
|
+
<line num="1037" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1126
|
+
<line num="1038" count="1" type="stmt"/>
|
|
1127
|
+
<line num="1040" count="1" type="stmt"/>
|
|
1128
|
+
<line num="1048" count="2" type="stmt"/>
|
|
1129
|
+
<line num="1052" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1130
|
+
<line num="1053" count="1" type="stmt"/>
|
|
1131
|
+
<line num="1055" count="1" type="stmt"/>
|
|
1132
|
+
<line num="1063" count="2" type="stmt"/>
|
|
1133
|
+
<line num="1077" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1134
|
+
<line num="1078" count="1" type="stmt"/>
|
|
1135
|
+
<line num="1086" count="2" type="stmt"/>
|
|
1136
|
+
<line num="1094" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1137
|
+
<line num="1095" count="1" type="stmt"/>
|
|
1138
|
+
<line num="1103" count="2" type="stmt"/>
|
|
1139
|
+
<line num="1119" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1136
1140
|
<line num="1120" count="1" type="stmt"/>
|
|
1137
|
-
<line num="
|
|
1138
|
-
<line num="
|
|
1139
|
-
<line num="
|
|
1140
|
-
<line num="
|
|
1141
|
+
<line num="1128" count="1" type="stmt"/>
|
|
1142
|
+
<line num="1139" count="1" type="stmt"/>
|
|
1143
|
+
<line num="1143" count="2" type="stmt"/>
|
|
1144
|
+
<line num="1147" count="12" type="cond" truecount="3" falsecount="0"/>
|
|
1145
|
+
<line num="1151" count="38" type="stmt"/>
|
|
1141
1146
|
</file>
|
|
1142
1147
|
<file name="interfaces.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
1143
1148
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1144
|
-
<line num="125" count="30" type="stmt"/>
|
|
1145
1149
|
<line num="126" count="30" type="stmt"/>
|
|
1150
|
+
<line num="127" count="30" type="stmt"/>
|
|
1146
1151
|
</file>
|
|
1147
1152
|
<file name="layout-options.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
|
|
1148
1153
|
<metrics statements="103" coveredstatements="103" conditionals="53" coveredconditionals="53" methods="20" coveredmethods="20"/>
|
|
@@ -1371,9 +1376,9 @@
|
|
|
1371
1376
|
</file>
|
|
1372
1377
|
</package>
|
|
1373
1378
|
<package name="src.components.tek-tree-grid">
|
|
1374
|
-
<metrics statements="
|
|
1379
|
+
<metrics statements="101" coveredstatements="101" conditionals="21" coveredconditionals="21" methods="18" coveredmethods="18"/>
|
|
1375
1380
|
<file name="tree-grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
|
|
1376
|
-
<metrics statements="
|
|
1381
|
+
<metrics statements="101" coveredstatements="101" conditionals="21" coveredconditionals="21" methods="18" coveredmethods="18"/>
|
|
1377
1382
|
<line num="1" count="30" type="stmt"/>
|
|
1378
1383
|
<line num="6" count="30" type="stmt"/>
|
|
1379
1384
|
<line num="10" count="30" type="stmt"/>
|
|
@@ -1404,75 +1409,77 @@
|
|
|
1404
1409
|
<line num="163" count="18" type="stmt"/>
|
|
1405
1410
|
<line num="171" count="18" type="stmt"/>
|
|
1406
1411
|
<line num="173" count="18" type="stmt"/>
|
|
1407
|
-
<line num="
|
|
1408
|
-
<line num="181" count="18" type="stmt"/>
|
|
1412
|
+
<line num="175" count="18" type="stmt"/>
|
|
1409
1413
|
<line num="182" count="18" type="stmt"/>
|
|
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="
|
|
1419
|
-
<line num="
|
|
1420
|
-
<line num="
|
|
1421
|
-
<line num="
|
|
1422
|
-
<line num="
|
|
1423
|
-
<line num="
|
|
1424
|
-
<line num="
|
|
1425
|
-
<line num="
|
|
1426
|
-
<line num="
|
|
1427
|
-
<line num="264" count="18" type="
|
|
1428
|
-
<line num="265" count="18" type="
|
|
1429
|
-
<line num="
|
|
1430
|
-
<line num="
|
|
1431
|
-
<line num="
|
|
1432
|
-
<line num="
|
|
1433
|
-
<line num="
|
|
1414
|
+
<line num="183" count="18" type="stmt"/>
|
|
1415
|
+
<line num="184" count="18" type="stmt"/>
|
|
1416
|
+
<line num="189" count="18" type="stmt"/>
|
|
1417
|
+
<line num="194" count="18" type="stmt"/>
|
|
1418
|
+
<line num="199" count="18" type="stmt"/>
|
|
1419
|
+
<line num="204" count="18" type="stmt"/>
|
|
1420
|
+
<line num="209" count="18" type="stmt"/>
|
|
1421
|
+
<line num="214" count="18" type="stmt"/>
|
|
1422
|
+
<line num="219" count="18" type="stmt"/>
|
|
1423
|
+
<line num="224" count="18" type="stmt"/>
|
|
1424
|
+
<line num="229" count="18" type="stmt"/>
|
|
1425
|
+
<line num="234" count="18" type="stmt"/>
|
|
1426
|
+
<line num="239" count="18" type="stmt"/>
|
|
1427
|
+
<line num="244" count="18" type="stmt"/>
|
|
1428
|
+
<line num="249" count="18" type="stmt"/>
|
|
1429
|
+
<line num="254" count="18" type="stmt"/>
|
|
1430
|
+
<line num="259" count="18" type="stmt"/>
|
|
1431
|
+
<line num="264" count="18" type="stmt"/>
|
|
1432
|
+
<line num="265" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1433
|
+
<line num="266" count="18" type="stmt"/>
|
|
1434
|
+
<line num="267" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1435
|
+
<line num="268" count="18" type="stmt"/>
|
|
1436
|
+
<line num="270" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
1437
|
+
<line num="271" count="3" type="stmt"/>
|
|
1438
|
+
<line num="274" count="18" type="stmt"/>
|
|
1439
|
+
<line num="283" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1434
1440
|
<line num="284" count="1" type="stmt"/>
|
|
1435
|
-
<line num="
|
|
1441
|
+
<line num="287" count="1" type="stmt"/>
|
|
1436
1442
|
<line num="296" count="1" type="stmt"/>
|
|
1437
|
-
<line num="
|
|
1438
|
-
<line num="
|
|
1439
|
-
<line num="
|
|
1440
|
-
<line num="307" count="18" type="stmt"/>
|
|
1443
|
+
<line num="299" count="1" type="stmt"/>
|
|
1444
|
+
<line num="300" count="1" type="stmt"/>
|
|
1445
|
+
<line num="308" count="18" type="stmt"/>
|
|
1441
1446
|
<line num="309" count="18" type="stmt"/>
|
|
1442
|
-
<line num="
|
|
1443
|
-
<line num="
|
|
1444
|
-
<line num="
|
|
1445
|
-
<line num="
|
|
1446
|
-
<line num="
|
|
1447
|
-
<line num="
|
|
1448
|
-
<line num="
|
|
1449
|
-
<line num="
|
|
1450
|
-
<line num="
|
|
1451
|
-
<line num="
|
|
1452
|
-
<line num="
|
|
1453
|
-
<line num="
|
|
1454
|
-
<line num="
|
|
1455
|
-
<line num="
|
|
1456
|
-
<line num="
|
|
1447
|
+
<line num="310" count="18" type="stmt"/>
|
|
1448
|
+
<line num="312" count="18" type="stmt"/>
|
|
1449
|
+
<line num="316" count="3" type="stmt"/>
|
|
1450
|
+
<line num="317" count="3" type="stmt"/>
|
|
1451
|
+
<line num="321" count="3" type="stmt"/>
|
|
1452
|
+
<line num="322" count="3" type="stmt"/>
|
|
1453
|
+
<line num="326" count="6" type="stmt"/>
|
|
1454
|
+
<line num="327" count="6" type="stmt"/>
|
|
1455
|
+
<line num="331" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1456
|
+
<line num="335" count="1" type="stmt"/>
|
|
1457
|
+
<line num="336" count="1" type="stmt"/>
|
|
1458
|
+
<line num="340" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1459
|
+
<line num="341" count="1" type="stmt"/>
|
|
1460
|
+
<line num="351" count="21" type="stmt"/>
|
|
1461
|
+
<line num="355" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1457
1462
|
<line num="359" count="1" type="stmt"/>
|
|
1458
|
-
<line num="
|
|
1459
|
-
<line num="
|
|
1460
|
-
<line num="
|
|
1461
|
-
<line num="
|
|
1462
|
-
<line num="
|
|
1463
|
-
<line num="
|
|
1464
|
-
<line num="
|
|
1465
|
-
<line num="
|
|
1463
|
+
<line num="360" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1464
|
+
<line num="362" count="1" type="stmt"/>
|
|
1465
|
+
<line num="366" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1466
|
+
<line num="367" count="2" type="stmt"/>
|
|
1467
|
+
<line num="368" count="2" type="stmt"/>
|
|
1468
|
+
<line num="371" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1469
|
+
<line num="375" count="1" type="stmt"/>
|
|
1470
|
+
<line num="376" count="1" type="stmt"/>
|
|
1471
|
+
<line num="381" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1466
1472
|
<line num="382" count="2" type="stmt"/>
|
|
1467
|
-
<line num="
|
|
1468
|
-
<line num="
|
|
1469
|
-
<line num="
|
|
1470
|
-
<line num="
|
|
1471
|
-
<line num="
|
|
1472
|
-
<line num="
|
|
1473
|
-
<line num="
|
|
1474
|
-
<line num="
|
|
1475
|
-
<line num="
|
|
1473
|
+
<line num="385" count="2" type="stmt"/>
|
|
1474
|
+
<line num="398" count="2" type="stmt"/>
|
|
1475
|
+
<line num="402" count="1" type="stmt"/>
|
|
1476
|
+
<line num="412" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1477
|
+
<line num="413" count="1" type="stmt"/>
|
|
1478
|
+
<line num="415" count="1" type="stmt"/>
|
|
1479
|
+
<line num="423" count="2" type="stmt"/>
|
|
1480
|
+
<line num="427" count="1" type="stmt"/>
|
|
1481
|
+
<line num="431" count="2" type="stmt"/>
|
|
1482
|
+
<line num="435" count="1" type="stmt"/>
|
|
1476
1483
|
</file>
|
|
1477
1484
|
</package>
|
|
1478
1485
|
<package name="src.components.tek-user-info">
|
|
@@ -1600,14 +1607,14 @@
|
|
|
1600
1607
|
<line num="13" count="30" type="stmt"/>
|
|
1601
1608
|
<line num="14" count="30" type="stmt"/>
|
|
1602
1609
|
<line num="36" count="30" type="stmt"/>
|
|
1603
|
-
<line num="39" count="
|
|
1604
|
-
<line num="42" count="
|
|
1605
|
-
<line num="44" count="
|
|
1606
|
-
<line num="48" count="
|
|
1607
|
-
<line num="50" count="
|
|
1608
|
-
<line num="54" count="
|
|
1609
|
-
<line num="55" count="
|
|
1610
|
-
<line num="56" count="
|
|
1610
|
+
<line num="39" count="158" type="stmt"/>
|
|
1611
|
+
<line num="42" count="158" type="stmt"/>
|
|
1612
|
+
<line num="44" count="158" type="stmt"/>
|
|
1613
|
+
<line num="48" count="786" type="cond" truecount="1" falsecount="0"/>
|
|
1614
|
+
<line num="50" count="629" type="stmt"/>
|
|
1615
|
+
<line num="54" count="158" type="stmt"/>
|
|
1616
|
+
<line num="55" count="786" type="stmt"/>
|
|
1617
|
+
<line num="56" count="786" type="stmt"/>
|
|
1611
1618
|
<line num="61" count="47" type="stmt"/>
|
|
1612
1619
|
<line num="292" count="5" type="stmt"/>
|
|
1613
1620
|
<line num="296" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -1641,15 +1648,15 @@
|
|
|
1641
1648
|
<line num="350" count="2" type="stmt"/>
|
|
1642
1649
|
<line num="352" count="2" type="stmt"/>
|
|
1643
1650
|
<line num="357" count="1" type="stmt"/>
|
|
1644
|
-
<line num="361" count="
|
|
1645
|
-
<line num="369" count="
|
|
1646
|
-
<line num="377" count="
|
|
1647
|
-
<line num="378" count="
|
|
1651
|
+
<line num="361" count="158" type="stmt"/>
|
|
1652
|
+
<line num="369" count="158" type="stmt"/>
|
|
1653
|
+
<line num="377" count="316" type="stmt"/>
|
|
1654
|
+
<line num="378" count="316" type="cond" truecount="3" falsecount="0"/>
|
|
1648
1655
|
<line num="380" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1649
1656
|
<line num="381" count="18" type="stmt"/>
|
|
1650
1657
|
<line num="383" count="18" type="stmt"/>
|
|
1651
1658
|
<line num="385" count="234" type="stmt"/>
|
|
1652
|
-
<line num="391" count="
|
|
1659
|
+
<line num="391" count="280" type="stmt"/>
|
|
1653
1660
|
<line num="395" count="6" type="stmt"/>
|
|
1654
1661
|
<line num="396" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1655
1662
|
<line num="397" count="9" type="stmt"/>
|
|
@@ -1663,7 +1670,7 @@
|
|
|
1663
1670
|
<line num="411" count="4" type="stmt"/>
|
|
1664
1671
|
<line num="414" count="6" type="stmt"/>
|
|
1665
1672
|
<line num="415" count="6" type="stmt"/>
|
|
1666
|
-
<line num="418" count="
|
|
1673
|
+
<line num="418" count="158" type="stmt"/>
|
|
1667
1674
|
<line num="439" count="2" type="stmt"/>
|
|
1668
1675
|
<line num="443" count="4" type="stmt"/>
|
|
1669
1676
|
<line num="447" count="30" type="stmt"/>
|
|
@@ -1712,10 +1719,10 @@
|
|
|
1712
1719
|
<file name="button-option.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
|
|
1713
1720
|
<metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
1714
1721
|
<line num="4" count="30" type="stmt"/>
|
|
1715
|
-
<line num="8" count="
|
|
1716
|
-
<line num="14" count="
|
|
1717
|
-
<line num="15" count="
|
|
1718
|
-
<line num="16" count="
|
|
1722
|
+
<line num="8" count="631" type="stmt"/>
|
|
1723
|
+
<line num="14" count="631" type="stmt"/>
|
|
1724
|
+
<line num="15" count="631" type="cond" truecount="2" falsecount="0"/>
|
|
1725
|
+
<line num="16" count="631" type="stmt"/>
|
|
1719
1726
|
<line num="23" count="1" type="stmt"/>
|
|
1720
1727
|
</file>
|
|
1721
1728
|
<file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
|
|
@@ -1727,23 +1734,23 @@
|
|
|
1727
1734
|
<file name="multi-option.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
|
|
1728
1735
|
<metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
|
|
1729
1736
|
<line num="9" count="30" type="stmt"/>
|
|
1730
|
-
<line num="13" count="
|
|
1731
|
-
<line num="17" count="
|
|
1732
|
-
<line num="21" count="
|
|
1733
|
-
<line num="22" count="
|
|
1734
|
-
<line num="34" count="
|
|
1735
|
-
<line num="35" count="
|
|
1736
|
-
<line num="37" count="
|
|
1737
|
+
<line num="13" count="161" type="stmt"/>
|
|
1738
|
+
<line num="17" count="1288" type="stmt"/>
|
|
1739
|
+
<line num="21" count="322" type="stmt"/>
|
|
1740
|
+
<line num="22" count="322" type="stmt"/>
|
|
1741
|
+
<line num="34" count="322" type="stmt"/>
|
|
1742
|
+
<line num="35" count="322" type="cond" truecount="2" falsecount="0"/>
|
|
1743
|
+
<line num="37" count="322" type="stmt"/>
|
|
1737
1744
|
<line num="44" count="2" type="stmt"/>
|
|
1738
|
-
<line num="50" count="
|
|
1739
|
-
<line num="52" count="
|
|
1740
|
-
<line num="63" count="
|
|
1741
|
-
<line num="65" count="
|
|
1742
|
-
<line num="76" count="
|
|
1743
|
-
<line num="78" count="
|
|
1745
|
+
<line num="50" count="322" type="stmt"/>
|
|
1746
|
+
<line num="52" count="322" type="stmt"/>
|
|
1747
|
+
<line num="63" count="161" type="stmt"/>
|
|
1748
|
+
<line num="65" count="322" type="stmt"/>
|
|
1749
|
+
<line num="76" count="161" type="stmt"/>
|
|
1750
|
+
<line num="78" count="161" type="stmt"/>
|
|
1744
1751
|
<line num="83" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1745
|
-
<line num="87" count="
|
|
1746
|
-
<line num="94" count="
|
|
1752
|
+
<line num="87" count="161" type="stmt"/>
|
|
1753
|
+
<line num="94" count="161" type="stmt"/>
|
|
1747
1754
|
</file>
|
|
1748
1755
|
</package>
|
|
1749
1756
|
<package name="src.utils.report-filter">
|