@zeedhi/teknisa-components-common 1.75.0 → 1.77.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 +256 -238
- package/coverage/coverage-final.json +4 -4
- package/coverage/lcov-report/index.html +12 -12
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/index.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/index.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +1 -1
- package/coverage/lcov.info +458 -412
- package/dist/tek-components-common.esm.js +75 -4
- package/dist/tek-components-common.umd.js +75 -4
- package/package.json +2 -2
- package/tests/unit/components/tek-grid/grid.spec.ts +11 -0
- package/tests/unit/components/tree-grid/tree-grid.spec.ts +119 -2
- package/types/components/tek-tree-grid/interfaces.d.ts +1 -0
- package/types/components/tek-tree-grid/tree-grid.d.ts +8 -0
- package/types/utils/grid-base/grid-base.d.ts +4 -2
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1684259652697" clover="3.2.0">
|
|
3
|
+
<project timestamp="1684259652697" name="All files">
|
|
4
|
+
<metrics statements="1379" coveredstatements="1379" conditionals="650" coveredconditionals="650" methods="332" coveredmethods="332" elements="2361" coveredelements="2361" complexity="0" loc="1379" ncloc="1379" packages="19" files="38" classes="38"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
|
|
@@ -1089,85 +1089,99 @@
|
|
|
1089
1089
|
</file>
|
|
1090
1090
|
</package>
|
|
1091
1091
|
<package name="src.components.tek-tree-grid">
|
|
1092
|
-
<metrics statements="
|
|
1092
|
+
<metrics statements="90" coveredstatements="90" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
|
|
1093
1093
|
<file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
|
|
1094
|
-
<metrics statements="
|
|
1094
|
+
<metrics statements="90" coveredstatements="90" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
|
|
1095
1095
|
<line num="1" count="26" type="stmt"/>
|
|
1096
|
-
<line num="
|
|
1097
|
-
<line num="
|
|
1098
|
-
<line num="
|
|
1099
|
-
<line num="12" count="26" type="stmt"/>
|
|
1100
|
-
<line num="13" count="26" type="stmt"/>
|
|
1096
|
+
<line num="6" count="26" type="stmt"/>
|
|
1097
|
+
<line num="10" count="26" type="stmt"/>
|
|
1098
|
+
<line num="11" count="26" type="stmt"/>
|
|
1101
1099
|
<line num="14" count="26" type="stmt"/>
|
|
1102
|
-
<line num="
|
|
1103
|
-
<line num="
|
|
1104
|
-
<line num="
|
|
1105
|
-
<line num="
|
|
1106
|
-
<line num="
|
|
1107
|
-
<line num="
|
|
1108
|
-
<line num="
|
|
1109
|
-
<line num="
|
|
1110
|
-
<line num="
|
|
1111
|
-
<line num="
|
|
1112
|
-
<line num="
|
|
1113
|
-
<line num="
|
|
1114
|
-
<line num="
|
|
1115
|
-
<line num="
|
|
1116
|
-
<line num="
|
|
1117
|
-
<line num="
|
|
1118
|
-
<line num="
|
|
1119
|
-
<line num="
|
|
1120
|
-
<line num="
|
|
1121
|
-
<line num="
|
|
1122
|
-
<line num="
|
|
1123
|
-
<line num="
|
|
1124
|
-
<line num="
|
|
1125
|
-
<line num="
|
|
1126
|
-
<line num="
|
|
1127
|
-
<line num="
|
|
1128
|
-
<line num="
|
|
1129
|
-
<line num="
|
|
1130
|
-
<line num="
|
|
1131
|
-
<line num="
|
|
1132
|
-
<line num="
|
|
1133
|
-
<line num="
|
|
1134
|
-
<line num="
|
|
1135
|
-
<line num="
|
|
1136
|
-
<line num="
|
|
1137
|
-
<line num="
|
|
1138
|
-
<line num="
|
|
1139
|
-
<line num="
|
|
1140
|
-
<line num="
|
|
1141
|
-
<line num="
|
|
1142
|
-
<line num="
|
|
1143
|
-
<line num="
|
|
1144
|
-
<line num="
|
|
1145
|
-
<line num="
|
|
1146
|
-
<line num="
|
|
1147
|
-
<line num="
|
|
1148
|
-
<line num="
|
|
1149
|
-
<line num="
|
|
1150
|
-
<line num="
|
|
1151
|
-
<line num="
|
|
1152
|
-
<line num="
|
|
1153
|
-
<line num="
|
|
1154
|
-
<line num="
|
|
1155
|
-
<line num="
|
|
1156
|
-
<line num="
|
|
1157
|
-
<line num="
|
|
1158
|
-
<line num="
|
|
1159
|
-
<line num="
|
|
1160
|
-
<line num="
|
|
1161
|
-
<line num="
|
|
1162
|
-
<line num="
|
|
1163
|
-
<line num="289" count="2" type="
|
|
1164
|
-
<line num="
|
|
1165
|
-
<line num="
|
|
1166
|
-
<line num="304" count="
|
|
1167
|
-
<line num="
|
|
1168
|
-
<line num="
|
|
1169
|
-
<line num="
|
|
1170
|
-
<line num="
|
|
1100
|
+
<line num="15" count="26" type="stmt"/>
|
|
1101
|
+
<line num="16" count="26" type="stmt"/>
|
|
1102
|
+
<line num="27" count="26" type="stmt"/>
|
|
1103
|
+
<line num="29" count="18" type="stmt"/>
|
|
1104
|
+
<line num="32" count="18" type="stmt"/>
|
|
1105
|
+
<line num="35" count="18" type="stmt"/>
|
|
1106
|
+
<line num="38" count="18" type="stmt"/>
|
|
1107
|
+
<line num="41" count="18" type="stmt"/>
|
|
1108
|
+
<line num="44" count="18" type="stmt"/>
|
|
1109
|
+
<line num="58" count="18" type="stmt"/>
|
|
1110
|
+
<line num="61" count="18" type="stmt"/>
|
|
1111
|
+
<line num="64" count="18" type="stmt"/>
|
|
1112
|
+
<line num="67" count="18" type="stmt"/>
|
|
1113
|
+
<line num="76" count="18" type="stmt"/>
|
|
1114
|
+
<line num="81" count="18" type="stmt"/>
|
|
1115
|
+
<line num="87" count="18" type="stmt"/>
|
|
1116
|
+
<line num="93" count="18" type="stmt"/>
|
|
1117
|
+
<line num="103" count="18" type="stmt"/>
|
|
1118
|
+
<line num="108" count="18" type="stmt"/>
|
|
1119
|
+
<line num="115" count="18" type="stmt"/>
|
|
1120
|
+
<line num="135" count="18" type="stmt"/>
|
|
1121
|
+
<line num="148" count="18" type="stmt"/>
|
|
1122
|
+
<line num="149" count="18" type="stmt"/>
|
|
1123
|
+
<line num="150" count="18" type="stmt"/>
|
|
1124
|
+
<line num="155" count="18" type="stmt"/>
|
|
1125
|
+
<line num="160" count="18" type="stmt"/>
|
|
1126
|
+
<line num="165" count="18" type="stmt"/>
|
|
1127
|
+
<line num="170" count="18" type="stmt"/>
|
|
1128
|
+
<line num="175" count="18" type="stmt"/>
|
|
1129
|
+
<line num="180" count="18" type="stmt"/>
|
|
1130
|
+
<line num="185" count="18" type="stmt"/>
|
|
1131
|
+
<line num="190" count="18" type="stmt"/>
|
|
1132
|
+
<line num="195" count="18" type="stmt"/>
|
|
1133
|
+
<line num="200" count="18" type="stmt"/>
|
|
1134
|
+
<line num="205" count="18" type="stmt"/>
|
|
1135
|
+
<line num="210" count="18" type="stmt"/>
|
|
1136
|
+
<line num="215" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1137
|
+
<line num="216" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1138
|
+
<line num="217" count="18" type="stmt"/>
|
|
1139
|
+
<line num="219" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
1140
|
+
<line num="220" count="3" type="stmt"/>
|
|
1141
|
+
<line num="223" count="18" type="stmt"/>
|
|
1142
|
+
<line num="232" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1143
|
+
<line num="233" count="1" type="stmt"/>
|
|
1144
|
+
<line num="236" count="1" type="stmt"/>
|
|
1145
|
+
<line num="245" count="1" type="stmt"/>
|
|
1146
|
+
<line num="248" count="1" type="stmt"/>
|
|
1147
|
+
<line num="249" count="1" type="stmt"/>
|
|
1148
|
+
<line num="257" count="18" type="stmt"/>
|
|
1149
|
+
<line num="258" count="18" type="stmt"/>
|
|
1150
|
+
<line num="259" count="18" type="stmt"/>
|
|
1151
|
+
<line num="261" count="18" type="stmt"/>
|
|
1152
|
+
<line num="265" count="3" type="stmt"/>
|
|
1153
|
+
<line num="266" count="3" type="stmt"/>
|
|
1154
|
+
<line num="270" count="3" type="stmt"/>
|
|
1155
|
+
<line num="271" count="3" type="stmt"/>
|
|
1156
|
+
<line num="275" count="7" type="stmt"/>
|
|
1157
|
+
<line num="276" count="7" type="stmt"/>
|
|
1158
|
+
<line num="280" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1159
|
+
<line num="284" count="1" type="stmt"/>
|
|
1160
|
+
<line num="285" count="1" type="stmt"/>
|
|
1161
|
+
<line num="289" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1162
|
+
<line num="290" count="1" type="stmt"/>
|
|
1163
|
+
<line num="300" count="19" type="stmt"/>
|
|
1164
|
+
<line num="304" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1165
|
+
<line num="308" count="1" type="stmt"/>
|
|
1166
|
+
<line num="309" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1167
|
+
<line num="311" count="1" type="stmt"/>
|
|
1168
|
+
<line num="315" count="2" type="stmt"/>
|
|
1169
|
+
<line num="316" count="2" type="stmt"/>
|
|
1170
|
+
<line num="317" count="2" type="stmt"/>
|
|
1171
|
+
<line num="320" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1172
|
+
<line num="324" count="1" type="stmt"/>
|
|
1173
|
+
<line num="325" count="1" type="stmt"/>
|
|
1174
|
+
<line num="330" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1175
|
+
<line num="331" count="1" type="stmt"/>
|
|
1176
|
+
<line num="334" count="2" type="stmt"/>
|
|
1177
|
+
<line num="347" count="2" type="stmt"/>
|
|
1178
|
+
<line num="351" count="1" type="stmt"/>
|
|
1179
|
+
<line num="361" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1180
|
+
<line num="362" count="1" type="stmt"/>
|
|
1181
|
+
<line num="364" count="1" type="stmt"/>
|
|
1182
|
+
<line num="372" count="2" type="stmt"/>
|
|
1183
|
+
<line num="376" count="1" type="stmt"/>
|
|
1184
|
+
<line num="380" count="2" type="stmt"/>
|
|
1171
1185
|
</file>
|
|
1172
1186
|
</package>
|
|
1173
1187
|
<package name="src.components.tek-user-info">
|
|
@@ -1275,180 +1289,184 @@
|
|
|
1275
1289
|
<line num="1" count="26" type="stmt"/>
|
|
1276
1290
|
<line num="2" count="26" type="stmt"/>
|
|
1277
1291
|
<line num="3" count="26" type="stmt"/>
|
|
1278
|
-
<line num="7" count="
|
|
1292
|
+
<line num="7" count="151" type="stmt"/>
|
|
1279
1293
|
</file>
|
|
1280
1294
|
</package>
|
|
1281
1295
|
<package name="src.utils.grid-base">
|
|
1282
|
-
<metrics statements="
|
|
1296
|
+
<metrics statements="192" coveredstatements="192" conditionals="140" coveredconditionals="140" methods="64" coveredmethods="64"/>
|
|
1283
1297
|
<file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
|
|
1284
|
-
<metrics statements="
|
|
1298
|
+
<metrics statements="171" coveredstatements="171" conditionals="114" coveredconditionals="114" methods="44" coveredmethods="44"/>
|
|
1285
1299
|
<line num="1" count="26" type="stmt"/>
|
|
1286
1300
|
<line num="4" count="26" type="stmt"/>
|
|
1287
1301
|
<line num="7" count="26" type="stmt"/>
|
|
1288
1302
|
<line num="36" count="26" type="stmt"/>
|
|
1289
|
-
<line num="39" count="
|
|
1290
|
-
<line num="42" count="
|
|
1291
|
-
<line num="44" count="
|
|
1292
|
-
<line num="48" count="
|
|
1293
|
-
<line num="51" count="
|
|
1294
|
-
<line num="52" count="
|
|
1295
|
-
<line num="53" count="
|
|
1303
|
+
<line num="39" count="125" type="stmt"/>
|
|
1304
|
+
<line num="42" count="125" type="stmt"/>
|
|
1305
|
+
<line num="44" count="125" type="stmt"/>
|
|
1306
|
+
<line num="48" count="125" type="stmt"/>
|
|
1307
|
+
<line num="51" count="585" type="stmt"/>
|
|
1308
|
+
<line num="52" count="585" type="cond" truecount="2" falsecount="0"/>
|
|
1309
|
+
<line num="53" count="585" type="stmt"/>
|
|
1296
1310
|
<line num="60" count="2" type="stmt"/>
|
|
1297
1311
|
<line num="67" count="38" type="stmt"/>
|
|
1298
|
-
<line num="
|
|
1299
|
-
<line num="
|
|
1300
|
-
<line num="
|
|
1301
|
-
<line num="
|
|
1302
|
-
<line num="
|
|
1303
|
-
<line num="
|
|
1304
|
-
<line num="
|
|
1305
|
-
<line num="
|
|
1306
|
-
<line num="
|
|
1307
|
-
<line num="
|
|
1308
|
-
<line num="
|
|
1309
|
-
<line num="
|
|
1310
|
-
<line num="
|
|
1311
|
-
<line num="
|
|
1312
|
-
<line num="
|
|
1313
|
-
<line num="
|
|
1314
|
-
<line num="
|
|
1315
|
-
<line num="
|
|
1316
|
-
<line num="
|
|
1317
|
-
<line num="
|
|
1318
|
-
<line num="
|
|
1319
|
-
<line num="
|
|
1320
|
-
<line num="
|
|
1321
|
-
<line num="
|
|
1322
|
-
<line num="
|
|
1323
|
-
<line num="
|
|
1324
|
-
<line num="
|
|
1325
|
-
<line num="
|
|
1326
|
-
<line num="
|
|
1327
|
-
<line num="
|
|
1328
|
-
<line num="
|
|
1329
|
-
<line num="
|
|
1330
|
-
<line num="
|
|
1331
|
-
<line num="
|
|
1332
|
-
<line num="
|
|
1333
|
-
<line num="
|
|
1334
|
-
<line num="
|
|
1335
|
-
<line num="
|
|
1336
|
-
<line num="
|
|
1337
|
-
<line num="
|
|
1338
|
-
<line num="465" count="36" type="stmt"/>
|
|
1339
|
-
<line num="467" count="4" type="stmt"/>
|
|
1340
|
-
<line num="470" count="40" type="stmt"/>
|
|
1341
|
-
<line num="472" count="40" type="stmt"/>
|
|
1342
|
-
<line num="479" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
1343
|
-
<line num="480" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1344
|
-
<line num="481" count="5" type="stmt"/>
|
|
1312
|
+
<line num="271" count="2" type="stmt"/>
|
|
1313
|
+
<line num="275" count="3" type="stmt"/>
|
|
1314
|
+
<line num="276" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1315
|
+
<line num="277" count="2" type="stmt"/>
|
|
1316
|
+
<line num="279" count="2" type="stmt"/>
|
|
1317
|
+
<line num="284" count="2" type="stmt"/>
|
|
1318
|
+
<line num="285" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1319
|
+
<line num="287" count="1" type="stmt"/>
|
|
1320
|
+
<line num="291" count="3" type="stmt"/>
|
|
1321
|
+
<line num="292" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1322
|
+
<line num="293" count="2" type="stmt"/>
|
|
1323
|
+
<line num="295" count="2" type="stmt"/>
|
|
1324
|
+
<line num="300" count="3" type="stmt"/>
|
|
1325
|
+
<line num="301" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1326
|
+
<line num="302" count="2" type="stmt"/>
|
|
1327
|
+
<line num="304" count="2" type="stmt"/>
|
|
1328
|
+
<line num="309" count="21" type="stmt"/>
|
|
1329
|
+
<line num="310" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
1330
|
+
<line num="311" count="20" type="stmt"/>
|
|
1331
|
+
<line num="318" count="20" type="cond" truecount="2" falsecount="0"/>
|
|
1332
|
+
<line num="319" count="19" type="stmt"/>
|
|
1333
|
+
<line num="324" count="19" type="stmt"/>
|
|
1334
|
+
<line num="328" count="19" type="stmt"/>
|
|
1335
|
+
<line num="451" count="19" type="stmt"/>
|
|
1336
|
+
<line num="453" count="1" type="stmt"/>
|
|
1337
|
+
<line num="455" count="20" type="stmt"/>
|
|
1338
|
+
<line num="459" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
1339
|
+
<line num="460" count="6" type="cond" truecount="9" falsecount="0"/>
|
|
1340
|
+
<line num="462" count="1" type="stmt"/>
|
|
1341
|
+
<line num="463" count="1" type="stmt"/>
|
|
1342
|
+
<line num="465" count="5" type="stmt"/>
|
|
1343
|
+
<line num="470" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
1344
|
+
<line num="471" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
1345
|
+
<line num="472" count="35" type="stmt"/>
|
|
1346
|
+
<line num="476" count="19" type="stmt"/>
|
|
1347
|
+
<line num="478" count="19" type="stmt"/>
|
|
1348
|
+
<line num="479" count="49" type="cond" truecount="2" falsecount="0"/>
|
|
1349
|
+
<line num="480" count="49" type="cond" truecount="4" falsecount="0"/>
|
|
1350
|
+
<line num="481" count="32" type="stmt"/>
|
|
1351
|
+
<line num="483" count="32" type="stmt"/>
|
|
1345
1352
|
<line num="484" count="40" type="stmt"/>
|
|
1346
|
-
<line num="
|
|
1347
|
-
<line num="
|
|
1348
|
-
<line num="
|
|
1349
|
-
<line num="
|
|
1350
|
-
<line num="
|
|
1351
|
-
<line num="
|
|
1352
|
-
<line num="
|
|
1353
|
-
<line num="
|
|
1354
|
-
<line num="
|
|
1355
|
-
<line num="
|
|
1356
|
-
<line num="
|
|
1357
|
-
<line num="
|
|
1358
|
-
<line num="
|
|
1359
|
-
<line num="513" count="1" type="stmt"/>
|
|
1360
|
-
<line num="515" count="1" type="stmt"/>
|
|
1361
|
-
<line num="516" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1353
|
+
<line num="485" count="40" type="cond" truecount="4" falsecount="0"/>
|
|
1354
|
+
<line num="486" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1355
|
+
<line num="487" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
1356
|
+
<line num="489" count="36" type="stmt"/>
|
|
1357
|
+
<line num="491" count="4" type="stmt"/>
|
|
1358
|
+
<line num="494" count="40" type="stmt"/>
|
|
1359
|
+
<line num="496" count="40" type="stmt"/>
|
|
1360
|
+
<line num="503" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
1361
|
+
<line num="504" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1362
|
+
<line num="505" count="5" type="stmt"/>
|
|
1363
|
+
<line num="508" count="40" type="stmt"/>
|
|
1364
|
+
<line num="512" count="19" type="stmt"/>
|
|
1365
|
+
<line num="516" count="3" type="stmt"/>
|
|
1362
1366
|
<line num="517" count="3" type="stmt"/>
|
|
1363
|
-
<line num="518" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1364
1367
|
<line num="519" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1365
|
-
<line num="520" count="
|
|
1366
|
-
<line num="
|
|
1367
|
-
<line num="
|
|
1368
|
-
<line num="524" count="
|
|
1369
|
-
<line num="525" count="
|
|
1370
|
-
<line num="526" count="
|
|
1371
|
-
<line num="
|
|
1372
|
-
<line num="
|
|
1373
|
-
<line num="
|
|
1374
|
-
<line num="
|
|
1375
|
-
<line num="532" count="1" type="cond" truecount="7" falsecount="0"/>
|
|
1376
|
-
<line num="533" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1377
|
-
<line num="537" count="3" type="stmt"/>
|
|
1378
|
-
<line num="538" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1368
|
+
<line num="520" count="1" type="stmt"/>
|
|
1369
|
+
<line num="522" count="2" type="stmt"/>
|
|
1370
|
+
<line num="523" count="4" type="stmt"/>
|
|
1371
|
+
<line num="524" count="4" type="stmt"/>
|
|
1372
|
+
<line num="525" count="4" type="cond" truecount="7" falsecount="0"/>
|
|
1373
|
+
<line num="526" count="2" type="stmt"/>
|
|
1374
|
+
<line num="533" count="3" type="stmt"/>
|
|
1375
|
+
<line num="535" count="3" type="stmt"/>
|
|
1376
|
+
<line num="536" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1377
|
+
<line num="537" count="1" type="stmt"/>
|
|
1379
1378
|
<line num="539" count="1" type="stmt"/>
|
|
1380
|
-
<line num="
|
|
1381
|
-
<line num="
|
|
1382
|
-
<line num="
|
|
1383
|
-
<line num="
|
|
1384
|
-
<line num="
|
|
1385
|
-
<line num="
|
|
1386
|
-
<line num="
|
|
1387
|
-
<line num="
|
|
1388
|
-
<line num="
|
|
1389
|
-
<line num="
|
|
1390
|
-
<line num="
|
|
1391
|
-
<line num="
|
|
1392
|
-
<line num="
|
|
1393
|
-
<line num="
|
|
1394
|
-
<line num="
|
|
1395
|
-
<line num="
|
|
1396
|
-
<line num="
|
|
1397
|
-
<line num="
|
|
1398
|
-
<line num="
|
|
1399
|
-
<line num="
|
|
1400
|
-
<line num="
|
|
1401
|
-
<line num="
|
|
1402
|
-
<line num="
|
|
1403
|
-
<line num="
|
|
1404
|
-
<line num="
|
|
1405
|
-
<line num="
|
|
1406
|
-
<line num="
|
|
1407
|
-
<line num="
|
|
1408
|
-
<line num="
|
|
1409
|
-
<line num="
|
|
1379
|
+
<line num="540" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1380
|
+
<line num="541" count="3" type="stmt"/>
|
|
1381
|
+
<line num="542" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1382
|
+
<line num="543" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1383
|
+
<line num="544" count="3" type="stmt"/>
|
|
1384
|
+
<line num="545" count="3" type="stmt"/>
|
|
1385
|
+
<line num="546" count="3" type="stmt"/>
|
|
1386
|
+
<line num="548" count="3" type="stmt"/>
|
|
1387
|
+
<line num="549" count="3" type="stmt"/>
|
|
1388
|
+
<line num="550" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1389
|
+
<line num="551" count="3" type="stmt"/>
|
|
1390
|
+
<line num="552" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1391
|
+
<line num="553" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1392
|
+
<line num="555" count="1" type="stmt"/>
|
|
1393
|
+
<line num="556" count="1" type="cond" truecount="7" falsecount="0"/>
|
|
1394
|
+
<line num="557" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1395
|
+
<line num="561" count="3" type="stmt"/>
|
|
1396
|
+
<line num="562" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1397
|
+
<line num="563" count="1" type="stmt"/>
|
|
1398
|
+
<line num="570" count="2" type="stmt"/>
|
|
1399
|
+
<line num="572" count="2" type="stmt"/>
|
|
1400
|
+
<line num="573" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1401
|
+
<line num="574" count="2" type="stmt"/>
|
|
1402
|
+
<line num="575" count="2" type="stmt"/>
|
|
1403
|
+
<line num="576" count="2" type="stmt"/>
|
|
1404
|
+
<line num="581" count="3" type="stmt"/>
|
|
1405
|
+
<line num="582" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1406
|
+
<line num="583" count="1" type="stmt"/>
|
|
1407
|
+
<line num="589" count="7" type="stmt"/>
|
|
1408
|
+
<line num="590" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1409
|
+
<line num="591" count="5" type="stmt"/>
|
|
1410
|
+
<line num="592" count="5" type="stmt"/>
|
|
1411
|
+
<line num="594" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
1412
|
+
<line num="595" count="2" type="stmt"/>
|
|
1413
|
+
<line num="596" count="10" type="cond" truecount="5" falsecount="0"/>
|
|
1414
|
+
<line num="597" count="8" type="stmt"/>
|
|
1415
|
+
<line num="598" count="8" type="stmt"/>
|
|
1410
1416
|
<line num="599" count="8" type="stmt"/>
|
|
1411
|
-
<line num="
|
|
1412
|
-
<line num="
|
|
1413
|
-
<line num="
|
|
1414
|
-
<line num="
|
|
1415
|
-
<line num="
|
|
1416
|
-
<line num="615" count="
|
|
1417
|
-
<line num="616" count="
|
|
1418
|
-
<line num="
|
|
1419
|
-
<line num="
|
|
1420
|
-
<line num="
|
|
1421
|
-
<line num="
|
|
1422
|
-
<line num="
|
|
1423
|
-
<line num="
|
|
1424
|
-
<line num="
|
|
1425
|
-
<line num="
|
|
1426
|
-
<line num="
|
|
1427
|
-
<line num="
|
|
1428
|
-
<line num="
|
|
1429
|
-
<line num="
|
|
1430
|
-
<line num="
|
|
1431
|
-
<line num="
|
|
1432
|
-
<line num="
|
|
1433
|
-
<line num="
|
|
1434
|
-
<line num="
|
|
1435
|
-
<line num="667" count="
|
|
1436
|
-
<line num="668" count="
|
|
1437
|
-
<line num="670" count="
|
|
1438
|
-
<line num="671" count="
|
|
1439
|
-
<line num="
|
|
1440
|
-
<line num="
|
|
1441
|
-
<line num="
|
|
1442
|
-
<line num="
|
|
1443
|
-
<line num="
|
|
1444
|
-
<line num="
|
|
1445
|
-
<line num="
|
|
1446
|
-
<line num="
|
|
1447
|
-
<line num="
|
|
1448
|
-
<line num="
|
|
1449
|
-
<line num="
|
|
1450
|
-
<line num="
|
|
1451
|
-
<line num="
|
|
1417
|
+
<line num="600" count="8" type="stmt"/>
|
|
1418
|
+
<line num="602" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1419
|
+
<line num="603" count="6" type="stmt"/>
|
|
1420
|
+
<line num="606" count="8" type="stmt"/>
|
|
1421
|
+
<line num="607" count="8" type="stmt"/>
|
|
1422
|
+
<line num="615" count="2" type="stmt"/>
|
|
1423
|
+
<line num="616" count="2" type="stmt"/>
|
|
1424
|
+
<line num="618" count="3" type="stmt"/>
|
|
1425
|
+
<line num="619" count="10" type="stmt"/>
|
|
1426
|
+
<line num="620" count="10" type="stmt"/>
|
|
1427
|
+
<line num="622" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1428
|
+
<line num="623" count="8" type="stmt"/>
|
|
1429
|
+
<line num="627" count="3" type="stmt"/>
|
|
1430
|
+
<line num="628" count="3" type="stmt"/>
|
|
1431
|
+
<line num="631" count="5" type="stmt"/>
|
|
1432
|
+
<line num="636" count="5" type="stmt"/>
|
|
1433
|
+
<line num="637" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1434
|
+
<line num="639" count="3" type="stmt"/>
|
|
1435
|
+
<line num="640" count="3" type="stmt"/>
|
|
1436
|
+
<line num="644" count="1" type="stmt"/>
|
|
1437
|
+
<line num="645" count="1" type="stmt"/>
|
|
1438
|
+
<line num="646" count="5" type="stmt"/>
|
|
1439
|
+
<line num="651" count="125" type="stmt"/>
|
|
1440
|
+
<line num="659" count="125" type="stmt"/>
|
|
1441
|
+
<line num="667" count="250" type="stmt"/>
|
|
1442
|
+
<line num="668" count="250" type="cond" truecount="3" falsecount="0"/>
|
|
1443
|
+
<line num="670" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
1444
|
+
<line num="671" count="19" type="stmt"/>
|
|
1445
|
+
<line num="673" count="19" type="stmt"/>
|
|
1446
|
+
<line num="675" count="247" type="stmt"/>
|
|
1447
|
+
<line num="681" count="212" type="stmt"/>
|
|
1448
|
+
<line num="685" count="6" type="stmt"/>
|
|
1449
|
+
<line num="686" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1450
|
+
<line num="687" count="9" type="stmt"/>
|
|
1451
|
+
<line num="688" count="4" type="stmt"/>
|
|
1452
|
+
<line num="690" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1453
|
+
<line num="691" count="3" type="stmt"/>
|
|
1454
|
+
<line num="692" count="3" type="stmt"/>
|
|
1455
|
+
<line num="694" count="3" type="stmt"/>
|
|
1456
|
+
<line num="695" count="6" type="stmt"/>
|
|
1457
|
+
<line num="698" count="3" type="stmt"/>
|
|
1458
|
+
<line num="701" count="4" type="stmt"/>
|
|
1459
|
+
<line num="704" count="6" type="stmt"/>
|
|
1460
|
+
<line num="705" count="6" type="stmt"/>
|
|
1461
|
+
<line num="708" count="125" type="stmt"/>
|
|
1462
|
+
<line num="710" count="125" type="stmt"/>
|
|
1463
|
+
<line num="730" count="2" type="stmt"/>
|
|
1464
|
+
<line num="734" count="10" type="stmt"/>
|
|
1465
|
+
<line num="736" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1466
|
+
<line num="737" count="2" type="stmt"/>
|
|
1467
|
+
<line num="740" count="2" type="stmt"/>
|
|
1468
|
+
<line num="742" count="4" type="stmt"/>
|
|
1469
|
+
<line num="746" count="26" type="stmt"/>
|
|
1452
1470
|
</file>
|
|
1453
1471
|
<file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
|
|
1454
1472
|
<metrics statements="21" coveredstatements="21" conditionals="26" coveredconditionals="26" methods="20" coveredmethods="20"/>
|