@zeedhi/teknisa-components-common 1.130.0 → 1.132.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 +1224 -1109
- package/coverage/coverage-final.json +48 -46
- package/coverage/lcov-report/index.html +22 -22
- 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 +11 -11
- 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 +2230 -1993
- package/dist/tek-components-common.esm.js +393 -195
- package/dist/tek-components-common.umd.js +393 -194
- package/package.json +2 -2
- package/tests/unit/components/tek-grid/grid-columns-button.spec.ts +123 -2
- package/tests/unit/components/tek-grid/grid-export-button.spec.ts +403 -0
- package/tests/unit/components/tek-grid/grid-filter-button.spec.ts +147 -4
- package/tests/unit/components/tek-grid/grid.spec.ts +182 -9
- package/tests/unit/components/tek-grid/layout_options.spec.ts +680 -25
- package/tests/unit/utils/object-comparison.spec.ts +89 -0
- package/types/components/index.d.ts +1 -0
- package/types/components/tek-grid/grid-columns-button.d.ts +2 -1
- package/types/components/tek-grid/grid-export-button.d.ts +19 -0
- package/types/components/tek-grid/grid-filter-button.d.ts +1 -0
- package/types/components/tek-grid/grid.d.ts +4 -0
- package/types/components/tek-grid/interfaces.d.ts +8 -0
- package/types/components/tek-grid/layout-options.d.ts +15 -0
- package/types/components/tek-tree-grid/tree-grid.d.ts +2 -0
- package/types/utils/grid-base/export-options/button-option.d.ts +3 -1
- package/types/utils/grid-base/export-options/multi-option.d.ts +3 -1
- package/types/utils/grid-base/grid-base.d.ts +1 -3
- package/types/utils/index.d.ts +1 -0
- package/types/utils/object-comparison.d.ts +3 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,73 +1,74 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1784835856169" clover="3.2.0">
|
|
3
|
+
<project timestamp="1784835856170" name="All files">
|
|
4
|
+
<metrics statements="1922" coveredstatements="1922" conditionals="866" coveredconditionals="866" methods="472" coveredmethods="472" elements="3260" coveredelements="3260" complexity="0" loc="1922" ncloc="1922" packages="22" files="49" classes="49"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
|
|
8
8
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
9
|
-
<line num="1" count="
|
|
10
|
-
<line num="3" count="
|
|
11
|
-
<line num="6" count="
|
|
12
|
-
<line num="8" count="
|
|
9
|
+
<line num="1" count="27" type="stmt"/>
|
|
10
|
+
<line num="3" count="27" type="stmt"/>
|
|
11
|
+
<line num="6" count="27" type="stmt"/>
|
|
12
|
+
<line num="8" count="27" type="stmt"/>
|
|
13
13
|
</file>
|
|
14
14
|
</package>
|
|
15
15
|
<package name="src.components">
|
|
16
|
-
<metrics statements="
|
|
16
|
+
<metrics statements="44" coveredstatements="44" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
17
17
|
<file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
|
|
18
|
-
<metrics statements="
|
|
19
|
-
<line num="1" count="
|
|
20
|
-
<line num="3" count="
|
|
21
|
-
<line num="60" count="
|
|
22
|
-
<line num="61" count="
|
|
23
|
-
<line num="62" count="
|
|
24
|
-
<line num="63" count="
|
|
25
|
-
<line num="64" count="
|
|
26
|
-
<line num="65" count="
|
|
27
|
-
<line num="66" count="
|
|
28
|
-
<line num="68" count="
|
|
29
|
-
<line num="69" count="
|
|
30
|
-
<line num="71" count="
|
|
31
|
-
<line num="72" count="
|
|
32
|
-
<line num="74" count="
|
|
33
|
-
<line num="75" count="
|
|
34
|
-
<line num="77" count="
|
|
35
|
-
<line num="78" count="
|
|
36
|
-
<line num="80" count="
|
|
37
|
-
<line num="81" count="
|
|
38
|
-
<line num="83" count="
|
|
39
|
-
<line num="84" count="
|
|
40
|
-
<line num="86" count="
|
|
41
|
-
<line num="87" count="
|
|
42
|
-
<line num="89" count="
|
|
43
|
-
<line num="90" count="
|
|
44
|
-
<line num="92" count="
|
|
45
|
-
<line num="93" count="
|
|
46
|
-
<line num="94" count="
|
|
47
|
-
<line num="95" count="
|
|
48
|
-
<line num="96" count="
|
|
49
|
-
<line num="97" count="
|
|
50
|
-
<line num="98" count="
|
|
51
|
-
<line num="99" count="
|
|
52
|
-
<line num="
|
|
53
|
-
<line num="102" count="
|
|
54
|
-
<line num="103" count="
|
|
55
|
-
<line num="
|
|
56
|
-
<line num="106" count="
|
|
57
|
-
<line num="
|
|
58
|
-
<line num="109" count="
|
|
59
|
-
<line num="110" count="
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="113" count="
|
|
18
|
+
<metrics statements="44" coveredstatements="44" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
19
|
+
<line num="1" count="31" type="stmt"/>
|
|
20
|
+
<line num="3" count="31" type="stmt"/>
|
|
21
|
+
<line num="60" count="31" type="stmt"/>
|
|
22
|
+
<line num="61" count="31" type="stmt"/>
|
|
23
|
+
<line num="62" count="31" type="stmt"/>
|
|
24
|
+
<line num="63" count="31" type="stmt"/>
|
|
25
|
+
<line num="64" count="31" type="stmt"/>
|
|
26
|
+
<line num="65" count="31" type="stmt"/>
|
|
27
|
+
<line num="66" count="31" type="stmt"/>
|
|
28
|
+
<line num="68" count="31" type="stmt"/>
|
|
29
|
+
<line num="69" count="31" type="stmt"/>
|
|
30
|
+
<line num="71" count="31" type="stmt"/>
|
|
31
|
+
<line num="72" count="31" type="stmt"/>
|
|
32
|
+
<line num="74" count="31" type="stmt"/>
|
|
33
|
+
<line num="75" count="31" type="stmt"/>
|
|
34
|
+
<line num="77" count="31" type="stmt"/>
|
|
35
|
+
<line num="78" count="31" type="stmt"/>
|
|
36
|
+
<line num="80" count="31" type="stmt"/>
|
|
37
|
+
<line num="81" count="31" type="stmt"/>
|
|
38
|
+
<line num="83" count="31" type="stmt"/>
|
|
39
|
+
<line num="84" count="31" type="stmt"/>
|
|
40
|
+
<line num="86" count="31" type="stmt"/>
|
|
41
|
+
<line num="87" count="31" type="stmt"/>
|
|
42
|
+
<line num="89" count="31" type="stmt"/>
|
|
43
|
+
<line num="90" count="31" type="stmt"/>
|
|
44
|
+
<line num="92" count="31" type="stmt"/>
|
|
45
|
+
<line num="93" count="31" type="stmt"/>
|
|
46
|
+
<line num="94" count="31" type="stmt"/>
|
|
47
|
+
<line num="95" count="31" type="stmt"/>
|
|
48
|
+
<line num="96" count="31" type="stmt"/>
|
|
49
|
+
<line num="97" count="31" type="stmt"/>
|
|
50
|
+
<line num="98" count="31" type="stmt"/>
|
|
51
|
+
<line num="99" count="31" type="stmt"/>
|
|
52
|
+
<line num="100" count="31" type="stmt"/>
|
|
53
|
+
<line num="102" count="31" type="stmt"/>
|
|
54
|
+
<line num="103" count="31" type="stmt"/>
|
|
55
|
+
<line num="104" count="31" type="stmt"/>
|
|
56
|
+
<line num="106" count="31" type="stmt"/>
|
|
57
|
+
<line num="107" count="31" type="stmt"/>
|
|
58
|
+
<line num="109" count="31" type="stmt"/>
|
|
59
|
+
<line num="110" count="31" type="stmt"/>
|
|
60
|
+
<line num="111" count="31" type="stmt"/>
|
|
61
|
+
<line num="113" count="31" type="stmt"/>
|
|
62
|
+
<line num="114" count="31" type="stmt"/>
|
|
62
63
|
</file>
|
|
63
64
|
</package>
|
|
64
65
|
<package name="src.components.crud">
|
|
65
66
|
<metrics statements="128" coveredstatements="128" conditionals="78" coveredconditionals="78" methods="28" coveredmethods="28"/>
|
|
66
67
|
<file name="crud-add-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
|
|
67
68
|
<metrics statements="15" coveredstatements="15" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
|
|
68
|
-
<line num="1" count="
|
|
69
|
-
<line num="3" count="
|
|
70
|
-
<line num="8" count="
|
|
69
|
+
<line num="1" count="31" type="stmt"/>
|
|
70
|
+
<line num="3" count="31" type="stmt"/>
|
|
71
|
+
<line num="8" count="31" type="stmt"/>
|
|
71
72
|
<line num="12" count="3" type="stmt"/>
|
|
72
73
|
<line num="17" count="3" type="stmt"/>
|
|
73
74
|
<line num="22" count="3" type="stmt"/>
|
|
@@ -83,10 +84,10 @@
|
|
|
83
84
|
</file>
|
|
84
85
|
<file name="crud-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
|
|
85
86
|
<metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
|
|
86
|
-
<line num="1" count="
|
|
87
|
-
<line num="4" count="
|
|
88
|
-
<line num="6" count="
|
|
89
|
-
<line num="11" count="
|
|
87
|
+
<line num="1" count="31" type="stmt"/>
|
|
88
|
+
<line num="4" count="31" type="stmt"/>
|
|
89
|
+
<line num="6" count="31" type="stmt"/>
|
|
90
|
+
<line num="11" count="31" type="stmt"/>
|
|
90
91
|
<line num="22" count="29" type="stmt"/>
|
|
91
92
|
<line num="29" count="29" type="stmt"/>
|
|
92
93
|
<line num="30" count="29" type="stmt"/>
|
|
@@ -104,11 +105,11 @@
|
|
|
104
105
|
</file>
|
|
105
106
|
<file name="crud-cancel-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
|
|
106
107
|
<metrics statements="20" coveredstatements="20" conditionals="15" coveredconditionals="15" methods="4" coveredmethods="4"/>
|
|
107
|
-
<line num="1" count="
|
|
108
|
-
<line num="2" count="
|
|
109
|
-
<line num="4" count="
|
|
110
|
-
<line num="5" count="
|
|
111
|
-
<line num="10" count="
|
|
108
|
+
<line num="1" count="31" type="stmt"/>
|
|
109
|
+
<line num="2" count="31" type="stmt"/>
|
|
110
|
+
<line num="4" count="31" type="stmt"/>
|
|
111
|
+
<line num="5" count="31" type="stmt"/>
|
|
112
|
+
<line num="10" count="31" type="stmt"/>
|
|
112
113
|
<line num="14" count="6" type="stmt"/>
|
|
113
114
|
<line num="19" count="6" type="stmt"/>
|
|
114
115
|
<line num="26" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -127,10 +128,10 @@
|
|
|
127
128
|
</file>
|
|
128
129
|
<file name="crud-delete-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
|
|
129
130
|
<metrics statements="24" coveredstatements="24" conditionals="23" coveredconditionals="23" methods="6" coveredmethods="6"/>
|
|
130
|
-
<line num="1" count="
|
|
131
|
-
<line num="2" count="
|
|
132
|
-
<line num="4" count="
|
|
133
|
-
<line num="9" count="
|
|
131
|
+
<line num="1" count="31" type="stmt"/>
|
|
132
|
+
<line num="2" count="31" type="stmt"/>
|
|
133
|
+
<line num="4" count="31" type="stmt"/>
|
|
134
|
+
<line num="9" count="31" type="stmt"/>
|
|
134
135
|
<line num="13" count="7" type="stmt"/>
|
|
135
136
|
<line num="18" count="7" type="stmt"/>
|
|
136
137
|
<line num="23" count="7" type="stmt"/>
|
|
@@ -154,9 +155,9 @@
|
|
|
154
155
|
</file>
|
|
155
156
|
<file name="crud-form.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
|
|
156
157
|
<metrics statements="30" coveredstatements="30" conditionals="8" coveredconditionals="8" methods="8" coveredmethods="8"/>
|
|
157
|
-
<line num="1" count="
|
|
158
|
-
<line num="2" count="
|
|
159
|
-
<line num="8" count="
|
|
158
|
+
<line num="1" count="31" type="stmt"/>
|
|
159
|
+
<line num="2" count="31" type="stmt"/>
|
|
160
|
+
<line num="8" count="31" type="stmt"/>
|
|
160
161
|
<line num="12" count="18" type="stmt"/>
|
|
161
162
|
<line num="29" count="18" type="stmt"/>
|
|
162
163
|
<line num="30" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -187,11 +188,11 @@
|
|
|
187
188
|
</file>
|
|
188
189
|
<file name="crud-save-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
|
|
189
190
|
<metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
|
|
190
|
-
<line num="1" count="
|
|
191
|
-
<line num="2" count="
|
|
192
|
-
<line num="4" count="
|
|
193
|
-
<line num="5" count="
|
|
194
|
-
<line num="10" count="
|
|
191
|
+
<line num="1" count="31" type="stmt"/>
|
|
192
|
+
<line num="2" count="31" type="stmt"/>
|
|
193
|
+
<line num="4" count="31" type="stmt"/>
|
|
194
|
+
<line num="5" count="31" type="stmt"/>
|
|
195
|
+
<line num="10" count="31" type="stmt"/>
|
|
195
196
|
<line num="14" count="8" type="stmt"/>
|
|
196
197
|
<line num="21" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
197
198
|
<line num="22" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -214,8 +215,8 @@
|
|
|
214
215
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
215
216
|
<file name="breadcrumb-header.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
|
|
216
217
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
217
|
-
<line num="1" count="
|
|
218
|
-
<line num="7" count="
|
|
218
|
+
<line num="1" count="31" type="stmt"/>
|
|
219
|
+
<line num="7" count="31" type="stmt"/>
|
|
219
220
|
<line num="10" count="2" type="stmt"/>
|
|
220
221
|
<line num="12" count="2" type="stmt"/>
|
|
221
222
|
<line num="15" count="2" type="stmt"/>
|
|
@@ -229,8 +230,8 @@
|
|
|
229
230
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
230
231
|
<file name="card-title.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
|
|
231
232
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
232
|
-
<line num="1" count="
|
|
233
|
-
<line num="7" count="
|
|
233
|
+
<line num="1" count="31" type="stmt"/>
|
|
234
|
+
<line num="7" count="31" type="stmt"/>
|
|
234
235
|
<line num="8" count="2" type="stmt"/>
|
|
235
236
|
<line num="10" count="2" type="stmt"/>
|
|
236
237
|
<line num="12" count="2" type="stmt"/>
|
|
@@ -251,14 +252,14 @@
|
|
|
251
252
|
<metrics statements="201" coveredstatements="201" conditionals="132" coveredconditionals="132" methods="50" coveredmethods="50"/>
|
|
252
253
|
<file name="interfaces.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
|
|
253
254
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
254
|
-
<line num="19" count="
|
|
255
|
-
<line num="33" count="
|
|
255
|
+
<line num="19" count="31" type="stmt"/>
|
|
256
|
+
<line num="33" count="31" type="stmt"/>
|
|
256
257
|
</file>
|
|
257
258
|
<file name="memory-datasource.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
|
|
258
259
|
<metrics statements="121" coveredstatements="121" conditionals="89" coveredconditionals="89" methods="31" coveredmethods="31"/>
|
|
259
|
-
<line num="1" count="
|
|
260
|
-
<line num="4" count="
|
|
261
|
-
<line num="11" count="
|
|
260
|
+
<line num="1" count="31" type="stmt"/>
|
|
261
|
+
<line num="4" count="31" type="stmt"/>
|
|
262
|
+
<line num="11" count="31" type="stmt"/>
|
|
262
263
|
<line num="21" count="16" type="stmt"/>
|
|
263
264
|
<line num="26" count="16" type="stmt"/>
|
|
264
265
|
<line num="31" count="16" type="stmt"/>
|
|
@@ -376,29 +377,29 @@
|
|
|
376
377
|
<line num="306" count="12" type="stmt"/>
|
|
377
378
|
<line num="314" count="217" type="stmt"/>
|
|
378
379
|
<line num="318" count="42" type="stmt"/>
|
|
379
|
-
<line num="322" count="
|
|
380
|
+
<line num="322" count="31" type="stmt"/>
|
|
380
381
|
</file>
|
|
381
382
|
<file name="rest-datasource.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
|
|
382
383
|
<metrics statements="78" coveredstatements="78" conditionals="43" coveredconditionals="43" methods="19" coveredmethods="19"/>
|
|
383
|
-
<line num="1" count="
|
|
384
|
-
<line num="4" count="
|
|
385
|
-
<line num="11" count="
|
|
386
|
-
<line num="21" count="
|
|
387
|
-
<line num="26" count="
|
|
388
|
-
<line num="31" count="
|
|
389
|
-
<line num="38" count="
|
|
390
|
-
<line num="40" count="
|
|
391
|
-
<line num="41" count="
|
|
392
|
-
<line num="42" count="
|
|
393
|
-
<line num="44" count="
|
|
394
|
-
<line num="46" count="
|
|
395
|
-
<line num="47" count="
|
|
396
|
-
<line num="48" count="
|
|
397
|
-
<line num="49" count="
|
|
384
|
+
<line num="1" count="31" type="stmt"/>
|
|
385
|
+
<line num="4" count="31" type="stmt"/>
|
|
386
|
+
<line num="11" count="31" type="stmt"/>
|
|
387
|
+
<line num="21" count="59" type="stmt"/>
|
|
388
|
+
<line num="26" count="59" type="stmt"/>
|
|
389
|
+
<line num="31" count="59" type="stmt"/>
|
|
390
|
+
<line num="38" count="59" type="stmt"/>
|
|
391
|
+
<line num="40" count="59" type="cond" truecount="1" falsecount="0"/>
|
|
392
|
+
<line num="41" count="54" type="stmt"/>
|
|
393
|
+
<line num="42" count="54" type="stmt"/>
|
|
394
|
+
<line num="44" count="59" type="stmt"/>
|
|
395
|
+
<line num="46" count="59" type="stmt"/>
|
|
396
|
+
<line num="47" count="59" type="stmt"/>
|
|
397
|
+
<line num="48" count="59" type="stmt"/>
|
|
398
|
+
<line num="49" count="59" type="cond" truecount="1" falsecount="0"/>
|
|
398
399
|
<line num="50" count="1" type="stmt"/>
|
|
399
400
|
<line num="55" count="7" type="stmt"/>
|
|
400
401
|
<line num="56" count="7" type="stmt"/>
|
|
401
|
-
<line num="60" count="
|
|
402
|
+
<line num="60" count="99" type="cond" truecount="1" falsecount="0"/>
|
|
402
403
|
<line num="61" count="7" type="stmt"/>
|
|
403
404
|
<line num="62" count="7" type="stmt"/>
|
|
404
405
|
<line num="63" count="7" type="stmt"/>
|
|
@@ -446,28 +447,28 @@
|
|
|
446
447
|
<line num="191" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
447
448
|
<line num="193" count="30" type="cond" truecount="3" falsecount="0"/>
|
|
448
449
|
<line num="195" count="33" type="cond" truecount="5" falsecount="0"/>
|
|
449
|
-
<line num="206" count="
|
|
450
|
-
<line num="207" count="
|
|
451
|
-
<line num="208" count="
|
|
450
|
+
<line num="206" count="40" type="stmt"/>
|
|
451
|
+
<line num="207" count="80" type="cond" truecount="2" falsecount="0"/>
|
|
452
|
+
<line num="208" count="40" type="cond" truecount="2" falsecount="0"/>
|
|
452
453
|
<line num="209" count="16" type="stmt"/>
|
|
453
454
|
<line num="211" count="16" type="cond" truecount="3" falsecount="0"/>
|
|
454
|
-
<line num="214" count="
|
|
455
|
+
<line num="214" count="40" type="cond" truecount="3" falsecount="0"/>
|
|
455
456
|
<line num="215" count="10" type="stmt"/>
|
|
456
|
-
<line num="218" count="
|
|
457
|
-
<line num="219" count="
|
|
458
|
-
<line num="221" count="
|
|
457
|
+
<line num="218" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
458
|
+
<line num="219" count="7" type="stmt"/>
|
|
459
|
+
<line num="221" count="40" type="stmt"/>
|
|
459
460
|
<line num="225" count="1" type="stmt"/>
|
|
460
|
-
<line num="234" count="
|
|
461
|
+
<line num="234" count="31" type="stmt"/>
|
|
461
462
|
</file>
|
|
462
463
|
</package>
|
|
463
464
|
<package name="src.components.tek-drag-grid">
|
|
464
465
|
<metrics statements="28" coveredstatements="28" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
|
|
465
466
|
<file name="tek-drag-grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-drag-grid/tek-drag-grid.ts">
|
|
466
467
|
<metrics statements="28" coveredstatements="28" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
|
|
467
|
-
<line num="1" count="
|
|
468
|
-
<line num="3" count="
|
|
469
|
-
<line num="4" count="
|
|
470
|
-
<line num="7" count="
|
|
468
|
+
<line num="1" count="31" type="stmt"/>
|
|
469
|
+
<line num="3" count="31" type="stmt"/>
|
|
470
|
+
<line num="4" count="31" type="stmt"/>
|
|
471
|
+
<line num="7" count="31" type="stmt"/>
|
|
471
472
|
<line num="8" count="4" type="stmt"/>
|
|
472
473
|
<line num="10" count="4" type="stmt"/>
|
|
473
474
|
<line num="15" count="4" type="stmt"/>
|
|
@@ -495,11 +496,11 @@
|
|
|
495
496
|
</file>
|
|
496
497
|
</package>
|
|
497
498
|
<package name="src.components.tek-grid">
|
|
498
|
-
<metrics statements="
|
|
499
|
+
<metrics statements="953" coveredstatements="953" conditionals="447" coveredconditionals="447" methods="220" coveredmethods="220"/>
|
|
499
500
|
<file name="filter-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
|
|
500
501
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
501
|
-
<line num="1" count="
|
|
502
|
-
<line num="4" count="
|
|
502
|
+
<line num="1" count="31" type="stmt"/>
|
|
503
|
+
<line num="4" count="31" type="stmt"/>
|
|
503
504
|
<line num="6" count="2" type="stmt"/>
|
|
504
505
|
<line num="10" count="13" type="stmt"/>
|
|
505
506
|
<line num="14" count="2" type="stmt"/>
|
|
@@ -507,10 +508,10 @@
|
|
|
507
508
|
</file>
|
|
508
509
|
<file name="grid-column.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
|
|
509
510
|
<metrics statements="79" coveredstatements="79" conditionals="24" coveredconditionals="24" methods="19" coveredmethods="19"/>
|
|
510
|
-
<line num="1" count="
|
|
511
|
-
<line num="2" count="
|
|
512
|
-
<line num="3" count="
|
|
513
|
-
<line num="10" count="
|
|
511
|
+
<line num="1" count="31" type="stmt"/>
|
|
512
|
+
<line num="2" count="31" type="stmt"/>
|
|
513
|
+
<line num="3" count="31" type="stmt"/>
|
|
514
|
+
<line num="10" count="31" type="stmt"/>
|
|
514
515
|
<line num="71" count="9" type="stmt"/>
|
|
515
516
|
<line num="73" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
516
517
|
<line num="74" count="4" type="stmt"/>
|
|
@@ -555,42 +556,42 @@
|
|
|
555
556
|
<line num="138" count="4" type="stmt"/>
|
|
556
557
|
<line num="139" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
557
558
|
<line num="143" count="3" type="stmt"/>
|
|
558
|
-
<line num="150" count="
|
|
559
|
+
<line num="150" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
559
560
|
<line num="151" count="1" type="stmt"/>
|
|
560
|
-
<line num="154" count="
|
|
561
|
-
<line num="155" count="
|
|
562
|
-
<line num="156" count="
|
|
563
|
-
<line num="157" count="
|
|
561
|
+
<line num="154" count="13" type="stmt"/>
|
|
562
|
+
<line num="155" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
563
|
+
<line num="156" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
564
|
+
<line num="157" count="9" type="stmt"/>
|
|
564
565
|
<line num="161" count="3" type="stmt"/>
|
|
565
566
|
<line num="167" count="3" type="stmt"/>
|
|
566
|
-
<line num="170" count="
|
|
567
|
-
<line num="171" count="
|
|
568
|
-
<line num="174" count="
|
|
569
|
-
<line num="181" count="
|
|
570
|
-
<line num="185" count="
|
|
571
|
-
<line num="189" count="
|
|
572
|
-
<line num="190" count="
|
|
573
|
-
<line num="191" count="
|
|
574
|
-
<line num="192" count="
|
|
575
|
-
<line num="197" count="
|
|
576
|
-
<line num="201" count="
|
|
577
|
-
<line num="202" count="
|
|
578
|
-
<line num="203" count="
|
|
567
|
+
<line num="170" count="13" type="stmt"/>
|
|
568
|
+
<line num="171" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
569
|
+
<line num="174" count="13" type="stmt"/>
|
|
570
|
+
<line num="181" count="13" type="stmt"/>
|
|
571
|
+
<line num="185" count="1711" type="stmt"/>
|
|
572
|
+
<line num="189" count="362" type="stmt"/>
|
|
573
|
+
<line num="190" count="362" type="stmt"/>
|
|
574
|
+
<line num="191" count="362" type="cond" truecount="1" falsecount="0"/>
|
|
575
|
+
<line num="192" count="51" type="stmt"/>
|
|
576
|
+
<line num="197" count="1008" type="stmt"/>
|
|
577
|
+
<line num="201" count="361" type="stmt"/>
|
|
578
|
+
<line num="202" count="361" type="stmt"/>
|
|
579
|
+
<line num="203" count="361" type="cond" truecount="1" falsecount="0"/>
|
|
579
580
|
<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="
|
|
581
|
+
<line num="209" count="669" type="stmt"/>
|
|
582
|
+
<line num="213" count="359" type="stmt"/>
|
|
583
|
+
<line num="214" count="359" type="stmt"/>
|
|
584
|
+
<line num="215" count="359" type="cond" truecount="1" falsecount="0"/>
|
|
584
585
|
<line num="216" count="1" type="stmt"/>
|
|
585
|
-
<line num="221" count="
|
|
586
|
-
<line num="225" count="
|
|
587
|
-
<line num="230" count="
|
|
588
|
-
<line num="231" count="
|
|
586
|
+
<line num="221" count="960" type="cond" truecount="2" falsecount="0"/>
|
|
587
|
+
<line num="225" count="1081" type="stmt"/>
|
|
588
|
+
<line num="230" count="73" type="stmt"/>
|
|
589
|
+
<line num="231" count="2" type="stmt"/>
|
|
589
590
|
</file>
|
|
590
591
|
<file name="grid-columns-button-controller.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
|
|
591
592
|
<metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="7" methods="3" coveredmethods="3"/>
|
|
592
|
-
<line num="1" count="
|
|
593
|
-
<line num="5" count="
|
|
593
|
+
<line num="1" count="31" type="stmt"/>
|
|
594
|
+
<line num="5" count="31" type="stmt"/>
|
|
594
595
|
<line num="7" count="2" type="stmt"/>
|
|
595
596
|
<line num="8" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
596
597
|
<line num="9" count="1" type="stmt"/>
|
|
@@ -605,588 +606,636 @@
|
|
|
605
606
|
<line num="26" count="2" type="stmt"/>
|
|
606
607
|
</file>
|
|
607
608
|
<file name="grid-columns-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
|
|
608
|
-
<metrics statements="
|
|
609
|
-
<line num="1" count="
|
|
610
|
-
<line num="2" count="
|
|
611
|
-
<line num="3" count="
|
|
612
|
-
<line num="4" count="
|
|
613
|
-
<line num="9" count="
|
|
614
|
-
<line num="10" count="
|
|
615
|
-
<line num="13" count="
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="
|
|
623
|
-
<line num="28" count="5" type="stmt"/>
|
|
624
|
-
<line num="33" count="2" type="stmt"/>
|
|
609
|
+
<metrics statements="14" coveredstatements="14" conditionals="3" coveredconditionals="3" methods="4" coveredmethods="4"/>
|
|
610
|
+
<line num="1" count="31" type="stmt"/>
|
|
611
|
+
<line num="2" count="31" type="stmt"/>
|
|
612
|
+
<line num="3" count="31" type="stmt"/>
|
|
613
|
+
<line num="4" count="31" type="stmt"/>
|
|
614
|
+
<line num="9" count="31" type="stmt"/>
|
|
615
|
+
<line num="10" count="8" type="stmt"/>
|
|
616
|
+
<line num="13" count="8" type="stmt"/>
|
|
617
|
+
<line num="17" count="8" type="stmt"/>
|
|
618
|
+
<line num="18" count="8" type="stmt"/>
|
|
619
|
+
<line num="22" count="7" type="stmt"/>
|
|
620
|
+
<line num="25" count="8" type="stmt"/>
|
|
621
|
+
<line num="28" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
622
|
+
<line num="29" count="5" type="stmt"/>
|
|
623
|
+
<line num="34" count="2" type="stmt"/>
|
|
625
624
|
</file>
|
|
626
|
-
<file name="grid-
|
|
627
|
-
<metrics statements="
|
|
628
|
-
<line num="1" count="
|
|
629
|
-
<line num="4" count="
|
|
630
|
-
<line num="
|
|
631
|
-
<line num="
|
|
632
|
-
<line num="
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="
|
|
635
|
-
<line num="
|
|
636
|
-
<line num="
|
|
637
|
-
<line num="
|
|
638
|
-
<line num="
|
|
639
|
-
<line num="
|
|
640
|
-
<line num="
|
|
641
|
-
<line num="
|
|
642
|
-
<line num="
|
|
643
|
-
<line num="
|
|
644
|
-
<line num="
|
|
645
|
-
<line num="
|
|
646
|
-
<line num="
|
|
647
|
-
<line num="
|
|
648
|
-
<line num="
|
|
649
|
-
<line num="
|
|
625
|
+
<file name="grid-export-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-export-button.ts">
|
|
626
|
+
<metrics statements="37" coveredstatements="37" conditionals="15" coveredconditionals="15" methods="7" coveredmethods="7"/>
|
|
627
|
+
<line num="1" count="31" type="stmt"/>
|
|
628
|
+
<line num="4" count="31" type="stmt"/>
|
|
629
|
+
<line num="6" count="31" type="stmt"/>
|
|
630
|
+
<line num="13" count="31" type="stmt"/>
|
|
631
|
+
<line num="23" count="17" type="stmt"/>
|
|
632
|
+
<line num="24" count="17" type="stmt"/>
|
|
633
|
+
<line num="25" count="17" type="stmt"/>
|
|
634
|
+
<line num="26" count="17" type="stmt"/>
|
|
635
|
+
<line num="27" count="17" type="stmt"/>
|
|
636
|
+
<line num="28" count="17" type="stmt"/>
|
|
637
|
+
<line num="29" count="17" type="stmt"/>
|
|
638
|
+
<line num="30" count="17" type="stmt"/>
|
|
639
|
+
<line num="32" count="17" type="stmt"/>
|
|
640
|
+
<line num="36" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
641
|
+
<line num="38" count="18" type="stmt"/>
|
|
642
|
+
<line num="42" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
643
|
+
<line num="44" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
644
|
+
<line num="46" count="9" type="stmt"/>
|
|
645
|
+
<line num="47" count="21" type="stmt"/>
|
|
646
|
+
<line num="48" count="21" type="stmt"/>
|
|
647
|
+
<line num="53" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
648
|
+
<line num="55" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
650
649
|
<line num="56" count="3" type="stmt"/>
|
|
651
|
-
<line num="
|
|
652
|
-
<line num="
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="62" count="
|
|
655
|
-
<line num="
|
|
656
|
-
<line num="
|
|
657
|
-
<line num="
|
|
658
|
-
<line num="
|
|
659
|
-
<line num="
|
|
660
|
-
<line num="
|
|
650
|
+
<line num="57" count="3" type="stmt"/>
|
|
651
|
+
<line num="60" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
652
|
+
<line num="61" count="3" type="stmt"/>
|
|
653
|
+
<line num="62" count="3" type="stmt"/>
|
|
654
|
+
<line num="65" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
655
|
+
<line num="69" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
656
|
+
<line num="70" count="22" type="cond" truecount="3" falsecount="0"/>
|
|
657
|
+
<line num="71" count="8" type="stmt"/>
|
|
658
|
+
<line num="72" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
659
|
+
<line num="75" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
660
|
+
<line num="76" count="13" type="stmt"/>
|
|
661
|
+
<line num="77" count="13" type="stmt"/>
|
|
662
|
+
<line num="82" count="1" type="stmt"/>
|
|
663
|
+
<line num="83" count="1" type="stmt"/>
|
|
664
|
+
</file>
|
|
665
|
+
<file name="grid-filter-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
|
|
666
|
+
<metrics statements="163" coveredstatements="163" conditionals="106" coveredconditionals="106" methods="31" coveredmethods="31"/>
|
|
667
|
+
<line num="1" count="31" type="stmt"/>
|
|
668
|
+
<line num="4" count="31" type="stmt"/>
|
|
669
|
+
<line num="10" count="31" type="stmt"/>
|
|
670
|
+
<line num="11" count="31" type="stmt"/>
|
|
671
|
+
<line num="12" count="31" type="stmt"/>
|
|
672
|
+
<line num="13" count="31" type="stmt"/>
|
|
673
|
+
<line num="19" count="31" type="stmt"/>
|
|
674
|
+
<line num="24" count="33" type="stmt"/>
|
|
675
|
+
<line num="28" count="33" type="stmt"/>
|
|
676
|
+
<line num="31" count="33" type="stmt"/>
|
|
677
|
+
<line num="32" count="33" type="stmt"/>
|
|
678
|
+
<line num="33" count="33" type="stmt"/>
|
|
679
|
+
<line num="34" count="33" type="stmt"/>
|
|
680
|
+
<line num="35" count="33" type="stmt"/>
|
|
681
|
+
<line num="37" count="33" type="stmt"/>
|
|
682
|
+
<line num="41" count="71" type="cond" truecount="1" falsecount="0"/>
|
|
683
|
+
<line num="42" count="71" type="cond" truecount="3" falsecount="0"/>
|
|
684
|
+
<line num="43" count="7" type="stmt"/>
|
|
685
|
+
<line num="44" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
686
|
+
<line num="47" count="71" type="cond" truecount="1" falsecount="0"/>
|
|
687
|
+
<line num="48" count="67" type="stmt"/>
|
|
688
|
+
<line num="49" count="67" type="stmt"/>
|
|
689
|
+
<line num="54" count="30" type="stmt"/>
|
|
690
|
+
<line num="55" count="30" type="stmt"/>
|
|
691
|
+
<line num="56" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
692
|
+
<line num="58" count="29" type="stmt"/>
|
|
693
|
+
<line num="59" count="29" type="cond" truecount="5" falsecount="0"/>
|
|
694
|
+
<line num="60" count="28" type="stmt"/>
|
|
695
|
+
<line num="65" count="6" type="stmt"/>
|
|
696
|
+
<line num="66" count="6" type="stmt"/>
|
|
661
697
|
<line num="70" count="3" type="stmt"/>
|
|
662
|
-
<line num="
|
|
663
|
-
<line num="73" count="3" type="
|
|
664
|
-
<line num="74" count="
|
|
665
|
-
<line num="
|
|
666
|
-
<line num="
|
|
667
|
-
<line num="
|
|
668
|
-
<line num="
|
|
669
|
-
<line num="
|
|
670
|
-
<line num="
|
|
671
|
-
<line num="
|
|
672
|
-
<line num="
|
|
673
|
-
<line num="
|
|
674
|
-
<line num="
|
|
675
|
-
<line num="
|
|
676
|
-
<line num="
|
|
677
|
-
<line num="
|
|
678
|
-
<line num="
|
|
679
|
-
<line num="
|
|
680
|
-
<line num="
|
|
681
|
-
<line num="
|
|
682
|
-
<line num="
|
|
683
|
-
<line num="
|
|
684
|
-
<line num="
|
|
685
|
-
<line num="
|
|
686
|
-
<line num="
|
|
687
|
-
<line num="
|
|
688
|
-
<line num="
|
|
689
|
-
<line num="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="
|
|
692
|
-
<line num="
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="
|
|
695
|
-
<line num="
|
|
696
|
-
<line num="
|
|
697
|
-
<line num="
|
|
698
|
-
<line num="
|
|
699
|
-
<line num="
|
|
700
|
-
<line num="
|
|
698
|
+
<line num="72" count="3" type="stmt"/>
|
|
699
|
+
<line num="73" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
700
|
+
<line num="74" count="1" type="stmt"/>
|
|
701
|
+
<line num="76" count="1" type="stmt"/>
|
|
702
|
+
<line num="78" count="1" type="stmt"/>
|
|
703
|
+
<line num="79" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
704
|
+
<line num="80" count="3" type="stmt"/>
|
|
705
|
+
<line num="81" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
706
|
+
<line num="82" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
707
|
+
<line num="83" count="3" type="stmt"/>
|
|
708
|
+
<line num="84" count="3" type="stmt"/>
|
|
709
|
+
<line num="85" count="3" type="stmt"/>
|
|
710
|
+
<line num="87" count="3" type="stmt"/>
|
|
711
|
+
<line num="88" count="3" type="stmt"/>
|
|
712
|
+
<line num="89" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
713
|
+
<line num="90" count="3" type="stmt"/>
|
|
714
|
+
<line num="91" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
715
|
+
<line num="92" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
716
|
+
<line num="94" count="1" type="stmt"/>
|
|
717
|
+
<line num="95" count="1" type="cond" truecount="7" falsecount="0"/>
|
|
718
|
+
<line num="96" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
719
|
+
<line num="100" count="3" type="stmt"/>
|
|
720
|
+
<line num="101" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
721
|
+
<line num="102" count="1" type="stmt"/>
|
|
722
|
+
<line num="109" count="2" type="stmt"/>
|
|
723
|
+
<line num="111" count="2" type="stmt"/>
|
|
724
|
+
<line num="113" count="2" type="stmt"/>
|
|
725
|
+
<line num="114" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
726
|
+
<line num="115" count="2" type="stmt"/>
|
|
727
|
+
<line num="116" count="2" type="stmt"/>
|
|
728
|
+
<line num="117" count="2" type="stmt"/>
|
|
729
|
+
<line num="122" count="3" type="stmt"/>
|
|
730
|
+
<line num="123" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
731
|
+
<line num="124" count="1" type="stmt"/>
|
|
732
|
+
<line num="130" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
733
|
+
<line num="134" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
734
|
+
<line num="138" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
735
|
+
<line num="139" count="27" type="stmt"/>
|
|
736
|
+
<line num="145" count="27" type="stmt"/>
|
|
737
|
+
<line num="149" count="27" type="stmt"/>
|
|
738
|
+
<line num="274" count="27" type="stmt"/>
|
|
701
739
|
<line num="276" count="1" type="stmt"/>
|
|
702
|
-
<line num="
|
|
703
|
-
<line num="
|
|
704
|
-
<line num="
|
|
705
|
-
<line num="
|
|
706
|
-
<line num="
|
|
707
|
-
<line num="
|
|
708
|
-
<line num="
|
|
709
|
-
<line num="
|
|
710
|
-
<line num="
|
|
711
|
-
<line num="
|
|
712
|
-
<line num="
|
|
713
|
-
<line num="
|
|
714
|
-
<line num="
|
|
715
|
-
<line num="
|
|
716
|
-
<line num="
|
|
717
|
-
<line num="302" count="8" type="stmt"/>
|
|
718
|
-
<line num="303" count="8" type="stmt"/>
|
|
719
|
-
<line num="305" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
720
|
-
<line num="306" count="6" type="stmt"/>
|
|
721
|
-
<line num="309" count="8" type="stmt"/>
|
|
740
|
+
<line num="278" count="28" type="stmt"/>
|
|
741
|
+
<line num="282" count="1" type="stmt"/>
|
|
742
|
+
<line num="283" count="1" type="stmt"/>
|
|
743
|
+
<line num="287" count="8" type="stmt"/>
|
|
744
|
+
<line num="288" count="23" type="stmt"/>
|
|
745
|
+
<line num="289" count="23" type="stmt"/>
|
|
746
|
+
<line num="290" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
747
|
+
<line num="294" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
748
|
+
<line num="295" count="1" type="stmt"/>
|
|
749
|
+
<line num="296" count="1" type="stmt"/>
|
|
750
|
+
<line num="299" count="1" type="stmt"/>
|
|
751
|
+
<line num="300" count="1" type="stmt"/>
|
|
752
|
+
<line num="302" count="20" type="stmt"/>
|
|
753
|
+
<line num="308" count="10" type="stmt"/>
|
|
754
|
+
<line num="309" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
722
755
|
<line num="310" count="8" type="stmt"/>
|
|
723
|
-
<line num="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
735
|
-
<line num="
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
740
|
-
<line num="
|
|
741
|
-
<line num="
|
|
742
|
-
<line num="
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="
|
|
745
|
-
<line num="
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="
|
|
749
|
-
<line num="
|
|
750
|
-
<line num="
|
|
751
|
-
<line num="
|
|
752
|
-
<line num="
|
|
753
|
-
<line num="
|
|
754
|
-
<line num="
|
|
755
|
-
<line num="
|
|
756
|
-
<line num="
|
|
757
|
-
<line num="
|
|
758
|
-
<line num="
|
|
759
|
-
<line num="
|
|
760
|
-
<line num="
|
|
761
|
-
<line num="
|
|
762
|
-
<line num="
|
|
763
|
-
<line num="
|
|
764
|
-
<line num="
|
|
765
|
-
<line num="
|
|
766
|
-
<line num="
|
|
767
|
-
<line num="
|
|
768
|
-
<line num="
|
|
769
|
-
<line num="
|
|
770
|
-
<line num="
|
|
771
|
-
<line num="
|
|
772
|
-
<line num="
|
|
773
|
-
<line num="
|
|
774
|
-
<line num="
|
|
775
|
-
<line num="
|
|
776
|
-
<line num="
|
|
777
|
-
<line num="
|
|
756
|
+
<line num="311" count="8" type="stmt"/>
|
|
757
|
+
<line num="312" count="8" type="stmt"/>
|
|
758
|
+
<line num="314" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
759
|
+
<line num="315" count="2" type="stmt"/>
|
|
760
|
+
<line num="316" count="10" type="stmt"/>
|
|
761
|
+
<line num="318" count="10" type="cond" truecount="5" falsecount="0"/>
|
|
762
|
+
<line num="319" count="8" type="stmt"/>
|
|
763
|
+
<line num="320" count="8" type="stmt"/>
|
|
764
|
+
<line num="321" count="8" type="stmt"/>
|
|
765
|
+
<line num="322" count="8" type="stmt"/>
|
|
766
|
+
<line num="324" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
767
|
+
<line num="325" count="6" type="stmt"/>
|
|
768
|
+
<line num="328" count="8" type="stmt"/>
|
|
769
|
+
<line num="329" count="8" type="stmt"/>
|
|
770
|
+
<line num="337" count="2" type="stmt"/>
|
|
771
|
+
<line num="338" count="2" type="stmt"/>
|
|
772
|
+
<line num="340" count="6" type="stmt"/>
|
|
773
|
+
<line num="341" count="6" type="stmt"/>
|
|
774
|
+
<line num="342" count="12" type="stmt"/>
|
|
775
|
+
<line num="343" count="12" type="stmt"/>
|
|
776
|
+
<line num="345" count="12" type="stmt"/>
|
|
777
|
+
<line num="346" count="12" type="cond" truecount="5" falsecount="0"/>
|
|
778
|
+
<line num="347" count="10" type="stmt"/>
|
|
779
|
+
<line num="348" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
780
|
+
<line num="349" count="10" type="stmt"/>
|
|
781
|
+
<line num="353" count="6" type="stmt"/>
|
|
782
|
+
<line num="354" count="6" type="stmt"/>
|
|
783
|
+
<line num="357" count="8" type="stmt"/>
|
|
784
|
+
<line num="362" count="8" type="stmt"/>
|
|
785
|
+
<line num="363" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
786
|
+
<line num="365" count="6" type="stmt"/>
|
|
787
|
+
<line num="366" count="6" type="stmt"/>
|
|
788
|
+
<line num="370" count="1" type="stmt"/>
|
|
789
|
+
<line num="371" count="1" type="stmt"/>
|
|
790
|
+
<line num="372" count="5" type="stmt"/>
|
|
791
|
+
<line num="377" count="39" type="cond" truecount="2" falsecount="0"/>
|
|
792
|
+
<line num="378" count="39" type="cond" truecount="2" falsecount="0"/>
|
|
793
|
+
<line num="379" count="39" type="stmt"/>
|
|
794
|
+
<line num="383" count="10" type="stmt"/>
|
|
795
|
+
<line num="385" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
796
|
+
<line num="386" count="2" type="stmt"/>
|
|
797
|
+
<line num="389" count="2" type="stmt"/>
|
|
798
|
+
<line num="391" count="4" type="stmt"/>
|
|
799
|
+
<line num="395" count="27" type="stmt"/>
|
|
800
|
+
<line num="397" count="27" type="stmt"/>
|
|
801
|
+
<line num="398" count="58" type="cond" truecount="2" falsecount="0"/>
|
|
802
|
+
<line num="399" count="58" type="cond" truecount="4" falsecount="0"/>
|
|
803
|
+
<line num="400" count="40" type="stmt"/>
|
|
804
|
+
<line num="402" count="40" type="stmt"/>
|
|
805
|
+
<line num="403" count="48" type="stmt"/>
|
|
806
|
+
<line num="404" count="48" type="cond" truecount="4" falsecount="0"/>
|
|
807
|
+
<line num="405" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
808
|
+
<line num="406" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
809
|
+
<line num="408" count="36" type="stmt"/>
|
|
810
|
+
<line num="410" count="12" type="stmt"/>
|
|
811
|
+
<line num="413" count="48" type="stmt"/>
|
|
812
|
+
<line num="415" count="48" type="cond" truecount="2" falsecount="0"/>
|
|
813
|
+
<line num="416" count="48" type="stmt"/>
|
|
814
|
+
<line num="423" count="48" type="cond" truecount="1" falsecount="0"/>
|
|
815
|
+
<line num="424" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
816
|
+
<line num="425" count="5" type="stmt"/>
|
|
817
|
+
<line num="428" count="48" type="cond" truecount="1" falsecount="0"/>
|
|
818
|
+
<line num="429" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
819
|
+
<line num="432" count="48" type="stmt"/>
|
|
820
|
+
<line num="436" count="27" type="stmt"/>
|
|
821
|
+
<line num="440" count="3" type="stmt"/>
|
|
822
|
+
<line num="441" count="3" type="stmt"/>
|
|
823
|
+
<line num="443" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
824
|
+
<line num="444" count="1" type="stmt"/>
|
|
825
|
+
<line num="446" count="2" type="stmt"/>
|
|
826
|
+
<line num="447" count="4" type="stmt"/>
|
|
827
|
+
<line num="448" count="4" type="stmt"/>
|
|
828
|
+
<line num="449" count="4" type="cond" truecount="7" falsecount="0"/>
|
|
829
|
+
<line num="450" count="2" type="stmt"/>
|
|
778
830
|
</file>
|
|
779
831
|
<file name="grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
|
|
780
|
-
<metrics statements="
|
|
781
|
-
<line num="1" count="
|
|
782
|
-
<line num="12" count="
|
|
783
|
-
<line num="18" count="
|
|
784
|
-
<line num="19" count="
|
|
785
|
-
<line num="20" count="
|
|
786
|
-
<line num="26" count="
|
|
787
|
-
<line num="27" count="
|
|
788
|
-
<line num="28" count="
|
|
789
|
-
<line num="
|
|
790
|
-
<line num="
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
793
|
-
<line num="
|
|
794
|
-
<line num="
|
|
795
|
-
<line num="
|
|
796
|
-
<line num="
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="
|
|
799
|
-
<line num="
|
|
800
|
-
<line num="
|
|
801
|
-
<line num="
|
|
802
|
-
<line num="
|
|
803
|
-
<line num="
|
|
804
|
-
<line num="
|
|
805
|
-
<line num="
|
|
806
|
-
<line num="
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
810
|
-
<line num="
|
|
811
|
-
<line num="
|
|
812
|
-
<line num="
|
|
813
|
-
<line num="
|
|
814
|
-
<line num="
|
|
815
|
-
<line num="
|
|
816
|
-
<line num="
|
|
817
|
-
<line num="
|
|
818
|
-
<line num="
|
|
819
|
-
<line num="
|
|
820
|
-
<line num="
|
|
821
|
-
<line num="
|
|
822
|
-
<line num="
|
|
823
|
-
<line num="
|
|
824
|
-
<line num="
|
|
825
|
-
<line num="
|
|
826
|
-
<line num="
|
|
827
|
-
<line num="
|
|
828
|
-
<line num="
|
|
829
|
-
<line num="
|
|
830
|
-
<line num="
|
|
831
|
-
<line num="
|
|
832
|
-
<line num="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="
|
|
839
|
-
<line num="
|
|
840
|
-
<line num="
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="
|
|
847
|
-
<line num="
|
|
848
|
-
<line num="
|
|
849
|
-
<line num="
|
|
850
|
-
<line num="
|
|
851
|
-
<line num="
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
854
|
-
<line num="
|
|
855
|
-
<line num="
|
|
856
|
-
<line num="
|
|
857
|
-
<line num="
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="
|
|
860
|
-
<line num="
|
|
861
|
-
<line num="
|
|
862
|
-
<line num="380" count="1" type="stmt"/>
|
|
832
|
+
<metrics statements="471" coveredstatements="471" conditionals="185" coveredconditionals="185" methods="115" coveredmethods="115"/>
|
|
833
|
+
<line num="1" count="31" type="stmt"/>
|
|
834
|
+
<line num="12" count="31" type="stmt"/>
|
|
835
|
+
<line num="18" count="31" type="stmt"/>
|
|
836
|
+
<line num="19" count="31" type="stmt"/>
|
|
837
|
+
<line num="20" count="31" type="stmt"/>
|
|
838
|
+
<line num="26" count="31" type="stmt"/>
|
|
839
|
+
<line num="27" count="31" type="stmt"/>
|
|
840
|
+
<line num="28" count="31" type="stmt"/>
|
|
841
|
+
<line num="44" count="31" type="stmt"/>
|
|
842
|
+
<line num="47" count="31" type="stmt"/>
|
|
843
|
+
<line num="49" count="226" type="stmt"/>
|
|
844
|
+
<line num="52" count="226" type="stmt"/>
|
|
845
|
+
<line num="55" count="226" type="stmt"/>
|
|
846
|
+
<line num="58" count="226" type="stmt"/>
|
|
847
|
+
<line num="61" count="226" type="stmt"/>
|
|
848
|
+
<line num="64" count="226" type="stmt"/>
|
|
849
|
+
<line num="67" count="226" type="stmt"/>
|
|
850
|
+
<line num="70" count="226" type="stmt"/>
|
|
851
|
+
<line num="73" count="226" type="stmt"/>
|
|
852
|
+
<line num="76" count="226" type="stmt"/>
|
|
853
|
+
<line num="79" count="226" type="stmt"/>
|
|
854
|
+
<line num="82" count="226" type="stmt"/>
|
|
855
|
+
<line num="91" count="226" type="stmt"/>
|
|
856
|
+
<line num="96" count="226" type="stmt"/>
|
|
857
|
+
<line num="102" count="226" type="stmt"/>
|
|
858
|
+
<line num="108" count="226" type="stmt"/>
|
|
859
|
+
<line num="117" count="226" type="stmt"/>
|
|
860
|
+
<line num="133" count="226" type="stmt"/>
|
|
861
|
+
<line num="138" count="226" type="stmt"/>
|
|
862
|
+
<line num="143" count="226" type="stmt"/>
|
|
863
|
+
<line num="189" count="226" type="stmt"/>
|
|
864
|
+
<line num="194" count="226" type="stmt"/>
|
|
865
|
+
<line num="196" count="226" type="stmt"/>
|
|
866
|
+
<line num="198" count="226" type="stmt"/>
|
|
867
|
+
<line num="200" count="226" type="stmt"/>
|
|
868
|
+
<line num="202" count="226" type="stmt"/>
|
|
869
|
+
<line num="204" count="226" type="stmt"/>
|
|
870
|
+
<line num="214" count="226" type="stmt"/>
|
|
871
|
+
<line num="218" count="226" type="cond" truecount="2" falsecount="0"/>
|
|
872
|
+
<line num="220" count="226" type="stmt"/>
|
|
873
|
+
<line num="222" count="226" type="stmt"/>
|
|
874
|
+
<line num="224" count="226" type="stmt"/>
|
|
875
|
+
<line num="233" count="226" type="stmt"/>
|
|
876
|
+
<line num="234" count="226" type="stmt"/>
|
|
877
|
+
<line num="235" count="226" type="stmt"/>
|
|
878
|
+
<line num="240" count="226" type="stmt"/>
|
|
879
|
+
<line num="245" count="226" type="stmt"/>
|
|
880
|
+
<line num="250" count="226" type="stmt"/>
|
|
881
|
+
<line num="255" count="226" type="stmt"/>
|
|
882
|
+
<line num="260" count="226" type="stmt"/>
|
|
883
|
+
<line num="265" count="226" type="stmt"/>
|
|
884
|
+
<line num="270" count="226" type="stmt"/>
|
|
885
|
+
<line num="275" count="226" type="stmt"/>
|
|
886
|
+
<line num="280" count="226" type="stmt"/>
|
|
887
|
+
<line num="285" count="226" type="stmt"/>
|
|
888
|
+
<line num="290" count="226" type="stmt"/>
|
|
889
|
+
<line num="295" count="226" type="stmt"/>
|
|
890
|
+
<line num="300" count="226" type="stmt"/>
|
|
891
|
+
<line num="305" count="226" type="stmt"/>
|
|
892
|
+
<line num="310" count="226" type="stmt"/>
|
|
893
|
+
<line num="315" count="226" type="stmt"/>
|
|
894
|
+
<line num="320" count="226" type="cond" truecount="2" falsecount="0"/>
|
|
895
|
+
<line num="321" count="226" type="stmt"/>
|
|
896
|
+
<line num="326" count="226" type="stmt"/>
|
|
897
|
+
<line num="331" count="226" type="stmt"/>
|
|
898
|
+
<line num="336" count="226" type="stmt"/>
|
|
899
|
+
<line num="341" count="226" type="stmt"/>
|
|
900
|
+
<line num="342" count="226" type="stmt"/>
|
|
901
|
+
<line num="343" count="226" type="stmt"/>
|
|
902
|
+
<line num="344" count="226" type="stmt"/>
|
|
903
|
+
<line num="345" count="226" type="stmt"/>
|
|
904
|
+
<line num="346" count="226" type="stmt"/>
|
|
905
|
+
<line num="349" count="226" type="cond" truecount="2" falsecount="0"/>
|
|
906
|
+
<line num="350" count="226" type="stmt"/>
|
|
907
|
+
<line num="352" count="226" type="cond" truecount="1" falsecount="0"/>
|
|
908
|
+
<line num="353" count="9" type="stmt"/>
|
|
909
|
+
<line num="356" count="226" type="stmt"/>
|
|
910
|
+
<line num="365" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
911
|
+
<line num="366" count="1" type="stmt"/>
|
|
912
|
+
<line num="369" count="1" type="stmt"/>
|
|
913
|
+
<line num="378" count="1" type="stmt"/>
|
|
863
914
|
<line num="381" count="1" type="stmt"/>
|
|
864
|
-
<line num="
|
|
865
|
-
<line num="
|
|
866
|
-
<line num="
|
|
867
|
-
<line num="394" count="
|
|
868
|
-
<line num="395" count="
|
|
869
|
-
<line num="
|
|
870
|
-
<line num="
|
|
871
|
-
<line num="
|
|
872
|
-
<line num="406" count="
|
|
873
|
-
<line num="
|
|
874
|
-
<line num="410" count="
|
|
915
|
+
<line num="382" count="1" type="stmt"/>
|
|
916
|
+
<line num="390" count="226" type="stmt"/>
|
|
917
|
+
<line num="392" count="226" type="stmt"/>
|
|
918
|
+
<line num="394" count="226" type="stmt"/>
|
|
919
|
+
<line num="395" count="226" type="stmt"/>
|
|
920
|
+
<line num="396" count="226" type="stmt"/>
|
|
921
|
+
<line num="400" count="226" type="stmt"/>
|
|
922
|
+
<line num="403" count="226" type="stmt"/>
|
|
923
|
+
<line num="406" count="226" type="cond" truecount="1" falsecount="0"/>
|
|
924
|
+
<line num="407" count="68" type="stmt"/>
|
|
925
|
+
<line num="410" count="158" type="cond" truecount="3" falsecount="0"/>
|
|
875
926
|
<line num="411" count="1" type="stmt"/>
|
|
876
|
-
<line num="412" count="1" type="
|
|
877
|
-
<line num="
|
|
878
|
-
<line num="
|
|
879
|
-
<line num="420" count="
|
|
880
|
-
<line num="
|
|
881
|
-
<line num="425" count="
|
|
882
|
-
<line num="
|
|
883
|
-
<line num="
|
|
884
|
-
<line num="439" count="
|
|
885
|
-
<line num="
|
|
886
|
-
<line num="
|
|
927
|
+
<line num="412" count="1" type="stmt"/>
|
|
928
|
+
<line num="413" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
929
|
+
<line num="416" count="157" type="stmt"/>
|
|
930
|
+
<line num="420" count="72" type="stmt"/>
|
|
931
|
+
<line num="421" count="72" type="stmt"/>
|
|
932
|
+
<line num="425" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
933
|
+
<line num="426" count="72" type="stmt"/>
|
|
934
|
+
<line num="431" count="72" type="stmt"/>
|
|
935
|
+
<line num="439" count="34" type="stmt"/>
|
|
936
|
+
<line num="440" count="34" type="stmt"/>
|
|
937
|
+
<line num="442" count="34" type="stmt"/>
|
|
887
938
|
<line num="446" count="3" type="stmt"/>
|
|
888
|
-
<line num="
|
|
939
|
+
<line num="447" count="3" type="stmt"/>
|
|
889
940
|
<line num="451" count="1" type="stmt"/>
|
|
890
|
-
<line num="
|
|
891
|
-
<line num="456" count="
|
|
892
|
-
<line num="
|
|
893
|
-
<line num="
|
|
894
|
-
<line num="
|
|
895
|
-
<line num="
|
|
896
|
-
<line num="479" count="1" type="
|
|
897
|
-
<line num="
|
|
898
|
-
<line num="
|
|
941
|
+
<line num="452" count="1" type="stmt"/>
|
|
942
|
+
<line num="456" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
943
|
+
<line num="457" count="1" type="stmt"/>
|
|
944
|
+
<line num="463" count="1" type="stmt"/>
|
|
945
|
+
<line num="471" count="324" type="stmt"/>
|
|
946
|
+
<line num="475" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
947
|
+
<line num="479" count="1" type="stmt"/>
|
|
948
|
+
<line num="480" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
949
|
+
<line num="482" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
899
950
|
<line num="486" count="8" type="stmt"/>
|
|
900
|
-
<line num="487" count="
|
|
901
|
-
<line num="
|
|
951
|
+
<line num="487" count="8" type="stmt"/>
|
|
952
|
+
<line num="488" count="2" type="stmt"/>
|
|
902
953
|
<line num="499" count="8" type="stmt"/>
|
|
903
954
|
<line num="500" count="8" type="stmt"/>
|
|
904
|
-
<line num="
|
|
905
|
-
<line num="
|
|
906
|
-
<line num="
|
|
907
|
-
<line num="509" count="8" type="
|
|
955
|
+
<line num="501" count="8" type="stmt"/>
|
|
956
|
+
<line num="503" count="2" type="stmt"/>
|
|
957
|
+
<line num="505" count="8" type="stmt"/>
|
|
958
|
+
<line num="509" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
908
959
|
<line num="510" count="8" type="stmt"/>
|
|
909
960
|
<line num="511" count="8" type="stmt"/>
|
|
910
|
-
<line num="
|
|
911
|
-
<line num="514" count="
|
|
912
|
-
<line num="
|
|
913
|
-
<line num="
|
|
914
|
-
<line num="
|
|
915
|
-
<line num="
|
|
961
|
+
<line num="512" count="8" type="stmt"/>
|
|
962
|
+
<line num="514" count="8" type="cond" truecount="3" falsecount="0"/>
|
|
963
|
+
<line num="515" count="3" type="stmt"/>
|
|
964
|
+
<line num="519" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
965
|
+
<line num="523" count="3" type="stmt"/>
|
|
966
|
+
<line num="525" count="4" type="stmt"/>
|
|
916
967
|
<line num="527" count="4" type="stmt"/>
|
|
917
|
-
<line num="
|
|
918
|
-
<line num="530" count="
|
|
919
|
-
<line num="
|
|
920
|
-
<line num="
|
|
921
|
-
<line num="
|
|
968
|
+
<line num="528" count="4" type="stmt"/>
|
|
969
|
+
<line num="530" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
970
|
+
<line num="531" count="1" type="stmt"/>
|
|
971
|
+
<line num="534" count="1" type="stmt"/>
|
|
972
|
+
<line num="537" count="2" type="stmt"/>
|
|
922
973
|
<line num="540" count="2" type="stmt"/>
|
|
923
|
-
<line num="
|
|
924
|
-
<line num="
|
|
925
|
-
<line num="545" count="
|
|
926
|
-
<line num="
|
|
927
|
-
<line num="
|
|
928
|
-
<line num="551" count="
|
|
974
|
+
<line num="541" count="2" type="stmt"/>
|
|
975
|
+
<line num="543" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
976
|
+
<line num="545" count="1" type="stmt"/>
|
|
977
|
+
<line num="546" count="2" type="stmt"/>
|
|
978
|
+
<line num="549" count="1" type="stmt"/>
|
|
979
|
+
<line num="551" count="1" type="stmt"/>
|
|
929
980
|
<line num="552" count="2" type="stmt"/>
|
|
930
981
|
<line num="553" count="2" type="stmt"/>
|
|
931
|
-
<line num="
|
|
932
|
-
<line num="
|
|
933
|
-
<line num="
|
|
982
|
+
<line num="554" count="2" type="stmt"/>
|
|
983
|
+
<line num="559" count="2" type="stmt"/>
|
|
984
|
+
<line num="561" count="2" type="stmt"/>
|
|
934
985
|
<line num="565" count="3" type="stmt"/>
|
|
935
|
-
<line num="
|
|
986
|
+
<line num="566" count="3" type="stmt"/>
|
|
936
987
|
<line num="568" count="2" type="stmt"/>
|
|
937
|
-
<line num="
|
|
938
|
-
<line num="574" count="
|
|
939
|
-
<line num="
|
|
988
|
+
<line num="569" count="2" type="stmt"/>
|
|
989
|
+
<line num="574" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
990
|
+
<line num="575" count="1" type="stmt"/>
|
|
940
991
|
<line num="578" count="7" type="stmt"/>
|
|
941
|
-
<line num="
|
|
942
|
-
<line num="
|
|
943
|
-
<line num="597" count="
|
|
992
|
+
<line num="579" count="7" type="stmt"/>
|
|
993
|
+
<line num="595" count="5" type="stmt"/>
|
|
994
|
+
<line num="597" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
944
995
|
<line num="598" count="1" type="stmt"/>
|
|
945
|
-
<line num="
|
|
946
|
-
<line num="
|
|
947
|
-
<line num="
|
|
948
|
-
<line num="
|
|
949
|
-
<line num="
|
|
950
|
-
<line num="
|
|
951
|
-
<line num="
|
|
996
|
+
<line num="599" count="1" type="stmt"/>
|
|
997
|
+
<line num="602" count="1" type="stmt"/>
|
|
998
|
+
<line num="606" count="226" type="stmt"/>
|
|
999
|
+
<line num="608" count="226" type="stmt"/>
|
|
1000
|
+
<line num="617" count="226" type="stmt"/>
|
|
1001
|
+
<line num="620" count="35" type="stmt"/>
|
|
1002
|
+
<line num="623" count="226" type="stmt"/>
|
|
952
1003
|
<line num="629" count="30" type="stmt"/>
|
|
953
|
-
<line num="
|
|
954
|
-
<line num="
|
|
955
|
-
<line num="636" count="
|
|
956
|
-
<line num="
|
|
957
|
-
<line num="639" count="
|
|
958
|
-
<line num="640" count="
|
|
959
|
-
<line num="641" count="
|
|
960
|
-
<line num="642" count="
|
|
961
|
-
<line num="
|
|
962
|
-
<line num="647" count="
|
|
963
|
-
<line num="
|
|
964
|
-
<line num="
|
|
965
|
-
<line num="
|
|
966
|
-
<line num="
|
|
967
|
-
<line num="
|
|
968
|
-
<line num="
|
|
969
|
-
<line num="
|
|
970
|
-
<line num="671" count="
|
|
971
|
-
<line num="672" count="
|
|
972
|
-
<line num="
|
|
973
|
-
<line num="677" count="
|
|
974
|
-
<line num="678" count="
|
|
975
|
-
<line num="
|
|
976
|
-
<line num="681" count="
|
|
977
|
-
<line num="
|
|
978
|
-
<line num="
|
|
979
|
-
<line num="
|
|
1004
|
+
<line num="630" count="30" type="stmt"/>
|
|
1005
|
+
<line num="632" count="30" type="stmt"/>
|
|
1006
|
+
<line num="636" count="34" type="stmt"/>
|
|
1007
|
+
<line num="637" count="34" type="stmt"/>
|
|
1008
|
+
<line num="639" count="34" type="stmt"/>
|
|
1009
|
+
<line num="640" count="34" type="stmt"/>
|
|
1010
|
+
<line num="641" count="34" type="stmt"/>
|
|
1011
|
+
<line num="642" count="34" type="stmt"/>
|
|
1012
|
+
<line num="643" count="34" type="stmt"/>
|
|
1013
|
+
<line num="647" count="34" type="stmt"/>
|
|
1014
|
+
<line num="648" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
1015
|
+
<line num="652" count="24" type="stmt"/>
|
|
1016
|
+
<line num="655" count="29" type="stmt"/>
|
|
1017
|
+
<line num="659" count="226" type="stmt"/>
|
|
1018
|
+
<line num="661" count="32" type="stmt"/>
|
|
1019
|
+
<line num="667" count="32" type="stmt"/>
|
|
1020
|
+
<line num="669" count="32" type="stmt"/>
|
|
1021
|
+
<line num="671" count="113" type="stmt"/>
|
|
1022
|
+
<line num="672" count="37" type="stmt"/>
|
|
1023
|
+
<line num="673" count="32" type="cond" truecount="2" falsecount="0"/>
|
|
1024
|
+
<line num="677" count="27" type="cond" truecount="1" falsecount="0"/>
|
|
1025
|
+
<line num="678" count="26" type="stmt"/>
|
|
1026
|
+
<line num="679" count="37" type="stmt"/>
|
|
1027
|
+
<line num="681" count="26" type="stmt"/>
|
|
1028
|
+
<line num="682" count="9" type="stmt"/>
|
|
1029
|
+
<line num="685" count="26" type="stmt"/>
|
|
1030
|
+
<line num="688" count="27" type="stmt"/>
|
|
980
1031
|
<line num="690" count="5" type="stmt"/>
|
|
981
|
-
<line num="
|
|
982
|
-
<line num="694" count="
|
|
983
|
-
<line num="
|
|
984
|
-
<line num="698" count="
|
|
985
|
-
<line num="
|
|
986
|
-
<line num="701" count="
|
|
987
|
-
<line num="
|
|
1032
|
+
<line num="691" count="5" type="stmt"/>
|
|
1033
|
+
<line num="694" count="32" type="cond" truecount="3" falsecount="0"/>
|
|
1034
|
+
<line num="695" count="29" type="stmt"/>
|
|
1035
|
+
<line num="698" count="32" type="cond" truecount="3" falsecount="0"/>
|
|
1036
|
+
<line num="699" count="1" type="stmt"/>
|
|
1037
|
+
<line num="701" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
1038
|
+
<line num="702" count="1" type="stmt"/>
|
|
988
1039
|
<line num="711" count="26" type="stmt"/>
|
|
989
1040
|
<line num="712" count="26" type="stmt"/>
|
|
990
|
-
<line num="
|
|
991
|
-
<line num="715" count="
|
|
1041
|
+
<line num="713" count="26" type="stmt"/>
|
|
1042
|
+
<line num="715" count="26" type="stmt"/>
|
|
992
1043
|
<line num="716" count="123" type="stmt"/>
|
|
993
|
-
<line num="717" count="
|
|
994
|
-
<line num="718" count="178" type="
|
|
995
|
-
<line num="719" count="
|
|
996
|
-
<line num="720" count="
|
|
997
|
-
<line num="
|
|
998
|
-
<line num="
|
|
1044
|
+
<line num="717" count="123" type="stmt"/>
|
|
1045
|
+
<line num="718" count="178" type="stmt"/>
|
|
1046
|
+
<line num="719" count="178" type="cond" truecount="3" falsecount="0"/>
|
|
1047
|
+
<line num="720" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
1048
|
+
<line num="721" count="68" type="stmt"/>
|
|
1049
|
+
<line num="723" count="93" type="stmt"/>
|
|
999
1050
|
<line num="725" count="93" type="stmt"/>
|
|
1000
1051
|
<line num="726" count="93" type="stmt"/>
|
|
1001
|
-
<line num="
|
|
1002
|
-
<line num="731" count="
|
|
1003
|
-
<line num="
|
|
1004
|
-
<line num="735" count="
|
|
1005
|
-
<line num="
|
|
1006
|
-
<line num="
|
|
1007
|
-
<line num="
|
|
1008
|
-
<line num="747" count="
|
|
1009
|
-
<line num="
|
|
1010
|
-
<line num="750" count="
|
|
1052
|
+
<line num="727" count="93" type="stmt"/>
|
|
1053
|
+
<line num="731" count="123" type="stmt"/>
|
|
1054
|
+
<line num="732" count="178" type="stmt"/>
|
|
1055
|
+
<line num="735" count="123" type="stmt"/>
|
|
1056
|
+
<line num="736" count="178" type="stmt"/>
|
|
1057
|
+
<line num="739" count="123" type="stmt"/>
|
|
1058
|
+
<line num="744" count="123" type="stmt"/>
|
|
1059
|
+
<line num="747" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
1060
|
+
<line num="748" count="25" type="stmt"/>
|
|
1061
|
+
<line num="750" count="25" type="cond" truecount="3" falsecount="0"/>
|
|
1011
1062
|
<line num="751" count="8" type="stmt"/>
|
|
1012
|
-
<line num="
|
|
1013
|
-
<line num="758" count="
|
|
1014
|
-
<line num="759" count="
|
|
1015
|
-
<line num="
|
|
1016
|
-
<line num="
|
|
1017
|
-
<line num="
|
|
1018
|
-
<line num="775" count="
|
|
1019
|
-
<line num="
|
|
1020
|
-
<line num="
|
|
1021
|
-
<line num="786" count="93" type="
|
|
1022
|
-
<line num="
|
|
1023
|
-
<line num="800" count="
|
|
1024
|
-
<line num="
|
|
1063
|
+
<line num="752" count="8" type="stmt"/>
|
|
1064
|
+
<line num="758" count="60" type="stmt"/>
|
|
1065
|
+
<line num="759" count="60" type="stmt"/>
|
|
1066
|
+
<line num="760" count="37" type="stmt"/>
|
|
1067
|
+
<line num="768" count="37" type="stmt"/>
|
|
1068
|
+
<line num="770" count="37" type="stmt"/>
|
|
1069
|
+
<line num="775" count="92" type="stmt"/>
|
|
1070
|
+
<line num="776" count="339" type="cond" truecount="2" falsecount="0"/>
|
|
1071
|
+
<line num="778" count="92" type="stmt"/>
|
|
1072
|
+
<line num="786" count="93" type="cond" truecount="2" falsecount="0"/>
|
|
1073
|
+
<line num="787" count="93" type="stmt"/>
|
|
1074
|
+
<line num="800" count="93" type="stmt"/>
|
|
1075
|
+
<line num="801" count="51" type="stmt"/>
|
|
1025
1076
|
<line num="803" count="93" type="stmt"/>
|
|
1026
1077
|
<line num="804" count="93" type="stmt"/>
|
|
1027
|
-
<line num="
|
|
1028
|
-
<line num="809" count="
|
|
1029
|
-
<line num="
|
|
1030
|
-
<line num="813" count="
|
|
1031
|
-
<line num="
|
|
1032
|
-
<line num="
|
|
1033
|
-
<line num="
|
|
1034
|
-
<line num="
|
|
1035
|
-
<line num="
|
|
1036
|
-
<line num="
|
|
1078
|
+
<line num="805" count="93" type="stmt"/>
|
|
1079
|
+
<line num="809" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
1080
|
+
<line num="810" count="64" type="stmt"/>
|
|
1081
|
+
<line num="813" count="29" type="stmt"/>
|
|
1082
|
+
<line num="814" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
1083
|
+
<line num="816" count="26" type="stmt"/>
|
|
1084
|
+
<line num="818" count="26" type="stmt"/>
|
|
1085
|
+
<line num="820" count="26" type="stmt"/>
|
|
1086
|
+
<line num="831" count="26" type="stmt"/>
|
|
1087
|
+
<line num="840" count="26" type="stmt"/>
|
|
1037
1088
|
<line num="851" count="26" type="stmt"/>
|
|
1038
|
-
<line num="852" count="
|
|
1039
|
-
<line num="
|
|
1040
|
-
<line num="
|
|
1089
|
+
<line num="852" count="26" type="stmt"/>
|
|
1090
|
+
<line num="853" count="32" type="stmt"/>
|
|
1091
|
+
<line num="856" count="26" type="stmt"/>
|
|
1041
1092
|
<line num="863" count="9" type="stmt"/>
|
|
1042
|
-
<line num="864" count="
|
|
1043
|
-
<line num="
|
|
1044
|
-
<line num="868" count="
|
|
1045
|
-
<line num="
|
|
1046
|
-
<line num="871" count="
|
|
1093
|
+
<line num="864" count="9" type="stmt"/>
|
|
1094
|
+
<line num="865" count="6" type="stmt"/>
|
|
1095
|
+
<line num="868" count="9" type="stmt"/>
|
|
1096
|
+
<line num="869" count="56" type="cond" truecount="1" falsecount="0"/>
|
|
1097
|
+
<line num="871" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
1047
1098
|
<line num="872" count="16" type="stmt"/>
|
|
1048
1099
|
<line num="873" count="16" type="stmt"/>
|
|
1049
|
-
<line num="
|
|
1050
|
-
<line num="877" count="
|
|
1100
|
+
<line num="874" count="16" type="stmt"/>
|
|
1101
|
+
<line num="877" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
1051
1102
|
<line num="878" count="4" type="stmt"/>
|
|
1052
|
-
<line num="
|
|
1053
|
-
<line num="
|
|
1054
|
-
<line num="
|
|
1055
|
-
<line num="
|
|
1056
|
-
<line num="
|
|
1057
|
-
<line num="
|
|
1058
|
-
<line num="
|
|
1059
|
-
<line num="
|
|
1060
|
-
<line num="
|
|
1061
|
-
<line num="913" count="
|
|
1062
|
-
<line num="
|
|
1063
|
-
<line num="
|
|
1064
|
-
<line num="929" count="
|
|
1065
|
-
<line num="
|
|
1066
|
-
<line num="932" count="
|
|
1067
|
-
<line num="
|
|
1103
|
+
<line num="879" count="4" type="stmt"/>
|
|
1104
|
+
<line num="882" count="20" type="stmt"/>
|
|
1105
|
+
<line num="890" count="16" type="stmt"/>
|
|
1106
|
+
<line num="892" count="16" type="stmt"/>
|
|
1107
|
+
<line num="894" count="16" type="stmt"/>
|
|
1108
|
+
<line num="896" count="16" type="stmt"/>
|
|
1109
|
+
<line num="904" count="4" type="stmt"/>
|
|
1110
|
+
<line num="906" count="4" type="stmt"/>
|
|
1111
|
+
<line num="908" count="4" type="stmt"/>
|
|
1112
|
+
<line num="913" count="152" type="stmt"/>
|
|
1113
|
+
<line num="914" count="83" type="stmt"/>
|
|
1114
|
+
<line num="925" count="335" type="cond" truecount="2" falsecount="0"/>
|
|
1115
|
+
<line num="929" count="230" type="cond" truecount="1" falsecount="0"/>
|
|
1116
|
+
<line num="930" count="226" type="stmt"/>
|
|
1117
|
+
<line num="932" count="226" type="cond" truecount="2" falsecount="0"/>
|
|
1118
|
+
<line num="933" count="40" type="stmt"/>
|
|
1068
1119
|
<line num="937" count="186" type="cond" truecount="1" falsecount="0"/>
|
|
1069
|
-
<line num="938" count="186" type="cond" truecount="
|
|
1120
|
+
<line num="938" count="186" type="cond" truecount="1" falsecount="0"/>
|
|
1070
1121
|
<line num="939" count="186" type="cond" truecount="2" falsecount="0"/>
|
|
1071
|
-
<line num="
|
|
1072
|
-
<line num="942" count="
|
|
1073
|
-
<line num="
|
|
1074
|
-
<line num="
|
|
1075
|
-
<line num="952" count="
|
|
1122
|
+
<line num="940" count="186" type="cond" truecount="2" falsecount="0"/>
|
|
1123
|
+
<line num="942" count="186" type="cond" truecount="1" falsecount="0"/>
|
|
1124
|
+
<line num="943" count="178" type="cond" truecount="2" falsecount="0"/>
|
|
1125
|
+
<line num="950" count="143" type="cond" truecount="1" falsecount="0"/>
|
|
1126
|
+
<line num="952" count="63" type="stmt"/>
|
|
1076
1127
|
<line num="953" count="105" type="stmt"/>
|
|
1077
|
-
<line num="954" count="105" type="
|
|
1078
|
-
<line num="955" count="
|
|
1079
|
-
<line num="
|
|
1080
|
-
<line num="
|
|
1081
|
-
<line num="967" count="
|
|
1082
|
-
<line num="
|
|
1083
|
-
<line num="
|
|
1084
|
-
<line num="
|
|
1128
|
+
<line num="954" count="105" type="stmt"/>
|
|
1129
|
+
<line num="955" count="105" type="cond" truecount="1" falsecount="0"/>
|
|
1130
|
+
<line num="956" count="23" type="stmt"/>
|
|
1131
|
+
<line num="965" count="105" type="stmt"/>
|
|
1132
|
+
<line num="967" count="105" type="stmt"/>
|
|
1133
|
+
<line num="968" count="125" type="stmt"/>
|
|
1134
|
+
<line num="974" count="8" type="stmt"/>
|
|
1135
|
+
<line num="980" count="8" type="stmt"/>
|
|
1085
1136
|
<line num="984" count="54" type="stmt"/>
|
|
1086
|
-
<line num="985" count="
|
|
1137
|
+
<line num="985" count="54" type="stmt"/>
|
|
1087
1138
|
<line num="986" count="77" type="stmt"/>
|
|
1088
|
-
<line num="
|
|
1089
|
-
<line num="989" count="
|
|
1090
|
-
<line num="990" count="
|
|
1091
|
-
<line num="991" count="
|
|
1092
|
-
<line num="992" count="
|
|
1093
|
-
<line num="993" count="
|
|
1094
|
-
<line num="994" count="
|
|
1095
|
-
<line num="995" count="2" type="
|
|
1096
|
-
<line num="996" count="2" type="
|
|
1097
|
-
<line num="
|
|
1098
|
-
<line num="999" count="
|
|
1099
|
-
<line num="
|
|
1100
|
-
<line num="
|
|
1101
|
-
<line num="
|
|
1102
|
-
<line num="1011" count="2" type="
|
|
1103
|
-
<line num="
|
|
1104
|
-
<line num="
|
|
1105
|
-
<line num="
|
|
1139
|
+
<line num="987" count="77" type="stmt"/>
|
|
1140
|
+
<line num="989" count="77" type="cond" truecount="2" falsecount="0"/>
|
|
1141
|
+
<line num="990" count="14" type="stmt"/>
|
|
1142
|
+
<line num="991" count="63" type="cond" truecount="2" falsecount="0"/>
|
|
1143
|
+
<line num="992" count="51" type="stmt"/>
|
|
1144
|
+
<line num="993" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1145
|
+
<line num="994" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1146
|
+
<line num="995" count="2" type="stmt"/>
|
|
1147
|
+
<line num="996" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1148
|
+
<line num="997" count="2" type="stmt"/>
|
|
1149
|
+
<line num="999" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1150
|
+
<line num="1000" count="4" type="stmt"/>
|
|
1151
|
+
<line num="1003" count="4" type="stmt"/>
|
|
1152
|
+
<line num="1007" count="54" type="stmt"/>
|
|
1153
|
+
<line num="1011" count="2" type="stmt"/>
|
|
1154
|
+
<line num="1012" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1155
|
+
<line num="1016" count="23" type="stmt"/>
|
|
1156
|
+
<line num="1019" count="20" type="stmt"/>
|
|
1106
1157
|
<line num="1024" count="93" type="stmt"/>
|
|
1107
|
-
<line num="1025" count="93" type="
|
|
1108
|
-
<line num="1026" count="
|
|
1109
|
-
<line num="
|
|
1158
|
+
<line num="1025" count="93" type="stmt"/>
|
|
1159
|
+
<line num="1026" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
1160
|
+
<line num="1027" count="62" type="stmt"/>
|
|
1110
1161
|
<line num="1029" count="93" type="stmt"/>
|
|
1111
1162
|
<line num="1030" count="93" type="stmt"/>
|
|
1112
|
-
<line num="
|
|
1113
|
-
<line num="1035" count="
|
|
1163
|
+
<line num="1031" count="93" type="stmt"/>
|
|
1164
|
+
<line num="1035" count="5" type="stmt"/>
|
|
1114
1165
|
<line num="1036" count="3" type="stmt"/>
|
|
1115
1166
|
<line num="1037" count="3" type="stmt"/>
|
|
1116
|
-
<line num="
|
|
1117
|
-
<line num="
|
|
1118
|
-
<line num="
|
|
1119
|
-
<line num="1054" count="
|
|
1167
|
+
<line num="1038" count="3" type="stmt"/>
|
|
1168
|
+
<line num="1043" count="8" type="stmt"/>
|
|
1169
|
+
<line num="1047" count="30" type="stmt"/>
|
|
1170
|
+
<line num="1054" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
1120
1171
|
<line num="1055" count="8" type="stmt"/>
|
|
1121
|
-
<line num="
|
|
1122
|
-
<line num="1059" count="
|
|
1172
|
+
<line num="1056" count="8" type="stmt"/>
|
|
1173
|
+
<line num="1059" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
1123
1174
|
<line num="1060" count="1" type="stmt"/>
|
|
1124
|
-
<line num="
|
|
1125
|
-
<line num="1064" count="
|
|
1126
|
-
<line num="
|
|
1127
|
-
<line num="
|
|
1128
|
-
<line num="1070" count="
|
|
1129
|
-
<line num="
|
|
1130
|
-
<line num="
|
|
1131
|
-
<line num="
|
|
1132
|
-
<line num="1078" count="
|
|
1133
|
-
<line num="
|
|
1134
|
-
<line num="
|
|
1135
|
-
<line num="
|
|
1136
|
-
<line num="1087" count="
|
|
1137
|
-
<line num="
|
|
1138
|
-
<line num="
|
|
1139
|
-
<line num="
|
|
1140
|
-
<line num="
|
|
1141
|
-
<line num="
|
|
1142
|
-
<line num="
|
|
1143
|
-
<line num="
|
|
1144
|
-
<line num="
|
|
1145
|
-
<line num="
|
|
1146
|
-
<line num="
|
|
1147
|
-
<line num="
|
|
1148
|
-
<line num="
|
|
1149
|
-
<line num="
|
|
1150
|
-
<line num="1113" count="
|
|
1151
|
-
<line num="
|
|
1152
|
-
<line num="1116" count="6" type="stmt"/>
|
|
1153
|
-
<line num="1117" count="6" type="stmt"/>
|
|
1175
|
+
<line num="1061" count="1" type="stmt"/>
|
|
1176
|
+
<line num="1064" count="8" type="stmt"/>
|
|
1177
|
+
<line num="1068" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
1178
|
+
<line num="1069" count="4" type="stmt"/>
|
|
1179
|
+
<line num="1070" count="4" type="stmt"/>
|
|
1180
|
+
<line num="1073" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1181
|
+
<line num="1074" count="1" type="stmt"/>
|
|
1182
|
+
<line num="1075" count="1" type="stmt"/>
|
|
1183
|
+
<line num="1078" count="4" type="stmt"/>
|
|
1184
|
+
<line num="1082" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1185
|
+
<line num="1083" count="3" type="stmt"/>
|
|
1186
|
+
<line num="1084" count="3" type="stmt"/>
|
|
1187
|
+
<line num="1087" count="1" type="stmt"/>
|
|
1188
|
+
<line num="1091" count="26" type="stmt"/>
|
|
1189
|
+
<line num="1092" count="26" type="cond" truecount="6" falsecount="0"/>
|
|
1190
|
+
<line num="1094" count="3" type="stmt"/>
|
|
1191
|
+
<line num="1096" count="23" type="stmt"/>
|
|
1192
|
+
<line num="1097" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
1193
|
+
<line num="1100" count="57" type="cond" truecount="1" falsecount="0"/>
|
|
1194
|
+
<line num="1101" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1195
|
+
<line num="1103" count="39" type="cond" truecount="2" falsecount="0"/>
|
|
1196
|
+
<line num="1106" count="23" type="cond" truecount="3" falsecount="0"/>
|
|
1197
|
+
<line num="1108" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
1198
|
+
<line num="1109" count="23" type="stmt"/>
|
|
1199
|
+
<line num="1111" count="23" type="cond" truecount="4" falsecount="0"/>
|
|
1200
|
+
<line num="1112" count="13" type="stmt"/>
|
|
1201
|
+
<line num="1113" count="13" type="stmt"/>
|
|
1202
|
+
<line num="1116" count="10" type="stmt"/>
|
|
1154
1203
|
<line num="1120" count="3" type="stmt"/>
|
|
1155
|
-
<line num="
|
|
1156
|
-
<line num="
|
|
1157
|
-
<line num="
|
|
1204
|
+
<line num="1121" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1205
|
+
<line num="1122" count="1" type="stmt"/>
|
|
1206
|
+
<line num="1123" count="1" type="stmt"/>
|
|
1207
|
+
<line num="1126" count="2" type="cond" truecount="7" falsecount="0"/>
|
|
1158
1208
|
<line num="1127" count="1" type="stmt"/>
|
|
1159
|
-
<line num="
|
|
1209
|
+
<line num="1128" count="1" type="stmt"/>
|
|
1160
1210
|
<line num="1131" count="1" type="stmt"/>
|
|
1161
|
-
<line num="
|
|
1162
|
-
<line num="
|
|
1163
|
-
<line num="
|
|
1164
|
-
<line num="
|
|
1165
|
-
<line num="1142" count="
|
|
1166
|
-
<line num="
|
|
1167
|
-
<line num="
|
|
1168
|
-
<line num="
|
|
1169
|
-
<line num="
|
|
1170
|
-
<line num="
|
|
1171
|
-
<line num="
|
|
1172
|
-
<line num="
|
|
1173
|
-
<line num="
|
|
1174
|
-
<line num="
|
|
1175
|
-
<line num="
|
|
1176
|
-
<line num="
|
|
1177
|
-
<line num="
|
|
1178
|
-
<line num="
|
|
1179
|
-
<line num="
|
|
1180
|
-
<line num="
|
|
1181
|
-
<line num="
|
|
1182
|
-
<line num="
|
|
1183
|
-
<line num="
|
|
1184
|
-
<line num="
|
|
1185
|
-
<line num="
|
|
1186
|
-
<line num="
|
|
1187
|
-
<line num="
|
|
1188
|
-
<line num="
|
|
1189
|
-
<line num="1270" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
1211
|
+
<line num="1135" count="3" type="stmt"/>
|
|
1212
|
+
<line num="1137" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1213
|
+
<line num="1138" count="2" type="stmt"/>
|
|
1214
|
+
<line num="1139" count="2" type="stmt"/>
|
|
1215
|
+
<line num="1142" count="1" type="stmt"/>
|
|
1216
|
+
<line num="1152" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1217
|
+
<line num="1153" count="1" type="stmt"/>
|
|
1218
|
+
<line num="1155" count="1" type="stmt"/>
|
|
1219
|
+
<line num="1163" count="2" type="stmt"/>
|
|
1220
|
+
<line num="1167" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1221
|
+
<line num="1168" count="1" type="stmt"/>
|
|
1222
|
+
<line num="1170" count="1" type="stmt"/>
|
|
1223
|
+
<line num="1178" count="2" type="stmt"/>
|
|
1224
|
+
<line num="1192" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1225
|
+
<line num="1193" count="1" type="stmt"/>
|
|
1226
|
+
<line num="1195" count="1" type="stmt"/>
|
|
1227
|
+
<line num="1203" count="2" type="stmt"/>
|
|
1228
|
+
<line num="1211" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1229
|
+
<line num="1212" count="1" type="stmt"/>
|
|
1230
|
+
<line num="1214" count="1" type="stmt"/>
|
|
1231
|
+
<line num="1222" count="2" type="stmt"/>
|
|
1232
|
+
<line num="1238" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1233
|
+
<line num="1239" count="1" type="stmt"/>
|
|
1234
|
+
<line num="1247" count="1" type="stmt"/>
|
|
1235
|
+
<line num="1258" count="1" type="stmt"/>
|
|
1236
|
+
<line num="1262" count="2" type="stmt"/>
|
|
1237
|
+
<line num="1266" count="55" type="stmt"/>
|
|
1238
|
+
<line num="1270" count="19" type="cond" truecount="4" falsecount="0"/>
|
|
1190
1239
|
<line num="1274" count="109" type="stmt"/>
|
|
1191
1240
|
<line num="1283" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
1192
1241
|
<line num="1284" count="1" type="stmt"/>
|
|
@@ -1255,141 +1304,186 @@
|
|
|
1255
1304
|
</file>
|
|
1256
1305
|
<file name="interfaces.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
1257
1306
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1258
|
-
<line num="135" count="
|
|
1259
|
-
<line num="136" count="
|
|
1307
|
+
<line num="135" count="31" type="stmt"/>
|
|
1308
|
+
<line num="136" count="31" type="stmt"/>
|
|
1260
1309
|
</file>
|
|
1261
1310
|
<file name="layout-options.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
|
|
1262
|
-
<metrics statements="
|
|
1263
|
-
<line num="1" count="
|
|
1264
|
-
<line num="4" count="
|
|
1265
|
-
<line num="7" count="
|
|
1266
|
-
<line num="
|
|
1267
|
-
<line num="
|
|
1268
|
-
<line num="23" count="
|
|
1269
|
-
<line num="25" count="
|
|
1270
|
-
<line num="27" count="
|
|
1271
|
-
<line num="
|
|
1272
|
-
<line num="35" count="
|
|
1273
|
-
<line num="37" count="
|
|
1274
|
-
<line num="39" count="
|
|
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="96" count="
|
|
1294
|
-
<line num="97" count="
|
|
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="
|
|
1319
|
-
<line num="
|
|
1320
|
-
<line num="
|
|
1321
|
-
<line num="
|
|
1322
|
-
<line num="
|
|
1323
|
-
<line num="
|
|
1324
|
-
<line num="
|
|
1325
|
-
<line num="
|
|
1326
|
-
<line num="
|
|
1327
|
-
<line num="
|
|
1328
|
-
<line num="
|
|
1329
|
-
<line num="
|
|
1311
|
+
<metrics statements="167" coveredstatements="167" conditionals="107" coveredconditionals="107" methods="36" coveredmethods="36"/>
|
|
1312
|
+
<line num="1" count="31" type="stmt"/>
|
|
1313
|
+
<line num="4" count="31" type="stmt"/>
|
|
1314
|
+
<line num="7" count="31" type="stmt"/>
|
|
1315
|
+
<line num="10" count="31" type="stmt"/>
|
|
1316
|
+
<line num="18" count="31" type="stmt"/>
|
|
1317
|
+
<line num="23" count="44" type="stmt"/>
|
|
1318
|
+
<line num="25" count="44" type="stmt"/>
|
|
1319
|
+
<line num="27" count="44" type="stmt"/>
|
|
1320
|
+
<line num="29" count="44" type="stmt"/>
|
|
1321
|
+
<line num="35" count="44" type="stmt"/>
|
|
1322
|
+
<line num="37" count="44" type="stmt"/>
|
|
1323
|
+
<line num="39" count="44" type="stmt"/>
|
|
1324
|
+
<line num="41" count="44" type="stmt"/>
|
|
1325
|
+
<line num="53" count="44" type="stmt"/>
|
|
1326
|
+
<line num="54" count="44" type="stmt"/>
|
|
1327
|
+
<line num="55" count="44" type="stmt"/>
|
|
1328
|
+
<line num="59" count="27" type="stmt"/>
|
|
1329
|
+
<line num="60" count="27" type="stmt"/>
|
|
1330
|
+
<line num="67" count="25" type="stmt"/>
|
|
1331
|
+
<line num="69" count="27" type="stmt"/>
|
|
1332
|
+
<line num="73" count="39" type="cond" truecount="1" falsecount="0"/>
|
|
1333
|
+
<line num="75" count="39" type="cond" truecount="2" falsecount="0"/>
|
|
1334
|
+
<line num="76" count="12" type="stmt"/>
|
|
1335
|
+
<line num="77" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
1336
|
+
<line num="79" count="27" type="stmt"/>
|
|
1337
|
+
<line num="82" count="39" type="cond" truecount="1" falsecount="0"/>
|
|
1338
|
+
<line num="83" count="39" type="stmt"/>
|
|
1339
|
+
<line num="86" count="39" type="stmt"/>
|
|
1340
|
+
<line num="90" count="10" type="stmt"/>
|
|
1341
|
+
<line num="94" count="36" type="cond" truecount="3" falsecount="0"/>
|
|
1342
|
+
<line num="96" count="35" type="stmt"/>
|
|
1343
|
+
<line num="97" count="35" type="stmt"/>
|
|
1344
|
+
<line num="101" count="36" type="stmt"/>
|
|
1345
|
+
<line num="102" count="36" type="stmt"/>
|
|
1346
|
+
<line num="103" count="36" type="stmt"/>
|
|
1347
|
+
<line num="105" count="36" type="stmt"/>
|
|
1348
|
+
<line num="106" count="36" type="stmt"/>
|
|
1349
|
+
<line num="109" count="36" type="stmt"/>
|
|
1350
|
+
<line num="110" count="36" type="stmt"/>
|
|
1351
|
+
<line num="111" count="93" type="stmt"/>
|
|
1352
|
+
<line num="113" count="36" type="stmt"/>
|
|
1353
|
+
<line num="115" count="36" type="stmt"/>
|
|
1354
|
+
<line num="117" count="36" type="stmt"/>
|
|
1355
|
+
<line num="119" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
1356
|
+
<line num="120" count="34" type="stmt"/>
|
|
1357
|
+
<line num="123" count="36" type="stmt"/>
|
|
1358
|
+
<line num="124" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
1359
|
+
<line num="125" count="25" type="stmt"/>
|
|
1360
|
+
<line num="126" count="25" type="stmt"/>
|
|
1361
|
+
<line num="127" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
1362
|
+
<line num="128" count="4" type="stmt"/>
|
|
1363
|
+
<line num="129" count="4" type="stmt"/>
|
|
1364
|
+
<line num="135" count="4" type="stmt"/>
|
|
1365
|
+
<line num="142" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1366
|
+
<line num="144" count="36" type="cond" truecount="3" falsecount="0"/>
|
|
1367
|
+
<line num="145" count="2" type="stmt"/>
|
|
1368
|
+
<line num="148" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
1369
|
+
<line num="149" count="4" type="stmt"/>
|
|
1370
|
+
<line num="150" count="4" type="stmt"/>
|
|
1371
|
+
<line num="151" count="4" type="stmt"/>
|
|
1372
|
+
<line num="152" count="4" type="stmt"/>
|
|
1373
|
+
<line num="159" count="30" type="cond" truecount="2" falsecount="0"/>
|
|
1374
|
+
<line num="163" count="227" type="cond" truecount="1" falsecount="0"/>
|
|
1375
|
+
<line num="164" count="218" type="cond" truecount="1" falsecount="0"/>
|
|
1376
|
+
<line num="165" count="216" type="stmt"/>
|
|
1377
|
+
<line num="167" count="9" type="stmt"/>
|
|
1378
|
+
<line num="174" count="227" type="stmt"/>
|
|
1379
|
+
<line num="176" count="227" type="stmt"/>
|
|
1380
|
+
<line num="195" count="54" type="cond" truecount="1" falsecount="0"/>
|
|
1381
|
+
<line num="196" count="1" type="stmt"/>
|
|
1382
|
+
<line num="199" count="53" type="stmt"/>
|
|
1383
|
+
<line num="206" count="118" type="stmt"/>
|
|
1384
|
+
<line num="212" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
1385
|
+
<line num="213" count="3" type="stmt"/>
|
|
1386
|
+
<line num="214" count="3" type="stmt"/>
|
|
1387
|
+
<line num="217" count="10" type="stmt"/>
|
|
1388
|
+
<line num="221" count="10" type="stmt"/>
|
|
1389
|
+
<line num="232" count="13" type="stmt"/>
|
|
1390
|
+
<line num="233" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
1391
|
+
<line num="235" count="12" type="stmt"/>
|
|
1392
|
+
<line num="237" count="12" type="stmt"/>
|
|
1330
1393
|
<line num="241" count="6" type="stmt"/>
|
|
1331
|
-
<line num="
|
|
1332
|
-
<line num="
|
|
1333
|
-
<line num="249" count="
|
|
1334
|
-
<line num="250" count="
|
|
1335
|
-
<line num="
|
|
1336
|
-
<line num="
|
|
1337
|
-
<line num="258" count="
|
|
1338
|
-
<line num="
|
|
1339
|
-
<line num="
|
|
1340
|
-
<line num="
|
|
1341
|
-
<line num="
|
|
1342
|
-
<line num="
|
|
1343
|
-
<line num="
|
|
1344
|
-
<line num="274" count="5" type="stmt"/>
|
|
1345
|
-
<line num="277" count="12" type="stmt"/>
|
|
1346
|
-
<line num="281" count="14" type="stmt"/>
|
|
1347
|
-
<line num="283" count="14" type="stmt"/>
|
|
1348
|
-
<line num="288" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
1349
|
-
<line num="289" count="14" type="cond" truecount="4" falsecount="0"/>
|
|
1350
|
-
<line num="290" count="1" type="stmt"/>
|
|
1351
|
-
<line num="291" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1352
|
-
<line num="292" count="1" type="stmt"/>
|
|
1353
|
-
<line num="293" count="1" type="stmt"/>
|
|
1354
|
-
<line num="295" count="12" type="stmt"/>
|
|
1355
|
-
<line num="300" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1356
|
-
<line num="301" count="1" type="stmt"/>
|
|
1357
|
-
<line num="302" count="1" type="stmt"/>
|
|
1358
|
-
<line num="305" count="2" type="stmt"/>
|
|
1359
|
-
<line num="307" count="2" type="stmt"/>
|
|
1360
|
-
<line num="311" count="1" type="stmt"/>
|
|
1361
|
-
<line num="312" count="1" type="stmt"/>
|
|
1362
|
-
<line num="313" count="1" type="stmt"/>
|
|
1363
|
-
<line num="314" count="1" type="stmt"/>
|
|
1394
|
+
<line num="245" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1395
|
+
<line num="246" count="7" type="stmt"/>
|
|
1396
|
+
<line num="249" count="3" type="stmt"/>
|
|
1397
|
+
<line num="250" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1398
|
+
<line num="252" count="2" type="stmt"/>
|
|
1399
|
+
<line num="256" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1400
|
+
<line num="258" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1401
|
+
<line num="260" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
1402
|
+
<line num="269" count="4" type="stmt"/>
|
|
1403
|
+
<line num="270" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1404
|
+
<line num="271" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1405
|
+
<line num="272" count="1" type="stmt"/>
|
|
1406
|
+
<line num="315" count="1" type="stmt"/>
|
|
1364
1407
|
<line num="316" count="1" type="stmt"/>
|
|
1365
|
-
<line num="
|
|
1366
|
-
<line num="
|
|
1367
|
-
<line num="
|
|
1368
|
-
<line num="
|
|
1369
|
-
<line num="
|
|
1370
|
-
<line num="
|
|
1371
|
-
<line num="
|
|
1372
|
-
<line num="
|
|
1373
|
-
<line num="
|
|
1374
|
-
<line num="
|
|
1375
|
-
<line num="
|
|
1376
|
-
<line num="
|
|
1377
|
-
<line num="
|
|
1378
|
-
<line num="
|
|
1379
|
-
<line num="
|
|
1380
|
-
<line num="
|
|
1381
|
-
<line num="
|
|
1382
|
-
<line num="
|
|
1383
|
-
<line num="
|
|
1384
|
-
<line num="
|
|
1408
|
+
<line num="327" count="1" type="stmt"/>
|
|
1409
|
+
<line num="328" count="1" type="stmt"/>
|
|
1410
|
+
<line num="338" count="2" type="stmt"/>
|
|
1411
|
+
<line num="340" count="2" type="stmt"/>
|
|
1412
|
+
<line num="345" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1413
|
+
<line num="346" count="1" type="stmt"/>
|
|
1414
|
+
<line num="347" count="1" type="stmt"/>
|
|
1415
|
+
<line num="350" count="4" type="stmt"/>
|
|
1416
|
+
<line num="351" count="4" type="stmt"/>
|
|
1417
|
+
<line num="352" count="4" type="stmt"/>
|
|
1418
|
+
<line num="356" count="6" type="stmt"/>
|
|
1419
|
+
<line num="357" count="6" type="stmt"/>
|
|
1420
|
+
<line num="359" count="6" type="stmt"/>
|
|
1421
|
+
<line num="363" count="1" type="stmt"/>
|
|
1422
|
+
<line num="365" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1423
|
+
<line num="366" count="1" type="stmt"/>
|
|
1424
|
+
<line num="369" count="1" type="stmt"/>
|
|
1425
|
+
<line num="373" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
1426
|
+
<line num="375" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
1427
|
+
<line num="376" count="3" type="stmt"/>
|
|
1428
|
+
<line num="381" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1429
|
+
<line num="384" count="14" type="stmt"/>
|
|
1430
|
+
<line num="386" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
1431
|
+
<line num="387" count="3" type="stmt"/>
|
|
1432
|
+
<line num="390" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
1433
|
+
<line num="391" count="6" type="stmt"/>
|
|
1434
|
+
<line num="394" count="14" type="stmt"/>
|
|
1435
|
+
<line num="398" count="17" type="stmt"/>
|
|
1436
|
+
<line num="400" count="17" type="stmt"/>
|
|
1437
|
+
<line num="405" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
1438
|
+
<line num="406" count="17" type="cond" truecount="4" falsecount="0"/>
|
|
1439
|
+
<line num="407" count="2" type="stmt"/>
|
|
1440
|
+
<line num="408" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
1441
|
+
<line num="409" count="1" type="stmt"/>
|
|
1442
|
+
<line num="410" count="1" type="stmt"/>
|
|
1443
|
+
<line num="412" count="14" type="stmt"/>
|
|
1444
|
+
<line num="417" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1445
|
+
<line num="418" count="1" type="stmt"/>
|
|
1446
|
+
<line num="419" count="1" type="stmt"/>
|
|
1447
|
+
<line num="422" count="2" type="stmt"/>
|
|
1448
|
+
<line num="424" count="2" type="stmt"/>
|
|
1449
|
+
<line num="435" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1450
|
+
<line num="436" count="1" type="stmt"/>
|
|
1451
|
+
<line num="437" count="1" type="stmt"/>
|
|
1452
|
+
<line num="438" count="1" type="stmt"/>
|
|
1453
|
+
<line num="441" count="3" type="stmt"/>
|
|
1454
|
+
<line num="442" count="3" type="stmt"/>
|
|
1455
|
+
<line num="443" count="3" type="stmt"/>
|
|
1456
|
+
<line num="444" count="3" type="stmt"/>
|
|
1457
|
+
<line num="446" count="3" type="stmt"/>
|
|
1458
|
+
<line num="448" count="3" type="stmt"/>
|
|
1459
|
+
<line num="452" count="3" type="stmt"/>
|
|
1460
|
+
<line num="453" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1461
|
+
<line num="454" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1462
|
+
<line num="455" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1463
|
+
<line num="456" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1464
|
+
<line num="457" count="3" type="stmt"/>
|
|
1465
|
+
<line num="458" count="11" type="stmt"/>
|
|
1466
|
+
<line num="459" count="24" type="stmt"/>
|
|
1467
|
+
<line num="461" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
1468
|
+
<line num="464" count="11" type="stmt"/>
|
|
1469
|
+
<line num="471" count="3" type="stmt"/>
|
|
1470
|
+
<line num="473" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1471
|
+
<line num="474" count="3" type="stmt"/>
|
|
1472
|
+
<line num="479" count="12" type="stmt"/>
|
|
1473
|
+
<line num="480" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1474
|
+
<line num="481" count="12" type="stmt"/>
|
|
1475
|
+
<line num="482" count="22" type="stmt"/>
|
|
1476
|
+
<line num="484" count="12" type="stmt"/>
|
|
1477
|
+
<line num="485" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
1478
|
+
<line num="489" count="16" type="stmt"/>
|
|
1385
1479
|
</file>
|
|
1386
1480
|
</package>
|
|
1387
1481
|
<package name="src.components.tek-image">
|
|
1388
1482
|
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1389
1483
|
<file name="image.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
|
|
1390
1484
|
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1391
|
-
<line num="1" count="
|
|
1392
|
-
<line num="7" count="
|
|
1485
|
+
<line num="1" count="31" type="stmt"/>
|
|
1486
|
+
<line num="7" count="31" type="stmt"/>
|
|
1393
1487
|
<line num="11" count="4" type="stmt"/>
|
|
1394
1488
|
<line num="16" count="4" type="stmt"/>
|
|
1395
1489
|
<line num="22" count="4" type="stmt"/>
|
|
@@ -1417,8 +1511,8 @@
|
|
|
1417
1511
|
<metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
1418
1512
|
<file name="iterable-carousel.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
|
|
1419
1513
|
<metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
1420
|
-
<line num="1" count="
|
|
1421
|
-
<line num="9" count="
|
|
1514
|
+
<line num="1" count="31" type="stmt"/>
|
|
1515
|
+
<line num="9" count="31" type="stmt"/>
|
|
1422
1516
|
<line num="13" count="3" type="stmt"/>
|
|
1423
1517
|
<line num="14" count="3" type="stmt"/>
|
|
1424
1518
|
<line num="22" count="3" type="cond" truecount="10" falsecount="0"/>
|
|
@@ -1430,17 +1524,17 @@
|
|
|
1430
1524
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1431
1525
|
<file name="iterable-component-render.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-component-render/iterable-component-render.ts">
|
|
1432
1526
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1433
|
-
<line num="1" count="
|
|
1434
|
-
<line num="10" count="
|
|
1527
|
+
<line num="1" count="31" type="stmt"/>
|
|
1528
|
+
<line num="10" count="31" type="stmt"/>
|
|
1435
1529
|
</file>
|
|
1436
1530
|
</package>
|
|
1437
1531
|
<package name="src.components.tek-loading">
|
|
1438
1532
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1439
1533
|
<file name="loading.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
|
|
1440
1534
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1441
|
-
<line num="1" count="
|
|
1442
|
-
<line num="5" count="
|
|
1443
|
-
<line num="11" count="
|
|
1535
|
+
<line num="1" count="31" type="stmt"/>
|
|
1536
|
+
<line num="5" count="31" type="stmt"/>
|
|
1537
|
+
<line num="11" count="31" type="stmt"/>
|
|
1444
1538
|
<line num="15" count="2" type="stmt"/>
|
|
1445
1539
|
<line num="20" count="2" type="stmt"/>
|
|
1446
1540
|
<line num="25" count="2" type="stmt"/>
|
|
@@ -1454,8 +1548,8 @@
|
|
|
1454
1548
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
1455
1549
|
<file name="notifications.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
|
|
1456
1550
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
1457
|
-
<line num="1" count="
|
|
1458
|
-
<line num="7" count="
|
|
1551
|
+
<line num="1" count="31" type="stmt"/>
|
|
1552
|
+
<line num="7" count="31" type="stmt"/>
|
|
1459
1553
|
<line num="8" count="8" type="stmt"/>
|
|
1460
1554
|
<line num="15" count="8" type="stmt"/>
|
|
1461
1555
|
<line num="40" count="8" type="stmt"/>
|
|
@@ -1470,9 +1564,9 @@
|
|
|
1470
1564
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1471
1565
|
<file name="product-card.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
|
|
1472
1566
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1473
|
-
<line num="1" count="
|
|
1474
|
-
<line num="2" count="
|
|
1475
|
-
<line num="8" count="
|
|
1567
|
+
<line num="1" count="31" type="stmt"/>
|
|
1568
|
+
<line num="2" count="31" type="stmt"/>
|
|
1569
|
+
<line num="8" count="31" type="stmt"/>
|
|
1476
1570
|
<line num="12" count="3" type="stmt"/>
|
|
1477
1571
|
<line num="17" count="3" type="stmt"/>
|
|
1478
1572
|
<line num="22" count="3" type="stmt"/>
|
|
@@ -1504,123 +1598,124 @@
|
|
|
1504
1598
|
</file>
|
|
1505
1599
|
</package>
|
|
1506
1600
|
<package name="src.components.tek-tree-grid">
|
|
1507
|
-
<metrics statements="
|
|
1601
|
+
<metrics statements="107" coveredstatements="107" conditionals="21" coveredconditionals="21" methods="19" coveredmethods="19"/>
|
|
1508
1602
|
<file name="tree-grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
|
|
1509
|
-
<metrics statements="
|
|
1510
|
-
<line num="1" count="
|
|
1511
|
-
<line num="6" count="
|
|
1512
|
-
<line num="10" count="
|
|
1513
|
-
<line num="11" count="
|
|
1514
|
-
<line num="14" count="
|
|
1515
|
-
<line num="15" count="
|
|
1516
|
-
<line num="16" count="
|
|
1517
|
-
<line num="
|
|
1518
|
-
<line num="
|
|
1519
|
-
<line num="
|
|
1520
|
-
<line num="
|
|
1521
|
-
<line num="
|
|
1522
|
-
<line num="
|
|
1523
|
-
<line num="
|
|
1524
|
-
<line num="
|
|
1525
|
-
<line num="
|
|
1526
|
-
<line num="
|
|
1527
|
-
<line num="
|
|
1528
|
-
<line num="
|
|
1529
|
-
<line num="
|
|
1530
|
-
<line num="
|
|
1531
|
-
<line num="
|
|
1532
|
-
<line num="
|
|
1533
|
-
<line num="
|
|
1534
|
-
<line num="
|
|
1535
|
-
<line num="
|
|
1536
|
-
<line num="
|
|
1537
|
-
<line num="
|
|
1538
|
-
<line num="
|
|
1539
|
-
<line num="
|
|
1540
|
-
<line num="
|
|
1541
|
-
<line num="
|
|
1542
|
-
<line num="
|
|
1543
|
-
<line num="190" count="18" type="stmt"/>
|
|
1603
|
+
<metrics statements="107" coveredstatements="107" conditionals="21" coveredconditionals="21" methods="19" coveredmethods="19"/>
|
|
1604
|
+
<line num="1" count="31" type="stmt"/>
|
|
1605
|
+
<line num="6" count="31" type="stmt"/>
|
|
1606
|
+
<line num="10" count="31" type="stmt"/>
|
|
1607
|
+
<line num="11" count="31" type="stmt"/>
|
|
1608
|
+
<line num="14" count="31" type="stmt"/>
|
|
1609
|
+
<line num="15" count="31" type="stmt"/>
|
|
1610
|
+
<line num="16" count="31" type="stmt"/>
|
|
1611
|
+
<line num="28" count="31" type="stmt"/>
|
|
1612
|
+
<line num="30" count="18" type="stmt"/>
|
|
1613
|
+
<line num="33" count="18" type="stmt"/>
|
|
1614
|
+
<line num="38" count="18" type="stmt"/>
|
|
1615
|
+
<line num="41" count="18" type="stmt"/>
|
|
1616
|
+
<line num="44" count="18" type="stmt"/>
|
|
1617
|
+
<line num="47" count="18" type="stmt"/>
|
|
1618
|
+
<line num="50" count="18" type="stmt"/>
|
|
1619
|
+
<line num="53" count="18" type="stmt"/>
|
|
1620
|
+
<line num="67" count="18" type="stmt"/>
|
|
1621
|
+
<line num="70" count="18" type="stmt"/>
|
|
1622
|
+
<line num="73" count="18" type="stmt"/>
|
|
1623
|
+
<line num="76" count="18" type="stmt"/>
|
|
1624
|
+
<line num="79" count="18" type="stmt"/>
|
|
1625
|
+
<line num="88" count="18" type="stmt"/>
|
|
1626
|
+
<line num="93" count="18" type="stmt"/>
|
|
1627
|
+
<line num="99" count="18" type="stmt"/>
|
|
1628
|
+
<line num="105" count="18" type="stmt"/>
|
|
1629
|
+
<line num="115" count="18" type="stmt"/>
|
|
1630
|
+
<line num="120" count="18" type="stmt"/>
|
|
1631
|
+
<line num="122" count="18" type="stmt"/>
|
|
1632
|
+
<line num="129" count="18" type="stmt"/>
|
|
1633
|
+
<line num="167" count="18" type="stmt"/>
|
|
1634
|
+
<line num="180" count="18" type="stmt"/>
|
|
1635
|
+
<line num="182" count="18" type="stmt"/>
|
|
1636
|
+
<line num="184" count="18" type="stmt"/>
|
|
1544
1637
|
<line num="191" count="18" type="stmt"/>
|
|
1545
1638
|
<line num="192" count="18" type="stmt"/>
|
|
1546
|
-
<line num="
|
|
1547
|
-
<line num="
|
|
1548
|
-
<line num="
|
|
1549
|
-
<line num="
|
|
1550
|
-
<line num="
|
|
1551
|
-
<line num="
|
|
1552
|
-
<line num="
|
|
1553
|
-
<line num="
|
|
1554
|
-
<line num="
|
|
1555
|
-
<line num="
|
|
1556
|
-
<line num="
|
|
1557
|
-
<line num="
|
|
1558
|
-
<line num="
|
|
1559
|
-
<line num="
|
|
1560
|
-
<line num="
|
|
1561
|
-
<line num="
|
|
1562
|
-
<line num="
|
|
1563
|
-
<line num="
|
|
1639
|
+
<line num="193" count="18" type="stmt"/>
|
|
1640
|
+
<line num="198" count="18" type="stmt"/>
|
|
1641
|
+
<line num="203" count="18" type="stmt"/>
|
|
1642
|
+
<line num="208" count="18" type="stmt"/>
|
|
1643
|
+
<line num="213" count="18" type="stmt"/>
|
|
1644
|
+
<line num="218" count="18" type="stmt"/>
|
|
1645
|
+
<line num="223" count="18" type="stmt"/>
|
|
1646
|
+
<line num="228" count="18" type="stmt"/>
|
|
1647
|
+
<line num="233" count="18" type="stmt"/>
|
|
1648
|
+
<line num="238" count="18" type="stmt"/>
|
|
1649
|
+
<line num="243" count="18" type="stmt"/>
|
|
1650
|
+
<line num="248" count="18" type="stmt"/>
|
|
1651
|
+
<line num="253" count="18" type="stmt"/>
|
|
1652
|
+
<line num="258" count="18" type="stmt"/>
|
|
1653
|
+
<line num="263" count="18" type="stmt"/>
|
|
1654
|
+
<line num="268" count="18" type="stmt"/>
|
|
1655
|
+
<line num="273" count="18" type="stmt"/>
|
|
1656
|
+
<line num="278" count="18" type="stmt"/>
|
|
1564
1657
|
<line num="283" count="18" type="stmt"/>
|
|
1565
|
-
<line num="284" count="18" type="
|
|
1566
|
-
<line num="285" count="18" type="
|
|
1567
|
-
<line num="286" count="18" type="
|
|
1568
|
-
<line num="287" count="18" type="
|
|
1569
|
-
<line num="
|
|
1570
|
-
<line num="290" count="
|
|
1571
|
-
<line num="
|
|
1572
|
-
<line num="
|
|
1573
|
-
<line num="303" count="1" type="
|
|
1574
|
-
<line num="
|
|
1575
|
-
<line num="
|
|
1576
|
-
<line num="
|
|
1658
|
+
<line num="284" count="18" type="stmt"/>
|
|
1659
|
+
<line num="285" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1660
|
+
<line num="286" count="18" type="stmt"/>
|
|
1661
|
+
<line num="287" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1662
|
+
<line num="288" count="18" type="stmt"/>
|
|
1663
|
+
<line num="290" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
1664
|
+
<line num="291" count="3" type="stmt"/>
|
|
1665
|
+
<line num="294" count="18" type="stmt"/>
|
|
1666
|
+
<line num="303" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1667
|
+
<line num="304" count="1" type="stmt"/>
|
|
1668
|
+
<line num="307" count="1" type="stmt"/>
|
|
1669
|
+
<line num="316" count="1" type="stmt"/>
|
|
1577
1670
|
<line num="319" count="1" type="stmt"/>
|
|
1578
|
-
<line num="
|
|
1671
|
+
<line num="320" count="1" type="stmt"/>
|
|
1579
1672
|
<line num="328" count="18" type="stmt"/>
|
|
1580
1673
|
<line num="329" count="18" type="stmt"/>
|
|
1581
|
-
<line num="
|
|
1582
|
-
<line num="
|
|
1674
|
+
<line num="330" count="18" type="stmt"/>
|
|
1675
|
+
<line num="332" count="18" type="stmt"/>
|
|
1583
1676
|
<line num="336" count="3" type="stmt"/>
|
|
1584
|
-
<line num="
|
|
1677
|
+
<line num="337" count="3" type="stmt"/>
|
|
1585
1678
|
<line num="341" count="3" type="stmt"/>
|
|
1586
|
-
<line num="
|
|
1679
|
+
<line num="342" count="3" type="stmt"/>
|
|
1587
1680
|
<line num="346" count="6" type="stmt"/>
|
|
1588
|
-
<line num="
|
|
1589
|
-
<line num="
|
|
1681
|
+
<line num="347" count="6" type="stmt"/>
|
|
1682
|
+
<line num="351" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1590
1683
|
<line num="355" count="1" type="stmt"/>
|
|
1591
|
-
<line num="
|
|
1592
|
-
<line num="360" count="
|
|
1593
|
-
<line num="
|
|
1594
|
-
<line num="
|
|
1595
|
-
<line num="
|
|
1596
|
-
<line num="379" count="1" type="
|
|
1597
|
-
<line num="
|
|
1598
|
-
<line num="
|
|
1599
|
-
<line num="386" count="2" type="
|
|
1684
|
+
<line num="356" count="1" type="stmt"/>
|
|
1685
|
+
<line num="360" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1686
|
+
<line num="361" count="1" type="stmt"/>
|
|
1687
|
+
<line num="371" count="21" type="stmt"/>
|
|
1688
|
+
<line num="375" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1689
|
+
<line num="379" count="1" type="stmt"/>
|
|
1690
|
+
<line num="380" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1691
|
+
<line num="382" count="1" type="stmt"/>
|
|
1692
|
+
<line num="386" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1600
1693
|
<line num="387" count="2" type="stmt"/>
|
|
1601
|
-
<line num="
|
|
1602
|
-
<line num="
|
|
1694
|
+
<line num="388" count="2" type="stmt"/>
|
|
1695
|
+
<line num="391" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1603
1696
|
<line num="395" count="1" type="stmt"/>
|
|
1604
|
-
<line num="
|
|
1605
|
-
<line num="401" count="2" type="
|
|
1606
|
-
<line num="
|
|
1607
|
-
<line num="
|
|
1608
|
-
<line num="
|
|
1609
|
-
<line num="
|
|
1610
|
-
<line num="432" count="
|
|
1611
|
-
<line num="
|
|
1612
|
-
<line num="
|
|
1613
|
-
<line num="
|
|
1614
|
-
<line num="
|
|
1615
|
-
<line num="
|
|
1697
|
+
<line num="396" count="1" type="stmt"/>
|
|
1698
|
+
<line num="401" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1699
|
+
<line num="402" count="2" type="stmt"/>
|
|
1700
|
+
<line num="405" count="2" type="stmt"/>
|
|
1701
|
+
<line num="418" count="2" type="stmt"/>
|
|
1702
|
+
<line num="422" count="1" type="stmt"/>
|
|
1703
|
+
<line num="432" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1704
|
+
<line num="433" count="1" type="stmt"/>
|
|
1705
|
+
<line num="435" count="1" type="stmt"/>
|
|
1706
|
+
<line num="443" count="2" type="stmt"/>
|
|
1707
|
+
<line num="447" count="1" type="stmt"/>
|
|
1708
|
+
<line num="451" count="2" type="stmt"/>
|
|
1709
|
+
<line num="455" count="12" type="stmt"/>
|
|
1710
|
+
<line num="459" count="1" type="stmt"/>
|
|
1616
1711
|
</file>
|
|
1617
1712
|
</package>
|
|
1618
1713
|
<package name="src.components.tek-user-info">
|
|
1619
1714
|
<metrics statements="86" coveredstatements="86" conditionals="45" coveredconditionals="45" methods="32" coveredmethods="32"/>
|
|
1620
1715
|
<file name="TekUserInfoController.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
|
|
1621
1716
|
<metrics statements="27" coveredstatements="27" conditionals="28" coveredconditionals="28" methods="18" coveredmethods="18"/>
|
|
1622
|
-
<line num="1" count="
|
|
1623
|
-
<line num="5" count="
|
|
1717
|
+
<line num="1" count="31" type="stmt"/>
|
|
1718
|
+
<line num="5" count="31" type="stmt"/>
|
|
1624
1719
|
<line num="9" count="26" type="stmt"/>
|
|
1625
1720
|
<line num="13" count="30" type="stmt"/>
|
|
1626
1721
|
<line num="17" count="3" type="cond" truecount="6" falsecount="0"/>
|
|
@@ -1649,10 +1744,10 @@
|
|
|
1649
1744
|
</file>
|
|
1650
1745
|
<file name="tek-user-info-list.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info-list.ts">
|
|
1651
1746
|
<metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
|
|
1652
|
-
<line num="1" count="
|
|
1653
|
-
<line num="2" count="
|
|
1654
|
-
<line num="4" count="
|
|
1655
|
-
<line num="6" count="
|
|
1747
|
+
<line num="1" count="31" type="stmt"/>
|
|
1748
|
+
<line num="2" count="31" type="stmt"/>
|
|
1749
|
+
<line num="4" count="31" type="stmt"/>
|
|
1750
|
+
<line num="6" count="31" type="stmt"/>
|
|
1656
1751
|
<line num="10" count="5" type="stmt"/>
|
|
1657
1752
|
<line num="12" count="5" type="stmt"/>
|
|
1658
1753
|
<line num="15" count="5" type="stmt"/>
|
|
@@ -1667,11 +1762,11 @@
|
|
|
1667
1762
|
</file>
|
|
1668
1763
|
<file name="tek-user-info.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
|
|
1669
1764
|
<metrics statements="44" coveredstatements="44" conditionals="12" coveredconditionals="12" methods="10" coveredmethods="10"/>
|
|
1670
|
-
<line num="1" count="
|
|
1671
|
-
<line num="4" count="
|
|
1672
|
-
<line num="7" count="
|
|
1673
|
-
<line num="9" count="
|
|
1674
|
-
<line num="11" count="
|
|
1765
|
+
<line num="1" count="31" type="stmt"/>
|
|
1766
|
+
<line num="4" count="31" type="stmt"/>
|
|
1767
|
+
<line num="7" count="31" type="stmt"/>
|
|
1768
|
+
<line num="9" count="31" type="stmt"/>
|
|
1769
|
+
<line num="11" count="31" type="stmt"/>
|
|
1675
1770
|
<line num="19" count="32" type="stmt"/>
|
|
1676
1771
|
<line num="24" count="32" type="stmt"/>
|
|
1677
1772
|
<line num="29" count="32" type="stmt"/>
|
|
@@ -1710,20 +1805,20 @@
|
|
|
1710
1805
|
<line num="302" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1711
1806
|
<line num="303" count="1" type="stmt"/>
|
|
1712
1807
|
<line num="305" count="1" type="stmt"/>
|
|
1713
|
-
<line num="310" count="
|
|
1808
|
+
<line num="310" count="31" type="stmt"/>
|
|
1714
1809
|
</file>
|
|
1715
1810
|
</package>
|
|
1716
1811
|
<package name="src.error">
|
|
1717
1812
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1718
1813
|
<file name="delete-rows-error.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
|
|
1719
1814
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1720
|
-
<line num="4" count="
|
|
1815
|
+
<line num="4" count="32" type="stmt"/>
|
|
1721
1816
|
<line num="6" count="2" type="stmt"/>
|
|
1722
1817
|
<line num="9" count="2" type="stmt"/>
|
|
1723
1818
|
</file>
|
|
1724
1819
|
<file name="incomplete-groups-error.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/error/incomplete-groups-error.ts">
|
|
1725
1820
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1726
|
-
<line num="7" count="
|
|
1821
|
+
<line num="7" count="31" type="stmt"/>
|
|
1727
1822
|
<line num="9" count="1" type="stmt"/>
|
|
1728
1823
|
<line num="10" count="1" type="stmt"/>
|
|
1729
1824
|
<line num="11" count="1" type="stmt"/>
|
|
@@ -1731,10 +1826,10 @@
|
|
|
1731
1826
|
</file>
|
|
1732
1827
|
</package>
|
|
1733
1828
|
<package name="src.utils">
|
|
1734
|
-
<metrics statements="
|
|
1829
|
+
<metrics statements="33" coveredstatements="33" conditionals="12" coveredconditionals="12" methods="7" coveredmethods="7"/>
|
|
1735
1830
|
<file name="extract-properties.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/extract-properties.ts">
|
|
1736
1831
|
<metrics statements="6" coveredstatements="6" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
|
|
1737
|
-
<line num="7" count="
|
|
1832
|
+
<line num="7" count="31" type="stmt"/>
|
|
1738
1833
|
<line num="8" count="4" type="stmt"/>
|
|
1739
1834
|
<line num="9" count="4" type="stmt"/>
|
|
1740
1835
|
<line num="10" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -1742,154 +1837,174 @@
|
|
|
1742
1837
|
<line num="15" count="4" type="stmt"/>
|
|
1743
1838
|
</file>
|
|
1744
1839
|
<file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
|
|
1745
|
-
<metrics statements="
|
|
1746
|
-
<line num="1" count="
|
|
1747
|
-
<line num="2" count="
|
|
1748
|
-
<line num="3" count="
|
|
1749
|
-
<line num="4" count="
|
|
1750
|
-
<line num="5" count="
|
|
1751
|
-
<line num="6" count="
|
|
1840
|
+
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1841
|
+
<line num="1" count="31" type="stmt"/>
|
|
1842
|
+
<line num="2" count="31" type="stmt"/>
|
|
1843
|
+
<line num="3" count="31" type="stmt"/>
|
|
1844
|
+
<line num="4" count="31" type="stmt"/>
|
|
1845
|
+
<line num="5" count="31" type="stmt"/>
|
|
1846
|
+
<line num="6" count="31" type="stmt"/>
|
|
1847
|
+
<line num="7" count="31" type="stmt"/>
|
|
1848
|
+
</file>
|
|
1849
|
+
<file name="object-comparison.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/object-comparison.ts">
|
|
1850
|
+
<metrics statements="20" coveredstatements="20" conditionals="11" coveredconditionals="11" methods="5" coveredmethods="5"/>
|
|
1851
|
+
<line num="3" count="32" type="stmt"/>
|
|
1852
|
+
<line num="5" count="32" type="stmt"/>
|
|
1853
|
+
<line num="6" count="49" type="stmt"/>
|
|
1854
|
+
<line num="9" count="32" type="stmt"/>
|
|
1855
|
+
<line num="10" count="549" type="cond" truecount="4" falsecount="0"/>
|
|
1856
|
+
<line num="11" count="133" type="stmt"/>
|
|
1857
|
+
<line num="14" count="416" type="cond" truecount="1" falsecount="0"/>
|
|
1858
|
+
<line num="15" count="83" type="cond" truecount="1" falsecount="0"/>
|
|
1859
|
+
<line num="16" count="42" type="stmt"/>
|
|
1860
|
+
<line num="19" count="333" type="cond" truecount="3" falsecount="0"/>
|
|
1861
|
+
<line num="20" count="119" type="stmt"/>
|
|
1862
|
+
<line num="23" count="452" type="stmt"/>
|
|
1863
|
+
<line num="24" count="452" type="cond" truecount="1" falsecount="0"/>
|
|
1864
|
+
<line num="25" count="236" type="stmt"/>
|
|
1865
|
+
<line num="28" count="452" type="stmt"/>
|
|
1866
|
+
<line num="31" count="119" type="cond" truecount="1" falsecount="0"/>
|
|
1867
|
+
<line num="33" count="69" type="stmt"/>
|
|
1868
|
+
<line num="36" count="214" type="stmt"/>
|
|
1869
|
+
<line num="39" count="32" type="stmt"/>
|
|
1870
|
+
<line num="40" count="25" type="stmt"/>
|
|
1752
1871
|
</file>
|
|
1753
1872
|
</package>
|
|
1754
1873
|
<package name="src.utils.grid-base">
|
|
1755
|
-
<metrics statements="
|
|
1874
|
+
<metrics statements="155" coveredstatements="155" conditionals="92" coveredconditionals="92" methods="68" coveredmethods="68"/>
|
|
1756
1875
|
<file name="grid-base.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
|
|
1757
|
-
<metrics statements="
|
|
1758
|
-
<line num="4" count="
|
|
1759
|
-
<line num="7" count="
|
|
1760
|
-
<line num="
|
|
1761
|
-
<line num="
|
|
1762
|
-
<line num="
|
|
1763
|
-
<line num="
|
|
1764
|
-
<line num="43" count="
|
|
1765
|
-
<line num="
|
|
1766
|
-
<line num="
|
|
1767
|
-
<line num="
|
|
1768
|
-
<line num="
|
|
1769
|
-
<line num="
|
|
1770
|
-
<line num="
|
|
1771
|
-
<line num="
|
|
1772
|
-
<line num="
|
|
1773
|
-
<line num="
|
|
1774
|
-
<line num="
|
|
1775
|
-
<line num="
|
|
1776
|
-
<line num="
|
|
1777
|
-
<line num="
|
|
1778
|
-
<line num="
|
|
1779
|
-
<line num="
|
|
1780
|
-
<line num="
|
|
1781
|
-
<line num="
|
|
1782
|
-
<line num="
|
|
1783
|
-
<line num="
|
|
1784
|
-
<line num="
|
|
1785
|
-
<line num="
|
|
1786
|
-
<line num="
|
|
1787
|
-
<line num="
|
|
1788
|
-
<line num="
|
|
1789
|
-
<line num="
|
|
1790
|
-
<line num="
|
|
1791
|
-
<line num="
|
|
1876
|
+
<metrics statements="124" coveredstatements="124" conditionals="59" coveredconditionals="59" methods="47" coveredmethods="47"/>
|
|
1877
|
+
<line num="4" count="31" type="stmt"/>
|
|
1878
|
+
<line num="7" count="31" type="stmt"/>
|
|
1879
|
+
<line num="14" count="31" type="stmt"/>
|
|
1880
|
+
<line num="36" count="31" type="stmt"/>
|
|
1881
|
+
<line num="39" count="244" type="stmt"/>
|
|
1882
|
+
<line num="42" count="244" type="stmt"/>
|
|
1883
|
+
<line num="43" count="244" type="stmt"/>
|
|
1884
|
+
<line num="47" count="244" type="stmt"/>
|
|
1885
|
+
<line num="48" count="76" type="stmt"/>
|
|
1886
|
+
<line num="56" count="76" type="stmt"/>
|
|
1887
|
+
<line num="74" count="74" type="stmt"/>
|
|
1888
|
+
<line num="92" count="73" type="stmt"/>
|
|
1889
|
+
<line num="111" count="146" type="stmt"/>
|
|
1890
|
+
<line num="118" count="73" type="stmt"/>
|
|
1891
|
+
<line num="136" count="73" type="stmt"/>
|
|
1892
|
+
<line num="143" count="73" type="stmt"/>
|
|
1893
|
+
<line num="159" count="73" type="stmt"/>
|
|
1894
|
+
<line num="165" count="73" type="stmt"/>
|
|
1895
|
+
<line num="172" count="73" type="stmt"/>
|
|
1896
|
+
<line num="179" count="73" type="stmt"/>
|
|
1897
|
+
<line num="201" count="73" type="stmt"/>
|
|
1898
|
+
<line num="211" count="73" type="stmt"/>
|
|
1899
|
+
<line num="223" count="73" type="stmt"/>
|
|
1900
|
+
<line num="230" count="73" type="stmt"/>
|
|
1901
|
+
<line num="253" count="4" type="stmt"/>
|
|
1902
|
+
<line num="254" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1903
|
+
<line num="255" count="1" type="stmt"/>
|
|
1904
|
+
<line num="256" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1905
|
+
<line num="257" count="2" type="stmt"/>
|
|
1906
|
+
<line num="269" count="2" type="stmt"/>
|
|
1907
|
+
<line num="271" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1908
|
+
<line num="272" count="1" type="stmt"/>
|
|
1909
|
+
<line num="275" count="2" type="stmt"/>
|
|
1910
|
+
<line num="276" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1911
|
+
<line num="277" count="1" type="stmt"/>
|
|
1912
|
+
<line num="278" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1792
1913
|
<line num="279" count="1" type="stmt"/>
|
|
1793
|
-
<line num="
|
|
1794
|
-
<line num="
|
|
1795
|
-
<line num="
|
|
1796
|
-
<line num="
|
|
1797
|
-
<line num="
|
|
1798
|
-
<line num="
|
|
1799
|
-
<line num="
|
|
1800
|
-
<line num="
|
|
1801
|
-
<line num="
|
|
1802
|
-
<line num="
|
|
1803
|
-
<line num="
|
|
1804
|
-
<line num="
|
|
1805
|
-
<line num="
|
|
1806
|
-
<line num="
|
|
1807
|
-
<line num="
|
|
1808
|
-
<line num="
|
|
1809
|
-
<line num="
|
|
1810
|
-
<line num="
|
|
1811
|
-
<line num="
|
|
1812
|
-
<line num="
|
|
1813
|
-
<line num="
|
|
1814
|
-
<line num="
|
|
1815
|
-
<line num="
|
|
1816
|
-
<line num="
|
|
1817
|
-
<line num="
|
|
1818
|
-
<line num="
|
|
1819
|
-
<line num="
|
|
1820
|
-
<line num="
|
|
1821
|
-
<line num="
|
|
1822
|
-
<line num="
|
|
1823
|
-
<line num="
|
|
1824
|
-
<line num="375" count="
|
|
1825
|
-
<line num="
|
|
1826
|
-
<line num="
|
|
1827
|
-
<line num="
|
|
1828
|
-
<line num="
|
|
1829
|
-
<line num="
|
|
1830
|
-
<line num="
|
|
1831
|
-
<line num="
|
|
1832
|
-
<line num="394" count="
|
|
1833
|
-
<line num="395" count="
|
|
1914
|
+
<line num="282" count="1" type="stmt"/>
|
|
1915
|
+
<line num="285" count="1" type="stmt"/>
|
|
1916
|
+
<line num="295" count="73" type="stmt"/>
|
|
1917
|
+
<line num="301" count="73" type="stmt"/>
|
|
1918
|
+
<line num="302" count="1095" type="stmt"/>
|
|
1919
|
+
<line num="303" count="1095" type="cond" truecount="1" falsecount="0"/>
|
|
1920
|
+
<line num="304" count="1095" type="stmt"/>
|
|
1921
|
+
<line num="305" count="1095" type="cond" truecount="1" falsecount="0"/>
|
|
1922
|
+
<line num="306" count="1095" type="stmt"/>
|
|
1923
|
+
<line num="316" count="77" type="stmt"/>
|
|
1924
|
+
<line num="317" count="77" type="stmt"/>
|
|
1925
|
+
<line num="319" count="77" type="cond" truecount="4" falsecount="0"/>
|
|
1926
|
+
<line num="320" count="77" type="cond" truecount="4" falsecount="0"/>
|
|
1927
|
+
<line num="322" count="77" type="cond" truecount="1" falsecount="0"/>
|
|
1928
|
+
<line num="323" count="77" type="cond" truecount="1" falsecount="0"/>
|
|
1929
|
+
<line num="325" count="77" type="cond" truecount="4" falsecount="0"/>
|
|
1930
|
+
<line num="326" count="4" type="stmt"/>
|
|
1931
|
+
<line num="328" count="73" type="stmt"/>
|
|
1932
|
+
<line num="331" count="77" type="stmt"/>
|
|
1933
|
+
<line num="341" count="77" type="stmt"/>
|
|
1934
|
+
<line num="347" count="5" type="stmt"/>
|
|
1935
|
+
<line num="351" count="72" type="stmt"/>
|
|
1936
|
+
<line num="355" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1937
|
+
<line num="356" count="2" type="stmt"/>
|
|
1938
|
+
<line num="357" count="2" type="stmt"/>
|
|
1939
|
+
<line num="358" count="2" type="stmt"/>
|
|
1940
|
+
<line num="359" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1941
|
+
<line num="360" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1942
|
+
<line num="363" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1943
|
+
<line num="366" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1944
|
+
<line num="374" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1945
|
+
<line num="375" count="1" type="stmt"/>
|
|
1946
|
+
<line num="377" count="1" type="stmt"/>
|
|
1947
|
+
<line num="381" count="2" type="stmt"/>
|
|
1948
|
+
<line num="382" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1949
|
+
<line num="383" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1950
|
+
<line num="384" count="1" type="stmt"/>
|
|
1951
|
+
<line num="387" count="1" type="stmt"/>
|
|
1952
|
+
<line num="389" count="1" type="stmt"/>
|
|
1953
|
+
<line num="394" count="2" type="stmt"/>
|
|
1954
|
+
<line num="395" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1834
1955
|
<line num="397" count="1" type="stmt"/>
|
|
1835
|
-
<line num="401" count="
|
|
1836
|
-
<line num="402" count="
|
|
1837
|
-
<line num="403" count="2" type="
|
|
1838
|
-
<line num="404" count="
|
|
1839
|
-
<line num="
|
|
1840
|
-
<line num="
|
|
1841
|
-
<line num="
|
|
1842
|
-
<line num="
|
|
1843
|
-
<line num="
|
|
1844
|
-
<line num="
|
|
1845
|
-
<line num="
|
|
1846
|
-
<line num="
|
|
1847
|
-
<line num="
|
|
1848
|
-
<line num="
|
|
1849
|
-
<line num="
|
|
1850
|
-
<line num="
|
|
1851
|
-
<line num="
|
|
1852
|
-
<line num="
|
|
1853
|
-
<line num="
|
|
1854
|
-
<line num="
|
|
1855
|
-
<line num="
|
|
1856
|
-
<line num="
|
|
1857
|
-
<line num="
|
|
1858
|
-
<line num="
|
|
1859
|
-
<line num="
|
|
1860
|
-
<line num="
|
|
1861
|
-
<line num="466" count="
|
|
1862
|
-
<line num="467" count="
|
|
1863
|
-
<line num="
|
|
1864
|
-
<line num="
|
|
1865
|
-
<line num="
|
|
1866
|
-
<line num="
|
|
1867
|
-
<line num="
|
|
1868
|
-
<line num="
|
|
1869
|
-
<line num="
|
|
1870
|
-
<line num="
|
|
1871
|
-
<line num="
|
|
1872
|
-
<line num="
|
|
1873
|
-
<line num="
|
|
1874
|
-
<line num="
|
|
1875
|
-
<line num="
|
|
1876
|
-
<line num="
|
|
1877
|
-
<line num="
|
|
1878
|
-
<line num="
|
|
1879
|
-
<line num="
|
|
1880
|
-
<line num="505" count="6" type="stmt"/>
|
|
1881
|
-
<line num="506" count="6" type="stmt"/>
|
|
1882
|
-
<line num="509" count="201" type="stmt"/>
|
|
1883
|
-
<line num="530" count="2" type="stmt"/>
|
|
1884
|
-
<line num="534" count="4" type="stmt"/>
|
|
1885
|
-
<line num="538" count="30" type="stmt"/>
|
|
1956
|
+
<line num="401" count="3" type="stmt"/>
|
|
1957
|
+
<line num="402" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1958
|
+
<line num="403" count="2" type="stmt"/>
|
|
1959
|
+
<line num="404" count="2" type="stmt"/>
|
|
1960
|
+
<line num="405" count="2" type="stmt"/>
|
|
1961
|
+
<line num="407" count="2" type="stmt"/>
|
|
1962
|
+
<line num="408" count="2" type="stmt"/>
|
|
1963
|
+
<line num="413" count="3" type="stmt"/>
|
|
1964
|
+
<line num="414" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1965
|
+
<line num="415" count="2" type="stmt"/>
|
|
1966
|
+
<line num="416" count="2" type="stmt"/>
|
|
1967
|
+
<line num="417" count="2" type="stmt"/>
|
|
1968
|
+
<line num="419" count="2" type="stmt"/>
|
|
1969
|
+
<line num="421" count="2" type="stmt"/>
|
|
1970
|
+
<line num="426" count="1" type="stmt"/>
|
|
1971
|
+
<line num="430" count="244" type="stmt"/>
|
|
1972
|
+
<line num="438" count="244" type="stmt"/>
|
|
1973
|
+
<line num="446" count="488" type="stmt"/>
|
|
1974
|
+
<line num="447" count="488" type="cond" truecount="3" falsecount="0"/>
|
|
1975
|
+
<line num="449" count="46" type="cond" truecount="2" falsecount="0"/>
|
|
1976
|
+
<line num="450" count="23" type="stmt"/>
|
|
1977
|
+
<line num="452" count="23" type="stmt"/>
|
|
1978
|
+
<line num="454" count="299" type="stmt"/>
|
|
1979
|
+
<line num="460" count="442" type="stmt"/>
|
|
1980
|
+
<line num="464" count="9" type="stmt"/>
|
|
1981
|
+
<line num="465" count="9" type="cond" truecount="3" falsecount="0"/>
|
|
1982
|
+
<line num="466" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1983
|
+
<line num="467" count="7" type="stmt"/>
|
|
1984
|
+
<line num="468" count="16" type="cond" truecount="3" falsecount="0"/>
|
|
1985
|
+
<line num="469" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1986
|
+
<line num="470" count="2" type="stmt"/>
|
|
1987
|
+
<line num="472" count="7" type="stmt"/>
|
|
1988
|
+
<line num="474" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1989
|
+
<line num="475" count="6" type="stmt"/>
|
|
1990
|
+
<line num="476" count="6" type="stmt"/>
|
|
1991
|
+
<line num="478" count="6" type="stmt"/>
|
|
1992
|
+
<line num="479" count="12" type="stmt"/>
|
|
1993
|
+
<line num="482" count="6" type="stmt"/>
|
|
1994
|
+
<line num="485" count="7" type="stmt"/>
|
|
1995
|
+
<line num="488" count="9" type="stmt"/>
|
|
1996
|
+
<line num="489" count="9" type="stmt"/>
|
|
1997
|
+
<line num="492" count="244" type="stmt"/>
|
|
1998
|
+
<line num="513" count="2" type="stmt"/>
|
|
1999
|
+
<line num="517" count="4" type="stmt"/>
|
|
2000
|
+
<line num="521" count="31" type="stmt"/>
|
|
1886
2001
|
</file>
|
|
1887
2002
|
<file name="grid-controller.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
|
|
1888
2003
|
<metrics statements="31" coveredstatements="31" conditionals="33" coveredconditionals="33" methods="21" coveredmethods="21"/>
|
|
1889
|
-
<line num="4" count="
|
|
1890
|
-
<line num="7" count="
|
|
1891
|
-
<line num="10" count="
|
|
1892
|
-
<line num="11" count="
|
|
2004
|
+
<line num="4" count="31" type="stmt"/>
|
|
2005
|
+
<line num="7" count="97" type="stmt"/>
|
|
2006
|
+
<line num="10" count="97" type="stmt"/>
|
|
2007
|
+
<line num="11" count="97" type="stmt"/>
|
|
1893
2008
|
<line num="15" count="1" type="stmt"/>
|
|
1894
2009
|
<line num="19" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1895
2010
|
<line num="23" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1923,47 +2038,47 @@
|
|
|
1923
2038
|
<metrics statements="27" coveredstatements="27" conditionals="11" coveredconditionals="11" methods="12" coveredmethods="12"/>
|
|
1924
2039
|
<file name="button-option.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
|
|
1925
2040
|
<metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
1926
|
-
<line num="
|
|
1927
|
-
<line num="
|
|
1928
|
-
<line num="
|
|
1929
|
-
<line num="
|
|
1930
|
-
<line num="
|
|
1931
|
-
<line num="
|
|
2041
|
+
<line num="6" count="31" type="stmt"/>
|
|
2042
|
+
<line num="10" count="20" type="stmt"/>
|
|
2043
|
+
<line num="16" count="20" type="stmt"/>
|
|
2044
|
+
<line num="17" count="20" type="cond" truecount="2" falsecount="0"/>
|
|
2045
|
+
<line num="18" count="20" type="stmt"/>
|
|
2046
|
+
<line num="25" count="2" type="stmt"/>
|
|
1932
2047
|
</file>
|
|
1933
2048
|
<file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
|
|
1934
2049
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1935
|
-
<line num="1" count="
|
|
1936
|
-
<line num="2" count="
|
|
1937
|
-
<line num="3" count="
|
|
2050
|
+
<line num="1" count="31" type="stmt"/>
|
|
2051
|
+
<line num="2" count="31" type="stmt"/>
|
|
2052
|
+
<line num="3" count="31" type="stmt"/>
|
|
1938
2053
|
</file>
|
|
1939
2054
|
<file name="multi-option.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
|
|
1940
2055
|
<metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
|
|
1941
|
-
<line num="9" count="
|
|
1942
|
-
<line num="13" count="
|
|
1943
|
-
<line num="17" count="
|
|
1944
|
-
<line num="21" count="
|
|
1945
|
-
<line num="22" count="
|
|
1946
|
-
<line num="34" count="
|
|
1947
|
-
<line num="35" count="
|
|
1948
|
-
<line num="37" count="
|
|
2056
|
+
<line num="9" count="31" type="stmt"/>
|
|
2057
|
+
<line num="13" count="7" type="stmt"/>
|
|
2058
|
+
<line num="17" count="56" type="stmt"/>
|
|
2059
|
+
<line num="21" count="14" type="stmt"/>
|
|
2060
|
+
<line num="22" count="14" type="stmt"/>
|
|
2061
|
+
<line num="34" count="14" type="stmt"/>
|
|
2062
|
+
<line num="35" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
2063
|
+
<line num="37" count="14" type="stmt"/>
|
|
1949
2064
|
<line num="44" count="2" type="stmt"/>
|
|
1950
|
-
<line num="50" count="
|
|
1951
|
-
<line num="52" count="
|
|
1952
|
-
<line num="63" count="
|
|
1953
|
-
<line num="65" count="
|
|
1954
|
-
<line num="76" count="
|
|
1955
|
-
<line num="78" count="
|
|
2065
|
+
<line num="50" count="14" type="stmt"/>
|
|
2066
|
+
<line num="52" count="14" type="stmt"/>
|
|
2067
|
+
<line num="63" count="7" type="stmt"/>
|
|
2068
|
+
<line num="65" count="14" type="stmt"/>
|
|
2069
|
+
<line num="76" count="7" type="stmt"/>
|
|
2070
|
+
<line num="78" count="7" type="stmt"/>
|
|
1956
2071
|
<line num="83" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1957
|
-
<line num="87" count="
|
|
1958
|
-
<line num="94" count="
|
|
2072
|
+
<line num="87" count="7" type="stmt"/>
|
|
2073
|
+
<line num="94" count="7" type="stmt"/>
|
|
1959
2074
|
</file>
|
|
1960
2075
|
</package>
|
|
1961
2076
|
<package name="src.utils.report-filter">
|
|
1962
2077
|
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1963
2078
|
<file name="report-filter.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
|
|
1964
2079
|
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1965
|
-
<line num="2" count="
|
|
1966
|
-
<line num="8" count="
|
|
2080
|
+
<line num="2" count="31" type="stmt"/>
|
|
2081
|
+
<line num="8" count="31" type="stmt"/>
|
|
1967
2082
|
<line num="9" count="6" type="stmt"/>
|
|
1968
2083
|
<line num="11" count="6" type="stmt"/>
|
|
1969
2084
|
<line num="28" count="6" type="stmt"/>
|
|
@@ -1987,8 +2102,8 @@
|
|
|
1987
2102
|
<metrics statements="21" coveredstatements="21" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
|
|
1988
2103
|
<file name="component-event-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
|
|
1989
2104
|
<metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
1990
|
-
<line num="3" count="
|
|
1991
|
-
<line num="5" count="
|
|
2105
|
+
<line num="3" count="41" type="cond" truecount="1" falsecount="0"/>
|
|
2106
|
+
<line num="5" count="5" type="stmt"/>
|
|
1992
2107
|
</file>
|
|
1993
2108
|
<file name="flush-promises-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
|
|
1994
2109
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
@@ -1997,29 +2112,29 @@
|
|
|
1997
2112
|
</file>
|
|
1998
2113
|
<file name="get-child-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
|
|
1999
2114
|
<metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
|
|
2000
|
-
<line num="8" count="
|
|
2001
|
-
<line num="11" count="
|
|
2002
|
-
<line num="12" count="
|
|
2003
|
-
<line num="13" count="
|
|
2004
|
-
<line num="14" count="
|
|
2005
|
-
<line num="17" count="
|
|
2006
|
-
<line num="18" count="
|
|
2007
|
-
<line num="20" count="
|
|
2008
|
-
<line num="24" count="
|
|
2009
|
-
<line num="27" count="
|
|
2115
|
+
<line num="8" count="5" type="stmt"/>
|
|
2116
|
+
<line num="11" count="369" type="stmt"/>
|
|
2117
|
+
<line num="12" count="941" type="cond" truecount="1" falsecount="0"/>
|
|
2118
|
+
<line num="13" count="62" type="stmt"/>
|
|
2119
|
+
<line num="14" count="62" type="stmt"/>
|
|
2120
|
+
<line num="17" count="879" type="cond" truecount="3" falsecount="0"/>
|
|
2121
|
+
<line num="18" count="307" type="stmt"/>
|
|
2122
|
+
<line num="20" count="307" type="cond" truecount="1" falsecount="0"/>
|
|
2123
|
+
<line num="24" count="369" type="stmt"/>
|
|
2124
|
+
<line num="27" count="5" type="stmt"/>
|
|
2010
2125
|
</file>
|
|
2011
2126
|
<file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
|
|
2012
2127
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2013
|
-
<line num="1" count="
|
|
2014
|
-
<line num="2" count="
|
|
2015
|
-
<line num="3" count="
|
|
2128
|
+
<line num="1" count="5" type="stmt"/>
|
|
2129
|
+
<line num="2" count="5" type="stmt"/>
|
|
2130
|
+
<line num="3" count="5" type="stmt"/>
|
|
2016
2131
|
</file>
|
|
2017
2132
|
<file name="mock-created-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
|
|
2018
2133
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
2019
|
-
<line num="6" count="
|
|
2134
|
+
<line num="6" count="7" type="stmt"/>
|
|
2020
2135
|
<line num="7" count="16" type="stmt"/>
|
|
2021
2136
|
<line num="8" count="16" type="stmt"/>
|
|
2022
|
-
<line num="12" count="
|
|
2137
|
+
<line num="12" count="7" type="stmt"/>
|
|
2023
2138
|
</file>
|
|
2024
2139
|
</package>
|
|
2025
2140
|
</project>
|