@zeedhi/teknisa-components-common 1.120.0 → 1.120.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +314 -297
- package/coverage/coverage-final.json +47 -47
- package/coverage/lcov-report/index.html +9 -9
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +3 -3
- package/coverage/lcov-report/tests/__helpers__/flush-promises-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +3 -3
- package/coverage/lcov-report/tests/__helpers__/index.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/index.ts.html +4 -4
- package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +3 -3
- package/coverage/lcov.info +431 -391
- package/dist/tek-components-common.esm.js +101 -1
- package/dist/tek-components-common.umd.js +101 -1
- package/package.json +2 -2
- package/tests/unit/components/tek-grid/layout_options.spec.ts +103 -1
- package/types/components/tek-ag-grid/default-icons.d.ts +53 -0
- package/types/components/tek-ag-grid/interfaces.d.ts +9 -0
- package/types/components/tek-ag-grid/tek-ag-grid.d.ts +35 -0
- package/types/components/tek-datasource/datasource.d.ts +94 -0
- package/types/components/tek-grid/default-icons.d.ts +53 -0
- package/types/components/tek-grid/filter-dynamic-values.d.ts +9 -0
- package/types/components/tek-grid/grid-controller.d.ts +19 -0
- package/types/components/tek-grid/grid_column.d.ts +14 -0
- package/types/components/tek-grid/grid_controller.d.ts +15 -0
- package/types/components/tek-grid/interfaces.d.ts +5 -1
- package/types/components/tek-grid/layout-options.d.ts +4 -0
- package/types/components/tek-grid/tek-grid.d.ts +35 -0
- package/types/components/tek-login/interfaces.d.ts +3 -0
- package/types/components/tek-login/login-children.d.ts +3 -0
- package/types/components/tek-login/login.d.ts +58 -0
- package/types/components/tek-login/login_children.d.ts +3 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1775075049212" clover="3.2.0">
|
|
3
|
+
<project timestamp="1775075049213" name="All files">
|
|
4
|
+
<metrics statements="1811" coveredstatements="1811" conditionals="797" coveredconditionals="797" methods="447" coveredmethods="447" elements="3055" coveredelements="3055" complexity="0" loc="1811" ncloc="1811" packages="22" files="47" classes="47"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
|
-
<file name="index.ts" path="/
|
|
7
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
|
|
8
8
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
9
9
|
<line num="1" count="26" type="stmt"/>
|
|
10
10
|
<line num="3" count="26" type="stmt"/>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</package>
|
|
15
15
|
<package name="src.components">
|
|
16
16
|
<metrics statements="43" coveredstatements="43" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
17
|
-
<file name="index.ts" path="/
|
|
17
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
|
|
18
18
|
<metrics statements="43" coveredstatements="43" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
19
19
|
<line num="1" count="30" type="stmt"/>
|
|
20
20
|
<line num="3" count="30" type="stmt"/>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
</package>
|
|
64
64
|
<package name="src.components.crud">
|
|
65
65
|
<metrics statements="128" coveredstatements="128" conditionals="80" coveredconditionals="80" methods="29" coveredmethods="29"/>
|
|
66
|
-
<file name="crud-add-button.ts" path="/
|
|
66
|
+
<file name="crud-add-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
|
|
67
67
|
<metrics statements="15" coveredstatements="15" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
|
|
68
68
|
<line num="1" count="30" type="stmt"/>
|
|
69
69
|
<line num="3" count="30" type="stmt"/>
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<line num="44" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
82
82
|
<line num="53" count="1" type="stmt"/>
|
|
83
83
|
</file>
|
|
84
|
-
<file name="crud-button.ts" path="/
|
|
84
|
+
<file name="crud-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
|
|
85
85
|
<metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
|
|
86
86
|
<line num="1" count="30" type="stmt"/>
|
|
87
87
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<line num="64" count="1" type="stmt"/>
|
|
103
103
|
<line num="67" count="22" type="stmt"/>
|
|
104
104
|
</file>
|
|
105
|
-
<file name="crud-cancel-button.ts" path="/
|
|
105
|
+
<file name="crud-cancel-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
|
|
106
106
|
<metrics statements="20" coveredstatements="20" conditionals="15" coveredconditionals="15" methods="4" coveredmethods="4"/>
|
|
107
107
|
<line num="1" count="30" type="stmt"/>
|
|
108
108
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<line num="46" count="1" type="stmt"/>
|
|
126
126
|
<line num="52" count="6" type="stmt"/>
|
|
127
127
|
</file>
|
|
128
|
-
<file name="crud-delete-button.ts" path="/
|
|
128
|
+
<file name="crud-delete-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
|
|
129
129
|
<metrics statements="24" coveredstatements="24" conditionals="23" coveredconditionals="23" methods="6" coveredmethods="6"/>
|
|
130
130
|
<line num="1" count="30" type="stmt"/>
|
|
131
131
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
<line num="69" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
153
153
|
<line num="73" count="8" type="cond" truecount="3" falsecount="0"/>
|
|
154
154
|
</file>
|
|
155
|
-
<file name="crud-form.ts" path="/
|
|
155
|
+
<file name="crud-form.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
|
|
156
156
|
<metrics statements="30" coveredstatements="30" conditionals="10" coveredconditionals="10" methods="9" coveredmethods="9"/>
|
|
157
157
|
<line num="1" count="30" type="stmt"/>
|
|
158
158
|
<line num="8" count="30" type="stmt"/>
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
<line num="95" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
186
186
|
<line num="96" count="2" type="stmt"/>
|
|
187
187
|
</file>
|
|
188
|
-
<file name="crud-save-button.ts" path="/
|
|
188
|
+
<file name="crud-save-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
|
|
189
189
|
<metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
|
|
190
190
|
<line num="1" count="30" type="stmt"/>
|
|
191
191
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
</package>
|
|
213
213
|
<package name="src.components.tek-breadcrumb-header">
|
|
214
214
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
215
|
-
<file name="breadcrumb-header.ts" path="/
|
|
215
|
+
<file name="breadcrumb-header.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
|
|
216
216
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
217
217
|
<line num="1" count="30" type="stmt"/>
|
|
218
218
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
</package>
|
|
228
228
|
<package name="src.components.tek-card-title">
|
|
229
229
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
230
|
-
<file name="card-title.ts" path="/
|
|
230
|
+
<file name="card-title.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
|
|
231
231
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
232
232
|
<line num="1" count="30" type="stmt"/>
|
|
233
233
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -249,12 +249,12 @@
|
|
|
249
249
|
</package>
|
|
250
250
|
<package name="src.components.tek-datasource">
|
|
251
251
|
<metrics statements="201" coveredstatements="201" conditionals="132" coveredconditionals="132" methods="50" coveredmethods="50"/>
|
|
252
|
-
<file name="interfaces.ts" path="/
|
|
252
|
+
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
|
|
253
253
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
254
254
|
<line num="19" count="30" type="stmt"/>
|
|
255
255
|
<line num="33" count="30" type="stmt"/>
|
|
256
256
|
</file>
|
|
257
|
-
<file name="memory-datasource.ts" path="/
|
|
257
|
+
<file name="memory-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
|
|
258
258
|
<metrics statements="121" coveredstatements="121" conditionals="89" coveredconditionals="89" methods="31" coveredmethods="31"/>
|
|
259
259
|
<line num="1" count="30" type="stmt"/>
|
|
260
260
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
<line num="318" count="42" type="stmt"/>
|
|
379
379
|
<line num="322" count="30" type="stmt"/>
|
|
380
380
|
</file>
|
|
381
|
-
<file name="rest-datasource.ts" path="/
|
|
381
|
+
<file name="rest-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
|
|
382
382
|
<metrics statements="78" coveredstatements="78" conditionals="43" coveredconditionals="43" methods="19" coveredmethods="19"/>
|
|
383
383
|
<line num="1" count="30" type="stmt"/>
|
|
384
384
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
</package>
|
|
463
463
|
<package name="src.components.tek-drag-grid">
|
|
464
464
|
<metrics statements="28" coveredstatements="28" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
|
|
465
|
-
<file name="tek-drag-grid.ts" path="/
|
|
465
|
+
<file name="tek-drag-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-drag-grid/tek-drag-grid.ts">
|
|
466
466
|
<metrics statements="28" coveredstatements="28" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
|
|
467
467
|
<line num="1" count="30" type="stmt"/>
|
|
468
468
|
<line num="3" count="30" type="stmt"/>
|
|
@@ -495,8 +495,8 @@
|
|
|
495
495
|
</file>
|
|
496
496
|
</package>
|
|
497
497
|
<package name="src.components.tek-grid">
|
|
498
|
-
<metrics statements="
|
|
499
|
-
<file name="filter-helper.ts" path="/
|
|
498
|
+
<metrics statements="861" coveredstatements="861" conditionals="388" coveredconditionals="388" methods="198" coveredmethods="198"/>
|
|
499
|
+
<file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
|
|
500
500
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
501
501
|
<line num="1" count="30" type="stmt"/>
|
|
502
502
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
<line num="14" count="2" type="stmt"/>
|
|
506
506
|
<line num="18" count="2" type="stmt"/>
|
|
507
507
|
</file>
|
|
508
|
-
<file name="grid-column.ts" path="/
|
|
508
|
+
<file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
|
|
509
509
|
<metrics statements="79" coveredstatements="79" conditionals="24" coveredconditionals="24" methods="19" coveredmethods="19"/>
|
|
510
510
|
<line num="1" count="30" type="stmt"/>
|
|
511
511
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -567,27 +567,27 @@
|
|
|
567
567
|
<line num="171" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
568
568
|
<line num="174" count="10" type="stmt"/>
|
|
569
569
|
<line num="181" count="10" type="stmt"/>
|
|
570
|
-
<line num="185" count="
|
|
571
|
-
<line num="189" count="
|
|
572
|
-
<line num="190" count="
|
|
573
|
-
<line num="191" count="
|
|
570
|
+
<line num="185" count="1249" type="stmt"/>
|
|
571
|
+
<line num="189" count="310" type="stmt"/>
|
|
572
|
+
<line num="190" count="310" type="stmt"/>
|
|
573
|
+
<line num="191" count="310" type="cond" truecount="1" falsecount="0"/>
|
|
574
574
|
<line num="192" count="50" type="stmt"/>
|
|
575
|
-
<line num="197" count="
|
|
576
|
-
<line num="201" count="
|
|
577
|
-
<line num="202" count="
|
|
578
|
-
<line num="203" count="
|
|
575
|
+
<line num="197" count="798" type="stmt"/>
|
|
576
|
+
<line num="201" count="309" type="stmt"/>
|
|
577
|
+
<line num="202" count="309" type="stmt"/>
|
|
578
|
+
<line num="203" count="309" type="cond" truecount="1" falsecount="0"/>
|
|
579
579
|
<line num="204" count="21" type="stmt"/>
|
|
580
|
-
<line num="209" count="
|
|
581
|
-
<line num="213" count="
|
|
582
|
-
<line num="214" count="
|
|
583
|
-
<line num="215" count="
|
|
580
|
+
<line num="209" count="471" type="stmt"/>
|
|
581
|
+
<line num="213" count="307" type="stmt"/>
|
|
582
|
+
<line num="214" count="307" type="stmt"/>
|
|
583
|
+
<line num="215" count="307" type="cond" truecount="1" falsecount="0"/>
|
|
584
584
|
<line num="216" count="1" type="stmt"/>
|
|
585
|
-
<line num="221" count="
|
|
586
|
-
<line num="225" count="
|
|
585
|
+
<line num="221" count="701" type="cond" truecount="2" falsecount="0"/>
|
|
586
|
+
<line num="225" count="924" type="stmt"/>
|
|
587
587
|
<line num="230" count="72" type="stmt"/>
|
|
588
588
|
<line num="231" count="1" type="stmt"/>
|
|
589
589
|
</file>
|
|
590
|
-
<file name="grid-columns-button-controller.ts" path="/
|
|
590
|
+
<file name="grid-columns-button-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
|
|
591
591
|
<metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="7" methods="3" coveredmethods="3"/>
|
|
592
592
|
<line num="1" count="30" type="stmt"/>
|
|
593
593
|
<line num="5" count="30" type="stmt"/>
|
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
<line num="25" count="2" type="stmt"/>
|
|
605
605
|
<line num="26" count="2" type="stmt"/>
|
|
606
606
|
</file>
|
|
607
|
-
<file name="grid-columns-button.ts" path="/
|
|
607
|
+
<file name="grid-columns-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
|
|
608
608
|
<metrics statements="16" coveredstatements="16" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
609
609
|
<line num="1" count="30" type="stmt"/>
|
|
610
610
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -623,7 +623,7 @@
|
|
|
623
623
|
<line num="28" count="5" type="stmt"/>
|
|
624
624
|
<line num="33" count="2" type="stmt"/>
|
|
625
625
|
</file>
|
|
626
|
-
<file name="grid-filter-button.ts" path="/
|
|
626
|
+
<file name="grid-filter-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
|
|
627
627
|
<metrics statements="150" coveredstatements="150" conditionals="94" coveredconditionals="94" methods="30" coveredmethods="30"/>
|
|
628
628
|
<line num="1" count="30" type="stmt"/>
|
|
629
629
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
<line num="425" count="4" type="cond" truecount="7" falsecount="0"/>
|
|
777
777
|
<line num="426" count="2" type="stmt"/>
|
|
778
778
|
</file>
|
|
779
|
-
<file name="grid.ts" path="/
|
|
779
|
+
<file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
|
|
780
780
|
<metrics statements="474" coveredstatements="474" conditionals="194" coveredconditionals="194" methods="113" coveredmethods="113"/>
|
|
781
781
|
<line num="1" count="30" type="stmt"/>
|
|
782
782
|
<line num="12" count="30" type="stmt"/>
|
|
@@ -788,93 +788,93 @@
|
|
|
788
788
|
<line num="28" count="30" type="stmt"/>
|
|
789
789
|
<line num="43" count="30" type="stmt"/>
|
|
790
790
|
<line num="46" count="30" type="stmt"/>
|
|
791
|
-
<line num="48" count="
|
|
792
|
-
<line num="51" count="
|
|
793
|
-
<line num="54" count="
|
|
794
|
-
<line num="57" count="
|
|
795
|
-
<line num="60" count="
|
|
796
|
-
<line num="63" count="
|
|
797
|
-
<line num="66" count="
|
|
798
|
-
<line num="69" count="
|
|
799
|
-
<line num="72" count="
|
|
800
|
-
<line num="75" count="
|
|
801
|
-
<line num="78" count="
|
|
802
|
-
<line num="81" count="
|
|
803
|
-
<line num="90" count="
|
|
804
|
-
<line num="95" count="
|
|
805
|
-
<line num="101" count="
|
|
806
|
-
<line num="107" count="
|
|
807
|
-
<line num="116" count="
|
|
808
|
-
<line num="132" count="
|
|
809
|
-
<line num="137" count="
|
|
810
|
-
<line num="142" count="
|
|
811
|
-
<line num="188" count="
|
|
812
|
-
<line num="193" count="
|
|
813
|
-
<line num="195" count="
|
|
814
|
-
<line num="197" count="
|
|
815
|
-
<line num="199" count="
|
|
816
|
-
<line num="201" count="
|
|
817
|
-
<line num="203" count="
|
|
818
|
-
<line num="213" count="
|
|
819
|
-
<line num="217" count="
|
|
820
|
-
<line num="219" count="
|
|
821
|
-
<line num="221" count="
|
|
822
|
-
<line num="223" count="
|
|
823
|
-
<line num="232" count="
|
|
824
|
-
<line num="233" count="
|
|
825
|
-
<line num="234" count="
|
|
826
|
-
<line num="239" count="
|
|
827
|
-
<line num="244" count="
|
|
828
|
-
<line num="249" count="
|
|
829
|
-
<line num="254" count="
|
|
830
|
-
<line num="259" count="
|
|
831
|
-
<line num="264" count="
|
|
832
|
-
<line num="269" count="
|
|
833
|
-
<line num="274" count="
|
|
834
|
-
<line num="279" count="
|
|
835
|
-
<line num="284" count="
|
|
836
|
-
<line num="289" count="
|
|
837
|
-
<line num="294" count="
|
|
838
|
-
<line num="299" count="
|
|
839
|
-
<line num="304" count="
|
|
840
|
-
<line num="309" count="
|
|
841
|
-
<line num="314" count="
|
|
842
|
-
<line num="319" count="
|
|
843
|
-
<line num="320" count="
|
|
844
|
-
<line num="325" count="
|
|
845
|
-
<line num="330" count="
|
|
846
|
-
<line num="335" count="
|
|
847
|
-
<line num="340" count="
|
|
848
|
-
<line num="341" count="
|
|
849
|
-
<line num="342" count="
|
|
850
|
-
<line num="343" count="
|
|
851
|
-
<line num="344" count="
|
|
852
|
-
<line num="345" count="
|
|
853
|
-
<line num="348" count="
|
|
854
|
-
<line num="349" count="
|
|
855
|
-
<line num="351" count="
|
|
791
|
+
<line num="48" count="183" type="stmt"/>
|
|
792
|
+
<line num="51" count="183" type="stmt"/>
|
|
793
|
+
<line num="54" count="183" type="stmt"/>
|
|
794
|
+
<line num="57" count="183" type="stmt"/>
|
|
795
|
+
<line num="60" count="183" type="stmt"/>
|
|
796
|
+
<line num="63" count="183" type="stmt"/>
|
|
797
|
+
<line num="66" count="183" type="stmt"/>
|
|
798
|
+
<line num="69" count="183" type="stmt"/>
|
|
799
|
+
<line num="72" count="183" type="stmt"/>
|
|
800
|
+
<line num="75" count="183" type="stmt"/>
|
|
801
|
+
<line num="78" count="183" type="stmt"/>
|
|
802
|
+
<line num="81" count="183" type="stmt"/>
|
|
803
|
+
<line num="90" count="183" type="stmt"/>
|
|
804
|
+
<line num="95" count="183" type="stmt"/>
|
|
805
|
+
<line num="101" count="183" type="stmt"/>
|
|
806
|
+
<line num="107" count="183" type="stmt"/>
|
|
807
|
+
<line num="116" count="183" type="stmt"/>
|
|
808
|
+
<line num="132" count="183" type="stmt"/>
|
|
809
|
+
<line num="137" count="183" type="stmt"/>
|
|
810
|
+
<line num="142" count="183" type="stmt"/>
|
|
811
|
+
<line num="188" count="183" type="stmt"/>
|
|
812
|
+
<line num="193" count="183" type="stmt"/>
|
|
813
|
+
<line num="195" count="183" type="stmt"/>
|
|
814
|
+
<line num="197" count="183" type="stmt"/>
|
|
815
|
+
<line num="199" count="183" type="stmt"/>
|
|
816
|
+
<line num="201" count="183" type="stmt"/>
|
|
817
|
+
<line num="203" count="183" type="stmt"/>
|
|
818
|
+
<line num="213" count="183" type="stmt"/>
|
|
819
|
+
<line num="217" count="183" type="cond" truecount="2" falsecount="0"/>
|
|
820
|
+
<line num="219" count="183" type="stmt"/>
|
|
821
|
+
<line num="221" count="183" type="stmt"/>
|
|
822
|
+
<line num="223" count="183" type="stmt"/>
|
|
823
|
+
<line num="232" count="183" type="stmt"/>
|
|
824
|
+
<line num="233" count="183" type="stmt"/>
|
|
825
|
+
<line num="234" count="183" type="stmt"/>
|
|
826
|
+
<line num="239" count="183" type="stmt"/>
|
|
827
|
+
<line num="244" count="183" type="stmt"/>
|
|
828
|
+
<line num="249" count="183" type="stmt"/>
|
|
829
|
+
<line num="254" count="183" type="stmt"/>
|
|
830
|
+
<line num="259" count="183" type="stmt"/>
|
|
831
|
+
<line num="264" count="183" type="stmt"/>
|
|
832
|
+
<line num="269" count="183" type="stmt"/>
|
|
833
|
+
<line num="274" count="183" type="stmt"/>
|
|
834
|
+
<line num="279" count="183" type="stmt"/>
|
|
835
|
+
<line num="284" count="183" type="stmt"/>
|
|
836
|
+
<line num="289" count="183" type="stmt"/>
|
|
837
|
+
<line num="294" count="183" type="stmt"/>
|
|
838
|
+
<line num="299" count="183" type="stmt"/>
|
|
839
|
+
<line num="304" count="183" type="stmt"/>
|
|
840
|
+
<line num="309" count="183" type="stmt"/>
|
|
841
|
+
<line num="314" count="183" type="stmt"/>
|
|
842
|
+
<line num="319" count="183" type="cond" truecount="2" falsecount="0"/>
|
|
843
|
+
<line num="320" count="183" type="stmt"/>
|
|
844
|
+
<line num="325" count="183" type="stmt"/>
|
|
845
|
+
<line num="330" count="183" type="stmt"/>
|
|
846
|
+
<line num="335" count="183" type="stmt"/>
|
|
847
|
+
<line num="340" count="183" type="stmt"/>
|
|
848
|
+
<line num="341" count="183" type="stmt"/>
|
|
849
|
+
<line num="342" count="183" type="stmt"/>
|
|
850
|
+
<line num="343" count="183" type="stmt"/>
|
|
851
|
+
<line num="344" count="183" type="stmt"/>
|
|
852
|
+
<line num="345" count="183" type="stmt"/>
|
|
853
|
+
<line num="348" count="183" type="cond" truecount="2" falsecount="0"/>
|
|
854
|
+
<line num="349" count="183" type="stmt"/>
|
|
855
|
+
<line num="351" count="183" type="cond" truecount="1" falsecount="0"/>
|
|
856
856
|
<line num="352" count="9" type="stmt"/>
|
|
857
|
-
<line num="355" count="
|
|
857
|
+
<line num="355" count="183" type="stmt"/>
|
|
858
858
|
<line num="364" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
859
859
|
<line num="365" count="1" type="stmt"/>
|
|
860
860
|
<line num="368" count="1" type="stmt"/>
|
|
861
861
|
<line num="377" count="1" type="stmt"/>
|
|
862
862
|
<line num="380" count="1" type="stmt"/>
|
|
863
863
|
<line num="381" count="1" type="stmt"/>
|
|
864
|
-
<line num="389" count="
|
|
865
|
-
<line num="391" count="
|
|
866
|
-
<line num="393" count="
|
|
867
|
-
<line num="394" count="
|
|
868
|
-
<line num="395" count="
|
|
869
|
-
<line num="399" count="
|
|
870
|
-
<line num="402" count="
|
|
871
|
-
<line num="405" count="
|
|
864
|
+
<line num="389" count="183" type="stmt"/>
|
|
865
|
+
<line num="391" count="183" type="stmt"/>
|
|
866
|
+
<line num="393" count="183" type="stmt"/>
|
|
867
|
+
<line num="394" count="183" type="stmt"/>
|
|
868
|
+
<line num="395" count="183" type="stmt"/>
|
|
869
|
+
<line num="399" count="183" type="stmt"/>
|
|
870
|
+
<line num="402" count="183" type="stmt"/>
|
|
871
|
+
<line num="405" count="183" type="cond" truecount="1" falsecount="0"/>
|
|
872
872
|
<line num="406" count="63" type="stmt"/>
|
|
873
|
-
<line num="409" count="
|
|
873
|
+
<line num="409" count="120" type="cond" truecount="3" falsecount="0"/>
|
|
874
874
|
<line num="410" count="1" type="stmt"/>
|
|
875
875
|
<line num="411" count="1" type="stmt"/>
|
|
876
876
|
<line num="412" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
877
|
-
<line num="415" count="
|
|
877
|
+
<line num="415" count="119" type="stmt"/>
|
|
878
878
|
<line num="419" count="47" type="stmt"/>
|
|
879
879
|
<line num="420" count="47" type="stmt"/>
|
|
880
880
|
<line num="424" count="47" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
<line num="455" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
891
891
|
<line num="456" count="1" type="stmt"/>
|
|
892
892
|
<line num="462" count="1" type="stmt"/>
|
|
893
|
-
<line num="470" count="
|
|
893
|
+
<line num="470" count="272" type="stmt"/>
|
|
894
894
|
<line num="474" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
895
895
|
<line num="478" count="1" type="stmt"/>
|
|
896
896
|
<line num="479" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -943,11 +943,11 @@
|
|
|
943
943
|
<line num="597" count="1" type="stmt"/>
|
|
944
944
|
<line num="598" count="1" type="stmt"/>
|
|
945
945
|
<line num="601" count="1" type="stmt"/>
|
|
946
|
-
<line num="605" count="
|
|
947
|
-
<line num="607" count="
|
|
948
|
-
<line num="616" count="
|
|
949
|
-
<line num="619" count="
|
|
950
|
-
<line num="622" count="
|
|
946
|
+
<line num="605" count="183" type="stmt"/>
|
|
947
|
+
<line num="607" count="183" type="stmt"/>
|
|
948
|
+
<line num="616" count="183" type="stmt"/>
|
|
949
|
+
<line num="619" count="19" type="stmt"/>
|
|
950
|
+
<line num="622" count="183" type="stmt"/>
|
|
951
951
|
<line num="628" count="30" type="stmt"/>
|
|
952
952
|
<line num="629" count="30" type="stmt"/>
|
|
953
953
|
<line num="631" count="30" type="stmt"/>
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
<line num="647" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
963
963
|
<line num="651" count="24" type="stmt"/>
|
|
964
964
|
<line num="654" count="29" type="stmt"/>
|
|
965
|
-
<line num="658" count="
|
|
965
|
+
<line num="658" count="183" type="stmt"/>
|
|
966
966
|
<line num="660" count="30" type="stmt"/>
|
|
967
967
|
<line num="666" count="30" type="stmt"/>
|
|
968
968
|
<line num="668" count="30" type="stmt"/>
|
|
@@ -1253,121 +1253,138 @@
|
|
|
1253
1253
|
<line num="1480" count="7" type="stmt"/>
|
|
1254
1254
|
<line num="1481" count="7" type="stmt"/>
|
|
1255
1255
|
</file>
|
|
1256
|
-
<file name="interfaces.ts" path="/
|
|
1256
|
+
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
1257
1257
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1258
|
-
<line num="
|
|
1259
|
-
<line num="
|
|
1258
|
+
<line num="135" count="30" type="stmt"/>
|
|
1259
|
+
<line num="136" count="30" type="stmt"/>
|
|
1260
1260
|
</file>
|
|
1261
|
-
<file name="layout-options.ts" path="/
|
|
1262
|
-
<metrics statements="
|
|
1261
|
+
<file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
|
|
1262
|
+
<metrics statements="120" coveredstatements="120" conditionals="68" coveredconditionals="68" methods="24" coveredmethods="24"/>
|
|
1263
1263
|
<line num="1" count="30" type="stmt"/>
|
|
1264
|
-
<line num="
|
|
1265
|
-
<line num="
|
|
1266
|
-
<line num="
|
|
1267
|
-
<line num="
|
|
1268
|
-
<line num="
|
|
1269
|
-
<line num="
|
|
1270
|
-
<line num="
|
|
1271
|
-
<line num="
|
|
1272
|
-
<line num="
|
|
1273
|
-
<line num="
|
|
1274
|
-
<line num="
|
|
1275
|
-
<line num="
|
|
1276
|
-
<line num="
|
|
1277
|
-
<line num="
|
|
1278
|
-
<line num="
|
|
1279
|
-
<line num="
|
|
1280
|
-
<line num="
|
|
1281
|
-
<line num="
|
|
1282
|
-
<line num="
|
|
1283
|
-
<line num="
|
|
1284
|
-
<line num="
|
|
1285
|
-
<line num="
|
|
1286
|
-
<line num="
|
|
1287
|
-
<line num="
|
|
1288
|
-
<line num="
|
|
1289
|
-
<line num="
|
|
1290
|
-
<line num="
|
|
1291
|
-
<line num="
|
|
1292
|
-
<line num="
|
|
1293
|
-
<line num="
|
|
1294
|
-
<line num="
|
|
1295
|
-
<line num="
|
|
1296
|
-
<line num="
|
|
1297
|
-
<line num="
|
|
1298
|
-
<line num="
|
|
1299
|
-
<line num="
|
|
1300
|
-
<line num="
|
|
1301
|
-
<line num="
|
|
1302
|
-
<line num="
|
|
1303
|
-
<line num="
|
|
1304
|
-
<line num="
|
|
1305
|
-
<line num="
|
|
1306
|
-
<line num="
|
|
1307
|
-
<line num="
|
|
1308
|
-
<line num="
|
|
1309
|
-
<line num="
|
|
1310
|
-
<line num="
|
|
1311
|
-
<line num="
|
|
1312
|
-
<line num="
|
|
1313
|
-
<line num="
|
|
1314
|
-
<line num="
|
|
1315
|
-
<line num="
|
|
1316
|
-
<line num="
|
|
1317
|
-
<line num="
|
|
1318
|
-
<line num="144" count="1" type="stmt"/>
|
|
1319
|
-
<line num="147" count="1" type="stmt"/>
|
|
1320
|
-
<line num="151" count="11" type="stmt"/>
|
|
1321
|
-
<line num="152" count="11" type="stmt"/>
|
|
1322
|
-
<line num="154" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
1323
|
-
<line num="155" count="3" type="stmt"/>
|
|
1324
|
-
<line num="158" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
1325
|
-
<line num="159" count="4" type="stmt"/>
|
|
1326
|
-
<line num="162" count="11" type="stmt"/>
|
|
1327
|
-
<line num="166" count="10" type="stmt"/>
|
|
1328
|
-
<line num="168" count="10" type="stmt"/>
|
|
1329
|
-
<line num="173" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1330
|
-
<line num="174" count="10" type="cond" truecount="4" falsecount="0"/>
|
|
1331
|
-
<line num="175" count="1" type="stmt"/>
|
|
1332
|
-
<line num="176" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1333
|
-
<line num="177" count="1" type="stmt"/>
|
|
1334
|
-
<line num="178" count="1" type="stmt"/>
|
|
1335
|
-
<line num="180" count="8" type="stmt"/>
|
|
1336
|
-
<line num="185" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1337
|
-
<line num="186" count="1" type="stmt"/>
|
|
1338
|
-
<line num="187" count="1" type="stmt"/>
|
|
1339
|
-
<line num="190" count="2" type="stmt"/>
|
|
1340
|
-
<line num="192" count="2" type="stmt"/>
|
|
1341
|
-
<line num="196" count="1" type="stmt"/>
|
|
1342
|
-
<line num="197" count="1" type="stmt"/>
|
|
1343
|
-
<line num="198" count="1" type="stmt"/>
|
|
1344
|
-
<line num="199" count="1" type="stmt"/>
|
|
1264
|
+
<line num="4" count="30" type="stmt"/>
|
|
1265
|
+
<line num="7" count="30" type="stmt"/>
|
|
1266
|
+
<line num="18" count="30" type="stmt"/>
|
|
1267
|
+
<line num="21" count="21" type="stmt"/>
|
|
1268
|
+
<line num="23" count="21" type="stmt"/>
|
|
1269
|
+
<line num="25" count="21" type="stmt"/>
|
|
1270
|
+
<line num="27" count="21" type="stmt"/>
|
|
1271
|
+
<line num="33" count="21" type="stmt"/>
|
|
1272
|
+
<line num="35" count="21" type="stmt"/>
|
|
1273
|
+
<line num="37" count="21" type="stmt"/>
|
|
1274
|
+
<line num="39" count="21" type="stmt"/>
|
|
1275
|
+
<line num="47" count="19" type="stmt"/>
|
|
1276
|
+
<line num="48" count="19" type="stmt"/>
|
|
1277
|
+
<line num="55" count="18" type="stmt"/>
|
|
1278
|
+
<line num="57" count="19" type="stmt"/>
|
|
1279
|
+
<line num="61" count="19" type="stmt"/>
|
|
1280
|
+
<line num="62" count="19" type="stmt"/>
|
|
1281
|
+
<line num="64" count="19" type="stmt"/>
|
|
1282
|
+
<line num="65" count="19" type="stmt"/>
|
|
1283
|
+
<line num="68" count="19" type="stmt"/>
|
|
1284
|
+
<line num="69" count="59" type="stmt"/>
|
|
1285
|
+
<line num="84" count="19" type="stmt"/>
|
|
1286
|
+
<line num="86" count="19" type="stmt"/>
|
|
1287
|
+
<line num="88" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
1288
|
+
<line num="89" count="18" type="stmt"/>
|
|
1289
|
+
<line num="92" count="19" type="stmt"/>
|
|
1290
|
+
<line num="93" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
1291
|
+
<line num="94" count="16" type="stmt"/>
|
|
1292
|
+
<line num="95" count="16" type="stmt"/>
|
|
1293
|
+
<line num="96" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
1294
|
+
<line num="97" count="4" type="stmt"/>
|
|
1295
|
+
<line num="98" count="4" type="stmt"/>
|
|
1296
|
+
<line num="104" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
1297
|
+
<line num="106" count="19" type="cond" truecount="3" falsecount="0"/>
|
|
1298
|
+
<line num="107" count="2" type="stmt"/>
|
|
1299
|
+
<line num="110" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
1300
|
+
<line num="111" count="3" type="stmt"/>
|
|
1301
|
+
<line num="112" count="3" type="stmt"/>
|
|
1302
|
+
<line num="113" count="3" type="stmt"/>
|
|
1303
|
+
<line num="114" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1304
|
+
<line num="119" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
1305
|
+
<line num="123" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
1306
|
+
<line num="124" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
1307
|
+
<line num="125" count="71" type="stmt"/>
|
|
1308
|
+
<line num="127" count="3" type="stmt"/>
|
|
1309
|
+
<line num="131" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1310
|
+
<line num="133" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
1311
|
+
<line num="142" count="4" type="stmt"/>
|
|
1312
|
+
<line num="143" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1313
|
+
<line num="144" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1314
|
+
<line num="145" count="1" type="stmt"/>
|
|
1315
|
+
<line num="188" count="1" type="stmt"/>
|
|
1316
|
+
<line num="189" count="1" type="stmt"/>
|
|
1317
|
+
<line num="200" count="1" type="stmt"/>
|
|
1345
1318
|
<line num="201" count="1" type="stmt"/>
|
|
1346
|
-
<line num="
|
|
1347
|
-
<line num="
|
|
1348
|
-
<line num="
|
|
1349
|
-
<line num="
|
|
1350
|
-
<line num="
|
|
1351
|
-
<line num="
|
|
1352
|
-
<line num="
|
|
1353
|
-
<line num="
|
|
1354
|
-
<line num="
|
|
1355
|
-
<line num="
|
|
1356
|
-
<line num="
|
|
1357
|
-
<line num="
|
|
1358
|
-
<line num="
|
|
1359
|
-
<line num="
|
|
1360
|
-
<line num="
|
|
1361
|
-
<line num="
|
|
1362
|
-
<line num="
|
|
1363
|
-
<line num="
|
|
1364
|
-
<line num="
|
|
1365
|
-
<line num="
|
|
1319
|
+
<line num="211" count="2" type="stmt"/>
|
|
1320
|
+
<line num="213" count="2" type="stmt"/>
|
|
1321
|
+
<line num="218" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1322
|
+
<line num="219" count="1" type="stmt"/>
|
|
1323
|
+
<line num="220" count="1" type="stmt"/>
|
|
1324
|
+
<line num="223" count="4" type="stmt"/>
|
|
1325
|
+
<line num="224" count="4" type="stmt"/>
|
|
1326
|
+
<line num="225" count="4" type="stmt"/>
|
|
1327
|
+
<line num="229" count="6" type="stmt"/>
|
|
1328
|
+
<line num="230" count="6" type="stmt"/>
|
|
1329
|
+
<line num="232" count="6" type="stmt"/>
|
|
1330
|
+
<line num="236" count="1" type="stmt"/>
|
|
1331
|
+
<line num="238" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1332
|
+
<line num="239" count="1" type="stmt"/>
|
|
1333
|
+
<line num="242" count="1" type="stmt"/>
|
|
1334
|
+
<line num="246" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
1335
|
+
<line num="247" count="2" type="stmt"/>
|
|
1336
|
+
<line num="252" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1337
|
+
<line num="255" count="12" type="stmt"/>
|
|
1338
|
+
<line num="256" count="12" type="stmt"/>
|
|
1339
|
+
<line num="258" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
1340
|
+
<line num="259" count="3" type="stmt"/>
|
|
1341
|
+
<line num="262" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
1342
|
+
<line num="263" count="5" type="stmt"/>
|
|
1343
|
+
<line num="266" count="12" type="stmt"/>
|
|
1344
|
+
<line num="270" count="14" type="stmt"/>
|
|
1345
|
+
<line num="272" count="14" type="stmt"/>
|
|
1346
|
+
<line num="277" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
1347
|
+
<line num="278" count="14" type="cond" truecount="4" falsecount="0"/>
|
|
1348
|
+
<line num="279" count="1" type="stmt"/>
|
|
1349
|
+
<line num="280" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1350
|
+
<line num="281" count="1" type="stmt"/>
|
|
1351
|
+
<line num="282" count="1" type="stmt"/>
|
|
1352
|
+
<line num="284" count="12" type="stmt"/>
|
|
1353
|
+
<line num="289" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1354
|
+
<line num="290" count="1" type="stmt"/>
|
|
1355
|
+
<line num="291" count="1" type="stmt"/>
|
|
1356
|
+
<line num="294" count="2" type="stmt"/>
|
|
1357
|
+
<line num="296" count="2" type="stmt"/>
|
|
1358
|
+
<line num="300" count="1" type="stmt"/>
|
|
1359
|
+
<line num="301" count="1" type="stmt"/>
|
|
1360
|
+
<line num="302" count="1" type="stmt"/>
|
|
1361
|
+
<line num="303" count="1" type="stmt"/>
|
|
1362
|
+
<line num="305" count="1" type="stmt"/>
|
|
1363
|
+
<line num="307" count="1" type="stmt"/>
|
|
1364
|
+
<line num="311" count="2" type="stmt"/>
|
|
1365
|
+
<line num="312" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1366
|
+
<line num="313" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1367
|
+
<line num="314" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1368
|
+
<line num="315" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1369
|
+
<line num="316" count="2" type="stmt"/>
|
|
1370
|
+
<line num="317" count="8" type="stmt"/>
|
|
1371
|
+
<line num="318" count="18" type="stmt"/>
|
|
1372
|
+
<line num="320" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1373
|
+
<line num="323" count="8" type="stmt"/>
|
|
1374
|
+
<line num="330" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1375
|
+
<line num="331" count="2" type="stmt"/>
|
|
1376
|
+
<line num="336" count="9" type="stmt"/>
|
|
1377
|
+
<line num="337" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1378
|
+
<line num="338" count="9" type="stmt"/>
|
|
1379
|
+
<line num="339" count="13" type="stmt"/>
|
|
1380
|
+
<line num="341" count="9" type="stmt"/>
|
|
1381
|
+
<line num="342" count="27" type="cond" truecount="1" falsecount="0"/>
|
|
1382
|
+
<line num="346" count="16" type="stmt"/>
|
|
1366
1383
|
</file>
|
|
1367
1384
|
</package>
|
|
1368
1385
|
<package name="src.components.tek-image">
|
|
1369
1386
|
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1370
|
-
<file name="image.ts" path="/
|
|
1387
|
+
<file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
|
|
1371
1388
|
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1372
1389
|
<line num="1" count="30" type="stmt"/>
|
|
1373
1390
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -1396,7 +1413,7 @@
|
|
|
1396
1413
|
</package>
|
|
1397
1414
|
<package name="src.components.tek-iterable-carousel">
|
|
1398
1415
|
<metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
1399
|
-
<file name="iterable-carousel.ts" path="/
|
|
1416
|
+
<file name="iterable-carousel.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
|
|
1400
1417
|
<metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
1401
1418
|
<line num="1" count="30" type="stmt"/>
|
|
1402
1419
|
<line num="9" count="30" type="stmt"/>
|
|
@@ -1409,7 +1426,7 @@
|
|
|
1409
1426
|
</package>
|
|
1410
1427
|
<package name="src.components.tek-iterable-component-render">
|
|
1411
1428
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1412
|
-
<file name="iterable-component-render.ts" path="/
|
|
1429
|
+
<file name="iterable-component-render.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-component-render/iterable-component-render.ts">
|
|
1413
1430
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1414
1431
|
<line num="1" count="30" type="stmt"/>
|
|
1415
1432
|
<line num="10" count="30" type="stmt"/>
|
|
@@ -1417,7 +1434,7 @@
|
|
|
1417
1434
|
</package>
|
|
1418
1435
|
<package name="src.components.tek-loading">
|
|
1419
1436
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1420
|
-
<file name="loading.ts" path="/
|
|
1437
|
+
<file name="loading.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
|
|
1421
1438
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1422
1439
|
<line num="1" count="30" type="stmt"/>
|
|
1423
1440
|
<line num="5" count="30" type="stmt"/>
|
|
@@ -1433,7 +1450,7 @@
|
|
|
1433
1450
|
</package>
|
|
1434
1451
|
<package name="src.components.tek-notifications">
|
|
1435
1452
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
1436
|
-
<file name="notifications.ts" path="/
|
|
1453
|
+
<file name="notifications.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
|
|
1437
1454
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
1438
1455
|
<line num="1" count="30" type="stmt"/>
|
|
1439
1456
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -1449,7 +1466,7 @@
|
|
|
1449
1466
|
</package>
|
|
1450
1467
|
<package name="src.components.tek-product-card">
|
|
1451
1468
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1452
|
-
<file name="product-card.ts" path="/
|
|
1469
|
+
<file name="product-card.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
|
|
1453
1470
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1454
1471
|
<line num="1" count="30" type="stmt"/>
|
|
1455
1472
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1486,7 +1503,7 @@
|
|
|
1486
1503
|
</package>
|
|
1487
1504
|
<package name="src.components.tek-tree-grid">
|
|
1488
1505
|
<metrics statements="106" coveredstatements="106" conditionals="21" coveredconditionals="21" methods="18" coveredmethods="18"/>
|
|
1489
|
-
<file name="tree-grid.ts" path="/
|
|
1506
|
+
<file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
|
|
1490
1507
|
<metrics statements="106" coveredstatements="106" conditionals="21" coveredconditionals="21" methods="18" coveredmethods="18"/>
|
|
1491
1508
|
<line num="1" count="30" type="stmt"/>
|
|
1492
1509
|
<line num="6" count="30" type="stmt"/>
|
|
@@ -1598,7 +1615,7 @@
|
|
|
1598
1615
|
</package>
|
|
1599
1616
|
<package name="src.components.tek-user-info">
|
|
1600
1617
|
<metrics statements="86" coveredstatements="86" conditionals="45" coveredconditionals="45" methods="32" coveredmethods="32"/>
|
|
1601
|
-
<file name="TekUserInfoController.ts" path="/
|
|
1618
|
+
<file name="TekUserInfoController.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
|
|
1602
1619
|
<metrics statements="27" coveredstatements="27" conditionals="28" coveredconditionals="28" methods="18" coveredmethods="18"/>
|
|
1603
1620
|
<line num="1" count="30" type="stmt"/>
|
|
1604
1621
|
<line num="5" count="30" type="stmt"/>
|
|
@@ -1628,7 +1645,7 @@
|
|
|
1628
1645
|
<line num="83" count="2" type="stmt"/>
|
|
1629
1646
|
<line num="84" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1630
1647
|
</file>
|
|
1631
|
-
<file name="tek-user-info-list.ts" path="/
|
|
1648
|
+
<file name="tek-user-info-list.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info-list.ts">
|
|
1632
1649
|
<metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
|
|
1633
1650
|
<line num="1" count="30" type="stmt"/>
|
|
1634
1651
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1646,7 +1663,7 @@
|
|
|
1646
1663
|
<line num="45" count="1" type="stmt"/>
|
|
1647
1664
|
<line num="56" count="1" type="stmt"/>
|
|
1648
1665
|
</file>
|
|
1649
|
-
<file name="tek-user-info.ts" path="/
|
|
1666
|
+
<file name="tek-user-info.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
|
|
1650
1667
|
<metrics statements="44" coveredstatements="44" conditionals="12" coveredconditionals="12" methods="10" coveredmethods="10"/>
|
|
1651
1668
|
<line num="1" count="30" type="stmt"/>
|
|
1652
1669
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -1696,13 +1713,13 @@
|
|
|
1696
1713
|
</package>
|
|
1697
1714
|
<package name="src.error">
|
|
1698
1715
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1699
|
-
<file name="delete-rows-error.ts" path="/
|
|
1716
|
+
<file name="delete-rows-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
|
|
1700
1717
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1701
1718
|
<line num="4" count="31" type="stmt"/>
|
|
1702
1719
|
<line num="6" count="2" type="stmt"/>
|
|
1703
1720
|
<line num="9" count="2" type="stmt"/>
|
|
1704
1721
|
</file>
|
|
1705
|
-
<file name="incomplete-groups-error.ts" path="/
|
|
1722
|
+
<file name="incomplete-groups-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/incomplete-groups-error.ts">
|
|
1706
1723
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1707
1724
|
<line num="7" count="30" type="stmt"/>
|
|
1708
1725
|
<line num="9" count="1" type="stmt"/>
|
|
@@ -1713,7 +1730,7 @@
|
|
|
1713
1730
|
</package>
|
|
1714
1731
|
<package name="src.utils">
|
|
1715
1732
|
<metrics statements="12" coveredstatements="12" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
|
|
1716
|
-
<file name="extract-properties.ts" path="/
|
|
1733
|
+
<file name="extract-properties.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/extract-properties.ts">
|
|
1717
1734
|
<metrics statements="6" coveredstatements="6" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
|
|
1718
1735
|
<line num="7" count="30" type="stmt"/>
|
|
1719
1736
|
<line num="8" count="4" type="stmt"/>
|
|
@@ -1722,7 +1739,7 @@
|
|
|
1722
1739
|
<line num="11" count="6" type="stmt"/>
|
|
1723
1740
|
<line num="15" count="4" type="stmt"/>
|
|
1724
1741
|
</file>
|
|
1725
|
-
<file name="index.ts" path="/
|
|
1742
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
|
|
1726
1743
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1727
1744
|
<line num="1" count="30" type="stmt"/>
|
|
1728
1745
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1734,24 +1751,24 @@
|
|
|
1734
1751
|
</package>
|
|
1735
1752
|
<package name="src.utils.grid-base">
|
|
1736
1753
|
<metrics statements="159" coveredstatements="159" conditionals="91" coveredconditionals="91" methods="70" coveredmethods="70"/>
|
|
1737
|
-
<file name="grid-base.ts" path="/
|
|
1754
|
+
<file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
|
|
1738
1755
|
<metrics statements="128" coveredstatements="128" conditionals="58" coveredconditionals="58" methods="49" coveredmethods="49"/>
|
|
1739
1756
|
<line num="4" count="30" type="stmt"/>
|
|
1740
1757
|
<line num="7" count="30" type="stmt"/>
|
|
1741
1758
|
<line num="15" count="30" type="stmt"/>
|
|
1742
1759
|
<line num="16" count="30" type="stmt"/>
|
|
1743
1760
|
<line num="38" count="30" type="stmt"/>
|
|
1744
|
-
<line num="41" count="
|
|
1745
|
-
<line num="43" count="
|
|
1746
|
-
<line num="46" count="
|
|
1747
|
-
<line num="47" count="
|
|
1748
|
-
<line num="48" count="
|
|
1749
|
-
<line num="52" count="
|
|
1750
|
-
<line num="54" count="
|
|
1751
|
-
<line num="58" count="
|
|
1752
|
-
<line num="59" count="
|
|
1753
|
-
<line num="60" count="
|
|
1754
|
-
<line num="65" count="
|
|
1761
|
+
<line num="41" count="201" type="stmt"/>
|
|
1762
|
+
<line num="43" count="201" type="stmt"/>
|
|
1763
|
+
<line num="46" count="201" type="stmt"/>
|
|
1764
|
+
<line num="47" count="201" type="stmt"/>
|
|
1765
|
+
<line num="48" count="201" type="stmt"/>
|
|
1766
|
+
<line num="52" count="1001" type="cond" truecount="1" falsecount="0"/>
|
|
1767
|
+
<line num="54" count="801" type="stmt"/>
|
|
1768
|
+
<line num="58" count="201" type="stmt"/>
|
|
1769
|
+
<line num="59" count="1001" type="stmt"/>
|
|
1770
|
+
<line num="60" count="1001" type="stmt"/>
|
|
1771
|
+
<line num="65" count="201" type="stmt"/>
|
|
1755
1772
|
<line num="66" count="51" type="stmt"/>
|
|
1756
1773
|
<line num="74" count="51" type="stmt"/>
|
|
1757
1774
|
<line num="92" count="49" type="stmt"/>
|
|
@@ -1837,15 +1854,15 @@
|
|
|
1837
1854
|
<line num="439" count="2" type="stmt"/>
|
|
1838
1855
|
<line num="441" count="2" type="stmt"/>
|
|
1839
1856
|
<line num="446" count="1" type="stmt"/>
|
|
1840
|
-
<line num="450" count="
|
|
1841
|
-
<line num="458" count="
|
|
1842
|
-
<line num="466" count="
|
|
1843
|
-
<line num="467" count="
|
|
1857
|
+
<line num="450" count="201" type="stmt"/>
|
|
1858
|
+
<line num="458" count="201" type="stmt"/>
|
|
1859
|
+
<line num="466" count="402" type="stmt"/>
|
|
1860
|
+
<line num="467" count="402" type="cond" truecount="3" falsecount="0"/>
|
|
1844
1861
|
<line num="469" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1845
1862
|
<line num="470" count="18" type="stmt"/>
|
|
1846
1863
|
<line num="472" count="18" type="stmt"/>
|
|
1847
1864
|
<line num="474" count="234" type="stmt"/>
|
|
1848
|
-
<line num="480" count="
|
|
1865
|
+
<line num="480" count="366" type="stmt"/>
|
|
1849
1866
|
<line num="484" count="6" type="stmt"/>
|
|
1850
1867
|
<line num="485" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1851
1868
|
<line num="486" count="4" type="stmt"/>
|
|
@@ -1860,12 +1877,12 @@
|
|
|
1860
1877
|
<line num="502" count="4" type="stmt"/>
|
|
1861
1878
|
<line num="505" count="6" type="stmt"/>
|
|
1862
1879
|
<line num="506" count="6" type="stmt"/>
|
|
1863
|
-
<line num="509" count="
|
|
1880
|
+
<line num="509" count="201" type="stmt"/>
|
|
1864
1881
|
<line num="530" count="2" type="stmt"/>
|
|
1865
1882
|
<line num="534" count="4" type="stmt"/>
|
|
1866
1883
|
<line num="538" count="30" type="stmt"/>
|
|
1867
1884
|
</file>
|
|
1868
|
-
<file name="grid-controller.ts" path="/
|
|
1885
|
+
<file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
|
|
1869
1886
|
<metrics statements="31" coveredstatements="31" conditionals="33" coveredconditionals="33" methods="21" coveredmethods="21"/>
|
|
1870
1887
|
<line num="4" count="30" type="stmt"/>
|
|
1871
1888
|
<line num="7" count="72" type="stmt"/>
|
|
@@ -1902,46 +1919,46 @@
|
|
|
1902
1919
|
</package>
|
|
1903
1920
|
<package name="src.utils.grid-base.export-options">
|
|
1904
1921
|
<metrics statements="27" coveredstatements="27" conditionals="11" coveredconditionals="11" methods="12" coveredmethods="12"/>
|
|
1905
|
-
<file name="button-option.ts" path="/
|
|
1922
|
+
<file name="button-option.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
|
|
1906
1923
|
<metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
1907
1924
|
<line num="4" count="30" type="stmt"/>
|
|
1908
|
-
<line num="8" count="
|
|
1909
|
-
<line num="14" count="
|
|
1910
|
-
<line num="15" count="
|
|
1911
|
-
<line num="16" count="
|
|
1925
|
+
<line num="8" count="803" type="stmt"/>
|
|
1926
|
+
<line num="14" count="803" type="stmt"/>
|
|
1927
|
+
<line num="15" count="803" type="cond" truecount="2" falsecount="0"/>
|
|
1928
|
+
<line num="16" count="803" type="stmt"/>
|
|
1912
1929
|
<line num="23" count="1" type="stmt"/>
|
|
1913
1930
|
</file>
|
|
1914
|
-
<file name="index.ts" path="/
|
|
1931
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
|
|
1915
1932
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1916
1933
|
<line num="1" count="30" type="stmt"/>
|
|
1917
1934
|
<line num="2" count="30" type="stmt"/>
|
|
1918
1935
|
<line num="3" count="30" type="stmt"/>
|
|
1919
1936
|
</file>
|
|
1920
|
-
<file name="multi-option.ts" path="/
|
|
1937
|
+
<file name="multi-option.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
|
|
1921
1938
|
<metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
|
|
1922
1939
|
<line num="9" count="30" type="stmt"/>
|
|
1923
|
-
<line num="13" count="
|
|
1924
|
-
<line num="17" count="
|
|
1925
|
-
<line num="21" count="
|
|
1926
|
-
<line num="22" count="
|
|
1927
|
-
<line num="34" count="
|
|
1928
|
-
<line num="35" count="
|
|
1929
|
-
<line num="37" count="
|
|
1940
|
+
<line num="13" count="204" type="stmt"/>
|
|
1941
|
+
<line num="17" count="1632" type="stmt"/>
|
|
1942
|
+
<line num="21" count="408" type="stmt"/>
|
|
1943
|
+
<line num="22" count="408" type="stmt"/>
|
|
1944
|
+
<line num="34" count="408" type="stmt"/>
|
|
1945
|
+
<line num="35" count="408" type="cond" truecount="2" falsecount="0"/>
|
|
1946
|
+
<line num="37" count="408" type="stmt"/>
|
|
1930
1947
|
<line num="44" count="2" type="stmt"/>
|
|
1931
|
-
<line num="50" count="
|
|
1932
|
-
<line num="52" count="
|
|
1933
|
-
<line num="63" count="
|
|
1934
|
-
<line num="65" count="
|
|
1935
|
-
<line num="76" count="
|
|
1936
|
-
<line num="78" count="
|
|
1948
|
+
<line num="50" count="408" type="stmt"/>
|
|
1949
|
+
<line num="52" count="408" type="stmt"/>
|
|
1950
|
+
<line num="63" count="204" type="stmt"/>
|
|
1951
|
+
<line num="65" count="408" type="stmt"/>
|
|
1952
|
+
<line num="76" count="204" type="stmt"/>
|
|
1953
|
+
<line num="78" count="204" type="stmt"/>
|
|
1937
1954
|
<line num="83" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1938
|
-
<line num="87" count="
|
|
1939
|
-
<line num="94" count="
|
|
1955
|
+
<line num="87" count="204" type="stmt"/>
|
|
1956
|
+
<line num="94" count="204" type="stmt"/>
|
|
1940
1957
|
</file>
|
|
1941
1958
|
</package>
|
|
1942
1959
|
<package name="src.utils.report-filter">
|
|
1943
1960
|
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1944
|
-
<file name="report-filter.ts" path="/
|
|
1961
|
+
<file name="report-filter.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
|
|
1945
1962
|
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1946
1963
|
<line num="2" count="30" type="stmt"/>
|
|
1947
1964
|
<line num="8" count="30" type="stmt"/>
|
|
@@ -1966,19 +1983,19 @@
|
|
|
1966
1983
|
</package>
|
|
1967
1984
|
<package name="tests.__helpers__">
|
|
1968
1985
|
<metrics statements="21" coveredstatements="21" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
|
|
1969
|
-
<file name="component-event-helper.ts" path="/
|
|
1986
|
+
<file name="component-event-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
|
|
1970
1987
|
<metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
1971
|
-
<line num="3" count="
|
|
1972
|
-
<line num="5" count="
|
|
1988
|
+
<line num="3" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
1989
|
+
<line num="5" count="4" type="stmt"/>
|
|
1973
1990
|
</file>
|
|
1974
|
-
<file name="flush-promises-helper.ts" path="/
|
|
1991
|
+
<file name="flush-promises-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
|
|
1975
1992
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1976
1993
|
<line num="1" count="45" type="stmt"/>
|
|
1977
1994
|
<line num="3" count="1" type="stmt"/>
|
|
1978
1995
|
</file>
|
|
1979
|
-
<file name="get-child-helper.ts" path="/
|
|
1996
|
+
<file name="get-child-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
|
|
1980
1997
|
<metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
|
|
1981
|
-
<line num="8" count="
|
|
1998
|
+
<line num="8" count="4" type="stmt"/>
|
|
1982
1999
|
<line num="11" count="398" type="stmt"/>
|
|
1983
2000
|
<line num="12" count="1029" type="cond" truecount="1" falsecount="0"/>
|
|
1984
2001
|
<line num="13" count="52" type="stmt"/>
|
|
@@ -1987,20 +2004,20 @@
|
|
|
1987
2004
|
<line num="18" count="346" type="stmt"/>
|
|
1988
2005
|
<line num="20" count="346" type="cond" truecount="1" falsecount="0"/>
|
|
1989
2006
|
<line num="24" count="398" type="stmt"/>
|
|
1990
|
-
<line num="27" count="
|
|
2007
|
+
<line num="27" count="4" type="stmt"/>
|
|
1991
2008
|
</file>
|
|
1992
|
-
<file name="index.ts" path="/
|
|
2009
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
|
|
1993
2010
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1994
|
-
<line num="1" count="
|
|
1995
|
-
<line num="2" count="
|
|
1996
|
-
<line num="3" count="
|
|
2011
|
+
<line num="1" count="4" type="stmt"/>
|
|
2012
|
+
<line num="2" count="4" type="stmt"/>
|
|
2013
|
+
<line num="3" count="4" type="stmt"/>
|
|
1997
2014
|
</file>
|
|
1998
|
-
<file name="mock-created-helper.ts" path="/
|
|
2015
|
+
<file name="mock-created-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
|
|
1999
2016
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
2000
|
-
<line num="6" count="
|
|
2017
|
+
<line num="6" count="6" type="stmt"/>
|
|
2001
2018
|
<line num="7" count="16" type="stmt"/>
|
|
2002
2019
|
<line num="8" count="16" type="stmt"/>
|
|
2003
|
-
<line num="12" count="
|
|
2020
|
+
<line num="12" count="6" type="stmt"/>
|
|
2004
2021
|
</file>
|
|
2005
2022
|
</package>
|
|
2006
2023
|
</project>
|