@zeedhi/teknisa-components-common 1.101.0 → 1.102.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.
Files changed (39) hide show
  1. package/coverage/clover.xml +706 -687
  2. package/coverage/coverage-final.json +45 -45
  3. package/coverage/lcov-report/index.html +17 -17
  4. package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +1 -1
  5. package/coverage/lcov-report/tests/__helpers__/flush-promises-helper.ts.html +1 -1
  6. package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +7 -7
  7. package/coverage/lcov-report/tests/__helpers__/index.html +1 -1
  8. package/coverage/lcov-report/tests/__helpers__/index.ts.html +1 -1
  9. package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +1 -1
  10. package/coverage/lcov.info +1213 -1175
  11. package/dist/tek-components-common.esm.js +236 -163
  12. package/dist/tek-components-common.umd.js +235 -161
  13. package/package.json +2 -2
  14. package/tests/unit/components/tek-grid/grid.spec.ts +197 -104
  15. package/tests/unit/components/tek-grid/layout_options.spec.ts +70 -0
  16. package/tests/unit/components/tree-grid/tree-grid.spec.ts +1 -1
  17. package/tests/unit/utils/grid-base/grid-controller.spec.ts +8 -0
  18. package/types/components/index.d.ts +1 -0
  19. package/types/components/tek-grid/grid.d.ts +1 -0
  20. package/types/components/tek-grid/interfaces.d.ts +1 -0
  21. package/types/components/tek-grid/layout-options.d.ts +2 -0
  22. package/types/components/tek-tree-grid/interfaces.d.ts +1 -0
  23. package/types/components/tek-tree-grid/tree-grid.d.ts +1 -0
  24. package/types/utils/grid-base/grid-base.d.ts +166 -154
  25. package/types/utils/grid-base/grid-controller.d.ts +5 -0
  26. package/types/components/tek-ag-grid/default-icons.d.ts +0 -53
  27. package/types/components/tek-ag-grid/interfaces.d.ts +0 -9
  28. package/types/components/tek-ag-grid/tek-ag-grid.d.ts +0 -35
  29. package/types/components/tek-datasource/datasource.d.ts +0 -94
  30. package/types/components/tek-grid/default-icons.d.ts +0 -53
  31. package/types/components/tek-grid/filter-dynamic-values.d.ts +0 -9
  32. package/types/components/tek-grid/grid-controller.d.ts +0 -19
  33. package/types/components/tek-grid/grid_column.d.ts +0 -14
  34. package/types/components/tek-grid/grid_controller.d.ts +0 -15
  35. package/types/components/tek-grid/tek-grid.d.ts +0 -35
  36. package/types/components/tek-login/interfaces.d.ts +0 -3
  37. package/types/components/tek-login/login-children.d.ts +0 -3
  38. package/types/components/tek-login/login.d.ts +0 -58
  39. package/types/components/tek-login/login_children.d.ts +0 -3
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1735240418586" clover="3.2.0">
3
- <project timestamp="1735240418586" name="All files">
4
- <metrics statements="1588" coveredstatements="1588" conditionals="701" coveredconditionals="701" methods="388" coveredmethods="388" elements="2677" coveredelements="2677" complexity="0" loc="1588" ncloc="1588" packages="22" files="45" classes="45"/>
2
+ <coverage generated="1737661324916" clover="3.2.0">
3
+ <project timestamp="1737661324916" name="All files">
4
+ <metrics statements="1607" coveredstatements="1607" conditionals="708" coveredconditionals="708" methods="394" coveredmethods="394" elements="2709" coveredelements="2709" complexity="0" loc="1607" ncloc="1607" packages="22" files="45" classes="45"/>
5
5
  <package name="src">
6
6
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
7
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
7
+ <file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
8
8
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
9
9
  <line num="1" count="26" type="stmt"/>
10
10
  <line num="3" count="26" type="stmt"/>
@@ -13,22 +13,16 @@
13
13
  </file>
14
14
  </package>
15
15
  <package name="src.components">
16
- <metrics statements="42" coveredstatements="42" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
17
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
18
- <metrics statements="42" coveredstatements="42" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
16
+ <metrics statements="43" coveredstatements="43" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
17
+ <file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
18
+ <metrics statements="43" coveredstatements="43" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
19
19
  <line num="1" count="30" type="stmt"/>
20
20
  <line num="3" count="30" type="stmt"/>
21
- <line num="51" count="30" type="stmt"/>
22
- <line num="52" count="30" type="stmt"/>
23
- <line num="53" count="30" type="stmt"/>
24
- <line num="54" count="30" type="stmt"/>
25
- <line num="55" count="30" type="stmt"/>
26
- <line num="56" count="30" type="stmt"/>
27
- <line num="57" count="30" type="stmt"/>
28
- <line num="59" count="30" type="stmt"/>
29
21
  <line num="60" count="30" type="stmt"/>
22
+ <line num="61" count="30" type="stmt"/>
30
23
  <line num="62" count="30" type="stmt"/>
31
24
  <line num="63" count="30" type="stmt"/>
25
+ <line num="64" count="30" type="stmt"/>
32
26
  <line num="65" count="30" type="stmt"/>
33
27
  <line num="66" count="30" type="stmt"/>
34
28
  <line num="68" count="30" type="stmt"/>
@@ -43,26 +37,33 @@
43
37
  <line num="81" count="30" type="stmt"/>
44
38
  <line num="83" count="30" type="stmt"/>
45
39
  <line num="84" count="30" type="stmt"/>
46
- <line num="85" count="30" type="stmt"/>
47
40
  <line num="86" count="30" type="stmt"/>
48
41
  <line num="87" count="30" type="stmt"/>
49
- <line num="88" count="30" type="stmt"/>
50
42
  <line num="89" count="30" type="stmt"/>
51
- <line num="91" count="30" type="stmt"/>
43
+ <line num="90" count="30" type="stmt"/>
52
44
  <line num="92" count="30" type="stmt"/>
53
45
  <line num="93" count="30" type="stmt"/>
46
+ <line num="94" count="30" type="stmt"/>
54
47
  <line num="95" count="30" type="stmt"/>
55
48
  <line num="96" count="30" type="stmt"/>
49
+ <line num="97" count="30" type="stmt"/>
56
50
  <line num="98" count="30" type="stmt"/>
57
51
  <line num="99" count="30" type="stmt"/>
58
- <line num="100" count="30" type="stmt"/>
52
+ <line num="101" count="30" type="stmt"/>
59
53
  <line num="102" count="30" type="stmt"/>
60
54
  <line num="103" count="30" type="stmt"/>
55
+ <line num="105" count="30" type="stmt"/>
56
+ <line num="106" count="30" type="stmt"/>
57
+ <line num="108" count="30" type="stmt"/>
58
+ <line num="109" count="30" type="stmt"/>
59
+ <line num="110" count="30" type="stmt"/>
60
+ <line num="112" count="30" type="stmt"/>
61
+ <line num="113" count="30" type="stmt"/>
61
62
  </file>
62
63
  </package>
63
64
  <package name="src.components.crud">
64
65
  <metrics statements="128" coveredstatements="128" conditionals="80" coveredconditionals="80" methods="29" coveredmethods="29"/>
65
- <file name="crud-add-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
66
+ <file name="crud-add-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
66
67
  <metrics statements="15" coveredstatements="15" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
67
68
  <line num="1" count="30" type="stmt"/>
68
69
  <line num="3" count="30" type="stmt"/>
@@ -80,7 +81,7 @@
80
81
  <line num="44" count="3" type="cond" truecount="4" falsecount="0"/>
81
82
  <line num="53" count="1" type="stmt"/>
82
83
  </file>
83
- <file name="crud-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
84
+ <file name="crud-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
84
85
  <metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
85
86
  <line num="1" count="30" type="stmt"/>
86
87
  <line num="4" count="30" type="stmt"/>
@@ -101,7 +102,7 @@
101
102
  <line num="64" count="1" type="stmt"/>
102
103
  <line num="67" count="22" type="stmt"/>
103
104
  </file>
104
- <file name="crud-cancel-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
105
+ <file name="crud-cancel-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
105
106
  <metrics statements="20" coveredstatements="20" conditionals="15" coveredconditionals="15" methods="4" coveredmethods="4"/>
106
107
  <line num="1" count="30" type="stmt"/>
107
108
  <line num="2" count="30" type="stmt"/>
@@ -124,7 +125,7 @@
124
125
  <line num="46" count="1" type="stmt"/>
125
126
  <line num="52" count="6" type="stmt"/>
126
127
  </file>
127
- <file name="crud-delete-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
128
+ <file name="crud-delete-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
128
129
  <metrics statements="24" coveredstatements="24" conditionals="23" coveredconditionals="23" methods="6" coveredmethods="6"/>
129
130
  <line num="1" count="30" type="stmt"/>
130
131
  <line num="2" count="30" type="stmt"/>
@@ -151,7 +152,7 @@
151
152
  <line num="69" count="3" type="cond" truecount="2" falsecount="0"/>
152
153
  <line num="73" count="8" type="cond" truecount="3" falsecount="0"/>
153
154
  </file>
154
- <file name="crud-form.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
155
+ <file name="crud-form.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
155
156
  <metrics statements="30" coveredstatements="30" conditionals="10" coveredconditionals="10" methods="9" coveredmethods="9"/>
156
157
  <line num="1" count="30" type="stmt"/>
157
158
  <line num="8" count="30" type="stmt"/>
@@ -184,7 +185,7 @@
184
185
  <line num="95" count="3" type="cond" truecount="1" falsecount="0"/>
185
186
  <line num="96" count="2" type="stmt"/>
186
187
  </file>
187
- <file name="crud-save-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
188
+ <file name="crud-save-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
188
189
  <metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
189
190
  <line num="1" count="30" type="stmt"/>
190
191
  <line num="2" count="30" type="stmt"/>
@@ -211,7 +212,7 @@
211
212
  </package>
212
213
  <package name="src.components.tek-breadcrumb-header">
213
214
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
214
- <file name="breadcrumb-header.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
215
+ <file name="breadcrumb-header.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
215
216
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
216
217
  <line num="1" count="30" type="stmt"/>
217
218
  <line num="7" count="30" type="stmt"/>
@@ -226,7 +227,7 @@
226
227
  </package>
227
228
  <package name="src.components.tek-card-title">
228
229
  <metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
229
- <file name="card-title.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
230
+ <file name="card-title.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
230
231
  <metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
231
232
  <line num="1" count="30" type="stmt"/>
232
233
  <line num="7" count="30" type="stmt"/>
@@ -248,12 +249,12 @@
248
249
  </package>
249
250
  <package name="src.components.tek-datasource">
250
251
  <metrics statements="197" coveredstatements="197" conditionals="130" coveredconditionals="130" methods="48" coveredmethods="48"/>
251
- <file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
252
+ <file name="interfaces.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
252
253
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
253
254
  <line num="19" count="30" type="stmt"/>
254
255
  <line num="33" count="30" type="stmt"/>
255
256
  </file>
256
- <file name="memory-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
257
+ <file name="memory-datasource.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
257
258
  <metrics statements="119" coveredstatements="119" conditionals="88" coveredconditionals="88" methods="30" coveredmethods="30"/>
258
259
  <line num="1" count="30" type="stmt"/>
259
260
  <line num="4" count="30" type="stmt"/>
@@ -375,7 +376,7 @@
375
376
  <line num="306" count="42" type="stmt"/>
376
377
  <line num="310" count="30" type="stmt"/>
377
378
  </file>
378
- <file name="rest-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
379
+ <file name="rest-datasource.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
379
380
  <metrics statements="76" coveredstatements="76" conditionals="42" coveredconditionals="42" methods="18" coveredmethods="18"/>
380
381
  <line num="1" count="30" type="stmt"/>
381
382
  <line num="4" count="30" type="stmt"/>
@@ -457,7 +458,7 @@
457
458
  </package>
458
459
  <package name="src.components.tek-drag-grid">
459
460
  <metrics statements="26" coveredstatements="26" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
460
- <file name="tek-drag-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-drag-grid/tek-drag-grid.ts">
461
+ <file name="tek-drag-grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-drag-grid/tek-drag-grid.ts">
461
462
  <metrics statements="26" coveredstatements="26" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
462
463
  <line num="1" count="30" type="stmt"/>
463
464
  <line num="3" count="30" type="stmt"/>
@@ -488,8 +489,8 @@
488
489
  </file>
489
490
  </package>
490
491
  <package name="src.components.tek-grid">
491
- <metrics statements="730" coveredstatements="730" conditionals="337" coveredconditionals="337" methods="166" coveredmethods="166"/>
492
- <file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
492
+ <metrics statements="736" coveredstatements="736" conditionals="338" coveredconditionals="338" methods="167" coveredmethods="167"/>
493
+ <file name="filter-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
493
494
  <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
494
495
  <line num="1" count="30" type="stmt"/>
495
496
  <line num="4" count="30" type="stmt"/>
@@ -498,7 +499,7 @@
498
499
  <line num="14" count="2" type="stmt"/>
499
500
  <line num="18" count="2" type="stmt"/>
500
501
  </file>
501
- <file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
502
+ <file name="grid-column.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
502
503
  <metrics statements="79" coveredstatements="79" conditionals="24" coveredconditionals="24" methods="19" coveredmethods="19"/>
503
504
  <line num="1" count="30" type="stmt"/>
504
505
  <line num="2" count="30" type="stmt"/>
@@ -560,27 +561,27 @@
560
561
  <line num="167" count="10" type="cond" truecount="2" falsecount="0"/>
561
562
  <line num="170" count="10" type="stmt"/>
562
563
  <line num="177" count="10" type="stmt"/>
563
- <line num="181" count="942" type="stmt"/>
564
- <line num="185" count="243" type="stmt"/>
565
- <line num="186" count="243" type="stmt"/>
566
- <line num="187" count="243" type="cond" truecount="1" falsecount="0"/>
564
+ <line num="181" count="957" type="stmt"/>
565
+ <line num="185" count="246" type="stmt"/>
566
+ <line num="186" count="246" type="stmt"/>
567
+ <line num="187" count="246" type="cond" truecount="1" falsecount="0"/>
567
568
  <line num="188" count="27" type="stmt"/>
568
- <line num="193" count="497" type="stmt"/>
569
- <line num="197" count="242" type="stmt"/>
570
- <line num="198" count="242" type="stmt"/>
571
- <line num="199" count="242" type="cond" truecount="1" falsecount="0"/>
569
+ <line num="193" count="503" type="stmt"/>
570
+ <line num="197" count="245" type="stmt"/>
571
+ <line num="198" count="245" type="stmt"/>
572
+ <line num="199" count="245" type="cond" truecount="1" falsecount="0"/>
572
573
  <line num="200" count="18" type="stmt"/>
573
- <line num="205" count="317" type="stmt"/>
574
- <line num="209" count="240" type="stmt"/>
575
- <line num="210" count="240" type="stmt"/>
576
- <line num="211" count="240" type="cond" truecount="1" falsecount="0"/>
574
+ <line num="205" count="323" type="stmt"/>
575
+ <line num="209" count="243" type="stmt"/>
576
+ <line num="210" count="243" type="stmt"/>
577
+ <line num="211" count="243" type="cond" truecount="1" falsecount="0"/>
577
578
  <line num="212" count="1" type="stmt"/>
578
- <line num="217" count="545" type="cond" truecount="2" falsecount="0"/>
579
- <line num="221" count="723" type="stmt"/>
579
+ <line num="217" count="554" type="cond" truecount="2" falsecount="0"/>
580
+ <line num="221" count="732" type="stmt"/>
580
581
  <line num="226" count="46" type="stmt"/>
581
582
  <line num="227" count="1" type="stmt"/>
582
583
  </file>
583
- <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">
584
+ <file name="grid-columns-button-controller.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
584
585
  <metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="7" methods="3" coveredmethods="3"/>
585
586
  <line num="1" count="30" type="stmt"/>
586
587
  <line num="5" count="30" type="stmt"/>
@@ -597,7 +598,7 @@
597
598
  <line num="25" count="2" type="stmt"/>
598
599
  <line num="26" count="2" type="stmt"/>
599
600
  </file>
600
- <file name="grid-columns-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
601
+ <file name="grid-columns-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
601
602
  <metrics statements="16" coveredstatements="16" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
602
603
  <line num="1" count="30" type="stmt"/>
603
604
  <line num="2" count="30" type="stmt"/>
@@ -616,7 +617,7 @@
616
617
  <line num="28" count="5" type="stmt"/>
617
618
  <line num="33" count="2" type="stmt"/>
618
619
  </file>
619
- <file name="grid-filter-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
620
+ <file name="grid-filter-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
620
621
  <metrics statements="150" coveredstatements="150" conditionals="94" coveredconditionals="94" methods="30" coveredmethods="30"/>
621
622
  <line num="1" count="30" type="stmt"/>
622
623
  <line num="4" count="30" type="stmt"/>
@@ -769,8 +770,8 @@
769
770
  <line num="425" count="4" type="cond" truecount="7" falsecount="0"/>
770
771
  <line num="426" count="2" type="stmt"/>
771
772
  </file>
772
- <file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
773
- <metrics statements="364" coveredstatements="364" conditionals="159" coveredconditionals="159" methods="86" coveredmethods="86"/>
773
+ <file name="grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
774
+ <metrics statements="366" coveredstatements="366" conditionals="159" coveredconditionals="159" methods="86" coveredmethods="86"/>
774
775
  <line num="1" count="30" type="stmt"/>
775
776
  <line num="7" count="30" type="stmt"/>
776
777
  <line num="13" count="30" type="stmt"/>
@@ -780,473 +781,479 @@
780
781
  <line num="21" count="30" type="stmt"/>
781
782
  <line num="22" count="30" type="stmt"/>
782
783
  <line num="36" count="30" type="stmt"/>
783
- <line num="38" count="136" type="stmt"/>
784
- <line num="41" count="136" type="stmt"/>
785
- <line num="44" count="136" type="stmt"/>
786
- <line num="47" count="136" type="stmt"/>
787
- <line num="50" count="136" type="stmt"/>
788
- <line num="53" count="136" type="stmt"/>
789
- <line num="56" count="136" type="stmt"/>
790
- <line num="59" count="136" type="stmt"/>
791
- <line num="62" count="136" type="stmt"/>
792
- <line num="65" count="136" type="stmt"/>
793
- <line num="68" count="136" type="stmt"/>
794
- <line num="77" count="136" type="stmt"/>
795
- <line num="83" count="136" type="stmt"/>
796
- <line num="89" count="136" type="stmt"/>
797
- <line num="98" count="136" type="stmt"/>
798
- <line num="114" count="136" type="stmt"/>
799
- <line num="119" count="136" type="stmt"/>
800
- <line num="124" count="136" type="stmt"/>
801
- <line num="170" count="136" type="stmt"/>
802
- <line num="175" count="136" type="stmt"/>
803
- <line num="177" count="136" type="stmt"/>
804
- <line num="179" count="136" type="stmt"/>
805
- <line num="181" count="136" type="stmt"/>
806
- <line num="183" count="136" type="stmt"/>
807
- <line num="185" count="136" type="stmt"/>
808
- <line num="195" count="136" type="stmt"/>
809
- <line num="199" count="136" type="cond" truecount="2" falsecount="0"/>
810
- <line num="201" count="136" type="stmt"/>
811
- <line num="208" count="136" type="stmt"/>
812
- <line num="209" count="136" type="stmt"/>
813
- <line num="210" count="136" type="stmt"/>
814
- <line num="215" count="136" type="stmt"/>
815
- <line num="220" count="136" type="stmt"/>
816
- <line num="225" count="136" type="stmt"/>
817
- <line num="230" count="136" type="stmt"/>
818
- <line num="235" count="136" type="stmt"/>
819
- <line num="240" count="136" type="stmt"/>
820
- <line num="245" count="136" type="stmt"/>
821
- <line num="250" count="136" type="stmt"/>
822
- <line num="255" count="136" type="stmt"/>
823
- <line num="260" count="136" type="stmt"/>
824
- <line num="265" count="136" type="stmt"/>
825
- <line num="270" count="136" type="stmt"/>
826
- <line num="275" count="136" type="stmt"/>
827
- <line num="280" count="136" type="stmt"/>
828
- <line num="285" count="136" type="stmt"/>
829
- <line num="290" count="136" type="cond" truecount="2" falsecount="0"/>
830
- <line num="291" count="136" type="stmt"/>
831
- <line num="296" count="136" type="stmt"/>
832
- <line num="301" count="136" type="stmt"/>
833
- <line num="306" count="136" type="stmt"/>
834
- <line num="311" count="136" type="stmt"/>
835
- <line num="312" count="136" type="stmt"/>
836
- <line num="313" count="136" type="cond" truecount="2" falsecount="0"/>
837
- <line num="314" count="136" type="stmt"/>
838
- <line num="316" count="136" type="cond" truecount="1" falsecount="0"/>
839
- <line num="317" count="5" type="stmt"/>
840
- <line num="320" count="136" type="stmt"/>
841
- <line num="329" count="1" type="cond" truecount="1" falsecount="0"/>
842
- <line num="330" count="1" type="stmt"/>
784
+ <line num="38" count="139" type="stmt"/>
785
+ <line num="41" count="139" type="stmt"/>
786
+ <line num="44" count="139" type="stmt"/>
787
+ <line num="47" count="139" type="stmt"/>
788
+ <line num="50" count="139" type="stmt"/>
789
+ <line num="53" count="139" type="stmt"/>
790
+ <line num="56" count="139" type="stmt"/>
791
+ <line num="59" count="139" type="stmt"/>
792
+ <line num="62" count="139" type="stmt"/>
793
+ <line num="65" count="139" type="stmt"/>
794
+ <line num="68" count="139" type="stmt"/>
795
+ <line num="77" count="139" type="stmt"/>
796
+ <line num="83" count="139" type="stmt"/>
797
+ <line num="89" count="139" type="stmt"/>
798
+ <line num="98" count="139" type="stmt"/>
799
+ <line num="114" count="139" type="stmt"/>
800
+ <line num="119" count="139" type="stmt"/>
801
+ <line num="124" count="139" type="stmt"/>
802
+ <line num="170" count="139" type="stmt"/>
803
+ <line num="175" count="139" type="stmt"/>
804
+ <line num="177" count="139" type="stmt"/>
805
+ <line num="179" count="139" type="stmt"/>
806
+ <line num="181" count="139" type="stmt"/>
807
+ <line num="183" count="139" type="stmt"/>
808
+ <line num="185" count="139" type="stmt"/>
809
+ <line num="195" count="139" type="stmt"/>
810
+ <line num="199" count="139" type="cond" truecount="2" falsecount="0"/>
811
+ <line num="201" count="139" type="stmt"/>
812
+ <line num="203" count="139" type="stmt"/>
813
+ <line num="210" count="139" type="stmt"/>
814
+ <line num="211" count="139" type="stmt"/>
815
+ <line num="212" count="139" type="stmt"/>
816
+ <line num="217" count="139" type="stmt"/>
817
+ <line num="222" count="139" type="stmt"/>
818
+ <line num="227" count="139" type="stmt"/>
819
+ <line num="232" count="139" type="stmt"/>
820
+ <line num="237" count="139" type="stmt"/>
821
+ <line num="242" count="139" type="stmt"/>
822
+ <line num="247" count="139" type="stmt"/>
823
+ <line num="252" count="139" type="stmt"/>
824
+ <line num="257" count="139" type="stmt"/>
825
+ <line num="262" count="139" type="stmt"/>
826
+ <line num="267" count="139" type="stmt"/>
827
+ <line num="272" count="139" type="stmt"/>
828
+ <line num="277" count="139" type="stmt"/>
829
+ <line num="282" count="139" type="stmt"/>
830
+ <line num="287" count="139" type="stmt"/>
831
+ <line num="292" count="139" type="cond" truecount="2" falsecount="0"/>
832
+ <line num="293" count="139" type="stmt"/>
833
+ <line num="298" count="139" type="stmt"/>
834
+ <line num="303" count="139" type="stmt"/>
835
+ <line num="308" count="139" type="stmt"/>
836
+ <line num="313" count="139" type="stmt"/>
837
+ <line num="314" count="139" type="stmt"/>
838
+ <line num="315" count="139" type="stmt"/>
839
+ <line num="316" count="139" type="cond" truecount="2" falsecount="0"/>
840
+ <line num="317" count="139" type="stmt"/>
841
+ <line num="319" count="139" type="cond" truecount="1" falsecount="0"/>
842
+ <line num="320" count="5" type="stmt"/>
843
+ <line num="323" count="139" type="stmt"/>
844
+ <line num="332" count="1" type="cond" truecount="1" falsecount="0"/>
843
845
  <line num="333" count="1" type="stmt"/>
844
- <line num="342" count="1" type="stmt"/>
846
+ <line num="336" count="1" type="stmt"/>
845
847
  <line num="345" count="1" type="stmt"/>
846
- <line num="346" count="1" type="stmt"/>
847
- <line num="354" count="136" type="stmt"/>
848
- <line num="356" count="136" type="stmt"/>
849
- <line num="358" count="136" type="stmt"/>
850
- <line num="359" count="136" type="stmt"/>
851
- <line num="360" count="136" type="stmt"/>
852
- <line num="364" count="136" type="stmt"/>
853
- <line num="367" count="136" type="stmt"/>
854
- <line num="370" count="136" type="cond" truecount="1" falsecount="0"/>
855
- <line num="371" count="47" type="stmt"/>
856
- <line num="374" count="89" type="cond" truecount="3" falsecount="0"/>
857
- <line num="375" count="1" type="stmt"/>
858
- <line num="376" count="1" type="stmt"/>
859
- <line num="377" count="1" type="cond" truecount="2" falsecount="0"/>
860
- <line num="380" count="88" type="stmt"/>
861
- <line num="384" count="41" type="stmt"/>
862
- <line num="385" count="41" type="stmt"/>
863
- <line num="389" count="41" type="cond" truecount="1" falsecount="0"/>
864
- <line num="390" count="41" type="stmt"/>
865
- <line num="395" count="41" type="stmt"/>
866
- <line num="403" count="19" type="stmt"/>
867
- <line num="404" count="19" type="stmt"/>
848
+ <line num="348" count="1" type="stmt"/>
849
+ <line num="349" count="1" type="stmt"/>
850
+ <line num="357" count="139" type="stmt"/>
851
+ <line num="359" count="139" type="stmt"/>
852
+ <line num="361" count="139" type="stmt"/>
853
+ <line num="362" count="139" type="stmt"/>
854
+ <line num="363" count="139" type="stmt"/>
855
+ <line num="367" count="139" type="stmt"/>
856
+ <line num="370" count="139" type="stmt"/>
857
+ <line num="373" count="139" type="cond" truecount="1" falsecount="0"/>
858
+ <line num="374" count="47" type="stmt"/>
859
+ <line num="377" count="92" type="cond" truecount="3" falsecount="0"/>
860
+ <line num="378" count="1" type="stmt"/>
861
+ <line num="379" count="1" type="stmt"/>
862
+ <line num="380" count="1" type="cond" truecount="2" falsecount="0"/>
863
+ <line num="383" count="91" type="stmt"/>
864
+ <line num="387" count="43" type="stmt"/>
865
+ <line num="388" count="43" type="stmt"/>
866
+ <line num="392" count="43" type="cond" truecount="1" falsecount="0"/>
867
+ <line num="393" count="43" type="stmt"/>
868
+ <line num="398" count="43" type="stmt"/>
868
869
  <line num="406" count="19" type="stmt"/>
869
- <line num="410" count="3" type="stmt"/>
870
- <line num="411" count="3" type="stmt"/>
871
- <line num="415" count="1" type="stmt"/>
872
- <line num="416" count="1" type="stmt"/>
873
- <line num="420" count="2" type="cond" truecount="1" falsecount="0"/>
874
- <line num="421" count="1" type="stmt"/>
875
- <line num="427" count="1" type="stmt"/>
876
- <line num="435" count="205" type="stmt"/>
877
- <line num="439" count="2" type="cond" truecount="1" falsecount="0"/>
878
- <line num="443" count="1" type="stmt"/>
879
- <line num="444" count="1" type="cond" truecount="2" falsecount="0"/>
880
- <line num="446" count="1" type="cond" truecount="2" falsecount="0"/>
881
- <line num="450" count="4" type="stmt"/>
882
- <line num="451" count="4" type="stmt"/>
883
- <line num="452" count="1" type="stmt"/>
884
- <line num="463" count="4" type="stmt"/>
885
- <line num="464" count="4" type="stmt"/>
886
- <line num="465" count="4" type="stmt"/>
887
- <line num="467" count="1" type="stmt"/>
888
- <line num="469" count="4" type="stmt"/>
889
- <line num="473" count="4" type="stmt"/>
890
- <line num="474" count="4" type="stmt"/>
891
- <line num="475" count="4" type="stmt"/>
892
- <line num="478" count="4" type="cond" truecount="1" falsecount="0"/>
893
- <line num="482" count="3" type="stmt"/>
894
- <line num="484" count="4" type="stmt"/>
895
- <line num="486" count="4" type="stmt"/>
870
+ <line num="407" count="19" type="stmt"/>
871
+ <line num="409" count="19" type="stmt"/>
872
+ <line num="413" count="3" type="stmt"/>
873
+ <line num="414" count="3" type="stmt"/>
874
+ <line num="418" count="1" type="stmt"/>
875
+ <line num="419" count="1" type="stmt"/>
876
+ <line num="423" count="2" type="cond" truecount="1" falsecount="0"/>
877
+ <line num="424" count="1" type="stmt"/>
878
+ <line num="430" count="1" type="stmt"/>
879
+ <line num="438" count="208" type="stmt"/>
880
+ <line num="442" count="2" type="cond" truecount="1" falsecount="0"/>
881
+ <line num="446" count="1" type="stmt"/>
882
+ <line num="447" count="1" type="cond" truecount="2" falsecount="0"/>
883
+ <line num="449" count="1" type="cond" truecount="2" falsecount="0"/>
884
+ <line num="453" count="4" type="stmt"/>
885
+ <line num="454" count="4" type="stmt"/>
886
+ <line num="455" count="1" type="stmt"/>
887
+ <line num="466" count="4" type="stmt"/>
888
+ <line num="467" count="4" type="stmt"/>
889
+ <line num="468" count="4" type="stmt"/>
890
+ <line num="470" count="1" type="stmt"/>
891
+ <line num="472" count="4" type="stmt"/>
892
+ <line num="476" count="4" type="stmt"/>
893
+ <line num="477" count="4" type="stmt"/>
894
+ <line num="478" count="4" type="stmt"/>
895
+ <line num="481" count="4" type="cond" truecount="1" falsecount="0"/>
896
+ <line num="485" count="3" type="stmt"/>
896
897
  <line num="487" count="4" type="stmt"/>
897
- <line num="489" count="2" type="cond" truecount="1" falsecount="0"/>
898
- <line num="490" count="1" type="stmt"/>
898
+ <line num="489" count="4" type="stmt"/>
899
+ <line num="490" count="4" type="stmt"/>
900
+ <line num="492" count="2" type="cond" truecount="1" falsecount="0"/>
899
901
  <line num="493" count="1" type="stmt"/>
900
- <line num="496" count="2" type="stmt"/>
902
+ <line num="496" count="1" type="stmt"/>
901
903
  <line num="499" count="2" type="stmt"/>
902
- <line num="500" count="2" type="stmt"/>
903
- <line num="502" count="2" type="cond" truecount="1" falsecount="0"/>
904
- <line num="504" count="1" type="stmt"/>
905
- <line num="505" count="2" type="stmt"/>
906
- <line num="508" count="1" type="stmt"/>
907
- <line num="510" count="1" type="stmt"/>
908
- <line num="511" count="2" type="stmt"/>
909
- <line num="512" count="2" type="stmt"/>
910
- <line num="513" count="2" type="stmt"/>
911
- <line num="518" count="2" type="stmt"/>
912
- <line num="520" count="2" type="stmt"/>
913
- <line num="524" count="3" type="stmt"/>
914
- <line num="525" count="3" type="stmt"/>
915
- <line num="527" count="2" type="stmt"/>
916
- <line num="528" count="2" type="stmt"/>
917
- <line num="533" count="3" type="cond" truecount="1" falsecount="0"/>
918
- <line num="534" count="1" type="stmt"/>
919
- <line num="537" count="3" type="stmt"/>
920
- <line num="551" count="2" type="stmt"/>
921
- <line num="554" count="136" type="stmt"/>
922
- <line num="556" count="136" type="stmt"/>
923
- <line num="565" count="136" type="stmt"/>
924
- <line num="568" count="16" type="stmt"/>
925
- <line num="571" count="136" type="stmt"/>
926
- <line num="577" count="17" type="stmt"/>
927
- <line num="578" count="17" type="stmt"/>
904
+ <line num="502" count="2" type="stmt"/>
905
+ <line num="503" count="2" type="stmt"/>
906
+ <line num="505" count="2" type="cond" truecount="1" falsecount="0"/>
907
+ <line num="507" count="1" type="stmt"/>
908
+ <line num="508" count="2" type="stmt"/>
909
+ <line num="511" count="1" type="stmt"/>
910
+ <line num="513" count="1" type="stmt"/>
911
+ <line num="514" count="2" type="stmt"/>
912
+ <line num="515" count="2" type="stmt"/>
913
+ <line num="516" count="2" type="stmt"/>
914
+ <line num="521" count="2" type="stmt"/>
915
+ <line num="523" count="2" type="stmt"/>
916
+ <line num="527" count="3" type="stmt"/>
917
+ <line num="528" count="3" type="stmt"/>
918
+ <line num="530" count="2" type="stmt"/>
919
+ <line num="531" count="2" type="stmt"/>
920
+ <line num="536" count="3" type="cond" truecount="1" falsecount="0"/>
921
+ <line num="537" count="1" type="stmt"/>
922
+ <line num="540" count="3" type="stmt"/>
923
+ <line num="554" count="2" type="stmt"/>
924
+ <line num="557" count="139" type="stmt"/>
925
+ <line num="559" count="139" type="stmt"/>
926
+ <line num="568" count="139" type="stmt"/>
927
+ <line num="571" count="17" type="stmt"/>
928
+ <line num="574" count="139" type="stmt"/>
928
929
  <line num="580" count="17" type="stmt"/>
929
- <line num="584" count="19" type="stmt"/>
930
- <line num="585" count="19" type="stmt"/>
930
+ <line num="581" count="17" type="stmt"/>
931
+ <line num="583" count="17" type="stmt"/>
931
932
  <line num="587" count="19" type="stmt"/>
932
933
  <line num="588" count="19" type="stmt"/>
933
- <line num="589" count="19" type="stmt"/>
934
934
  <line num="590" count="19" type="stmt"/>
935
935
  <line num="591" count="19" type="stmt"/>
936
- <line num="595" count="19" type="stmt"/>
937
- <line num="596" count="16" type="cond" truecount="1" falsecount="0"/>
938
- <line num="600" count="11" type="stmt"/>
939
- <line num="603" count="16" type="stmt"/>
940
- <line num="607" count="136" type="stmt"/>
941
- <line num="609" count="17" type="stmt"/>
942
- <line num="615" count="17" type="stmt"/>
943
- <line num="617" count="17" type="stmt"/>
944
- <line num="619" count="53" type="stmt"/>
936
+ <line num="592" count="19" type="stmt"/>
937
+ <line num="593" count="19" type="stmt"/>
938
+ <line num="594" count="19" type="stmt"/>
939
+ <line num="598" count="19" type="stmt"/>
940
+ <line num="599" count="16" type="cond" truecount="1" falsecount="0"/>
941
+ <line num="603" count="11" type="stmt"/>
942
+ <line num="606" count="16" type="stmt"/>
943
+ <line num="610" count="139" type="stmt"/>
944
+ <line num="612" count="17" type="stmt"/>
945
+ <line num="618" count="17" type="stmt"/>
945
946
  <line num="620" count="17" type="stmt"/>
946
- <line num="621" count="17" type="cond" truecount="2" falsecount="0"/>
947
- <line num="625" count="12" type="cond" truecount="1" falsecount="0"/>
948
- <line num="626" count="11" type="stmt"/>
949
- <line num="627" count="13" type="stmt"/>
947
+ <line num="622" count="53" type="stmt"/>
948
+ <line num="623" count="17" type="stmt"/>
949
+ <line num="624" count="17" type="cond" truecount="2" falsecount="0"/>
950
+ <line num="628" count="12" type="cond" truecount="1" falsecount="0"/>
950
951
  <line num="629" count="11" type="stmt"/>
951
- <line num="630" count="8" type="stmt"/>
952
- <line num="633" count="11" type="stmt"/>
953
- <line num="636" count="12" type="stmt"/>
954
- <line num="638" count="5" type="stmt"/>
955
- <line num="639" count="5" type="stmt"/>
956
- <line num="642" count="17" type="cond" truecount="3" falsecount="0"/>
957
- <line num="643" count="16" type="stmt"/>
958
- <line num="646" count="17" type="cond" truecount="3" falsecount="0"/>
959
- <line num="647" count="1" type="stmt"/>
960
- <line num="649" count="17" type="cond" truecount="1" falsecount="0"/>
952
+ <line num="630" count="13" type="stmt"/>
953
+ <line num="632" count="11" type="stmt"/>
954
+ <line num="633" count="8" type="stmt"/>
955
+ <line num="636" count="11" type="stmt"/>
956
+ <line num="639" count="12" type="stmt"/>
957
+ <line num="641" count="5" type="stmt"/>
958
+ <line num="642" count="5" type="stmt"/>
959
+ <line num="645" count="17" type="cond" truecount="3" falsecount="0"/>
960
+ <line num="646" count="16" type="stmt"/>
961
+ <line num="649" count="17" type="cond" truecount="3" falsecount="0"/>
961
962
  <line num="650" count="1" type="stmt"/>
962
- <line num="659" count="11" type="stmt"/>
963
- <line num="660" count="11" type="stmt"/>
964
- <line num="661" count="11" type="stmt"/>
963
+ <line num="652" count="17" type="cond" truecount="1" falsecount="0"/>
964
+ <line num="653" count="1" type="stmt"/>
965
+ <line num="662" count="11" type="stmt"/>
965
966
  <line num="663" count="11" type="stmt"/>
966
- <line num="664" count="48" type="stmt"/>
967
- <line num="665" count="48" type="stmt"/>
968
- <line num="666" count="53" type="stmt"/>
969
- <line num="667" count="53" type="cond" truecount="3" falsecount="0"/>
970
- <line num="668" count="24" type="cond" truecount="1" falsecount="0"/>
971
- <line num="669" count="20" type="stmt"/>
972
- <line num="671" count="24" type="stmt"/>
973
- <line num="673" count="24" type="stmt"/>
967
+ <line num="664" count="11" type="stmt"/>
968
+ <line num="666" count="11" type="stmt"/>
969
+ <line num="667" count="48" type="stmt"/>
970
+ <line num="668" count="48" type="stmt"/>
971
+ <line num="669" count="53" type="stmt"/>
972
+ <line num="670" count="53" type="cond" truecount="3" falsecount="0"/>
973
+ <line num="671" count="24" type="cond" truecount="1" falsecount="0"/>
974
+ <line num="672" count="20" type="stmt"/>
974
975
  <line num="674" count="24" type="stmt"/>
975
- <line num="675" count="24" type="stmt"/>
976
- <line num="679" count="48" type="stmt"/>
977
- <line num="680" count="53" type="stmt"/>
978
- <line num="683" count="48" type="stmt"/>
979
- <line num="686" count="53" type="stmt"/>
980
- <line num="690" count="48" type="stmt"/>
981
- <line num="693" count="11" type="cond" truecount="1" falsecount="0"/>
982
- <line num="694" count="10" type="stmt"/>
983
- <line num="696" count="10" type="cond" truecount="1" falsecount="0"/>
984
- <line num="697" count="9" type="stmt"/>
985
- <line num="703" count="30" type="stmt"/>
986
- <line num="704" count="30" type="stmt"/>
987
- <line num="705" count="12" type="stmt"/>
988
- <line num="713" count="12" type="stmt"/>
989
- <line num="715" count="12" type="stmt"/>
990
- <line num="720" count="47" type="stmt"/>
991
- <line num="721" count="156" type="cond" truecount="2" falsecount="0"/>
976
+ <line num="676" count="24" type="stmt"/>
977
+ <line num="677" count="24" type="stmt"/>
978
+ <line num="678" count="24" type="stmt"/>
979
+ <line num="682" count="48" type="stmt"/>
980
+ <line num="683" count="53" type="stmt"/>
981
+ <line num="686" count="48" type="stmt"/>
982
+ <line num="689" count="53" type="stmt"/>
983
+ <line num="693" count="48" type="stmt"/>
984
+ <line num="696" count="11" type="cond" truecount="1" falsecount="0"/>
985
+ <line num="697" count="10" type="stmt"/>
986
+ <line num="699" count="10" type="cond" truecount="1" falsecount="0"/>
987
+ <line num="700" count="9" type="stmt"/>
988
+ <line num="706" count="30" type="stmt"/>
989
+ <line num="707" count="30" type="stmt"/>
990
+ <line num="708" count="12" type="stmt"/>
991
+ <line num="716" count="12" type="stmt"/>
992
+ <line num="718" count="12" type="stmt"/>
992
993
  <line num="723" count="47" type="stmt"/>
993
- <line num="731" count="24" type="cond" truecount="2" falsecount="0"/>
994
- <line num="732" count="24" type="stmt"/>
995
- <line num="745" count="24" type="stmt"/>
996
- <line num="746" count="8" type="stmt"/>
994
+ <line num="724" count="156" type="cond" truecount="2" falsecount="0"/>
995
+ <line num="726" count="47" type="stmt"/>
996
+ <line num="734" count="24" type="cond" truecount="2" falsecount="0"/>
997
+ <line num="735" count="24" type="stmt"/>
997
998
  <line num="748" count="24" type="stmt"/>
998
- <line num="749" count="24" type="stmt"/>
999
- <line num="750" count="24" type="stmt"/>
1000
- <line num="754" count="30" type="cond" truecount="1" falsecount="0"/>
1001
- <line num="755" count="17" type="stmt"/>
1002
- <line num="758" count="13" type="stmt"/>
1003
- <line num="759" count="15" type="cond" truecount="1" falsecount="0"/>
1004
- <line num="760" count="10" type="stmt"/>
1005
- <line num="770" count="10" type="stmt"/>
1006
- <line num="771" count="4" type="stmt"/>
1007
- <line num="774" count="10" type="stmt"/>
1008
- <line num="780" count="36" type="stmt"/>
1009
- <line num="781" count="39" type="stmt"/>
1010
- <line num="792" count="195" type="cond" truecount="2" falsecount="0"/>
1011
- <line num="796" count="130" type="cond" truecount="1" falsecount="0"/>
1012
- <line num="797" count="126" type="stmt"/>
1013
- <line num="799" count="126" type="cond" truecount="2" falsecount="0"/>
1014
- <line num="800" count="40" type="stmt"/>
1015
- <line num="804" count="86" type="cond" truecount="1" falsecount="0"/>
1016
- <line num="805" count="86" type="cond" truecount="1" falsecount="0"/>
1017
- <line num="806" count="86" type="cond" truecount="2" falsecount="0"/>
1018
- <line num="807" count="86" type="cond" truecount="2" falsecount="0"/>
1019
- <line num="809" count="86" type="cond" truecount="1" falsecount="0"/>
1020
- <line num="810" count="78" type="cond" truecount="2" falsecount="0"/>
1021
- <line num="817" count="48" type="cond" truecount="1" falsecount="0"/>
1022
- <line num="818" count="23" type="stmt"/>
1023
- <line num="819" count="65" type="stmt"/>
1024
- <line num="820" count="65" type="stmt"/>
1025
- <line num="821" count="65" type="cond" truecount="1" falsecount="0"/>
1026
- <line num="822" count="15" type="stmt"/>
1027
- <line num="831" count="65" type="stmt"/>
1028
- <line num="833" count="65" type="stmt"/>
999
+ <line num="749" count="8" type="stmt"/>
1000
+ <line num="751" count="24" type="stmt"/>
1001
+ <line num="752" count="24" type="stmt"/>
1002
+ <line num="753" count="24" type="stmt"/>
1003
+ <line num="757" count="30" type="cond" truecount="1" falsecount="0"/>
1004
+ <line num="758" count="17" type="stmt"/>
1005
+ <line num="761" count="13" type="stmt"/>
1006
+ <line num="762" count="15" type="cond" truecount="1" falsecount="0"/>
1007
+ <line num="763" count="10" type="stmt"/>
1008
+ <line num="773" count="10" type="stmt"/>
1009
+ <line num="774" count="4" type="stmt"/>
1010
+ <line num="777" count="10" type="stmt"/>
1011
+ <line num="783" count="36" type="stmt"/>
1012
+ <line num="784" count="39" type="stmt"/>
1013
+ <line num="795" count="195" type="cond" truecount="2" falsecount="0"/>
1014
+ <line num="799" count="130" type="cond" truecount="1" falsecount="0"/>
1015
+ <line num="800" count="126" type="stmt"/>
1016
+ <line num="802" count="126" type="cond" truecount="2" falsecount="0"/>
1017
+ <line num="803" count="40" type="stmt"/>
1018
+ <line num="807" count="86" type="cond" truecount="1" falsecount="0"/>
1019
+ <line num="808" count="86" type="cond" truecount="1" falsecount="0"/>
1020
+ <line num="809" count="86" type="cond" truecount="2" falsecount="0"/>
1021
+ <line num="810" count="86" type="cond" truecount="2" falsecount="0"/>
1022
+ <line num="812" count="86" type="cond" truecount="1" falsecount="0"/>
1023
+ <line num="813" count="78" type="cond" truecount="2" falsecount="0"/>
1024
+ <line num="820" count="48" type="cond" truecount="1" falsecount="0"/>
1025
+ <line num="821" count="23" type="stmt"/>
1026
+ <line num="822" count="65" type="stmt"/>
1027
+ <line num="823" count="65" type="stmt"/>
1028
+ <line num="824" count="65" type="cond" truecount="1" falsecount="0"/>
1029
+ <line num="825" count="15" type="stmt"/>
1029
1030
  <line num="834" count="65" type="stmt"/>
1030
- <line num="841" count="9" type="cond" truecount="1" falsecount="0"/>
1031
- <line num="843" count="4" type="stmt"/>
1032
- <line num="849" count="4" type="stmt"/>
1033
- <line num="853" count="14" type="stmt"/>
1034
- <line num="854" count="14" type="stmt"/>
1035
- <line num="855" count="37" type="stmt"/>
1036
- <line num="856" count="37" type="stmt"/>
1037
- <line num="858" count="37" type="cond" truecount="2" falsecount="0"/>
1038
- <line num="859" count="14" type="stmt"/>
1039
- <line num="860" count="23" type="cond" truecount="2" falsecount="0"/>
1040
- <line num="861" count="11" type="stmt"/>
1041
- <line num="862" count="12" type="cond" truecount="2" falsecount="0"/>
1042
- <line num="863" count="4" type="cond" truecount="2" falsecount="0"/>
1043
- <line num="864" count="2" type="stmt"/>
1044
- <line num="865" count="2" type="cond" truecount="1" falsecount="0"/>
1045
- <line num="866" count="2" type="stmt"/>
1046
- <line num="868" count="8" type="cond" truecount="2" falsecount="0"/>
1047
- <line num="869" count="4" type="stmt"/>
1031
+ <line num="836" count="65" type="stmt"/>
1032
+ <line num="837" count="65" type="stmt"/>
1033
+ <line num="844" count="9" type="cond" truecount="1" falsecount="0"/>
1034
+ <line num="846" count="4" type="stmt"/>
1035
+ <line num="852" count="4" type="stmt"/>
1036
+ <line num="856" count="14" type="stmt"/>
1037
+ <line num="857" count="14" type="stmt"/>
1038
+ <line num="858" count="37" type="stmt"/>
1039
+ <line num="859" count="37" type="stmt"/>
1040
+ <line num="861" count="37" type="cond" truecount="2" falsecount="0"/>
1041
+ <line num="862" count="14" type="stmt"/>
1042
+ <line num="863" count="23" type="cond" truecount="2" falsecount="0"/>
1043
+ <line num="864" count="11" type="stmt"/>
1044
+ <line num="865" count="12" type="cond" truecount="2" falsecount="0"/>
1045
+ <line num="866" count="4" type="cond" truecount="2" falsecount="0"/>
1046
+ <line num="867" count="2" type="stmt"/>
1047
+ <line num="868" count="2" type="cond" truecount="1" falsecount="0"/>
1048
+ <line num="869" count="2" type="stmt"/>
1049
+ <line num="871" count="8" type="cond" truecount="2" falsecount="0"/>
1048
1050
  <line num="872" count="4" type="stmt"/>
1049
- <line num="876" count="14" type="stmt"/>
1050
- <line num="880" count="2" type="stmt"/>
1051
- <line num="881" count="2" type="cond" truecount="3" falsecount="0"/>
1052
- <line num="885" count="22" type="stmt"/>
1053
- <line num="888" count="20" type="stmt"/>
1054
- <line num="893" count="24" type="stmt"/>
1055
- <line num="894" count="24" type="stmt"/>
1056
- <line num="895" count="24" type="cond" truecount="1" falsecount="0"/>
1057
- <line num="896" count="20" type="stmt"/>
1058
- <line num="898" count="24" type="stmt"/>
1059
- <line num="899" count="24" type="stmt"/>
1060
- <line num="900" count="24" type="stmt"/>
1061
- <line num="904" count="5" type="stmt"/>
1062
- <line num="905" count="3" type="stmt"/>
1063
- <line num="906" count="3" type="stmt"/>
1064
- <line num="907" count="3" type="stmt"/>
1065
- <line num="912" count="5" type="stmt"/>
1066
- <line num="916" count="39" type="stmt"/>
1067
- <line num="923" count="24" type="cond" truecount="1" falsecount="0"/>
1068
- <line num="924" count="8" type="stmt"/>
1069
- <line num="925" count="8" type="stmt"/>
1070
- <line num="928" count="16" type="cond" truecount="3" falsecount="0"/>
1071
- <line num="929" count="1" type="stmt"/>
1072
- <line num="930" count="1" type="stmt"/>
1073
- <line num="933" count="15" type="stmt"/>
1074
- <line num="934" count="15" type="cond" truecount="3" falsecount="0"/>
1075
- <line num="936" count="13" type="stmt"/>
1076
- <line num="937" count="13" type="cond" truecount="2" falsecount="0"/>
1077
- <line num="940" count="34" type="cond" truecount="1" falsecount="0"/>
1078
- <line num="941" count="12" type="cond" truecount="2" falsecount="0"/>
1079
- <line num="943" count="22" type="cond" truecount="2" falsecount="0"/>
1080
- <line num="946" count="13" type="stmt"/>
1081
- <line num="948" count="13" type="cond" truecount="4" falsecount="0"/>
1082
- <line num="949" count="7" type="stmt"/>
1083
- <line num="950" count="7" type="stmt"/>
1084
- <line num="953" count="6" type="stmt"/>
1085
- <line num="957" count="15" type="cond" truecount="1" falsecount="0"/>
1086
- <line num="958" count="4" type="stmt"/>
1087
- <line num="959" count="4" type="stmt"/>
1088
- <line num="962" count="11" type="cond" truecount="3" falsecount="0"/>
1089
- <line num="963" count="1" type="stmt"/>
1090
- <line num="964" count="1" type="stmt"/>
1091
- <line num="967" count="10" type="stmt"/>
1092
- <line num="968" count="10" type="cond" truecount="3" falsecount="0"/>
1093
- <line num="970" count="9" type="stmt"/>
1094
- <line num="972" count="9" type="cond" truecount="2" falsecount="0"/>
1095
- <line num="975" count="16" type="cond" truecount="1" falsecount="0"/>
1096
- <line num="976" count="6" type="cond" truecount="2" falsecount="0"/>
1097
- <line num="978" count="10" type="cond" truecount="2" falsecount="0"/>
1098
- <line num="981" count="9" type="cond" truecount="1" falsecount="0"/>
1099
- <line num="983" count="9" type="stmt"/>
1100
- <line num="985" count="9" type="cond" truecount="4" falsecount="0"/>
1101
- <line num="986" count="6" type="stmt"/>
1102
- <line num="987" count="6" type="stmt"/>
1103
- <line num="990" count="3" type="stmt"/>
1104
- <line num="994" count="3" type="stmt"/>
1105
- <line num="995" count="3" type="cond" truecount="3" falsecount="0"/>
1106
- <line num="996" count="1" type="stmt"/>
1107
- <line num="997" count="1" type="stmt"/>
1108
- <line num="1000" count="2" type="cond" truecount="7" falsecount="0"/>
1109
- <line num="1001" count="1" type="stmt"/>
1110
- <line num="1002" count="1" type="stmt"/>
1051
+ <line num="875" count="4" type="stmt"/>
1052
+ <line num="879" count="14" type="stmt"/>
1053
+ <line num="883" count="2" type="stmt"/>
1054
+ <line num="884" count="2" type="cond" truecount="3" falsecount="0"/>
1055
+ <line num="888" count="22" type="stmt"/>
1056
+ <line num="891" count="20" type="stmt"/>
1057
+ <line num="896" count="24" type="stmt"/>
1058
+ <line num="897" count="24" type="stmt"/>
1059
+ <line num="898" count="24" type="cond" truecount="1" falsecount="0"/>
1060
+ <line num="899" count="20" type="stmt"/>
1061
+ <line num="901" count="24" type="stmt"/>
1062
+ <line num="902" count="24" type="stmt"/>
1063
+ <line num="903" count="24" type="stmt"/>
1064
+ <line num="907" count="5" type="stmt"/>
1065
+ <line num="908" count="3" type="stmt"/>
1066
+ <line num="909" count="3" type="stmt"/>
1067
+ <line num="910" count="3" type="stmt"/>
1068
+ <line num="915" count="5" type="stmt"/>
1069
+ <line num="919" count="39" type="stmt"/>
1070
+ <line num="926" count="24" type="cond" truecount="1" falsecount="0"/>
1071
+ <line num="927" count="8" type="stmt"/>
1072
+ <line num="928" count="8" type="stmt"/>
1073
+ <line num="931" count="16" type="cond" truecount="3" falsecount="0"/>
1074
+ <line num="932" count="1" type="stmt"/>
1075
+ <line num="933" count="1" type="stmt"/>
1076
+ <line num="936" count="15" type="stmt"/>
1077
+ <line num="937" count="15" type="cond" truecount="3" falsecount="0"/>
1078
+ <line num="939" count="13" type="stmt"/>
1079
+ <line num="940" count="13" type="cond" truecount="2" falsecount="0"/>
1080
+ <line num="943" count="34" type="cond" truecount="1" falsecount="0"/>
1081
+ <line num="944" count="12" type="cond" truecount="2" falsecount="0"/>
1082
+ <line num="946" count="22" type="cond" truecount="2" falsecount="0"/>
1083
+ <line num="949" count="13" type="stmt"/>
1084
+ <line num="951" count="13" type="cond" truecount="4" falsecount="0"/>
1085
+ <line num="952" count="7" type="stmt"/>
1086
+ <line num="953" count="7" type="stmt"/>
1087
+ <line num="956" count="6" type="stmt"/>
1088
+ <line num="960" count="15" type="cond" truecount="1" falsecount="0"/>
1089
+ <line num="961" count="4" type="stmt"/>
1090
+ <line num="962" count="4" type="stmt"/>
1091
+ <line num="965" count="11" type="cond" truecount="3" falsecount="0"/>
1092
+ <line num="966" count="1" type="stmt"/>
1093
+ <line num="967" count="1" type="stmt"/>
1094
+ <line num="970" count="10" type="stmt"/>
1095
+ <line num="971" count="10" type="cond" truecount="3" falsecount="0"/>
1096
+ <line num="973" count="9" type="stmt"/>
1097
+ <line num="975" count="9" type="cond" truecount="2" falsecount="0"/>
1098
+ <line num="978" count="16" type="cond" truecount="1" falsecount="0"/>
1099
+ <line num="979" count="6" type="cond" truecount="2" falsecount="0"/>
1100
+ <line num="981" count="10" type="cond" truecount="2" falsecount="0"/>
1101
+ <line num="984" count="9" type="cond" truecount="1" falsecount="0"/>
1102
+ <line num="986" count="9" type="stmt"/>
1103
+ <line num="988" count="9" type="cond" truecount="4" falsecount="0"/>
1104
+ <line num="989" count="6" type="stmt"/>
1105
+ <line num="990" count="6" type="stmt"/>
1106
+ <line num="993" count="3" type="stmt"/>
1107
+ <line num="997" count="3" type="stmt"/>
1108
+ <line num="998" count="3" type="cond" truecount="3" falsecount="0"/>
1109
+ <line num="999" count="1" type="stmt"/>
1110
+ <line num="1000" count="1" type="stmt"/>
1111
+ <line num="1003" count="2" type="cond" truecount="7" falsecount="0"/>
1112
+ <line num="1004" count="1" type="stmt"/>
1111
1113
  <line num="1005" count="1" type="stmt"/>
1112
- <line num="1009" count="3" type="stmt"/>
1113
- <line num="1011" count="3" type="cond" truecount="3" falsecount="0"/>
1114
- <line num="1012" count="2" type="stmt"/>
1115
- <line num="1013" count="2" type="stmt"/>
1116
- <line num="1016" count="1" type="stmt"/>
1117
- <line num="1026" count="2" type="cond" truecount="1" falsecount="0"/>
1118
- <line num="1027" count="1" type="stmt"/>
1119
- <line num="1029" count="1" type="stmt"/>
1120
- <line num="1037" count="2" type="stmt"/>
1121
- <line num="1041" count="2" type="cond" truecount="1" falsecount="0"/>
1122
- <line num="1042" count="1" type="stmt"/>
1123
- <line num="1044" count="1" type="stmt"/>
1124
- <line num="1052" count="2" type="stmt"/>
1125
- <line num="1066" count="2" type="cond" truecount="1" falsecount="0"/>
1126
- <line num="1067" count="1" type="stmt"/>
1127
- <line num="1075" count="2" type="stmt"/>
1128
- <line num="1083" count="2" type="cond" truecount="1" falsecount="0"/>
1129
- <line num="1084" count="1" type="stmt"/>
1130
- <line num="1092" count="2" type="stmt"/>
1131
- <line num="1108" count="2" type="cond" truecount="2" falsecount="0"/>
1132
- <line num="1109" count="1" type="stmt"/>
1133
- <line num="1117" count="1" type="stmt"/>
1134
- <line num="1128" count="1" type="stmt"/>
1135
- <line num="1132" count="2" type="stmt"/>
1136
- <line num="1136" count="12" type="cond" truecount="3" falsecount="0"/>
1137
- <line num="1140" count="38" type="stmt"/>
1114
+ <line num="1008" count="1" type="stmt"/>
1115
+ <line num="1012" count="3" type="stmt"/>
1116
+ <line num="1014" count="3" type="cond" truecount="3" falsecount="0"/>
1117
+ <line num="1015" count="2" type="stmt"/>
1118
+ <line num="1016" count="2" type="stmt"/>
1119
+ <line num="1019" count="1" type="stmt"/>
1120
+ <line num="1029" count="2" type="cond" truecount="1" falsecount="0"/>
1121
+ <line num="1030" count="1" type="stmt"/>
1122
+ <line num="1032" count="1" type="stmt"/>
1123
+ <line num="1040" count="2" type="stmt"/>
1124
+ <line num="1044" count="2" type="cond" truecount="1" falsecount="0"/>
1125
+ <line num="1045" count="1" type="stmt"/>
1126
+ <line num="1047" count="1" type="stmt"/>
1127
+ <line num="1055" count="2" type="stmt"/>
1128
+ <line num="1069" count="2" type="cond" truecount="1" falsecount="0"/>
1129
+ <line num="1070" count="1" type="stmt"/>
1130
+ <line num="1078" count="2" type="stmt"/>
1131
+ <line num="1086" count="2" type="cond" truecount="1" falsecount="0"/>
1132
+ <line num="1087" count="1" type="stmt"/>
1133
+ <line num="1095" count="2" type="stmt"/>
1134
+ <line num="1111" count="2" type="cond" truecount="2" falsecount="0"/>
1135
+ <line num="1112" count="1" type="stmt"/>
1136
+ <line num="1120" count="1" type="stmt"/>
1137
+ <line num="1131" count="1" type="stmt"/>
1138
+ <line num="1135" count="2" type="stmt"/>
1139
+ <line num="1139" count="12" type="cond" truecount="3" falsecount="0"/>
1140
+ <line num="1143" count="38" type="stmt"/>
1138
1141
  </file>
1139
- <file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
1142
+ <file name="interfaces.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
1140
1143
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1141
- <line num="124" count="30" type="stmt"/>
1142
1144
  <line num="125" count="30" type="stmt"/>
1145
+ <line num="126" count="30" type="stmt"/>
1143
1146
  </file>
1144
- <file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
1145
- <metrics statements="99" coveredstatements="99" conditionals="52" coveredconditionals="52" methods="19" coveredmethods="19"/>
1147
+ <file name="layout-options.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
1148
+ <metrics statements="103" coveredstatements="103" conditionals="53" coveredconditionals="53" methods="20" coveredmethods="20"/>
1146
1149
  <line num="1" count="30" type="stmt"/>
1147
1150
  <line num="2" count="30" type="stmt"/>
1148
1151
  <line num="3" count="30" type="stmt"/>
1149
1152
  <line num="14" count="30" type="stmt"/>
1150
- <line num="17" count="18" type="stmt"/>
1151
- <line num="19" count="18" type="stmt"/>
1152
- <line num="21" count="18" type="stmt"/>
1153
- <line num="23" count="18" type="stmt"/>
1154
- <line num="27" count="18" type="stmt"/>
1155
- <line num="29" count="18" type="stmt"/>
1156
- <line num="31" count="18" type="stmt"/>
1157
- <line num="33" count="18" type="stmt"/>
1158
- <line num="41" count="16" type="stmt"/>
1159
- <line num="42" count="16" type="stmt"/>
1160
- <line num="49" count="15" type="stmt"/>
1153
+ <line num="17" count="19" type="stmt"/>
1154
+ <line num="19" count="19" type="stmt"/>
1155
+ <line num="21" count="19" type="stmt"/>
1156
+ <line num="23" count="19" type="stmt"/>
1157
+ <line num="29" count="19" type="stmt"/>
1158
+ <line num="31" count="19" type="stmt"/>
1159
+ <line num="33" count="19" type="stmt"/>
1160
+ <line num="35" count="19" type="stmt"/>
1161
+ <line num="43" count="17" type="stmt"/>
1162
+ <line num="44" count="17" type="stmt"/>
1161
1163
  <line num="51" count="16" type="stmt"/>
1162
- <line num="55" count="16" type="stmt"/>
1163
- <line num="56" count="16" type="stmt"/>
1164
- <line num="58" count="16" type="stmt"/>
1165
- <line num="59" count="16" type="stmt"/>
1166
- <line num="62" count="16" type="stmt"/>
1167
- <line num="63" count="50" type="stmt"/>
1168
- <line num="78" count="16" type="stmt"/>
1169
- <line num="80" count="16" type="stmt"/>
1170
- <line num="82" count="16" type="cond" truecount="1" falsecount="0"/>
1171
- <line num="83" count="15" type="stmt"/>
1172
- <line num="86" count="16" type="stmt"/>
1173
- <line num="87" count="16" type="cond" truecount="1" falsecount="0"/>
1174
- <line num="88" count="13" type="stmt"/>
1175
- <line num="89" count="13" type="stmt"/>
1176
- <line num="90" count="13" type="cond" truecount="1" falsecount="0"/>
1177
- <line num="91" count="3" type="stmt"/>
1178
- <line num="92" count="3" type="stmt"/>
1179
- <line num="98" count="16" type="cond" truecount="2" falsecount="0"/>
1180
- <line num="100" count="16" type="cond" truecount="3" falsecount="0"/>
1181
- <line num="101" count="1" type="stmt"/>
1182
- <line num="104" count="15" type="cond" truecount="1" falsecount="0"/>
1183
- <line num="105" count="3" type="stmt"/>
1184
- <line num="106" count="3" type="stmt"/>
1164
+ <line num="53" count="17" type="stmt"/>
1165
+ <line num="57" count="17" type="stmt"/>
1166
+ <line num="58" count="17" type="stmt"/>
1167
+ <line num="60" count="17" type="stmt"/>
1168
+ <line num="61" count="17" type="stmt"/>
1169
+ <line num="64" count="17" type="stmt"/>
1170
+ <line num="65" count="53" type="stmt"/>
1171
+ <line num="80" count="17" type="stmt"/>
1172
+ <line num="82" count="17" type="stmt"/>
1173
+ <line num="84" count="17" type="cond" truecount="1" falsecount="0"/>
1174
+ <line num="85" count="16" type="stmt"/>
1175
+ <line num="88" count="17" type="stmt"/>
1176
+ <line num="89" count="17" type="cond" truecount="1" falsecount="0"/>
1177
+ <line num="90" count="14" type="stmt"/>
1178
+ <line num="91" count="14" type="stmt"/>
1179
+ <line num="92" count="14" type="cond" truecount="1" falsecount="0"/>
1180
+ <line num="93" count="4" type="stmt"/>
1181
+ <line num="94" count="4" type="stmt"/>
1182
+ <line num="100" count="17" type="cond" truecount="2" falsecount="0"/>
1183
+ <line num="102" count="17" type="cond" truecount="3" falsecount="0"/>
1184
+ <line num="103" count="2" type="stmt"/>
1185
+ <line num="106" count="15" type="cond" truecount="1" falsecount="0"/>
1185
1186
  <line num="107" count="3" type="stmt"/>
1186
- <line num="108" count="3" type="cond" truecount="4" falsecount="0"/>
1187
- <line num="113" count="12" type="cond" truecount="2" falsecount="0"/>
1188
- <line num="117" count="57" type="cond" truecount="1" falsecount="0"/>
1189
- <line num="118" count="54" type="cond" truecount="1" falsecount="0"/>
1190
- <line num="119" count="53" type="stmt"/>
1191
- <line num="121" count="3" type="stmt"/>
1192
- <line num="125" count="2" type="stmt"/>
1193
- <line num="126" count="2" type="stmt"/>
1187
+ <line num="108" count="3" type="stmt"/>
1188
+ <line num="109" count="3" type="stmt"/>
1189
+ <line num="110" count="3" type="cond" truecount="4" falsecount="0"/>
1190
+ <line num="115" count="12" type="cond" truecount="2" falsecount="0"/>
1191
+ <line num="119" count="60" type="cond" truecount="1" falsecount="0"/>
1192
+ <line num="120" count="57" type="cond" truecount="1" falsecount="0"/>
1193
+ <line num="121" count="56" type="stmt"/>
1194
+ <line num="123" count="3" type="stmt"/>
1194
1195
  <line num="127" count="2" type="stmt"/>
1195
1196
  <line num="128" count="2" type="stmt"/>
1196
- <line num="132" count="3" type="stmt"/>
1197
- <line num="133" count="3" type="stmt"/>
1197
+ <line num="129" count="2" type="stmt"/>
1198
+ <line num="130" count="2" type="stmt"/>
1199
+ <line num="134" count="3" type="stmt"/>
1198
1200
  <line num="135" count="3" type="stmt"/>
1199
- <line num="139" count="9" type="stmt"/>
1200
- <line num="140" count="9" type="stmt"/>
1201
- <line num="142" count="9" type="cond" truecount="1" falsecount="0"/>
1202
- <line num="143" count="1" type="stmt"/>
1203
- <line num="146" count="9" type="cond" truecount="1" falsecount="0"/>
1204
- <line num="147" count="3" type="stmt"/>
1205
- <line num="150" count="9" type="stmt"/>
1206
- <line num="154" count="9" type="stmt"/>
1207
- <line num="156" count="9" type="stmt"/>
1208
- <line num="161" count="9" type="cond" truecount="2" falsecount="0"/>
1209
- <line num="162" count="9" type="cond" truecount="4" falsecount="0"/>
1210
- <line num="163" count="1" type="stmt"/>
1211
- <line num="164" count="8" type="cond" truecount="2" falsecount="0"/>
1212
- <line num="165" count="1" type="stmt"/>
1213
- <line num="166" count="1" type="stmt"/>
1214
- <line num="168" count="7" type="stmt"/>
1215
- <line num="173" count="2" type="cond" truecount="1" falsecount="0"/>
1216
- <line num="174" count="1" type="stmt"/>
1201
+ <line num="137" count="3" type="stmt"/>
1202
+ <line num="141" count="1" type="stmt"/>
1203
+ <line num="143" count="1" type="cond" truecount="1" falsecount="0"/>
1204
+ <line num="144" count="1" type="stmt"/>
1205
+ <line num="147" count="1" type="stmt"/>
1206
+ <line num="151" count="11" type="stmt"/>
1207
+ <line num="152" count="11" type="stmt"/>
1208
+ <line num="154" count="11" type="cond" truecount="1" falsecount="0"/>
1209
+ <line num="155" count="3" type="stmt"/>
1210
+ <line num="158" count="11" type="cond" truecount="1" falsecount="0"/>
1211
+ <line num="159" count="4" type="stmt"/>
1212
+ <line num="162" count="11" type="stmt"/>
1213
+ <line num="166" count="10" type="stmt"/>
1214
+ <line num="168" count="10" type="stmt"/>
1215
+ <line num="173" count="10" type="cond" truecount="2" falsecount="0"/>
1216
+ <line num="174" count="10" type="cond" truecount="4" falsecount="0"/>
1217
1217
  <line num="175" count="1" type="stmt"/>
1218
- <line num="178" count="2" type="stmt"/>
1219
- <line num="180" count="2" type="stmt"/>
1220
- <line num="184" count="1" type="stmt"/>
1221
- <line num="185" count="1" type="stmt"/>
1218
+ <line num="176" count="9" type="cond" truecount="2" falsecount="0"/>
1219
+ <line num="177" count="1" type="stmt"/>
1220
+ <line num="178" count="1" type="stmt"/>
1221
+ <line num="180" count="8" type="stmt"/>
1222
+ <line num="185" count="2" type="cond" truecount="1" falsecount="0"/>
1222
1223
  <line num="186" count="1" type="stmt"/>
1223
1224
  <line num="187" count="1" type="stmt"/>
1224
- <line num="189" count="1" type="stmt"/>
1225
- <line num="191" count="1" type="stmt"/>
1226
- <line num="195" count="2" type="stmt"/>
1227
- <line num="196" count="2" type="cond" truecount="2" falsecount="0"/>
1228
- <line num="197" count="2" type="cond" truecount="2" falsecount="0"/>
1229
- <line num="198" count="2" type="cond" truecount="2" falsecount="0"/>
1230
- <line num="199" count="2" type="cond" truecount="1" falsecount="0"/>
1231
- <line num="200" count="2" type="stmt"/>
1232
- <line num="201" count="8" type="stmt"/>
1233
- <line num="202" count="18" type="stmt"/>
1234
- <line num="204" count="8" type="cond" truecount="2" falsecount="0"/>
1235
- <line num="207" count="8" type="stmt"/>
1236
- <line num="214" count="2" type="cond" truecount="1" falsecount="0"/>
1237
- <line num="215" count="2" type="stmt"/>
1238
- <line num="220" count="8" type="stmt"/>
1239
- <line num="221" count="8" type="cond" truecount="2" falsecount="0"/>
1240
- <line num="222" count="8" type="stmt"/>
1241
- <line num="223" count="19" type="stmt"/>
1242
- <line num="225" count="8" type="stmt"/>
1243
- <line num="226" count="24" type="cond" truecount="1" falsecount="0"/>
1244
- <line num="230" count="7" type="stmt"/>
1225
+ <line num="190" count="2" type="stmt"/>
1226
+ <line num="192" count="2" type="stmt"/>
1227
+ <line num="196" count="1" type="stmt"/>
1228
+ <line num="197" count="1" type="stmt"/>
1229
+ <line num="198" count="1" type="stmt"/>
1230
+ <line num="199" count="1" type="stmt"/>
1231
+ <line num="201" count="1" type="stmt"/>
1232
+ <line num="203" count="1" type="stmt"/>
1233
+ <line num="207" count="2" type="stmt"/>
1234
+ <line num="208" count="2" type="cond" truecount="2" falsecount="0"/>
1235
+ <line num="209" count="2" type="cond" truecount="2" falsecount="0"/>
1236
+ <line num="210" count="2" type="cond" truecount="2" falsecount="0"/>
1237
+ <line num="211" count="2" type="cond" truecount="1" falsecount="0"/>
1238
+ <line num="212" count="2" type="stmt"/>
1239
+ <line num="213" count="8" type="stmt"/>
1240
+ <line num="214" count="18" type="stmt"/>
1241
+ <line num="216" count="8" type="cond" truecount="2" falsecount="0"/>
1242
+ <line num="219" count="8" type="stmt"/>
1243
+ <line num="226" count="2" type="cond" truecount="1" falsecount="0"/>
1244
+ <line num="227" count="2" type="stmt"/>
1245
+ <line num="232" count="8" type="stmt"/>
1246
+ <line num="233" count="8" type="cond" truecount="2" falsecount="0"/>
1247
+ <line num="234" count="8" type="stmt"/>
1248
+ <line num="235" count="19" type="stmt"/>
1249
+ <line num="237" count="8" type="stmt"/>
1250
+ <line num="238" count="24" type="cond" truecount="1" falsecount="0"/>
1251
+ <line num="242" count="7" type="stmt"/>
1245
1252
  </file>
1246
1253
  </package>
1247
1254
  <package name="src.components.tek-image">
1248
1255
  <metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1249
- <file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
1256
+ <file name="image.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
1250
1257
  <metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1251
1258
  <line num="1" count="30" type="stmt"/>
1252
1259
  <line num="7" count="30" type="stmt"/>
@@ -1275,7 +1282,7 @@
1275
1282
  </package>
1276
1283
  <package name="src.components.tek-iterable-carousel">
1277
1284
  <metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
1278
- <file name="iterable-carousel.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
1285
+ <file name="iterable-carousel.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
1279
1286
  <metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
1280
1287
  <line num="1" count="30" type="stmt"/>
1281
1288
  <line num="9" count="30" type="stmt"/>
@@ -1288,7 +1295,7 @@
1288
1295
  </package>
1289
1296
  <package name="src.components.tek-iterable-component-render">
1290
1297
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1291
- <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">
1298
+ <file name="iterable-component-render.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-component-render/iterable-component-render.ts">
1292
1299
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1293
1300
  <line num="1" count="30" type="stmt"/>
1294
1301
  <line num="10" count="30" type="stmt"/>
@@ -1296,7 +1303,7 @@
1296
1303
  </package>
1297
1304
  <package name="src.components.tek-loading">
1298
1305
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1299
- <file name="loading.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
1306
+ <file name="loading.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
1300
1307
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1301
1308
  <line num="1" count="30" type="stmt"/>
1302
1309
  <line num="5" count="30" type="stmt"/>
@@ -1312,7 +1319,7 @@
1312
1319
  </package>
1313
1320
  <package name="src.components.tek-notifications">
1314
1321
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1315
- <file name="notifications.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
1322
+ <file name="notifications.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
1316
1323
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1317
1324
  <line num="1" count="30" type="stmt"/>
1318
1325
  <line num="7" count="30" type="stmt"/>
@@ -1328,7 +1335,7 @@
1328
1335
  </package>
1329
1336
  <package name="src.components.tek-product-card">
1330
1337
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
1331
- <file name="product-card.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
1338
+ <file name="product-card.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
1332
1339
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
1333
1340
  <line num="1" count="30" type="stmt"/>
1334
1341
  <line num="2" count="30" type="stmt"/>
@@ -1364,9 +1371,9 @@
1364
1371
  </file>
1365
1372
  </package>
1366
1373
  <package name="src.components.tek-tree-grid">
1367
- <metrics statements="97" coveredstatements="97" conditionals="19" coveredconditionals="19" methods="18" coveredmethods="18"/>
1368
- <file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
1369
- <metrics statements="97" coveredstatements="97" conditionals="19" coveredconditionals="19" methods="18" coveredmethods="18"/>
1374
+ <metrics statements="99" coveredstatements="99" conditionals="19" coveredconditionals="19" methods="18" coveredmethods="18"/>
1375
+ <file name="tree-grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
1376
+ <metrics statements="99" coveredstatements="99" conditionals="19" coveredconditionals="19" methods="18" coveredmethods="18"/>
1370
1377
  <line num="1" count="30" type="stmt"/>
1371
1378
  <line num="6" count="30" type="stmt"/>
1372
1379
  <line num="10" count="30" type="stmt"/>
@@ -1392,83 +1399,85 @@
1392
1399
  <line num="96" count="18" type="stmt"/>
1393
1400
  <line num="106" count="18" type="stmt"/>
1394
1401
  <line num="111" count="18" type="stmt"/>
1395
- <line num="118" count="18" type="stmt"/>
1396
- <line num="161" count="18" type="stmt"/>
1397
- <line num="169" count="18" type="stmt"/>
1402
+ <line num="113" count="18" type="stmt"/>
1403
+ <line num="120" count="18" type="stmt"/>
1404
+ <line num="163" count="18" type="stmt"/>
1398
1405
  <line num="171" count="18" type="stmt"/>
1399
- <line num="178" count="18" type="stmt"/>
1400
- <line num="179" count="18" type="stmt"/>
1406
+ <line num="173" count="18" type="stmt"/>
1401
1407
  <line num="180" count="18" type="stmt"/>
1402
- <line num="185" count="18" type="stmt"/>
1403
- <line num="190" count="18" type="stmt"/>
1404
- <line num="195" count="18" type="stmt"/>
1405
- <line num="200" count="18" type="stmt"/>
1406
- <line num="205" count="18" type="stmt"/>
1407
- <line num="210" count="18" type="stmt"/>
1408
- <line num="215" count="18" type="stmt"/>
1409
- <line num="220" count="18" type="stmt"/>
1410
- <line num="225" count="18" type="stmt"/>
1411
- <line num="230" count="18" type="stmt"/>
1412
- <line num="235" count="18" type="stmt"/>
1413
- <line num="240" count="18" type="stmt"/>
1414
- <line num="245" count="18" type="stmt"/>
1415
- <line num="250" count="18" type="stmt"/>
1416
- <line num="255" count="18" type="stmt"/>
1417
- <line num="260" count="18" type="cond" truecount="2" falsecount="0"/>
1418
- <line num="261" count="18" type="cond" truecount="2" falsecount="0"/>
1408
+ <line num="181" count="18" type="stmt"/>
1409
+ <line num="182" count="18" type="stmt"/>
1410
+ <line num="187" count="18" type="stmt"/>
1411
+ <line num="192" count="18" type="stmt"/>
1412
+ <line num="197" count="18" type="stmt"/>
1413
+ <line num="202" count="18" type="stmt"/>
1414
+ <line num="207" count="18" type="stmt"/>
1415
+ <line num="212" count="18" type="stmt"/>
1416
+ <line num="217" count="18" type="stmt"/>
1417
+ <line num="222" count="18" type="stmt"/>
1418
+ <line num="227" count="18" type="stmt"/>
1419
+ <line num="232" count="18" type="stmt"/>
1420
+ <line num="237" count="18" type="stmt"/>
1421
+ <line num="242" count="18" type="stmt"/>
1422
+ <line num="247" count="18" type="stmt"/>
1423
+ <line num="252" count="18" type="stmt"/>
1424
+ <line num="257" count="18" type="stmt"/>
1419
1425
  <line num="262" count="18" type="stmt"/>
1420
- <line num="264" count="18" type="cond" truecount="1" falsecount="0"/>
1421
- <line num="265" count="3" type="stmt"/>
1422
- <line num="268" count="18" type="stmt"/>
1423
- <line num="277" count="1" type="cond" truecount="1" falsecount="0"/>
1424
- <line num="278" count="1" type="stmt"/>
1426
+ <line num="263" count="18" type="cond" truecount="2" falsecount="0"/>
1427
+ <line num="264" count="18" type="cond" truecount="2" falsecount="0"/>
1428
+ <line num="265" count="18" type="stmt"/>
1429
+ <line num="267" count="18" type="cond" truecount="1" falsecount="0"/>
1430
+ <line num="268" count="3" type="stmt"/>
1431
+ <line num="271" count="18" type="stmt"/>
1432
+ <line num="280" count="1" type="cond" truecount="1" falsecount="0"/>
1425
1433
  <line num="281" count="1" type="stmt"/>
1426
- <line num="290" count="1" type="stmt"/>
1434
+ <line num="284" count="1" type="stmt"/>
1427
1435
  <line num="293" count="1" type="stmt"/>
1428
- <line num="294" count="1" type="stmt"/>
1429
- <line num="302" count="18" type="stmt"/>
1430
- <line num="303" count="18" type="stmt"/>
1431
- <line num="304" count="18" type="stmt"/>
1436
+ <line num="296" count="1" type="stmt"/>
1437
+ <line num="297" count="1" type="stmt"/>
1438
+ <line num="305" count="18" type="stmt"/>
1432
1439
  <line num="306" count="18" type="stmt"/>
1433
- <line num="310" count="3" type="stmt"/>
1434
- <line num="311" count="3" type="stmt"/>
1435
- <line num="315" count="3" type="stmt"/>
1436
- <line num="316" count="3" type="stmt"/>
1437
- <line num="320" count="6" type="stmt"/>
1438
- <line num="321" count="6" type="stmt"/>
1439
- <line num="325" count="6" type="cond" truecount="1" falsecount="0"/>
1440
- <line num="329" count="1" type="stmt"/>
1441
- <line num="330" count="1" type="stmt"/>
1442
- <line num="334" count="2" type="cond" truecount="1" falsecount="0"/>
1443
- <line num="335" count="1" type="stmt"/>
1444
- <line num="345" count="21" type="stmt"/>
1445
- <line num="349" count="2" type="cond" truecount="1" falsecount="0"/>
1446
- <line num="353" count="1" type="stmt"/>
1447
- <line num="354" count="1" type="cond" truecount="2" falsecount="0"/>
1440
+ <line num="307" count="18" type="stmt"/>
1441
+ <line num="309" count="18" type="stmt"/>
1442
+ <line num="313" count="3" type="stmt"/>
1443
+ <line num="314" count="3" type="stmt"/>
1444
+ <line num="318" count="3" type="stmt"/>
1445
+ <line num="319" count="3" type="stmt"/>
1446
+ <line num="323" count="6" type="stmt"/>
1447
+ <line num="324" count="6" type="stmt"/>
1448
+ <line num="328" count="6" type="cond" truecount="1" falsecount="0"/>
1449
+ <line num="332" count="1" type="stmt"/>
1450
+ <line num="333" count="1" type="stmt"/>
1451
+ <line num="337" count="2" type="cond" truecount="1" falsecount="0"/>
1452
+ <line num="338" count="1" type="stmt"/>
1453
+ <line num="348" count="21" type="stmt"/>
1454
+ <line num="352" count="2" type="cond" truecount="1" falsecount="0"/>
1448
1455
  <line num="356" count="1" type="stmt"/>
1449
- <line num="360" count="2" type="stmt"/>
1450
- <line num="361" count="2" type="stmt"/>
1451
- <line num="362" count="2" type="stmt"/>
1452
- <line num="365" count="2" type="cond" truecount="1" falsecount="0"/>
1453
- <line num="369" count="1" type="stmt"/>
1454
- <line num="370" count="1" type="stmt"/>
1455
- <line num="375" count="2" type="cond" truecount="1" falsecount="0"/>
1456
- <line num="376" count="2" type="stmt"/>
1456
+ <line num="357" count="1" type="cond" truecount="2" falsecount="0"/>
1457
+ <line num="359" count="1" type="stmt"/>
1458
+ <line num="363" count="2" type="stmt"/>
1459
+ <line num="364" count="2" type="stmt"/>
1460
+ <line num="365" count="2" type="stmt"/>
1461
+ <line num="368" count="2" type="cond" truecount="1" falsecount="0"/>
1462
+ <line num="372" count="1" type="stmt"/>
1463
+ <line num="373" count="1" type="stmt"/>
1464
+ <line num="378" count="2" type="cond" truecount="1" falsecount="0"/>
1457
1465
  <line num="379" count="2" type="stmt"/>
1458
- <line num="392" count="2" type="stmt"/>
1459
- <line num="396" count="1" type="stmt"/>
1460
- <line num="406" count="2" type="cond" truecount="1" falsecount="0"/>
1461
- <line num="407" count="1" type="stmt"/>
1462
- <line num="409" count="1" type="stmt"/>
1463
- <line num="417" count="2" type="stmt"/>
1464
- <line num="421" count="1" type="stmt"/>
1465
- <line num="425" count="2" type="stmt"/>
1466
- <line num="429" count="1" type="stmt"/>
1466
+ <line num="382" count="2" type="stmt"/>
1467
+ <line num="395" count="2" type="stmt"/>
1468
+ <line num="399" count="1" type="stmt"/>
1469
+ <line num="409" count="2" type="cond" truecount="1" falsecount="0"/>
1470
+ <line num="410" count="1" type="stmt"/>
1471
+ <line num="412" count="1" type="stmt"/>
1472
+ <line num="420" count="2" type="stmt"/>
1473
+ <line num="424" count="1" type="stmt"/>
1474
+ <line num="428" count="2" type="stmt"/>
1475
+ <line num="432" count="1" type="stmt"/>
1467
1476
  </file>
1468
1477
  </package>
1469
1478
  <package name="src.components.tek-user-info">
1470
1479
  <metrics statements="84" coveredstatements="84" conditionals="45" coveredconditionals="45" methods="32" coveredmethods="32"/>
1471
- <file name="TekUserInfoController.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
1480
+ <file name="TekUserInfoController.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
1472
1481
  <metrics statements="27" coveredstatements="27" conditionals="28" coveredconditionals="28" methods="18" coveredmethods="18"/>
1473
1482
  <line num="1" count="30" type="stmt"/>
1474
1483
  <line num="5" count="30" type="stmt"/>
@@ -1498,7 +1507,7 @@
1498
1507
  <line num="83" count="2" type="stmt"/>
1499
1508
  <line num="84" count="2" type="cond" truecount="2" falsecount="0"/>
1500
1509
  </file>
1501
- <file name="tek-user-info-list.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info-list.ts">
1510
+ <file name="tek-user-info-list.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info-list.ts">
1502
1511
  <metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
1503
1512
  <line num="1" count="30" type="stmt"/>
1504
1513
  <line num="2" count="30" type="stmt"/>
@@ -1516,7 +1525,7 @@
1516
1525
  <line num="45" count="1" type="stmt"/>
1517
1526
  <line num="56" count="1" type="stmt"/>
1518
1527
  </file>
1519
- <file name="tek-user-info.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
1528
+ <file name="tek-user-info.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
1520
1529
  <metrics statements="42" coveredstatements="42" conditionals="12" coveredconditionals="12" methods="10" coveredmethods="10"/>
1521
1530
  <line num="1" count="30" type="stmt"/>
1522
1531
  <line num="4" count="30" type="stmt"/>
@@ -1564,7 +1573,7 @@
1564
1573
  </package>
1565
1574
  <package name="src.error">
1566
1575
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1567
- <file name="delete-rows-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
1576
+ <file name="delete-rows-error.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
1568
1577
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1569
1578
  <line num="4" count="30" type="stmt"/>
1570
1579
  <line num="6" count="1" type="stmt"/>
@@ -1573,7 +1582,7 @@
1573
1582
  </package>
1574
1583
  <package name="src.utils">
1575
1584
  <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1576
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
1585
+ <file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
1577
1586
  <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1578
1587
  <line num="1" count="30" type="stmt"/>
1579
1588
  <line num="2" count="30" type="stmt"/>
@@ -1583,153 +1592,163 @@
1583
1592
  </file>
1584
1593
  </package>
1585
1594
  <package name="src.utils.grid-base">
1586
- <metrics statements="97" coveredstatements="97" conditionals="51" coveredconditionals="51" methods="48" coveredmethods="48"/>
1587
- <file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
1588
- <metrics statements="68" coveredstatements="68" conditionals="20" coveredconditionals="20" methods="27" coveredmethods="27"/>
1595
+ <metrics statements="107" coveredstatements="107" conditionals="57" coveredconditionals="57" methods="53" coveredmethods="53"/>
1596
+ <file name="grid-base.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
1597
+ <metrics statements="72" coveredstatements="72" conditionals="22" coveredconditionals="22" methods="28" coveredmethods="28"/>
1589
1598
  <line num="2" count="30" type="stmt"/>
1590
1599
  <line num="5" count="30" type="stmt"/>
1591
1600
  <line num="13" count="30" type="stmt"/>
1592
1601
  <line num="14" count="30" type="stmt"/>
1593
- <line num="35" count="30" type="stmt"/>
1594
- <line num="38" count="154" type="stmt"/>
1595
- <line num="41" count="154" type="stmt"/>
1596
- <line num="43" count="154" type="stmt"/>
1597
- <line num="47" count="766" type="cond" truecount="1" falsecount="0"/>
1598
- <line num="49" count="613" type="stmt"/>
1599
- <line num="53" count="154" type="stmt"/>
1600
- <line num="54" count="766" type="stmt"/>
1601
- <line num="55" count="766" type="stmt"/>
1602
- <line num="60" count="45" type="stmt"/>
1603
- <line num="267" count="5" type="stmt"/>
1604
- <line num="271" count="2" type="cond" truecount="1" falsecount="0"/>
1605
- <line num="272" count="2" type="stmt"/>
1606
- <line num="274" count="2" type="stmt"/>
1607
- <line num="278" count="4" type="stmt"/>
1608
- <line num="279" count="4" type="cond" truecount="1" falsecount="0"/>
1609
- <line num="280" count="3" type="cond" truecount="1" falsecount="0"/>
1610
- <line num="281" count="1" type="stmt"/>
1611
- <line num="284" count="2" type="stmt"/>
1612
- <line num="286" count="2" type="stmt"/>
1613
- <line num="291" count="2" type="stmt"/>
1614
- <line num="292" count="2" type="cond" truecount="3" falsecount="0"/>
1615
- <line num="294" count="1" type="stmt"/>
1616
- <line num="298" count="3" type="stmt"/>
1617
- <line num="299" count="3" type="cond" truecount="1" falsecount="0"/>
1618
- <line num="300" count="2" type="stmt"/>
1619
- <line num="301" count="2" type="stmt"/>
1620
- <line num="302" count="2" type="stmt"/>
1621
- <line num="304" count="2" type="stmt"/>
1622
- <line num="305" count="2" type="stmt"/>
1623
- <line num="310" count="3" type="stmt"/>
1624
- <line num="311" count="3" type="cond" truecount="1" falsecount="0"/>
1625
- <line num="312" count="2" type="stmt"/>
1626
- <line num="313" count="2" type="stmt"/>
1627
- <line num="314" count="2" type="stmt"/>
1628
- <line num="316" count="2" type="stmt"/>
1629
- <line num="318" count="2" type="stmt"/>
1630
- <line num="323" count="1" type="stmt"/>
1631
- <line num="327" count="154" type="stmt"/>
1632
- <line num="335" count="154" type="stmt"/>
1633
- <line num="343" count="308" type="stmt"/>
1634
- <line num="344" count="308" type="cond" truecount="3" falsecount="0"/>
1635
- <line num="346" count="36" type="cond" truecount="2" falsecount="0"/>
1636
- <line num="347" count="18" type="stmt"/>
1637
- <line num="349" count="18" type="stmt"/>
1638
- <line num="351" count="234" type="stmt"/>
1639
- <line num="357" count="272" type="stmt"/>
1640
- <line num="361" count="6" type="stmt"/>
1641
- <line num="362" count="6" type="cond" truecount="3" falsecount="0"/>
1642
- <line num="363" count="9" type="stmt"/>
1643
- <line num="364" count="4" type="stmt"/>
1644
- <line num="366" count="4" type="cond" truecount="1" falsecount="0"/>
1645
- <line num="367" count="3" type="stmt"/>
1646
- <line num="368" count="3" type="stmt"/>
1647
- <line num="370" count="3" type="stmt"/>
1648
- <line num="371" count="6" type="stmt"/>
1649
- <line num="374" count="3" type="stmt"/>
1650
- <line num="377" count="4" type="stmt"/>
1651
- <line num="380" count="6" type="stmt"/>
1652
- <line num="381" count="6" type="stmt"/>
1653
- <line num="384" count="154" type="stmt"/>
1654
- <line num="404" count="2" type="stmt"/>
1655
- <line num="408" count="4" type="stmt"/>
1656
- <line num="412" count="30" type="stmt"/>
1602
+ <line num="36" count="30" type="stmt"/>
1603
+ <line num="39" count="157" type="stmt"/>
1604
+ <line num="42" count="157" type="stmt"/>
1605
+ <line num="44" count="157" type="stmt"/>
1606
+ <line num="48" count="781" type="cond" truecount="1" falsecount="0"/>
1607
+ <line num="50" count="625" type="stmt"/>
1608
+ <line num="54" count="157" type="stmt"/>
1609
+ <line num="55" count="781" type="stmt"/>
1610
+ <line num="56" count="781" type="stmt"/>
1611
+ <line num="61" count="47" type="stmt"/>
1612
+ <line num="292" count="5" type="stmt"/>
1613
+ <line num="296" count="3" type="cond" truecount="1" falsecount="0"/>
1614
+ <line num="297" count="3" type="stmt"/>
1615
+ <line num="298" count="3" type="cond" truecount="1" falsecount="0"/>
1616
+ <line num="299" count="3" type="stmt"/>
1617
+ <line num="305" count="2" type="cond" truecount="1" falsecount="0"/>
1618
+ <line num="306" count="2" type="stmt"/>
1619
+ <line num="308" count="2" type="stmt"/>
1620
+ <line num="312" count="3" type="stmt"/>
1621
+ <line num="313" count="3" type="cond" truecount="1" falsecount="0"/>
1622
+ <line num="314" count="2" type="cond" truecount="1" falsecount="0"/>
1623
+ <line num="315" count="1" type="stmt"/>
1624
+ <line num="318" count="1" type="stmt"/>
1625
+ <line num="320" count="1" type="stmt"/>
1626
+ <line num="325" count="2" type="stmt"/>
1627
+ <line num="326" count="2" type="cond" truecount="3" falsecount="0"/>
1628
+ <line num="328" count="1" type="stmt"/>
1629
+ <line num="332" count="3" type="stmt"/>
1630
+ <line num="333" count="3" type="cond" truecount="1" falsecount="0"/>
1631
+ <line num="334" count="2" type="stmt"/>
1632
+ <line num="335" count="2" type="stmt"/>
1633
+ <line num="336" count="2" type="stmt"/>
1634
+ <line num="338" count="2" type="stmt"/>
1635
+ <line num="339" count="2" type="stmt"/>
1636
+ <line num="344" count="3" type="stmt"/>
1637
+ <line num="345" count="3" type="cond" truecount="1" falsecount="0"/>
1638
+ <line num="346" count="2" type="stmt"/>
1639
+ <line num="347" count="2" type="stmt"/>
1640
+ <line num="348" count="2" type="stmt"/>
1641
+ <line num="350" count="2" type="stmt"/>
1642
+ <line num="352" count="2" type="stmt"/>
1643
+ <line num="357" count="1" type="stmt"/>
1644
+ <line num="361" count="157" type="stmt"/>
1645
+ <line num="369" count="157" type="stmt"/>
1646
+ <line num="377" count="314" type="stmt"/>
1647
+ <line num="378" count="314" type="cond" truecount="3" falsecount="0"/>
1648
+ <line num="380" count="36" type="cond" truecount="2" falsecount="0"/>
1649
+ <line num="381" count="18" type="stmt"/>
1650
+ <line num="383" count="18" type="stmt"/>
1651
+ <line num="385" count="234" type="stmt"/>
1652
+ <line num="391" count="278" type="stmt"/>
1653
+ <line num="395" count="6" type="stmt"/>
1654
+ <line num="396" count="6" type="cond" truecount="3" falsecount="0"/>
1655
+ <line num="397" count="9" type="stmt"/>
1656
+ <line num="398" count="4" type="stmt"/>
1657
+ <line num="400" count="4" type="cond" truecount="1" falsecount="0"/>
1658
+ <line num="401" count="3" type="stmt"/>
1659
+ <line num="402" count="3" type="stmt"/>
1660
+ <line num="404" count="3" type="stmt"/>
1661
+ <line num="405" count="6" type="stmt"/>
1662
+ <line num="408" count="3" type="stmt"/>
1663
+ <line num="411" count="4" type="stmt"/>
1664
+ <line num="414" count="6" type="stmt"/>
1665
+ <line num="415" count="6" type="stmt"/>
1666
+ <line num="418" count="157" type="stmt"/>
1667
+ <line num="439" count="2" type="stmt"/>
1668
+ <line num="443" count="4" type="stmt"/>
1669
+ <line num="447" count="30" type="stmt"/>
1657
1670
  </file>
1658
- <file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
1659
- <metrics statements="29" coveredstatements="29" conditionals="31" coveredconditionals="31" methods="21" coveredmethods="21"/>
1671
+ <file name="grid-controller.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
1672
+ <metrics statements="35" coveredstatements="35" conditionals="35" coveredconditionals="35" methods="25" coveredmethods="25"/>
1660
1673
  <line num="4" count="30" type="stmt"/>
1661
- <line num="8" count="52" type="stmt"/>
1662
- <line num="12" count="1" type="stmt"/>
1663
- <line num="16" count="4" type="stmt"/>
1664
- <line num="20" count="5" type="stmt"/>
1665
- <line num="24" count="2" type="stmt"/>
1666
- <line num="28" count="1" type="stmt"/>
1667
- <line num="32" count="9" type="stmt"/>
1668
- <line num="36" count="7" type="stmt"/>
1669
- <line num="40" count="2" type="stmt"/>
1670
- <line num="51" count="6" type="stmt"/>
1671
- <line num="55" count="1" type="stmt"/>
1672
- <line num="59" count="8" type="stmt"/>
1673
- <line num="63" count="2" type="stmt"/>
1674
- <line num="75" count="11" type="stmt"/>
1675
- <line num="79" count="10" type="stmt"/>
1676
- <line num="83" count="3" type="stmt"/>
1677
- <line num="90" count="2" type="stmt"/>
1678
- <line num="96" count="5" type="stmt"/>
1679
- <line num="100" count="3" type="cond" truecount="2" falsecount="0"/>
1680
- <line num="104" count="1" type="stmt"/>
1681
- <line num="108" count="7" type="cond" truecount="1" falsecount="0"/>
1682
- <line num="109" count="3" type="cond" truecount="1" falsecount="0"/>
1683
- <line num="110" count="2" type="stmt"/>
1684
- <line num="111" count="2" type="cond" truecount="4" falsecount="0"/>
1685
- <line num="115" count="1" type="stmt"/>
1686
- <line num="118" count="4" type="cond" truecount="1" falsecount="0"/>
1687
- <line num="119" count="3" type="stmt"/>
1688
- <line num="122" count="1" type="stmt"/>
1674
+ <line num="7" count="54" type="stmt"/>
1675
+ <line num="10" count="54" type="stmt"/>
1676
+ <line num="11" count="54" type="stmt"/>
1677
+ <line num="15" count="1" type="stmt"/>
1678
+ <line num="19" count="4" type="stmt"/>
1679
+ <line num="23" count="5" type="stmt"/>
1680
+ <line num="27" count="2" type="stmt"/>
1681
+ <line num="31" count="1" type="stmt"/>
1682
+ <line num="35" count="9" type="stmt"/>
1683
+ <line num="39" count="2" type="stmt"/>
1684
+ <line num="43" count="1" type="stmt"/>
1685
+ <line num="47" count="2" type="cond" truecount="2" falsecount="0"/>
1686
+ <line num="51" count="2" type="cond" truecount="2" falsecount="0"/>
1687
+ <line num="55" count="7" type="stmt"/>
1688
+ <line num="59" count="2" type="stmt"/>
1689
+ <line num="70" count="6" type="stmt"/>
1690
+ <line num="74" count="1" type="stmt"/>
1691
+ <line num="78" count="8" type="stmt"/>
1692
+ <line num="82" count="2" type="stmt"/>
1693
+ <line num="94" count="11" type="stmt"/>
1694
+ <line num="98" count="10" type="stmt"/>
1695
+ <line num="102" count="3" type="stmt"/>
1696
+ <line num="109" count="2" type="stmt"/>
1697
+ <line num="115" count="5" type="stmt"/>
1698
+ <line num="119" count="3" type="cond" truecount="2" falsecount="0"/>
1699
+ <line num="123" count="1" type="stmt"/>
1700
+ <line num="127" count="7" type="cond" truecount="1" falsecount="0"/>
1701
+ <line num="128" count="3" type="cond" truecount="1" falsecount="0"/>
1702
+ <line num="129" count="2" type="stmt"/>
1703
+ <line num="130" count="2" type="cond" truecount="4" falsecount="0"/>
1704
+ <line num="134" count="1" type="stmt"/>
1705
+ <line num="137" count="4" type="cond" truecount="1" falsecount="0"/>
1706
+ <line num="138" count="3" type="stmt"/>
1707
+ <line num="141" count="1" type="stmt"/>
1689
1708
  </file>
1690
1709
  </package>
1691
1710
  <package name="src.utils.grid-base.export-options">
1692
1711
  <metrics statements="27" coveredstatements="27" conditionals="11" coveredconditionals="11" methods="12" coveredmethods="12"/>
1693
- <file name="button-option.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
1712
+ <file name="button-option.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
1694
1713
  <metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
1695
1714
  <line num="4" count="30" type="stmt"/>
1696
- <line num="8" count="615" type="stmt"/>
1697
- <line num="14" count="615" type="stmt"/>
1698
- <line num="15" count="615" type="cond" truecount="2" falsecount="0"/>
1699
- <line num="16" count="615" type="stmt"/>
1715
+ <line num="8" count="627" type="stmt"/>
1716
+ <line num="14" count="627" type="stmt"/>
1717
+ <line num="15" count="627" type="cond" truecount="2" falsecount="0"/>
1718
+ <line num="16" count="627" type="stmt"/>
1700
1719
  <line num="23" count="1" type="stmt"/>
1701
1720
  </file>
1702
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
1721
+ <file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
1703
1722
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1704
1723
  <line num="1" count="30" type="stmt"/>
1705
1724
  <line num="2" count="30" type="stmt"/>
1706
1725
  <line num="3" count="30" type="stmt"/>
1707
1726
  </file>
1708
- <file name="multi-option.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
1727
+ <file name="multi-option.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
1709
1728
  <metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
1710
1729
  <line num="9" count="30" type="stmt"/>
1711
- <line num="13" count="157" type="stmt"/>
1712
- <line num="17" count="1256" type="stmt"/>
1713
- <line num="21" count="314" type="stmt"/>
1714
- <line num="22" count="314" type="stmt"/>
1715
- <line num="34" count="314" type="stmt"/>
1716
- <line num="35" count="314" type="cond" truecount="2" falsecount="0"/>
1717
- <line num="37" count="314" type="stmt"/>
1730
+ <line num="13" count="160" type="stmt"/>
1731
+ <line num="17" count="1280" type="stmt"/>
1732
+ <line num="21" count="320" type="stmt"/>
1733
+ <line num="22" count="320" type="stmt"/>
1734
+ <line num="34" count="320" type="stmt"/>
1735
+ <line num="35" count="320" type="cond" truecount="2" falsecount="0"/>
1736
+ <line num="37" count="320" type="stmt"/>
1718
1737
  <line num="44" count="2" type="stmt"/>
1719
- <line num="50" count="314" type="stmt"/>
1720
- <line num="52" count="314" type="stmt"/>
1721
- <line num="63" count="157" type="stmt"/>
1722
- <line num="65" count="314" type="stmt"/>
1723
- <line num="76" count="157" type="stmt"/>
1724
- <line num="78" count="157" type="stmt"/>
1738
+ <line num="50" count="320" type="stmt"/>
1739
+ <line num="52" count="320" type="stmt"/>
1740
+ <line num="63" count="160" type="stmt"/>
1741
+ <line num="65" count="320" type="stmt"/>
1742
+ <line num="76" count="160" type="stmt"/>
1743
+ <line num="78" count="160" type="stmt"/>
1725
1744
  <line num="83" count="2" type="cond" truecount="4" falsecount="0"/>
1726
- <line num="87" count="157" type="stmt"/>
1727
- <line num="94" count="157" type="stmt"/>
1745
+ <line num="87" count="160" type="stmt"/>
1746
+ <line num="94" count="160" type="stmt"/>
1728
1747
  </file>
1729
1748
  </package>
1730
1749
  <package name="src.utils.report-filter">
1731
1750
  <metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
1732
- <file name="report-filter.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
1751
+ <file name="report-filter.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
1733
1752
  <metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
1734
1753
  <line num="2" count="30" type="stmt"/>
1735
1754
  <line num="8" count="30" type="stmt"/>
@@ -1754,36 +1773,36 @@
1754
1773
  </package>
1755
1774
  <package name="tests.__helpers__">
1756
1775
  <metrics statements="21" coveredstatements="21" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
1757
- <file name="component-event-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
1776
+ <file name="component-event-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
1758
1777
  <metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1759
1778
  <line num="3" count="35" type="cond" truecount="1" falsecount="0"/>
1760
1779
  <line num="5" count="3" type="stmt"/>
1761
1780
  </file>
1762
- <file name="flush-promises-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
1781
+ <file name="flush-promises-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
1763
1782
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1764
1783
  <line num="1" count="30" type="stmt"/>
1765
1784
  <line num="3" count="1" type="stmt"/>
1766
1785
  </file>
1767
- <file name="get-child-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
1786
+ <file name="get-child-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
1768
1787
  <metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
1769
1788
  <line num="8" count="3" type="stmt"/>
1770
- <line num="11" count="352" type="stmt"/>
1771
- <line num="12" count="983" type="cond" truecount="1" falsecount="0"/>
1789
+ <line num="11" count="398" type="stmt"/>
1790
+ <line num="12" count="1029" type="cond" truecount="1" falsecount="0"/>
1772
1791
  <line num="13" count="52" type="stmt"/>
1773
1792
  <line num="14" count="52" type="stmt"/>
1774
- <line num="17" count="931" type="cond" truecount="3" falsecount="0"/>
1775
- <line num="18" count="300" type="stmt"/>
1776
- <line num="20" count="300" type="cond" truecount="1" falsecount="0"/>
1777
- <line num="24" count="352" type="stmt"/>
1793
+ <line num="17" count="977" type="cond" truecount="3" falsecount="0"/>
1794
+ <line num="18" count="346" type="stmt"/>
1795
+ <line num="20" count="346" type="cond" truecount="1" falsecount="0"/>
1796
+ <line num="24" count="398" type="stmt"/>
1778
1797
  <line num="27" count="3" type="stmt"/>
1779
1798
  </file>
1780
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
1799
+ <file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
1781
1800
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1782
1801
  <line num="1" count="3" type="stmt"/>
1783
1802
  <line num="2" count="3" type="stmt"/>
1784
1803
  <line num="3" count="3" type="stmt"/>
1785
1804
  </file>
1786
- <file name="mock-created-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
1805
+ <file name="mock-created-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
1787
1806
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1788
1807
  <line num="6" count="5" type="stmt"/>
1789
1808
  <line num="7" count="16" type="stmt"/>