@zeedhi/teknisa-components-common 1.84.0 → 1.84.1

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 (32) hide show
  1. package/coverage/clover.xml +418 -399
  2. package/coverage/coverage-final.json +40 -39
  3. package/coverage/lcov-report/index.html +14 -14
  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 +94 -0
  6. package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +1 -1
  7. package/coverage/lcov-report/tests/__helpers__/index.html +19 -4
  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 +774 -740
  11. package/dist/tek-components-common.esm.js +48 -19
  12. package/dist/tek-components-common.umd.js +48 -19
  13. package/package.json +2 -2
  14. package/tests/__helpers__/flush-promises-helper.ts +3 -0
  15. package/tests/unit/components/tek-grid/grid.spec.ts +18 -31
  16. package/types/components/crud/crud-form.d.ts +4 -0
  17. package/types/components/tek-ag-grid/default-icons.d.ts +53 -0
  18. package/types/components/tek-ag-grid/interfaces.d.ts +9 -0
  19. package/types/components/tek-ag-grid/tek-ag-grid.d.ts +35 -0
  20. package/types/components/tek-datasource/datasource.d.ts +94 -0
  21. package/types/components/tek-grid/default-icons.d.ts +53 -0
  22. package/types/components/tek-grid/filter-dynamic-values.d.ts +9 -0
  23. package/types/components/tek-grid/grid-controller.d.ts +19 -0
  24. package/types/components/tek-grid/grid.d.ts +11 -0
  25. package/types/components/tek-grid/grid_column.d.ts +14 -0
  26. package/types/components/tek-grid/grid_controller.d.ts +15 -0
  27. package/types/components/tek-grid/layout-options.d.ts +1 -0
  28. package/types/components/tek-grid/tek-grid.d.ts +35 -0
  29. package/types/components/tek-login/interfaces.d.ts +3 -0
  30. package/types/components/tek-login/login-children.d.ts +3 -0
  31. package/types/components/tek-login/login.d.ts +58 -0
  32. package/types/components/tek-login/login_children.d.ts +3 -0
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1698850976855" clover="3.2.0">
3
- <project timestamp="1698850976855" name="All files">
4
- <metrics statements="1419" coveredstatements="1419" conditionals="656" coveredconditionals="656" methods="344" coveredmethods="344" elements="2419" coveredelements="2419" complexity="0" loc="1419" ncloc="1419" packages="20" files="39" classes="39"/>
2
+ <coverage generated="1699981682084" clover="3.2.0">
3
+ <project timestamp="1699981682084" name="All files">
4
+ <metrics statements="1435" coveredstatements="1435" conditionals="655" coveredconditionals="655" methods="349" coveredmethods="349" elements="2439" coveredelements="2439" complexity="0" loc="1435" ncloc="1435" packages="20" files="40" classes="40"/>
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="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/index.ts">
7
+ <file name="index.ts" path="/Users/zedmartins/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="25" type="stmt"/>
10
10
  <line num="3" count="25" type="stmt"/>
@@ -14,7 +14,7 @@
14
14
  </package>
15
15
  <package name="src.components">
16
16
  <metrics statements="39" coveredstatements="39" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
17
- <file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/index.ts">
17
+ <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
18
18
  <metrics statements="39" coveredstatements="39" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
19
19
  <line num="1" count="26" type="stmt"/>
20
20
  <line num="3" count="26" type="stmt"/>
@@ -58,8 +58,8 @@
58
58
  </file>
59
59
  </package>
60
60
  <package name="src.components.crud">
61
- <metrics statements="126" coveredstatements="126" conditionals="80" coveredconditionals="80" methods="29" coveredmethods="29"/>
62
- <file name="crud-add-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
61
+ <metrics statements="128" coveredstatements="128" conditionals="80" coveredconditionals="80" methods="29" coveredmethods="29"/>
62
+ <file name="crud-add-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
63
63
  <metrics statements="15" coveredstatements="15" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
64
64
  <line num="1" count="26" type="stmt"/>
65
65
  <line num="3" count="26" type="stmt"/>
@@ -77,7 +77,7 @@
77
77
  <line num="44" count="3" type="cond" truecount="4" falsecount="0"/>
78
78
  <line num="53" count="1" type="stmt"/>
79
79
  </file>
80
- <file name="crud-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-button.ts">
80
+ <file name="crud-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
81
81
  <metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
82
82
  <line num="1" count="26" type="stmt"/>
83
83
  <line num="4" count="26" type="stmt"/>
@@ -98,7 +98,7 @@
98
98
  <line num="64" count="1" type="stmt"/>
99
99
  <line num="67" count="22" type="stmt"/>
100
100
  </file>
101
- <file name="crud-cancel-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
101
+ <file name="crud-cancel-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
102
102
  <metrics statements="20" coveredstatements="20" conditionals="15" coveredconditionals="15" methods="4" coveredmethods="4"/>
103
103
  <line num="1" count="26" type="stmt"/>
104
104
  <line num="2" count="26" type="stmt"/>
@@ -121,7 +121,7 @@
121
121
  <line num="46" count="1" type="stmt"/>
122
122
  <line num="52" count="6" type="stmt"/>
123
123
  </file>
124
- <file name="crud-delete-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
124
+ <file name="crud-delete-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
125
125
  <metrics statements="24" coveredstatements="24" conditionals="23" coveredconditionals="23" methods="6" coveredmethods="6"/>
126
126
  <line num="1" count="26" type="stmt"/>
127
127
  <line num="2" count="26" type="stmt"/>
@@ -148,38 +148,40 @@
148
148
  <line num="69" count="3" type="cond" truecount="2" falsecount="0"/>
149
149
  <line num="73" count="8" type="cond" truecount="3" falsecount="0"/>
150
150
  </file>
151
- <file name="crud-form.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-form.ts">
152
- <metrics statements="28" coveredstatements="28" conditionals="10" coveredconditionals="10" methods="9" coveredmethods="9"/>
151
+ <file name="crud-form.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
152
+ <metrics statements="30" coveredstatements="30" conditionals="10" coveredconditionals="10" methods="9" coveredmethods="9"/>
153
153
  <line num="1" count="26" type="stmt"/>
154
154
  <line num="8" count="26" type="stmt"/>
155
155
  <line num="12" count="18" type="stmt"/>
156
- <line num="24" count="18" type="stmt"/>
157
- <line num="25" count="18" type="cond" truecount="1" falsecount="0"/>
158
- <line num="26" count="1" type="stmt"/>
159
- <line num="31" count="2" type="stmt"/>
160
- <line num="32" count="2" type="cond" truecount="1" falsecount="0"/>
161
- <line num="39" count="2" type="stmt"/>
162
- <line num="40" count="2" type="cond" truecount="1" falsecount="0"/>
163
- <line num="41" count="1" type="stmt"/>
164
- <line num="49" count="5" type="stmt"/>
165
- <line num="50" count="5" type="stmt"/>
166
- <line num="59" count="3" type="stmt"/>
167
- <line num="60" count="3" type="stmt"/>
168
- <line num="61" count="2" type="stmt"/>
169
- <line num="62" count="2" type="cond" truecount="2" falsecount="0"/>
170
- <line num="63" count="2" type="stmt"/>
171
- <line num="66" count="3" type="cond" truecount="1" falsecount="0"/>
156
+ <line num="29" count="18" type="stmt"/>
157
+ <line num="30" count="18" type="cond" truecount="1" falsecount="0"/>
158
+ <line num="31" count="1" type="stmt"/>
159
+ <line num="36" count="3" type="stmt"/>
160
+ <line num="37" count="3" type="stmt"/>
161
+ <line num="38" count="3" type="cond" truecount="1" falsecount="0"/>
162
+ <line num="45" count="5" type="stmt"/>
163
+ <line num="46" count="5" type="cond" truecount="1" falsecount="0"/>
164
+ <line num="47" count="1" type="stmt"/>
165
+ <line num="55" count="6" type="stmt"/>
166
+ <line num="56" count="6" type="stmt"/>
167
+ <line num="65" count="3" type="stmt"/>
168
+ <line num="66" count="3" type="stmt"/>
172
169
  <line num="67" count="2" type="stmt"/>
173
- <line num="68" count="2" type="stmt"/>
174
- <line num="71" count="1" type="stmt"/>
175
- <line num="72" count="1" type="stmt"/>
176
- <line num="76" count="4" type="cond" truecount="2" falsecount="0"/>
177
- <line num="80" count="3" type="stmt"/>
178
- <line num="81" count="3" type="stmt"/>
179
- <line num="88" count="3" type="cond" truecount="1" falsecount="0"/>
180
- <line num="89" count="2" type="stmt"/>
170
+ <line num="68" count="2" type="cond" truecount="2" falsecount="0"/>
171
+ <line num="69" count="2" type="stmt"/>
172
+ <line num="72" count="3" type="cond" truecount="1" falsecount="0"/>
173
+ <line num="73" count="2" type="stmt"/>
174
+ <line num="74" count="2" type="stmt"/>
175
+ <line num="77" count="1" type="stmt"/>
176
+ <line num="78" count="1" type="stmt"/>
177
+ <line num="82" count="4" type="cond" truecount="2" falsecount="0"/>
178
+ <line num="86" count="3" type="stmt"/>
179
+ <line num="87" count="3" type="stmt"/>
180
+ <line num="88" count="3" type="stmt"/>
181
+ <line num="95" count="3" type="cond" truecount="1" falsecount="0"/>
182
+ <line num="96" count="2" type="stmt"/>
181
183
  </file>
182
- <file name="crud-save-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
184
+ <file name="crud-save-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
183
185
  <metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
184
186
  <line num="1" count="26" type="stmt"/>
185
187
  <line num="2" count="26" type="stmt"/>
@@ -206,7 +208,7 @@
206
208
  </package>
207
209
  <package name="src.components.tek-breadcrumb-header">
208
210
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
209
- <file name="breadcrumb-header.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
211
+ <file name="breadcrumb-header.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
210
212
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
211
213
  <line num="1" count="26" type="stmt"/>
212
214
  <line num="7" count="26" type="stmt"/>
@@ -221,7 +223,7 @@
221
223
  </package>
222
224
  <package name="src.components.tek-card-title">
223
225
  <metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
224
- <file name="card-title.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
226
+ <file name="card-title.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
225
227
  <metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
226
228
  <line num="1" count="26" type="stmt"/>
227
229
  <line num="7" count="26" type="stmt"/>
@@ -243,12 +245,12 @@
243
245
  </package>
244
246
  <package name="src.components.tek-datasource">
245
247
  <metrics statements="197" coveredstatements="197" conditionals="130" coveredconditionals="130" methods="48" coveredmethods="48"/>
246
- <file name="interfaces.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
248
+ <file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
247
249
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
248
250
  <line num="19" count="26" type="stmt"/>
249
251
  <line num="33" count="26" type="stmt"/>
250
252
  </file>
251
- <file name="memory-datasource.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
253
+ <file name="memory-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
252
254
  <metrics statements="119" coveredstatements="119" conditionals="88" coveredconditionals="88" methods="30" coveredmethods="30"/>
253
255
  <line num="1" count="26" type="stmt"/>
254
256
  <line num="4" count="26" type="stmt"/>
@@ -370,7 +372,7 @@
370
372
  <line num="306" count="42" type="stmt"/>
371
373
  <line num="310" count="26" type="stmt"/>
372
374
  </file>
373
- <file name="rest-datasource.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
375
+ <file name="rest-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
374
376
  <metrics statements="76" coveredstatements="76" conditionals="42" coveredconditionals="42" methods="18" coveredmethods="18"/>
375
377
  <line num="1" count="26" type="stmt"/>
376
378
  <line num="4" count="26" type="stmt"/>
@@ -390,7 +392,7 @@
390
392
  <line num="50" count="1" type="stmt"/>
391
393
  <line num="55" count="7" type="stmt"/>
392
394
  <line num="56" count="7" type="stmt"/>
393
- <line num="60" count="89" type="cond" truecount="1" falsecount="0"/>
395
+ <line num="60" count="85" type="cond" truecount="1" falsecount="0"/>
394
396
  <line num="61" count="7" type="stmt"/>
395
397
  <line num="62" count="7" type="stmt"/>
396
398
  <line num="63" count="7" type="stmt"/>
@@ -436,23 +438,23 @@
436
438
  <line num="173" count="13" type="stmt"/>
437
439
  <line num="182" count="32" type="cond" truecount="4" falsecount="0"/>
438
440
  <line num="185" count="33" type="cond" truecount="4" falsecount="0"/>
439
- <line num="194" count="38" type="stmt"/>
440
- <line num="195" count="76" type="cond" truecount="2" falsecount="0"/>
441
- <line num="196" count="38" type="cond" truecount="2" falsecount="0"/>
441
+ <line num="194" count="34" type="stmt"/>
442
+ <line num="195" count="68" type="cond" truecount="2" falsecount="0"/>
443
+ <line num="196" count="34" type="cond" truecount="2" falsecount="0"/>
442
444
  <line num="197" count="16" type="stmt"/>
443
445
  <line num="199" count="16" type="cond" truecount="3" falsecount="0"/>
444
- <line num="202" count="38" type="cond" truecount="3" falsecount="0"/>
446
+ <line num="202" count="34" type="cond" truecount="3" falsecount="0"/>
445
447
  <line num="203" count="10" type="stmt"/>
446
- <line num="206" count="38" type="cond" truecount="1" falsecount="0"/>
448
+ <line num="206" count="34" type="cond" truecount="1" falsecount="0"/>
447
449
  <line num="207" count="4" type="stmt"/>
448
- <line num="209" count="38" type="stmt"/>
450
+ <line num="209" count="34" type="stmt"/>
449
451
  <line num="213" count="1" type="stmt"/>
450
452
  <line num="222" count="26" type="stmt"/>
451
453
  </file>
452
454
  </package>
453
455
  <package name="src.components.tek-grid">
454
- <metrics statements="523" coveredstatements="523" conditionals="223" coveredconditionals="223" methods="123" coveredmethods="123"/>
455
- <file name="filter-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
456
+ <metrics statements="535" coveredstatements="535" conditionals="222" coveredconditionals="222" methods="127" coveredmethods="127"/>
457
+ <file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
456
458
  <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
457
459
  <line num="1" count="26" type="stmt"/>
458
460
  <line num="4" count="26" type="stmt"/>
@@ -461,7 +463,7 @@
461
463
  <line num="14" count="2" type="stmt"/>
462
464
  <line num="18" count="2" type="stmt"/>
463
465
  </file>
464
- <file name="grid-column.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
466
+ <file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
465
467
  <metrics statements="79" coveredstatements="79" conditionals="24" coveredconditionals="24" methods="19" coveredmethods="19"/>
466
468
  <line num="1" count="26" type="stmt"/>
467
469
  <line num="2" count="26" type="stmt"/>
@@ -523,17 +525,17 @@
523
525
  <line num="167" count="10" type="cond" truecount="2" falsecount="0"/>
524
526
  <line num="170" count="10" type="stmt"/>
525
527
  <line num="177" count="10" type="stmt"/>
526
- <line num="181" count="889" type="stmt"/>
528
+ <line num="181" count="813" type="stmt"/>
527
529
  <line num="185" count="211" type="stmt"/>
528
530
  <line num="186" count="211" type="stmt"/>
529
531
  <line num="187" count="211" type="cond" truecount="1" falsecount="0"/>
530
532
  <line num="188" count="22" type="stmt"/>
531
- <line num="193" count="534" type="stmt"/>
533
+ <line num="193" count="387" type="stmt"/>
532
534
  <line num="197" count="211" type="stmt"/>
533
535
  <line num="198" count="211" type="stmt"/>
534
536
  <line num="199" count="211" type="cond" truecount="1" falsecount="0"/>
535
537
  <line num="200" count="13" type="stmt"/>
536
- <line num="205" count="294" type="stmt"/>
538
+ <line num="205" count="285" type="stmt"/>
537
539
  <line num="209" count="209" type="stmt"/>
538
540
  <line num="210" count="209" type="stmt"/>
539
541
  <line num="211" count="209" type="cond" truecount="1" falsecount="0"/>
@@ -543,7 +545,7 @@
543
545
  <line num="226" count="36" type="stmt"/>
544
546
  <line num="227" count="1" type="stmt"/>
545
547
  </file>
546
- <file name="grid-columns-button-controller.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
548
+ <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">
547
549
  <metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="7" methods="3" coveredmethods="3"/>
548
550
  <line num="1" count="26" type="stmt"/>
549
551
  <line num="5" count="26" type="stmt"/>
@@ -560,7 +562,7 @@
560
562
  <line num="25" count="2" type="stmt"/>
561
563
  <line num="26" count="2" type="stmt"/>
562
564
  </file>
563
- <file name="grid-columns-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
565
+ <file name="grid-columns-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
564
566
  <metrics statements="16" coveredstatements="16" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
565
567
  <line num="1" count="26" type="stmt"/>
566
568
  <line num="2" count="26" type="stmt"/>
@@ -579,8 +581,8 @@
579
581
  <line num="28" count="5" type="stmt"/>
580
582
  <line num="33" count="2" type="stmt"/>
581
583
  </file>
582
- <file name="grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
583
- <metrics statements="311" coveredstatements="311" conditionals="138" coveredconditionals="138" methods="74" coveredmethods="74"/>
584
+ <file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
585
+ <metrics statements="319" coveredstatements="319" conditionals="138" coveredconditionals="138" methods="77" coveredmethods="77"/>
584
586
  <line num="1" count="26" type="stmt"/>
585
587
  <line num="7" count="26" type="stmt"/>
586
588
  <line num="11" count="26" type="stmt"/>
@@ -652,354 +654,366 @@
652
654
  <line num="327" count="109" type="stmt"/>
653
655
  <line num="328" count="109" type="stmt"/>
654
656
  <line num="330" count="109" type="cond" truecount="4" falsecount="0"/>
655
- <line num="334" count="35" type="stmt"/>
656
- <line num="335" count="35" type="stmt"/>
657
- <line num="339" count="35" type="cond" truecount="1" falsecount="0"/>
658
- <line num="340" count="35" type="stmt"/>
659
- <line num="345" count="35" type="stmt"/>
660
- <line num="353" count="8" type="stmt"/>
661
- <line num="354" count="8" type="stmt"/>
662
- <line num="358" count="4" type="stmt"/>
663
- <line num="359" count="4" type="stmt"/>
664
- <line num="360" count="4" type="stmt"/>
665
- <line num="364" count="1" type="stmt"/>
666
- <line num="365" count="1" type="stmt"/>
667
- <line num="369" count="2" type="cond" truecount="1" falsecount="0"/>
668
- <line num="370" count="1" type="stmt"/>
669
- <line num="380" count="177" type="stmt"/>
670
- <line num="384" count="2" type="cond" truecount="1" falsecount="0"/>
671
- <line num="388" count="1" type="stmt"/>
672
- <line num="389" count="1" type="cond" truecount="2" falsecount="0"/>
673
- <line num="391" count="1" type="stmt"/>
674
- <line num="395" count="5" type="stmt"/>
675
- <line num="396" count="4" type="stmt"/>
676
- <line num="397" count="1" type="stmt"/>
677
- <line num="408" count="5" type="stmt"/>
678
- <line num="409" count="5" type="stmt"/>
679
- <line num="410" count="4" type="stmt"/>
680
- <line num="412" count="1" type="stmt"/>
681
- <line num="414" count="5" type="stmt"/>
657
+ <line num="333" count="109" type="stmt"/>
658
+ <line num="336" count="35" type="stmt"/>
659
+ <line num="337" count="35" type="stmt"/>
660
+ <line num="341" count="35" type="cond" truecount="1" falsecount="0"/>
661
+ <line num="342" count="35" type="stmt"/>
662
+ <line num="347" count="35" type="stmt"/>
663
+ <line num="355" count="17" type="stmt"/>
664
+ <line num="356" count="17" type="stmt"/>
665
+ <line num="358" count="17" type="stmt"/>
666
+ <line num="362" count="4" type="stmt"/>
667
+ <line num="363" count="4" type="stmt"/>
668
+ <line num="364" count="4" type="stmt"/>
669
+ <line num="368" count="1" type="stmt"/>
670
+ <line num="369" count="1" type="stmt"/>
671
+ <line num="373" count="2" type="cond" truecount="1" falsecount="0"/>
672
+ <line num="374" count="1" type="stmt"/>
673
+ <line num="384" count="177" type="stmt"/>
674
+ <line num="388" count="2" type="cond" truecount="1" falsecount="0"/>
675
+ <line num="392" count="1" type="stmt"/>
676
+ <line num="393" count="1" type="cond" truecount="2" falsecount="0"/>
677
+ <line num="395" count="1" type="stmt"/>
678
+ <line num="399" count="5" type="stmt"/>
679
+ <line num="400" count="4" type="stmt"/>
680
+ <line num="401" count="1" type="stmt"/>
681
+ <line num="412" count="5" type="stmt"/>
682
+ <line num="413" count="5" type="stmt"/>
683
+ <line num="414" count="4" type="stmt"/>
684
+ <line num="416" count="1" type="stmt"/>
682
685
  <line num="418" count="5" type="stmt"/>
683
- <line num="419" count="5" type="stmt"/>
684
- <line num="420" count="5" type="stmt"/>
685
- <line num="423" count="5" type="cond" truecount="1" falsecount="0"/>
686
- <line num="427" count="4" type="stmt"/>
687
- <line num="429" count="4" type="stmt"/>
686
+ <line num="422" count="5" type="stmt"/>
687
+ <line num="423" count="5" type="stmt"/>
688
+ <line num="424" count="5" type="stmt"/>
689
+ <line num="427" count="5" type="cond" truecount="1" falsecount="0"/>
688
690
  <line num="431" count="4" type="stmt"/>
689
- <line num="432" count="4" type="stmt"/>
690
- <line num="434" count="2" type="cond" truecount="1" falsecount="0"/>
691
- <line num="435" count="1" type="stmt"/>
692
- <line num="438" count="1" type="stmt"/>
693
- <line num="441" count="2" type="stmt"/>
694
- <line num="444" count="2" type="stmt"/>
691
+ <line num="433" count="4" type="stmt"/>
692
+ <line num="435" count="4" type="stmt"/>
693
+ <line num="436" count="4" type="stmt"/>
694
+ <line num="438" count="2" type="cond" truecount="1" falsecount="0"/>
695
+ <line num="439" count="1" type="stmt"/>
696
+ <line num="442" count="1" type="stmt"/>
695
697
  <line num="445" count="2" type="stmt"/>
696
- <line num="447" count="2" type="cond" truecount="1" falsecount="0"/>
697
- <line num="449" count="1" type="stmt"/>
698
- <line num="450" count="2" type="stmt"/>
698
+ <line num="448" count="2" type="stmt"/>
699
+ <line num="449" count="2" type="stmt"/>
700
+ <line num="451" count="2" type="cond" truecount="1" falsecount="0"/>
699
701
  <line num="453" count="1" type="stmt"/>
700
- <line num="455" count="1" type="stmt"/>
701
- <line num="456" count="2" type="stmt"/>
702
- <line num="457" count="2" type="stmt"/>
703
- <line num="458" count="2" type="stmt"/>
704
- <line num="463" count="2" type="stmt"/>
705
- <line num="465" count="2" type="stmt"/>
706
- <line num="469" count="4" type="stmt"/>
707
- <line num="470" count="4" type="stmt"/>
708
- <line num="472" count="3" type="stmt"/>
709
- <line num="473" count="3" type="stmt"/>
710
- <line num="478" count="4" type="cond" truecount="1" falsecount="0"/>
711
- <line num="479" count="1" type="stmt"/>
712
- <line num="482" count="4" type="stmt"/>
713
- <line num="495" count="3" type="stmt"/>
714
- <line num="498" count="109" type="stmt"/>
715
- <line num="500" count="109" type="stmt"/>
716
- <line num="507" count="109" type="stmt"/>
717
- <line num="508" count="109" type="stmt"/>
718
- <line num="510" count="109" type="stmt"/>
719
- <line num="511" count="109" type="stmt"/>
720
- <line num="512" count="109" type="stmt"/>
702
+ <line num="454" count="2" type="stmt"/>
703
+ <line num="457" count="1" type="stmt"/>
704
+ <line num="459" count="1" type="stmt"/>
705
+ <line num="460" count="2" type="stmt"/>
706
+ <line num="461" count="2" type="stmt"/>
707
+ <line num="462" count="2" type="stmt"/>
708
+ <line num="467" count="2" type="stmt"/>
709
+ <line num="469" count="2" type="stmt"/>
710
+ <line num="473" count="4" type="stmt"/>
711
+ <line num="474" count="4" type="stmt"/>
712
+ <line num="476" count="3" type="stmt"/>
713
+ <line num="477" count="3" type="stmt"/>
714
+ <line num="482" count="4" type="cond" truecount="1" falsecount="0"/>
715
+ <line num="483" count="1" type="stmt"/>
716
+ <line num="486" count="4" type="stmt"/>
717
+ <line num="499" count="3" type="stmt"/>
718
+ <line num="502" count="109" type="stmt"/>
719
+ <line num="504" count="109" type="stmt"/>
721
720
  <line num="513" count="109" type="stmt"/>
722
- <line num="514" count="109" type="stmt"/>
723
- <line num="518" count="109" type="stmt"/>
724
- <line num="519" count="92" type="cond" truecount="1" falsecount="0"/>
725
- <line num="523" count="16" type="stmt"/>
726
- <line num="526" count="92" type="stmt"/>
727
- <line num="530" count="109" type="stmt"/>
728
- <line num="532" count="81" type="stmt"/>
729
- <line num="538" count="81" type="stmt"/>
730
- <line num="540" count="120" type="stmt"/>
731
- <line num="541" count="81" type="stmt"/>
732
- <line num="542" count="81" type="cond" truecount="2" falsecount="0"/>
733
- <line num="546" count="17" type="cond" truecount="1" falsecount="0"/>
734
- <line num="547" count="16" type="stmt"/>
735
- <line num="548" count="18" type="stmt"/>
736
- <line num="550" count="16" type="stmt"/>
737
- <line num="551" count="11" type="stmt"/>
738
- <line num="554" count="16" type="stmt"/>
739
- <line num="557" count="17" type="stmt"/>
740
- <line num="559" count="64" type="stmt"/>
741
- <line num="560" count="64" type="stmt"/>
742
- <line num="563" count="81" type="cond" truecount="3" falsecount="0"/>
743
- <line num="564" count="69" type="stmt"/>
744
- <line num="567" count="79" type="cond" truecount="3" falsecount="0"/>
745
- <line num="568" count="1" type="stmt"/>
746
- <line num="570" count="79" type="cond" truecount="1" falsecount="0"/>
747
- <line num="571" count="1" type="stmt"/>
748
- <line num="580" count="16" type="stmt"/>
749
- <line num="581" count="16" type="stmt"/>
750
- <line num="582" count="16" type="stmt"/>
751
- <line num="584" count="16" type="stmt"/>
752
- <line num="585" count="68" type="stmt"/>
753
- <line num="586" count="68" type="stmt"/>
754
- <line num="587" count="73" type="stmt"/>
755
- <line num="588" count="73" type="cond" truecount="3" falsecount="0"/>
756
- <line num="589" count="32" type="cond" truecount="1" falsecount="0"/>
757
- <line num="590" count="28" type="stmt"/>
758
- <line num="592" count="32" type="stmt"/>
759
- <line num="594" count="32" type="stmt"/>
760
- <line num="595" count="32" type="stmt"/>
761
- <line num="596" count="32" type="stmt"/>
762
- <line num="600" count="68" type="stmt"/>
763
- <line num="601" count="73" type="stmt"/>
764
- <line num="604" count="68" type="stmt"/>
765
- <line num="607" count="73" type="stmt"/>
766
- <line num="611" count="68" type="stmt"/>
767
- <line num="614" count="16" type="cond" truecount="1" falsecount="0"/>
768
- <line num="615" count="15" type="stmt"/>
769
- <line num="617" count="15" type="cond" truecount="1" falsecount="0"/>
770
- <line num="618" count="14" type="stmt"/>
771
- <line num="624" count="125" type="stmt"/>
772
- <line num="625" count="125" type="stmt"/>
773
- <line num="626" count="17" type="stmt"/>
774
- <line num="634" count="17" type="stmt"/>
775
- <line num="636" count="17" type="stmt"/>
776
- <line num="641" count="125" type="stmt"/>
777
- <line num="642" count="234" type="cond" truecount="2" falsecount="0"/>
778
- <line num="644" count="125" type="stmt"/>
779
- <line num="652" count="32" type="cond" truecount="2" falsecount="0"/>
780
- <line num="653" count="32" type="stmt"/>
781
- <line num="666" count="32" type="stmt"/>
782
- <line num="667" count="8" type="stmt"/>
783
- <line num="669" count="32" type="stmt"/>
784
- <line num="670" count="32" type="stmt"/>
785
- <line num="671" count="32" type="stmt"/>
786
- <line num="675" count="43" type="cond" truecount="1" falsecount="0"/>
787
- <line num="676" count="32" type="stmt"/>
788
- <line num="679" count="11" type="stmt"/>
789
- <line num="680" count="13" type="cond" truecount="1" falsecount="0"/>
790
- <line num="681" count="9" type="stmt"/>
791
- <line num="691" count="9" type="stmt"/>
792
- <line num="692" count="4" type="stmt"/>
793
- <line num="695" count="9" type="stmt"/>
794
- <line num="701" count="49" type="stmt"/>
795
- <line num="702" count="29" type="stmt"/>
796
- <line num="712" count="135" type="cond" truecount="2" falsecount="0"/>
797
- <line num="716" count="90" type="cond" truecount="1" falsecount="0"/>
798
- <line num="717" count="86" type="stmt"/>
799
- <line num="719" count="86" type="cond" truecount="1" falsecount="0"/>
800
- <line num="720" count="86" type="cond" truecount="1" falsecount="0"/>
801
- <line num="721" count="86" type="cond" truecount="2" falsecount="0"/>
802
- <line num="722" count="86" type="cond" truecount="2" falsecount="0"/>
803
- <line num="724" count="86" type="cond" truecount="1" falsecount="0"/>
804
- <line num="725" count="78" type="stmt"/>
805
- <line num="731" count="68" type="cond" truecount="1" falsecount="0"/>
806
- <line num="732" count="19" type="stmt"/>
807
- <line num="733" count="45" type="stmt"/>
808
- <line num="734" count="45" type="stmt"/>
809
- <line num="735" count="45" type="cond" truecount="1" falsecount="0"/>
810
- <line num="736" count="10" type="stmt"/>
811
- <line num="744" count="45" type="stmt"/>
812
- <line num="746" count="45" type="stmt"/>
813
- <line num="747" count="45" type="stmt"/>
814
- <line num="754" count="14" type="cond" truecount="1" falsecount="0"/>
815
- <line num="756" count="3" type="stmt"/>
816
- <line num="762" count="3" type="stmt"/>
817
- <line num="766" count="12" type="stmt"/>
818
- <line num="767" count="12" type="stmt"/>
819
- <line num="768" count="27" type="stmt"/>
820
- <line num="769" count="27" type="stmt"/>
821
- <line num="771" count="27" type="cond" truecount="2" falsecount="0"/>
822
- <line num="772" count="12" type="stmt"/>
823
- <line num="773" count="15" type="cond" truecount="2" falsecount="0"/>
824
- <line num="774" count="9" type="stmt"/>
825
- <line num="775" count="6" type="cond" truecount="2" falsecount="0"/>
826
- <line num="776" count="2" type="stmt"/>
827
- <line num="777" count="4" type="cond" truecount="2" falsecount="0"/>
828
- <line num="778" count="2" type="stmt"/>
829
- <line num="781" count="2" type="stmt"/>
830
- <line num="785" count="12" type="stmt"/>
831
- <line num="789" count="2" type="stmt"/>
832
- <line num="790" count="2" type="cond" truecount="3" falsecount="0"/>
833
- <line num="794" count="22" type="stmt"/>
834
- <line num="797" count="20" type="stmt"/>
835
- <line num="802" count="32" type="stmt"/>
836
- <line num="803" count="32" type="stmt"/>
837
- <line num="804" count="32" type="cond" truecount="1" falsecount="0"/>
838
- <line num="805" count="26" type="stmt"/>
839
- <line num="807" count="32" type="stmt"/>
840
- <line num="808" count="32" type="stmt"/>
841
- <line num="809" count="32" type="stmt"/>
842
- <line num="813" count="3" type="stmt"/>
843
- <line num="814" count="1" type="stmt"/>
844
- <line num="815" count="1" type="stmt"/>
845
- <line num="816" count="1" type="stmt"/>
846
- <line num="821" count="5" type="stmt"/>
847
- <line num="825" count="28" type="stmt"/>
848
- <line num="832" count="17" type="cond" truecount="2" falsecount="0"/>
849
- <line num="833" count="2" type="stmt"/>
850
- <line num="835" count="15" type="stmt"/>
851
- <line num="836" count="15" type="cond" truecount="3" falsecount="0"/>
852
- <line num="838" count="13" type="stmt"/>
853
- <line num="839" count="13" type="cond" truecount="2" falsecount="0"/>
854
- <line num="842" count="34" type="cond" truecount="1" falsecount="0"/>
855
- <line num="843" count="12" type="cond" truecount="2" falsecount="0"/>
856
- <line num="845" count="22" type="cond" truecount="2" falsecount="0"/>
857
- <line num="848" count="13" type="stmt"/>
858
- <line num="850" count="13" type="cond" truecount="5" falsecount="0"/>
859
- <line num="851" count="6" type="stmt"/>
860
- <line num="853" count="7" type="stmt"/>
861
- <line num="859" count="11" type="cond" truecount="2" falsecount="0"/>
862
- <line num="860" count="1" type="stmt"/>
863
- <line num="862" count="10" type="stmt"/>
864
- <line num="863" count="10" type="cond" truecount="3" falsecount="0"/>
865
- <line num="865" count="9" type="stmt"/>
866
- <line num="867" count="9" type="cond" truecount="2" falsecount="0"/>
867
- <line num="870" count="16" type="cond" truecount="1" falsecount="0"/>
868
- <line num="871" count="6" type="cond" truecount="2" falsecount="0"/>
869
- <line num="873" count="10" type="cond" truecount="2" falsecount="0"/>
870
- <line num="876" count="9" type="cond" truecount="1" falsecount="0"/>
871
- <line num="878" count="9" type="stmt"/>
872
- <line num="880" count="9" type="cond" truecount="5" falsecount="0"/>
873
- <line num="881" count="3" type="stmt"/>
874
- <line num="883" count="6" type="stmt"/>
875
- <line num="889" count="3" type="stmt"/>
876
- <line num="890" count="3" type="cond" truecount="4" falsecount="0"/>
877
- <line num="891" count="1" type="stmt"/>
878
- <line num="892" count="2" type="cond" truecount="5" falsecount="0"/>
879
- <line num="893" count="1" type="stmt"/>
880
- <line num="898" count="3" type="stmt"/>
881
- <line num="899" count="3" type="cond" truecount="3" falsecount="0"/>
882
- <line num="900" count="2" type="stmt"/>
883
- <line num="911" count="2" type="cond" truecount="1" falsecount="0"/>
884
- <line num="912" count="1" type="stmt"/>
885
- <line num="914" count="1" type="stmt"/>
886
- <line num="922" count="2" type="stmt"/>
887
- <line num="936" count="2" type="cond" truecount="1" falsecount="0"/>
888
- <line num="937" count="1" type="stmt"/>
889
- <line num="945" count="2" type="stmt"/>
890
- <line num="961" count="2" type="cond" truecount="2" falsecount="0"/>
891
- <line num="962" count="1" type="stmt"/>
892
- <line num="970" count="1" type="stmt"/>
893
- <line num="981" count="1" type="stmt"/>
894
- <line num="985" count="2" type="stmt"/>
721
+ <line num="516" count="15" type="stmt"/>
722
+ <line num="519" count="109" type="stmt"/>
723
+ <line num="525" count="14" type="stmt"/>
724
+ <line num="527" count="14" type="stmt"/>
725
+ <line num="529" count="14" type="stmt"/>
726
+ <line num="533" count="17" type="stmt"/>
727
+ <line num="534" count="17" type="stmt"/>
728
+ <line num="536" count="17" type="stmt"/>
729
+ <line num="537" count="17" type="stmt"/>
730
+ <line num="538" count="17" type="stmt"/>
731
+ <line num="539" count="17" type="stmt"/>
732
+ <line num="540" count="17" type="stmt"/>
733
+ <line num="544" count="17" type="stmt"/>
734
+ <line num="545" count="14" type="cond" truecount="1" falsecount="0"/>
735
+ <line num="549" count="9" type="stmt"/>
736
+ <line num="552" count="14" type="stmt"/>
737
+ <line num="556" count="109" type="stmt"/>
738
+ <line num="558" count="15" type="stmt"/>
739
+ <line num="564" count="15" type="stmt"/>
740
+ <line num="566" count="45" type="stmt"/>
741
+ <line num="567" count="15" type="stmt"/>
742
+ <line num="568" count="15" type="cond" truecount="2" falsecount="0"/>
743
+ <line num="572" count="10" type="cond" truecount="1" falsecount="0"/>
744
+ <line num="573" count="9" type="stmt"/>
745
+ <line num="574" count="11" type="stmt"/>
746
+ <line num="576" count="9" type="stmt"/>
747
+ <line num="577" count="8" type="stmt"/>
748
+ <line num="580" count="9" type="stmt"/>
749
+ <line num="583" count="10" type="stmt"/>
750
+ <line num="585" count="5" type="stmt"/>
751
+ <line num="586" count="5" type="stmt"/>
752
+ <line num="589" count="15" type="cond" truecount="3" falsecount="0"/>
753
+ <line num="590" count="14" type="stmt"/>
754
+ <line num="593" count="15" type="cond" truecount="3" falsecount="0"/>
755
+ <line num="594" count="1" type="stmt"/>
756
+ <line num="596" count="15" type="cond" truecount="1" falsecount="0"/>
757
+ <line num="597" count="1" type="stmt"/>
758
+ <line num="606" count="9" type="stmt"/>
759
+ <line num="607" count="9" type="stmt"/>
760
+ <line num="608" count="9" type="stmt"/>
761
+ <line num="610" count="9" type="stmt"/>
762
+ <line num="611" count="44" type="stmt"/>
763
+ <line num="612" count="44" type="stmt"/>
764
+ <line num="613" count="49" type="stmt"/>
765
+ <line num="614" count="49" type="cond" truecount="3" falsecount="0"/>
766
+ <line num="615" count="23" type="cond" truecount="1" falsecount="0"/>
767
+ <line num="616" count="19" type="stmt"/>
768
+ <line num="618" count="23" type="stmt"/>
769
+ <line num="620" count="23" type="stmt"/>
770
+ <line num="621" count="23" type="stmt"/>
771
+ <line num="622" count="23" type="stmt"/>
772
+ <line num="626" count="44" type="stmt"/>
773
+ <line num="627" count="49" type="stmt"/>
774
+ <line num="630" count="44" type="stmt"/>
775
+ <line num="633" count="49" type="stmt"/>
776
+ <line num="637" count="44" type="stmt"/>
777
+ <line num="640" count="9" type="cond" truecount="1" falsecount="0"/>
778
+ <line num="641" count="9" type="stmt"/>
779
+ <line num="643" count="9" type="cond" truecount="1" falsecount="0"/>
780
+ <line num="644" count="8" type="stmt"/>
781
+ <line num="650" count="26" type="stmt"/>
782
+ <line num="651" count="26" type="stmt"/>
783
+ <line num="652" count="10" type="stmt"/>
784
+ <line num="660" count="10" type="stmt"/>
785
+ <line num="662" count="10" type="stmt"/>
786
+ <line num="667" count="26" type="stmt"/>
787
+ <line num="668" count="87" type="cond" truecount="2" falsecount="0"/>
788
+ <line num="670" count="26" type="stmt"/>
789
+ <line num="678" count="23" type="cond" truecount="2" falsecount="0"/>
790
+ <line num="679" count="23" type="stmt"/>
791
+ <line num="692" count="23" type="stmt"/>
792
+ <line num="693" count="8" type="stmt"/>
793
+ <line num="695" count="23" type="stmt"/>
794
+ <line num="696" count="23" type="stmt"/>
795
+ <line num="697" count="23" type="stmt"/>
796
+ <line num="701" count="28" type="cond" truecount="1" falsecount="0"/>
797
+ <line num="702" count="17" type="stmt"/>
798
+ <line num="705" count="11" type="stmt"/>
799
+ <line num="706" count="13" type="cond" truecount="1" falsecount="0"/>
800
+ <line num="707" count="9" type="stmt"/>
801
+ <line num="717" count="9" type="stmt"/>
802
+ <line num="718" count="4" type="stmt"/>
803
+ <line num="721" count="9" type="stmt"/>
804
+ <line num="727" count="33" type="stmt"/>
805
+ <line num="728" count="29" type="stmt"/>
806
+ <line num="738" count="135" type="cond" truecount="2" falsecount="0"/>
807
+ <line num="742" count="90" type="cond" truecount="1" falsecount="0"/>
808
+ <line num="743" count="86" type="stmt"/>
809
+ <line num="745" count="86" type="cond" truecount="1" falsecount="0"/>
810
+ <line num="746" count="86" type="cond" truecount="1" falsecount="0"/>
811
+ <line num="747" count="86" type="cond" truecount="2" falsecount="0"/>
812
+ <line num="748" count="86" type="cond" truecount="2" falsecount="0"/>
813
+ <line num="750" count="86" type="cond" truecount="1" falsecount="0"/>
814
+ <line num="751" count="78" type="stmt"/>
815
+ <line num="757" count="44" type="cond" truecount="1" falsecount="0"/>
816
+ <line num="758" count="19" type="stmt"/>
817
+ <line num="759" count="45" type="stmt"/>
818
+ <line num="760" count="45" type="stmt"/>
819
+ <line num="761" count="45" type="cond" truecount="1" falsecount="0"/>
820
+ <line num="762" count="10" type="stmt"/>
821
+ <line num="770" count="45" type="stmt"/>
822
+ <line num="772" count="45" type="stmt"/>
823
+ <line num="773" count="45" type="stmt"/>
824
+ <line num="780" count="8" type="cond" truecount="1" falsecount="0"/>
825
+ <line num="782" count="3" type="stmt"/>
826
+ <line num="788" count="3" type="stmt"/>
827
+ <line num="792" count="12" type="stmt"/>
828
+ <line num="793" count="12" type="stmt"/>
829
+ <line num="794" count="27" type="stmt"/>
830
+ <line num="795" count="27" type="stmt"/>
831
+ <line num="797" count="27" type="cond" truecount="2" falsecount="0"/>
832
+ <line num="798" count="12" type="stmt"/>
833
+ <line num="799" count="15" type="cond" truecount="2" falsecount="0"/>
834
+ <line num="800" count="9" type="stmt"/>
835
+ <line num="801" count="6" type="cond" truecount="2" falsecount="0"/>
836
+ <line num="802" count="2" type="stmt"/>
837
+ <line num="803" count="4" type="cond" truecount="2" falsecount="0"/>
838
+ <line num="804" count="2" type="stmt"/>
839
+ <line num="807" count="2" type="stmt"/>
840
+ <line num="811" count="12" type="stmt"/>
841
+ <line num="815" count="2" type="stmt"/>
842
+ <line num="816" count="2" type="cond" truecount="3" falsecount="0"/>
843
+ <line num="820" count="22" type="stmt"/>
844
+ <line num="823" count="20" type="stmt"/>
845
+ <line num="828" count="23" type="stmt"/>
846
+ <line num="829" count="23" type="stmt"/>
847
+ <line num="830" count="23" type="cond" truecount="1" falsecount="0"/>
848
+ <line num="831" count="19" type="stmt"/>
849
+ <line num="833" count="23" type="stmt"/>
850
+ <line num="834" count="23" type="stmt"/>
851
+ <line num="835" count="23" type="stmt"/>
852
+ <line num="839" count="3" type="stmt"/>
853
+ <line num="840" count="1" type="stmt"/>
854
+ <line num="841" count="1" type="stmt"/>
855
+ <line num="842" count="1" type="stmt"/>
856
+ <line num="847" count="5" type="stmt"/>
857
+ <line num="851" count="28" type="stmt"/>
858
+ <line num="858" count="17" type="cond" truecount="2" falsecount="0"/>
859
+ <line num="859" count="2" type="stmt"/>
860
+ <line num="861" count="15" type="stmt"/>
861
+ <line num="862" count="15" type="cond" truecount="3" falsecount="0"/>
862
+ <line num="864" count="13" type="stmt"/>
863
+ <line num="865" count="13" type="cond" truecount="2" falsecount="0"/>
864
+ <line num="868" count="34" type="cond" truecount="1" falsecount="0"/>
865
+ <line num="869" count="12" type="cond" truecount="2" falsecount="0"/>
866
+ <line num="871" count="22" type="cond" truecount="2" falsecount="0"/>
867
+ <line num="874" count="13" type="stmt"/>
868
+ <line num="876" count="13" type="cond" truecount="5" falsecount="0"/>
869
+ <line num="877" count="6" type="stmt"/>
870
+ <line num="879" count="7" type="stmt"/>
871
+ <line num="885" count="11" type="cond" truecount="2" falsecount="0"/>
872
+ <line num="886" count="1" type="stmt"/>
873
+ <line num="888" count="10" type="stmt"/>
874
+ <line num="889" count="10" type="cond" truecount="3" falsecount="0"/>
875
+ <line num="891" count="9" type="stmt"/>
876
+ <line num="893" count="9" type="cond" truecount="2" falsecount="0"/>
877
+ <line num="896" count="16" type="cond" truecount="1" falsecount="0"/>
878
+ <line num="897" count="6" type="cond" truecount="2" falsecount="0"/>
879
+ <line num="899" count="10" type="cond" truecount="2" falsecount="0"/>
880
+ <line num="902" count="9" type="cond" truecount="1" falsecount="0"/>
881
+ <line num="904" count="9" type="stmt"/>
882
+ <line num="906" count="9" type="cond" truecount="5" falsecount="0"/>
883
+ <line num="907" count="3" type="stmt"/>
884
+ <line num="909" count="6" type="stmt"/>
885
+ <line num="915" count="3" type="stmt"/>
886
+ <line num="916" count="3" type="cond" truecount="4" falsecount="0"/>
887
+ <line num="917" count="1" type="stmt"/>
888
+ <line num="918" count="2" type="cond" truecount="5" falsecount="0"/>
889
+ <line num="919" count="1" type="stmt"/>
890
+ <line num="924" count="3" type="stmt"/>
891
+ <line num="925" count="3" type="cond" truecount="3" falsecount="0"/>
892
+ <line num="926" count="2" type="stmt"/>
893
+ <line num="937" count="2" type="cond" truecount="1" falsecount="0"/>
894
+ <line num="938" count="1" type="stmt"/>
895
+ <line num="940" count="1" type="stmt"/>
896
+ <line num="948" count="2" type="stmt"/>
897
+ <line num="962" count="2" type="cond" truecount="1" falsecount="0"/>
898
+ <line num="963" count="1" type="stmt"/>
899
+ <line num="971" count="2" type="stmt"/>
900
+ <line num="987" count="2" type="cond" truecount="2" falsecount="0"/>
901
+ <line num="988" count="1" type="stmt"/>
902
+ <line num="996" count="1" type="stmt"/>
903
+ <line num="1007" count="1" type="stmt"/>
904
+ <line num="1011" count="2" type="stmt"/>
895
905
  </file>
896
- <file name="interfaces.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
906
+ <file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
897
907
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
898
908
  <line num="99" count="26" type="stmt"/>
899
909
  <line num="100" count="26" type="stmt"/>
900
910
  </file>
901
- <file name="layout-options.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
902
- <metrics statements="95" coveredstatements="95" conditionals="53" coveredconditionals="53" methods="18" coveredmethods="18"/>
911
+ <file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
912
+ <metrics statements="99" coveredstatements="99" conditionals="52" coveredconditionals="52" methods="19" coveredmethods="19"/>
903
913
  <line num="1" count="26" type="stmt"/>
904
914
  <line num="2" count="26" type="stmt"/>
905
915
  <line num="3" count="26" type="stmt"/>
906
- <line num="12" count="26" type="stmt"/>
907
- <line num="15" count="18" type="stmt"/>
916
+ <line num="14" count="26" type="stmt"/>
908
917
  <line num="17" count="18" type="stmt"/>
909
918
  <line num="19" count="18" type="stmt"/>
910
919
  <line num="21" count="18" type="stmt"/>
911
- <line num="25" count="18" type="stmt"/>
920
+ <line num="23" count="18" type="stmt"/>
912
921
  <line num="27" count="18" type="stmt"/>
913
922
  <line num="29" count="18" type="stmt"/>
914
923
  <line num="31" count="18" type="stmt"/>
915
- <line num="39" count="16" type="stmt"/>
916
- <line num="40" count="16" type="stmt"/>
917
- <line num="47" count="15" type="stmt"/>
918
- <line num="49" count="16" type="stmt"/>
919
- <line num="53" count="16" type="stmt"/>
920
- <line num="54" count="16" type="stmt"/>
924
+ <line num="33" count="18" type="stmt"/>
925
+ <line num="41" count="16" type="stmt"/>
926
+ <line num="42" count="16" type="stmt"/>
927
+ <line num="49" count="15" type="stmt"/>
928
+ <line num="51" count="16" type="stmt"/>
929
+ <line num="55" count="16" type="stmt"/>
921
930
  <line num="56" count="16" type="stmt"/>
922
- <line num="57" count="16" type="stmt"/>
923
- <line num="60" count="16" type="stmt"/>
924
- <line num="61" count="50" type="stmt"/>
925
- <line num="76" count="16" type="stmt"/>
926
- <line num="77" count="16" type="cond" truecount="2" falsecount="0"/>
927
- <line num="78" count="16" type="cond" truecount="4" falsecount="0"/>
928
- <line num="79" count="1" type="stmt"/>
929
- <line num="80" count="15" type="cond" truecount="2" falsecount="0"/>
930
- <line num="81" count="3" type="stmt"/>
931
- <line num="82" count="3" type="stmt"/>
932
- <line num="83" count="3" type="stmt"/>
933
- <line num="84" count="3" type="cond" truecount="4" falsecount="0"/>
934
- <line num="88" count="12" type="cond" truecount="2" falsecount="0"/>
935
- <line num="90" count="16" type="cond" truecount="1" falsecount="0"/>
936
- <line num="91" count="13" type="stmt"/>
937
- <line num="92" count="13" type="stmt"/>
938
- <line num="93" count="13" type="cond" truecount="1" falsecount="0"/>
939
- <line num="94" count="3" type="stmt"/>
940
- <line num="95" count="3" type="stmt"/>
941
- <line num="101" count="57" type="cond" truecount="1" falsecount="0"/>
942
- <line num="102" count="54" type="cond" truecount="1" falsecount="0"/>
943
- <line num="103" count="53" type="stmt"/>
931
+ <line num="58" count="16" type="stmt"/>
932
+ <line num="59" count="16" type="stmt"/>
933
+ <line num="62" count="16" type="stmt"/>
934
+ <line num="63" count="50" type="stmt"/>
935
+ <line num="78" count="16" type="stmt"/>
936
+ <line num="80" count="16" type="stmt"/>
937
+ <line num="82" count="16" type="cond" truecount="1" falsecount="0"/>
938
+ <line num="83" count="15" type="stmt"/>
939
+ <line num="86" count="16" type="stmt"/>
940
+ <line num="87" count="16" type="cond" truecount="1" falsecount="0"/>
941
+ <line num="88" count="13" type="stmt"/>
942
+ <line num="89" count="13" type="stmt"/>
943
+ <line num="90" count="13" type="cond" truecount="1" falsecount="0"/>
944
+ <line num="91" count="3" type="stmt"/>
945
+ <line num="92" count="3" type="stmt"/>
946
+ <line num="98" count="16" type="cond" truecount="2" falsecount="0"/>
947
+ <line num="100" count="16" type="cond" truecount="3" falsecount="0"/>
948
+ <line num="101" count="1" type="stmt"/>
949
+ <line num="104" count="15" type="cond" truecount="1" falsecount="0"/>
944
950
  <line num="105" count="3" type="stmt"/>
945
- <line num="109" count="2" type="stmt"/>
946
- <line num="110" count="2" type="stmt"/>
947
- <line num="111" count="2" type="stmt"/>
948
- <line num="112" count="2" type="stmt"/>
949
- <line num="116" count="3" type="stmt"/>
950
- <line num="117" count="3" type="stmt"/>
951
- <line num="119" count="3" type="stmt"/>
952
- <line num="123" count="9" type="stmt"/>
953
- <line num="124" count="9" type="stmt"/>
954
- <line num="126" count="9" type="cond" truecount="1" falsecount="0"/>
955
- <line num="127" count="1" type="stmt"/>
956
- <line num="130" count="9" type="cond" truecount="1" falsecount="0"/>
957
- <line num="131" count="3" type="stmt"/>
958
- <line num="134" count="9" type="stmt"/>
959
- <line num="138" count="9" type="stmt"/>
951
+ <line num="106" count="3" type="stmt"/>
952
+ <line num="107" count="3" type="stmt"/>
953
+ <line num="108" count="3" type="cond" truecount="4" falsecount="0"/>
954
+ <line num="113" count="12" type="cond" truecount="2" falsecount="0"/>
955
+ <line num="117" count="57" type="cond" truecount="1" falsecount="0"/>
956
+ <line num="118" count="54" type="cond" truecount="1" falsecount="0"/>
957
+ <line num="119" count="53" type="stmt"/>
958
+ <line num="121" count="3" type="stmt"/>
959
+ <line num="125" count="2" type="stmt"/>
960
+ <line num="126" count="2" type="stmt"/>
961
+ <line num="127" count="2" type="stmt"/>
962
+ <line num="128" count="2" type="stmt"/>
963
+ <line num="132" count="3" type="stmt"/>
964
+ <line num="133" count="3" type="stmt"/>
965
+ <line num="135" count="3" type="stmt"/>
966
+ <line num="139" count="9" type="stmt"/>
960
967
  <line num="140" count="9" type="stmt"/>
961
- <line num="145" count="9" type="cond" truecount="2" falsecount="0"/>
962
- <line num="146" count="9" type="cond" truecount="4" falsecount="0"/>
963
- <line num="147" count="1" type="stmt"/>
964
- <line num="148" count="8" type="cond" truecount="2" falsecount="0"/>
965
- <line num="149" count="1" type="stmt"/>
966
- <line num="150" count="1" type="stmt"/>
967
- <line num="152" count="7" type="stmt"/>
968
- <line num="157" count="2" type="cond" truecount="1" falsecount="0"/>
969
- <line num="158" count="1" type="stmt"/>
970
- <line num="159" count="1" type="stmt"/>
971
- <line num="162" count="2" type="stmt"/>
972
- <line num="164" count="2" type="stmt"/>
973
- <line num="168" count="1" type="stmt"/>
974
- <line num="169" count="1" type="stmt"/>
975
- <line num="170" count="1" type="stmt"/>
976
- <line num="171" count="1" type="stmt"/>
977
- <line num="173" count="1" type="stmt"/>
968
+ <line num="142" count="9" type="cond" truecount="1" falsecount="0"/>
969
+ <line num="143" count="1" type="stmt"/>
970
+ <line num="146" count="9" type="cond" truecount="1" falsecount="0"/>
971
+ <line num="147" count="3" type="stmt"/>
972
+ <line num="150" count="9" type="stmt"/>
973
+ <line num="154" count="9" type="stmt"/>
974
+ <line num="156" count="9" type="stmt"/>
975
+ <line num="161" count="9" type="cond" truecount="2" falsecount="0"/>
976
+ <line num="162" count="9" type="cond" truecount="4" falsecount="0"/>
977
+ <line num="163" count="1" type="stmt"/>
978
+ <line num="164" count="8" type="cond" truecount="2" falsecount="0"/>
979
+ <line num="165" count="1" type="stmt"/>
980
+ <line num="166" count="1" type="stmt"/>
981
+ <line num="168" count="7" type="stmt"/>
982
+ <line num="173" count="2" type="cond" truecount="1" falsecount="0"/>
983
+ <line num="174" count="1" type="stmt"/>
978
984
  <line num="175" count="1" type="stmt"/>
979
- <line num="179" count="2" type="stmt"/>
980
- <line num="180" count="2" type="cond" truecount="2" falsecount="0"/>
981
- <line num="181" count="2" type="cond" truecount="2" falsecount="0"/>
982
- <line num="182" count="2" type="cond" truecount="2" falsecount="0"/>
983
- <line num="183" count="2" type="cond" truecount="1" falsecount="0"/>
984
- <line num="184" count="2" type="stmt"/>
985
- <line num="185" count="8" type="stmt"/>
986
- <line num="186" count="18" type="stmt"/>
987
- <line num="188" count="8" type="cond" truecount="2" falsecount="0"/>
988
- <line num="191" count="8" type="stmt"/>
989
- <line num="198" count="2" type="cond" truecount="1" falsecount="0"/>
990
- <line num="199" count="2" type="stmt"/>
991
- <line num="204" count="8" type="stmt"/>
992
- <line num="205" count="8" type="cond" truecount="2" falsecount="0"/>
993
- <line num="206" count="8" type="stmt"/>
994
- <line num="207" count="19" type="stmt"/>
995
- <line num="209" count="8" type="stmt"/>
996
- <line num="210" count="24" type="cond" truecount="1" falsecount="0"/>
997
- <line num="214" count="7" type="stmt"/>
985
+ <line num="178" count="2" type="stmt"/>
986
+ <line num="180" count="2" type="stmt"/>
987
+ <line num="184" count="1" type="stmt"/>
988
+ <line num="185" count="1" type="stmt"/>
989
+ <line num="186" count="1" type="stmt"/>
990
+ <line num="187" count="1" type="stmt"/>
991
+ <line num="189" count="1" type="stmt"/>
992
+ <line num="191" count="1" type="stmt"/>
993
+ <line num="195" count="2" type="stmt"/>
994
+ <line num="196" count="2" type="cond" truecount="2" falsecount="0"/>
995
+ <line num="197" count="2" type="cond" truecount="2" falsecount="0"/>
996
+ <line num="198" count="2" type="cond" truecount="2" falsecount="0"/>
997
+ <line num="199" count="2" type="cond" truecount="1" falsecount="0"/>
998
+ <line num="200" count="2" type="stmt"/>
999
+ <line num="201" count="8" type="stmt"/>
1000
+ <line num="202" count="18" type="stmt"/>
1001
+ <line num="204" count="8" type="cond" truecount="2" falsecount="0"/>
1002
+ <line num="207" count="8" type="stmt"/>
1003
+ <line num="214" count="2" type="cond" truecount="1" falsecount="0"/>
1004
+ <line num="215" count="2" type="stmt"/>
1005
+ <line num="220" count="8" type="stmt"/>
1006
+ <line num="221" count="8" type="cond" truecount="2" falsecount="0"/>
1007
+ <line num="222" count="8" type="stmt"/>
1008
+ <line num="223" count="19" type="stmt"/>
1009
+ <line num="225" count="8" type="stmt"/>
1010
+ <line num="226" count="24" type="cond" truecount="1" falsecount="0"/>
1011
+ <line num="230" count="7" type="stmt"/>
998
1012
  </file>
999
1013
  </package>
1000
1014
  <package name="src.components.tek-image">
1001
1015
  <metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1002
- <file name="image.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-image/image.ts">
1016
+ <file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
1003
1017
  <metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1004
1018
  <line num="1" count="26" type="stmt"/>
1005
1019
  <line num="7" count="26" type="stmt"/>
@@ -1027,7 +1041,7 @@
1027
1041
  </package>
1028
1042
  <package name="src.components.tek-iterable-carousel">
1029
1043
  <metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
1030
- <file name="iterable-carousel.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
1044
+ <file name="iterable-carousel.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
1031
1045
  <metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
1032
1046
  <line num="1" count="26" type="stmt"/>
1033
1047
  <line num="9" count="26" type="stmt"/>
@@ -1040,7 +1054,7 @@
1040
1054
  </package>
1041
1055
  <package name="src.components.tek-iterable-component-render">
1042
1056
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1043
- <file name="iterable-component-render.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-iterable-component-render/iterable-component-render.ts">
1057
+ <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">
1044
1058
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1045
1059
  <line num="1" count="26" type="stmt"/>
1046
1060
  <line num="10" count="26" type="stmt"/>
@@ -1048,7 +1062,7 @@
1048
1062
  </package>
1049
1063
  <package name="src.components.tek-loading">
1050
1064
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1051
- <file name="loading.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
1065
+ <file name="loading.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
1052
1066
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1053
1067
  <line num="1" count="26" type="stmt"/>
1054
1068
  <line num="5" count="26" type="stmt"/>
@@ -1064,7 +1078,7 @@
1064
1078
  </package>
1065
1079
  <package name="src.components.tek-notifications">
1066
1080
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1067
- <file name="notifications.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
1081
+ <file name="notifications.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
1068
1082
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1069
1083
  <line num="1" count="26" type="stmt"/>
1070
1084
  <line num="7" count="26" type="stmt"/>
@@ -1080,7 +1094,7 @@
1080
1094
  </package>
1081
1095
  <package name="src.components.tek-product-card">
1082
1096
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
1083
- <file name="product-card.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
1097
+ <file name="product-card.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
1084
1098
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
1085
1099
  <line num="1" count="26" type="stmt"/>
1086
1100
  <line num="2" count="26" type="stmt"/>
@@ -1117,7 +1131,7 @@
1117
1131
  </package>
1118
1132
  <package name="src.components.tek-tree-grid">
1119
1133
  <metrics statements="92" coveredstatements="92" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
1120
- <file name="tree-grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
1134
+ <file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
1121
1135
  <metrics statements="92" coveredstatements="92" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
1122
1136
  <line num="1" count="26" type="stmt"/>
1123
1137
  <line num="6" count="26" type="stmt"/>
@@ -1215,7 +1229,7 @@
1215
1229
  </package>
1216
1230
  <package name="src.components.tek-user-info">
1217
1231
  <metrics statements="86" coveredstatements="86" conditionals="45" coveredconditionals="45" methods="34" coveredmethods="34"/>
1218
- <file name="TekUserInfoController.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
1232
+ <file name="TekUserInfoController.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
1219
1233
  <metrics statements="29" coveredstatements="29" conditionals="28" coveredconditionals="28" methods="20" coveredmethods="20"/>
1220
1234
  <line num="1" count="26" type="stmt"/>
1221
1235
  <line num="5" count="26" type="stmt"/>
@@ -1247,7 +1261,7 @@
1247
1261
  <line num="91" count="2" type="stmt"/>
1248
1262
  <line num="92" count="2" type="cond" truecount="2" falsecount="0"/>
1249
1263
  </file>
1250
- <file name="tek-user-info-list.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info-list.ts">
1264
+ <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">
1251
1265
  <metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
1252
1266
  <line num="1" count="26" type="stmt"/>
1253
1267
  <line num="2" count="26" type="stmt"/>
@@ -1265,7 +1279,7 @@
1265
1279
  <line num="45" count="1" type="stmt"/>
1266
1280
  <line num="56" count="1" type="stmt"/>
1267
1281
  </file>
1268
- <file name="tek-user-info.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
1282
+ <file name="tek-user-info.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
1269
1283
  <metrics statements="42" coveredstatements="42" conditionals="12" coveredconditionals="12" methods="10" coveredmethods="10"/>
1270
1284
  <line num="1" count="26" type="stmt"/>
1271
1285
  <line num="4" count="26" type="stmt"/>
@@ -1313,7 +1327,7 @@
1313
1327
  </package>
1314
1328
  <package name="src.error">
1315
1329
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1316
- <file name="delete-rows-error.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/error/delete-rows-error.ts">
1330
+ <file name="delete-rows-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
1317
1331
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1318
1332
  <line num="4" count="26" type="stmt"/>
1319
1333
  <line num="6" count="1" type="stmt"/>
@@ -1322,7 +1336,7 @@
1322
1336
  </package>
1323
1337
  <package name="src.utils">
1324
1338
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
1325
- <file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/index.ts">
1339
+ <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
1326
1340
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
1327
1341
  <line num="1" count="26" type="stmt"/>
1328
1342
  <line num="2" count="26" type="stmt"/>
@@ -1332,7 +1346,7 @@
1332
1346
  </package>
1333
1347
  <package name="src.utils.grid-base">
1334
1348
  <metrics statements="200" coveredstatements="200" conditionals="133" coveredconditionals="133" methods="66" coveredmethods="66"/>
1335
- <file name="grid-base.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
1349
+ <file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
1336
1350
  <metrics statements="171" coveredstatements="171" conditionals="102" coveredconditionals="102" methods="45" coveredmethods="45"/>
1337
1351
  <line num="1" count="26" type="stmt"/>
1338
1352
  <line num="4" count="26" type="stmt"/>
@@ -1506,7 +1520,7 @@
1506
1520
  <line num="748" count="4" type="stmt"/>
1507
1521
  <line num="752" count="26" type="stmt"/>
1508
1522
  </file>
1509
- <file name="grid-controller.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
1523
+ <file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
1510
1524
  <metrics statements="29" coveredstatements="29" conditionals="31" coveredconditionals="31" methods="21" coveredmethods="21"/>
1511
1525
  <line num="4" count="26" type="stmt"/>
1512
1526
  <line num="8" count="47" type="stmt"/>
@@ -1541,7 +1555,7 @@
1541
1555
  </package>
1542
1556
  <package name="src.utils.report-filter">
1543
1557
  <metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
1544
- <file name="report-filter.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
1558
+ <file name="report-filter.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
1545
1559
  <metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
1546
1560
  <line num="2" count="26" type="stmt"/>
1547
1561
  <line num="8" count="26" type="stmt"/>
@@ -1565,13 +1579,18 @@
1565
1579
  </file>
1566
1580
  </package>
1567
1581
  <package name="tests.__helpers__">
1568
- <metrics statements="19" coveredstatements="19" conditionals="6" coveredconditionals="6" methods="5" coveredmethods="5"/>
1569
- <file name="component-event-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
1582
+ <metrics statements="21" coveredstatements="21" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
1583
+ <file name="component-event-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
1570
1584
  <metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1571
1585
  <line num="3" count="30" type="cond" truecount="1" falsecount="0"/>
1572
1586
  <line num="5" count="2" type="stmt"/>
1573
1587
  </file>
1574
- <file name="get-child-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
1588
+ <file name="flush-promises-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
1589
+ <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1590
+ <line num="1" count="26" type="stmt"/>
1591
+ <line num="3" count="1" type="stmt"/>
1592
+ </file>
1593
+ <file name="get-child-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
1575
1594
  <metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
1576
1595
  <line num="8" count="2" type="stmt"/>
1577
1596
  <line num="11" count="248" type="stmt"/>
@@ -1584,13 +1603,13 @@
1584
1603
  <line num="24" count="248" type="stmt"/>
1585
1604
  <line num="27" count="2" type="stmt"/>
1586
1605
  </file>
1587
- <file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/index.ts">
1606
+ <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
1588
1607
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1589
1608
  <line num="1" count="2" type="stmt"/>
1590
1609
  <line num="2" count="2" type="stmt"/>
1591
1610
  <line num="3" count="2" type="stmt"/>
1592
1611
  </file>
1593
- <file name="mock-created-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
1612
+ <file name="mock-created-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
1594
1613
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1595
1614
  <line num="6" count="4" type="stmt"/>
1596
1615
  <line num="7" count="16" type="stmt"/>