@zeedhi/teknisa-components-common 1.48.0 → 1.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +437 -308
- package/coverage/coverage-final.json +38 -31
- package/coverage/lcov-report/index.html +39 -9
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +100 -0
- package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +166 -0
- package/coverage/lcov-report/tests/__helpers__/index.html +161 -0
- package/coverage/lcov-report/tests/__helpers__/index.ts.html +94 -0
- package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +121 -0
- package/coverage/lcov.info +688 -406
- package/dist/tek-components-common.esm.js +1 -0
- package/dist/tek-components-common.umd.js +1 -0
- package/package.json +2 -2
- package/tests/__helpers__/component-event-helper.ts +5 -0
- package/tests/__helpers__/get-child-helper.ts +27 -0
- package/tests/__helpers__/index.ts +3 -0
- package/tests/__helpers__/mock-created-helper.ts +5 -3
- package/tests/unit/components/tek-grid/grid.spec.ts +514 -531
- package/tests/unit/components/tek-user-info/tek-user-info-list.spec.ts +2 -1
- package/tests/unit/components/tek-user-info/tek-user-info.spec.ts +2 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,63 +1,66 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1655216372198" clover="3.2.0">
|
|
3
|
+
<project timestamp="1655216372199" name="All files">
|
|
4
|
+
<metrics statements="1295" coveredstatements="1295" conditionals="626" coveredconditionals="626" methods="317" coveredmethods="317" elements="2238" coveredelements="2238" complexity="0" loc="1295" ncloc="1295" packages="19" files="38" classes="38"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
|
|
8
8
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
9
|
-
<line num="1" count="
|
|
9
|
+
<line num="1" count="26" type="stmt"/>
|
|
10
10
|
</file>
|
|
11
11
|
</package>
|
|
12
12
|
<package name="src.components">
|
|
13
|
-
<metrics statements="
|
|
13
|
+
<metrics statements="39" coveredstatements="39" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
14
14
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
|
|
15
|
-
<metrics statements="
|
|
16
|
-
<line num="1" count="
|
|
17
|
-
<line num="3" count="
|
|
18
|
-
<line num="51" count="
|
|
19
|
-
<line num="52" count="
|
|
20
|
-
<line num="53" count="
|
|
21
|
-
<line num="54" count="
|
|
22
|
-
<line num="55" count="
|
|
23
|
-
<line num="56" count="
|
|
24
|
-
<line num="57" count="
|
|
25
|
-
<line num="59" count="
|
|
26
|
-
<line num="60" count="
|
|
27
|
-
<line num="62" count="
|
|
28
|
-
<line num="63" count="
|
|
29
|
-
<line num="65" count="
|
|
30
|
-
<line num="66" count="
|
|
31
|
-
<line num="68" count="
|
|
32
|
-
<line num="69" count="
|
|
33
|
-
<line num="71" count="
|
|
34
|
-
<line num="72" count="
|
|
35
|
-
<line num="74" count="
|
|
36
|
-
<line num="75" count="
|
|
37
|
-
<line num="77" count="
|
|
38
|
-
<line num="78" count="
|
|
39
|
-
<line num="80" count="
|
|
40
|
-
<line num="81" count="
|
|
41
|
-
<line num="83" count="
|
|
42
|
-
<line num="84" count="
|
|
43
|
-
<line num="85" count="
|
|
44
|
-
<line num="86" count="
|
|
45
|
-
<line num="87" count="
|
|
46
|
-
<line num="88" count="
|
|
47
|
-
<line num="90" count="
|
|
48
|
-
<line num="91" count="
|
|
49
|
-
<line num="92" count="
|
|
50
|
-
<line num="94" count="
|
|
51
|
-
<line num="95" count="
|
|
15
|
+
<metrics statements="39" coveredstatements="39" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
16
|
+
<line num="1" count="27" type="stmt"/>
|
|
17
|
+
<line num="3" count="27" type="stmt"/>
|
|
18
|
+
<line num="51" count="27" type="stmt"/>
|
|
19
|
+
<line num="52" count="27" type="stmt"/>
|
|
20
|
+
<line num="53" count="27" type="stmt"/>
|
|
21
|
+
<line num="54" count="27" type="stmt"/>
|
|
22
|
+
<line num="55" count="27" type="stmt"/>
|
|
23
|
+
<line num="56" count="27" type="stmt"/>
|
|
24
|
+
<line num="57" count="27" type="stmt"/>
|
|
25
|
+
<line num="59" count="27" type="stmt"/>
|
|
26
|
+
<line num="60" count="27" type="stmt"/>
|
|
27
|
+
<line num="62" count="27" type="stmt"/>
|
|
28
|
+
<line num="63" count="27" type="stmt"/>
|
|
29
|
+
<line num="65" count="27" type="stmt"/>
|
|
30
|
+
<line num="66" count="27" type="stmt"/>
|
|
31
|
+
<line num="68" count="27" type="stmt"/>
|
|
32
|
+
<line num="69" count="27" type="stmt"/>
|
|
33
|
+
<line num="71" count="27" type="stmt"/>
|
|
34
|
+
<line num="72" count="27" type="stmt"/>
|
|
35
|
+
<line num="74" count="27" type="stmt"/>
|
|
36
|
+
<line num="75" count="27" type="stmt"/>
|
|
37
|
+
<line num="77" count="27" type="stmt"/>
|
|
38
|
+
<line num="78" count="27" type="stmt"/>
|
|
39
|
+
<line num="80" count="27" type="stmt"/>
|
|
40
|
+
<line num="81" count="27" type="stmt"/>
|
|
41
|
+
<line num="83" count="27" type="stmt"/>
|
|
42
|
+
<line num="84" count="27" type="stmt"/>
|
|
43
|
+
<line num="85" count="27" type="stmt"/>
|
|
44
|
+
<line num="86" count="27" type="stmt"/>
|
|
45
|
+
<line num="87" count="27" type="stmt"/>
|
|
46
|
+
<line num="88" count="27" type="stmt"/>
|
|
47
|
+
<line num="90" count="27" type="stmt"/>
|
|
48
|
+
<line num="91" count="27" type="stmt"/>
|
|
49
|
+
<line num="92" count="27" type="stmt"/>
|
|
50
|
+
<line num="94" count="27" type="stmt"/>
|
|
51
|
+
<line num="95" count="27" type="stmt"/>
|
|
52
|
+
<line num="97" count="27" type="stmt"/>
|
|
53
|
+
<line num="98" count="27" type="stmt"/>
|
|
54
|
+
<line num="99" count="27" type="stmt"/>
|
|
52
55
|
</file>
|
|
53
56
|
</package>
|
|
54
57
|
<package name="src.components.crud">
|
|
55
58
|
<metrics statements="113" coveredstatements="113" conditionals="72" coveredconditionals="72" methods="26" coveredmethods="26"/>
|
|
56
59
|
<file name="crud-add-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
|
|
57
60
|
<metrics statements="15" coveredstatements="15" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
|
|
58
|
-
<line num="1" count="
|
|
59
|
-
<line num="3" count="
|
|
60
|
-
<line num="8" count="
|
|
61
|
+
<line num="1" count="27" type="stmt"/>
|
|
62
|
+
<line num="3" count="27" type="stmt"/>
|
|
63
|
+
<line num="8" count="27" type="stmt"/>
|
|
61
64
|
<line num="12" count="3" type="stmt"/>
|
|
62
65
|
<line num="17" count="3" type="stmt"/>
|
|
63
66
|
<line num="22" count="3" type="stmt"/>
|
|
@@ -73,10 +76,10 @@
|
|
|
73
76
|
</file>
|
|
74
77
|
<file name="crud-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
|
|
75
78
|
<metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
|
|
76
|
-
<line num="1" count="
|
|
77
|
-
<line num="4" count="
|
|
78
|
-
<line num="6" count="
|
|
79
|
-
<line num="11" count="
|
|
79
|
+
<line num="1" count="27" type="stmt"/>
|
|
80
|
+
<line num="4" count="27" type="stmt"/>
|
|
81
|
+
<line num="6" count="27" type="stmt"/>
|
|
82
|
+
<line num="11" count="27" type="stmt"/>
|
|
80
83
|
<line num="22" count="29" type="stmt"/>
|
|
81
84
|
<line num="29" count="29" type="stmt"/>
|
|
82
85
|
<line num="30" count="29" type="stmt"/>
|
|
@@ -94,11 +97,11 @@
|
|
|
94
97
|
</file>
|
|
95
98
|
<file name="crud-cancel-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
|
|
96
99
|
<metrics statements="20" coveredstatements="20" conditionals="15" coveredconditionals="15" methods="4" coveredmethods="4"/>
|
|
97
|
-
<line num="1" count="
|
|
98
|
-
<line num="2" count="
|
|
99
|
-
<line num="4" count="
|
|
100
|
-
<line num="5" count="
|
|
101
|
-
<line num="10" count="
|
|
100
|
+
<line num="1" count="27" type="stmt"/>
|
|
101
|
+
<line num="2" count="27" type="stmt"/>
|
|
102
|
+
<line num="4" count="27" type="stmt"/>
|
|
103
|
+
<line num="5" count="27" type="stmt"/>
|
|
104
|
+
<line num="10" count="27" type="stmt"/>
|
|
102
105
|
<line num="14" count="6" type="stmt"/>
|
|
103
106
|
<line num="19" count="6" type="stmt"/>
|
|
104
107
|
<line num="26" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -117,10 +120,10 @@
|
|
|
117
120
|
</file>
|
|
118
121
|
<file name="crud-delete-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
|
|
119
122
|
<metrics statements="24" coveredstatements="24" conditionals="23" coveredconditionals="23" methods="6" coveredmethods="6"/>
|
|
120
|
-
<line num="1" count="
|
|
121
|
-
<line num="2" count="
|
|
122
|
-
<line num="4" count="
|
|
123
|
-
<line num="9" count="
|
|
123
|
+
<line num="1" count="27" type="stmt"/>
|
|
124
|
+
<line num="2" count="27" type="stmt"/>
|
|
125
|
+
<line num="4" count="27" type="stmt"/>
|
|
126
|
+
<line num="9" count="27" type="stmt"/>
|
|
124
127
|
<line num="13" count="7" type="stmt"/>
|
|
125
128
|
<line num="18" count="7" type="stmt"/>
|
|
126
129
|
<line num="23" count="7" type="stmt"/>
|
|
@@ -144,8 +147,8 @@
|
|
|
144
147
|
</file>
|
|
145
148
|
<file name="crud-form.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
|
|
146
149
|
<metrics statements="15" coveredstatements="15" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="6"/>
|
|
147
|
-
<line num="1" count="
|
|
148
|
-
<line num="8" count="
|
|
150
|
+
<line num="1" count="27" type="stmt"/>
|
|
151
|
+
<line num="8" count="27" type="stmt"/>
|
|
149
152
|
<line num="12" count="15" type="stmt"/>
|
|
150
153
|
<line num="24" count="15" type="stmt"/>
|
|
151
154
|
<line num="31" count="2" type="stmt"/>
|
|
@@ -162,11 +165,11 @@
|
|
|
162
165
|
</file>
|
|
163
166
|
<file name="crud-save-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
|
|
164
167
|
<metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
|
|
165
|
-
<line num="1" count="
|
|
166
|
-
<line num="2" count="
|
|
167
|
-
<line num="4" count="
|
|
168
|
-
<line num="5" count="
|
|
169
|
-
<line num="10" count="
|
|
168
|
+
<line num="1" count="27" type="stmt"/>
|
|
169
|
+
<line num="2" count="27" type="stmt"/>
|
|
170
|
+
<line num="4" count="27" type="stmt"/>
|
|
171
|
+
<line num="5" count="27" type="stmt"/>
|
|
172
|
+
<line num="10" count="27" type="stmt"/>
|
|
170
173
|
<line num="14" count="8" type="stmt"/>
|
|
171
174
|
<line num="21" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
172
175
|
<line num="22" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -189,8 +192,8 @@
|
|
|
189
192
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
190
193
|
<file name="breadcrumb-header.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
|
|
191
194
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
192
|
-
<line num="1" count="
|
|
193
|
-
<line num="7" count="
|
|
195
|
+
<line num="1" count="27" type="stmt"/>
|
|
196
|
+
<line num="7" count="27" type="stmt"/>
|
|
194
197
|
<line num="10" count="2" type="stmt"/>
|
|
195
198
|
<line num="12" count="2" type="stmt"/>
|
|
196
199
|
<line num="15" count="2" type="stmt"/>
|
|
@@ -204,8 +207,8 @@
|
|
|
204
207
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
205
208
|
<file name="card-title.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
|
|
206
209
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
207
|
-
<line num="1" count="
|
|
208
|
-
<line num="7" count="
|
|
210
|
+
<line num="1" count="27" type="stmt"/>
|
|
211
|
+
<line num="7" count="27" type="stmt"/>
|
|
209
212
|
<line num="8" count="2" type="stmt"/>
|
|
210
213
|
<line num="10" count="2" type="stmt"/>
|
|
211
214
|
<line num="12" count="2" type="stmt"/>
|
|
@@ -226,14 +229,14 @@
|
|
|
226
229
|
<metrics statements="186" coveredstatements="186" conditionals="125" coveredconditionals="125" methods="42" coveredmethods="42"/>
|
|
227
230
|
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
|
|
228
231
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
229
|
-
<line num="19" count="
|
|
230
|
-
<line num="33" count="
|
|
232
|
+
<line num="19" count="27" type="stmt"/>
|
|
233
|
+
<line num="33" count="27" type="stmt"/>
|
|
231
234
|
</file>
|
|
232
235
|
<file name="memory-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
|
|
233
236
|
<metrics statements="108" coveredstatements="108" conditionals="83" coveredconditionals="83" methods="24" coveredmethods="24"/>
|
|
234
|
-
<line num="1" count="
|
|
235
|
-
<line num="4" count="
|
|
236
|
-
<line num="11" count="
|
|
237
|
+
<line num="1" count="27" type="stmt"/>
|
|
238
|
+
<line num="4" count="27" type="stmt"/>
|
|
239
|
+
<line num="11" count="27" type="stmt"/>
|
|
237
240
|
<line num="21" count="15" type="stmt"/>
|
|
238
241
|
<line num="26" count="15" type="stmt"/>
|
|
239
242
|
<line num="31" count="15" type="stmt"/>
|
|
@@ -338,13 +341,13 @@
|
|
|
338
341
|
<line num="267" count="12" type="stmt"/>
|
|
339
342
|
<line num="275" count="217" type="stmt"/>
|
|
340
343
|
<line num="279" count="42" type="stmt"/>
|
|
341
|
-
<line num="283" count="
|
|
344
|
+
<line num="283" count="27" type="stmt"/>
|
|
342
345
|
</file>
|
|
343
346
|
<file name="rest-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
|
|
344
347
|
<metrics statements="76" coveredstatements="76" conditionals="42" coveredconditionals="42" methods="18" coveredmethods="18"/>
|
|
345
|
-
<line num="1" count="
|
|
346
|
-
<line num="4" count="
|
|
347
|
-
<line num="11" count="
|
|
348
|
+
<line num="1" count="27" type="stmt"/>
|
|
349
|
+
<line num="4" count="27" type="stmt"/>
|
|
350
|
+
<line num="11" count="27" type="stmt"/>
|
|
348
351
|
<line num="21" count="49" type="stmt"/>
|
|
349
352
|
<line num="26" count="49" type="stmt"/>
|
|
350
353
|
<line num="31" count="49" type="stmt"/>
|
|
@@ -360,7 +363,7 @@
|
|
|
360
363
|
<line num="50" count="1" type="stmt"/>
|
|
361
364
|
<line num="55" count="7" type="stmt"/>
|
|
362
365
|
<line num="56" count="7" type="stmt"/>
|
|
363
|
-
<line num="60" count="
|
|
366
|
+
<line num="60" count="89" type="cond" truecount="1" falsecount="0"/>
|
|
364
367
|
<line num="61" count="7" type="stmt"/>
|
|
365
368
|
<line num="62" count="7" type="stmt"/>
|
|
366
369
|
<line num="63" count="7" type="stmt"/>
|
|
@@ -406,26 +409,26 @@
|
|
|
406
409
|
<line num="173" count="11" type="stmt"/>
|
|
407
410
|
<line num="182" count="25" type="cond" truecount="4" falsecount="0"/>
|
|
408
411
|
<line num="185" count="23" type="cond" truecount="4" falsecount="0"/>
|
|
409
|
-
<line num="194" count="
|
|
410
|
-
<line num="195" count="
|
|
411
|
-
<line num="196" count="
|
|
412
|
+
<line num="194" count="40" type="stmt"/>
|
|
413
|
+
<line num="195" count="80" type="cond" truecount="2" falsecount="0"/>
|
|
414
|
+
<line num="196" count="40" type="cond" truecount="2" falsecount="0"/>
|
|
412
415
|
<line num="197" count="15" type="stmt"/>
|
|
413
416
|
<line num="199" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
414
|
-
<line num="202" count="
|
|
417
|
+
<line num="202" count="40" type="cond" truecount="3" falsecount="0"/>
|
|
415
418
|
<line num="203" count="10" type="stmt"/>
|
|
416
|
-
<line num="206" count="
|
|
419
|
+
<line num="206" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
417
420
|
<line num="207" count="4" type="stmt"/>
|
|
418
|
-
<line num="209" count="
|
|
421
|
+
<line num="209" count="40" type="stmt"/>
|
|
419
422
|
<line num="213" count="3" type="stmt"/>
|
|
420
|
-
<line num="222" count="
|
|
423
|
+
<line num="222" count="27" type="stmt"/>
|
|
421
424
|
</file>
|
|
422
425
|
</package>
|
|
423
426
|
<package name="src.components.tek-grid">
|
|
424
427
|
<metrics statements="443" coveredstatements="443" conditionals="201" coveredconditionals="201" methods="113" coveredmethods="113"/>
|
|
425
428
|
<file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
|
|
426
429
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
427
|
-
<line num="1" count="
|
|
428
|
-
<line num="4" count="
|
|
430
|
+
<line num="1" count="27" type="stmt"/>
|
|
431
|
+
<line num="4" count="27" type="stmt"/>
|
|
429
432
|
<line num="6" count="2" type="stmt"/>
|
|
430
433
|
<line num="10" count="13" type="stmt"/>
|
|
431
434
|
<line num="14" count="2" type="stmt"/>
|
|
@@ -433,10 +436,10 @@
|
|
|
433
436
|
</file>
|
|
434
437
|
<file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
|
|
435
438
|
<metrics statements="47" coveredstatements="47" conditionals="15" coveredconditionals="15" methods="13" coveredmethods="13"/>
|
|
436
|
-
<line num="1" count="
|
|
437
|
-
<line num="2" count="
|
|
438
|
-
<line num="3" count="
|
|
439
|
-
<line num="10" count="
|
|
439
|
+
<line num="1" count="27" type="stmt"/>
|
|
440
|
+
<line num="2" count="27" type="stmt"/>
|
|
441
|
+
<line num="3" count="27" type="stmt"/>
|
|
442
|
+
<line num="10" count="27" type="stmt"/>
|
|
440
443
|
<line num="71" count="5" type="stmt"/>
|
|
441
444
|
<line num="73" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
442
445
|
<line num="74" count="2" type="stmt"/>
|
|
@@ -461,30 +464,30 @@
|
|
|
461
464
|
<line num="132" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
462
465
|
<line num="135" count="10" type="stmt"/>
|
|
463
466
|
<line num="142" count="10" type="stmt"/>
|
|
464
|
-
<line num="146" count="
|
|
467
|
+
<line num="146" count="826" type="stmt"/>
|
|
465
468
|
<line num="150" count="195" type="stmt"/>
|
|
466
469
|
<line num="151" count="195" type="stmt"/>
|
|
467
470
|
<line num="152" count="195" type="cond" truecount="1" falsecount="0"/>
|
|
468
471
|
<line num="153" count="22" type="stmt"/>
|
|
469
|
-
<line num="158" count="
|
|
472
|
+
<line num="158" count="493" type="stmt"/>
|
|
470
473
|
<line num="162" count="195" type="stmt"/>
|
|
471
474
|
<line num="163" count="195" type="stmt"/>
|
|
472
475
|
<line num="164" count="195" type="cond" truecount="1" falsecount="0"/>
|
|
473
476
|
<line num="165" count="13" type="stmt"/>
|
|
474
|
-
<line num="170" count="
|
|
477
|
+
<line num="170" count="267" type="stmt"/>
|
|
475
478
|
<line num="174" count="193" type="stmt"/>
|
|
476
479
|
<line num="175" count="193" type="stmt"/>
|
|
477
480
|
<line num="176" count="193" type="cond" truecount="1" falsecount="0"/>
|
|
478
481
|
<line num="177" count="1" type="stmt"/>
|
|
479
|
-
<line num="182" count="
|
|
482
|
+
<line num="182" count="445" type="cond" truecount="2" falsecount="0"/>
|
|
480
483
|
<line num="186" count="576" type="stmt"/>
|
|
481
484
|
<line num="191" count="36" type="stmt"/>
|
|
482
|
-
<line num="192" count="
|
|
485
|
+
<line num="192" count="1" type="stmt"/>
|
|
483
486
|
</file>
|
|
484
487
|
<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">
|
|
485
488
|
<metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="7" methods="3" coveredmethods="3"/>
|
|
486
|
-
<line num="1" count="
|
|
487
|
-
<line num="5" count="
|
|
489
|
+
<line num="1" count="27" type="stmt"/>
|
|
490
|
+
<line num="5" count="27" type="stmt"/>
|
|
488
491
|
<line num="7" count="2" type="stmt"/>
|
|
489
492
|
<line num="8" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
490
493
|
<line num="9" count="1" type="stmt"/>
|
|
@@ -500,11 +503,11 @@
|
|
|
500
503
|
</file>
|
|
501
504
|
<file name="grid-columns-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
|
|
502
505
|
<metrics statements="16" coveredstatements="16" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
503
|
-
<line num="1" count="
|
|
504
|
-
<line num="2" count="
|
|
505
|
-
<line num="3" count="
|
|
506
|
-
<line num="4" count="
|
|
507
|
-
<line num="9" count="
|
|
506
|
+
<line num="1" count="27" type="stmt"/>
|
|
507
|
+
<line num="2" count="27" type="stmt"/>
|
|
508
|
+
<line num="3" count="27" type="stmt"/>
|
|
509
|
+
<line num="4" count="27" type="stmt"/>
|
|
510
|
+
<line num="9" count="27" type="stmt"/>
|
|
508
511
|
<line num="10" count="4" type="stmt"/>
|
|
509
512
|
<line num="13" count="4" type="stmt"/>
|
|
510
513
|
<line num="14" count="4" type="stmt"/>
|
|
@@ -519,70 +522,70 @@
|
|
|
519
522
|
</file>
|
|
520
523
|
<file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
|
|
521
524
|
<metrics statements="275" coveredstatements="275" conditionals="135" coveredconditionals="135" methods="70" coveredmethods="70"/>
|
|
522
|
-
<line num="1" count="
|
|
523
|
-
<line num="6" count="
|
|
524
|
-
<line num="10" count="
|
|
525
|
-
<line num="11" count="
|
|
526
|
-
<line num="12" count="
|
|
527
|
-
<line num="15" count="
|
|
528
|
-
<line num="16" count="
|
|
529
|
-
<line num="17" count="
|
|
530
|
-
<line num="30" count="
|
|
531
|
-
<line num="32" count="
|
|
532
|
-
<line num="35" count="
|
|
533
|
-
<line num="38" count="
|
|
534
|
-
<line num="41" count="
|
|
535
|
-
<line num="44" count="
|
|
536
|
-
<line num="47" count="
|
|
537
|
-
<line num="50" count="
|
|
538
|
-
<line num="53" count="
|
|
539
|
-
<line num="56" count="
|
|
540
|
-
<line num="65" count="
|
|
541
|
-
<line num="71" count="
|
|
542
|
-
<line num="77" count="
|
|
543
|
-
<line num="87" count="
|
|
544
|
-
<line num="92" count="
|
|
545
|
-
<line num="97" count="
|
|
546
|
-
<line num="128" count="
|
|
547
|
-
<line num="133" count="
|
|
548
|
-
<line num="135" count="
|
|
549
|
-
<line num="137" count="
|
|
550
|
-
<line num="139" count="
|
|
551
|
-
<line num="141" count="
|
|
552
|
-
<line num="143" count="
|
|
553
|
-
<line num="160" count="
|
|
554
|
-
<line num="166" count="
|
|
555
|
-
<line num="167" count="
|
|
556
|
-
<line num="168" count="
|
|
557
|
-
<line num="169" count="
|
|
558
|
-
<line num="170" count="
|
|
559
|
-
<line num="171" count="
|
|
560
|
-
<line num="172" count="
|
|
561
|
-
<line num="173" count="
|
|
562
|
-
<line num="178" count="
|
|
563
|
-
<line num="179" count="
|
|
564
|
-
<line num="180" count="
|
|
565
|
-
<line num="181" count="
|
|
566
|
-
<line num="182" count="
|
|
567
|
-
<line num="183" count="
|
|
568
|
-
<line num="184" count="
|
|
569
|
-
<line num="185" count="
|
|
570
|
-
<line num="186" count="
|
|
571
|
-
<line num="187" count="
|
|
572
|
-
<line num="188" count="
|
|
573
|
-
<line num="190" count="
|
|
525
|
+
<line num="1" count="27" type="stmt"/>
|
|
526
|
+
<line num="6" count="27" type="stmt"/>
|
|
527
|
+
<line num="10" count="27" type="stmt"/>
|
|
528
|
+
<line num="11" count="27" type="stmt"/>
|
|
529
|
+
<line num="12" count="27" type="stmt"/>
|
|
530
|
+
<line num="15" count="27" type="stmt"/>
|
|
531
|
+
<line num="16" count="27" type="stmt"/>
|
|
532
|
+
<line num="17" count="27" type="stmt"/>
|
|
533
|
+
<line num="30" count="27" type="stmt"/>
|
|
534
|
+
<line num="32" count="98" type="stmt"/>
|
|
535
|
+
<line num="35" count="98" type="stmt"/>
|
|
536
|
+
<line num="38" count="98" type="stmt"/>
|
|
537
|
+
<line num="41" count="98" type="stmt"/>
|
|
538
|
+
<line num="44" count="98" type="stmt"/>
|
|
539
|
+
<line num="47" count="98" type="stmt"/>
|
|
540
|
+
<line num="50" count="98" type="stmt"/>
|
|
541
|
+
<line num="53" count="98" type="stmt"/>
|
|
542
|
+
<line num="56" count="98" type="stmt"/>
|
|
543
|
+
<line num="65" count="98" type="stmt"/>
|
|
544
|
+
<line num="71" count="98" type="stmt"/>
|
|
545
|
+
<line num="77" count="98" type="stmt"/>
|
|
546
|
+
<line num="87" count="98" type="stmt"/>
|
|
547
|
+
<line num="92" count="98" type="stmt"/>
|
|
548
|
+
<line num="97" count="98" type="stmt"/>
|
|
549
|
+
<line num="128" count="98" type="stmt"/>
|
|
550
|
+
<line num="133" count="98" type="stmt"/>
|
|
551
|
+
<line num="135" count="98" type="stmt"/>
|
|
552
|
+
<line num="137" count="98" type="stmt"/>
|
|
553
|
+
<line num="139" count="98" type="stmt"/>
|
|
554
|
+
<line num="141" count="98" type="stmt"/>
|
|
555
|
+
<line num="143" count="98" type="stmt"/>
|
|
556
|
+
<line num="160" count="98" type="stmt"/>
|
|
557
|
+
<line num="166" count="98" type="stmt"/>
|
|
558
|
+
<line num="167" count="98" type="stmt"/>
|
|
559
|
+
<line num="168" count="98" type="stmt"/>
|
|
560
|
+
<line num="169" count="98" type="stmt"/>
|
|
561
|
+
<line num="170" count="98" type="stmt"/>
|
|
562
|
+
<line num="171" count="98" type="stmt"/>
|
|
563
|
+
<line num="172" count="98" type="stmt"/>
|
|
564
|
+
<line num="173" count="98" type="stmt"/>
|
|
565
|
+
<line num="178" count="98" type="stmt"/>
|
|
566
|
+
<line num="179" count="98" type="stmt"/>
|
|
567
|
+
<line num="180" count="98" type="stmt"/>
|
|
568
|
+
<line num="181" count="98" type="stmt"/>
|
|
569
|
+
<line num="182" count="98" type="stmt"/>
|
|
570
|
+
<line num="183" count="98" type="stmt"/>
|
|
571
|
+
<line num="184" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
572
|
+
<line num="185" count="98" type="stmt"/>
|
|
573
|
+
<line num="186" count="98" type="stmt"/>
|
|
574
|
+
<line num="187" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
575
|
+
<line num="188" count="98" type="stmt"/>
|
|
576
|
+
<line num="190" count="98" type="cond" truecount="1" falsecount="0"/>
|
|
574
577
|
<line num="191" count="4" type="stmt"/>
|
|
575
|
-
<line num="194" count="
|
|
576
|
-
<line num="195" count="
|
|
577
|
-
<line num="196" count="
|
|
578
|
-
<line num="197" count="
|
|
579
|
-
<line num="199" count="
|
|
578
|
+
<line num="194" count="98" type="stmt"/>
|
|
579
|
+
<line num="195" count="98" type="stmt"/>
|
|
580
|
+
<line num="196" count="98" type="stmt"/>
|
|
581
|
+
<line num="197" count="98" type="stmt"/>
|
|
582
|
+
<line num="199" count="98" type="cond" truecount="4" falsecount="0"/>
|
|
580
583
|
<line num="203" count="32" type="stmt"/>
|
|
581
584
|
<line num="204" count="32" type="stmt"/>
|
|
582
585
|
<line num="205" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
583
586
|
<line num="206" count="32" type="stmt"/>
|
|
584
587
|
<line num="211" count="32" type="stmt"/>
|
|
585
|
-
<line num="218" count="
|
|
588
|
+
<line num="218" count="98" type="stmt"/>
|
|
586
589
|
<line num="226" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
587
590
|
<line num="227" count="1" type="stmt"/>
|
|
588
591
|
<line num="228" count="1" type="stmt"/>
|
|
@@ -615,85 +618,85 @@
|
|
|
615
618
|
<line num="308" count="1" type="stmt"/>
|
|
616
619
|
<line num="311" count="2" type="stmt"/>
|
|
617
620
|
<line num="317" count="2" type="stmt"/>
|
|
618
|
-
<line num="320" count="
|
|
619
|
-
<line num="322" count="
|
|
620
|
-
<line num="329" count="
|
|
621
|
-
<line num="330" count="
|
|
622
|
-
<line num="332" count="
|
|
623
|
-
<line num="333" count="
|
|
624
|
-
<line num="334" count="
|
|
625
|
-
<line num="335" count="
|
|
626
|
-
<line num="336" count="
|
|
627
|
-
<line num="340" count="
|
|
628
|
-
<line num="341" count="
|
|
629
|
-
<line num="342" count="
|
|
630
|
-
<line num="345" count="
|
|
631
|
-
<line num="349" count="
|
|
632
|
-
<line num="350" count="
|
|
633
|
-
<line num="354" count="
|
|
634
|
-
<line num="356" count="
|
|
635
|
-
<line num="357" count="
|
|
636
|
-
<line num="358" count="
|
|
637
|
-
<line num="359" count="
|
|
638
|
-
<line num="360" count="
|
|
639
|
-
<line num="361" count="
|
|
640
|
-
<line num="362" count="
|
|
641
|
-
<line num="365" count="
|
|
642
|
-
<line num="368" count="
|
|
643
|
-
<line num="370" count="
|
|
644
|
-
<line num="371" count="
|
|
645
|
-
<line num="374" count="
|
|
646
|
-
<line num="375" count="
|
|
647
|
-
<line num="378" count="
|
|
621
|
+
<line num="320" count="98" type="stmt"/>
|
|
622
|
+
<line num="322" count="98" type="stmt"/>
|
|
623
|
+
<line num="329" count="98" type="stmt"/>
|
|
624
|
+
<line num="330" count="98" type="stmt"/>
|
|
625
|
+
<line num="332" count="98" type="stmt"/>
|
|
626
|
+
<line num="333" count="98" type="stmt"/>
|
|
627
|
+
<line num="334" count="98" type="stmt"/>
|
|
628
|
+
<line num="335" count="98" type="stmt"/>
|
|
629
|
+
<line num="336" count="98" type="stmt"/>
|
|
630
|
+
<line num="340" count="98" type="stmt"/>
|
|
631
|
+
<line num="341" count="79" type="cond" truecount="4" falsecount="0"/>
|
|
632
|
+
<line num="342" count="17" type="stmt"/>
|
|
633
|
+
<line num="345" count="79" type="stmt"/>
|
|
634
|
+
<line num="349" count="98" type="cond" truecount="1" falsecount="0"/>
|
|
635
|
+
<line num="350" count="74" type="stmt"/>
|
|
636
|
+
<line num="354" count="74" type="stmt"/>
|
|
637
|
+
<line num="356" count="118" type="stmt"/>
|
|
638
|
+
<line num="357" count="74" type="stmt"/>
|
|
639
|
+
<line num="358" count="74" type="cond" truecount="5" falsecount="0"/>
|
|
640
|
+
<line num="359" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
641
|
+
<line num="360" count="18" type="stmt"/>
|
|
642
|
+
<line num="361" count="16" type="stmt"/>
|
|
643
|
+
<line num="362" count="11" type="stmt"/>
|
|
644
|
+
<line num="365" count="16" type="stmt"/>
|
|
645
|
+
<line num="368" count="17" type="stmt"/>
|
|
646
|
+
<line num="370" count="57" type="stmt"/>
|
|
647
|
+
<line num="371" count="57" type="stmt"/>
|
|
648
|
+
<line num="374" count="74" type="cond" truecount="3" falsecount="0"/>
|
|
649
|
+
<line num="375" count="65" type="stmt"/>
|
|
650
|
+
<line num="378" count="72" type="cond" truecount="3" falsecount="0"/>
|
|
648
651
|
<line num="379" count="1" type="stmt"/>
|
|
649
|
-
<line num="381" count="
|
|
652
|
+
<line num="381" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
650
653
|
<line num="382" count="1" type="stmt"/>
|
|
651
|
-
<line num="387" count="
|
|
652
|
-
<line num="388" count="
|
|
653
|
-
<line num="389" count="
|
|
654
|
-
<line num="391" count="
|
|
655
|
-
<line num="392" count="
|
|
656
|
-
<line num="393" count="
|
|
657
|
-
<line num="394" count="
|
|
658
|
-
<line num="395" count="
|
|
659
|
-
<line num="396" count="
|
|
660
|
-
<line num="397" count="
|
|
661
|
-
<line num="399" count="
|
|
662
|
-
<line num="401" count="
|
|
663
|
-
<line num="402" count="
|
|
664
|
-
<line num="403" count="
|
|
665
|
-
<line num="407" count="
|
|
666
|
-
<line num="408" count="
|
|
667
|
-
<line num="411" count="
|
|
668
|
-
<line num="413" count="
|
|
669
|
-
<line num="416" count="
|
|
670
|
-
<line num="419" count="
|
|
671
|
-
<line num="420" count="
|
|
672
|
-
<line num="422" count="
|
|
673
|
-
<line num="423" count="
|
|
674
|
-
<line num="429" count="
|
|
675
|
-
<line num="430" count="
|
|
676
|
-
<line num="431" count="
|
|
677
|
-
<line num="439" count="
|
|
678
|
-
<line num="441" count="
|
|
679
|
-
<line num="446" count="
|
|
680
|
-
<line num="447" count="
|
|
681
|
-
<line num="451" count="
|
|
682
|
-
<line num="452" count="
|
|
683
|
-
<line num="465" count="
|
|
654
|
+
<line num="387" count="17" type="stmt"/>
|
|
655
|
+
<line num="388" count="17" type="stmt"/>
|
|
656
|
+
<line num="389" count="17" type="stmt"/>
|
|
657
|
+
<line num="391" count="17" type="stmt"/>
|
|
658
|
+
<line num="392" count="68" type="stmt"/>
|
|
659
|
+
<line num="393" count="68" type="stmt"/>
|
|
660
|
+
<line num="394" count="73" type="stmt"/>
|
|
661
|
+
<line num="395" count="73" type="cond" truecount="3" falsecount="0"/>
|
|
662
|
+
<line num="396" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
663
|
+
<line num="397" count="28" type="stmt"/>
|
|
664
|
+
<line num="399" count="32" type="stmt"/>
|
|
665
|
+
<line num="401" count="32" type="stmt"/>
|
|
666
|
+
<line num="402" count="32" type="stmt"/>
|
|
667
|
+
<line num="403" count="32" type="stmt"/>
|
|
668
|
+
<line num="407" count="68" type="stmt"/>
|
|
669
|
+
<line num="408" count="73" type="stmt"/>
|
|
670
|
+
<line num="411" count="68" type="stmt"/>
|
|
671
|
+
<line num="413" count="73" type="stmt"/>
|
|
672
|
+
<line num="416" count="68" type="stmt"/>
|
|
673
|
+
<line num="419" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
674
|
+
<line num="420" count="15" type="stmt"/>
|
|
675
|
+
<line num="422" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
676
|
+
<line num="423" count="14" type="stmt"/>
|
|
677
|
+
<line num="429" count="115" type="stmt"/>
|
|
678
|
+
<line num="430" count="115" type="stmt"/>
|
|
679
|
+
<line num="431" count="18" type="stmt"/>
|
|
680
|
+
<line num="439" count="18" type="stmt"/>
|
|
681
|
+
<line num="441" count="18" type="stmt"/>
|
|
682
|
+
<line num="446" count="222" type="cond" truecount="2" falsecount="0"/>
|
|
683
|
+
<line num="447" count="115" type="stmt"/>
|
|
684
|
+
<line num="451" count="32" type="cond" truecount="2" falsecount="0"/>
|
|
685
|
+
<line num="452" count="32" type="stmt"/>
|
|
686
|
+
<line num="465" count="32" type="stmt"/>
|
|
684
687
|
<line num="466" count="8" type="stmt"/>
|
|
685
|
-
<line num="468" count="
|
|
686
|
-
<line num="469" count="
|
|
687
|
-
<line num="470" count="
|
|
688
|
-
<line num="474" count="
|
|
689
|
-
<line num="475" count="
|
|
688
|
+
<line num="468" count="32" type="stmt"/>
|
|
689
|
+
<line num="469" count="32" type="stmt"/>
|
|
690
|
+
<line num="470" count="32" type="stmt"/>
|
|
691
|
+
<line num="474" count="43" type="cond" truecount="1" falsecount="0"/>
|
|
692
|
+
<line num="475" count="32" type="stmt"/>
|
|
690
693
|
<line num="478" count="11" type="stmt"/>
|
|
691
694
|
<line num="479" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
692
695
|
<line num="480" count="9" type="stmt"/>
|
|
693
696
|
<line num="490" count="9" type="stmt"/>
|
|
694
697
|
<line num="491" count="4" type="stmt"/>
|
|
695
698
|
<line num="494" count="9" type="stmt"/>
|
|
696
|
-
<line num="500" count="
|
|
699
|
+
<line num="500" count="50" type="stmt"/>
|
|
697
700
|
<line num="501" count="30" type="stmt"/>
|
|
698
701
|
<line num="511" count="135" type="cond" truecount="2" falsecount="0"/>
|
|
699
702
|
<line num="515" count="90" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -704,7 +707,7 @@
|
|
|
704
707
|
<line num="521" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
705
708
|
<line num="523" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
706
709
|
<line num="524" count="78" type="stmt"/>
|
|
707
|
-
<line num="530" count="
|
|
710
|
+
<line num="530" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
708
711
|
<line num="531" count="19" type="stmt"/>
|
|
709
712
|
<line num="532" count="45" type="stmt"/>
|
|
710
713
|
<line num="533" count="45" type="stmt"/>
|
|
@@ -713,7 +716,7 @@
|
|
|
713
716
|
<line num="543" count="45" type="stmt"/>
|
|
714
717
|
<line num="545" count="45" type="stmt"/>
|
|
715
718
|
<line num="546" count="45" type="stmt"/>
|
|
716
|
-
<line num="553" count="
|
|
719
|
+
<line num="553" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
717
720
|
<line num="555" count="3" type="stmt"/>
|
|
718
721
|
<line num="561" count="3" type="stmt"/>
|
|
719
722
|
<line num="565" count="12" type="stmt"/>
|
|
@@ -734,18 +737,18 @@
|
|
|
734
737
|
<line num="588" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
735
738
|
<line num="592" count="22" type="cond" truecount="3" falsecount="0"/>
|
|
736
739
|
<line num="594" count="20" type="stmt"/>
|
|
737
|
-
<line num="598" count="
|
|
738
|
-
<line num="599" count="
|
|
739
|
-
<line num="600" count="
|
|
740
|
-
<line num="601" count="
|
|
741
|
-
<line num="603" count="
|
|
742
|
-
<line num="604" count="
|
|
743
|
-
<line num="605" count="
|
|
740
|
+
<line num="598" count="32" type="stmt"/>
|
|
741
|
+
<line num="599" count="32" type="stmt"/>
|
|
742
|
+
<line num="600" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
743
|
+
<line num="601" count="26" type="stmt"/>
|
|
744
|
+
<line num="603" count="32" type="stmt"/>
|
|
745
|
+
<line num="604" count="32" type="stmt"/>
|
|
746
|
+
<line num="605" count="32" type="stmt"/>
|
|
744
747
|
<line num="609" count="3" type="stmt"/>
|
|
745
748
|
<line num="610" count="1" type="stmt"/>
|
|
746
749
|
<line num="611" count="1" type="stmt"/>
|
|
747
750
|
<line num="612" count="1" type="stmt"/>
|
|
748
|
-
<line num="617" count="
|
|
751
|
+
<line num="617" count="5" type="stmt"/>
|
|
749
752
|
<line num="621" count="28" type="cond" truecount="3" falsecount="0"/>
|
|
750
753
|
<line num="625" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
751
754
|
<line num="626" count="2" type="stmt"/>
|
|
@@ -797,14 +800,14 @@
|
|
|
797
800
|
</file>
|
|
798
801
|
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
799
802
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
800
|
-
<line num="91" count="
|
|
801
|
-
<line num="92" count="
|
|
803
|
+
<line num="91" count="27" type="stmt"/>
|
|
804
|
+
<line num="92" count="27" type="stmt"/>
|
|
802
805
|
</file>
|
|
803
806
|
<file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
|
|
804
807
|
<metrics statements="83" coveredstatements="83" conditionals="43" coveredconditionals="43" methods="18" coveredmethods="18"/>
|
|
805
|
-
<line num="1" count="
|
|
806
|
-
<line num="3" count="
|
|
807
|
-
<line num="11" count="
|
|
808
|
+
<line num="1" count="27" type="stmt"/>
|
|
809
|
+
<line num="3" count="27" type="stmt"/>
|
|
810
|
+
<line num="11" count="27" type="stmt"/>
|
|
808
811
|
<line num="12" count="14" type="stmt"/>
|
|
809
812
|
<line num="14" count="14" type="stmt"/>
|
|
810
813
|
<line num="16" count="14" type="stmt"/>
|
|
@@ -891,8 +894,8 @@
|
|
|
891
894
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
892
895
|
<file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
|
|
893
896
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
894
|
-
<line num="1" count="
|
|
895
|
-
<line num="7" count="
|
|
897
|
+
<line num="1" count="27" type="stmt"/>
|
|
898
|
+
<line num="7" count="27" type="stmt"/>
|
|
896
899
|
<line num="11" count="3" type="stmt"/>
|
|
897
900
|
<line num="16" count="3" type="stmt"/>
|
|
898
901
|
<line num="23" count="3" type="stmt"/>
|
|
@@ -905,9 +908,9 @@
|
|
|
905
908
|
<metrics statements="8" coveredstatements="8" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
906
909
|
<file name="iterable-carousel.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
|
|
907
910
|
<metrics statements="8" coveredstatements="8" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
908
|
-
<line num="1" count="
|
|
909
|
-
<line num="3" count="
|
|
910
|
-
<line num="10" count="
|
|
911
|
+
<line num="1" count="27" type="stmt"/>
|
|
912
|
+
<line num="3" count="27" type="stmt"/>
|
|
913
|
+
<line num="10" count="27" type="stmt"/>
|
|
911
914
|
<line num="14" count="3" type="stmt"/>
|
|
912
915
|
<line num="15" count="3" type="stmt"/>
|
|
913
916
|
<line num="23" count="3" type="cond" truecount="10" falsecount="0"/>
|
|
@@ -919,9 +922,9 @@
|
|
|
919
922
|
<metrics statements="42" coveredstatements="42" conditionals="15" coveredconditionals="15" methods="6" coveredmethods="6"/>
|
|
920
923
|
<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">
|
|
921
924
|
<metrics statements="42" coveredstatements="42" conditionals="15" coveredconditionals="15" methods="6" coveredmethods="6"/>
|
|
922
|
-
<line num="1" count="
|
|
923
|
-
<line num="3" count="
|
|
924
|
-
<line num="13" count="
|
|
925
|
+
<line num="1" count="27" type="stmt"/>
|
|
926
|
+
<line num="3" count="27" type="stmt"/>
|
|
927
|
+
<line num="13" count="27" type="stmt"/>
|
|
925
928
|
<line num="17" count="7" type="stmt"/>
|
|
926
929
|
<line num="22" count="7" type="stmt"/>
|
|
927
930
|
<line num="32" count="7" type="stmt"/>
|
|
@@ -967,9 +970,9 @@
|
|
|
967
970
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
968
971
|
<file name="loading.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
|
|
969
972
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
970
|
-
<line num="1" count="
|
|
971
|
-
<line num="5" count="
|
|
972
|
-
<line num="11" count="
|
|
973
|
+
<line num="1" count="27" type="stmt"/>
|
|
974
|
+
<line num="5" count="27" type="stmt"/>
|
|
975
|
+
<line num="11" count="27" type="stmt"/>
|
|
973
976
|
<line num="15" count="2" type="stmt"/>
|
|
974
977
|
<line num="20" count="2" type="stmt"/>
|
|
975
978
|
<line num="25" count="2" type="stmt"/>
|
|
@@ -983,8 +986,8 @@
|
|
|
983
986
|
<metrics statements="13" coveredstatements="13" conditionals="3" coveredconditionals="3" methods="4" coveredmethods="4"/>
|
|
984
987
|
<file name="notifications.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
|
|
985
988
|
<metrics statements="13" coveredstatements="13" conditionals="3" coveredconditionals="3" methods="4" coveredmethods="4"/>
|
|
986
|
-
<line num="1" count="
|
|
987
|
-
<line num="7" count="
|
|
989
|
+
<line num="1" count="27" type="stmt"/>
|
|
990
|
+
<line num="7" count="27" type="stmt"/>
|
|
988
991
|
<line num="8" count="8" type="stmt"/>
|
|
989
992
|
<line num="15" count="8" type="stmt"/>
|
|
990
993
|
<line num="40" count="8" type="stmt"/>
|
|
@@ -1002,9 +1005,9 @@
|
|
|
1002
1005
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1003
1006
|
<file name="product-card.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
|
|
1004
1007
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1005
|
-
<line num="1" count="
|
|
1006
|
-
<line num="2" count="
|
|
1007
|
-
<line num="8" count="
|
|
1008
|
+
<line num="1" count="27" type="stmt"/>
|
|
1009
|
+
<line num="2" count="27" type="stmt"/>
|
|
1010
|
+
<line num="8" count="27" type="stmt"/>
|
|
1008
1011
|
<line num="12" count="3" type="stmt"/>
|
|
1009
1012
|
<line num="17" count="3" type="stmt"/>
|
|
1010
1013
|
<line num="22" count="3" type="stmt"/>
|
|
@@ -1039,14 +1042,14 @@
|
|
|
1039
1042
|
<metrics statements="73" coveredstatements="73" conditionals="17" coveredconditionals="17" methods="12" coveredmethods="12"/>
|
|
1040
1043
|
<file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
|
|
1041
1044
|
<metrics statements="73" coveredstatements="73" conditionals="17" coveredconditionals="17" methods="12" coveredmethods="12"/>
|
|
1042
|
-
<line num="1" count="
|
|
1043
|
-
<line num="4" count="
|
|
1044
|
-
<line num="8" count="
|
|
1045
|
-
<line num="9" count="
|
|
1046
|
-
<line num="12" count="
|
|
1047
|
-
<line num="13" count="
|
|
1048
|
-
<line num="14" count="
|
|
1049
|
-
<line num="25" count="
|
|
1045
|
+
<line num="1" count="27" type="stmt"/>
|
|
1046
|
+
<line num="4" count="27" type="stmt"/>
|
|
1047
|
+
<line num="8" count="27" type="stmt"/>
|
|
1048
|
+
<line num="9" count="27" type="stmt"/>
|
|
1049
|
+
<line num="12" count="27" type="stmt"/>
|
|
1050
|
+
<line num="13" count="27" type="stmt"/>
|
|
1051
|
+
<line num="14" count="27" type="stmt"/>
|
|
1052
|
+
<line num="25" count="27" type="stmt"/>
|
|
1050
1053
|
<line num="27" count="15" type="stmt"/>
|
|
1051
1054
|
<line num="30" count="15" type="stmt"/>
|
|
1052
1055
|
<line num="33" count="15" type="stmt"/>
|
|
@@ -1114,31 +1117,122 @@
|
|
|
1114
1117
|
<line num="232" count="2" type="stmt"/>
|
|
1115
1118
|
</file>
|
|
1116
1119
|
</package>
|
|
1120
|
+
<package name="src.components.tek-user-info">
|
|
1121
|
+
<metrics statements="79" coveredstatements="79" conditionals="39" coveredconditionals="39" methods="31" coveredmethods="31"/>
|
|
1122
|
+
<file name="TekUserInfoController.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
|
|
1123
|
+
<metrics statements="22" coveredstatements="22" conditionals="22" coveredconditionals="22" methods="17" coveredmethods="17"/>
|
|
1124
|
+
<line num="3" count="27" type="stmt"/>
|
|
1125
|
+
<line num="7" count="26" type="stmt"/>
|
|
1126
|
+
<line num="11" count="30" type="stmt"/>
|
|
1127
|
+
<line num="15" count="3" type="cond" truecount="6" falsecount="0"/>
|
|
1128
|
+
<line num="19" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1129
|
+
<line num="20" count="1" type="stmt"/>
|
|
1130
|
+
<line num="24" count="3" type="cond" truecount="6" falsecount="0"/>
|
|
1131
|
+
<line num="28" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1132
|
+
<line num="29" count="1" type="stmt"/>
|
|
1133
|
+
<line num="33" count="2" type="stmt"/>
|
|
1134
|
+
<line num="37" count="1" type="stmt"/>
|
|
1135
|
+
<line num="41" count="1" type="stmt"/>
|
|
1136
|
+
<line num="45" count="2" type="stmt"/>
|
|
1137
|
+
<line num="49" count="4" type="stmt"/>
|
|
1138
|
+
<line num="53" count="2" type="cond" truecount="7" falsecount="0"/>
|
|
1139
|
+
<line num="55" count="1" type="stmt"/>
|
|
1140
|
+
<line num="59" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1141
|
+
<line num="61" count="3" type="stmt"/>
|
|
1142
|
+
<line num="63" count="3" type="stmt"/>
|
|
1143
|
+
<line num="67" count="2" type="stmt"/>
|
|
1144
|
+
<line num="71" count="2" type="stmt"/>
|
|
1145
|
+
<line num="75" count="2" type="stmt"/>
|
|
1146
|
+
</file>
|
|
1147
|
+
<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">
|
|
1148
|
+
<metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
|
|
1149
|
+
<line num="1" count="27" type="stmt"/>
|
|
1150
|
+
<line num="2" count="27" type="stmt"/>
|
|
1151
|
+
<line num="4" count="27" type="stmt"/>
|
|
1152
|
+
<line num="6" count="27" type="stmt"/>
|
|
1153
|
+
<line num="10" count="4" type="stmt"/>
|
|
1154
|
+
<line num="12" count="4" type="stmt"/>
|
|
1155
|
+
<line num="15" count="4" type="stmt"/>
|
|
1156
|
+
<line num="16" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1157
|
+
<line num="18" count="4" type="stmt"/>
|
|
1158
|
+
<line num="22" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1159
|
+
<line num="24" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1160
|
+
<line num="25" count="1" type="stmt"/>
|
|
1161
|
+
<line num="28" count="3" type="stmt"/>
|
|
1162
|
+
<line num="43" count="1" type="stmt"/>
|
|
1163
|
+
<line num="53" count="1" type="stmt"/>
|
|
1164
|
+
</file>
|
|
1165
|
+
<file name="tek-user-info.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
|
|
1166
|
+
<metrics statements="42" coveredstatements="42" conditionals="12" coveredconditionals="12" methods="10" coveredmethods="10"/>
|
|
1167
|
+
<line num="1" count="27" type="stmt"/>
|
|
1168
|
+
<line num="4" count="27" type="stmt"/>
|
|
1169
|
+
<line num="7" count="27" type="stmt"/>
|
|
1170
|
+
<line num="9" count="27" type="stmt"/>
|
|
1171
|
+
<line num="11" count="27" type="stmt"/>
|
|
1172
|
+
<line num="19" count="32" type="stmt"/>
|
|
1173
|
+
<line num="24" count="32" type="stmt"/>
|
|
1174
|
+
<line num="29" count="32" type="stmt"/>
|
|
1175
|
+
<line num="34" count="32" type="stmt"/>
|
|
1176
|
+
<line num="39" count="32" type="stmt"/>
|
|
1177
|
+
<line num="40" count="32" type="stmt"/>
|
|
1178
|
+
<line num="41" count="32" type="stmt"/>
|
|
1179
|
+
<line num="42" count="32" type="stmt"/>
|
|
1180
|
+
<line num="43" count="32" type="stmt"/>
|
|
1181
|
+
<line num="45" count="32" type="stmt"/>
|
|
1182
|
+
<line num="46" count="32" type="stmt"/>
|
|
1183
|
+
<line num="50" count="14" type="stmt"/>
|
|
1184
|
+
<line num="60" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1185
|
+
<line num="61" count="4" type="stmt"/>
|
|
1186
|
+
<line num="121" count="5" type="stmt"/>
|
|
1187
|
+
<line num="125" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
1188
|
+
<line num="127" count="6" type="stmt"/>
|
|
1189
|
+
<line num="133" count="6" type="stmt"/>
|
|
1190
|
+
<line num="140" count="6" type="stmt"/>
|
|
1191
|
+
<line num="144" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
1192
|
+
<line num="145" count="8" type="stmt"/>
|
|
1193
|
+
<line num="245" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1194
|
+
<line num="253" count="3" type="stmt"/>
|
|
1195
|
+
<line num="262" count="9" type="stmt"/>
|
|
1196
|
+
<line num="266" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1197
|
+
<line num="268" count="2" type="stmt"/>
|
|
1198
|
+
<line num="270" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1199
|
+
<line num="272" count="1" type="stmt"/>
|
|
1200
|
+
<line num="275" count="1" type="stmt"/>
|
|
1201
|
+
<line num="279" count="15" type="stmt"/>
|
|
1202
|
+
<line num="280" count="15" type="stmt"/>
|
|
1203
|
+
<line num="282" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
1204
|
+
<line num="286" count="1" type="stmt"/>
|
|
1205
|
+
<line num="288" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1206
|
+
<line num="289" count="1" type="stmt"/>
|
|
1207
|
+
<line num="291" count="1" type="stmt"/>
|
|
1208
|
+
<line num="296" count="27" type="stmt"/>
|
|
1209
|
+
</file>
|
|
1210
|
+
</package>
|
|
1117
1211
|
<package name="src.utils">
|
|
1118
1212
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
1119
1213
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
|
|
1120
1214
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
1121
|
-
<line num="1" count="
|
|
1122
|
-
<line num="2" count="
|
|
1123
|
-
<line num="3" count="
|
|
1124
|
-
<line num="6" count="
|
|
1215
|
+
<line num="1" count="27" type="stmt"/>
|
|
1216
|
+
<line num="2" count="27" type="stmt"/>
|
|
1217
|
+
<line num="3" count="27" type="stmt"/>
|
|
1218
|
+
<line num="6" count="140" type="stmt"/>
|
|
1125
1219
|
</file>
|
|
1126
1220
|
</package>
|
|
1127
1221
|
<package name="src.utils.grid-base">
|
|
1128
|
-
<metrics statements="
|
|
1222
|
+
<metrics statements="182" coveredstatements="182" conditionals="128" coveredconditionals="128" methods="61" coveredmethods="61"/>
|
|
1129
1223
|
<file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
|
|
1130
|
-
<metrics statements="
|
|
1131
|
-
<line num="1" count="
|
|
1132
|
-
<line num="4" count="
|
|
1133
|
-
<line num="7" count="
|
|
1134
|
-
<line num="36" count="
|
|
1135
|
-
<line num="39" count="
|
|
1136
|
-
<line num="42" count="
|
|
1137
|
-
<line num="44" count="
|
|
1138
|
-
<line num="48" count="
|
|
1139
|
-
<line num="51" count="
|
|
1140
|
-
<line num="52" count="
|
|
1141
|
-
<line num="53" count="
|
|
1224
|
+
<metrics statements="162" coveredstatements="162" conditionals="102" coveredconditionals="102" methods="42" coveredmethods="42"/>
|
|
1225
|
+
<line num="1" count="27" type="stmt"/>
|
|
1226
|
+
<line num="4" count="27" type="stmt"/>
|
|
1227
|
+
<line num="7" count="27" type="stmt"/>
|
|
1228
|
+
<line num="36" count="27" type="stmt"/>
|
|
1229
|
+
<line num="39" count="113" type="stmt"/>
|
|
1230
|
+
<line num="42" count="113" type="stmt"/>
|
|
1231
|
+
<line num="44" count="113" type="stmt"/>
|
|
1232
|
+
<line num="48" count="113" type="stmt"/>
|
|
1233
|
+
<line num="51" count="531" type="stmt"/>
|
|
1234
|
+
<line num="52" count="531" type="cond" truecount="2" falsecount="0"/>
|
|
1235
|
+
<line num="53" count="531" type="stmt"/>
|
|
1142
1236
|
<line num="60" count="2" type="stmt"/>
|
|
1143
1237
|
<line num="67" count="37" type="stmt"/>
|
|
1144
1238
|
<line num="270" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -1259,17 +1353,17 @@
|
|
|
1259
1353
|
<line num="578" count="1" type="stmt"/>
|
|
1260
1354
|
<line num="579" count="1" type="stmt"/>
|
|
1261
1355
|
<line num="580" count="5" type="stmt"/>
|
|
1262
|
-
<line num="585" count="
|
|
1263
|
-
<line num="593" count="
|
|
1264
|
-
<line num="601" count="
|
|
1265
|
-
<line num="602" count="
|
|
1356
|
+
<line num="585" count="113" type="stmt"/>
|
|
1357
|
+
<line num="593" count="113" type="stmt"/>
|
|
1358
|
+
<line num="601" count="226" type="stmt"/>
|
|
1359
|
+
<line num="602" count="226" type="cond" truecount="3" falsecount="0"/>
|
|
1266
1360
|
<line num="604" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
1267
1361
|
<line num="605" count="17" type="stmt"/>
|
|
1268
1362
|
<line num="607" count="17" type="stmt"/>
|
|
1269
1363
|
<line num="609" count="221" type="stmt"/>
|
|
1270
|
-
<line num="615" count="
|
|
1271
|
-
<line num="619" count="
|
|
1272
|
-
<line num="620" count="
|
|
1364
|
+
<line num="615" count="192" type="stmt"/>
|
|
1365
|
+
<line num="619" count="6" type="stmt"/>
|
|
1366
|
+
<line num="620" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1273
1367
|
<line num="621" count="9" type="stmt"/>
|
|
1274
1368
|
<line num="622" count="4" type="stmt"/>
|
|
1275
1369
|
<line num="624" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -1279,20 +1373,21 @@
|
|
|
1279
1373
|
<line num="629" count="6" type="stmt"/>
|
|
1280
1374
|
<line num="632" count="3" type="stmt"/>
|
|
1281
1375
|
<line num="635" count="4" type="stmt"/>
|
|
1282
|
-
<line num="638" count="
|
|
1283
|
-
<line num="
|
|
1284
|
-
<line num="
|
|
1285
|
-
<line num="
|
|
1286
|
-
<line num="
|
|
1287
|
-
<line num="
|
|
1288
|
-
<line num="670" count="
|
|
1289
|
-
<line num="
|
|
1290
|
-
<line num="
|
|
1291
|
-
<line num="
|
|
1376
|
+
<line num="638" count="6" type="stmt"/>
|
|
1377
|
+
<line num="639" count="6" type="stmt"/>
|
|
1378
|
+
<line num="642" count="113" type="stmt"/>
|
|
1379
|
+
<line num="644" count="113" type="stmt"/>
|
|
1380
|
+
<line num="664" count="2" type="stmt"/>
|
|
1381
|
+
<line num="668" count="10" type="stmt"/>
|
|
1382
|
+
<line num="670" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1383
|
+
<line num="671" count="2" type="stmt"/>
|
|
1384
|
+
<line num="674" count="2" type="stmt"/>
|
|
1385
|
+
<line num="676" count="4" type="stmt"/>
|
|
1386
|
+
<line num="680" count="27" type="stmt"/>
|
|
1292
1387
|
</file>
|
|
1293
1388
|
<file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
|
|
1294
1389
|
<metrics statements="20" coveredstatements="20" conditionals="26" coveredconditionals="26" methods="19" coveredmethods="19"/>
|
|
1295
|
-
<line num="4" count="
|
|
1390
|
+
<line num="4" count="27" type="stmt"/>
|
|
1296
1391
|
<line num="8" count="44" type="stmt"/>
|
|
1297
1392
|
<line num="12" count="1" type="stmt"/>
|
|
1298
1393
|
<line num="16" count="4" type="stmt"/>
|
|
@@ -1318,8 +1413,8 @@
|
|
|
1318
1413
|
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1319
1414
|
<file name="report-filter.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
|
|
1320
1415
|
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1321
|
-
<line num="2" count="
|
|
1322
|
-
<line num="8" count="
|
|
1416
|
+
<line num="2" count="27" type="stmt"/>
|
|
1417
|
+
<line num="8" count="27" type="stmt"/>
|
|
1323
1418
|
<line num="9" count="4" type="stmt"/>
|
|
1324
1419
|
<line num="11" count="4" type="stmt"/>
|
|
1325
1420
|
<line num="28" count="4" type="stmt"/>
|
|
@@ -1339,5 +1434,39 @@
|
|
|
1339
1434
|
<line num="51" count="2" type="stmt"/>
|
|
1340
1435
|
</file>
|
|
1341
1436
|
</package>
|
|
1437
|
+
<package name="tests.__helpers__">
|
|
1438
|
+
<metrics statements="19" coveredstatements="19" conditionals="6" coveredconditionals="6" methods="5" coveredmethods="5"/>
|
|
1439
|
+
<file name="component-event-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
|
|
1440
|
+
<metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
1441
|
+
<line num="3" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
1442
|
+
<line num="5" count="1" type="stmt"/>
|
|
1443
|
+
</file>
|
|
1444
|
+
<file name="get-child-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
|
|
1445
|
+
<metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
|
|
1446
|
+
<line num="8" count="1" type="stmt"/>
|
|
1447
|
+
<line num="11" count="155" type="stmt"/>
|
|
1448
|
+
<line num="12" count="533" type="cond" truecount="1" falsecount="0"/>
|
|
1449
|
+
<line num="13" count="34" type="stmt"/>
|
|
1450
|
+
<line num="14" count="34" type="stmt"/>
|
|
1451
|
+
<line num="17" count="499" type="cond" truecount="3" falsecount="0"/>
|
|
1452
|
+
<line num="18" count="121" type="stmt"/>
|
|
1453
|
+
<line num="20" count="121" type="cond" truecount="1" falsecount="0"/>
|
|
1454
|
+
<line num="24" count="155" type="stmt"/>
|
|
1455
|
+
<line num="27" count="1" type="stmt"/>
|
|
1456
|
+
</file>
|
|
1457
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
|
|
1458
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1459
|
+
<line num="1" count="1" type="stmt"/>
|
|
1460
|
+
<line num="2" count="1" type="stmt"/>
|
|
1461
|
+
<line num="3" count="1" type="stmt"/>
|
|
1462
|
+
</file>
|
|
1463
|
+
<file name="mock-created-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
|
|
1464
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1465
|
+
<line num="6" count="3" type="stmt"/>
|
|
1466
|
+
<line num="7" count="15" type="stmt"/>
|
|
1467
|
+
<line num="8" count="15" type="stmt"/>
|
|
1468
|
+
<line num="12" count="3" type="stmt"/>
|
|
1469
|
+
</file>
|
|
1470
|
+
</package>
|
|
1342
1471
|
</project>
|
|
1343
1472
|
</coverage>
|