@zeedhi/teknisa-components-common 1.35.1 → 1.40.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 +983 -678
- package/coverage/coverage-final.json +30 -25
- package/coverage/lcov-report/block-navigation.js +8 -0
- package/coverage/lcov-report/index.html +60 -24
- package/coverage/lcov-report/sorter.js +26 -0
- package/coverage/lcov.info +1848 -1335
- package/dist/tek-components-common.esm.js +1750 -1054
- package/dist/tek-components-common.umd.js +1752 -1051
- package/package.json +2 -2
- package/tests/unit/components/tek-datasource/memory-datasource.spec.ts +435 -0
- package/tests/unit/components/tek-datasource/{datasource.spec.ts → rest-datasource.spec.ts} +30 -2
- package/tests/unit/components/tek-grid/filter-helper.spec.ts +145 -0
- package/tests/unit/components/tek-grid/grid.spec.ts +674 -313
- package/tests/unit/components/tek-grid/layout_options.spec.ts +87 -9
- package/tests/unit/components/tree-grid/tree-grid.spec.ts +469 -0
- package/tests/unit/{components/tek-grid → utils/grid-base}/grid-controller.spec.ts +3 -3
- package/types/components/index.d.ts +5 -1
- package/types/components/tek-datasource/interfaces.d.ts +7 -1
- package/types/components/tek-datasource/memory-datasource.d.ts +95 -0
- package/types/components/tek-datasource/rest-datasource.d.ts +91 -0
- package/types/components/tek-grid/filter-dynamic-values.d.ts +9 -0
- package/types/components/tek-grid/filter-helper.d.ts +9 -0
- package/types/components/tek-grid/grid-column.d.ts +1 -0
- package/types/components/tek-grid/grid-columns-button.d.ts +2 -0
- package/types/components/tek-grid/grid.d.ts +15 -21
- package/types/components/tek-grid/interfaces.d.ts +20 -2
- package/types/components/tek-grid/layout-options.d.ts +5 -1
- package/types/components/tek-tree-grid/interfaces.d.ts +19 -0
- package/types/components/tek-tree-grid/tree-grid.d.ts +76 -0
- package/types/utils/grid-base/grid-base.d.ts +267 -0
- package/types/utils/grid-base/grid-controller.d.ts +20 -0
- package/types/utils/index.d.ts +3 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,57 +1,61 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1639507840442" clover="3.2.0">
|
|
3
|
+
<project timestamp="1639507840442" name="All files">
|
|
4
|
+
<metrics statements="1123" coveredstatements="1123" conditionals="538" coveredconditionals="538" methods="264" coveredmethods="264" elements="1925" coveredelements="1925" complexity="0" loc="1123" ncloc="1123" packages="16" files="30" classes="30"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
|
|
8
8
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
9
|
-
<line num="1" count="
|
|
9
|
+
<line num="1" count="22" type="stmt"/>
|
|
10
10
|
</file>
|
|
11
11
|
</package>
|
|
12
12
|
<package name="src.components">
|
|
13
|
-
<metrics statements="
|
|
13
|
+
<metrics statements="34" coveredstatements="34" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
14
14
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
|
|
15
|
-
<metrics statements="
|
|
16
|
-
<line num="1" count="
|
|
17
|
-
<line num="3" count="
|
|
18
|
-
<line num="51" count="
|
|
19
|
-
<line num="52" count="
|
|
20
|
-
<line num="53" count="
|
|
21
|
-
<line num="54" count="
|
|
22
|
-
<line num="55" count="
|
|
23
|
-
<line num="56" count="
|
|
24
|
-
<line num="57" count="
|
|
25
|
-
<line num="59" count="
|
|
26
|
-
<line num="60" count="
|
|
27
|
-
<line num="62" count="
|
|
28
|
-
<line num="63" count="
|
|
29
|
-
<line num="65" count="
|
|
30
|
-
<line num="66" count="
|
|
31
|
-
<line num="68" count="
|
|
32
|
-
<line num="69" count="
|
|
33
|
-
<line num="71" count="
|
|
34
|
-
<line num="72" count="
|
|
35
|
-
<line num="74" count="
|
|
36
|
-
<line num="75" count="
|
|
37
|
-
<line num="77" count="
|
|
38
|
-
<line num="78" count="
|
|
39
|
-
<line num="80" count="
|
|
40
|
-
<line num="81" count="
|
|
41
|
-
<line num="82" count="
|
|
42
|
-
<line num="83" count="
|
|
43
|
-
<line num="84" count="
|
|
44
|
-
<line num="
|
|
45
|
-
<line num="87" count="
|
|
15
|
+
<metrics statements="34" coveredstatements="34" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
16
|
+
<line num="1" count="23" type="stmt"/>
|
|
17
|
+
<line num="3" count="23" type="stmt"/>
|
|
18
|
+
<line num="51" count="23" type="stmt"/>
|
|
19
|
+
<line num="52" count="23" type="stmt"/>
|
|
20
|
+
<line num="53" count="23" type="stmt"/>
|
|
21
|
+
<line num="54" count="23" type="stmt"/>
|
|
22
|
+
<line num="55" count="23" type="stmt"/>
|
|
23
|
+
<line num="56" count="23" type="stmt"/>
|
|
24
|
+
<line num="57" count="23" type="stmt"/>
|
|
25
|
+
<line num="59" count="23" type="stmt"/>
|
|
26
|
+
<line num="60" count="23" type="stmt"/>
|
|
27
|
+
<line num="62" count="23" type="stmt"/>
|
|
28
|
+
<line num="63" count="23" type="stmt"/>
|
|
29
|
+
<line num="65" count="23" type="stmt"/>
|
|
30
|
+
<line num="66" count="23" type="stmt"/>
|
|
31
|
+
<line num="68" count="23" type="stmt"/>
|
|
32
|
+
<line num="69" count="23" type="stmt"/>
|
|
33
|
+
<line num="71" count="23" type="stmt"/>
|
|
34
|
+
<line num="72" count="23" type="stmt"/>
|
|
35
|
+
<line num="74" count="23" type="stmt"/>
|
|
36
|
+
<line num="75" count="23" type="stmt"/>
|
|
37
|
+
<line num="77" count="23" type="stmt"/>
|
|
38
|
+
<line num="78" count="23" type="stmt"/>
|
|
39
|
+
<line num="80" count="23" type="stmt"/>
|
|
40
|
+
<line num="81" count="23" type="stmt"/>
|
|
41
|
+
<line num="82" count="23" type="stmt"/>
|
|
42
|
+
<line num="83" count="23" type="stmt"/>
|
|
43
|
+
<line num="84" count="23" type="stmt"/>
|
|
44
|
+
<line num="85" count="23" type="stmt"/>
|
|
45
|
+
<line num="87" count="23" type="stmt"/>
|
|
46
|
+
<line num="88" count="23" type="stmt"/>
|
|
47
|
+
<line num="89" count="23" type="stmt"/>
|
|
48
|
+
<line num="91" count="23" type="stmt"/>
|
|
49
|
+
<line num="92" count="23" type="stmt"/>
|
|
46
50
|
</file>
|
|
47
51
|
</package>
|
|
48
52
|
<package name="src.components.crud">
|
|
49
|
-
<metrics statements="113" coveredstatements="113" conditionals="
|
|
53
|
+
<metrics statements="113" coveredstatements="113" conditionals="72" coveredconditionals="72" methods="26" coveredmethods="26"/>
|
|
50
54
|
<file name="crud-add-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
|
|
51
55
|
<metrics statements="15" coveredstatements="15" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
|
|
52
|
-
<line num="1" count="
|
|
53
|
-
<line num="3" count="
|
|
54
|
-
<line num="8" count="
|
|
56
|
+
<line num="1" count="23" type="stmt"/>
|
|
57
|
+
<line num="3" count="23" type="stmt"/>
|
|
58
|
+
<line num="8" count="23" type="stmt"/>
|
|
55
59
|
<line num="12" count="3" type="stmt"/>
|
|
56
60
|
<line num="17" count="3" type="stmt"/>
|
|
57
61
|
<line num="22" count="3" type="stmt"/>
|
|
@@ -66,33 +70,33 @@
|
|
|
66
70
|
<line num="53" count="1" type="stmt"/>
|
|
67
71
|
</file>
|
|
68
72
|
<file name="crud-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
|
|
69
|
-
<metrics statements="18" coveredstatements="18" conditionals="
|
|
70
|
-
<line num="1" count="
|
|
71
|
-
<line num="4" count="
|
|
72
|
-
<line num="6" count="
|
|
73
|
-
<line num="11" count="
|
|
73
|
+
<metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
|
|
74
|
+
<line num="1" count="23" type="stmt"/>
|
|
75
|
+
<line num="4" count="23" type="stmt"/>
|
|
76
|
+
<line num="6" count="23" type="stmt"/>
|
|
77
|
+
<line num="11" count="23" type="stmt"/>
|
|
74
78
|
<line num="22" count="29" type="stmt"/>
|
|
75
79
|
<line num="29" count="29" type="stmt"/>
|
|
76
80
|
<line num="30" count="29" type="stmt"/>
|
|
77
81
|
<line num="31" count="29" type="stmt"/>
|
|
78
|
-
<line num="32" count="29" type="cond" truecount="
|
|
82
|
+
<line num="32" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
79
83
|
<line num="33" count="26" type="stmt"/>
|
|
80
|
-
<line num="46" count="2" type="cond" truecount="
|
|
84
|
+
<line num="46" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
81
85
|
<line num="47" count="1" type="stmt"/>
|
|
82
86
|
<line num="52" count="1" type="stmt"/>
|
|
83
|
-
<line num="59" count="24" type="cond" truecount="
|
|
87
|
+
<line num="59" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
84
88
|
<line num="60" count="1" type="stmt"/>
|
|
85
|
-
<line num="63" count="23" type="cond" truecount="
|
|
89
|
+
<line num="63" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
86
90
|
<line num="64" count="1" type="stmt"/>
|
|
87
91
|
<line num="67" count="22" type="stmt"/>
|
|
88
92
|
</file>
|
|
89
93
|
<file name="crud-cancel-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
|
|
90
|
-
<metrics statements="20" coveredstatements="20" conditionals="
|
|
91
|
-
<line num="1" count="
|
|
92
|
-
<line num="2" count="
|
|
93
|
-
<line num="4" count="
|
|
94
|
-
<line num="5" count="
|
|
95
|
-
<line num="10" count="
|
|
94
|
+
<metrics statements="20" coveredstatements="20" conditionals="15" coveredconditionals="15" methods="4" coveredmethods="4"/>
|
|
95
|
+
<line num="1" count="23" type="stmt"/>
|
|
96
|
+
<line num="2" count="23" type="stmt"/>
|
|
97
|
+
<line num="4" count="23" type="stmt"/>
|
|
98
|
+
<line num="5" count="23" type="stmt"/>
|
|
99
|
+
<line num="10" count="23" type="stmt"/>
|
|
96
100
|
<line num="14" count="6" type="stmt"/>
|
|
97
101
|
<line num="19" count="6" type="stmt"/>
|
|
98
102
|
<line num="26" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -101,20 +105,20 @@
|
|
|
101
105
|
<line num="29" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
102
106
|
<line num="38" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
103
107
|
<line num="39" count="2" type="stmt"/>
|
|
104
|
-
<line num="40" count="2" type="cond" truecount="
|
|
108
|
+
<line num="40" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
105
109
|
<line num="41" count="1" type="stmt"/>
|
|
106
|
-
<line num="43" count="6" type="cond" truecount="
|
|
110
|
+
<line num="43" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
107
111
|
<line num="44" count="2" type="stmt"/>
|
|
108
|
-
<line num="45" count="2" type="cond" truecount="
|
|
112
|
+
<line num="45" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
109
113
|
<line num="46" count="1" type="stmt"/>
|
|
110
114
|
<line num="52" count="6" type="stmt"/>
|
|
111
115
|
</file>
|
|
112
116
|
<file name="crud-delete-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
|
|
113
|
-
<metrics statements="24" coveredstatements="24" conditionals="
|
|
114
|
-
<line num="1" count="
|
|
115
|
-
<line num="2" count="
|
|
116
|
-
<line num="4" count="
|
|
117
|
-
<line num="9" count="
|
|
117
|
+
<metrics statements="24" coveredstatements="24" conditionals="23" coveredconditionals="23" methods="6" coveredmethods="6"/>
|
|
118
|
+
<line num="1" count="23" type="stmt"/>
|
|
119
|
+
<line num="2" count="23" type="stmt"/>
|
|
120
|
+
<line num="4" count="23" type="stmt"/>
|
|
121
|
+
<line num="9" count="23" type="stmt"/>
|
|
118
122
|
<line num="13" count="7" type="stmt"/>
|
|
119
123
|
<line num="18" count="7" type="stmt"/>
|
|
120
124
|
<line num="23" count="7" type="stmt"/>
|
|
@@ -128,22 +132,22 @@
|
|
|
128
132
|
<line num="45" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
129
133
|
<line num="46" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
130
134
|
<line num="55" count="5" type="stmt"/>
|
|
131
|
-
<line num="59" count="9" type="cond" truecount="
|
|
135
|
+
<line num="59" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
132
136
|
<line num="60" count="1" type="stmt"/>
|
|
133
137
|
<line num="62" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
134
|
-
<line num="66" count="12" type="cond" truecount="
|
|
138
|
+
<line num="66" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
135
139
|
<line num="67" count="3" type="stmt"/>
|
|
136
140
|
<line num="69" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
137
141
|
<line num="73" count="8" type="cond" truecount="3" falsecount="0"/>
|
|
138
142
|
</file>
|
|
139
143
|
<file name="crud-form.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
|
|
140
|
-
<metrics statements="15" coveredstatements="15" conditionals="
|
|
141
|
-
<line num="1" count="
|
|
142
|
-
<line num="8" count="
|
|
144
|
+
<metrics statements="15" coveredstatements="15" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="6"/>
|
|
145
|
+
<line num="1" count="23" type="stmt"/>
|
|
146
|
+
<line num="8" count="23" type="stmt"/>
|
|
143
147
|
<line num="12" count="15" type="stmt"/>
|
|
144
148
|
<line num="24" count="15" type="stmt"/>
|
|
145
149
|
<line num="31" count="2" type="stmt"/>
|
|
146
|
-
<line num="32" count="2" type="cond" truecount="
|
|
150
|
+
<line num="32" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
147
151
|
<line num="33" count="1" type="stmt"/>
|
|
148
152
|
<line num="41" count="4" type="stmt"/>
|
|
149
153
|
<line num="42" count="4" type="stmt"/>
|
|
@@ -151,16 +155,16 @@
|
|
|
151
155
|
<line num="52" count="1" type="stmt"/>
|
|
152
156
|
<line num="56" count="3" type="stmt"/>
|
|
153
157
|
<line num="57" count="3" type="stmt"/>
|
|
154
|
-
<line num="64" count="3" type="cond" truecount="
|
|
158
|
+
<line num="64" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
155
159
|
<line num="65" count="2" type="stmt"/>
|
|
156
160
|
</file>
|
|
157
161
|
<file name="crud-save-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
|
|
158
|
-
<metrics statements="21" coveredstatements="21" conditionals="
|
|
159
|
-
<line num="1" count="
|
|
160
|
-
<line num="2" count="
|
|
161
|
-
<line num="4" count="
|
|
162
|
-
<line num="5" count="
|
|
163
|
-
<line num="10" count="
|
|
162
|
+
<metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
|
|
163
|
+
<line num="1" count="23" type="stmt"/>
|
|
164
|
+
<line num="2" count="23" type="stmt"/>
|
|
165
|
+
<line num="4" count="23" type="stmt"/>
|
|
166
|
+
<line num="5" count="23" type="stmt"/>
|
|
167
|
+
<line num="10" count="23" type="stmt"/>
|
|
164
168
|
<line num="14" count="8" type="stmt"/>
|
|
165
169
|
<line num="21" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
166
170
|
<line num="22" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -168,13 +172,13 @@
|
|
|
168
172
|
<line num="24" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
169
173
|
<line num="33" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
170
174
|
<line num="34" count="6" type="stmt"/>
|
|
171
|
-
<line num="35" count="6" type="cond" truecount="
|
|
175
|
+
<line num="35" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
172
176
|
<line num="36" count="5" type="stmt"/>
|
|
173
|
-
<line num="37" count="5" type="cond" truecount="
|
|
177
|
+
<line num="37" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
174
178
|
<line num="38" count="4" type="stmt"/>
|
|
175
|
-
<line num="41" count="6" type="cond" truecount="
|
|
179
|
+
<line num="41" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
176
180
|
<line num="42" count="2" type="stmt"/>
|
|
177
|
-
<line num="43" count="2" type="cond" truecount="
|
|
181
|
+
<line num="43" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
178
182
|
<line num="44" count="1" type="stmt"/>
|
|
179
183
|
<line num="50" count="8" type="stmt"/>
|
|
180
184
|
</file>
|
|
@@ -183,8 +187,8 @@
|
|
|
183
187
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
184
188
|
<file name="breadcrumb-header.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
|
|
185
189
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
186
|
-
<line num="1" count="
|
|
187
|
-
<line num="7" count="
|
|
190
|
+
<line num="1" count="23" type="stmt"/>
|
|
191
|
+
<line num="7" count="23" type="stmt"/>
|
|
188
192
|
<line num="10" count="2" type="stmt"/>
|
|
189
193
|
<line num="12" count="2" type="stmt"/>
|
|
190
194
|
<line num="15" count="2" type="stmt"/>
|
|
@@ -198,8 +202,8 @@
|
|
|
198
202
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
199
203
|
<file name="card-title.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
|
|
200
204
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
201
|
-
<line num="1" count="
|
|
202
|
-
<line num="7" count="
|
|
205
|
+
<line num="1" count="23" type="stmt"/>
|
|
206
|
+
<line num="7" count="23" type="stmt"/>
|
|
203
207
|
<line num="8" count="2" type="stmt"/>
|
|
204
208
|
<line num="10" count="2" type="stmt"/>
|
|
205
209
|
<line num="12" count="2" type="stmt"/>
|
|
@@ -217,600 +221,648 @@
|
|
|
217
221
|
</file>
|
|
218
222
|
</package>
|
|
219
223
|
<package name="src.components.tek-datasource">
|
|
220
|
-
<metrics statements="
|
|
221
|
-
<file name="
|
|
222
|
-
<metrics statements="
|
|
223
|
-
<line num="
|
|
224
|
-
<line num="
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
<
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="
|
|
234
|
-
<line num="
|
|
235
|
-
<line num="
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
240
|
-
<line num="
|
|
241
|
-
<line num="
|
|
242
|
-
<line num="
|
|
243
|
-
<line num="
|
|
244
|
-
<line num="
|
|
245
|
-
<line num="
|
|
246
|
-
<line num="
|
|
247
|
-
<line num="
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
224
|
+
<metrics statements="181" coveredstatements="181" conditionals="125" coveredconditionals="125" methods="42" coveredmethods="42"/>
|
|
225
|
+
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
|
|
226
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
227
|
+
<line num="19" count="23" type="stmt"/>
|
|
228
|
+
<line num="33" count="23" type="stmt"/>
|
|
229
|
+
</file>
|
|
230
|
+
<file name="memory-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
|
|
231
|
+
<metrics statements="105" coveredstatements="105" conditionals="83" coveredconditionals="83" methods="24" coveredmethods="24"/>
|
|
232
|
+
<line num="1" count="23" type="stmt"/>
|
|
233
|
+
<line num="4" count="23" type="stmt"/>
|
|
234
|
+
<line num="11" count="23" type="stmt"/>
|
|
235
|
+
<line num="21" count="14" type="stmt"/>
|
|
236
|
+
<line num="26" count="14" type="stmt"/>
|
|
237
|
+
<line num="31" count="14" type="stmt"/>
|
|
238
|
+
<line num="38" count="14" type="stmt"/>
|
|
239
|
+
<line num="40" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
240
|
+
<line num="41" count="9" type="stmt"/>
|
|
241
|
+
<line num="42" count="9" type="stmt"/>
|
|
242
|
+
<line num="45" count="14" type="stmt"/>
|
|
243
|
+
<line num="46" count="14" type="stmt"/>
|
|
244
|
+
<line num="50" count="17" type="stmt"/>
|
|
245
|
+
<line num="51" count="17" type="stmt"/>
|
|
246
|
+
<line num="55" count="76" type="cond" truecount="1" falsecount="0"/>
|
|
247
|
+
<line num="56" count="17" type="stmt"/>
|
|
248
|
+
<line num="57" count="17" type="stmt"/>
|
|
249
|
+
<line num="58" count="17" type="stmt"/>
|
|
250
|
+
<line num="59" count="17" type="stmt"/>
|
|
251
|
+
<line num="60" count="17" type="stmt"/>
|
|
252
|
+
<line num="64" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
253
|
+
<line num="68" count="6" type="stmt"/>
|
|
254
|
+
<line num="69" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
255
|
+
<line num="70" count="3" type="stmt"/>
|
|
256
|
+
<line num="72" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
257
|
+
<line num="73" count="2" type="stmt"/>
|
|
258
|
+
<line num="75" count="6" type="stmt"/>
|
|
259
|
+
<line num="79" count="5" type="stmt"/>
|
|
260
|
+
<line num="80" count="5" type="stmt"/>
|
|
261
|
+
<line num="82" count="5" type="stmt"/>
|
|
262
|
+
<line num="83" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
263
|
+
<line num="84" count="3" type="stmt"/>
|
|
264
|
+
<line num="89" count="5" type="stmt"/>
|
|
265
|
+
<line num="90" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
266
|
+
<line num="91" count="1" type="stmt"/>
|
|
267
|
+
<line num="95" count="5" type="stmt"/>
|
|
268
|
+
<line num="105" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
269
|
+
<line num="106" count="1" type="stmt"/>
|
|
270
|
+
<line num="107" count="1" type="stmt"/>
|
|
271
|
+
<line num="109" count="1" type="stmt"/>
|
|
272
|
+
<line num="118" count="1" type="stmt"/>
|
|
273
|
+
<line num="119" count="1" type="stmt"/>
|
|
274
|
+
<line num="128" count="5" type="stmt"/>
|
|
275
|
+
<line num="129" count="5" type="stmt"/>
|
|
276
|
+
<line num="130" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
277
|
+
<line num="131" count="3" type="stmt"/>
|
|
278
|
+
<line num="133" count="3" type="stmt"/>
|
|
279
|
+
<line num="136" count="5" type="stmt"/>
|
|
280
|
+
<line num="144" count="2" type="stmt"/>
|
|
281
|
+
<line num="145" count="2" type="stmt"/>
|
|
282
|
+
<line num="153" count="9" type="stmt"/>
|
|
283
|
+
<line num="154" count="9" type="stmt"/>
|
|
284
|
+
<line num="155" count="9" type="stmt"/>
|
|
285
|
+
<line num="156" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
286
|
+
<line num="157" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
287
|
+
<line num="158" count="1" type="stmt"/>
|
|
288
|
+
<line num="162" count="1" type="stmt"/>
|
|
289
|
+
<line num="167" count="9" type="stmt"/>
|
|
290
|
+
<line num="176" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
291
|
+
<line num="179" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
292
|
+
<line num="185" count="1" type="stmt"/>
|
|
293
|
+
<line num="197" count="62" type="stmt"/>
|
|
294
|
+
<line num="199" count="62" type="cond" truecount="3" falsecount="0"/>
|
|
295
|
+
<line num="200" count="211" type="stmt"/>
|
|
296
|
+
<line num="203" count="61" type="cond" truecount="3" falsecount="0"/>
|
|
297
|
+
<line num="204" count="18" type="stmt"/>
|
|
298
|
+
<line num="210" count="211" type="stmt"/>
|
|
299
|
+
<line num="211" count="217" type="stmt"/>
|
|
300
|
+
<line num="212" count="217" type="stmt"/>
|
|
301
|
+
<line num="213" count="228" type="cond" truecount="3" falsecount="0"/>
|
|
302
|
+
<line num="214" count="223" type="cond" truecount="3" falsecount="0"/>
|
|
303
|
+
<line num="216" count="221" type="stmt"/>
|
|
304
|
+
<line num="217" count="221" type="stmt"/>
|
|
305
|
+
<line num="218" count="221" type="cond" truecount="2" falsecount="0"/>
|
|
306
|
+
<line num="219" count="60" type="stmt"/>
|
|
307
|
+
<line num="221" count="30" type="cond" truecount="4" falsecount="0"/>
|
|
308
|
+
<line num="223" count="6" type="stmt"/>
|
|
309
|
+
<line num="224" count="6" type="stmt"/>
|
|
310
|
+
<line num="226" count="6" type="stmt"/>
|
|
311
|
+
<line num="227" count="6" type="stmt"/>
|
|
312
|
+
<line num="229" count="12" type="cond" truecount="6" falsecount="0"/>
|
|
313
|
+
<line num="231" count="12" type="stmt"/>
|
|
314
|
+
<line num="233" count="6" type="stmt"/>
|
|
315
|
+
<line num="236" count="191" type="stmt"/>
|
|
316
|
+
<line num="238" count="191" type="cond" truecount="9" falsecount="0"/>
|
|
317
|
+
<line num="240" count="41" type="stmt"/>
|
|
318
|
+
<line num="241" count="41" type="stmt"/>
|
|
319
|
+
<line num="243" count="6" type="stmt"/>
|
|
320
|
+
<line num="244" count="6" type="stmt"/>
|
|
321
|
+
<line num="246" count="78" type="stmt"/>
|
|
322
|
+
<line num="247" count="78" type="stmt"/>
|
|
323
|
+
<line num="249" count="6" type="stmt"/>
|
|
324
|
+
<line num="250" count="6" type="stmt"/>
|
|
325
|
+
<line num="252" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
326
|
+
<line num="253" count="12" type="stmt"/>
|
|
327
|
+
<line num="255" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
328
|
+
<line num="256" count="12" type="stmt"/>
|
|
329
|
+
<line num="258" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
330
|
+
<line num="259" count="12" type="stmt"/>
|
|
331
|
+
<line num="261" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
332
|
+
<line num="262" count="12" type="stmt"/>
|
|
333
|
+
<line num="264" count="12" type="stmt"/>
|
|
334
|
+
<line num="269" count="210" type="stmt"/>
|
|
335
|
+
<line num="273" count="42" type="stmt"/>
|
|
336
|
+
<line num="277" count="23" type="stmt"/>
|
|
337
|
+
</file>
|
|
338
|
+
<file name="rest-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
|
|
339
|
+
<metrics statements="74" coveredstatements="74" conditionals="42" coveredconditionals="42" methods="18" coveredmethods="18"/>
|
|
340
|
+
<line num="1" count="23" type="stmt"/>
|
|
341
|
+
<line num="4" count="23" type="stmt"/>
|
|
342
|
+
<line num="11" count="23" type="stmt"/>
|
|
343
|
+
<line num="21" count="45" type="stmt"/>
|
|
344
|
+
<line num="26" count="45" type="stmt"/>
|
|
345
|
+
<line num="31" count="45" type="stmt"/>
|
|
346
|
+
<line num="38" count="45" type="stmt"/>
|
|
347
|
+
<line num="40" count="45" type="cond" truecount="1" falsecount="0"/>
|
|
348
|
+
<line num="41" count="40" type="stmt"/>
|
|
349
|
+
<line num="42" count="40" type="stmt"/>
|
|
350
|
+
<line num="44" count="45" type="stmt"/>
|
|
351
|
+
<line num="46" count="45" type="stmt"/>
|
|
352
|
+
<line num="47" count="45" type="cond" truecount="1" falsecount="0"/>
|
|
353
|
+
<line num="48" count="1" type="stmt"/>
|
|
354
|
+
<line num="53" count="7" type="stmt"/>
|
|
355
|
+
<line num="54" count="7" type="stmt"/>
|
|
356
|
+
<line num="58" count="81" type="cond" truecount="1" falsecount="0"/>
|
|
357
|
+
<line num="59" count="7" type="stmt"/>
|
|
358
|
+
<line num="60" count="7" type="stmt"/>
|
|
359
|
+
<line num="61" count="7" type="stmt"/>
|
|
360
|
+
<line num="62" count="7" type="stmt"/>
|
|
361
|
+
<line num="63" count="7" type="stmt"/>
|
|
362
|
+
<line num="67" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
363
|
+
<line num="71" count="6" type="stmt"/>
|
|
364
|
+
<line num="72" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
365
|
+
<line num="73" count="3" type="stmt"/>
|
|
366
|
+
<line num="75" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
367
|
+
<line num="76" count="2" type="stmt"/>
|
|
368
|
+
<line num="78" count="6" type="stmt"/>
|
|
369
|
+
<line num="82" count="5" type="stmt"/>
|
|
370
|
+
<line num="83" count="5" type="stmt"/>
|
|
371
|
+
<line num="85" count="5" type="stmt"/>
|
|
372
|
+
<line num="86" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
373
|
+
<line num="87" count="3" type="stmt"/>
|
|
374
|
+
<line num="92" count="5" type="stmt"/>
|
|
375
|
+
<line num="93" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
376
|
+
<line num="94" count="1" type="stmt"/>
|
|
377
|
+
<line num="99" count="5" type="stmt"/>
|
|
378
|
+
<line num="109" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
379
|
+
<line num="110" count="1" type="stmt"/>
|
|
250
380
|
<line num="111" count="1" type="stmt"/>
|
|
251
|
-
<line num="
|
|
252
|
-
<line num="
|
|
381
|
+
<line num="113" count="1" type="stmt"/>
|
|
382
|
+
<line num="122" count="1" type="stmt"/>
|
|
253
383
|
<line num="123" count="1" type="stmt"/>
|
|
254
|
-
<line num="
|
|
384
|
+
<line num="132" count="7" type="stmt"/>
|
|
255
385
|
<line num="133" count="7" type="stmt"/>
|
|
256
|
-
<line num="134" count="
|
|
257
|
-
<line num="135" count="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="149" count="
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="158" count="
|
|
264
|
-
<line num="159" count="
|
|
265
|
-
<line num="160" count="
|
|
266
|
-
<line num="161" count="
|
|
386
|
+
<line num="134" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
387
|
+
<line num="135" count="5" type="stmt"/>
|
|
388
|
+
<line num="137" count="5" type="stmt"/>
|
|
389
|
+
<line num="140" count="7" type="stmt"/>
|
|
390
|
+
<line num="148" count="2" type="stmt"/>
|
|
391
|
+
<line num="149" count="2" type="stmt"/>
|
|
392
|
+
<line num="157" count="11" type="stmt"/>
|
|
393
|
+
<line num="158" count="11" type="stmt"/>
|
|
394
|
+
<line num="159" count="11" type="stmt"/>
|
|
395
|
+
<line num="160" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
396
|
+
<line num="161" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
267
397
|
<line num="162" count="1" type="stmt"/>
|
|
268
|
-
<line num="166" count="
|
|
269
|
-
<line num="
|
|
270
|
-
<line num="
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
273
|
-
<line num="
|
|
274
|
-
<line num="
|
|
275
|
-
<line num="
|
|
276
|
-
<line num="
|
|
277
|
-
<line num="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
398
|
+
<line num="166" count="1" type="stmt"/>
|
|
399
|
+
<line num="171" count="11" type="stmt"/>
|
|
400
|
+
<line num="180" count="25" type="cond" truecount="4" falsecount="0"/>
|
|
401
|
+
<line num="183" count="23" type="cond" truecount="4" falsecount="0"/>
|
|
402
|
+
<line num="192" count="36" type="stmt"/>
|
|
403
|
+
<line num="193" count="72" type="cond" truecount="2" falsecount="0"/>
|
|
404
|
+
<line num="194" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
405
|
+
<line num="195" count="15" type="stmt"/>
|
|
406
|
+
<line num="197" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
407
|
+
<line num="200" count="36" type="cond" truecount="3" falsecount="0"/>
|
|
408
|
+
<line num="201" count="10" type="stmt"/>
|
|
409
|
+
<line num="204" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
410
|
+
<line num="205" count="4" type="stmt"/>
|
|
411
|
+
<line num="207" count="36" type="stmt"/>
|
|
412
|
+
<line num="211" count="3" type="stmt"/>
|
|
413
|
+
<line num="220" count="23" type="stmt"/>
|
|
283
414
|
</file>
|
|
284
415
|
</package>
|
|
285
416
|
<package name="src.components.tek-grid">
|
|
286
|
-
<metrics statements="
|
|
417
|
+
<metrics statements="420" coveredstatements="420" conditionals="181" coveredconditionals="181" methods="105" coveredmethods="105"/>
|
|
418
|
+
<file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
|
|
419
|
+
<metrics statements="32" coveredstatements="32" conditionals="3" coveredconditionals="3" methods="14" coveredmethods="14"/>
|
|
420
|
+
<line num="1" count="23" type="stmt"/>
|
|
421
|
+
<line num="5" count="23" type="stmt"/>
|
|
422
|
+
<line num="6" count="23" type="stmt"/>
|
|
423
|
+
<line num="9" count="4" type="stmt"/>
|
|
424
|
+
<line num="13" count="1" type="stmt"/>
|
|
425
|
+
<line num="17" count="1" type="stmt"/>
|
|
426
|
+
<line num="22" count="1" type="stmt"/>
|
|
427
|
+
<line num="23" count="1" type="stmt"/>
|
|
428
|
+
<line num="24" count="1" type="stmt"/>
|
|
429
|
+
<line num="30" count="1" type="stmt"/>
|
|
430
|
+
<line num="31" count="1" type="stmt"/>
|
|
431
|
+
<line num="32" count="1" type="stmt"/>
|
|
432
|
+
<line num="38" count="1" type="stmt"/>
|
|
433
|
+
<line num="39" count="1" type="stmt"/>
|
|
434
|
+
<line num="40" count="1" type="stmt"/>
|
|
435
|
+
<line num="46" count="1" type="stmt"/>
|
|
436
|
+
<line num="47" count="1" type="stmt"/>
|
|
437
|
+
<line num="48" count="1" type="stmt"/>
|
|
438
|
+
<line num="54" count="1" type="stmt"/>
|
|
439
|
+
<line num="55" count="1" type="stmt"/>
|
|
440
|
+
<line num="56" count="1" type="stmt"/>
|
|
441
|
+
<line num="62" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
442
|
+
<line num="63" count="16" type="stmt"/>
|
|
443
|
+
<line num="65" count="3" type="stmt"/>
|
|
444
|
+
<line num="69" count="14" type="stmt"/>
|
|
445
|
+
<line num="73" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
446
|
+
<line num="75" count="13" type="stmt"/>
|
|
447
|
+
<line num="76" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
448
|
+
<line num="77" count="12" type="stmt"/>
|
|
449
|
+
<line num="79" count="7" type="stmt"/>
|
|
450
|
+
<line num="83" count="2" type="stmt"/>
|
|
451
|
+
<line num="90" count="2" type="stmt"/>
|
|
452
|
+
</file>
|
|
287
453
|
<file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
|
|
288
|
-
<metrics statements="42" coveredstatements="42" conditionals="
|
|
289
|
-
<line num="1" count="
|
|
290
|
-
<line num="2" count="
|
|
291
|
-
<line num="3" count="
|
|
292
|
-
<line num="10" count="
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="
|
|
296
|
-
<line num="
|
|
297
|
-
<line num="
|
|
298
|
-
<line num="
|
|
299
|
-
<line num="
|
|
300
|
-
<line num="
|
|
301
|
-
<line num="
|
|
302
|
-
<line num="
|
|
303
|
-
<line num="
|
|
304
|
-
<line num="
|
|
305
|
-
<line num="
|
|
306
|
-
<line num="
|
|
307
|
-
<line num="
|
|
308
|
-
<line num="
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="
|
|
313
|
-
<line num="123" count="10" type="stmt"/>
|
|
314
|
-
<line num="124" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
454
|
+
<metrics statements="42" coveredstatements="42" conditionals="14" coveredconditionals="14" methods="11" coveredmethods="11"/>
|
|
455
|
+
<line num="1" count="23" type="stmt"/>
|
|
456
|
+
<line num="2" count="23" type="stmt"/>
|
|
457
|
+
<line num="3" count="23" type="stmt"/>
|
|
458
|
+
<line num="10" count="23" type="stmt"/>
|
|
459
|
+
<line num="67" count="5" type="stmt"/>
|
|
460
|
+
<line num="69" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
461
|
+
<line num="70" count="2" type="stmt"/>
|
|
462
|
+
<line num="72" count="3" type="stmt"/>
|
|
463
|
+
<line num="74" count="3" type="stmt"/>
|
|
464
|
+
<line num="75" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
465
|
+
<line num="76" count="1" type="stmt"/>
|
|
466
|
+
<line num="77" count="1" type="stmt"/>
|
|
467
|
+
<line num="80" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
468
|
+
<line num="81" count="2" type="stmt"/>
|
|
469
|
+
<line num="82" count="2" type="stmt"/>
|
|
470
|
+
<line num="83" count="2" type="stmt"/>
|
|
471
|
+
<line num="107" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
472
|
+
<line num="108" count="1" type="stmt"/>
|
|
473
|
+
<line num="111" count="10" type="stmt"/>
|
|
474
|
+
<line num="112" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
475
|
+
<line num="113" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
476
|
+
<line num="114" count="6" type="stmt"/>
|
|
477
|
+
<line num="118" count="3" type="stmt"/>
|
|
478
|
+
<line num="124" count="3" type="stmt"/>
|
|
315
479
|
<line num="127" count="10" type="stmt"/>
|
|
316
|
-
<line num="
|
|
317
|
-
<line num="
|
|
318
|
-
<line num="
|
|
319
|
-
<line num="
|
|
320
|
-
<line num="
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
323
|
-
<line num="
|
|
324
|
-
<line num="
|
|
325
|
-
<line num="
|
|
326
|
-
<line num="
|
|
327
|
-
<line num="
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="
|
|
480
|
+
<line num="128" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
481
|
+
<line num="131" count="10" type="stmt"/>
|
|
482
|
+
<line num="138" count="10" type="stmt"/>
|
|
483
|
+
<line num="142" count="620" type="stmt"/>
|
|
484
|
+
<line num="146" count="164" type="stmt"/>
|
|
485
|
+
<line num="147" count="164" type="stmt"/>
|
|
486
|
+
<line num="148" count="164" type="cond" truecount="1" falsecount="0"/>
|
|
487
|
+
<line num="149" count="21" type="stmt"/>
|
|
488
|
+
<line num="154" count="408" type="stmt"/>
|
|
489
|
+
<line num="158" count="164" type="stmt"/>
|
|
490
|
+
<line num="159" count="164" type="stmt"/>
|
|
491
|
+
<line num="160" count="164" type="cond" truecount="1" falsecount="0"/>
|
|
492
|
+
<line num="161" count="13" type="stmt"/>
|
|
493
|
+
<line num="166" count="354" type="cond" truecount="2" falsecount="0"/>
|
|
494
|
+
<line num="170" count="483" type="stmt"/>
|
|
495
|
+
<line num="175" count="34" type="stmt"/>
|
|
496
|
+
<line num="176" count="27" type="stmt"/>
|
|
331
497
|
</file>
|
|
332
498
|
<file name="grid-columns-button-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
|
|
333
|
-
<metrics statements="11" coveredstatements="11" conditionals="
|
|
334
|
-
<line num="1" count="
|
|
335
|
-
<line num="5" count="
|
|
499
|
+
<metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
500
|
+
<line num="1" count="23" type="stmt"/>
|
|
501
|
+
<line num="5" count="23" type="stmt"/>
|
|
336
502
|
<line num="7" count="2" type="stmt"/>
|
|
337
|
-
<line num="8" count="2" type="cond" truecount="
|
|
503
|
+
<line num="8" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
338
504
|
<line num="9" count="1" type="stmt"/>
|
|
339
505
|
<line num="10" count="1" type="stmt"/>
|
|
340
506
|
<line num="12" count="2" type="stmt"/>
|
|
341
507
|
<line num="16" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
342
|
-
<line num="17" count="3" type="cond" truecount="
|
|
508
|
+
<line num="17" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
343
509
|
<line num="18" count="2" type="stmt"/>
|
|
344
510
|
<line num="20" count="3" type="stmt"/>
|
|
345
511
|
</file>
|
|
346
512
|
<file name="grid-columns-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
|
|
347
|
-
<metrics statements="
|
|
348
|
-
<line num="1" count="
|
|
349
|
-
<line num="2" count="
|
|
350
|
-
<line num="3" count="
|
|
351
|
-
<line num="4" count="
|
|
352
|
-
<line num="9" count="
|
|
353
|
-
<line num="
|
|
354
|
-
<line num="12" count="4" type="stmt"/>
|
|
513
|
+
<metrics statements="16" coveredstatements="16" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
514
|
+
<line num="1" count="23" type="stmt"/>
|
|
515
|
+
<line num="2" count="23" type="stmt"/>
|
|
516
|
+
<line num="3" count="23" type="stmt"/>
|
|
517
|
+
<line num="4" count="23" type="stmt"/>
|
|
518
|
+
<line num="9" count="23" type="stmt"/>
|
|
519
|
+
<line num="10" count="4" type="stmt"/>
|
|
355
520
|
<line num="13" count="4" type="stmt"/>
|
|
356
|
-
<line num="
|
|
357
|
-
<line num="
|
|
358
|
-
<line num="
|
|
359
|
-
<line num="
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
<
|
|
363
|
-
<line num="
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="11" count="1" type="stmt"/>
|
|
366
|
-
<line num="15" count="3" type="stmt"/>
|
|
367
|
-
<line num="19" count="3" type="stmt"/>
|
|
368
|
-
<line num="23" count="2" type="stmt"/>
|
|
369
|
-
<line num="27" count="1" type="stmt"/>
|
|
370
|
-
<line num="31" count="1" type="stmt"/>
|
|
371
|
-
<line num="35" count="1" type="stmt"/>
|
|
372
|
-
<line num="39" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
373
|
-
<line num="43" count="3" type="stmt"/>
|
|
374
|
-
<line num="47" count="3" type="stmt"/>
|
|
375
|
-
<line num="51" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
376
|
-
<line num="55" count="4" type="stmt"/>
|
|
377
|
-
<line num="59" count="1" type="stmt"/>
|
|
378
|
-
<line num="63" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
521
|
+
<line num="14" count="4" type="stmt"/>
|
|
522
|
+
<line num="15" count="4" type="stmt"/>
|
|
523
|
+
<line num="19" count="4" type="stmt"/>
|
|
524
|
+
<line num="20" count="4" type="stmt"/>
|
|
525
|
+
<line num="21" count="4" type="stmt"/>
|
|
526
|
+
<line num="24" count="4" type="stmt"/>
|
|
527
|
+
<line num="27" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
528
|
+
<line num="28" count="5" type="stmt"/>
|
|
529
|
+
<line num="33" count="2" type="stmt"/>
|
|
379
530
|
</file>
|
|
380
531
|
<file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
|
|
381
|
-
<metrics statements="
|
|
382
|
-
<line num="1" count="
|
|
383
|
-
<line num="4" count="
|
|
384
|
-
<line num="
|
|
385
|
-
<line num="
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
389
|
-
<line num="
|
|
390
|
-
<line num="
|
|
391
|
-
<line num="
|
|
392
|
-
<line num="
|
|
393
|
-
<line num="
|
|
394
|
-
<line num="
|
|
395
|
-
<line num="
|
|
396
|
-
<line num="
|
|
397
|
-
<line num="
|
|
398
|
-
<line num="
|
|
399
|
-
<line num="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="
|
|
407
|
-
<line num="
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="
|
|
410
|
-
<line num="
|
|
411
|
-
<line num="
|
|
412
|
-
<line num="
|
|
413
|
-
<line num="
|
|
414
|
-
<line num="
|
|
415
|
-
<line num="
|
|
416
|
-
<line num="
|
|
417
|
-
<line num="
|
|
418
|
-
<line num="
|
|
419
|
-
<line num="
|
|
420
|
-
<line num="
|
|
421
|
-
<line num="
|
|
422
|
-
<line num="
|
|
423
|
-
<line num="
|
|
424
|
-
<line num="
|
|
425
|
-
<line num="
|
|
426
|
-
<line num="
|
|
427
|
-
<line num="
|
|
428
|
-
<line num="
|
|
429
|
-
<line num="
|
|
430
|
-
<line num="
|
|
431
|
-
<line num="
|
|
432
|
-
<line num="
|
|
433
|
-
<line num="
|
|
434
|
-
<line num="
|
|
435
|
-
<line num="
|
|
436
|
-
<line num="
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="
|
|
439
|
-
<line num="
|
|
440
|
-
<line num="
|
|
441
|
-
<line num="
|
|
442
|
-
<line num="
|
|
443
|
-
<line num="
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="
|
|
449
|
-
<line num="
|
|
450
|
-
<line num="
|
|
451
|
-
<line num="
|
|
452
|
-
<line num="
|
|
453
|
-
<line num="
|
|
454
|
-
<line num="
|
|
455
|
-
<line num="
|
|
456
|
-
<line num="
|
|
457
|
-
<line num="
|
|
458
|
-
<line num="
|
|
459
|
-
<line num="
|
|
460
|
-
<line num="
|
|
461
|
-
<line num="
|
|
462
|
-
<line num="
|
|
463
|
-
<line num="
|
|
464
|
-
<line num="
|
|
465
|
-
<line num="
|
|
466
|
-
<line num="
|
|
467
|
-
<line num="
|
|
468
|
-
<line num="
|
|
469
|
-
<line num="
|
|
470
|
-
<line num="
|
|
471
|
-
<line num="
|
|
472
|
-
<line num="
|
|
473
|
-
<line num="
|
|
474
|
-
<line num="
|
|
475
|
-
<line num="
|
|
476
|
-
<line num="
|
|
477
|
-
<line num="
|
|
478
|
-
<line num="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="
|
|
481
|
-
<line num="
|
|
482
|
-
<line num="
|
|
483
|
-
<line num="
|
|
484
|
-
<line num="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="
|
|
487
|
-
<line num="
|
|
488
|
-
<line num="
|
|
489
|
-
<line num="
|
|
490
|
-
<line num="
|
|
491
|
-
<line num="
|
|
492
|
-
<line num="
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="
|
|
496
|
-
<line num="
|
|
497
|
-
<line num="
|
|
498
|
-
<line num="
|
|
499
|
-
<line num="
|
|
500
|
-
<line num="
|
|
501
|
-
<line num="
|
|
502
|
-
<line num="
|
|
503
|
-
<line num="
|
|
504
|
-
<line num="
|
|
505
|
-
<line num="
|
|
506
|
-
<line num="
|
|
507
|
-
<line num="
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
512
|
-
<line num="
|
|
513
|
-
<line num="
|
|
514
|
-
<line num="
|
|
515
|
-
<line num="
|
|
516
|
-
<line num="
|
|
517
|
-
<line num="
|
|
518
|
-
<line num="
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="
|
|
522
|
-
<line num="
|
|
523
|
-
<line num="
|
|
524
|
-
<line num="
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
528
|
-
<line num="
|
|
529
|
-
<line num="
|
|
530
|
-
<line num="
|
|
531
|
-
<line num="
|
|
532
|
-
<line num="
|
|
533
|
-
<line num="
|
|
534
|
-
<line num="
|
|
535
|
-
<line num="
|
|
536
|
-
<line num="
|
|
537
|
-
<line num="
|
|
538
|
-
<line num="
|
|
539
|
-
<line num="
|
|
540
|
-
<line num="
|
|
541
|
-
<line num="
|
|
542
|
-
<line num="
|
|
543
|
-
<line num="
|
|
544
|
-
<line num="
|
|
545
|
-
<line num="
|
|
546
|
-
<line num="
|
|
547
|
-
<line num="
|
|
548
|
-
<line num="
|
|
549
|
-
<line num="
|
|
550
|
-
<line num="
|
|
551
|
-
<line num="
|
|
552
|
-
<line num="
|
|
553
|
-
<line num="
|
|
554
|
-
<line num="
|
|
555
|
-
<line num="
|
|
556
|
-
<line num="
|
|
557
|
-
<line num="
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="
|
|
560
|
-
<line num="
|
|
561
|
-
<line num="
|
|
562
|
-
<line num="
|
|
563
|
-
<line num="
|
|
564
|
-
<line num="
|
|
565
|
-
<line num="
|
|
566
|
-
<line num="
|
|
567
|
-
<line num="
|
|
568
|
-
<line num="
|
|
569
|
-
<line num="
|
|
570
|
-
<line num="
|
|
571
|
-
<line num="
|
|
572
|
-
<line num="
|
|
573
|
-
<line num="
|
|
574
|
-
<line num="
|
|
575
|
-
<line num="
|
|
576
|
-
<line num="
|
|
577
|
-
<line num="
|
|
578
|
-
<line num="
|
|
579
|
-
<line num="
|
|
580
|
-
<line num="
|
|
581
|
-
<line num="
|
|
582
|
-
<line num="
|
|
583
|
-
<line num="
|
|
584
|
-
<line num="
|
|
585
|
-
<line num="
|
|
586
|
-
<line num="
|
|
587
|
-
<line num="
|
|
588
|
-
<line num="
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="
|
|
591
|
-
<line num="
|
|
592
|
-
<line num="
|
|
593
|
-
<line num="
|
|
594
|
-
<line num="
|
|
595
|
-
<line num="
|
|
596
|
-
<line num="
|
|
597
|
-
<line num="
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="
|
|
600
|
-
<line num="
|
|
601
|
-
<line num="
|
|
602
|
-
<line num="
|
|
603
|
-
<line num="
|
|
604
|
-
<line num="
|
|
605
|
-
<line num="
|
|
606
|
-
<line num="
|
|
607
|
-
<line num="
|
|
608
|
-
<line num="
|
|
609
|
-
<line num="
|
|
610
|
-
<line num="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="
|
|
623
|
-
<line num="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="
|
|
627
|
-
<line num="
|
|
628
|
-
<line num="
|
|
629
|
-
<line num="
|
|
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="934" count="78" type="stmt"/>
|
|
639
|
-
<line num="940" count="70" type="cond" truecount="2" falsecount="0"/>
|
|
640
|
-
<line num="941" count="19" type="stmt"/>
|
|
641
|
-
<line num="942" count="45" type="stmt"/>
|
|
642
|
-
<line num="943" count="45" type="stmt"/>
|
|
643
|
-
<line num="944" count="45" type="cond" truecount="2" falsecount="0"/>
|
|
644
|
-
<line num="945" count="10" type="stmt"/>
|
|
645
|
-
<line num="953" count="45" type="stmt"/>
|
|
646
|
-
<line num="955" count="45" type="stmt"/>
|
|
647
|
-
<line num="956" count="45" type="stmt"/>
|
|
648
|
-
<line num="963" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
649
|
-
<line num="965" count="3" type="stmt"/>
|
|
650
|
-
<line num="971" count="3" type="stmt"/>
|
|
651
|
-
<line num="975" count="12" type="stmt"/>
|
|
652
|
-
<line num="976" count="12" type="stmt"/>
|
|
653
|
-
<line num="977" count="27" type="stmt"/>
|
|
654
|
-
<line num="978" count="27" type="stmt"/>
|
|
655
|
-
<line num="980" count="27" type="cond" truecount="2" falsecount="0"/>
|
|
656
|
-
<line num="981" count="12" type="stmt"/>
|
|
657
|
-
<line num="982" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
658
|
-
<line num="983" count="9" type="stmt"/>
|
|
659
|
-
<line num="984" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
660
|
-
<line num="985" count="2" type="stmt"/>
|
|
661
|
-
<line num="986" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
662
|
-
<line num="987" count="2" type="stmt"/>
|
|
663
|
-
<line num="989" count="2" type="stmt"/>
|
|
664
|
-
<line num="993" count="12" type="stmt"/>
|
|
665
|
-
<line num="997" count="2" type="stmt"/>
|
|
666
|
-
<line num="998" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
667
|
-
<line num="1002" count="22" type="cond" truecount="3" falsecount="0"/>
|
|
668
|
-
<line num="1004" count="20" type="stmt"/>
|
|
669
|
-
<line num="1008" count="33" type="stmt"/>
|
|
670
|
-
<line num="1009" count="33" type="stmt"/>
|
|
671
|
-
<line num="1010" count="33" type="cond" truecount="2" falsecount="0"/>
|
|
672
|
-
<line num="1011" count="27" type="stmt"/>
|
|
673
|
-
<line num="1013" count="33" type="stmt"/>
|
|
674
|
-
<line num="1014" count="33" type="stmt"/>
|
|
675
|
-
<line num="1015" count="33" type="stmt"/>
|
|
676
|
-
<line num="1019" count="3" type="stmt"/>
|
|
677
|
-
<line num="1020" count="1" type="stmt"/>
|
|
678
|
-
<line num="1021" count="1" type="stmt"/>
|
|
679
|
-
<line num="1022" count="1" type="stmt"/>
|
|
680
|
-
<line num="1027" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
681
|
-
<line num="1028" count="7" type="stmt"/>
|
|
682
|
-
<line num="1029" count="3" type="stmt"/>
|
|
683
|
-
<line num="1031" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
684
|
-
<line num="1032" count="3" type="stmt"/>
|
|
685
|
-
<line num="1033" count="3" type="stmt"/>
|
|
686
|
-
<line num="1035" count="3" type="stmt"/>
|
|
687
|
-
<line num="1036" count="6" type="stmt"/>
|
|
688
|
-
<line num="1039" count="2" type="stmt"/>
|
|
689
|
-
<line num="1042" count="3" type="stmt"/>
|
|
690
|
-
<line num="1045" count="4" type="stmt"/>
|
|
691
|
-
<line num="1049" count="28" type="cond" truecount="3" falsecount="0"/>
|
|
692
|
-
<line num="1053" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
693
|
-
<line num="1054" count="2" type="stmt"/>
|
|
694
|
-
<line num="1056" count="15" type="stmt"/>
|
|
695
|
-
<line num="1057" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
696
|
-
<line num="1059" count="13" type="stmt"/>
|
|
697
|
-
<line num="1060" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
698
|
-
<line num="1061" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
699
|
-
<line num="1062" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
700
|
-
<line num="1064" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
701
|
-
<line num="1067" count="13" type="stmt"/>
|
|
702
|
-
<line num="1069" count="13" type="cond" truecount="5" falsecount="0"/>
|
|
703
|
-
<line num="1070" count="6" type="stmt"/>
|
|
704
|
-
<line num="1072" count="7" type="stmt"/>
|
|
705
|
-
<line num="1078" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
706
|
-
<line num="1079" count="1" type="stmt"/>
|
|
707
|
-
<line num="1081" count="10" type="stmt"/>
|
|
708
|
-
<line num="1082" count="10" type="cond" truecount="4" falsecount="0"/>
|
|
709
|
-
<line num="1084" count="9" type="stmt"/>
|
|
710
|
-
<line num="1086" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
711
|
-
<line num="1087" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
712
|
-
<line num="1088" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
713
|
-
<line num="1090" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
714
|
-
<line num="1093" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
715
|
-
<line num="1095" count="9" type="stmt"/>
|
|
716
|
-
<line num="1097" count="9" type="cond" truecount="5" falsecount="0"/>
|
|
717
|
-
<line num="1098" count="3" type="stmt"/>
|
|
718
|
-
<line num="1100" count="6" type="stmt"/>
|
|
719
|
-
<line num="1106" count="3" type="stmt"/>
|
|
720
|
-
<line num="1107" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
721
|
-
<line num="1108" count="1" type="stmt"/>
|
|
722
|
-
<line num="1109" count="2" type="cond" truecount="6" falsecount="0"/>
|
|
723
|
-
<line num="1110" count="1" type="stmt"/>
|
|
724
|
-
<line num="1115" count="3" type="stmt"/>
|
|
725
|
-
<line num="1116" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
726
|
-
<line num="1117" count="2" type="stmt"/>
|
|
727
|
-
<line num="1128" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
728
|
-
<line num="1129" count="1" type="stmt"/>
|
|
729
|
-
<line num="1131" count="1" type="stmt"/>
|
|
730
|
-
<line num="1135" count="2" type="stmt"/>
|
|
731
|
-
<line num="1145" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
732
|
-
<line num="1146" count="1" type="stmt"/>
|
|
733
|
-
<line num="1150" count="2" type="stmt"/>
|
|
734
|
-
<line num="1154" count="19" type="stmt"/>
|
|
532
|
+
<metrics statements="256" coveredstatements="256" conditionals="133" coveredconditionals="133" methods="62" coveredmethods="62"/>
|
|
533
|
+
<line num="1" count="23" type="stmt"/>
|
|
534
|
+
<line num="4" count="23" type="stmt"/>
|
|
535
|
+
<line num="8" count="23" type="stmt"/>
|
|
536
|
+
<line num="9" count="23" type="stmt"/>
|
|
537
|
+
<line num="10" count="23" type="stmt"/>
|
|
538
|
+
<line num="11" count="23" type="stmt"/>
|
|
539
|
+
<line num="12" count="23" type="stmt"/>
|
|
540
|
+
<line num="13" count="23" type="stmt"/>
|
|
541
|
+
<line num="25" count="23" type="stmt"/>
|
|
542
|
+
<line num="27" count="82" type="stmt"/>
|
|
543
|
+
<line num="30" count="82" type="stmt"/>
|
|
544
|
+
<line num="33" count="82" type="stmt"/>
|
|
545
|
+
<line num="36" count="82" type="stmt"/>
|
|
546
|
+
<line num="39" count="82" type="stmt"/>
|
|
547
|
+
<line num="42" count="82" type="stmt"/>
|
|
548
|
+
<line num="45" count="82" type="stmt"/>
|
|
549
|
+
<line num="48" count="82" type="stmt"/>
|
|
550
|
+
<line num="57" count="82" type="stmt"/>
|
|
551
|
+
<line num="63" count="82" type="stmt"/>
|
|
552
|
+
<line num="69" count="82" type="stmt"/>
|
|
553
|
+
<line num="79" count="82" type="stmt"/>
|
|
554
|
+
<line num="84" count="82" type="stmt"/>
|
|
555
|
+
<line num="89" count="82" type="stmt"/>
|
|
556
|
+
<line num="120" count="82" type="stmt"/>
|
|
557
|
+
<line num="125" count="82" type="stmt"/>
|
|
558
|
+
<line num="127" count="82" type="stmt"/>
|
|
559
|
+
<line num="129" count="82" type="stmt"/>
|
|
560
|
+
<line num="131" count="82" type="stmt"/>
|
|
561
|
+
<line num="133" count="82" type="stmt"/>
|
|
562
|
+
<line num="135" count="82" type="stmt"/>
|
|
563
|
+
<line num="152" count="82" type="stmt"/>
|
|
564
|
+
<line num="158" count="82" type="stmt"/>
|
|
565
|
+
<line num="159" count="82" type="stmt"/>
|
|
566
|
+
<line num="160" count="82" type="stmt"/>
|
|
567
|
+
<line num="161" count="82" type="stmt"/>
|
|
568
|
+
<line num="162" count="82" type="stmt"/>
|
|
569
|
+
<line num="163" count="82" type="stmt"/>
|
|
570
|
+
<line num="164" count="82" type="stmt"/>
|
|
571
|
+
<line num="169" count="82" type="stmt"/>
|
|
572
|
+
<line num="170" count="82" type="stmt"/>
|
|
573
|
+
<line num="171" count="82" type="stmt"/>
|
|
574
|
+
<line num="172" count="82" type="stmt"/>
|
|
575
|
+
<line num="173" count="82" type="stmt"/>
|
|
576
|
+
<line num="174" count="82" type="stmt"/>
|
|
577
|
+
<line num="175" count="82" type="cond" truecount="2" falsecount="0"/>
|
|
578
|
+
<line num="176" count="82" type="stmt"/>
|
|
579
|
+
<line num="177" count="82" type="stmt"/>
|
|
580
|
+
<line num="178" count="82" type="cond" truecount="2" falsecount="0"/>
|
|
581
|
+
<line num="179" count="82" type="stmt"/>
|
|
582
|
+
<line num="181" count="82" type="cond" truecount="1" falsecount="0"/>
|
|
583
|
+
<line num="182" count="3" type="stmt"/>
|
|
584
|
+
<line num="185" count="82" type="stmt"/>
|
|
585
|
+
<line num="186" count="82" type="stmt"/>
|
|
586
|
+
<line num="187" count="82" type="stmt"/>
|
|
587
|
+
<line num="189" count="82" type="stmt"/>
|
|
588
|
+
<line num="191" count="82" type="cond" truecount="4" falsecount="0"/>
|
|
589
|
+
<line num="195" count="30" type="stmt"/>
|
|
590
|
+
<line num="196" count="30" type="stmt"/>
|
|
591
|
+
<line num="197" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
592
|
+
<line num="198" count="30" type="stmt"/>
|
|
593
|
+
<line num="203" count="30" type="stmt"/>
|
|
594
|
+
<line num="215" count="138" type="stmt"/>
|
|
595
|
+
<line num="219" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
596
|
+
<line num="220" count="1" type="stmt"/>
|
|
597
|
+
<line num="221" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
598
|
+
<line num="223" count="1" type="stmt"/>
|
|
599
|
+
<line num="227" count="2" type="stmt"/>
|
|
600
|
+
<line num="238" count="2" type="stmt"/>
|
|
601
|
+
<line num="239" count="2" type="stmt"/>
|
|
602
|
+
<line num="240" count="1" type="stmt"/>
|
|
603
|
+
<line num="242" count="2" type="stmt"/>
|
|
604
|
+
<line num="246" count="2" type="stmt"/>
|
|
605
|
+
<line num="247" count="2" type="stmt"/>
|
|
606
|
+
<line num="248" count="2" type="stmt"/>
|
|
607
|
+
<line num="251" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
608
|
+
<line num="252" count="1" type="stmt"/>
|
|
609
|
+
<line num="253" count="1" type="stmt"/>
|
|
610
|
+
<line num="256" count="2" type="stmt"/>
|
|
611
|
+
<line num="262" count="2" type="stmt"/>
|
|
612
|
+
<line num="265" count="82" type="stmt"/>
|
|
613
|
+
<line num="267" count="82" type="stmt"/>
|
|
614
|
+
<line num="274" count="82" type="stmt"/>
|
|
615
|
+
<line num="275" count="82" type="stmt"/>
|
|
616
|
+
<line num="277" count="82" type="stmt"/>
|
|
617
|
+
<line num="278" count="82" type="stmt"/>
|
|
618
|
+
<line num="279" count="82" type="stmt"/>
|
|
619
|
+
<line num="280" count="82" type="stmt"/>
|
|
620
|
+
<line num="281" count="82" type="stmt"/>
|
|
621
|
+
<line num="285" count="82" type="stmt"/>
|
|
622
|
+
<line num="286" count="53" type="cond" truecount="4" falsecount="0"/>
|
|
623
|
+
<line num="287" count="12" type="stmt"/>
|
|
624
|
+
<line num="290" count="53" type="stmt"/>
|
|
625
|
+
<line num="294" count="82" type="cond" truecount="1" falsecount="0"/>
|
|
626
|
+
<line num="295" count="41" type="stmt"/>
|
|
627
|
+
<line num="299" count="40" type="stmt"/>
|
|
628
|
+
<line num="301" count="48" type="stmt"/>
|
|
629
|
+
<line num="302" count="40" type="stmt"/>
|
|
630
|
+
<line num="303" count="40" type="cond" truecount="5" falsecount="0"/>
|
|
631
|
+
<line num="304" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
632
|
+
<line num="305" count="13" type="stmt"/>
|
|
633
|
+
<line num="306" count="11" type="stmt"/>
|
|
634
|
+
<line num="307" count="8" type="stmt"/>
|
|
635
|
+
<line num="310" count="11" type="stmt"/>
|
|
636
|
+
<line num="313" count="12" type="stmt"/>
|
|
637
|
+
<line num="315" count="28" type="stmt"/>
|
|
638
|
+
<line num="316" count="28" type="stmt"/>
|
|
639
|
+
<line num="319" count="40" type="cond" truecount="3" falsecount="0"/>
|
|
640
|
+
<line num="320" count="40" type="stmt"/>
|
|
641
|
+
<line num="323" count="40" type="cond" truecount="3" falsecount="0"/>
|
|
642
|
+
<line num="324" count="1" type="stmt"/>
|
|
643
|
+
<line num="326" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
644
|
+
<line num="327" count="1" type="stmt"/>
|
|
645
|
+
<line num="332" count="12" type="stmt"/>
|
|
646
|
+
<line num="333" count="12" type="stmt"/>
|
|
647
|
+
<line num="334" count="12" type="stmt"/>
|
|
648
|
+
<line num="336" count="12" type="stmt"/>
|
|
649
|
+
<line num="337" count="49" type="stmt"/>
|
|
650
|
+
<line num="338" count="49" type="stmt"/>
|
|
651
|
+
<line num="339" count="54" type="stmt"/>
|
|
652
|
+
<line num="340" count="54" type="cond" truecount="3" falsecount="0"/>
|
|
653
|
+
<line num="341" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
654
|
+
<line num="342" count="21" type="stmt"/>
|
|
655
|
+
<line num="344" count="25" type="stmt"/>
|
|
656
|
+
<line num="346" count="25" type="stmt"/>
|
|
657
|
+
<line num="347" count="25" type="stmt"/>
|
|
658
|
+
<line num="348" count="25" type="stmt"/>
|
|
659
|
+
<line num="352" count="49" type="stmt"/>
|
|
660
|
+
<line num="353" count="54" type="stmt"/>
|
|
661
|
+
<line num="356" count="49" type="stmt"/>
|
|
662
|
+
<line num="358" count="54" type="stmt"/>
|
|
663
|
+
<line num="361" count="49" type="stmt"/>
|
|
664
|
+
<line num="364" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
665
|
+
<line num="365" count="10" type="stmt"/>
|
|
666
|
+
<line num="367" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
667
|
+
<line num="368" count="9" type="stmt"/>
|
|
668
|
+
<line num="374" count="94" type="stmt"/>
|
|
669
|
+
<line num="375" count="94" type="stmt"/>
|
|
670
|
+
<line num="376" count="13" type="stmt"/>
|
|
671
|
+
<line num="384" count="13" type="stmt"/>
|
|
672
|
+
<line num="386" count="13" type="stmt"/>
|
|
673
|
+
<line num="391" count="182" type="cond" truecount="2" falsecount="0"/>
|
|
674
|
+
<line num="392" count="94" type="stmt"/>
|
|
675
|
+
<line num="396" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
676
|
+
<line num="397" count="25" type="stmt"/>
|
|
677
|
+
<line num="410" count="25" type="stmt"/>
|
|
678
|
+
<line num="411" count="8" type="stmt"/>
|
|
679
|
+
<line num="413" count="25" type="stmt"/>
|
|
680
|
+
<line num="414" count="25" type="stmt"/>
|
|
681
|
+
<line num="415" count="25" type="stmt"/>
|
|
682
|
+
<line num="419" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
683
|
+
<line num="420" count="20" type="stmt"/>
|
|
684
|
+
<line num="423" count="11" type="stmt"/>
|
|
685
|
+
<line num="424" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
686
|
+
<line num="425" count="9" type="stmt"/>
|
|
687
|
+
<line num="435" count="9" type="stmt"/>
|
|
688
|
+
<line num="436" count="4" type="stmt"/>
|
|
689
|
+
<line num="439" count="9" type="stmt"/>
|
|
690
|
+
<line num="445" count="38" type="stmt"/>
|
|
691
|
+
<line num="446" count="30" type="stmt"/>
|
|
692
|
+
<line num="456" count="135" type="cond" truecount="2" falsecount="0"/>
|
|
693
|
+
<line num="460" count="90" type="cond" truecount="1" falsecount="0"/>
|
|
694
|
+
<line num="461" count="86" type="stmt"/>
|
|
695
|
+
<line num="463" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
696
|
+
<line num="464" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
697
|
+
<line num="465" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
698
|
+
<line num="466" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
699
|
+
<line num="468" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
700
|
+
<line num="469" count="78" type="stmt"/>
|
|
701
|
+
<line num="475" count="49" type="cond" truecount="1" falsecount="0"/>
|
|
702
|
+
<line num="476" count="19" type="stmt"/>
|
|
703
|
+
<line num="477" count="45" type="stmt"/>
|
|
704
|
+
<line num="478" count="45" type="stmt"/>
|
|
705
|
+
<line num="479" count="45" type="cond" truecount="1" falsecount="0"/>
|
|
706
|
+
<line num="480" count="10" type="stmt"/>
|
|
707
|
+
<line num="488" count="45" type="stmt"/>
|
|
708
|
+
<line num="490" count="45" type="stmt"/>
|
|
709
|
+
<line num="491" count="45" type="stmt"/>
|
|
710
|
+
<line num="498" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
711
|
+
<line num="500" count="3" type="stmt"/>
|
|
712
|
+
<line num="506" count="3" type="stmt"/>
|
|
713
|
+
<line num="510" count="12" type="stmt"/>
|
|
714
|
+
<line num="511" count="12" type="stmt"/>
|
|
715
|
+
<line num="512" count="27" type="stmt"/>
|
|
716
|
+
<line num="513" count="27" type="stmt"/>
|
|
717
|
+
<line num="515" count="27" type="cond" truecount="2" falsecount="0"/>
|
|
718
|
+
<line num="516" count="12" type="stmt"/>
|
|
719
|
+
<line num="517" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
720
|
+
<line num="518" count="9" type="stmt"/>
|
|
721
|
+
<line num="519" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
722
|
+
<line num="520" count="2" type="stmt"/>
|
|
723
|
+
<line num="521" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
724
|
+
<line num="522" count="2" type="stmt"/>
|
|
725
|
+
<line num="524" count="2" type="stmt"/>
|
|
726
|
+
<line num="528" count="12" type="stmt"/>
|
|
727
|
+
<line num="532" count="2" type="stmt"/>
|
|
728
|
+
<line num="533" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
729
|
+
<line num="537" count="22" type="cond" truecount="3" falsecount="0"/>
|
|
730
|
+
<line num="539" count="20" type="stmt"/>
|
|
731
|
+
<line num="543" count="25" type="stmt"/>
|
|
732
|
+
<line num="544" count="25" type="stmt"/>
|
|
733
|
+
<line num="545" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
734
|
+
<line num="546" count="21" type="stmt"/>
|
|
735
|
+
<line num="548" count="25" type="stmt"/>
|
|
736
|
+
<line num="549" count="25" type="stmt"/>
|
|
737
|
+
<line num="550" count="25" type="stmt"/>
|
|
738
|
+
<line num="554" count="3" type="stmt"/>
|
|
739
|
+
<line num="555" count="1" type="stmt"/>
|
|
740
|
+
<line num="556" count="1" type="stmt"/>
|
|
741
|
+
<line num="557" count="1" type="stmt"/>
|
|
742
|
+
<line num="562" count="4" type="stmt"/>
|
|
743
|
+
<line num="566" count="28" type="cond" truecount="3" falsecount="0"/>
|
|
744
|
+
<line num="570" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
745
|
+
<line num="571" count="2" type="stmt"/>
|
|
746
|
+
<line num="573" count="15" type="stmt"/>
|
|
747
|
+
<line num="574" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
748
|
+
<line num="576" count="13" type="stmt"/>
|
|
749
|
+
<line num="577" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
750
|
+
<line num="578" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
751
|
+
<line num="579" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
752
|
+
<line num="581" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
753
|
+
<line num="584" count="13" type="stmt"/>
|
|
754
|
+
<line num="586" count="13" type="cond" truecount="5" falsecount="0"/>
|
|
755
|
+
<line num="587" count="6" type="stmt"/>
|
|
756
|
+
<line num="589" count="7" type="stmt"/>
|
|
757
|
+
<line num="595" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
758
|
+
<line num="596" count="1" type="stmt"/>
|
|
759
|
+
<line num="598" count="10" type="stmt"/>
|
|
760
|
+
<line num="599" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
761
|
+
<line num="601" count="9" type="stmt"/>
|
|
762
|
+
<line num="603" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
763
|
+
<line num="604" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
764
|
+
<line num="605" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
765
|
+
<line num="607" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
766
|
+
<line num="610" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
767
|
+
<line num="612" count="9" type="stmt"/>
|
|
768
|
+
<line num="614" count="9" type="cond" truecount="5" falsecount="0"/>
|
|
769
|
+
<line num="615" count="3" type="stmt"/>
|
|
770
|
+
<line num="617" count="6" type="stmt"/>
|
|
771
|
+
<line num="623" count="3" type="stmt"/>
|
|
772
|
+
<line num="624" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
773
|
+
<line num="625" count="1" type="stmt"/>
|
|
774
|
+
<line num="626" count="2" type="cond" truecount="5" falsecount="0"/>
|
|
775
|
+
<line num="627" count="1" type="stmt"/>
|
|
776
|
+
<line num="632" count="3" type="stmt"/>
|
|
777
|
+
<line num="633" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
778
|
+
<line num="634" count="2" type="stmt"/>
|
|
779
|
+
<line num="645" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
780
|
+
<line num="646" count="1" type="stmt"/>
|
|
781
|
+
<line num="648" count="1" type="stmt"/>
|
|
782
|
+
<line num="652" count="2" type="stmt"/>
|
|
783
|
+
<line num="662" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
784
|
+
<line num="663" count="1" type="stmt"/>
|
|
785
|
+
<line num="667" count="2" type="stmt"/>
|
|
786
|
+
<line num="678" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
787
|
+
<line num="679" count="1" type="stmt"/>
|
|
788
|
+
<line num="683" count="1" type="stmt"/>
|
|
735
789
|
</file>
|
|
736
790
|
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
737
791
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
792
|
+
<line num="87" count="23" type="stmt"/>
|
|
793
|
+
<line num="88" count="23" type="stmt"/>
|
|
740
794
|
</file>
|
|
741
795
|
<file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
|
|
742
|
-
<metrics statements="
|
|
743
|
-
<line num="1" count="
|
|
744
|
-
<line num="
|
|
745
|
-
<line num="11" count="
|
|
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="
|
|
796
|
+
<metrics statements="61" coveredstatements="61" conditionals="26" coveredconditionals="26" methods="11" coveredmethods="11"/>
|
|
797
|
+
<line num="1" count="23" type="stmt"/>
|
|
798
|
+
<line num="3" count="23" type="stmt"/>
|
|
799
|
+
<line num="11" count="23" type="stmt"/>
|
|
800
|
+
<line num="12" count="11" type="stmt"/>
|
|
801
|
+
<line num="14" count="11" type="stmt"/>
|
|
802
|
+
<line num="16" count="11" type="stmt"/>
|
|
803
|
+
<line num="18" count="11" type="stmt"/>
|
|
804
|
+
<line num="22" count="11" type="stmt"/>
|
|
805
|
+
<line num="24" count="11" type="stmt"/>
|
|
806
|
+
<line num="26" count="11" type="stmt"/>
|
|
807
|
+
<line num="28" count="11" type="stmt"/>
|
|
808
|
+
<line num="36" count="10" type="stmt"/>
|
|
809
|
+
<line num="37" count="10" type="cond" truecount="4" falsecount="0"/>
|
|
810
|
+
<line num="38" count="9" type="stmt"/>
|
|
756
811
|
<line num="40" count="10" type="stmt"/>
|
|
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="
|
|
778
|
-
<line num="
|
|
779
|
-
<line num="
|
|
780
|
-
<line num="
|
|
781
|
-
<line num="
|
|
782
|
-
<line num="
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="
|
|
785
|
-
<line num="
|
|
786
|
-
<line num="
|
|
787
|
-
<line num="
|
|
788
|
-
<line num="
|
|
789
|
-
<line num="
|
|
790
|
-
<line num="
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
793
|
-
<line num="
|
|
794
|
-
<line num="
|
|
795
|
-
<line num="107" count="1" type="stmt"/>
|
|
796
|
-
<line num="109" count="6" type="stmt"/>
|
|
797
|
-
<line num="114" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
798
|
-
<line num="115" count="1" type="stmt"/>
|
|
799
|
-
<line num="118" count="2" type="stmt"/>
|
|
800
|
-
<line num="119" count="2" type="stmt"/>
|
|
801
|
-
<line num="121" count="2" type="stmt"/>
|
|
802
|
-
<line num="125" count="1" type="stmt"/>
|
|
803
|
-
<line num="126" count="1" type="stmt"/>
|
|
812
|
+
<line num="44" count="10" type="stmt"/>
|
|
813
|
+
<line num="45" count="10" type="stmt"/>
|
|
814
|
+
<line num="47" count="10" type="stmt"/>
|
|
815
|
+
<line num="48" count="10" type="stmt"/>
|
|
816
|
+
<line num="49" count="10" type="stmt"/>
|
|
817
|
+
<line num="50" count="32" type="stmt"/>
|
|
818
|
+
<line num="64" count="10" type="stmt"/>
|
|
819
|
+
<line num="65" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
820
|
+
<line num="66" count="10" type="cond" truecount="4" falsecount="0"/>
|
|
821
|
+
<line num="67" count="1" type="stmt"/>
|
|
822
|
+
<line num="69" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
823
|
+
<line num="71" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
824
|
+
<line num="72" count="8" type="stmt"/>
|
|
825
|
+
<line num="73" count="8" type="stmt"/>
|
|
826
|
+
<line num="74" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
827
|
+
<line num="75" count="1" type="stmt"/>
|
|
828
|
+
<line num="76" count="1" type="stmt"/>
|
|
829
|
+
<line num="82" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
830
|
+
<line num="83" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
831
|
+
<line num="84" count="28" type="stmt"/>
|
|
832
|
+
<line num="86" count="3" type="stmt"/>
|
|
833
|
+
<line num="90" count="1" type="stmt"/>
|
|
834
|
+
<line num="91" count="1" type="stmt"/>
|
|
835
|
+
<line num="92" count="1" type="stmt"/>
|
|
836
|
+
<line num="94" count="1" type="stmt"/>
|
|
837
|
+
<line num="96" count="1" type="stmt"/>
|
|
838
|
+
<line num="100" count="4" type="stmt"/>
|
|
839
|
+
<line num="101" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
840
|
+
<line num="102" count="1" type="stmt"/>
|
|
841
|
+
<line num="105" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
842
|
+
<line num="106" count="3" type="stmt"/>
|
|
843
|
+
<line num="109" count="4" type="stmt"/>
|
|
844
|
+
<line num="113" count="7" type="stmt"/>
|
|
845
|
+
<line num="118" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
846
|
+
<line num="119" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
847
|
+
<line num="120" count="1" type="stmt"/>
|
|
848
|
+
<line num="122" count="6" type="stmt"/>
|
|
849
|
+
<line num="127" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
804
850
|
<line num="128" count="1" type="stmt"/>
|
|
805
|
-
<line num="
|
|
851
|
+
<line num="131" count="2" type="stmt"/>
|
|
852
|
+
<line num="132" count="2" type="stmt"/>
|
|
853
|
+
<line num="134" count="2" type="stmt"/>
|
|
854
|
+
<line num="138" count="1" type="stmt"/>
|
|
855
|
+
<line num="139" count="1" type="stmt"/>
|
|
856
|
+
<line num="141" count="1" type="stmt"/>
|
|
857
|
+
<line num="143" count="1" type="stmt"/>
|
|
806
858
|
</file>
|
|
807
859
|
</package>
|
|
808
860
|
<package name="src.components.tek-image">
|
|
809
861
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
810
862
|
<file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
|
|
811
863
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
812
|
-
<line num="1" count="
|
|
813
|
-
<line num="7" count="
|
|
864
|
+
<line num="1" count="23" type="stmt"/>
|
|
865
|
+
<line num="7" count="23" type="stmt"/>
|
|
814
866
|
<line num="11" count="3" type="stmt"/>
|
|
815
867
|
<line num="16" count="3" type="stmt"/>
|
|
816
868
|
<line num="23" count="3" type="stmt"/>
|
|
@@ -820,26 +872,26 @@
|
|
|
820
872
|
</file>
|
|
821
873
|
</package>
|
|
822
874
|
<package name="src.components.tek-iterable-carousel">
|
|
823
|
-
<metrics statements="8" coveredstatements="8" conditionals="
|
|
875
|
+
<metrics statements="8" coveredstatements="8" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
824
876
|
<file name="iterable-carousel.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
|
|
825
|
-
<metrics statements="8" coveredstatements="8" conditionals="
|
|
826
|
-
<line num="1" count="
|
|
827
|
-
<line num="3" count="
|
|
828
|
-
<line num="10" count="
|
|
877
|
+
<metrics statements="8" coveredstatements="8" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
878
|
+
<line num="1" count="23" type="stmt"/>
|
|
879
|
+
<line num="3" count="23" type="stmt"/>
|
|
880
|
+
<line num="10" count="23" type="stmt"/>
|
|
829
881
|
<line num="14" count="3" type="stmt"/>
|
|
830
882
|
<line num="15" count="3" type="stmt"/>
|
|
831
883
|
<line num="23" count="3" type="cond" truecount="10" falsecount="0"/>
|
|
832
|
-
<line num="27" count="7" type="cond" truecount="
|
|
884
|
+
<line num="27" count="7" type="cond" truecount="3" falsecount="0"/>
|
|
833
885
|
<line num="28" count="1" type="stmt"/>
|
|
834
886
|
</file>
|
|
835
887
|
</package>
|
|
836
888
|
<package name="src.components.tek-iterable-component-render">
|
|
837
|
-
<metrics statements="36" coveredstatements="36" conditionals="
|
|
889
|
+
<metrics statements="36" coveredstatements="36" conditionals="15" coveredconditionals="15" methods="6" coveredmethods="6"/>
|
|
838
890
|
<file name="iterable-component-render.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-component-render/iterable-component-render.ts">
|
|
839
|
-
<metrics statements="36" coveredstatements="36" conditionals="
|
|
840
|
-
<line num="1" count="
|
|
841
|
-
<line num="3" count="
|
|
842
|
-
<line num="13" count="
|
|
891
|
+
<metrics statements="36" coveredstatements="36" conditionals="15" coveredconditionals="15" methods="6" coveredmethods="6"/>
|
|
892
|
+
<line num="1" count="23" type="stmt"/>
|
|
893
|
+
<line num="3" count="23" type="stmt"/>
|
|
894
|
+
<line num="13" count="23" type="stmt"/>
|
|
843
895
|
<line num="17" count="7" type="stmt"/>
|
|
844
896
|
<line num="22" count="7" type="stmt"/>
|
|
845
897
|
<line num="32" count="7" type="stmt"/>
|
|
@@ -857,7 +909,7 @@
|
|
|
857
909
|
<line num="72" count="7" type="stmt"/>
|
|
858
910
|
<line num="73" count="7" type="stmt"/>
|
|
859
911
|
<line num="74" count="7" type="stmt"/>
|
|
860
|
-
<line num="78" count="10" type="cond" truecount="
|
|
912
|
+
<line num="78" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
861
913
|
<line num="79" count="9" type="stmt"/>
|
|
862
914
|
<line num="87" count="1" type="stmt"/>
|
|
863
915
|
<line num="94" count="3" type="stmt"/>
|
|
@@ -865,8 +917,8 @@
|
|
|
865
917
|
<line num="96" count="3" type="stmt"/>
|
|
866
918
|
<line num="99" count="10" type="stmt"/>
|
|
867
919
|
<line num="100" count="10" type="stmt"/>
|
|
868
|
-
<line num="101" count="10" type="cond" truecount="
|
|
869
|
-
<line num="102" count="9" type="cond" truecount="
|
|
920
|
+
<line num="101" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
921
|
+
<line num="102" count="9" type="cond" truecount="3" falsecount="0"/>
|
|
870
922
|
<line num="103" count="7" type="stmt"/>
|
|
871
923
|
<line num="105" count="1" type="stmt"/>
|
|
872
924
|
<line num="107" count="3" type="stmt"/>
|
|
@@ -876,21 +928,21 @@
|
|
|
876
928
|
</file>
|
|
877
929
|
</package>
|
|
878
930
|
<package name="src.components.tek-notifications">
|
|
879
|
-
<metrics statements="13" coveredstatements="13" conditionals="
|
|
931
|
+
<metrics statements="13" coveredstatements="13" conditionals="3" coveredconditionals="3" methods="4" coveredmethods="4"/>
|
|
880
932
|
<file name="notifications.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
|
|
881
|
-
<metrics statements="13" coveredstatements="13" conditionals="
|
|
882
|
-
<line num="1" count="
|
|
883
|
-
<line num="7" count="
|
|
933
|
+
<metrics statements="13" coveredstatements="13" conditionals="3" coveredconditionals="3" methods="4" coveredmethods="4"/>
|
|
934
|
+
<line num="1" count="23" type="stmt"/>
|
|
935
|
+
<line num="7" count="23" type="stmt"/>
|
|
884
936
|
<line num="8" count="8" type="stmt"/>
|
|
885
937
|
<line num="15" count="8" type="stmt"/>
|
|
886
938
|
<line num="40" count="8" type="stmt"/>
|
|
887
939
|
<line num="41" count="8" type="stmt"/>
|
|
888
940
|
<line num="46" count="8" type="stmt"/>
|
|
889
|
-
<line num="50" count="2" type="cond" truecount="
|
|
941
|
+
<line num="50" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
890
942
|
<line num="51" count="1" type="stmt"/>
|
|
891
|
-
<line num="56" count="2" type="cond" truecount="
|
|
943
|
+
<line num="56" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
892
944
|
<line num="57" count="1" type="stmt"/>
|
|
893
|
-
<line num="62" count="2" type="cond" truecount="
|
|
945
|
+
<line num="62" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
894
946
|
<line num="63" count="1" type="stmt"/>
|
|
895
947
|
</file>
|
|
896
948
|
</package>
|
|
@@ -898,9 +950,9 @@
|
|
|
898
950
|
<metrics statements="25" coveredstatements="25" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
899
951
|
<file name="product-card.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
|
|
900
952
|
<metrics statements="25" coveredstatements="25" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
901
|
-
<line num="1" count="
|
|
902
|
-
<line num="2" count="
|
|
903
|
-
<line num="8" count="
|
|
953
|
+
<line num="1" count="23" type="stmt"/>
|
|
954
|
+
<line num="2" count="23" type="stmt"/>
|
|
955
|
+
<line num="8" count="23" type="stmt"/>
|
|
904
956
|
<line num="12" count="3" type="stmt"/>
|
|
905
957
|
<line num="17" count="3" type="stmt"/>
|
|
906
958
|
<line num="22" count="3" type="stmt"/>
|
|
@@ -925,24 +977,277 @@
|
|
|
925
977
|
<line num="82" count="2" type="stmt"/>
|
|
926
978
|
</file>
|
|
927
979
|
</package>
|
|
980
|
+
<package name="src.components.tek-tree-grid">
|
|
981
|
+
<metrics statements="67" coveredstatements="67" conditionals="16" coveredconditionals="16" methods="9" coveredmethods="9"/>
|
|
982
|
+
<file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
|
|
983
|
+
<metrics statements="67" coveredstatements="67" conditionals="16" coveredconditionals="16" methods="9" coveredmethods="9"/>
|
|
984
|
+
<line num="1" count="23" type="stmt"/>
|
|
985
|
+
<line num="4" count="23" type="stmt"/>
|
|
986
|
+
<line num="8" count="23" type="stmt"/>
|
|
987
|
+
<line num="9" count="23" type="stmt"/>
|
|
988
|
+
<line num="10" count="23" type="stmt"/>
|
|
989
|
+
<line num="11" count="23" type="stmt"/>
|
|
990
|
+
<line num="12" count="23" type="stmt"/>
|
|
991
|
+
<line num="22" count="23" type="stmt"/>
|
|
992
|
+
<line num="24" count="11" type="stmt"/>
|
|
993
|
+
<line num="27" count="11" type="stmt"/>
|
|
994
|
+
<line num="30" count="11" type="stmt"/>
|
|
995
|
+
<line num="33" count="11" type="stmt"/>
|
|
996
|
+
<line num="36" count="11" type="stmt"/>
|
|
997
|
+
<line num="39" count="11" type="stmt"/>
|
|
998
|
+
<line num="42" count="11" type="stmt"/>
|
|
999
|
+
<line num="45" count="11" type="stmt"/>
|
|
1000
|
+
<line num="54" count="11" type="stmt"/>
|
|
1001
|
+
<line num="60" count="11" type="stmt"/>
|
|
1002
|
+
<line num="66" count="11" type="stmt"/>
|
|
1003
|
+
<line num="76" count="11" type="stmt"/>
|
|
1004
|
+
<line num="81" count="11" type="stmt"/>
|
|
1005
|
+
<line num="86" count="11" type="stmt"/>
|
|
1006
|
+
<line num="106" count="11" type="stmt"/>
|
|
1007
|
+
<line num="119" count="11" type="stmt"/>
|
|
1008
|
+
<line num="120" count="11" type="stmt"/>
|
|
1009
|
+
<line num="121" count="11" type="stmt"/>
|
|
1010
|
+
<line num="122" count="11" type="stmt"/>
|
|
1011
|
+
<line num="123" count="11" type="stmt"/>
|
|
1012
|
+
<line num="124" count="11" type="stmt"/>
|
|
1013
|
+
<line num="125" count="11" type="stmt"/>
|
|
1014
|
+
<line num="126" count="11" type="stmt"/>
|
|
1015
|
+
<line num="131" count="11" type="stmt"/>
|
|
1016
|
+
<line num="132" count="11" type="stmt"/>
|
|
1017
|
+
<line num="133" count="11" type="stmt"/>
|
|
1018
|
+
<line num="134" count="11" type="stmt"/>
|
|
1019
|
+
<line num="135" count="11" type="stmt"/>
|
|
1020
|
+
<line num="136" count="11" type="stmt"/>
|
|
1021
|
+
<line num="137" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
1022
|
+
<line num="138" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
1023
|
+
<line num="139" count="11" type="stmt"/>
|
|
1024
|
+
<line num="141" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
1025
|
+
<line num="142" count="3" type="stmt"/>
|
|
1026
|
+
<line num="145" count="11" type="stmt"/>
|
|
1027
|
+
<line num="146" count="11" type="stmt"/>
|
|
1028
|
+
<line num="147" count="11" type="stmt"/>
|
|
1029
|
+
<line num="149" count="11" type="stmt"/>
|
|
1030
|
+
<line num="153" count="5" type="stmt"/>
|
|
1031
|
+
<line num="154" count="5" type="stmt"/>
|
|
1032
|
+
<line num="155" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1033
|
+
<line num="163" count="13" type="stmt"/>
|
|
1034
|
+
<line num="167" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1035
|
+
<line num="168" count="1" type="stmt"/>
|
|
1036
|
+
<line num="169" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1037
|
+
<line num="171" count="1" type="stmt"/>
|
|
1038
|
+
<line num="175" count="2" type="stmt"/>
|
|
1039
|
+
<line num="176" count="2" type="stmt"/>
|
|
1040
|
+
<line num="177" count="2" type="stmt"/>
|
|
1041
|
+
<line num="180" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1042
|
+
<line num="181" count="1" type="stmt"/>
|
|
1043
|
+
<line num="182" count="1" type="stmt"/>
|
|
1044
|
+
<line num="185" count="2" type="stmt"/>
|
|
1045
|
+
<line num="191" count="2" type="stmt"/>
|
|
1046
|
+
<line num="195" count="1" type="stmt"/>
|
|
1047
|
+
<line num="205" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1048
|
+
<line num="206" count="1" type="stmt"/>
|
|
1049
|
+
<line num="208" count="1" type="stmt"/>
|
|
1050
|
+
<line num="212" count="2" type="stmt"/>
|
|
1051
|
+
</file>
|
|
1052
|
+
</package>
|
|
928
1053
|
<package name="src.utils">
|
|
929
|
-
<metrics statements="
|
|
1054
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
930
1055
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
|
|
931
|
-
<metrics statements="
|
|
932
|
-
<line num="1" count="
|
|
1056
|
+
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
1057
|
+
<line num="1" count="23" type="stmt"/>
|
|
1058
|
+
<line num="2" count="23" type="stmt"/>
|
|
933
1059
|
<line num="3" count="23" type="stmt"/>
|
|
1060
|
+
<line num="5" count="116" type="stmt"/>
|
|
1061
|
+
</file>
|
|
1062
|
+
</package>
|
|
1063
|
+
<package name="src.utils.grid-base">
|
|
1064
|
+
<metrics statements="169" coveredstatements="169" conditionals="106" coveredconditionals="106" methods="56" coveredmethods="56"/>
|
|
1065
|
+
<file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
|
|
1066
|
+
<metrics statements="153" coveredstatements="153" conditionals="98" coveredconditionals="98" methods="41" coveredmethods="41"/>
|
|
1067
|
+
<line num="1" count="23" type="stmt"/>
|
|
1068
|
+
<line num="4" count="23" type="stmt"/>
|
|
1069
|
+
<line num="7" count="23" type="stmt"/>
|
|
1070
|
+
<line num="17" count="23" type="stmt"/>
|
|
1071
|
+
<line num="20" count="93" type="stmt"/>
|
|
1072
|
+
<line num="23" count="93" type="stmt"/>
|
|
1073
|
+
<line num="25" count="93" type="stmt"/>
|
|
1074
|
+
<line num="29" count="93" type="stmt"/>
|
|
1075
|
+
<line num="32" count="439" type="stmt"/>
|
|
1076
|
+
<line num="33" count="439" type="cond" truecount="2" falsecount="0"/>
|
|
1077
|
+
<line num="34" count="439" type="stmt"/>
|
|
1078
|
+
<line num="41" count="2" type="stmt"/>
|
|
1079
|
+
<line num="48" count="33" type="stmt"/>
|
|
1080
|
+
<line num="249" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1081
|
+
<line num="250" count="1" type="stmt"/>
|
|
1082
|
+
<line num="255" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1083
|
+
<line num="256" count="2" type="stmt"/>
|
|
1084
|
+
<line num="258" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1085
|
+
<line num="259" count="2" type="stmt"/>
|
|
1086
|
+
<line num="261" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1087
|
+
<line num="262" count="1" type="stmt"/>
|
|
1088
|
+
<line num="268" count="1" type="stmt"/>
|
|
1089
|
+
<line num="272" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1090
|
+
<line num="273" count="2" type="stmt"/>
|
|
1091
|
+
<line num="275" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1092
|
+
<line num="276" count="2" type="stmt"/>
|
|
1093
|
+
<line num="278" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1094
|
+
<line num="279" count="1" type="stmt"/>
|
|
1095
|
+
<line num="285" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1096
|
+
<line num="286" count="2" type="stmt"/>
|
|
1097
|
+
<line num="288" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1098
|
+
<line num="289" count="2" type="stmt"/>
|
|
1099
|
+
<line num="291" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1100
|
+
<line num="292" count="1" type="stmt"/>
|
|
1101
|
+
<line num="298" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
1102
|
+
<line num="299" count="2" type="stmt"/>
|
|
1103
|
+
<line num="301" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
1104
|
+
<line num="302" count="16" type="stmt"/>
|
|
1105
|
+
<line num="309" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
1106
|
+
<line num="310" count="15" type="stmt"/>
|
|
1107
|
+
<line num="374" count="15" type="stmt"/>
|
|
1108
|
+
<line num="376" count="16" type="stmt"/>
|
|
1109
|
+
<line num="380" count="1" type="stmt"/>
|
|
1110
|
+
<line num="384" count="15" type="stmt"/>
|
|
1111
|
+
<line num="386" count="15" type="stmt"/>
|
|
1112
|
+
<line num="387" count="30" type="cond" truecount="2" falsecount="0"/>
|
|
1113
|
+
<line num="388" count="30" type="cond" truecount="4" falsecount="0"/>
|
|
1114
|
+
<line num="389" count="18" type="stmt"/>
|
|
1115
|
+
<line num="390" count="20" type="stmt"/>
|
|
1116
|
+
<line num="391" count="20" type="cond" truecount="4" falsecount="0"/>
|
|
1117
|
+
<line num="392" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
1118
|
+
<line num="393" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
1119
|
+
<line num="395" count="19" type="stmt"/>
|
|
1120
|
+
<line num="397" count="1" type="stmt"/>
|
|
1121
|
+
<line num="400" count="20" type="stmt"/>
|
|
1122
|
+
<line num="407" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
1123
|
+
<line num="408" count="5" type="stmt"/>
|
|
1124
|
+
<line num="411" count="20" type="stmt"/>
|
|
1125
|
+
<line num="415" count="15" type="stmt"/>
|
|
1126
|
+
<line num="419" count="5" type="stmt"/>
|
|
1127
|
+
<line num="453" count="10" type="stmt"/>
|
|
1128
|
+
<line num="465" count="2" type="stmt"/>
|
|
1129
|
+
<line num="466" count="2" type="stmt"/>
|
|
1130
|
+
<line num="467" count="2" type="stmt"/>
|
|
1131
|
+
<line num="468" count="2" type="stmt"/>
|
|
1132
|
+
<line num="469" count="2" type="stmt"/>
|
|
1133
|
+
<line num="473" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1134
|
+
<line num="474" count="2" type="stmt"/>
|
|
1135
|
+
<line num="476" count="2" type="stmt"/>
|
|
1136
|
+
<line num="477" count="2" type="stmt"/>
|
|
1137
|
+
<line num="478" count="2" type="stmt"/>
|
|
1138
|
+
<line num="479" count="2" type="cond" truecount="7" falsecount="0"/>
|
|
1139
|
+
<line num="480" count="2" type="stmt"/>
|
|
1140
|
+
<line num="487" count="1" type="stmt"/>
|
|
1141
|
+
<line num="488" count="1" type="stmt"/>
|
|
1142
|
+
<line num="492" count="2" type="stmt"/>
|
|
1143
|
+
<line num="493" count="2" type="stmt"/>
|
|
1144
|
+
<line num="497" count="2" type="stmt"/>
|
|
1145
|
+
<line num="498" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1146
|
+
<line num="499" count="1" type="stmt"/>
|
|
1147
|
+
<line num="501" count="1" type="stmt"/>
|
|
1148
|
+
<line num="502" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
1149
|
+
<line num="503" count="3" type="stmt"/>
|
|
1150
|
+
<line num="504" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1151
|
+
<line num="505" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1152
|
+
<line num="506" count="3" type="stmt"/>
|
|
1153
|
+
<line num="507" count="3" type="stmt"/>
|
|
1154
|
+
<line num="509" count="3" type="stmt"/>
|
|
1155
|
+
<line num="510" count="3" type="stmt"/>
|
|
1156
|
+
<line num="511" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1157
|
+
<line num="512" count="3" type="stmt"/>
|
|
1158
|
+
<line num="513" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1159
|
+
<line num="514" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1160
|
+
<line num="516" count="1" type="stmt"/>
|
|
1161
|
+
<line num="517" count="1" type="cond" truecount="7" falsecount="0"/>
|
|
1162
|
+
<line num="518" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1163
|
+
<line num="522" count="3" type="stmt"/>
|
|
1164
|
+
<line num="523" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1165
|
+
<line num="524" count="1" type="stmt"/>
|
|
1166
|
+
<line num="531" count="1" type="stmt"/>
|
|
1167
|
+
<line num="533" count="1" type="stmt"/>
|
|
1168
|
+
<line num="534" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1169
|
+
<line num="535" count="2" type="stmt"/>
|
|
1170
|
+
<line num="542" count="6" type="stmt"/>
|
|
1171
|
+
<line num="543" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1172
|
+
<line num="544" count="4" type="stmt"/>
|
|
1173
|
+
<line num="545" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1174
|
+
<line num="546" count="2" type="stmt"/>
|
|
1175
|
+
<line num="547" count="2" type="stmt"/>
|
|
1176
|
+
<line num="548" count="7" type="cond" truecount="5" falsecount="0"/>
|
|
1177
|
+
<line num="549" count="6" type="stmt"/>
|
|
1178
|
+
<line num="550" count="6" type="stmt"/>
|
|
1179
|
+
<line num="551" count="6" type="stmt"/>
|
|
1180
|
+
<line num="552" count="6" type="stmt"/>
|
|
1181
|
+
<line num="554" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1182
|
+
<line num="555" count="5" type="stmt"/>
|
|
1183
|
+
<line num="558" count="6" type="stmt"/>
|
|
1184
|
+
<line num="559" count="6" type="stmt"/>
|
|
1185
|
+
<line num="567" count="2" type="stmt"/>
|
|
1186
|
+
<line num="569" count="2" type="stmt"/>
|
|
1187
|
+
<line num="570" count="6" type="stmt"/>
|
|
1188
|
+
<line num="571" count="6" type="stmt"/>
|
|
1189
|
+
<line num="573" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1190
|
+
<line num="574" count="5" type="stmt"/>
|
|
1191
|
+
<line num="576" count="1" type="stmt"/>
|
|
1192
|
+
<line num="581" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1193
|
+
<line num="582" count="2" type="stmt"/>
|
|
1194
|
+
<line num="585" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1195
|
+
<line num="586" count="2" type="stmt"/>
|
|
1196
|
+
<line num="588" count="2" type="stmt"/>
|
|
1197
|
+
<line num="591" count="4" type="stmt"/>
|
|
1198
|
+
<line num="596" count="93" type="stmt"/>
|
|
1199
|
+
<line num="604" count="93" type="stmt"/>
|
|
1200
|
+
<line num="612" count="186" type="stmt"/>
|
|
1201
|
+
<line num="613" count="186" type="cond" truecount="3" falsecount="0"/>
|
|
1202
|
+
<line num="615" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
1203
|
+
<line num="616" count="14" type="stmt"/>
|
|
1204
|
+
<line num="618" count="14" type="stmt"/>
|
|
1205
|
+
<line num="620" count="182" type="stmt"/>
|
|
1206
|
+
<line num="626" count="158" type="stmt"/>
|
|
1207
|
+
<line num="630" count="5" type="stmt"/>
|
|
1208
|
+
<line num="631" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
1209
|
+
<line num="632" count="9" type="stmt"/>
|
|
1210
|
+
<line num="633" count="4" type="stmt"/>
|
|
1211
|
+
<line num="635" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1212
|
+
<line num="636" count="3" type="stmt"/>
|
|
1213
|
+
<line num="637" count="3" type="stmt"/>
|
|
1214
|
+
<line num="639" count="3" type="stmt"/>
|
|
1215
|
+
<line num="640" count="6" type="stmt"/>
|
|
1216
|
+
<line num="643" count="3" type="stmt"/>
|
|
1217
|
+
<line num="646" count="4" type="stmt"/>
|
|
1218
|
+
<line num="649" count="5" type="stmt"/>
|
|
1219
|
+
<line num="653" count="23" type="stmt"/>
|
|
1220
|
+
</file>
|
|
1221
|
+
<file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
|
|
1222
|
+
<metrics statements="16" coveredstatements="16" conditionals="8" coveredconditionals="8" methods="15" coveredmethods="15"/>
|
|
1223
|
+
<line num="4" count="23" type="stmt"/>
|
|
1224
|
+
<line num="8" count="36" type="stmt"/>
|
|
1225
|
+
<line num="12" count="1" type="stmt"/>
|
|
1226
|
+
<line num="16" count="3" type="stmt"/>
|
|
1227
|
+
<line num="20" count="3" type="stmt"/>
|
|
1228
|
+
<line num="24" count="2" type="stmt"/>
|
|
1229
|
+
<line num="28" count="1" type="stmt"/>
|
|
1230
|
+
<line num="32" count="1" type="stmt"/>
|
|
1231
|
+
<line num="36" count="1" type="stmt"/>
|
|
1232
|
+
<line num="40" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1233
|
+
<line num="44" count="3" type="stmt"/>
|
|
1234
|
+
<line num="48" count="3" type="stmt"/>
|
|
1235
|
+
<line num="52" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1236
|
+
<line num="56" count="4" type="stmt"/>
|
|
1237
|
+
<line num="60" count="1" type="stmt"/>
|
|
1238
|
+
<line num="64" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
934
1239
|
</file>
|
|
935
1240
|
</package>
|
|
936
1241
|
<package name="src.utils.report-filter">
|
|
937
|
-
<metrics statements="19" coveredstatements="19" conditionals="
|
|
1242
|
+
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
938
1243
|
<file name="report-filter.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
|
|
939
|
-
<metrics statements="19" coveredstatements="19" conditionals="
|
|
940
|
-
<line num="2" count="
|
|
941
|
-
<line num="8" count="
|
|
942
|
-
<line num="9" count="
|
|
943
|
-
<line num="11" count="
|
|
944
|
-
<line num="28" count="
|
|
945
|
-
<line num="32" count="
|
|
1244
|
+
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1245
|
+
<line num="2" count="23" type="stmt"/>
|
|
1246
|
+
<line num="8" count="23" type="stmt"/>
|
|
1247
|
+
<line num="9" count="4" type="stmt"/>
|
|
1248
|
+
<line num="11" count="4" type="stmt"/>
|
|
1249
|
+
<line num="28" count="4" type="stmt"/>
|
|
1250
|
+
<line num="32" count="3" type="stmt"/>
|
|
946
1251
|
<line num="33" count="2" type="stmt"/>
|
|
947
1252
|
<line num="35" count="2" type="stmt"/>
|
|
948
1253
|
<line num="36" count="2" type="stmt"/>
|
|
@@ -950,7 +1255,7 @@
|
|
|
950
1255
|
<line num="38" count="4" type="stmt"/>
|
|
951
1256
|
<line num="40" count="4" type="stmt"/>
|
|
952
1257
|
<line num="42" count="4" type="stmt"/>
|
|
953
|
-
<line num="43" count="4" type="cond" truecount="
|
|
1258
|
+
<line num="43" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
954
1259
|
<line num="44" count="2" type="stmt"/>
|
|
955
1260
|
<line num="45" count="2" type="stmt"/>
|
|
956
1261
|
<line num="46" count="2" type="stmt"/>
|