@zeedhi/teknisa-components-common 1.45.0 → 1.48.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 +547 -576
- package/coverage/coverage-final.json +9 -9
- package/coverage/lcov-report/index.html +15 -15
- package/coverage/lcov.info +1078 -1143
- package/dist/tek-components-common.esm.js +497 -187
- package/dist/tek-components-common.umd.js +499 -188
- package/package.json +3 -2
- package/tests/__helpers__/mock-created-helper.ts +10 -0
- package/tests/unit/components/tek-datasource/memory-datasource.spec.ts +24 -0
- package/tests/unit/components/tek-datasource/rest-datasource.spec.ts +28 -1
- package/tests/unit/components/tek-grid/filter-helper.spec.ts +5 -2
- package/tests/unit/components/tek-grid/grid.spec.ts +37 -130
- package/tests/unit/components/tek-user-info/TekUserInfoContoller.spec.ts +234 -0
- package/tests/unit/components/tek-user-info/tek-user-info-list.spec.ts +85 -0
- package/tests/unit/components/tek-user-info/tek-user-info.spec.ts +395 -0
- package/types/components/index.d.ts +3 -0
- package/types/components/tek-grid/filter-helper.d.ts +0 -2
- package/types/components/tek-grid/interfaces.d.ts +3 -6
- package/types/components/tek-user-info/TekUserInfoController.d.ts +20 -0
- package/types/components/tek-user-info/interfaces.d.ts +27 -0
- package/types/components/tek-user-info/tek-user-info-list.d.ts +29 -0
- package/types/components/tek-user-info/tek-user-info.d.ts +37 -0
- package/types/utils/grid-base/grid-base.d.ts +1 -6
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="1648836816548" clover="3.2.0">
|
|
3
|
+
<project timestamp="1648836816548" name="All files">
|
|
4
|
+
<metrics statements="1193" coveredstatements="1193" conditionals="581" coveredconditionals="581" methods="281" coveredmethods="281" elements="2055" coveredelements="2055" complexity="0" loc="1193" ncloc="1193" packages="17" files="31" classes="31"/>
|
|
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">
|
|
@@ -223,234 +223,213 @@
|
|
|
223
223
|
</file>
|
|
224
224
|
</package>
|
|
225
225
|
<package name="src.components.tek-datasource">
|
|
226
|
-
<metrics statements="
|
|
226
|
+
<metrics statements="186" coveredstatements="186" conditionals="125" coveredconditionals="125" methods="42" coveredmethods="42"/>
|
|
227
227
|
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
|
|
228
228
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
229
229
|
<line num="19" count="24" type="stmt"/>
|
|
230
230
|
<line num="33" count="24" type="stmt"/>
|
|
231
231
|
</file>
|
|
232
232
|
<file name="memory-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
|
|
233
|
-
<metrics statements="
|
|
233
|
+
<metrics statements="108" coveredstatements="108" conditionals="83" coveredconditionals="83" methods="24" coveredmethods="24"/>
|
|
234
234
|
<line num="1" count="24" type="stmt"/>
|
|
235
235
|
<line num="4" count="24" type="stmt"/>
|
|
236
236
|
<line num="11" count="24" type="stmt"/>
|
|
237
|
-
<line num="21" count="
|
|
238
|
-
<line num="26" count="
|
|
239
|
-
<line num="31" count="
|
|
240
|
-
<line num="38" count="
|
|
241
|
-
<line num="40" count="
|
|
242
|
-
<line num="41" count="
|
|
243
|
-
<line num="42" count="
|
|
244
|
-
<line num="45" count="
|
|
245
|
-
<line num="46" count="
|
|
246
|
-
<line num="
|
|
247
|
-
<line num="
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
250
|
-
<line num="57" count="
|
|
237
|
+
<line num="21" count="15" type="stmt"/>
|
|
238
|
+
<line num="26" count="15" type="stmt"/>
|
|
239
|
+
<line num="31" count="15" type="stmt"/>
|
|
240
|
+
<line num="38" count="15" type="stmt"/>
|
|
241
|
+
<line num="40" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
242
|
+
<line num="41" count="10" type="stmt"/>
|
|
243
|
+
<line num="42" count="10" type="stmt"/>
|
|
244
|
+
<line num="45" count="15" type="stmt"/>
|
|
245
|
+
<line num="46" count="15" type="stmt"/>
|
|
246
|
+
<line num="47" count="15" type="stmt"/>
|
|
247
|
+
<line num="48" count="15" type="stmt"/>
|
|
248
|
+
<line num="52" count="17" type="stmt"/>
|
|
249
|
+
<line num="53" count="17" type="stmt"/>
|
|
250
|
+
<line num="57" count="79" type="cond" truecount="1" falsecount="0"/>
|
|
251
251
|
<line num="58" count="17" type="stmt"/>
|
|
252
252
|
<line num="59" count="17" type="stmt"/>
|
|
253
253
|
<line num="60" count="17" type="stmt"/>
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="
|
|
256
|
-
<line num="
|
|
257
|
-
<line num="70" count="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="
|
|
262
|
-
<line num="
|
|
254
|
+
<line num="61" count="17" type="stmt"/>
|
|
255
|
+
<line num="62" count="17" type="stmt"/>
|
|
256
|
+
<line num="66" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
257
|
+
<line num="70" count="6" type="stmt"/>
|
|
258
|
+
<line num="71" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
259
|
+
<line num="72" count="3" type="stmt"/>
|
|
260
|
+
<line num="74" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
261
|
+
<line num="75" count="2" type="stmt"/>
|
|
262
|
+
<line num="77" count="6" type="stmt"/>
|
|
263
|
+
<line num="81" count="5" type="stmt"/>
|
|
263
264
|
<line num="82" count="5" type="stmt"/>
|
|
264
|
-
<line num="
|
|
265
|
-
<line num="
|
|
266
|
-
<line num="
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="
|
|
269
|
-
<line num="
|
|
270
|
-
<line num="
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
265
|
+
<line num="84" count="5" type="stmt"/>
|
|
266
|
+
<line num="85" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
267
|
+
<line num="86" count="3" type="stmt"/>
|
|
268
|
+
<line num="91" count="5" type="stmt"/>
|
|
269
|
+
<line num="92" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
270
|
+
<line num="93" count="1" type="stmt"/>
|
|
271
|
+
<line num="97" count="5" type="stmt"/>
|
|
272
|
+
<line num="107" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
273
|
+
<line num="108" count="1" type="stmt"/>
|
|
273
274
|
<line num="109" count="1" type="stmt"/>
|
|
274
|
-
<line num="
|
|
275
|
-
<line num="
|
|
276
|
-
<line num="
|
|
277
|
-
<line num="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
275
|
+
<line num="111" count="1" type="stmt"/>
|
|
276
|
+
<line num="120" count="1" type="stmt"/>
|
|
277
|
+
<line num="121" count="1" type="stmt"/>
|
|
278
|
+
<line num="130" count="5" type="stmt"/>
|
|
279
|
+
<line num="131" count="5" type="stmt"/>
|
|
280
|
+
<line num="132" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
280
281
|
<line num="133" count="3" type="stmt"/>
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="154" count="9" type="stmt"/>
|
|
282
|
+
<line num="135" count="3" type="stmt"/>
|
|
283
|
+
<line num="138" count="5" type="stmt"/>
|
|
284
|
+
<line num="146" count="2" type="stmt"/>
|
|
285
|
+
<line num="147" count="2" type="stmt"/>
|
|
286
286
|
<line num="155" count="9" type="stmt"/>
|
|
287
|
-
<line num="156" count="9" type="
|
|
288
|
-
<line num="157" count="
|
|
289
|
-
<line num="158" count="
|
|
290
|
-
<line num="
|
|
291
|
-
<line num="
|
|
292
|
-
<line num="
|
|
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="
|
|
287
|
+
<line num="156" count="9" type="stmt"/>
|
|
288
|
+
<line num="157" count="9" type="stmt"/>
|
|
289
|
+
<line num="158" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
290
|
+
<line num="159" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
291
|
+
<line num="160" count="1" type="stmt"/>
|
|
292
|
+
<line num="164" count="1" type="stmt"/>
|
|
293
|
+
<line num="169" count="9" type="stmt"/>
|
|
294
|
+
<line num="178" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
295
|
+
<line num="181" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
296
|
+
<line num="187" count="1" type="stmt"/>
|
|
297
|
+
<line num="199" count="64" type="stmt"/>
|
|
298
|
+
<line num="201" count="64" type="cond" truecount="3" falsecount="0"/>
|
|
299
|
+
<line num="202" count="217" type="stmt"/>
|
|
300
|
+
<line num="205" count="64" type="cond" truecount="3" falsecount="0"/>
|
|
301
|
+
<line num="206" count="18" type="stmt"/>
|
|
302
302
|
<line num="212" count="217" type="stmt"/>
|
|
303
|
-
<line num="213" count="
|
|
304
|
-
<line num="214" count="223" type="
|
|
305
|
-
<line num="
|
|
306
|
-
<line num="
|
|
307
|
-
<line num="
|
|
308
|
-
<line num="219" count="
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="
|
|
311
|
-
<line num="
|
|
303
|
+
<line num="213" count="217" type="stmt"/>
|
|
304
|
+
<line num="214" count="223" type="stmt"/>
|
|
305
|
+
<line num="215" count="223" type="stmt"/>
|
|
306
|
+
<line num="216" count="234" type="cond" truecount="3" falsecount="0"/>
|
|
307
|
+
<line num="217" count="229" type="cond" truecount="3" falsecount="0"/>
|
|
308
|
+
<line num="219" count="227" type="stmt"/>
|
|
309
|
+
<line num="220" count="227" type="stmt"/>
|
|
310
|
+
<line num="221" count="227" type="cond" truecount="2" falsecount="0"/>
|
|
311
|
+
<line num="222" count="60" type="stmt"/>
|
|
312
|
+
<line num="224" count="30" type="cond" truecount="4" falsecount="0"/>
|
|
312
313
|
<line num="226" count="6" type="stmt"/>
|
|
313
314
|
<line num="227" count="6" type="stmt"/>
|
|
314
|
-
<line num="229" count="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="
|
|
317
|
-
<line num="
|
|
318
|
-
<line num="
|
|
319
|
-
<line num="
|
|
320
|
-
<line num="241" count="
|
|
321
|
-
<line num="243" count="
|
|
322
|
-
<line num="244" count="
|
|
323
|
-
<line num="246" count="
|
|
324
|
-
<line num="247" count="
|
|
325
|
-
<line num="249" count="
|
|
326
|
-
<line num="250" count="
|
|
327
|
-
<line num="252" count="
|
|
328
|
-
<line num="253" count="
|
|
315
|
+
<line num="229" count="6" type="stmt"/>
|
|
316
|
+
<line num="230" count="6" type="stmt"/>
|
|
317
|
+
<line num="232" count="12" type="cond" truecount="6" falsecount="0"/>
|
|
318
|
+
<line num="234" count="12" type="stmt"/>
|
|
319
|
+
<line num="236" count="6" type="stmt"/>
|
|
320
|
+
<line num="239" count="197" type="stmt"/>
|
|
321
|
+
<line num="241" count="197" type="cond" truecount="9" falsecount="0"/>
|
|
322
|
+
<line num="243" count="41" type="stmt"/>
|
|
323
|
+
<line num="244" count="41" type="stmt"/>
|
|
324
|
+
<line num="246" count="6" type="stmt"/>
|
|
325
|
+
<line num="247" count="6" type="stmt"/>
|
|
326
|
+
<line num="249" count="84" type="stmt"/>
|
|
327
|
+
<line num="250" count="84" type="stmt"/>
|
|
328
|
+
<line num="252" count="6" type="stmt"/>
|
|
329
|
+
<line num="253" count="6" type="stmt"/>
|
|
329
330
|
<line num="255" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
330
331
|
<line num="256" count="12" type="stmt"/>
|
|
331
332
|
<line num="258" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
332
333
|
<line num="259" count="12" type="stmt"/>
|
|
333
334
|
<line num="261" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
334
335
|
<line num="262" count="12" type="stmt"/>
|
|
335
|
-
<line num="264" count="12" type="
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="
|
|
336
|
+
<line num="264" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
337
|
+
<line num="265" count="12" type="stmt"/>
|
|
338
|
+
<line num="267" count="12" type="stmt"/>
|
|
339
|
+
<line num="275" count="217" type="stmt"/>
|
|
340
|
+
<line num="279" count="42" type="stmt"/>
|
|
341
|
+
<line num="283" count="24" type="stmt"/>
|
|
339
342
|
</file>
|
|
340
343
|
<file name="rest-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
|
|
341
|
-
<metrics statements="
|
|
344
|
+
<metrics statements="76" coveredstatements="76" conditionals="42" coveredconditionals="42" methods="18" coveredmethods="18"/>
|
|
342
345
|
<line num="1" count="24" type="stmt"/>
|
|
343
346
|
<line num="4" count="24" type="stmt"/>
|
|
344
347
|
<line num="11" count="24" type="stmt"/>
|
|
345
|
-
<line num="21" count="
|
|
346
|
-
<line num="26" count="
|
|
347
|
-
<line num="31" count="
|
|
348
|
-
<line num="38" count="
|
|
349
|
-
<line num="40" count="
|
|
350
|
-
<line num="41" count="
|
|
351
|
-
<line num="42" count="
|
|
352
|
-
<line num="44" count="
|
|
353
|
-
<line num="46" count="
|
|
354
|
-
<line num="47" count="
|
|
355
|
-
<line num="48" count="
|
|
356
|
-
<line num="
|
|
357
|
-
<line num="
|
|
358
|
-
<line num="
|
|
359
|
-
<line num="
|
|
360
|
-
<line num="60" count="
|
|
348
|
+
<line num="21" count="49" type="stmt"/>
|
|
349
|
+
<line num="26" count="49" type="stmt"/>
|
|
350
|
+
<line num="31" count="49" type="stmt"/>
|
|
351
|
+
<line num="38" count="49" type="stmt"/>
|
|
352
|
+
<line num="40" count="49" type="cond" truecount="1" falsecount="0"/>
|
|
353
|
+
<line num="41" count="44" type="stmt"/>
|
|
354
|
+
<line num="42" count="44" type="stmt"/>
|
|
355
|
+
<line num="44" count="49" type="stmt"/>
|
|
356
|
+
<line num="46" count="49" type="stmt"/>
|
|
357
|
+
<line num="47" count="49" type="stmt"/>
|
|
358
|
+
<line num="48" count="49" type="stmt"/>
|
|
359
|
+
<line num="49" count="49" type="cond" truecount="1" falsecount="0"/>
|
|
360
|
+
<line num="50" count="1" type="stmt"/>
|
|
361
|
+
<line num="55" count="7" type="stmt"/>
|
|
362
|
+
<line num="56" count="7" type="stmt"/>
|
|
363
|
+
<line num="60" count="85" type="cond" truecount="1" falsecount="0"/>
|
|
361
364
|
<line num="61" count="7" type="stmt"/>
|
|
362
365
|
<line num="62" count="7" type="stmt"/>
|
|
363
366
|
<line num="63" count="7" type="stmt"/>
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="73" count="
|
|
368
|
-
<line num="
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
367
|
+
<line num="64" count="7" type="stmt"/>
|
|
368
|
+
<line num="65" count="7" type="stmt"/>
|
|
369
|
+
<line num="69" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
370
|
+
<line num="73" count="6" type="stmt"/>
|
|
371
|
+
<line num="74" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
372
|
+
<line num="75" count="3" type="stmt"/>
|
|
373
|
+
<line num="77" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
374
|
+
<line num="78" count="2" type="stmt"/>
|
|
375
|
+
<line num="80" count="6" type="stmt"/>
|
|
376
|
+
<line num="84" count="5" type="stmt"/>
|
|
373
377
|
<line num="85" count="5" type="stmt"/>
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="
|
|
377
|
-
<line num="
|
|
378
|
-
<line num="
|
|
379
|
-
<line num="
|
|
380
|
-
<line num="
|
|
381
|
-
<line num="
|
|
382
|
-
<line num="
|
|
378
|
+
<line num="87" count="5" type="stmt"/>
|
|
379
|
+
<line num="88" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
380
|
+
<line num="89" count="3" type="stmt"/>
|
|
381
|
+
<line num="94" count="5" type="stmt"/>
|
|
382
|
+
<line num="95" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
383
|
+
<line num="96" count="1" type="stmt"/>
|
|
384
|
+
<line num="101" count="5" type="stmt"/>
|
|
385
|
+
<line num="111" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
386
|
+
<line num="112" count="1" type="stmt"/>
|
|
383
387
|
<line num="113" count="1" type="stmt"/>
|
|
384
|
-
<line num="
|
|
385
|
-
<line num="
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
389
|
-
<line num="
|
|
388
|
+
<line num="115" count="1" type="stmt"/>
|
|
389
|
+
<line num="124" count="1" type="stmt"/>
|
|
390
|
+
<line num="125" count="1" type="stmt"/>
|
|
391
|
+
<line num="134" count="7" type="stmt"/>
|
|
392
|
+
<line num="135" count="7" type="stmt"/>
|
|
393
|
+
<line num="136" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
390
394
|
<line num="137" count="5" type="stmt"/>
|
|
391
|
-
<line num="
|
|
392
|
-
<line num="
|
|
393
|
-
<line num="
|
|
394
|
-
<line num="
|
|
395
|
-
<line num="158" count="11" type="stmt"/>
|
|
395
|
+
<line num="139" count="5" type="stmt"/>
|
|
396
|
+
<line num="142" count="7" type="stmt"/>
|
|
397
|
+
<line num="150" count="2" type="stmt"/>
|
|
398
|
+
<line num="151" count="2" type="stmt"/>
|
|
396
399
|
<line num="159" count="11" type="stmt"/>
|
|
397
|
-
<line num="160" count="11" type="
|
|
398
|
-
<line num="161" count="
|
|
399
|
-
<line num="162" count="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="194" count="36" type="
|
|
407
|
-
<line num="195" count="
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="
|
|
410
|
-
<line num="
|
|
411
|
-
<line num="
|
|
412
|
-
<line num="
|
|
413
|
-
<line num="
|
|
414
|
-
<line num="
|
|
415
|
-
<line num="
|
|
400
|
+
<line num="160" count="11" type="stmt"/>
|
|
401
|
+
<line num="161" count="11" type="stmt"/>
|
|
402
|
+
<line num="162" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
403
|
+
<line num="163" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
404
|
+
<line num="164" count="1" type="stmt"/>
|
|
405
|
+
<line num="168" count="1" type="stmt"/>
|
|
406
|
+
<line num="173" count="11" type="stmt"/>
|
|
407
|
+
<line num="182" count="25" type="cond" truecount="4" falsecount="0"/>
|
|
408
|
+
<line num="185" count="23" type="cond" truecount="4" falsecount="0"/>
|
|
409
|
+
<line num="194" count="36" type="stmt"/>
|
|
410
|
+
<line num="195" count="72" type="cond" truecount="2" falsecount="0"/>
|
|
411
|
+
<line num="196" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
412
|
+
<line num="197" count="15" type="stmt"/>
|
|
413
|
+
<line num="199" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
414
|
+
<line num="202" count="36" type="cond" truecount="3" falsecount="0"/>
|
|
415
|
+
<line num="203" count="10" type="stmt"/>
|
|
416
|
+
<line num="206" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
417
|
+
<line num="207" count="4" type="stmt"/>
|
|
418
|
+
<line num="209" count="36" type="stmt"/>
|
|
419
|
+
<line num="213" count="3" type="stmt"/>
|
|
420
|
+
<line num="222" count="24" type="stmt"/>
|
|
416
421
|
</file>
|
|
417
422
|
</package>
|
|
418
423
|
<package name="src.components.tek-grid">
|
|
419
|
-
<metrics statements="
|
|
424
|
+
<metrics statements="443" coveredstatements="443" conditionals="201" coveredconditionals="201" methods="113" coveredmethods="113"/>
|
|
420
425
|
<file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
|
|
421
|
-
<metrics statements="
|
|
426
|
+
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
422
427
|
<line num="1" count="24" type="stmt"/>
|
|
423
|
-
<line num="
|
|
424
|
-
<line num="6" count="
|
|
425
|
-
<line num="
|
|
426
|
-
<line num="
|
|
427
|
-
<line num="
|
|
428
|
-
<line num="22" count="1" type="stmt"/>
|
|
429
|
-
<line num="23" count="1" type="stmt"/>
|
|
430
|
-
<line num="24" count="1" type="stmt"/>
|
|
431
|
-
<line num="30" count="1" type="stmt"/>
|
|
432
|
-
<line num="31" count="1" type="stmt"/>
|
|
433
|
-
<line num="32" count="1" type="stmt"/>
|
|
434
|
-
<line num="38" count="1" type="stmt"/>
|
|
435
|
-
<line num="39" count="1" type="stmt"/>
|
|
436
|
-
<line num="40" count="1" type="stmt"/>
|
|
437
|
-
<line num="46" count="1" type="stmt"/>
|
|
438
|
-
<line num="47" count="1" type="stmt"/>
|
|
439
|
-
<line num="48" count="1" type="stmt"/>
|
|
440
|
-
<line num="54" count="1" type="stmt"/>
|
|
441
|
-
<line num="55" count="1" type="stmt"/>
|
|
442
|
-
<line num="56" count="1" type="stmt"/>
|
|
443
|
-
<line num="62" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
444
|
-
<line num="63" count="16" type="stmt"/>
|
|
445
|
-
<line num="65" count="3" type="stmt"/>
|
|
446
|
-
<line num="69" count="14" type="stmt"/>
|
|
447
|
-
<line num="73" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
448
|
-
<line num="75" count="13" type="stmt"/>
|
|
449
|
-
<line num="76" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
450
|
-
<line num="77" count="12" type="stmt"/>
|
|
451
|
-
<line num="79" count="7" type="stmt"/>
|
|
452
|
-
<line num="83" count="2" type="stmt"/>
|
|
453
|
-
<line num="90" count="2" type="stmt"/>
|
|
428
|
+
<line num="4" count="24" type="stmt"/>
|
|
429
|
+
<line num="6" count="2" type="stmt"/>
|
|
430
|
+
<line num="10" count="13" type="stmt"/>
|
|
431
|
+
<line num="14" count="2" type="stmt"/>
|
|
432
|
+
<line num="18" count="2" type="stmt"/>
|
|
454
433
|
</file>
|
|
455
434
|
<file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
|
|
456
435
|
<metrics statements="47" coveredstatements="47" conditionals="15" coveredconditionals="15" methods="13" coveredmethods="13"/>
|
|
@@ -482,23 +461,23 @@
|
|
|
482
461
|
<line num="132" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
483
462
|
<line num="135" count="10" type="stmt"/>
|
|
484
463
|
<line num="142" count="10" type="stmt"/>
|
|
485
|
-
<line num="146" count="
|
|
486
|
-
<line num="150" count="
|
|
487
|
-
<line num="151" count="
|
|
488
|
-
<line num="152" count="
|
|
464
|
+
<line num="146" count="739" type="stmt"/>
|
|
465
|
+
<line num="150" count="195" type="stmt"/>
|
|
466
|
+
<line num="151" count="195" type="stmt"/>
|
|
467
|
+
<line num="152" count="195" type="cond" truecount="1" falsecount="0"/>
|
|
489
468
|
<line num="153" count="22" type="stmt"/>
|
|
490
|
-
<line num="158" count="
|
|
491
|
-
<line num="162" count="
|
|
492
|
-
<line num="163" count="
|
|
493
|
-
<line num="164" count="
|
|
469
|
+
<line num="158" count="478" type="stmt"/>
|
|
470
|
+
<line num="162" count="195" type="stmt"/>
|
|
471
|
+
<line num="163" count="195" type="stmt"/>
|
|
472
|
+
<line num="164" count="195" type="cond" truecount="1" falsecount="0"/>
|
|
494
473
|
<line num="165" count="13" type="stmt"/>
|
|
495
|
-
<line num="170" count="
|
|
496
|
-
<line num="174" count="
|
|
497
|
-
<line num="175" count="
|
|
498
|
-
<line num="176" count="
|
|
474
|
+
<line num="170" count="260" type="stmt"/>
|
|
475
|
+
<line num="174" count="193" type="stmt"/>
|
|
476
|
+
<line num="175" count="193" type="stmt"/>
|
|
477
|
+
<line num="176" count="193" type="cond" truecount="1" falsecount="0"/>
|
|
499
478
|
<line num="177" count="1" type="stmt"/>
|
|
500
|
-
<line num="182" count="
|
|
501
|
-
<line num="186" count="
|
|
479
|
+
<line num="182" count="428" type="cond" truecount="2" falsecount="0"/>
|
|
480
|
+
<line num="186" count="576" type="stmt"/>
|
|
502
481
|
<line num="191" count="36" type="stmt"/>
|
|
503
482
|
<line num="192" count="29" type="stmt"/>
|
|
504
483
|
</file>
|
|
@@ -549,277 +528,277 @@
|
|
|
549
528
|
<line num="16" count="24" type="stmt"/>
|
|
550
529
|
<line num="17" count="24" type="stmt"/>
|
|
551
530
|
<line num="30" count="24" type="stmt"/>
|
|
552
|
-
<line num="32" count="
|
|
553
|
-
<line num="35" count="
|
|
554
|
-
<line num="38" count="
|
|
555
|
-
<line num="41" count="
|
|
556
|
-
<line num="44" count="
|
|
557
|
-
<line num="47" count="
|
|
558
|
-
<line num="50" count="
|
|
559
|
-
<line num="53" count="
|
|
560
|
-
<line num="56" count="
|
|
561
|
-
<line num="65" count="
|
|
562
|
-
<line num="71" count="
|
|
563
|
-
<line num="77" count="
|
|
564
|
-
<line num="87" count="
|
|
565
|
-
<line num="92" count="
|
|
566
|
-
<line num="97" count="
|
|
567
|
-
<line num="128" count="
|
|
568
|
-
<line num="133" count="
|
|
569
|
-
<line num="135" count="
|
|
570
|
-
<line num="137" count="
|
|
571
|
-
<line num="139" count="
|
|
572
|
-
<line num="141" count="
|
|
573
|
-
<line num="143" count="
|
|
574
|
-
<line num="160" count="
|
|
575
|
-
<line num="166" count="
|
|
576
|
-
<line num="167" count="
|
|
577
|
-
<line num="168" count="
|
|
578
|
-
<line num="169" count="
|
|
579
|
-
<line num="170" count="
|
|
580
|
-
<line num="171" count="
|
|
581
|
-
<line num="172" count="
|
|
582
|
-
<line num="173" count="
|
|
583
|
-
<line num="178" count="
|
|
584
|
-
<line num="179" count="
|
|
585
|
-
<line num="180" count="
|
|
586
|
-
<line num="181" count="
|
|
587
|
-
<line num="182" count="
|
|
588
|
-
<line num="183" count="
|
|
589
|
-
<line num="184" count="
|
|
590
|
-
<line num="185" count="
|
|
591
|
-
<line num="186" count="
|
|
592
|
-
<line num="187" count="
|
|
593
|
-
<line num="188" count="
|
|
594
|
-
<line num="190" count="
|
|
531
|
+
<line num="32" count="97" type="stmt"/>
|
|
532
|
+
<line num="35" count="97" type="stmt"/>
|
|
533
|
+
<line num="38" count="97" type="stmt"/>
|
|
534
|
+
<line num="41" count="97" type="stmt"/>
|
|
535
|
+
<line num="44" count="97" type="stmt"/>
|
|
536
|
+
<line num="47" count="97" type="stmt"/>
|
|
537
|
+
<line num="50" count="97" type="stmt"/>
|
|
538
|
+
<line num="53" count="97" type="stmt"/>
|
|
539
|
+
<line num="56" count="97" type="stmt"/>
|
|
540
|
+
<line num="65" count="97" type="stmt"/>
|
|
541
|
+
<line num="71" count="97" type="stmt"/>
|
|
542
|
+
<line num="77" count="97" type="stmt"/>
|
|
543
|
+
<line num="87" count="97" type="stmt"/>
|
|
544
|
+
<line num="92" count="97" type="stmt"/>
|
|
545
|
+
<line num="97" count="97" type="stmt"/>
|
|
546
|
+
<line num="128" count="97" type="stmt"/>
|
|
547
|
+
<line num="133" count="97" type="stmt"/>
|
|
548
|
+
<line num="135" count="97" type="stmt"/>
|
|
549
|
+
<line num="137" count="97" type="stmt"/>
|
|
550
|
+
<line num="139" count="97" type="stmt"/>
|
|
551
|
+
<line num="141" count="97" type="stmt"/>
|
|
552
|
+
<line num="143" count="97" type="stmt"/>
|
|
553
|
+
<line num="160" count="97" type="stmt"/>
|
|
554
|
+
<line num="166" count="97" type="stmt"/>
|
|
555
|
+
<line num="167" count="97" type="stmt"/>
|
|
556
|
+
<line num="168" count="97" type="stmt"/>
|
|
557
|
+
<line num="169" count="97" type="stmt"/>
|
|
558
|
+
<line num="170" count="97" type="stmt"/>
|
|
559
|
+
<line num="171" count="97" type="stmt"/>
|
|
560
|
+
<line num="172" count="97" type="stmt"/>
|
|
561
|
+
<line num="173" count="97" type="stmt"/>
|
|
562
|
+
<line num="178" count="97" type="stmt"/>
|
|
563
|
+
<line num="179" count="97" type="stmt"/>
|
|
564
|
+
<line num="180" count="97" type="stmt"/>
|
|
565
|
+
<line num="181" count="97" type="stmt"/>
|
|
566
|
+
<line num="182" count="97" type="stmt"/>
|
|
567
|
+
<line num="183" count="97" type="stmt"/>
|
|
568
|
+
<line num="184" count="97" type="cond" truecount="2" falsecount="0"/>
|
|
569
|
+
<line num="185" count="97" type="stmt"/>
|
|
570
|
+
<line num="186" count="97" type="stmt"/>
|
|
571
|
+
<line num="187" count="97" type="cond" truecount="2" falsecount="0"/>
|
|
572
|
+
<line num="188" count="97" type="stmt"/>
|
|
573
|
+
<line num="190" count="97" type="cond" truecount="1" falsecount="0"/>
|
|
595
574
|
<line num="191" count="4" type="stmt"/>
|
|
596
|
-
<line num="194" count="
|
|
597
|
-
<line num="195" count="
|
|
598
|
-
<line num="196" count="
|
|
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="
|
|
575
|
+
<line num="194" count="97" type="stmt"/>
|
|
576
|
+
<line num="195" count="97" type="stmt"/>
|
|
577
|
+
<line num="196" count="97" type="stmt"/>
|
|
578
|
+
<line num="197" count="97" type="stmt"/>
|
|
579
|
+
<line num="199" count="97" type="cond" truecount="4" falsecount="0"/>
|
|
580
|
+
<line num="203" count="32" type="stmt"/>
|
|
581
|
+
<line num="204" count="32" type="stmt"/>
|
|
582
|
+
<line num="205" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
583
|
+
<line num="206" count="32" type="stmt"/>
|
|
584
|
+
<line num="211" count="32" type="stmt"/>
|
|
585
|
+
<line num="218" count="97" type="stmt"/>
|
|
586
|
+
<line num="226" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
587
|
+
<line num="227" count="1" type="stmt"/>
|
|
608
588
|
<line num="228" count="1" type="stmt"/>
|
|
609
|
-
<line num="
|
|
589
|
+
<line num="236" count="1" type="stmt"/>
|
|
610
590
|
<line num="237" count="1" type="stmt"/>
|
|
611
591
|
<line num="238" count="1" type="stmt"/>
|
|
612
|
-
<line num="
|
|
592
|
+
<line num="246" count="5" type="stmt"/>
|
|
613
593
|
<line num="247" count="5" type="stmt"/>
|
|
614
|
-
<line num="
|
|
594
|
+
<line num="251" count="3" type="stmt"/>
|
|
615
595
|
<line num="252" count="3" type="stmt"/>
|
|
616
|
-
<line num="
|
|
596
|
+
<line num="256" count="1" type="stmt"/>
|
|
617
597
|
<line num="257" count="1" type="stmt"/>
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="262" count="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="275" count="
|
|
623
|
-
<line num="276" count="1" type="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="
|
|
598
|
+
<line num="261" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
599
|
+
<line num="262" count="1" type="stmt"/>
|
|
600
|
+
<line num="270" count="163" type="stmt"/>
|
|
601
|
+
<line num="274" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
602
|
+
<line num="275" count="1" type="stmt"/>
|
|
603
|
+
<line num="276" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
604
|
+
<line num="278" count="1" type="stmt"/>
|
|
605
|
+
<line num="282" count="2" type="stmt"/>
|
|
606
|
+
<line num="293" count="2" type="stmt"/>
|
|
627
607
|
<line num="294" count="2" type="stmt"/>
|
|
628
|
-
<line num="295" count="
|
|
629
|
-
<line num="
|
|
630
|
-
<line num="
|
|
608
|
+
<line num="295" count="1" type="stmt"/>
|
|
609
|
+
<line num="297" count="2" type="stmt"/>
|
|
610
|
+
<line num="301" count="2" type="stmt"/>
|
|
631
611
|
<line num="302" count="2" type="stmt"/>
|
|
632
612
|
<line num="303" count="2" type="stmt"/>
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="307" count="
|
|
613
|
+
<line num="306" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
614
|
+
<line num="307" count="1" type="stmt"/>
|
|
635
615
|
<line num="308" count="1" type="stmt"/>
|
|
636
|
-
<line num="
|
|
637
|
-
<line num="
|
|
638
|
-
<line num="
|
|
639
|
-
<line num="
|
|
640
|
-
<line num="
|
|
641
|
-
<line num="330" count="
|
|
642
|
-
<line num="
|
|
643
|
-
<line num="333" count="
|
|
644
|
-
<line num="334" count="
|
|
645
|
-
<line num="335" count="
|
|
646
|
-
<line num="336" count="
|
|
647
|
-
<line num="
|
|
648
|
-
<line num="341" count="
|
|
649
|
-
<line num="342" count="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="
|
|
652
|
-
<line num="350" count="
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="
|
|
655
|
-
<line num="357" count="
|
|
656
|
-
<line num="358" count="43" type="
|
|
657
|
-
<line num="359" count="
|
|
658
|
-
<line num="360" count="
|
|
659
|
-
<line num="361" count="
|
|
660
|
-
<line num="362" count="
|
|
661
|
-
<line num="
|
|
662
|
-
<line num="
|
|
663
|
-
<line num="
|
|
616
|
+
<line num="311" count="2" type="stmt"/>
|
|
617
|
+
<line num="317" count="2" type="stmt"/>
|
|
618
|
+
<line num="320" count="97" type="stmt"/>
|
|
619
|
+
<line num="322" count="97" type="stmt"/>
|
|
620
|
+
<line num="329" count="97" type="stmt"/>
|
|
621
|
+
<line num="330" count="97" type="stmt"/>
|
|
622
|
+
<line num="332" count="97" type="stmt"/>
|
|
623
|
+
<line num="333" count="97" type="stmt"/>
|
|
624
|
+
<line num="334" count="97" type="stmt"/>
|
|
625
|
+
<line num="335" count="97" type="stmt"/>
|
|
626
|
+
<line num="336" count="97" type="stmt"/>
|
|
627
|
+
<line num="340" count="97" type="stmt"/>
|
|
628
|
+
<line num="341" count="58" type="cond" truecount="4" falsecount="0"/>
|
|
629
|
+
<line num="342" count="12" type="stmt"/>
|
|
630
|
+
<line num="345" count="58" type="stmt"/>
|
|
631
|
+
<line num="349" count="97" type="cond" truecount="1" falsecount="0"/>
|
|
632
|
+
<line num="350" count="45" type="stmt"/>
|
|
633
|
+
<line num="354" count="43" type="stmt"/>
|
|
634
|
+
<line num="356" count="48" type="stmt"/>
|
|
635
|
+
<line num="357" count="43" type="stmt"/>
|
|
636
|
+
<line num="358" count="43" type="cond" truecount="5" falsecount="0"/>
|
|
637
|
+
<line num="359" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
638
|
+
<line num="360" count="13" type="stmt"/>
|
|
639
|
+
<line num="361" count="11" type="stmt"/>
|
|
640
|
+
<line num="362" count="8" type="stmt"/>
|
|
641
|
+
<line num="365" count="11" type="stmt"/>
|
|
642
|
+
<line num="368" count="12" type="stmt"/>
|
|
643
|
+
<line num="370" count="31" type="stmt"/>
|
|
664
644
|
<line num="371" count="31" type="stmt"/>
|
|
665
|
-
<line num="
|
|
666
|
-
<line num="375" count="43" type="
|
|
667
|
-
<line num="
|
|
668
|
-
<line num="379" count="
|
|
669
|
-
<line num="
|
|
670
|
-
<line num="382" count="
|
|
671
|
-
<line num="
|
|
645
|
+
<line num="374" count="43" type="cond" truecount="3" falsecount="0"/>
|
|
646
|
+
<line num="375" count="43" type="stmt"/>
|
|
647
|
+
<line num="378" count="43" type="cond" truecount="3" falsecount="0"/>
|
|
648
|
+
<line num="379" count="1" type="stmt"/>
|
|
649
|
+
<line num="381" count="43" type="cond" truecount="1" falsecount="0"/>
|
|
650
|
+
<line num="382" count="1" type="stmt"/>
|
|
651
|
+
<line num="387" count="12" type="stmt"/>
|
|
672
652
|
<line num="388" count="12" type="stmt"/>
|
|
673
653
|
<line num="389" count="12" type="stmt"/>
|
|
674
|
-
<line num="
|
|
675
|
-
<line num="392" count="
|
|
654
|
+
<line num="391" count="12" type="stmt"/>
|
|
655
|
+
<line num="392" count="49" type="stmt"/>
|
|
676
656
|
<line num="393" count="49" type="stmt"/>
|
|
677
|
-
<line num="394" count="
|
|
678
|
-
<line num="395" count="54" type="
|
|
679
|
-
<line num="396" count="
|
|
680
|
-
<line num="397" count="
|
|
681
|
-
<line num="
|
|
682
|
-
<line num="
|
|
657
|
+
<line num="394" count="54" type="stmt"/>
|
|
658
|
+
<line num="395" count="54" type="cond" truecount="3" falsecount="0"/>
|
|
659
|
+
<line num="396" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
660
|
+
<line num="397" count="21" type="stmt"/>
|
|
661
|
+
<line num="399" count="25" type="stmt"/>
|
|
662
|
+
<line num="401" count="25" type="stmt"/>
|
|
683
663
|
<line num="402" count="25" type="stmt"/>
|
|
684
664
|
<line num="403" count="25" type="stmt"/>
|
|
685
|
-
<line num="
|
|
686
|
-
<line num="408" count="
|
|
687
|
-
<line num="
|
|
688
|
-
<line num="
|
|
689
|
-
<line num="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="420" count="
|
|
692
|
-
<line num="
|
|
693
|
-
<line num="423" count="
|
|
694
|
-
<line num="
|
|
695
|
-
<line num="430" count="
|
|
696
|
-
<line num="431" count="
|
|
697
|
-
<line num="
|
|
698
|
-
<line num="
|
|
699
|
-
<line num="
|
|
700
|
-
<line num="447" count="
|
|
701
|
-
<line num="
|
|
702
|
-
<line num="452" count="25" type="
|
|
703
|
-
<line num="
|
|
704
|
-
<line num="466" count="
|
|
705
|
-
<line num="
|
|
665
|
+
<line num="407" count="49" type="stmt"/>
|
|
666
|
+
<line num="408" count="54" type="stmt"/>
|
|
667
|
+
<line num="411" count="49" type="stmt"/>
|
|
668
|
+
<line num="413" count="54" type="stmt"/>
|
|
669
|
+
<line num="416" count="49" type="stmt"/>
|
|
670
|
+
<line num="419" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
671
|
+
<line num="420" count="10" type="stmt"/>
|
|
672
|
+
<line num="422" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
673
|
+
<line num="423" count="9" type="stmt"/>
|
|
674
|
+
<line num="429" count="109" type="stmt"/>
|
|
675
|
+
<line num="430" count="109" type="stmt"/>
|
|
676
|
+
<line num="431" count="13" type="stmt"/>
|
|
677
|
+
<line num="439" count="13" type="stmt"/>
|
|
678
|
+
<line num="441" count="13" type="stmt"/>
|
|
679
|
+
<line num="446" count="207" type="cond" truecount="2" falsecount="0"/>
|
|
680
|
+
<line num="447" count="109" type="stmt"/>
|
|
681
|
+
<line num="451" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
682
|
+
<line num="452" count="25" type="stmt"/>
|
|
683
|
+
<line num="465" count="25" type="stmt"/>
|
|
684
|
+
<line num="466" count="8" type="stmt"/>
|
|
685
|
+
<line num="468" count="25" type="stmt"/>
|
|
706
686
|
<line num="469" count="25" type="stmt"/>
|
|
707
687
|
<line num="470" count="25" type="stmt"/>
|
|
708
|
-
<line num="
|
|
709
|
-
<line num="475" count="
|
|
710
|
-
<line num="
|
|
711
|
-
<line num="479" count="
|
|
712
|
-
<line num="480" count="
|
|
713
|
-
<line num="
|
|
714
|
-
<line num="491" count="
|
|
715
|
-
<line num="
|
|
716
|
-
<line num="
|
|
717
|
-
<line num="501" count="
|
|
718
|
-
<line num="
|
|
719
|
-
<line num="
|
|
720
|
-
<line num="516" count="
|
|
721
|
-
<line num="
|
|
688
|
+
<line num="474" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
689
|
+
<line num="475" count="20" type="stmt"/>
|
|
690
|
+
<line num="478" count="11" type="stmt"/>
|
|
691
|
+
<line num="479" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
692
|
+
<line num="480" count="9" type="stmt"/>
|
|
693
|
+
<line num="490" count="9" type="stmt"/>
|
|
694
|
+
<line num="491" count="4" type="stmt"/>
|
|
695
|
+
<line num="494" count="9" type="stmt"/>
|
|
696
|
+
<line num="500" count="38" type="stmt"/>
|
|
697
|
+
<line num="501" count="30" type="stmt"/>
|
|
698
|
+
<line num="511" count="135" type="cond" truecount="2" falsecount="0"/>
|
|
699
|
+
<line num="515" count="90" type="cond" truecount="1" falsecount="0"/>
|
|
700
|
+
<line num="516" count="86" type="stmt"/>
|
|
701
|
+
<line num="518" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
722
702
|
<line num="519" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
723
|
-
<line num="520" count="86" type="cond" truecount="
|
|
703
|
+
<line num="520" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
724
704
|
<line num="521" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="524" count="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="531" count="
|
|
729
|
-
<line num="532" count="
|
|
705
|
+
<line num="523" count="86" type="cond" truecount="1" falsecount="0"/>
|
|
706
|
+
<line num="524" count="78" type="stmt"/>
|
|
707
|
+
<line num="530" count="49" type="cond" truecount="1" falsecount="0"/>
|
|
708
|
+
<line num="531" count="19" type="stmt"/>
|
|
709
|
+
<line num="532" count="45" type="stmt"/>
|
|
730
710
|
<line num="533" count="45" type="stmt"/>
|
|
731
|
-
<line num="534" count="45" type="
|
|
732
|
-
<line num="535" count="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
711
|
+
<line num="534" count="45" type="cond" truecount="1" falsecount="0"/>
|
|
712
|
+
<line num="535" count="10" type="stmt"/>
|
|
713
|
+
<line num="543" count="45" type="stmt"/>
|
|
714
|
+
<line num="545" count="45" type="stmt"/>
|
|
735
715
|
<line num="546" count="45" type="stmt"/>
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
716
|
+
<line num="553" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
717
|
+
<line num="555" count="3" type="stmt"/>
|
|
718
|
+
<line num="561" count="3" type="stmt"/>
|
|
719
|
+
<line num="565" count="12" type="stmt"/>
|
|
740
720
|
<line num="566" count="12" type="stmt"/>
|
|
741
|
-
<line num="567" count="
|
|
721
|
+
<line num="567" count="27" type="stmt"/>
|
|
742
722
|
<line num="568" count="27" type="stmt"/>
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="571" count="
|
|
745
|
-
<line num="572" count="
|
|
746
|
-
<line num="573" count="
|
|
747
|
-
<line num="574" count="
|
|
748
|
-
<line num="575" count="
|
|
749
|
-
<line num="576" count="
|
|
750
|
-
<line num="577" count="
|
|
751
|
-
<line num="
|
|
752
|
-
<line num="
|
|
753
|
-
<line num="
|
|
754
|
-
<line num="588" count="2" type="
|
|
755
|
-
<line num="
|
|
756
|
-
<line num="
|
|
757
|
-
<line num="
|
|
723
|
+
<line num="570" count="27" type="cond" truecount="2" falsecount="0"/>
|
|
724
|
+
<line num="571" count="12" type="stmt"/>
|
|
725
|
+
<line num="572" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
726
|
+
<line num="573" count="9" type="stmt"/>
|
|
727
|
+
<line num="574" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
728
|
+
<line num="575" count="2" type="stmt"/>
|
|
729
|
+
<line num="576" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
730
|
+
<line num="577" count="2" type="stmt"/>
|
|
731
|
+
<line num="579" count="2" type="stmt"/>
|
|
732
|
+
<line num="583" count="12" type="stmt"/>
|
|
733
|
+
<line num="587" count="2" type="stmt"/>
|
|
734
|
+
<line num="588" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
735
|
+
<line num="592" count="22" type="cond" truecount="3" falsecount="0"/>
|
|
736
|
+
<line num="594" count="20" type="stmt"/>
|
|
737
|
+
<line num="598" count="25" type="stmt"/>
|
|
758
738
|
<line num="599" count="25" type="stmt"/>
|
|
759
|
-
<line num="600" count="25" type="
|
|
760
|
-
<line num="601" count="
|
|
761
|
-
<line num="
|
|
739
|
+
<line num="600" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
740
|
+
<line num="601" count="21" type="stmt"/>
|
|
741
|
+
<line num="603" count="25" type="stmt"/>
|
|
762
742
|
<line num="604" count="25" type="stmt"/>
|
|
763
743
|
<line num="605" count="25" type="stmt"/>
|
|
764
|
-
<line num="
|
|
765
|
-
<line num="610" count="
|
|
744
|
+
<line num="609" count="3" type="stmt"/>
|
|
745
|
+
<line num="610" count="1" type="stmt"/>
|
|
766
746
|
<line num="611" count="1" type="stmt"/>
|
|
767
747
|
<line num="612" count="1" type="stmt"/>
|
|
768
|
-
<line num="
|
|
769
|
-
<line num="
|
|
770
|
-
<line num="
|
|
771
|
-
<line num="626" count="
|
|
772
|
-
<line num="
|
|
773
|
-
<line num="629" count="15" type="
|
|
774
|
-
<line num="
|
|
775
|
-
<line num="632" count="13" type="
|
|
776
|
-
<line num="633" count="
|
|
777
|
-
<line num="634" count="
|
|
778
|
-
<line num="
|
|
779
|
-
<line num="
|
|
780
|
-
<line num="
|
|
781
|
-
<line num="642" count="
|
|
782
|
-
<line num="
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="651" count="
|
|
785
|
-
<line num="
|
|
786
|
-
<line num="654" count="10" type="
|
|
787
|
-
<line num="
|
|
788
|
-
<line num="
|
|
789
|
-
<line num="659" count="
|
|
790
|
-
<line num="660" count="
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
793
|
-
<line num="
|
|
794
|
-
<line num="
|
|
795
|
-
<line num="670" count="
|
|
796
|
-
<line num="
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="679" count="3" type="
|
|
799
|
-
<line num="680" count="
|
|
800
|
-
<line num="681" count="
|
|
801
|
-
<line num="682" count="
|
|
802
|
-
<line num="
|
|
803
|
-
<line num="688" count="3" type="
|
|
804
|
-
<line num="689" count="
|
|
805
|
-
<line num="
|
|
806
|
-
<line num="701" count="
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
810
|
-
<line num="718" count="
|
|
811
|
-
<line num="
|
|
812
|
-
<line num="
|
|
813
|
-
<line num="734" count="
|
|
814
|
-
<line num="
|
|
815
|
-
<line num="
|
|
816
|
-
<line num="
|
|
817
|
-
<line num="750" count="2" type="stmt"/>
|
|
748
|
+
<line num="617" count="4" type="stmt"/>
|
|
749
|
+
<line num="621" count="28" type="cond" truecount="3" falsecount="0"/>
|
|
750
|
+
<line num="625" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
751
|
+
<line num="626" count="2" type="stmt"/>
|
|
752
|
+
<line num="628" count="15" type="stmt"/>
|
|
753
|
+
<line num="629" count="15" type="cond" truecount="3" falsecount="0"/>
|
|
754
|
+
<line num="631" count="13" type="stmt"/>
|
|
755
|
+
<line num="632" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
756
|
+
<line num="633" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
757
|
+
<line num="634" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
758
|
+
<line num="636" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
759
|
+
<line num="639" count="13" type="stmt"/>
|
|
760
|
+
<line num="641" count="13" type="cond" truecount="5" falsecount="0"/>
|
|
761
|
+
<line num="642" count="6" type="stmt"/>
|
|
762
|
+
<line num="644" count="7" type="stmt"/>
|
|
763
|
+
<line num="650" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
764
|
+
<line num="651" count="1" type="stmt"/>
|
|
765
|
+
<line num="653" count="10" type="stmt"/>
|
|
766
|
+
<line num="654" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
767
|
+
<line num="656" count="9" type="stmt"/>
|
|
768
|
+
<line num="658" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
769
|
+
<line num="659" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
770
|
+
<line num="660" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
771
|
+
<line num="662" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
772
|
+
<line num="665" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
773
|
+
<line num="667" count="9" type="stmt"/>
|
|
774
|
+
<line num="669" count="9" type="cond" truecount="5" falsecount="0"/>
|
|
775
|
+
<line num="670" count="3" type="stmt"/>
|
|
776
|
+
<line num="672" count="6" type="stmt"/>
|
|
777
|
+
<line num="678" count="3" type="stmt"/>
|
|
778
|
+
<line num="679" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
779
|
+
<line num="680" count="1" type="stmt"/>
|
|
780
|
+
<line num="681" count="2" type="cond" truecount="5" falsecount="0"/>
|
|
781
|
+
<line num="682" count="1" type="stmt"/>
|
|
782
|
+
<line num="687" count="3" type="stmt"/>
|
|
783
|
+
<line num="688" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
784
|
+
<line num="689" count="2" type="stmt"/>
|
|
785
|
+
<line num="700" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
786
|
+
<line num="701" count="1" type="stmt"/>
|
|
787
|
+
<line num="703" count="1" type="stmt"/>
|
|
788
|
+
<line num="707" count="2" type="stmt"/>
|
|
789
|
+
<line num="717" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
790
|
+
<line num="718" count="1" type="stmt"/>
|
|
791
|
+
<line num="722" count="2" type="stmt"/>
|
|
792
|
+
<line num="733" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
793
|
+
<line num="734" count="1" type="stmt"/>
|
|
794
|
+
<line num="738" count="1" type="stmt"/>
|
|
795
|
+
<line num="745" count="1" type="stmt"/>
|
|
796
|
+
<line num="749" count="2" type="stmt"/>
|
|
818
797
|
</file>
|
|
819
798
|
<file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
820
799
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
821
|
-
<line num="
|
|
822
|
-
<line num="
|
|
800
|
+
<line num="91" count="24" type="stmt"/>
|
|
801
|
+
<line num="92" count="24" type="stmt"/>
|
|
823
802
|
</file>
|
|
824
803
|
<file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
|
|
825
804
|
<metrics statements="83" coveredstatements="83" conditionals="43" coveredconditionals="43" methods="18" coveredmethods="18"/>
|
|
@@ -1142,26 +1121,26 @@
|
|
|
1142
1121
|
<line num="1" count="24" type="stmt"/>
|
|
1143
1122
|
<line num="2" count="24" type="stmt"/>
|
|
1144
1123
|
<line num="3" count="24" type="stmt"/>
|
|
1145
|
-
<line num="6" count="
|
|
1124
|
+
<line num="6" count="136" type="stmt"/>
|
|
1146
1125
|
</file>
|
|
1147
1126
|
</package>
|
|
1148
1127
|
<package name="src.utils.grid-base">
|
|
1149
|
-
<metrics statements="
|
|
1128
|
+
<metrics statements="181" coveredstatements="181" conditionals="128" coveredconditionals="128" methods="61" coveredmethods="61"/>
|
|
1150
1129
|
<file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
|
|
1151
|
-
<metrics statements="
|
|
1130
|
+
<metrics statements="161" coveredstatements="161" conditionals="102" coveredconditionals="102" methods="42" coveredmethods="42"/>
|
|
1152
1131
|
<line num="1" count="24" type="stmt"/>
|
|
1153
1132
|
<line num="4" count="24" type="stmt"/>
|
|
1154
1133
|
<line num="7" count="24" type="stmt"/>
|
|
1155
1134
|
<line num="36" count="24" type="stmt"/>
|
|
1156
|
-
<line num="39" count="
|
|
1157
|
-
<line num="42" count="
|
|
1158
|
-
<line num="44" count="
|
|
1159
|
-
<line num="48" count="
|
|
1160
|
-
<line num="51" count="
|
|
1161
|
-
<line num="52" count="
|
|
1162
|
-
<line num="53" count="
|
|
1135
|
+
<line num="39" count="112" type="stmt"/>
|
|
1136
|
+
<line num="42" count="112" type="stmt"/>
|
|
1137
|
+
<line num="44" count="112" type="stmt"/>
|
|
1138
|
+
<line num="48" count="112" type="stmt"/>
|
|
1139
|
+
<line num="51" count="526" type="stmt"/>
|
|
1140
|
+
<line num="52" count="526" type="cond" truecount="2" falsecount="0"/>
|
|
1141
|
+
<line num="53" count="526" type="stmt"/>
|
|
1163
1142
|
<line num="60" count="2" type="stmt"/>
|
|
1164
|
-
<line num="67" count="
|
|
1143
|
+
<line num="67" count="37" type="stmt"/>
|
|
1165
1144
|
<line num="270" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1166
1145
|
<line num="271" count="1" type="stmt"/>
|
|
1167
1146
|
<line num="276" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -1183,24 +1162,24 @@
|
|
|
1183
1162
|
<line num="310" count="2" type="stmt"/>
|
|
1184
1163
|
<line num="312" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1185
1164
|
<line num="313" count="1" type="stmt"/>
|
|
1186
|
-
<line num="319" count="
|
|
1165
|
+
<line num="319" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
1187
1166
|
<line num="320" count="2" type="stmt"/>
|
|
1188
|
-
<line num="322" count="
|
|
1189
|
-
<line num="323" count="
|
|
1190
|
-
<line num="330" count="
|
|
1191
|
-
<line num="331" count="
|
|
1192
|
-
<line num="406" count="
|
|
1193
|
-
<line num="408" count="
|
|
1167
|
+
<line num="322" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
1168
|
+
<line num="323" count="20" type="stmt"/>
|
|
1169
|
+
<line num="330" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
1170
|
+
<line num="331" count="19" type="stmt"/>
|
|
1171
|
+
<line num="406" count="19" type="stmt"/>
|
|
1172
|
+
<line num="408" count="20" type="stmt"/>
|
|
1194
1173
|
<line num="412" count="1" type="stmt"/>
|
|
1195
|
-
<line num="416" count="
|
|
1196
|
-
<line num="417" count="
|
|
1197
|
-
<line num="418" count="
|
|
1198
|
-
<line num="422" count="
|
|
1199
|
-
<line num="424" count="
|
|
1200
|
-
<line num="425" count="
|
|
1201
|
-
<line num="426" count="
|
|
1202
|
-
<line num="427" count="
|
|
1203
|
-
<line num="429" count="
|
|
1174
|
+
<line num="416" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
1175
|
+
<line num="417" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
1176
|
+
<line num="418" count="35" type="stmt"/>
|
|
1177
|
+
<line num="422" count="19" type="stmt"/>
|
|
1178
|
+
<line num="424" count="19" type="stmt"/>
|
|
1179
|
+
<line num="425" count="49" type="cond" truecount="2" falsecount="0"/>
|
|
1180
|
+
<line num="426" count="49" type="cond" truecount="4" falsecount="0"/>
|
|
1181
|
+
<line num="427" count="32" type="stmt"/>
|
|
1182
|
+
<line num="429" count="32" type="stmt"/>
|
|
1204
1183
|
<line num="430" count="40" type="stmt"/>
|
|
1205
1184
|
<line num="431" count="40" type="cond" truecount="4" falsecount="0"/>
|
|
1206
1185
|
<line num="432" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1210,119 +1189,111 @@
|
|
|
1210
1189
|
<line num="440" count="40" type="stmt"/>
|
|
1211
1190
|
<line num="442" count="40" type="stmt"/>
|
|
1212
1191
|
<line num="449" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
1213
|
-
<line num="450" count="5" type="
|
|
1214
|
-
<line num="
|
|
1215
|
-
<line num="
|
|
1216
|
-
<line num="
|
|
1217
|
-
<line num="
|
|
1218
|
-
<line num="
|
|
1219
|
-
<line num="
|
|
1220
|
-
<line num="
|
|
1221
|
-
<line num="
|
|
1222
|
-
<line num="
|
|
1223
|
-
<line num="
|
|
1224
|
-
<line num="
|
|
1225
|
-
<line num="
|
|
1226
|
-
<line num="
|
|
1227
|
-
<line num="
|
|
1228
|
-
<line num="
|
|
1229
|
-
<line num="
|
|
1230
|
-
<line num="
|
|
1231
|
-
<line num="
|
|
1232
|
-
<line num="
|
|
1233
|
-
<line num="
|
|
1234
|
-
<line num="
|
|
1235
|
-
<line num="
|
|
1236
|
-
<line num="
|
|
1237
|
-
<line num="
|
|
1238
|
-
<line num="
|
|
1239
|
-
<line num="
|
|
1240
|
-
<line num="
|
|
1241
|
-
<line num="
|
|
1242
|
-
<line num="
|
|
1243
|
-
<line num="
|
|
1244
|
-
<line num="
|
|
1245
|
-
<line num="
|
|
1246
|
-
<line num="
|
|
1247
|
-
<line num="
|
|
1248
|
-
<line num="
|
|
1249
|
-
<line num="
|
|
1192
|
+
<line num="450" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1193
|
+
<line num="451" count="5" type="stmt"/>
|
|
1194
|
+
<line num="454" count="40" type="stmt"/>
|
|
1195
|
+
<line num="458" count="19" type="stmt"/>
|
|
1196
|
+
<line num="462" count="3" type="stmt"/>
|
|
1197
|
+
<line num="463" count="3" type="stmt"/>
|
|
1198
|
+
<line num="465" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1199
|
+
<line num="466" count="1" type="stmt"/>
|
|
1200
|
+
<line num="468" count="2" type="stmt"/>
|
|
1201
|
+
<line num="469" count="4" type="stmt"/>
|
|
1202
|
+
<line num="470" count="4" type="stmt"/>
|
|
1203
|
+
<line num="471" count="4" type="cond" truecount="7" falsecount="0"/>
|
|
1204
|
+
<line num="472" count="2" type="stmt"/>
|
|
1205
|
+
<line num="479" count="2" type="stmt"/>
|
|
1206
|
+
<line num="480" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1207
|
+
<line num="481" count="1" type="stmt"/>
|
|
1208
|
+
<line num="483" count="1" type="stmt"/>
|
|
1209
|
+
<line num="484" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
1210
|
+
<line num="485" count="3" type="stmt"/>
|
|
1211
|
+
<line num="486" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1212
|
+
<line num="487" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1213
|
+
<line num="488" count="3" type="stmt"/>
|
|
1214
|
+
<line num="489" count="3" type="stmt"/>
|
|
1215
|
+
<line num="491" count="3" type="stmt"/>
|
|
1216
|
+
<line num="492" count="3" type="stmt"/>
|
|
1217
|
+
<line num="493" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1218
|
+
<line num="494" count="3" type="stmt"/>
|
|
1219
|
+
<line num="495" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1220
|
+
<line num="496" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1221
|
+
<line num="498" count="1" type="stmt"/>
|
|
1222
|
+
<line num="499" count="1" type="cond" truecount="7" falsecount="0"/>
|
|
1223
|
+
<line num="500" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1224
|
+
<line num="504" count="3" type="stmt"/>
|
|
1225
|
+
<line num="505" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1226
|
+
<line num="506" count="1" type="stmt"/>
|
|
1227
|
+
<line num="513" count="1" type="stmt"/>
|
|
1228
|
+
<line num="515" count="1" type="stmt"/>
|
|
1229
|
+
<line num="516" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1230
|
+
<line num="517" count="2" type="stmt"/>
|
|
1231
|
+
<line num="524" count="6" type="stmt"/>
|
|
1232
|
+
<line num="525" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1233
|
+
<line num="526" count="4" type="stmt"/>
|
|
1234
|
+
<line num="527" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1235
|
+
<line num="528" count="2" type="stmt"/>
|
|
1236
|
+
<line num="529" count="2" type="stmt"/>
|
|
1237
|
+
<line num="530" count="7" type="cond" truecount="5" falsecount="0"/>
|
|
1238
|
+
<line num="531" count="6" type="stmt"/>
|
|
1239
|
+
<line num="532" count="6" type="stmt"/>
|
|
1240
|
+
<line num="533" count="6" type="stmt"/>
|
|
1241
|
+
<line num="534" count="6" type="stmt"/>
|
|
1242
|
+
<line num="536" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1243
|
+
<line num="537" count="5" type="stmt"/>
|
|
1244
|
+
<line num="540" count="6" type="stmt"/>
|
|
1245
|
+
<line num="541" count="6" type="stmt"/>
|
|
1246
|
+
<line num="549" count="2" type="stmt"/>
|
|
1247
|
+
<line num="551" count="2" type="stmt"/>
|
|
1248
|
+
<line num="552" count="6" type="stmt"/>
|
|
1249
|
+
<line num="553" count="6" type="stmt"/>
|
|
1250
|
+
<line num="555" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1251
|
+
<line num="556" count="5" type="stmt"/>
|
|
1250
1252
|
<line num="558" count="1" type="stmt"/>
|
|
1251
|
-
<line num="
|
|
1252
|
-
<line num="
|
|
1253
|
-
<line num="
|
|
1254
|
-
<line num="
|
|
1255
|
-
<line num="
|
|
1256
|
-
<line num="573" count="
|
|
1257
|
-
<line num="
|
|
1258
|
-
<line num="
|
|
1259
|
-
<line num="
|
|
1260
|
-
<line num="
|
|
1261
|
-
<line num="
|
|
1262
|
-
<line num="
|
|
1263
|
-
<line num="
|
|
1264
|
-
<line num="
|
|
1265
|
-
<line num="
|
|
1266
|
-
<line num="
|
|
1267
|
-
<line num="
|
|
1268
|
-
<line num="
|
|
1269
|
-
<line num="
|
|
1270
|
-
<line num="
|
|
1271
|
-
<line num="
|
|
1272
|
-
<line num="
|
|
1273
|
-
<line num="
|
|
1274
|
-
<line num="
|
|
1275
|
-
<line num="
|
|
1276
|
-
<line num="
|
|
1277
|
-
<line num="
|
|
1278
|
-
<line num="
|
|
1279
|
-
<line num="
|
|
1280
|
-
<line num="
|
|
1281
|
-
<line num="
|
|
1282
|
-
<line num="
|
|
1283
|
-
<line num="
|
|
1284
|
-
<line num="
|
|
1285
|
-
<line num="
|
|
1286
|
-
<line num="
|
|
1287
|
-
<line num="
|
|
1288
|
-
<line num="
|
|
1289
|
-
<line num="
|
|
1290
|
-
<line num="640" count="5" type="stmt"/>
|
|
1291
|
-
<line num="645" count="114" type="stmt"/>
|
|
1292
|
-
<line num="653" count="114" type="stmt"/>
|
|
1293
|
-
<line num="661" count="228" type="stmt"/>
|
|
1294
|
-
<line num="662" count="228" type="cond" truecount="3" falsecount="0"/>
|
|
1295
|
-
<line num="664" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
1296
|
-
<line num="665" count="19" type="stmt"/>
|
|
1297
|
-
<line num="667" count="19" type="stmt"/>
|
|
1298
|
-
<line num="669" count="247" type="stmt"/>
|
|
1299
|
-
<line num="675" count="190" type="stmt"/>
|
|
1300
|
-
<line num="679" count="5" type="stmt"/>
|
|
1301
|
-
<line num="680" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
1302
|
-
<line num="681" count="9" type="stmt"/>
|
|
1303
|
-
<line num="682" count="4" type="stmt"/>
|
|
1304
|
-
<line num="684" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1305
|
-
<line num="685" count="3" type="stmt"/>
|
|
1306
|
-
<line num="686" count="3" type="stmt"/>
|
|
1307
|
-
<line num="688" count="3" type="stmt"/>
|
|
1308
|
-
<line num="689" count="6" type="stmt"/>
|
|
1309
|
-
<line num="692" count="3" type="stmt"/>
|
|
1310
|
-
<line num="695" count="4" type="stmt"/>
|
|
1311
|
-
<line num="698" count="5" type="stmt"/>
|
|
1312
|
-
<line num="701" count="114" type="stmt"/>
|
|
1313
|
-
<line num="703" count="114" type="stmt"/>
|
|
1314
|
-
<line num="723" count="2" type="stmt"/>
|
|
1315
|
-
<line num="727" count="10" type="stmt"/>
|
|
1316
|
-
<line num="729" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1317
|
-
<line num="730" count="2" type="stmt"/>
|
|
1318
|
-
<line num="733" count="2" type="stmt"/>
|
|
1319
|
-
<line num="735" count="4" type="stmt"/>
|
|
1320
|
-
<line num="739" count="24" type="stmt"/>
|
|
1253
|
+
<line num="563" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1254
|
+
<line num="564" count="2" type="stmt"/>
|
|
1255
|
+
<line num="567" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1256
|
+
<line num="568" count="2" type="stmt"/>
|
|
1257
|
+
<line num="570" count="2" type="stmt"/>
|
|
1258
|
+
<line num="573" count="4" type="stmt"/>
|
|
1259
|
+
<line num="578" count="1" type="stmt"/>
|
|
1260
|
+
<line num="579" count="1" type="stmt"/>
|
|
1261
|
+
<line num="580" count="5" type="stmt"/>
|
|
1262
|
+
<line num="585" count="112" type="stmt"/>
|
|
1263
|
+
<line num="593" count="112" type="stmt"/>
|
|
1264
|
+
<line num="601" count="224" type="stmt"/>
|
|
1265
|
+
<line num="602" count="224" type="cond" truecount="3" falsecount="0"/>
|
|
1266
|
+
<line num="604" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
1267
|
+
<line num="605" count="17" type="stmt"/>
|
|
1268
|
+
<line num="607" count="17" type="stmt"/>
|
|
1269
|
+
<line num="609" count="221" type="stmt"/>
|
|
1270
|
+
<line num="615" count="190" type="stmt"/>
|
|
1271
|
+
<line num="619" count="5" type="stmt"/>
|
|
1272
|
+
<line num="620" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
1273
|
+
<line num="621" count="9" type="stmt"/>
|
|
1274
|
+
<line num="622" count="4" type="stmt"/>
|
|
1275
|
+
<line num="624" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1276
|
+
<line num="625" count="3" type="stmt"/>
|
|
1277
|
+
<line num="626" count="3" type="stmt"/>
|
|
1278
|
+
<line num="628" count="3" type="stmt"/>
|
|
1279
|
+
<line num="629" count="6" type="stmt"/>
|
|
1280
|
+
<line num="632" count="3" type="stmt"/>
|
|
1281
|
+
<line num="635" count="4" type="stmt"/>
|
|
1282
|
+
<line num="638" count="5" type="stmt"/>
|
|
1283
|
+
<line num="641" count="112" type="stmt"/>
|
|
1284
|
+
<line num="643" count="112" type="stmt"/>
|
|
1285
|
+
<line num="663" count="2" type="stmt"/>
|
|
1286
|
+
<line num="667" count="10" type="stmt"/>
|
|
1287
|
+
<line num="669" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1288
|
+
<line num="670" count="2" type="stmt"/>
|
|
1289
|
+
<line num="673" count="2" type="stmt"/>
|
|
1290
|
+
<line num="675" count="4" type="stmt"/>
|
|
1291
|
+
<line num="679" count="24" type="stmt"/>
|
|
1321
1292
|
</file>
|
|
1322
1293
|
<file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
|
|
1323
1294
|
<metrics statements="20" coveredstatements="20" conditionals="26" coveredconditionals="26" methods="19" coveredmethods="19"/>
|
|
1324
1295
|
<line num="4" count="24" type="stmt"/>
|
|
1325
|
-
<line num="8" count="
|
|
1296
|
+
<line num="8" count="44" type="stmt"/>
|
|
1326
1297
|
<line num="12" count="1" type="stmt"/>
|
|
1327
1298
|
<line num="16" count="4" type="stmt"/>
|
|
1328
1299
|
<line num="20" count="3" type="stmt"/>
|