@zeedhi/teknisa-components-common 1.92.0 → 1.92.2
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 +334 -331
- package/coverage/coverage-final.json +10 -10
- package/coverage/lcov-report/index.html +14 -14
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +2 -2
- package/coverage/lcov-report/tests/__helpers__/flush-promises-helper.ts.html +3 -3
- package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +2 -2
- package/coverage/lcov-report/tests/__helpers__/index.html +2 -2
- package/coverage/lcov-report/tests/__helpers__/index.ts.html +2 -2
- package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +2 -2
- package/coverage/lcov.info +658 -648
- package/dist/tek-components-common.esm.js +1 -1
- package/dist/tek-components-common.umd.js +1 -1
- package/package.json +4 -4
- package/types/components/tek-grid/grid-filter-button.d.ts +1 -1
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="1715012578622" clover="3.2.0">
|
|
3
|
+
<project timestamp="1715012578622" name="All files">
|
|
4
|
+
<metrics statements="1525" coveredstatements="1525" conditionals="677" coveredconditionals="676" methods="375" coveredmethods="375" elements="2577" coveredelements="2576" complexity="0" loc="1525" ncloc="1525" 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/luizg/workfolder/projects/v1/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="673" coveredstatements="673" conditionals="313" coveredconditionals="312" methods="155" coveredmethods="155"/>
|
|
492
492
|
<file name="filter-helper.ts" path="/home/luizg/workfolder/projects/v1/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="
|
|
572
|
-
<line num="200" count="
|
|
573
|
-
<line num="205" count="
|
|
574
|
-
<line num="209" count="
|
|
575
|
-
<line num="210" count="
|
|
576
|
-
<line num="211" count="
|
|
563
|
+
<line num="181" count="857" type="stmt"/>
|
|
564
|
+
<line num="185" count="220" type="stmt"/>
|
|
565
|
+
<line num="186" count="220" type="stmt"/>
|
|
566
|
+
<line num="187" count="220" type="cond" truecount="1" falsecount="0"/>
|
|
567
|
+
<line num="188" count="23" type="stmt"/>
|
|
568
|
+
<line num="193" count="420" type="stmt"/>
|
|
569
|
+
<line num="197" count="220" type="stmt"/>
|
|
570
|
+
<line num="198" count="220" type="stmt"/>
|
|
571
|
+
<line num="199" count="220" type="cond" truecount="1" falsecount="0"/>
|
|
572
|
+
<line num="200" count="18" type="stmt"/>
|
|
573
|
+
<line num="205" count="295" type="stmt"/>
|
|
574
|
+
<line num="209" count="218" type="stmt"/>
|
|
575
|
+
<line num="210" count="218" type="stmt"/>
|
|
576
|
+
<line num="211" count="218" 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="496" type="cond" truecount="2" falsecount="0"/>
|
|
579
|
+
<line num="221" count="651" type="stmt"/>
|
|
580
|
+
<line num="226" count="42" type="stmt"/>
|
|
581
581
|
<line num="227" count="1" type="stmt"/>
|
|
582
582
|
</file>
|
|
583
583
|
<file name="grid-columns-button-controller.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
<line num="33" count="2" type="stmt"/>
|
|
618
618
|
</file>
|
|
619
619
|
<file name="grid-filter-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
|
|
620
|
-
<metrics statements="132" coveredstatements="132" conditionals="
|
|
620
|
+
<metrics statements="132" coveredstatements="132" conditionals="84" coveredconditionals="83" methods="28" coveredmethods="28"/>
|
|
621
621
|
<line num="1" count="30" type="stmt"/>
|
|
622
622
|
<line num="4" count="30" type="stmt"/>
|
|
623
623
|
<line num="8" count="30" type="stmt"/>
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
<line num="38" count="2" type="stmt"/>
|
|
637
637
|
<line num="42" count="23" type="stmt"/>
|
|
638
638
|
<line num="43" count="23" type="stmt"/>
|
|
639
|
-
<line num="44" count="23" type="cond" truecount="
|
|
639
|
+
<line num="44" count="23" type="cond" truecount="4" falsecount="1"/>
|
|
640
640
|
<line num="45" count="22" type="stmt"/>
|
|
641
641
|
<line num="50" count="3" type="stmt"/>
|
|
642
642
|
<line num="52" count="3" type="stmt"/>
|
|
@@ -752,7 +752,7 @@
|
|
|
752
752
|
<line num="394" count="2" type="stmt"/>
|
|
753
753
|
</file>
|
|
754
754
|
<file name="grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
|
|
755
|
-
<metrics statements="
|
|
755
|
+
<metrics statements="325" coveredstatements="325" conditionals="145" coveredconditionals="145" methods="77" coveredmethods="77"/>
|
|
756
756
|
<line num="1" count="30" type="stmt"/>
|
|
757
757
|
<line num="7" count="30" type="stmt"/>
|
|
758
758
|
<line num="11" count="30" type="stmt"/>
|
|
@@ -762,86 +762,86 @@
|
|
|
762
762
|
<line num="19" count="30" type="stmt"/>
|
|
763
763
|
<line num="20" count="30" type="stmt"/>
|
|
764
764
|
<line num="34" count="30" type="stmt"/>
|
|
765
|
-
<line num="36" count="
|
|
766
|
-
<line num="39" count="
|
|
767
|
-
<line num="42" count="
|
|
768
|
-
<line num="45" count="
|
|
769
|
-
<line num="48" count="
|
|
770
|
-
<line num="51" count="
|
|
771
|
-
<line num="54" count="
|
|
772
|
-
<line num="57" count="
|
|
773
|
-
<line num="60" count="
|
|
774
|
-
<line num="63" count="
|
|
775
|
-
<line num="66" count="
|
|
776
|
-
<line num="75" count="
|
|
777
|
-
<line num="81" count="
|
|
778
|
-
<line num="87" count="
|
|
779
|
-
<line num="94" count="
|
|
780
|
-
<line num="110" count="
|
|
781
|
-
<line num="115" count="
|
|
782
|
-
<line num="120" count="
|
|
783
|
-
<line num="166" count="
|
|
784
|
-
<line num="171" count="
|
|
785
|
-
<line num="173" count="
|
|
786
|
-
<line num="175" count="
|
|
787
|
-
<line num="177" count="
|
|
788
|
-
<line num="179" count="
|
|
789
|
-
<line num="181" count="
|
|
790
|
-
<line num="191" count="
|
|
791
|
-
<line num="200" count="
|
|
792
|
-
<line num="207" count="
|
|
793
|
-
<line num="208" count="
|
|
794
|
-
<line num="213" count="
|
|
795
|
-
<line num="218" count="
|
|
796
|
-
<line num="223" count="
|
|
797
|
-
<line num="228" count="
|
|
798
|
-
<line num="233" count="
|
|
799
|
-
<line num="238" count="
|
|
800
|
-
<line num="243" count="
|
|
801
|
-
<line num="248" count="
|
|
802
|
-
<line num="253" count="
|
|
803
|
-
<line num="258" count="
|
|
804
|
-
<line num="263" count="
|
|
805
|
-
<line num="268" count="
|
|
806
|
-
<line num="273" count="
|
|
807
|
-
<line num="278" count="
|
|
808
|
-
<line num="283" count="
|
|
809
|
-
<line num="284" count="
|
|
810
|
-
<line num="289" count="
|
|
811
|
-
<line num="294" count="
|
|
812
|
-
<line num="295" count="
|
|
813
|
-
<line num="296" count="
|
|
814
|
-
<line num="297" count="
|
|
815
|
-
<line num="299" count="
|
|
765
|
+
<line num="36" count="121" type="stmt"/>
|
|
766
|
+
<line num="39" count="121" type="stmt"/>
|
|
767
|
+
<line num="42" count="121" type="stmt"/>
|
|
768
|
+
<line num="45" count="121" type="stmt"/>
|
|
769
|
+
<line num="48" count="121" type="stmt"/>
|
|
770
|
+
<line num="51" count="121" type="stmt"/>
|
|
771
|
+
<line num="54" count="121" type="stmt"/>
|
|
772
|
+
<line num="57" count="121" type="stmt"/>
|
|
773
|
+
<line num="60" count="121" type="stmt"/>
|
|
774
|
+
<line num="63" count="121" type="stmt"/>
|
|
775
|
+
<line num="66" count="121" type="stmt"/>
|
|
776
|
+
<line num="75" count="121" type="stmt"/>
|
|
777
|
+
<line num="81" count="121" type="stmt"/>
|
|
778
|
+
<line num="87" count="121" type="stmt"/>
|
|
779
|
+
<line num="94" count="121" type="stmt"/>
|
|
780
|
+
<line num="110" count="121" type="stmt"/>
|
|
781
|
+
<line num="115" count="121" type="stmt"/>
|
|
782
|
+
<line num="120" count="121" type="stmt"/>
|
|
783
|
+
<line num="166" count="121" type="stmt"/>
|
|
784
|
+
<line num="171" count="121" type="stmt"/>
|
|
785
|
+
<line num="173" count="121" type="stmt"/>
|
|
786
|
+
<line num="175" count="121" type="stmt"/>
|
|
787
|
+
<line num="177" count="121" type="stmt"/>
|
|
788
|
+
<line num="179" count="121" type="stmt"/>
|
|
789
|
+
<line num="181" count="121" type="stmt"/>
|
|
790
|
+
<line num="191" count="121" type="stmt"/>
|
|
791
|
+
<line num="200" count="121" type="stmt"/>
|
|
792
|
+
<line num="207" count="121" type="stmt"/>
|
|
793
|
+
<line num="208" count="121" type="stmt"/>
|
|
794
|
+
<line num="213" count="121" type="stmt"/>
|
|
795
|
+
<line num="218" count="121" type="stmt"/>
|
|
796
|
+
<line num="223" count="121" type="stmt"/>
|
|
797
|
+
<line num="228" count="121" type="stmt"/>
|
|
798
|
+
<line num="233" count="121" type="stmt"/>
|
|
799
|
+
<line num="238" count="121" type="stmt"/>
|
|
800
|
+
<line num="243" count="121" type="stmt"/>
|
|
801
|
+
<line num="248" count="121" type="stmt"/>
|
|
802
|
+
<line num="253" count="121" type="stmt"/>
|
|
803
|
+
<line num="258" count="121" type="stmt"/>
|
|
804
|
+
<line num="263" count="121" type="stmt"/>
|
|
805
|
+
<line num="268" count="121" type="stmt"/>
|
|
806
|
+
<line num="273" count="121" type="stmt"/>
|
|
807
|
+
<line num="278" count="121" type="stmt"/>
|
|
808
|
+
<line num="283" count="121" type="cond" truecount="2" falsecount="0"/>
|
|
809
|
+
<line num="284" count="121" type="stmt"/>
|
|
810
|
+
<line num="289" count="121" type="stmt"/>
|
|
811
|
+
<line num="294" count="121" type="stmt"/>
|
|
812
|
+
<line num="295" count="121" type="stmt"/>
|
|
813
|
+
<line num="296" count="121" type="cond" truecount="2" falsecount="0"/>
|
|
814
|
+
<line num="297" count="121" type="stmt"/>
|
|
815
|
+
<line num="299" count="121" type="cond" truecount="1" falsecount="0"/>
|
|
816
816
|
<line num="300" count="5" type="stmt"/>
|
|
817
|
-
<line num="303" count="
|
|
817
|
+
<line num="303" count="121" type="stmt"/>
|
|
818
818
|
<line num="312" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
819
819
|
<line num="313" count="1" type="stmt"/>
|
|
820
820
|
<line num="316" count="1" type="stmt"/>
|
|
821
821
|
<line num="325" count="1" type="stmt"/>
|
|
822
822
|
<line num="328" count="1" type="stmt"/>
|
|
823
823
|
<line num="329" count="1" type="stmt"/>
|
|
824
|
-
<line num="337" count="
|
|
825
|
-
<line num="339" count="
|
|
826
|
-
<line num="340" count="
|
|
827
|
-
<line num="341" count="
|
|
828
|
-
<line num="342" count="
|
|
829
|
-
<line num="345" count="
|
|
824
|
+
<line num="337" count="121" type="stmt"/>
|
|
825
|
+
<line num="339" count="121" type="stmt"/>
|
|
826
|
+
<line num="340" count="121" type="stmt"/>
|
|
827
|
+
<line num="341" count="121" type="stmt"/>
|
|
828
|
+
<line num="342" count="121" type="cond" truecount="4" falsecount="0"/>
|
|
829
|
+
<line num="345" count="121" type="stmt"/>
|
|
830
830
|
<line num="348" count="37" type="stmt"/>
|
|
831
831
|
<line num="349" count="37" type="stmt"/>
|
|
832
832
|
<line num="353" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
833
833
|
<line num="354" count="37" type="stmt"/>
|
|
834
834
|
<line num="359" count="37" type="stmt"/>
|
|
835
|
-
<line num="367" count="
|
|
836
|
-
<line num="368" count="
|
|
837
|
-
<line num="370" count="
|
|
835
|
+
<line num="367" count="18" type="stmt"/>
|
|
836
|
+
<line num="368" count="18" type="stmt"/>
|
|
837
|
+
<line num="370" count="18" type="stmt"/>
|
|
838
838
|
<line num="374" count="3" type="stmt"/>
|
|
839
839
|
<line num="375" count="3" type="stmt"/>
|
|
840
840
|
<line num="379" count="1" type="stmt"/>
|
|
841
841
|
<line num="380" count="1" type="stmt"/>
|
|
842
842
|
<line num="384" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
843
843
|
<line num="385" count="1" type="stmt"/>
|
|
844
|
-
<line num="395" count="
|
|
844
|
+
<line num="395" count="184" type="stmt"/>
|
|
845
845
|
<line num="399" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
846
846
|
<line num="403" count="1" type="stmt"/>
|
|
847
847
|
<line num="404" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -886,198 +886,203 @@
|
|
|
886
886
|
<line num="494" count="1" type="stmt"/>
|
|
887
887
|
<line num="497" count="3" type="stmt"/>
|
|
888
888
|
<line num="510" count="2" type="stmt"/>
|
|
889
|
-
<line num="513" count="
|
|
890
|
-
<line num="515" count="
|
|
891
|
-
<line num="524" count="
|
|
889
|
+
<line num="513" count="121" type="stmt"/>
|
|
890
|
+
<line num="515" count="121" type="stmt"/>
|
|
891
|
+
<line num="524" count="121" type="stmt"/>
|
|
892
892
|
<line num="527" count="15" type="stmt"/>
|
|
893
|
-
<line num="530" count="
|
|
894
|
-
<line num="536" count="
|
|
895
|
-
<line num="538" count="
|
|
896
|
-
<line num="540" count="
|
|
897
|
-
<line num="544" count="
|
|
898
|
-
<line num="545" count="
|
|
899
|
-
<line num="547" count="
|
|
900
|
-
<line num="548" count="
|
|
901
|
-
<line num="549" count="
|
|
902
|
-
<line num="550" count="
|
|
903
|
-
<line num="551" count="
|
|
904
|
-
<line num="555" count="
|
|
905
|
-
<line num="556" count="
|
|
906
|
-
<line num="560" count="
|
|
907
|
-
<line num="563" count="
|
|
908
|
-
<line num="567" count="
|
|
909
|
-
<line num="569" count="
|
|
910
|
-
<line num="575" count="
|
|
911
|
-
<line num="577" count="
|
|
912
|
-
<line num="578" count="
|
|
913
|
-
<line num="579" count="
|
|
914
|
-
<line num="583" count="
|
|
915
|
-
<line num="584" count="
|
|
916
|
-
<line num="585" count="
|
|
917
|
-
<line num="587" count="
|
|
893
|
+
<line num="530" count="121" type="stmt"/>
|
|
894
|
+
<line num="536" count="15" type="stmt"/>
|
|
895
|
+
<line num="538" count="15" type="stmt"/>
|
|
896
|
+
<line num="540" count="15" type="stmt"/>
|
|
897
|
+
<line num="544" count="18" type="stmt"/>
|
|
898
|
+
<line num="545" count="18" type="stmt"/>
|
|
899
|
+
<line num="547" count="18" type="stmt"/>
|
|
900
|
+
<line num="548" count="18" type="stmt"/>
|
|
901
|
+
<line num="549" count="18" type="stmt"/>
|
|
902
|
+
<line num="550" count="18" type="stmt"/>
|
|
903
|
+
<line num="551" count="18" type="stmt"/>
|
|
904
|
+
<line num="555" count="18" type="stmt"/>
|
|
905
|
+
<line num="556" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
906
|
+
<line num="560" count="10" type="stmt"/>
|
|
907
|
+
<line num="563" count="15" type="stmt"/>
|
|
908
|
+
<line num="567" count="121" type="stmt"/>
|
|
909
|
+
<line num="569" count="16" type="stmt"/>
|
|
910
|
+
<line num="575" count="16" type="stmt"/>
|
|
911
|
+
<line num="577" count="52" type="stmt"/>
|
|
912
|
+
<line num="578" count="16" type="stmt"/>
|
|
913
|
+
<line num="579" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
914
|
+
<line num="583" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
915
|
+
<line num="584" count="10" type="stmt"/>
|
|
916
|
+
<line num="585" count="12" type="stmt"/>
|
|
917
|
+
<line num="587" count="10" type="stmt"/>
|
|
918
918
|
<line num="588" count="8" type="stmt"/>
|
|
919
|
-
<line num="591" count="
|
|
920
|
-
<line num="594" count="
|
|
919
|
+
<line num="591" count="10" type="stmt"/>
|
|
920
|
+
<line num="594" count="11" type="stmt"/>
|
|
921
921
|
<line num="596" count="5" type="stmt"/>
|
|
922
922
|
<line num="597" count="5" type="stmt"/>
|
|
923
|
-
<line num="600" count="
|
|
924
|
-
<line num="601" count="
|
|
925
|
-
<line num="604" count="
|
|
923
|
+
<line num="600" count="16" type="cond" truecount="3" falsecount="0"/>
|
|
924
|
+
<line num="601" count="15" type="stmt"/>
|
|
925
|
+
<line num="604" count="16" type="cond" truecount="3" falsecount="0"/>
|
|
926
926
|
<line num="605" count="1" type="stmt"/>
|
|
927
|
-
<line num="607" count="
|
|
927
|
+
<line num="607" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
928
928
|
<line num="608" count="1" type="stmt"/>
|
|
929
|
-
<line num="617" count="
|
|
930
|
-
<line num="618" count="
|
|
931
|
-
<line num="619" count="
|
|
932
|
-
<line num="621" count="
|
|
933
|
-
<line num="622" count="
|
|
934
|
-
<line num="623" count="
|
|
935
|
-
<line num="624" count="
|
|
936
|
-
<line num="625" count="
|
|
937
|
-
<line num="626" count="
|
|
938
|
-
<line num="627" count="
|
|
939
|
-
<line num="629" count="
|
|
940
|
-
<line num="631" count="
|
|
941
|
-
<line num="632" count="
|
|
942
|
-
<line num="633" count="
|
|
943
|
-
<line num="637" count="
|
|
944
|
-
<line num="638" count="
|
|
945
|
-
<line num="641" count="
|
|
946
|
-
<line num="644" count="
|
|
947
|
-
<line num="648" count="
|
|
948
|
-
<line num="651" count="
|
|
949
|
-
<line num="652" count="
|
|
950
|
-
<line num="654" count="
|
|
951
|
-
<line num="655" count="
|
|
952
|
-
<line num="661" count="
|
|
953
|
-
<line num="662" count="
|
|
954
|
-
<line num="663" count="
|
|
955
|
-
<line num="671" count="
|
|
956
|
-
<line num="673" count="
|
|
957
|
-
<line num="678" count="
|
|
958
|
-
<line num="679" count="
|
|
959
|
-
<line num="681" count="
|
|
960
|
-
<line num="689" count="
|
|
961
|
-
<line num="690" count="
|
|
962
|
-
<line num="703" count="
|
|
929
|
+
<line num="617" count="10" type="stmt"/>
|
|
930
|
+
<line num="618" count="10" type="stmt"/>
|
|
931
|
+
<line num="619" count="10" type="stmt"/>
|
|
932
|
+
<line num="621" count="10" type="stmt"/>
|
|
933
|
+
<line num="622" count="48" type="stmt"/>
|
|
934
|
+
<line num="623" count="48" type="stmt"/>
|
|
935
|
+
<line num="624" count="53" type="stmt"/>
|
|
936
|
+
<line num="625" count="53" type="cond" truecount="3" falsecount="0"/>
|
|
937
|
+
<line num="626" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
938
|
+
<line num="627" count="20" type="stmt"/>
|
|
939
|
+
<line num="629" count="24" type="stmt"/>
|
|
940
|
+
<line num="631" count="24" type="stmt"/>
|
|
941
|
+
<line num="632" count="24" type="stmt"/>
|
|
942
|
+
<line num="633" count="24" type="stmt"/>
|
|
943
|
+
<line num="637" count="48" type="stmt"/>
|
|
944
|
+
<line num="638" count="53" type="stmt"/>
|
|
945
|
+
<line num="641" count="48" type="stmt"/>
|
|
946
|
+
<line num="644" count="53" type="stmt"/>
|
|
947
|
+
<line num="648" count="48" type="stmt"/>
|
|
948
|
+
<line num="651" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
949
|
+
<line num="652" count="10" type="stmt"/>
|
|
950
|
+
<line num="654" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
951
|
+
<line num="655" count="9" type="stmt"/>
|
|
952
|
+
<line num="661" count="28" type="stmt"/>
|
|
953
|
+
<line num="662" count="28" type="stmt"/>
|
|
954
|
+
<line num="663" count="11" type="stmt"/>
|
|
955
|
+
<line num="671" count="11" type="stmt"/>
|
|
956
|
+
<line num="673" count="11" type="stmt"/>
|
|
957
|
+
<line num="678" count="28" type="stmt"/>
|
|
958
|
+
<line num="679" count="101" type="cond" truecount="2" falsecount="0"/>
|
|
959
|
+
<line num="681" count="28" type="stmt"/>
|
|
960
|
+
<line num="689" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
961
|
+
<line num="690" count="24" type="stmt"/>
|
|
962
|
+
<line num="703" count="24" type="stmt"/>
|
|
963
963
|
<line num="704" count="8" type="stmt"/>
|
|
964
|
-
<line num="706" count="
|
|
965
|
-
<line num="707" count="
|
|
966
|
-
<line num="708" count="
|
|
967
|
-
<line num="712" count="
|
|
964
|
+
<line num="706" count="24" type="stmt"/>
|
|
965
|
+
<line num="707" count="24" type="stmt"/>
|
|
966
|
+
<line num="708" count="24" type="stmt"/>
|
|
967
|
+
<line num="712" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
968
968
|
<line num="713" count="17" type="stmt"/>
|
|
969
|
-
<line num="716" count="
|
|
970
|
-
<line num="717" count="
|
|
971
|
-
<line num="718" count="
|
|
972
|
-
<line num="728" count="
|
|
969
|
+
<line num="716" count="13" type="stmt"/>
|
|
970
|
+
<line num="717" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
971
|
+
<line num="718" count="10" type="stmt"/>
|
|
972
|
+
<line num="728" count="10" type="stmt"/>
|
|
973
973
|
<line num="729" count="4" type="stmt"/>
|
|
974
|
-
<line num="732" count="
|
|
975
|
-
<line num="738" count="
|
|
976
|
-
<line num="739" count="
|
|
977
|
-
<line num="
|
|
978
|
-
<line num="
|
|
979
|
-
<line num="
|
|
980
|
-
<line num="
|
|
981
|
-
<line num="
|
|
982
|
-
<line num="
|
|
983
|
-
<line num="
|
|
984
|
-
<line num="
|
|
985
|
-
<line num="
|
|
986
|
-
<line num="
|
|
987
|
-
<line num="
|
|
988
|
-
<line num="
|
|
989
|
-
<line num="
|
|
990
|
-
<line num="
|
|
991
|
-
<line num="
|
|
992
|
-
<line num="
|
|
993
|
-
<line num="
|
|
994
|
-
<line num="
|
|
995
|
-
<line num="791" count="
|
|
996
|
-
<line num="
|
|
997
|
-
<line num="799" count="
|
|
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="858" count="
|
|
1028
|
-
<line num="862" count="
|
|
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="897" count="
|
|
1044
|
-
<line num="899" count="
|
|
1045
|
-
<line num="900" count="
|
|
1046
|
-
<line num="902" count="
|
|
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="927" count="
|
|
1058
|
-
<line num="
|
|
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="
|
|
974
|
+
<line num="732" count="10" type="stmt"/>
|
|
975
|
+
<line num="738" count="35" type="stmt"/>
|
|
976
|
+
<line num="739" count="39" type="stmt"/>
|
|
977
|
+
<line num="750" count="195" type="cond" truecount="2" falsecount="0"/>
|
|
978
|
+
<line num="754" count="130" type="cond" truecount="1" falsecount="0"/>
|
|
979
|
+
<line num="755" count="126" type="stmt"/>
|
|
980
|
+
<line num="757" count="126" type="cond" truecount="2" falsecount="0"/>
|
|
981
|
+
<line num="758" count="40" type="stmt"/>
|
|
982
|
+
<line num="762" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
983
|
+
<line num="763" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
984
|
+
<line num="764" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
985
|
+
<line num="765" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
986
|
+
<line num="767" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
987
|
+
<line num="768" count="78" type="cond" truecount="2" falsecount="0"/>
|
|
988
|
+
<line num="775" count="48" type="cond" truecount="1" falsecount="0"/>
|
|
989
|
+
<line num="776" count="23" type="stmt"/>
|
|
990
|
+
<line num="777" count="65" type="stmt"/>
|
|
991
|
+
<line num="778" count="65" type="stmt"/>
|
|
992
|
+
<line num="779" count="65" type="cond" truecount="1" falsecount="0"/>
|
|
993
|
+
<line num="780" count="15" type="stmt"/>
|
|
994
|
+
<line num="789" count="65" type="stmt"/>
|
|
995
|
+
<line num="791" count="65" type="stmt"/>
|
|
996
|
+
<line num="792" count="65" type="stmt"/>
|
|
997
|
+
<line num="799" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
998
|
+
<line num="801" count="4" type="stmt"/>
|
|
999
|
+
<line num="807" count="4" type="stmt"/>
|
|
1000
|
+
<line num="811" count="14" type="stmt"/>
|
|
1001
|
+
<line num="812" count="14" type="stmt"/>
|
|
1002
|
+
<line num="813" count="37" type="stmt"/>
|
|
1003
|
+
<line num="814" count="37" type="stmt"/>
|
|
1004
|
+
<line num="816" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
1005
|
+
<line num="817" count="14" type="stmt"/>
|
|
1006
|
+
<line num="818" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
1007
|
+
<line num="819" count="11" type="stmt"/>
|
|
1008
|
+
<line num="820" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1009
|
+
<line num="821" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1010
|
+
<line num="822" count="2" type="stmt"/>
|
|
1011
|
+
<line num="823" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1012
|
+
<line num="824" count="2" type="stmt"/>
|
|
1013
|
+
<line num="826" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1014
|
+
<line num="827" count="4" type="stmt"/>
|
|
1015
|
+
<line num="830" count="4" type="stmt"/>
|
|
1016
|
+
<line num="834" count="14" type="stmt"/>
|
|
1017
|
+
<line num="838" count="2" type="stmt"/>
|
|
1018
|
+
<line num="839" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1019
|
+
<line num="843" count="22" type="stmt"/>
|
|
1020
|
+
<line num="846" count="20" type="stmt"/>
|
|
1021
|
+
<line num="851" count="24" type="stmt"/>
|
|
1022
|
+
<line num="852" count="24" type="stmt"/>
|
|
1023
|
+
<line num="853" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
1024
|
+
<line num="854" count="20" type="stmt"/>
|
|
1025
|
+
<line num="856" count="24" type="stmt"/>
|
|
1026
|
+
<line num="857" count="24" type="stmt"/>
|
|
1027
|
+
<line num="858" count="24" type="stmt"/>
|
|
1028
|
+
<line num="862" count="5" type="stmt"/>
|
|
1029
|
+
<line num="863" count="3" type="stmt"/>
|
|
1030
|
+
<line num="864" count="3" type="stmt"/>
|
|
1031
|
+
<line num="865" count="3" type="stmt"/>
|
|
1032
|
+
<line num="870" count="5" type="stmt"/>
|
|
1033
|
+
<line num="874" count="28" type="stmt"/>
|
|
1034
|
+
<line num="881" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
1035
|
+
<line num="882" count="2" type="stmt"/>
|
|
1036
|
+
<line num="884" count="15" type="stmt"/>
|
|
1037
|
+
<line num="885" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
1038
|
+
<line num="887" count="13" type="stmt"/>
|
|
1039
|
+
<line num="888" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1040
|
+
<line num="891" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
1041
|
+
<line num="892" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1042
|
+
<line num="894" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
1043
|
+
<line num="897" count="13" type="stmt"/>
|
|
1044
|
+
<line num="899" count="13" type="cond" truecount="5" falsecount="0"/>
|
|
1045
|
+
<line num="900" count="6" type="stmt"/>
|
|
1046
|
+
<line num="902" count="7" type="stmt"/>
|
|
1047
|
+
<line num="908" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
1048
|
+
<line num="909" count="1" type="stmt"/>
|
|
1049
|
+
<line num="911" count="10" type="stmt"/>
|
|
1050
|
+
<line num="912" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
1051
|
+
<line num="914" count="9" type="stmt"/>
|
|
1052
|
+
<line num="916" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1053
|
+
<line num="919" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
1054
|
+
<line num="920" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1055
|
+
<line num="922" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1056
|
+
<line num="925" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
1057
|
+
<line num="927" count="9" type="stmt"/>
|
|
1058
|
+
<line num="929" count="9" type="cond" truecount="5" falsecount="0"/>
|
|
1059
|
+
<line num="930" count="3" type="stmt"/>
|
|
1060
|
+
<line num="932" count="6" type="stmt"/>
|
|
1061
|
+
<line num="938" count="3" type="stmt"/>
|
|
1062
|
+
<line num="939" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1063
|
+
<line num="940" count="1" type="stmt"/>
|
|
1064
|
+
<line num="941" count="2" type="cond" truecount="5" falsecount="0"/>
|
|
1065
|
+
<line num="942" count="1" type="stmt"/>
|
|
1066
|
+
<line num="947" count="3" type="stmt"/>
|
|
1067
|
+
<line num="948" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1068
|
+
<line num="949" count="2" type="stmt"/>
|
|
1069
|
+
<line num="960" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1070
|
+
<line num="961" count="1" type="stmt"/>
|
|
1071
|
+
<line num="963" count="1" type="stmt"/>
|
|
1072
|
+
<line num="971" count="2" type="stmt"/>
|
|
1073
|
+
<line num="985" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1074
|
+
<line num="986" count="1" type="stmt"/>
|
|
1075
|
+
<line num="994" count="2" type="stmt"/>
|
|
1076
|
+
<line num="1010" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1077
|
+
<line num="1011" count="1" type="stmt"/>
|
|
1078
|
+
<line num="1019" count="1" type="stmt"/>
|
|
1079
|
+
<line num="1030" count="1" type="stmt"/>
|
|
1080
|
+
<line num="1034" count="2" type="stmt"/>
|
|
1076
1081
|
</file>
|
|
1077
1082
|
<file name="interfaces.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
1078
1083
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1079
|
-
<line num="
|
|
1080
|
-
<line num="
|
|
1084
|
+
<line num="121" count="30" type="stmt"/>
|
|
1085
|
+
<line num="122" count="30" type="stmt"/>
|
|
1081
1086
|
</file>
|
|
1082
1087
|
<file name="layout-options.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
|
|
1083
1088
|
<metrics statements="99" coveredstatements="99" conditionals="52" coveredconditionals="52" methods="19" coveredmethods="19"/>
|
|
@@ -1399,38 +1404,36 @@
|
|
|
1399
1404
|
</file>
|
|
1400
1405
|
</package>
|
|
1401
1406
|
<package name="src.components.tek-user-info">
|
|
1402
|
-
<metrics statements="
|
|
1407
|
+
<metrics statements="84" coveredstatements="84" conditionals="45" coveredconditionals="45" methods="32" coveredmethods="32"/>
|
|
1403
1408
|
<file name="TekUserInfoController.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
|
|
1404
|
-
<metrics statements="
|
|
1409
|
+
<metrics statements="27" coveredstatements="27" conditionals="28" coveredconditionals="28" methods="18" coveredmethods="18"/>
|
|
1405
1410
|
<line num="1" count="30" type="stmt"/>
|
|
1406
1411
|
<line num="5" count="30" type="stmt"/>
|
|
1407
1412
|
<line num="9" count="26" type="stmt"/>
|
|
1408
|
-
<line num="13" count="
|
|
1413
|
+
<line num="13" count="30" type="stmt"/>
|
|
1409
1414
|
<line num="17" count="3" type="cond" truecount="6" falsecount="0"/>
|
|
1410
1415
|
<line num="21" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1411
1416
|
<line num="22" count="1" type="stmt"/>
|
|
1412
1417
|
<line num="26" count="3" type="cond" truecount="6" falsecount="0"/>
|
|
1413
1418
|
<line num="30" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1414
1419
|
<line num="31" count="1" type="stmt"/>
|
|
1415
|
-
<line num="35" count="
|
|
1416
|
-
<line num="39" count="
|
|
1417
|
-
<line num="43" count="
|
|
1418
|
-
<line num="47" count="2" type="
|
|
1419
|
-
<line num="
|
|
1420
|
-
<line num="
|
|
1421
|
-
<line num="
|
|
1422
|
-
<line num="
|
|
1423
|
-
<line num="
|
|
1424
|
-
<line num="65" count="
|
|
1420
|
+
<line num="35" count="1" type="stmt"/>
|
|
1421
|
+
<line num="39" count="2" type="stmt"/>
|
|
1422
|
+
<line num="43" count="3" type="stmt"/>
|
|
1423
|
+
<line num="47" count="2" type="cond" truecount="7" falsecount="0"/>
|
|
1424
|
+
<line num="49" count="1" type="stmt"/>
|
|
1425
|
+
<line num="53" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1426
|
+
<line num="55" count="3" type="stmt"/>
|
|
1427
|
+
<line num="57" count="3" type="stmt"/>
|
|
1428
|
+
<line num="61" count="2" type="stmt"/>
|
|
1429
|
+
<line num="65" count="2" type="stmt"/>
|
|
1425
1430
|
<line num="69" count="2" type="stmt"/>
|
|
1426
1431
|
<line num="73" count="2" type="stmt"/>
|
|
1427
|
-
<line num="
|
|
1428
|
-
<line num="
|
|
1429
|
-
<line num="
|
|
1430
|
-
<line num="
|
|
1431
|
-
<line num="
|
|
1432
|
-
<line num="91" count="2" type="stmt"/>
|
|
1433
|
-
<line num="92" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1432
|
+
<line num="74" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1433
|
+
<line num="78" count="2" type="stmt"/>
|
|
1434
|
+
<line num="79" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1435
|
+
<line num="83" count="2" type="stmt"/>
|
|
1436
|
+
<line num="84" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1434
1437
|
</file>
|
|
1435
1438
|
<file name="tek-user-info-list.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info-list.ts">
|
|
1436
1439
|
<metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
|
|
@@ -1457,17 +1460,17 @@
|
|
|
1457
1460
|
<line num="7" count="30" type="stmt"/>
|
|
1458
1461
|
<line num="9" count="30" type="stmt"/>
|
|
1459
1462
|
<line num="11" count="30" type="stmt"/>
|
|
1460
|
-
<line num="19" count="
|
|
1461
|
-
<line num="24" count="
|
|
1462
|
-
<line num="29" count="
|
|
1463
|
-
<line num="34" count="
|
|
1464
|
-
<line num="39" count="
|
|
1465
|
-
<line num="40" count="
|
|
1466
|
-
<line num="41" count="
|
|
1467
|
-
<line num="42" count="
|
|
1468
|
-
<line num="43" count="
|
|
1469
|
-
<line num="45" count="
|
|
1470
|
-
<line num="46" count="
|
|
1463
|
+
<line num="19" count="32" type="stmt"/>
|
|
1464
|
+
<line num="24" count="32" type="stmt"/>
|
|
1465
|
+
<line num="29" count="32" type="stmt"/>
|
|
1466
|
+
<line num="34" count="32" type="stmt"/>
|
|
1467
|
+
<line num="39" count="32" type="stmt"/>
|
|
1468
|
+
<line num="40" count="32" type="stmt"/>
|
|
1469
|
+
<line num="41" count="32" type="stmt"/>
|
|
1470
|
+
<line num="42" count="32" type="stmt"/>
|
|
1471
|
+
<line num="43" count="32" type="stmt"/>
|
|
1472
|
+
<line num="45" count="32" type="stmt"/>
|
|
1473
|
+
<line num="46" count="32" type="stmt"/>
|
|
1471
1474
|
<line num="50" count="15" type="stmt"/>
|
|
1472
1475
|
<line num="60" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1473
1476
|
<line num="61" count="4" type="stmt"/>
|
|
@@ -1525,14 +1528,14 @@
|
|
|
1525
1528
|
<line num="13" count="30" type="stmt"/>
|
|
1526
1529
|
<line num="14" count="30" type="stmt"/>
|
|
1527
1530
|
<line num="35" count="30" type="stmt"/>
|
|
1528
|
-
<line num="38" count="
|
|
1529
|
-
<line num="41" count="
|
|
1530
|
-
<line num="43" count="
|
|
1531
|
-
<line num="47" count="
|
|
1532
|
-
<line num="49" count="
|
|
1533
|
-
<line num="53" count="
|
|
1534
|
-
<line num="54" count="
|
|
1535
|
-
<line num="55" count="
|
|
1531
|
+
<line num="38" count="139" type="stmt"/>
|
|
1532
|
+
<line num="41" count="139" type="stmt"/>
|
|
1533
|
+
<line num="43" count="139" type="stmt"/>
|
|
1534
|
+
<line num="47" count="691" type="cond" truecount="1" falsecount="0"/>
|
|
1535
|
+
<line num="49" count="553" type="stmt"/>
|
|
1536
|
+
<line num="53" count="139" type="stmt"/>
|
|
1537
|
+
<line num="54" count="691" type="stmt"/>
|
|
1538
|
+
<line num="55" count="691" type="stmt"/>
|
|
1536
1539
|
<line num="60" count="41" type="stmt"/>
|
|
1537
1540
|
<line num="266" count="5" type="stmt"/>
|
|
1538
1541
|
<line num="270" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -1562,15 +1565,15 @@
|
|
|
1562
1565
|
<line num="315" count="2" type="stmt"/>
|
|
1563
1566
|
<line num="317" count="2" type="stmt"/>
|
|
1564
1567
|
<line num="322" count="1" type="stmt"/>
|
|
1565
|
-
<line num="326" count="
|
|
1566
|
-
<line num="334" count="
|
|
1567
|
-
<line num="342" count="
|
|
1568
|
-
<line num="343" count="
|
|
1568
|
+
<line num="326" count="139" type="stmt"/>
|
|
1569
|
+
<line num="334" count="139" type="stmt"/>
|
|
1570
|
+
<line num="342" count="278" type="stmt"/>
|
|
1571
|
+
<line num="343" count="278" type="cond" truecount="3" falsecount="0"/>
|
|
1569
1572
|
<line num="345" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1570
1573
|
<line num="346" count="18" type="stmt"/>
|
|
1571
1574
|
<line num="348" count="18" type="stmt"/>
|
|
1572
1575
|
<line num="350" count="234" type="stmt"/>
|
|
1573
|
-
<line num="356" count="
|
|
1576
|
+
<line num="356" count="242" type="stmt"/>
|
|
1574
1577
|
<line num="360" count="6" type="stmt"/>
|
|
1575
1578
|
<line num="361" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1576
1579
|
<line num="362" count="9" type="stmt"/>
|
|
@@ -1584,7 +1587,7 @@
|
|
|
1584
1587
|
<line num="376" count="4" type="stmt"/>
|
|
1585
1588
|
<line num="379" count="6" type="stmt"/>
|
|
1586
1589
|
<line num="380" count="6" type="stmt"/>
|
|
1587
|
-
<line num="383" count="
|
|
1590
|
+
<line num="383" count="139" type="stmt"/>
|
|
1588
1591
|
<line num="403" count="2" type="stmt"/>
|
|
1589
1592
|
<line num="407" count="4" type="stmt"/>
|
|
1590
1593
|
<line num="411" count="30" type="stmt"/>
|
|
@@ -1627,10 +1630,10 @@
|
|
|
1627
1630
|
<file name="button-option.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
|
|
1628
1631
|
<metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
1629
1632
|
<line num="4" count="30" type="stmt"/>
|
|
1630
|
-
<line num="8" count="
|
|
1631
|
-
<line num="14" count="
|
|
1632
|
-
<line num="15" count="
|
|
1633
|
-
<line num="16" count="
|
|
1633
|
+
<line num="8" count="555" type="stmt"/>
|
|
1634
|
+
<line num="14" count="555" type="stmt"/>
|
|
1635
|
+
<line num="15" count="555" type="cond" truecount="2" falsecount="0"/>
|
|
1636
|
+
<line num="16" count="555" type="stmt"/>
|
|
1634
1637
|
<line num="23" count="1" type="stmt"/>
|
|
1635
1638
|
</file>
|
|
1636
1639
|
<file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
|
|
@@ -1642,23 +1645,23 @@
|
|
|
1642
1645
|
<file name="multi-option.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
|
|
1643
1646
|
<metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
|
|
1644
1647
|
<line num="9" count="30" type="stmt"/>
|
|
1645
|
-
<line num="13" count="
|
|
1646
|
-
<line num="17" count="
|
|
1647
|
-
<line num="21" count="
|
|
1648
|
-
<line num="22" count="
|
|
1649
|
-
<line num="34" count="
|
|
1650
|
-
<line num="35" count="
|
|
1651
|
-
<line num="37" count="
|
|
1648
|
+
<line num="13" count="142" type="stmt"/>
|
|
1649
|
+
<line num="17" count="1136" type="stmt"/>
|
|
1650
|
+
<line num="21" count="284" type="stmt"/>
|
|
1651
|
+
<line num="22" count="284" type="stmt"/>
|
|
1652
|
+
<line num="34" count="284" type="stmt"/>
|
|
1653
|
+
<line num="35" count="284" type="cond" truecount="2" falsecount="0"/>
|
|
1654
|
+
<line num="37" count="284" type="stmt"/>
|
|
1652
1655
|
<line num="44" count="2" type="stmt"/>
|
|
1653
|
-
<line num="50" count="
|
|
1654
|
-
<line num="52" count="
|
|
1655
|
-
<line num="63" count="
|
|
1656
|
-
<line num="65" count="
|
|
1657
|
-
<line num="76" count="
|
|
1658
|
-
<line num="78" count="
|
|
1656
|
+
<line num="50" count="284" type="stmt"/>
|
|
1657
|
+
<line num="52" count="284" type="stmt"/>
|
|
1658
|
+
<line num="63" count="142" type="stmt"/>
|
|
1659
|
+
<line num="65" count="284" type="stmt"/>
|
|
1660
|
+
<line num="76" count="142" type="stmt"/>
|
|
1661
|
+
<line num="78" count="142" type="stmt"/>
|
|
1659
1662
|
<line num="83" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1660
|
-
<line num="87" count="
|
|
1661
|
-
<line num="94" count="
|
|
1663
|
+
<line num="87" count="142" type="stmt"/>
|
|
1664
|
+
<line num="94" count="142" type="stmt"/>
|
|
1662
1665
|
</file>
|
|
1663
1666
|
</package>
|
|
1664
1667
|
<package name="src.utils.report-filter">
|
|
@@ -1695,7 +1698,7 @@
|
|
|
1695
1698
|
</file>
|
|
1696
1699
|
<file name="flush-promises-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
|
|
1697
1700
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1698
|
-
<line num="1" count="
|
|
1701
|
+
<line num="1" count="27" type="stmt"/>
|
|
1699
1702
|
<line num="3" count="1" type="stmt"/>
|
|
1700
1703
|
</file>
|
|
1701
1704
|
<file name="get-child-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
|