@zeedhi/teknisa-components-common 1.81.0 → 1.83.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 (32) hide show
  1. package/coverage/clover.xml +411 -416
  2. package/coverage/coverage-final.json +39 -39
  3. package/coverage/lcov-report/index.html +13 -13
  4. package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +1 -1
  5. package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +1 -1
  6. package/coverage/lcov-report/tests/__helpers__/index.html +1 -1
  7. package/coverage/lcov-report/tests/__helpers__/index.ts.html +1 -1
  8. package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +1 -1
  9. package/coverage/lcov.info +627 -636
  10. package/dist/tek-components-common.esm.js +5 -3
  11. package/dist/tek-components-common.umd.js +5 -3
  12. package/package.json +2 -2
  13. package/tests/unit/components/tek-grid/grid.spec.ts +2 -0
  14. package/tests/unit/components/tek-grid/layout_options.spec.ts +3 -3
  15. package/types/components/tek-grid/grid-column.d.ts +0 -1
  16. package/types/components/tek-grid/grid.d.ts +0 -1
  17. package/types/components/tek-grid/interfaces.d.ts +0 -1
  18. package/types/utils/grid-base/grid-base.d.ts +1 -0
  19. package/types/components/tek-ag-grid/default-icons.d.ts +0 -53
  20. package/types/components/tek-ag-grid/interfaces.d.ts +0 -9
  21. package/types/components/tek-ag-grid/tek-ag-grid.d.ts +0 -35
  22. package/types/components/tek-datasource/datasource.d.ts +0 -94
  23. package/types/components/tek-grid/default-icons.d.ts +0 -53
  24. package/types/components/tek-grid/filter-dynamic-values.d.ts +0 -9
  25. package/types/components/tek-grid/grid-controller.d.ts +0 -19
  26. package/types/components/tek-grid/grid_column.d.ts +0 -14
  27. package/types/components/tek-grid/grid_controller.d.ts +0 -15
  28. package/types/components/tek-grid/tek-grid.d.ts +0 -35
  29. package/types/components/tek-login/interfaces.d.ts +0 -3
  30. package/types/components/tek-login/login-children.d.ts +0 -3
  31. package/types/components/tek-login/login.d.ts +0 -58
  32. 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="1694106081771" clover="3.2.0">
3
- <project timestamp="1694106081771" name="All files">
4
- <metrics statements="1417" coveredstatements="1417" conditionals="652" coveredconditionals="652" methods="343" coveredmethods="343" elements="2412" coveredelements="2412" complexity="0" loc="1417" ncloc="1417" packages="20" files="39" classes="39"/>
2
+ <coverage generated="1691160329973" clover="3.2.0">
3
+ <project timestamp="1691160329973" name="All files">
4
+ <metrics statements="1412" coveredstatements="1412" conditionals="650" coveredconditionals="650" methods="342" coveredmethods="342" elements="2404" coveredelements="2404" complexity="0" loc="1412" ncloc="1412" packages="20" files="39" classes="39"/>
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/luizg/workfolder/projects/v1/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="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
17
+ <file name="index.ts" path="/home/luizg/workfolder/projects/v1/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"/>
@@ -59,7 +59,7 @@
59
59
  </package>
60
60
  <package name="src.components.crud">
61
61
  <metrics statements="126" coveredstatements="126" 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">
62
+ <file name="crud-add-button.ts" path="/home/luizg/workfolder/projects/v1/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="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
80
+ <file name="crud-button.ts" path="/home/luizg/workfolder/projects/v1/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="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
101
+ <file name="crud-cancel-button.ts" path="/home/luizg/workfolder/projects/v1/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="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
124
+ <file name="crud-delete-button.ts" path="/home/luizg/workfolder/projects/v1/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,7 +148,7 @@
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="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
151
+ <file name="crud-form.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-form.ts">
152
152
  <metrics statements="28" coveredstatements="28" 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"/>
@@ -179,7 +179,7 @@
179
179
  <line num="88" count="3" type="cond" truecount="1" falsecount="0"/>
180
180
  <line num="89" count="2" type="stmt"/>
181
181
  </file>
182
- <file name="crud-save-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
182
+ <file name="crud-save-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
183
183
  <metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
184
184
  <line num="1" count="26" type="stmt"/>
185
185
  <line num="2" count="26" type="stmt"/>
@@ -206,7 +206,7 @@
206
206
  </package>
207
207
  <package name="src.components.tek-breadcrumb-header">
208
208
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
209
- <file name="breadcrumb-header.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
209
+ <file name="breadcrumb-header.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
210
210
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
211
211
  <line num="1" count="26" type="stmt"/>
212
212
  <line num="7" count="26" type="stmt"/>
@@ -221,7 +221,7 @@
221
221
  </package>
222
222
  <package name="src.components.tek-card-title">
223
223
  <metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
224
- <file name="card-title.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
224
+ <file name="card-title.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
225
225
  <metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
226
226
  <line num="1" count="26" type="stmt"/>
227
227
  <line num="7" count="26" type="stmt"/>
@@ -243,12 +243,12 @@
243
243
  </package>
244
244
  <package name="src.components.tek-datasource">
245
245
  <metrics statements="197" coveredstatements="197" conditionals="130" coveredconditionals="130" methods="48" coveredmethods="48"/>
246
- <file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
246
+ <file name="interfaces.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
247
247
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
248
248
  <line num="19" count="26" type="stmt"/>
249
249
  <line num="33" count="26" type="stmt"/>
250
250
  </file>
251
- <file name="memory-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
251
+ <file name="memory-datasource.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
252
252
  <metrics statements="119" coveredstatements="119" conditionals="88" coveredconditionals="88" methods="30" coveredmethods="30"/>
253
253
  <line num="1" count="26" type="stmt"/>
254
254
  <line num="4" count="26" type="stmt"/>
@@ -370,7 +370,7 @@
370
370
  <line num="306" count="42" type="stmt"/>
371
371
  <line num="310" count="26" type="stmt"/>
372
372
  </file>
373
- <file name="rest-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
373
+ <file name="rest-datasource.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
374
374
  <metrics statements="76" coveredstatements="76" conditionals="42" coveredconditionals="42" methods="18" coveredmethods="18"/>
375
375
  <line num="1" count="26" type="stmt"/>
376
376
  <line num="4" count="26" type="stmt"/>
@@ -451,8 +451,8 @@
451
451
  </file>
452
452
  </package>
453
453
  <package name="src.components.tek-grid">
454
- <metrics statements="522" coveredstatements="522" conditionals="223" coveredconditionals="223" methods="123" coveredmethods="123"/>
455
- <file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
454
+ <metrics statements="520" coveredstatements="520" 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
456
  <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
457
457
  <line num="1" count="26" type="stmt"/>
458
458
  <line num="4" count="26" type="stmt"/>
@@ -461,7 +461,7 @@
461
461
  <line num="14" count="2" type="stmt"/>
462
462
  <line num="18" count="2" type="stmt"/>
463
463
  </file>
464
- <file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
464
+ <file name="grid-column.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
465
465
  <metrics statements="79" coveredstatements="79" conditionals="24" coveredconditionals="24" methods="19" coveredmethods="19"/>
466
466
  <line num="1" count="26" type="stmt"/>
467
467
  <line num="2" count="26" type="stmt"/>
@@ -543,7 +543,7 @@
543
543
  <line num="230" count="36" type="stmt"/>
544
544
  <line num="231" count="1" type="stmt"/>
545
545
  </file>
546
- <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">
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">
547
547
  <metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="7" methods="3" coveredmethods="3"/>
548
548
  <line num="1" count="26" type="stmt"/>
549
549
  <line num="5" count="26" type="stmt"/>
@@ -560,7 +560,7 @@
560
560
  <line num="25" count="2" type="stmt"/>
561
561
  <line num="26" count="2" type="stmt"/>
562
562
  </file>
563
- <file name="grid-columns-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
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">
564
564
  <metrics statements="16" coveredstatements="16" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
565
565
  <line num="1" count="26" type="stmt"/>
566
566
  <line num="2" count="26" type="stmt"/>
@@ -579,8 +579,8 @@
579
579
  <line num="28" count="5" type="stmt"/>
580
580
  <line num="33" count="2" type="stmt"/>
581
581
  </file>
582
- <file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
583
- <metrics statements="310" coveredstatements="310" conditionals="138" coveredconditionals="138" methods="74" coveredmethods="74"/>
582
+ <file name="grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
583
+ <metrics statements="308" coveredstatements="308" conditionals="138" coveredconditionals="138" methods="74" coveredmethods="74"/>
584
584
  <line num="1" count="26" type="stmt"/>
585
585
  <line num="7" count="26" type="stmt"/>
586
586
  <line num="11" count="26" type="stmt"/>
@@ -600,304 +600,302 @@
600
600
  <line num="57" count="109" type="stmt"/>
601
601
  <line num="60" count="109" type="stmt"/>
602
602
  <line num="63" count="109" type="stmt"/>
603
- <line num="66" count="109" type="stmt"/>
604
- <line num="75" count="109" type="stmt"/>
605
- <line num="81" count="109" type="stmt"/>
606
- <line num="87" count="109" type="stmt"/>
607
- <line num="94" count="109" type="stmt"/>
608
- <line num="110" count="109" type="stmt"/>
609
- <line num="115" count="109" type="stmt"/>
610
- <line num="120" count="109" type="stmt"/>
611
- <line num="157" count="109" type="stmt"/>
612
- <line num="162" count="109" type="stmt"/>
613
- <line num="164" count="109" type="stmt"/>
614
- <line num="166" count="109" type="stmt"/>
615
- <line num="168" count="109" type="stmt"/>
616
- <line num="170" count="109" type="stmt"/>
617
- <line num="172" count="109" type="stmt"/>
618
- <line num="191" count="109" type="stmt"/>
619
- <line num="198" count="109" type="stmt"/>
620
- <line num="199" count="109" type="stmt"/>
621
- <line num="204" count="109" type="stmt"/>
622
- <line num="209" count="109" type="stmt"/>
623
- <line num="214" count="109" type="stmt"/>
624
- <line num="219" count="109" type="stmt"/>
625
- <line num="224" count="109" type="stmt"/>
626
- <line num="229" count="109" type="stmt"/>
627
- <line num="234" count="109" type="stmt"/>
628
- <line num="239" count="109" type="stmt"/>
629
- <line num="244" count="109" type="stmt"/>
630
- <line num="249" count="109" type="stmt"/>
631
- <line num="254" count="109" type="stmt"/>
632
- <line num="259" count="109" type="stmt"/>
633
- <line num="264" count="109" type="stmt"/>
634
- <line num="269" count="109" type="stmt"/>
635
- <line num="274" count="109" type="cond" truecount="2" falsecount="0"/>
636
- <line num="275" count="109" type="stmt"/>
637
- <line num="280" count="109" type="stmt"/>
603
+ <line num="72" count="109" type="stmt"/>
604
+ <line num="78" count="109" type="stmt"/>
605
+ <line num="84" count="109" type="stmt"/>
606
+ <line num="91" count="109" type="stmt"/>
607
+ <line num="107" count="109" type="stmt"/>
608
+ <line num="112" count="109" type="stmt"/>
609
+ <line num="117" count="109" type="stmt"/>
610
+ <line num="154" count="109" type="stmt"/>
611
+ <line num="159" count="109" type="stmt"/>
612
+ <line num="161" count="109" type="stmt"/>
613
+ <line num="163" count="109" type="stmt"/>
614
+ <line num="165" count="109" type="stmt"/>
615
+ <line num="167" count="109" type="stmt"/>
616
+ <line num="169" count="109" type="stmt"/>
617
+ <line num="188" count="109" type="stmt"/>
618
+ <line num="195" count="109" type="stmt"/>
619
+ <line num="196" count="109" type="stmt"/>
620
+ <line num="201" count="109" type="stmt"/>
621
+ <line num="206" count="109" type="stmt"/>
622
+ <line num="211" count="109" type="stmt"/>
623
+ <line num="216" count="109" type="stmt"/>
624
+ <line num="221" count="109" type="stmt"/>
625
+ <line num="226" count="109" type="stmt"/>
626
+ <line num="231" count="109" type="stmt"/>
627
+ <line num="236" count="109" type="stmt"/>
628
+ <line num="241" count="109" type="stmt"/>
629
+ <line num="246" count="109" type="stmt"/>
630
+ <line num="251" count="109" type="stmt"/>
631
+ <line num="256" count="109" type="stmt"/>
632
+ <line num="261" count="109" type="stmt"/>
633
+ <line num="266" count="109" type="cond" truecount="2" falsecount="0"/>
634
+ <line num="267" count="109" type="stmt"/>
635
+ <line num="272" count="109" type="stmt"/>
636
+ <line num="277" count="109" type="stmt"/>
637
+ <line num="278" count="109" type="cond" truecount="2" falsecount="0"/>
638
+ <line num="279" count="109" type="stmt"/>
639
+ <line num="281" count="109" type="cond" truecount="1" falsecount="0"/>
640
+ <line num="282" count="5" type="stmt"/>
638
641
  <line num="285" count="109" type="stmt"/>
639
- <line num="286" count="109" type="cond" truecount="2" falsecount="0"/>
640
- <line num="287" count="109" type="stmt"/>
641
- <line num="289" count="109" type="cond" truecount="1" falsecount="0"/>
642
- <line num="290" count="5" type="stmt"/>
643
- <line num="293" count="109" type="stmt"/>
644
- <line num="302" count="1" type="cond" truecount="1" falsecount="0"/>
645
- <line num="303" count="1" type="stmt"/>
646
- <line num="306" count="1" type="stmt"/>
647
- <line num="315" count="1" type="stmt"/>
648
- <line num="318" count="1" type="stmt"/>
649
- <line num="319" count="1" type="stmt"/>
650
- <line num="327" count="109" type="stmt"/>
651
- <line num="328" count="109" type="stmt"/>
652
- <line num="329" count="109" type="stmt"/>
653
- <line num="330" count="109" type="stmt"/>
654
- <line num="332" count="109" type="cond" truecount="4" falsecount="0"/>
655
- <line num="336" count="35" type="stmt"/>
656
- <line num="337" count="35" type="stmt"/>
657
- <line num="341" count="35" type="cond" truecount="1" falsecount="0"/>
658
- <line num="342" count="35" type="stmt"/>
659
- <line num="347" count="35" type="stmt"/>
660
- <line num="355" count="8" type="stmt"/>
661
- <line num="356" count="8" type="stmt"/>
662
- <line num="360" count="3" type="stmt"/>
663
- <line num="361" count="3" type="stmt"/>
664
- <line num="365" count="1" type="stmt"/>
665
- <line num="366" count="1" type="stmt"/>
666
- <line num="370" count="2" type="cond" truecount="1" falsecount="0"/>
667
- <line num="371" count="1" type="stmt"/>
668
- <line num="381" count="177" type="stmt"/>
669
- <line num="385" count="2" type="cond" truecount="1" falsecount="0"/>
670
- <line num="389" count="1" type="stmt"/>
671
- <line num="390" count="1" type="cond" truecount="2" falsecount="0"/>
672
- <line num="392" count="1" type="stmt"/>
673
- <line num="396" count="5" type="stmt"/>
674
- <line num="397" count="4" type="stmt"/>
675
- <line num="398" count="1" type="stmt"/>
676
- <line num="409" count="5" type="stmt"/>
677
- <line num="410" count="5" type="stmt"/>
678
- <line num="411" count="4" type="stmt"/>
679
- <line num="413" count="1" type="stmt"/>
680
- <line num="415" count="5" type="stmt"/>
681
- <line num="419" count="5" type="stmt"/>
682
- <line num="420" count="5" type="stmt"/>
683
- <line num="421" count="5" type="stmt"/>
684
- <line num="424" count="5" type="cond" truecount="1" falsecount="0"/>
685
- <line num="428" count="4" type="stmt"/>
686
- <line num="430" count="4" type="stmt"/>
687
- <line num="432" count="4" type="stmt"/>
688
- <line num="433" count="4" type="stmt"/>
689
- <line num="435" count="2" type="cond" truecount="1" falsecount="0"/>
690
- <line num="436" count="1" type="stmt"/>
691
- <line num="439" count="1" type="stmt"/>
692
- <line num="442" count="2" type="stmt"/>
693
- <line num="445" count="2" type="stmt"/>
694
- <line num="446" count="2" type="stmt"/>
695
- <line num="448" count="2" type="cond" truecount="1" falsecount="0"/>
696
- <line num="450" count="1" type="stmt"/>
642
+ <line num="294" count="1" type="cond" truecount="1" falsecount="0"/>
643
+ <line num="295" count="1" type="stmt"/>
644
+ <line num="298" count="1" type="stmt"/>
645
+ <line num="307" count="1" type="stmt"/>
646
+ <line num="310" count="1" type="stmt"/>
647
+ <line num="311" count="1" type="stmt"/>
648
+ <line num="319" count="109" type="stmt"/>
649
+ <line num="320" count="109" type="stmt"/>
650
+ <line num="321" count="109" type="stmt"/>
651
+ <line num="322" count="109" type="stmt"/>
652
+ <line num="324" count="109" type="cond" truecount="4" falsecount="0"/>
653
+ <line num="328" count="35" type="stmt"/>
654
+ <line num="329" count="35" type="stmt"/>
655
+ <line num="333" count="35" type="cond" truecount="1" falsecount="0"/>
656
+ <line num="334" count="35" type="stmt"/>
657
+ <line num="339" count="35" type="stmt"/>
658
+ <line num="347" count="8" type="stmt"/>
659
+ <line num="348" count="8" type="stmt"/>
660
+ <line num="352" count="3" type="stmt"/>
661
+ <line num="353" count="3" type="stmt"/>
662
+ <line num="357" count="1" type="stmt"/>
663
+ <line num="358" count="1" type="stmt"/>
664
+ <line num="362" count="2" type="cond" truecount="1" falsecount="0"/>
665
+ <line num="363" count="1" type="stmt"/>
666
+ <line num="373" count="177" type="stmt"/>
667
+ <line num="377" count="2" type="cond" truecount="1" falsecount="0"/>
668
+ <line num="381" count="1" type="stmt"/>
669
+ <line num="382" count="1" type="cond" truecount="2" falsecount="0"/>
670
+ <line num="384" count="1" type="stmt"/>
671
+ <line num="388" count="5" type="stmt"/>
672
+ <line num="389" count="4" type="stmt"/>
673
+ <line num="390" count="1" type="stmt"/>
674
+ <line num="401" count="5" type="stmt"/>
675
+ <line num="402" count="5" type="stmt"/>
676
+ <line num="403" count="4" type="stmt"/>
677
+ <line num="405" count="1" type="stmt"/>
678
+ <line num="407" count="5" type="stmt"/>
679
+ <line num="411" count="5" type="stmt"/>
680
+ <line num="412" count="5" type="stmt"/>
681
+ <line num="413" count="5" type="stmt"/>
682
+ <line num="416" count="5" type="cond" truecount="1" falsecount="0"/>
683
+ <line num="420" count="4" type="stmt"/>
684
+ <line num="422" count="4" type="stmt"/>
685
+ <line num="424" count="4" type="stmt"/>
686
+ <line num="425" count="4" type="stmt"/>
687
+ <line num="427" count="2" type="cond" truecount="1" falsecount="0"/>
688
+ <line num="428" count="1" type="stmt"/>
689
+ <line num="431" count="1" type="stmt"/>
690
+ <line num="434" count="2" type="stmt"/>
691
+ <line num="437" count="2" type="stmt"/>
692
+ <line num="438" count="2" type="stmt"/>
693
+ <line num="440" count="2" type="cond" truecount="1" falsecount="0"/>
694
+ <line num="442" count="1" type="stmt"/>
695
+ <line num="443" count="2" type="stmt"/>
696
+ <line num="446" count="1" type="stmt"/>
697
+ <line num="448" count="1" type="stmt"/>
698
+ <line num="449" count="2" type="stmt"/>
699
+ <line num="450" count="2" type="stmt"/>
697
700
  <line num="451" count="2" type="stmt"/>
698
- <line num="454" count="1" type="stmt"/>
699
- <line num="456" count="1" type="stmt"/>
700
- <line num="457" count="2" type="stmt"/>
701
+ <line num="456" count="2" type="stmt"/>
701
702
  <line num="458" count="2" type="stmt"/>
702
- <line num="459" count="2" type="stmt"/>
703
- <line num="464" count="2" type="stmt"/>
704
- <line num="466" count="2" type="stmt"/>
705
- <line num="470" count="4" type="stmt"/>
706
- <line num="471" count="4" type="stmt"/>
707
- <line num="473" count="3" type="stmt"/>
708
- <line num="474" count="3" type="stmt"/>
709
- <line num="479" count="4" type="cond" truecount="1" falsecount="0"/>
710
- <line num="480" count="1" type="stmt"/>
711
- <line num="483" count="4" type="stmt"/>
712
- <line num="496" count="3" type="stmt"/>
713
- <line num="499" count="109" type="stmt"/>
703
+ <line num="462" count="4" type="stmt"/>
704
+ <line num="463" count="4" type="stmt"/>
705
+ <line num="465" count="3" type="stmt"/>
706
+ <line num="466" count="3" type="stmt"/>
707
+ <line num="471" count="4" type="cond" truecount="1" falsecount="0"/>
708
+ <line num="472" count="1" type="stmt"/>
709
+ <line num="475" count="4" type="stmt"/>
710
+ <line num="488" count="3" type="stmt"/>
711
+ <line num="491" count="109" type="stmt"/>
712
+ <line num="493" count="109" type="stmt"/>
713
+ <line num="500" count="109" type="stmt"/>
714
714
  <line num="501" count="109" type="stmt"/>
715
- <line num="508" count="109" type="stmt"/>
716
- <line num="509" count="109" type="stmt"/>
715
+ <line num="503" count="109" type="stmt"/>
716
+ <line num="504" count="109" type="stmt"/>
717
+ <line num="505" count="109" type="stmt"/>
718
+ <line num="506" count="109" type="stmt"/>
719
+ <line num="507" count="109" type="stmt"/>
717
720
  <line num="511" count="109" type="stmt"/>
718
- <line num="512" count="109" type="stmt"/>
719
- <line num="513" count="109" type="stmt"/>
720
- <line num="514" count="109" type="stmt"/>
721
- <line num="515" count="109" type="stmt"/>
722
- <line num="519" count="109" type="stmt"/>
723
- <line num="520" count="92" type="cond" truecount="1" falsecount="0"/>
724
- <line num="524" count="16" type="stmt"/>
725
- <line num="527" count="92" type="stmt"/>
726
- <line num="531" count="109" type="stmt"/>
727
- <line num="533" count="81" type="stmt"/>
728
- <line num="539" count="81" type="stmt"/>
729
- <line num="541" count="120" type="stmt"/>
730
- <line num="542" count="81" type="stmt"/>
731
- <line num="543" count="81" type="cond" truecount="2" falsecount="0"/>
732
- <line num="547" count="17" type="cond" truecount="1" falsecount="0"/>
733
- <line num="548" count="16" type="stmt"/>
734
- <line num="549" count="18" type="stmt"/>
735
- <line num="551" count="16" type="stmt"/>
736
- <line num="552" count="11" type="stmt"/>
737
- <line num="555" count="16" type="stmt"/>
738
- <line num="558" count="17" type="stmt"/>
739
- <line num="560" count="64" type="stmt"/>
740
- <line num="561" count="64" type="stmt"/>
741
- <line num="564" count="81" type="cond" truecount="3" falsecount="0"/>
742
- <line num="565" count="69" type="stmt"/>
743
- <line num="568" count="79" type="cond" truecount="3" falsecount="0"/>
744
- <line num="569" count="1" type="stmt"/>
745
- <line num="571" count="79" type="cond" truecount="1" falsecount="0"/>
746
- <line num="572" count="1" type="stmt"/>
747
- <line num="581" count="16" type="stmt"/>
748
- <line num="582" count="16" type="stmt"/>
749
- <line num="583" count="16" type="stmt"/>
750
- <line num="585" count="16" type="stmt"/>
751
- <line num="586" count="68" type="stmt"/>
752
- <line num="587" count="68" type="stmt"/>
753
- <line num="588" count="73" type="stmt"/>
754
- <line num="589" count="73" type="cond" truecount="3" falsecount="0"/>
755
- <line num="590" count="32" type="cond" truecount="1" falsecount="0"/>
756
- <line num="591" count="28" type="stmt"/>
757
- <line num="593" count="32" type="stmt"/>
758
- <line num="595" count="32" type="stmt"/>
759
- <line num="596" count="32" type="stmt"/>
760
- <line num="597" count="32" type="stmt"/>
761
- <line num="601" count="68" type="stmt"/>
762
- <line num="602" count="73" type="stmt"/>
763
- <line num="605" count="68" type="stmt"/>
764
- <line num="608" count="73" type="stmt"/>
765
- <line num="612" count="68" type="stmt"/>
766
- <line num="615" count="16" type="cond" truecount="1" falsecount="0"/>
767
- <line num="616" count="15" type="stmt"/>
768
- <line num="618" count="15" type="cond" truecount="1" falsecount="0"/>
769
- <line num="619" count="14" type="stmt"/>
770
- <line num="625" count="125" type="stmt"/>
771
- <line num="626" count="125" type="stmt"/>
721
+ <line num="512" count="92" type="cond" truecount="1" falsecount="0"/>
722
+ <line num="516" count="16" type="stmt"/>
723
+ <line num="519" count="92" type="stmt"/>
724
+ <line num="523" count="109" type="stmt"/>
725
+ <line num="525" count="81" type="stmt"/>
726
+ <line num="531" count="81" type="stmt"/>
727
+ <line num="533" count="120" type="stmt"/>
728
+ <line num="534" count="81" type="stmt"/>
729
+ <line num="535" count="81" type="cond" truecount="2" falsecount="0"/>
730
+ <line num="539" count="17" type="cond" truecount="1" falsecount="0"/>
731
+ <line num="540" count="16" type="stmt"/>
732
+ <line num="541" count="18" type="stmt"/>
733
+ <line num="543" count="16" type="stmt"/>
734
+ <line num="544" count="11" type="stmt"/>
735
+ <line num="547" count="16" type="stmt"/>
736
+ <line num="550" count="17" type="stmt"/>
737
+ <line num="552" count="64" type="stmt"/>
738
+ <line num="553" count="64" type="stmt"/>
739
+ <line num="556" count="81" type="cond" truecount="3" falsecount="0"/>
740
+ <line num="557" count="69" type="stmt"/>
741
+ <line num="560" count="79" type="cond" truecount="3" falsecount="0"/>
742
+ <line num="561" count="1" type="stmt"/>
743
+ <line num="563" count="79" type="cond" truecount="1" falsecount="0"/>
744
+ <line num="564" count="1" type="stmt"/>
745
+ <line num="573" count="16" type="stmt"/>
746
+ <line num="574" count="16" type="stmt"/>
747
+ <line num="575" count="16" type="stmt"/>
748
+ <line num="577" count="16" type="stmt"/>
749
+ <line num="578" count="68" type="stmt"/>
750
+ <line num="579" count="68" type="stmt"/>
751
+ <line num="580" count="73" type="stmt"/>
752
+ <line num="581" count="73" type="cond" truecount="3" falsecount="0"/>
753
+ <line num="582" count="32" type="cond" truecount="1" falsecount="0"/>
754
+ <line num="583" count="28" type="stmt"/>
755
+ <line num="585" count="32" type="stmt"/>
756
+ <line num="587" count="32" type="stmt"/>
757
+ <line num="588" count="32" type="stmt"/>
758
+ <line num="589" count="32" type="stmt"/>
759
+ <line num="593" count="68" type="stmt"/>
760
+ <line num="594" count="73" type="stmt"/>
761
+ <line num="597" count="68" type="stmt"/>
762
+ <line num="600" count="73" type="stmt"/>
763
+ <line num="604" count="68" type="stmt"/>
764
+ <line num="607" count="16" type="cond" truecount="1" falsecount="0"/>
765
+ <line num="608" count="15" type="stmt"/>
766
+ <line num="610" count="15" type="cond" truecount="1" falsecount="0"/>
767
+ <line num="611" count="14" type="stmt"/>
768
+ <line num="617" count="125" type="stmt"/>
769
+ <line num="618" count="125" type="stmt"/>
770
+ <line num="619" count="17" type="stmt"/>
772
771
  <line num="627" count="17" type="stmt"/>
773
- <line num="635" count="17" type="stmt"/>
774
- <line num="637" count="17" type="stmt"/>
775
- <line num="642" count="125" type="stmt"/>
776
- <line num="643" count="234" type="cond" truecount="2" falsecount="0"/>
777
- <line num="645" count="125" type="stmt"/>
778
- <line num="653" count="32" type="cond" truecount="2" falsecount="0"/>
779
- <line num="654" count="32" type="stmt"/>
780
- <line num="667" count="32" type="stmt"/>
781
- <line num="668" count="8" type="stmt"/>
782
- <line num="670" count="32" type="stmt"/>
783
- <line num="671" count="32" type="stmt"/>
784
- <line num="672" count="32" type="stmt"/>
785
- <line num="676" count="43" type="cond" truecount="1" falsecount="0"/>
786
- <line num="677" count="32" type="stmt"/>
787
- <line num="680" count="11" type="stmt"/>
788
- <line num="681" count="13" type="cond" truecount="1" falsecount="0"/>
789
- <line num="682" count="9" type="stmt"/>
790
- <line num="692" count="9" type="stmt"/>
791
- <line num="693" count="4" type="stmt"/>
792
- <line num="696" count="9" type="stmt"/>
793
- <line num="702" count="49" type="stmt"/>
794
- <line num="703" count="29" type="stmt"/>
795
- <line num="713" count="135" type="cond" truecount="2" falsecount="0"/>
796
- <line num="717" count="90" type="cond" truecount="1" falsecount="0"/>
797
- <line num="718" count="86" type="stmt"/>
798
- <line num="720" count="86" type="cond" truecount="1" falsecount="0"/>
799
- <line num="721" count="86" type="cond" truecount="1" falsecount="0"/>
800
- <line num="722" count="86" type="cond" truecount="2" falsecount="0"/>
801
- <line num="723" count="86" type="cond" truecount="2" falsecount="0"/>
802
- <line num="725" count="86" type="cond" truecount="1" falsecount="0"/>
803
- <line num="726" count="78" type="stmt"/>
804
- <line num="732" count="68" type="cond" truecount="1" falsecount="0"/>
805
- <line num="733" count="19" type="stmt"/>
806
- <line num="734" count="45" type="stmt"/>
807
- <line num="735" count="45" type="stmt"/>
808
- <line num="736" count="45" type="cond" truecount="1" falsecount="0"/>
809
- <line num="737" count="10" type="stmt"/>
810
- <line num="745" count="45" type="stmt"/>
811
- <line num="747" count="45" type="stmt"/>
812
- <line num="748" count="45" type="stmt"/>
813
- <line num="755" count="14" type="cond" truecount="1" falsecount="0"/>
814
- <line num="757" count="3" type="stmt"/>
815
- <line num="763" count="3" type="stmt"/>
816
- <line num="767" count="12" type="stmt"/>
817
- <line num="768" count="12" type="stmt"/>
818
- <line num="769" count="27" type="stmt"/>
819
- <line num="770" count="27" type="stmt"/>
820
- <line num="772" count="27" type="cond" truecount="2" falsecount="0"/>
821
- <line num="773" count="12" type="stmt"/>
822
- <line num="774" count="15" type="cond" truecount="2" falsecount="0"/>
823
- <line num="775" count="9" type="stmt"/>
824
- <line num="776" count="6" type="cond" truecount="2" falsecount="0"/>
825
- <line num="777" count="2" type="stmt"/>
826
- <line num="778" count="4" type="cond" truecount="2" falsecount="0"/>
827
- <line num="779" count="2" type="stmt"/>
772
+ <line num="629" count="17" type="stmt"/>
773
+ <line num="634" count="125" type="stmt"/>
774
+ <line num="635" count="234" type="cond" truecount="2" falsecount="0"/>
775
+ <line num="637" count="125" type="stmt"/>
776
+ <line num="645" count="32" type="cond" truecount="2" falsecount="0"/>
777
+ <line num="646" count="32" type="stmt"/>
778
+ <line num="659" count="32" type="stmt"/>
779
+ <line num="660" count="8" type="stmt"/>
780
+ <line num="662" count="32" type="stmt"/>
781
+ <line num="663" count="32" type="stmt"/>
782
+ <line num="664" count="32" type="stmt"/>
783
+ <line num="668" count="43" type="cond" truecount="1" falsecount="0"/>
784
+ <line num="669" count="32" type="stmt"/>
785
+ <line num="672" count="11" type="stmt"/>
786
+ <line num="673" count="13" type="cond" truecount="1" falsecount="0"/>
787
+ <line num="674" count="9" type="stmt"/>
788
+ <line num="684" count="9" type="stmt"/>
789
+ <line num="685" count="4" type="stmt"/>
790
+ <line num="688" count="9" type="stmt"/>
791
+ <line num="694" count="49" type="stmt"/>
792
+ <line num="695" count="29" type="stmt"/>
793
+ <line num="705" count="135" type="cond" truecount="2" falsecount="0"/>
794
+ <line num="709" count="90" type="cond" truecount="1" falsecount="0"/>
795
+ <line num="710" count="86" type="stmt"/>
796
+ <line num="712" count="86" type="cond" truecount="1" falsecount="0"/>
797
+ <line num="713" count="86" type="cond" truecount="1" falsecount="0"/>
798
+ <line num="714" count="86" type="cond" truecount="2" falsecount="0"/>
799
+ <line num="715" count="86" type="cond" truecount="2" falsecount="0"/>
800
+ <line num="717" count="86" type="cond" truecount="1" falsecount="0"/>
801
+ <line num="718" count="78" type="stmt"/>
802
+ <line num="724" count="68" type="cond" truecount="1" falsecount="0"/>
803
+ <line num="725" count="19" type="stmt"/>
804
+ <line num="726" count="45" type="stmt"/>
805
+ <line num="727" count="45" type="stmt"/>
806
+ <line num="728" count="45" type="cond" truecount="1" falsecount="0"/>
807
+ <line num="729" count="10" type="stmt"/>
808
+ <line num="737" count="45" type="stmt"/>
809
+ <line num="739" count="45" type="stmt"/>
810
+ <line num="740" count="45" type="stmt"/>
811
+ <line num="747" count="14" type="cond" truecount="1" falsecount="0"/>
812
+ <line num="749" count="3" type="stmt"/>
813
+ <line num="755" count="3" type="stmt"/>
814
+ <line num="759" count="12" type="stmt"/>
815
+ <line num="760" count="12" type="stmt"/>
816
+ <line num="761" count="27" type="stmt"/>
817
+ <line num="762" count="27" type="stmt"/>
818
+ <line num="764" count="27" type="cond" truecount="2" falsecount="0"/>
819
+ <line num="765" count="12" type="stmt"/>
820
+ <line num="766" count="15" type="cond" truecount="2" falsecount="0"/>
821
+ <line num="767" count="9" type="stmt"/>
822
+ <line num="768" count="6" type="cond" truecount="2" falsecount="0"/>
823
+ <line num="769" count="2" type="stmt"/>
824
+ <line num="770" count="4" type="cond" truecount="2" falsecount="0"/>
825
+ <line num="771" count="2" type="stmt"/>
826
+ <line num="774" count="2" type="stmt"/>
827
+ <line num="778" count="12" type="stmt"/>
828
828
  <line num="782" count="2" type="stmt"/>
829
- <line num="786" count="12" type="stmt"/>
830
- <line num="790" count="2" type="stmt"/>
831
- <line num="791" count="2" type="cond" truecount="3" falsecount="0"/>
832
- <line num="795" count="22" type="stmt"/>
833
- <line num="798" count="20" type="stmt"/>
834
- <line num="803" count="32" type="stmt"/>
835
- <line num="804" count="32" type="stmt"/>
836
- <line num="805" count="32" type="cond" truecount="1" falsecount="0"/>
837
- <line num="806" count="26" type="stmt"/>
838
- <line num="808" count="32" type="stmt"/>
839
- <line num="809" count="32" type="stmt"/>
840
- <line num="810" count="32" type="stmt"/>
841
- <line num="814" count="3" type="stmt"/>
842
- <line num="815" count="1" type="stmt"/>
843
- <line num="816" count="1" type="stmt"/>
844
- <line num="817" count="1" type="stmt"/>
845
- <line num="822" count="5" type="stmt"/>
846
- <line num="826" count="28" type="stmt"/>
847
- <line num="833" count="17" type="cond" truecount="2" falsecount="0"/>
848
- <line num="834" count="2" type="stmt"/>
849
- <line num="836" count="15" type="stmt"/>
850
- <line num="837" count="15" type="cond" truecount="3" falsecount="0"/>
851
- <line num="839" count="13" type="stmt"/>
852
- <line num="840" count="13" type="cond" truecount="2" falsecount="0"/>
853
- <line num="843" count="34" type="cond" truecount="1" falsecount="0"/>
854
- <line num="844" count="12" type="cond" truecount="2" falsecount="0"/>
855
- <line num="846" count="22" type="cond" truecount="2" falsecount="0"/>
856
- <line num="849" count="13" type="stmt"/>
857
- <line num="851" count="13" type="cond" truecount="5" falsecount="0"/>
858
- <line num="852" count="6" type="stmt"/>
859
- <line num="854" count="7" type="stmt"/>
860
- <line num="860" count="11" type="cond" truecount="2" falsecount="0"/>
861
- <line num="861" count="1" type="stmt"/>
862
- <line num="863" count="10" type="stmt"/>
863
- <line num="864" count="10" type="cond" truecount="3" falsecount="0"/>
864
- <line num="866" count="9" type="stmt"/>
865
- <line num="868" count="9" type="cond" truecount="2" falsecount="0"/>
866
- <line num="871" count="16" type="cond" truecount="1" falsecount="0"/>
867
- <line num="872" count="6" type="cond" truecount="2" falsecount="0"/>
868
- <line num="874" count="10" type="cond" truecount="2" falsecount="0"/>
869
- <line num="877" count="9" type="cond" truecount="1" falsecount="0"/>
870
- <line num="879" count="9" type="stmt"/>
871
- <line num="881" count="9" type="cond" truecount="5" falsecount="0"/>
829
+ <line num="783" count="2" type="cond" truecount="3" falsecount="0"/>
830
+ <line num="787" count="22" type="stmt"/>
831
+ <line num="790" count="20" type="stmt"/>
832
+ <line num="795" count="32" type="stmt"/>
833
+ <line num="796" count="32" type="stmt"/>
834
+ <line num="797" count="32" type="cond" truecount="1" falsecount="0"/>
835
+ <line num="798" count="26" type="stmt"/>
836
+ <line num="800" count="32" type="stmt"/>
837
+ <line num="801" count="32" type="stmt"/>
838
+ <line num="802" count="32" type="stmt"/>
839
+ <line num="806" count="3" type="stmt"/>
840
+ <line num="807" count="1" type="stmt"/>
841
+ <line num="808" count="1" type="stmt"/>
842
+ <line num="809" count="1" type="stmt"/>
843
+ <line num="814" count="5" type="stmt"/>
844
+ <line num="818" count="28" type="stmt"/>
845
+ <line num="825" count="17" type="cond" truecount="2" falsecount="0"/>
846
+ <line num="826" count="2" type="stmt"/>
847
+ <line num="828" count="15" type="stmt"/>
848
+ <line num="829" count="15" type="cond" truecount="3" falsecount="0"/>
849
+ <line num="831" count="13" type="stmt"/>
850
+ <line num="832" count="13" type="cond" truecount="2" falsecount="0"/>
851
+ <line num="835" count="34" type="cond" truecount="1" falsecount="0"/>
852
+ <line num="836" count="12" type="cond" truecount="2" falsecount="0"/>
853
+ <line num="838" count="22" type="cond" truecount="2" falsecount="0"/>
854
+ <line num="841" count="13" type="stmt"/>
855
+ <line num="843" count="13" type="cond" truecount="5" falsecount="0"/>
856
+ <line num="844" count="6" type="stmt"/>
857
+ <line num="846" count="7" type="stmt"/>
858
+ <line num="852" count="11" type="cond" truecount="2" falsecount="0"/>
859
+ <line num="853" count="1" type="stmt"/>
860
+ <line num="855" count="10" type="stmt"/>
861
+ <line num="856" count="10" type="cond" truecount="3" falsecount="0"/>
862
+ <line num="858" count="9" type="stmt"/>
863
+ <line num="860" count="9" type="cond" truecount="2" falsecount="0"/>
864
+ <line num="863" count="16" type="cond" truecount="1" falsecount="0"/>
865
+ <line num="864" count="6" type="cond" truecount="2" falsecount="0"/>
866
+ <line num="866" count="10" type="cond" truecount="2" falsecount="0"/>
867
+ <line num="869" count="9" type="cond" truecount="1" falsecount="0"/>
868
+ <line num="871" count="9" type="stmt"/>
869
+ <line num="873" count="9" type="cond" truecount="5" falsecount="0"/>
870
+ <line num="874" count="3" type="stmt"/>
871
+ <line num="876" count="6" type="stmt"/>
872
872
  <line num="882" count="3" type="stmt"/>
873
- <line num="884" count="6" type="stmt"/>
874
- <line num="890" count="3" type="stmt"/>
875
- <line num="891" count="3" type="cond" truecount="4" falsecount="0"/>
876
- <line num="892" count="1" type="stmt"/>
877
- <line num="893" count="2" type="cond" truecount="5" falsecount="0"/>
878
- <line num="894" count="1" type="stmt"/>
879
- <line num="899" count="3" type="stmt"/>
880
- <line num="900" count="3" type="cond" truecount="3" falsecount="0"/>
881
- <line num="901" count="2" type="stmt"/>
882
- <line num="912" count="2" type="cond" truecount="1" falsecount="0"/>
883
- <line num="913" count="1" type="stmt"/>
884
- <line num="915" count="1" type="stmt"/>
885
- <line num="923" count="2" type="stmt"/>
886
- <line num="937" count="2" type="cond" truecount="1" falsecount="0"/>
887
- <line num="938" count="1" type="stmt"/>
888
- <line num="946" count="2" type="stmt"/>
889
- <line num="962" count="2" type="cond" truecount="2" falsecount="0"/>
873
+ <line num="883" count="3" type="cond" truecount="4" falsecount="0"/>
874
+ <line num="884" count="1" type="stmt"/>
875
+ <line num="885" count="2" type="cond" truecount="5" falsecount="0"/>
876
+ <line num="886" count="1" type="stmt"/>
877
+ <line num="891" count="3" type="stmt"/>
878
+ <line num="892" count="3" type="cond" truecount="3" falsecount="0"/>
879
+ <line num="893" count="2" type="stmt"/>
880
+ <line num="904" count="2" type="cond" truecount="1" falsecount="0"/>
881
+ <line num="905" count="1" type="stmt"/>
882
+ <line num="907" count="1" type="stmt"/>
883
+ <line num="915" count="2" type="stmt"/>
884
+ <line num="929" count="2" type="cond" truecount="1" falsecount="0"/>
885
+ <line num="930" count="1" type="stmt"/>
886
+ <line num="938" count="2" type="stmt"/>
887
+ <line num="954" count="2" type="cond" truecount="2" falsecount="0"/>
888
+ <line num="955" count="1" type="stmt"/>
890
889
  <line num="963" count="1" type="stmt"/>
891
- <line num="971" count="1" type="stmt"/>
892
- <line num="982" count="1" type="stmt"/>
893
- <line num="986" count="2" type="stmt"/>
890
+ <line num="974" count="1" type="stmt"/>
891
+ <line num="978" count="2" type="stmt"/>
894
892
  </file>
895
- <file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
893
+ <file name="interfaces.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
896
894
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
895
+ <line num="98" count="26" type="stmt"/>
897
896
  <line num="99" count="26" type="stmt"/>
898
- <line num="100" count="26" type="stmt"/>
899
897
  </file>
900
- <file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
898
+ <file name="layout-options.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
901
899
  <metrics statements="95" coveredstatements="95" conditionals="53" coveredconditionals="53" methods="18" coveredmethods="18"/>
902
900
  <line num="1" count="26" type="stmt"/>
903
901
  <line num="2" count="26" type="stmt"/>
@@ -998,7 +996,7 @@
998
996
  </package>
999
997
  <package name="src.components.tek-image">
1000
998
  <metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1001
- <file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
999
+ <file name="image.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-image/image.ts">
1002
1000
  <metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1003
1001
  <line num="1" count="26" type="stmt"/>
1004
1002
  <line num="7" count="26" type="stmt"/>
@@ -1026,7 +1024,7 @@
1026
1024
  </package>
1027
1025
  <package name="src.components.tek-iterable-carousel">
1028
1026
  <metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
1029
- <file name="iterable-carousel.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
1027
+ <file name="iterable-carousel.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
1030
1028
  <metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
1031
1029
  <line num="1" count="26" type="stmt"/>
1032
1030
  <line num="9" count="26" type="stmt"/>
@@ -1039,7 +1037,7 @@
1039
1037
  </package>
1040
1038
  <package name="src.components.tek-iterable-component-render">
1041
1039
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1042
- <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">
1040
+ <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">
1043
1041
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1044
1042
  <line num="1" count="26" type="stmt"/>
1045
1043
  <line num="10" count="26" type="stmt"/>
@@ -1047,7 +1045,7 @@
1047
1045
  </package>
1048
1046
  <package name="src.components.tek-loading">
1049
1047
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1050
- <file name="loading.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
1048
+ <file name="loading.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
1051
1049
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1052
1050
  <line num="1" count="26" type="stmt"/>
1053
1051
  <line num="5" count="26" type="stmt"/>
@@ -1063,7 +1061,7 @@
1063
1061
  </package>
1064
1062
  <package name="src.components.tek-notifications">
1065
1063
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1066
- <file name="notifications.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
1064
+ <file name="notifications.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
1067
1065
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1068
1066
  <line num="1" count="26" type="stmt"/>
1069
1067
  <line num="7" count="26" type="stmt"/>
@@ -1079,7 +1077,7 @@
1079
1077
  </package>
1080
1078
  <package name="src.components.tek-product-card">
1081
1079
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
1082
- <file name="product-card.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
1080
+ <file name="product-card.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
1083
1081
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
1084
1082
  <line num="1" count="26" type="stmt"/>
1085
1083
  <line num="2" count="26" type="stmt"/>
@@ -1115,9 +1113,9 @@
1115
1113
  </file>
1116
1114
  </package>
1117
1115
  <package name="src.components.tek-tree-grid">
1118
- <metrics statements="92" coveredstatements="92" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
1119
- <file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
1120
- <metrics statements="92" coveredstatements="92" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
1116
+ <metrics statements="90" coveredstatements="90" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
1117
+ <file name="tree-grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
1118
+ <metrics statements="90" coveredstatements="90" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
1121
1119
  <line num="1" count="26" type="stmt"/>
1122
1120
  <line num="6" count="26" type="stmt"/>
1123
1121
  <line num="10" count="26" type="stmt"/>
@@ -1132,89 +1130,87 @@
1132
1130
  <line num="38" count="18" type="stmt"/>
1133
1131
  <line num="41" count="18" type="stmt"/>
1134
1132
  <line num="44" count="18" type="stmt"/>
1135
- <line num="47" count="18" type="stmt"/>
1133
+ <line num="58" count="18" type="stmt"/>
1136
1134
  <line num="61" count="18" type="stmt"/>
1137
1135
  <line num="64" count="18" type="stmt"/>
1138
1136
  <line num="67" count="18" type="stmt"/>
1139
- <line num="70" count="18" type="stmt"/>
1140
- <line num="79" count="18" type="stmt"/>
1141
- <line num="84" count="18" type="stmt"/>
1142
- <line num="90" count="18" type="stmt"/>
1143
- <line num="96" count="18" type="stmt"/>
1144
- <line num="106" count="18" type="stmt"/>
1145
- <line num="111" count="18" type="stmt"/>
1146
- <line num="118" count="18" type="stmt"/>
1147
- <line num="138" count="18" type="stmt"/>
1148
- <line num="151" count="18" type="stmt"/>
1149
- <line num="152" count="18" type="stmt"/>
1150
- <line num="153" count="18" type="stmt"/>
1151
- <line num="158" count="18" type="stmt"/>
1152
- <line num="163" count="18" type="stmt"/>
1153
- <line num="168" count="18" type="stmt"/>
1154
- <line num="173" count="18" type="stmt"/>
1155
- <line num="178" count="18" type="stmt"/>
1156
- <line num="183" count="18" type="stmt"/>
1157
- <line num="188" count="18" type="stmt"/>
1158
- <line num="193" count="18" type="stmt"/>
1159
- <line num="198" count="18" type="stmt"/>
1160
- <line num="203" count="18" type="stmt"/>
1161
- <line num="208" count="18" type="stmt"/>
1162
- <line num="213" count="18" type="stmt"/>
1163
- <line num="218" count="18" type="stmt"/>
1164
- <line num="223" count="18" type="cond" truecount="2" falsecount="0"/>
1165
- <line num="224" count="18" type="cond" truecount="2" falsecount="0"/>
1166
- <line num="225" count="18" type="stmt"/>
1167
- <line num="227" count="18" type="cond" truecount="1" falsecount="0"/>
1168
- <line num="228" count="3" type="stmt"/>
1169
- <line num="231" count="18" type="stmt"/>
1170
- <line num="240" count="1" type="cond" truecount="1" falsecount="0"/>
1171
- <line num="241" count="1" type="stmt"/>
1172
- <line num="244" count="1" type="stmt"/>
1173
- <line num="253" count="1" type="stmt"/>
1174
- <line num="256" count="1" type="stmt"/>
1175
- <line num="257" count="1" type="stmt"/>
1176
- <line num="265" count="18" type="stmt"/>
1177
- <line num="266" count="18" type="stmt"/>
1178
- <line num="267" count="18" type="stmt"/>
1179
- <line num="269" count="18" type="stmt"/>
1180
- <line num="273" count="3" type="stmt"/>
1181
- <line num="274" count="3" type="stmt"/>
1182
- <line num="278" count="3" type="stmt"/>
1183
- <line num="279" count="3" type="stmt"/>
1184
- <line num="283" count="7" type="stmt"/>
1185
- <line num="284" count="7" type="stmt"/>
1186
- <line num="288" count="7" type="cond" truecount="1" falsecount="0"/>
1187
- <line num="292" count="1" type="stmt"/>
1188
- <line num="293" count="1" type="stmt"/>
1189
- <line num="297" count="2" type="cond" truecount="1" falsecount="0"/>
1190
- <line num="298" count="1" type="stmt"/>
1191
- <line num="308" count="19" type="stmt"/>
1192
- <line num="312" count="2" type="cond" truecount="1" falsecount="0"/>
1193
- <line num="316" count="1" type="stmt"/>
1194
- <line num="317" count="1" type="cond" truecount="2" falsecount="0"/>
1195
- <line num="319" count="1" type="stmt"/>
1196
- <line num="323" count="2" type="stmt"/>
1197
- <line num="324" count="2" type="stmt"/>
1198
- <line num="325" count="2" type="stmt"/>
1199
- <line num="328" count="2" type="cond" truecount="1" falsecount="0"/>
1200
- <line num="332" count="1" type="stmt"/>
1201
- <line num="333" count="1" type="stmt"/>
1202
- <line num="338" count="2" type="cond" truecount="1" falsecount="0"/>
1203
- <line num="339" count="1" type="stmt"/>
1204
- <line num="342" count="2" type="stmt"/>
1205
- <line num="355" count="2" type="stmt"/>
1206
- <line num="359" count="1" type="stmt"/>
1207
- <line num="369" count="2" type="cond" truecount="1" falsecount="0"/>
1208
- <line num="370" count="1" type="stmt"/>
1209
- <line num="372" count="1" type="stmt"/>
1137
+ <line num="76" count="18" type="stmt"/>
1138
+ <line num="81" count="18" type="stmt"/>
1139
+ <line num="87" count="18" type="stmt"/>
1140
+ <line num="93" count="18" type="stmt"/>
1141
+ <line num="103" count="18" type="stmt"/>
1142
+ <line num="108" count="18" type="stmt"/>
1143
+ <line num="115" count="18" type="stmt"/>
1144
+ <line num="135" count="18" type="stmt"/>
1145
+ <line num="148" count="18" type="stmt"/>
1146
+ <line num="149" count="18" type="stmt"/>
1147
+ <line num="150" count="18" type="stmt"/>
1148
+ <line num="155" count="18" type="stmt"/>
1149
+ <line num="160" count="18" type="stmt"/>
1150
+ <line num="165" count="18" type="stmt"/>
1151
+ <line num="170" count="18" type="stmt"/>
1152
+ <line num="175" count="18" type="stmt"/>
1153
+ <line num="180" count="18" type="stmt"/>
1154
+ <line num="185" count="18" type="stmt"/>
1155
+ <line num="190" count="18" type="stmt"/>
1156
+ <line num="195" count="18" type="stmt"/>
1157
+ <line num="200" count="18" type="stmt"/>
1158
+ <line num="205" count="18" type="stmt"/>
1159
+ <line num="210" count="18" type="stmt"/>
1160
+ <line num="215" count="18" type="cond" truecount="2" falsecount="0"/>
1161
+ <line num="216" count="18" type="cond" truecount="2" falsecount="0"/>
1162
+ <line num="217" count="18" type="stmt"/>
1163
+ <line num="219" count="18" type="cond" truecount="1" falsecount="0"/>
1164
+ <line num="220" count="3" type="stmt"/>
1165
+ <line num="223" count="18" type="stmt"/>
1166
+ <line num="232" count="1" type="cond" truecount="1" falsecount="0"/>
1167
+ <line num="233" count="1" type="stmt"/>
1168
+ <line num="236" count="1" type="stmt"/>
1169
+ <line num="245" count="1" type="stmt"/>
1170
+ <line num="248" count="1" type="stmt"/>
1171
+ <line num="249" count="1" type="stmt"/>
1172
+ <line num="257" count="18" type="stmt"/>
1173
+ <line num="258" count="18" type="stmt"/>
1174
+ <line num="259" count="18" type="stmt"/>
1175
+ <line num="261" count="18" type="stmt"/>
1176
+ <line num="265" count="3" type="stmt"/>
1177
+ <line num="266" count="3" type="stmt"/>
1178
+ <line num="270" count="3" type="stmt"/>
1179
+ <line num="271" count="3" type="stmt"/>
1180
+ <line num="275" count="7" type="stmt"/>
1181
+ <line num="276" count="7" type="stmt"/>
1182
+ <line num="280" count="7" type="cond" truecount="1" falsecount="0"/>
1183
+ <line num="284" count="1" type="stmt"/>
1184
+ <line num="285" count="1" type="stmt"/>
1185
+ <line num="289" count="2" type="cond" truecount="1" falsecount="0"/>
1186
+ <line num="290" count="1" type="stmt"/>
1187
+ <line num="300" count="19" type="stmt"/>
1188
+ <line num="304" count="2" type="cond" truecount="1" falsecount="0"/>
1189
+ <line num="308" count="1" type="stmt"/>
1190
+ <line num="309" count="1" type="cond" truecount="2" falsecount="0"/>
1191
+ <line num="311" count="1" type="stmt"/>
1192
+ <line num="315" count="2" type="stmt"/>
1193
+ <line num="316" count="2" type="stmt"/>
1194
+ <line num="317" count="2" type="stmt"/>
1195
+ <line num="320" count="2" type="cond" truecount="1" falsecount="0"/>
1196
+ <line num="324" count="1" type="stmt"/>
1197
+ <line num="325" count="1" type="stmt"/>
1198
+ <line num="330" count="2" type="cond" truecount="1" falsecount="0"/>
1199
+ <line num="331" count="1" type="stmt"/>
1200
+ <line num="334" count="2" type="stmt"/>
1201
+ <line num="347" count="2" type="stmt"/>
1202
+ <line num="351" count="1" type="stmt"/>
1203
+ <line num="361" count="2" type="cond" truecount="1" falsecount="0"/>
1204
+ <line num="362" count="1" type="stmt"/>
1205
+ <line num="364" count="1" type="stmt"/>
1206
+ <line num="372" count="2" type="stmt"/>
1207
+ <line num="376" count="1" type="stmt"/>
1210
1208
  <line num="380" count="2" type="stmt"/>
1211
- <line num="384" count="1" type="stmt"/>
1212
- <line num="388" count="2" type="stmt"/>
1213
1209
  </file>
1214
1210
  </package>
1215
1211
  <package name="src.components.tek-user-info">
1216
1212
  <metrics statements="86" coveredstatements="86" conditionals="45" coveredconditionals="45" methods="34" coveredmethods="34"/>
1217
- <file name="TekUserInfoController.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
1213
+ <file name="TekUserInfoController.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
1218
1214
  <metrics statements="29" coveredstatements="29" conditionals="28" coveredconditionals="28" methods="20" coveredmethods="20"/>
1219
1215
  <line num="1" count="26" type="stmt"/>
1220
1216
  <line num="5" count="26" type="stmt"/>
@@ -1246,7 +1242,7 @@
1246
1242
  <line num="91" count="2" type="stmt"/>
1247
1243
  <line num="92" count="2" type="cond" truecount="2" falsecount="0"/>
1248
1244
  </file>
1249
- <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">
1245
+ <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">
1250
1246
  <metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
1251
1247
  <line num="1" count="26" type="stmt"/>
1252
1248
  <line num="2" count="26" type="stmt"/>
@@ -1264,7 +1260,7 @@
1264
1260
  <line num="45" count="1" type="stmt"/>
1265
1261
  <line num="56" count="1" type="stmt"/>
1266
1262
  </file>
1267
- <file name="tek-user-info.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
1263
+ <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">
1268
1264
  <metrics statements="42" coveredstatements="42" conditionals="12" coveredconditionals="12" methods="10" coveredmethods="10"/>
1269
1265
  <line num="1" count="26" type="stmt"/>
1270
1266
  <line num="4" count="26" type="stmt"/>
@@ -1312,7 +1308,7 @@
1312
1308
  </package>
1313
1309
  <package name="src.error">
1314
1310
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1315
- <file name="delete-rows-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
1311
+ <file name="delete-rows-error.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/error/delete-rows-error.ts">
1316
1312
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1317
1313
  <line num="4" count="26" type="stmt"/>
1318
1314
  <line num="6" count="1" type="stmt"/>
@@ -1321,7 +1317,7 @@
1321
1317
  </package>
1322
1318
  <package name="src.utils">
1323
1319
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
1324
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
1320
+ <file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/index.ts">
1325
1321
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
1326
1322
  <line num="1" count="26" type="stmt"/>
1327
1323
  <line num="2" count="26" type="stmt"/>
@@ -1330,8 +1326,8 @@
1330
1326
  </file>
1331
1327
  </package>
1332
1328
  <package name="src.utils.grid-base">
1333
- <metrics statements="199" coveredstatements="199" conditionals="129" coveredconditionals="129" methods="65" coveredmethods="65"/>
1334
- <file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
1329
+ <metrics statements="198" coveredstatements="198" conditionals="127" coveredconditionals="127" methods="64" coveredmethods="64"/>
1330
+ <file name="grid-base.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
1335
1331
  <metrics statements="170" coveredstatements="170" conditionals="98" coveredconditionals="98" methods="44" coveredmethods="44"/>
1336
1332
  <line num="1" count="26" type="stmt"/>
1337
1333
  <line num="4" count="26" type="stmt"/>
@@ -1504,8 +1500,8 @@
1504
1500
  <line num="744" count="4" type="stmt"/>
1505
1501
  <line num="748" count="26" type="stmt"/>
1506
1502
  </file>
1507
- <file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
1508
- <metrics statements="29" coveredstatements="29" conditionals="31" coveredconditionals="31" methods="21" coveredmethods="21"/>
1503
+ <file name="grid-controller.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
1504
+ <metrics statements="28" coveredstatements="28" conditionals="29" coveredconditionals="29" methods="20" coveredmethods="20"/>
1509
1505
  <line num="4" count="26" type="stmt"/>
1510
1506
  <line num="8" count="47" type="stmt"/>
1511
1507
  <line num="12" count="1" type="stmt"/>
@@ -1524,22 +1520,21 @@
1524
1520
  <line num="79" count="10" type="stmt"/>
1525
1521
  <line num="83" count="3" type="stmt"/>
1526
1522
  <line num="90" count="2" type="stmt"/>
1527
- <line num="96" count="5" type="stmt"/>
1528
- <line num="100" count="3" type="cond" truecount="2" falsecount="0"/>
1529
- <line num="104" count="1" type="stmt"/>
1530
- <line num="108" count="7" type="cond" truecount="1" falsecount="0"/>
1531
- <line num="109" count="3" type="cond" truecount="1" falsecount="0"/>
1532
- <line num="110" count="2" type="stmt"/>
1533
- <line num="111" count="2" type="cond" truecount="4" falsecount="0"/>
1534
- <line num="115" count="1" type="stmt"/>
1535
- <line num="118" count="4" type="cond" truecount="1" falsecount="0"/>
1536
- <line num="119" count="3" type="stmt"/>
1537
- <line num="122" count="1" type="stmt"/>
1523
+ <line num="96" count="4" type="stmt"/>
1524
+ <line num="100" count="1" type="stmt"/>
1525
+ <line num="104" count="7" type="cond" truecount="1" falsecount="0"/>
1526
+ <line num="105" count="3" type="cond" truecount="1" falsecount="0"/>
1527
+ <line num="106" count="2" type="stmt"/>
1528
+ <line num="107" count="2" type="cond" truecount="4" falsecount="0"/>
1529
+ <line num="111" count="1" type="stmt"/>
1530
+ <line num="114" count="4" type="cond" truecount="1" falsecount="0"/>
1531
+ <line num="115" count="3" type="stmt"/>
1532
+ <line num="118" count="1" type="stmt"/>
1538
1533
  </file>
1539
1534
  </package>
1540
1535
  <package name="src.utils.report-filter">
1541
1536
  <metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
1542
- <file name="report-filter.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
1537
+ <file name="report-filter.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
1543
1538
  <metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
1544
1539
  <line num="2" count="26" type="stmt"/>
1545
1540
  <line num="8" count="26" type="stmt"/>
@@ -1564,12 +1559,12 @@
1564
1559
  </package>
1565
1560
  <package name="tests.__helpers__">
1566
1561
  <metrics statements="19" coveredstatements="19" conditionals="6" coveredconditionals="6" methods="5" coveredmethods="5"/>
1567
- <file name="component-event-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
1562
+ <file name="component-event-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
1568
1563
  <metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1569
1564
  <line num="3" count="30" type="cond" truecount="1" falsecount="0"/>
1570
1565
  <line num="5" count="2" type="stmt"/>
1571
1566
  </file>
1572
- <file name="get-child-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
1567
+ <file name="get-child-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
1573
1568
  <metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
1574
1569
  <line num="8" count="2" type="stmt"/>
1575
1570
  <line num="11" count="248" type="stmt"/>
@@ -1582,13 +1577,13 @@
1582
1577
  <line num="24" count="248" type="stmt"/>
1583
1578
  <line num="27" count="2" type="stmt"/>
1584
1579
  </file>
1585
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
1580
+ <file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/index.ts">
1586
1581
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1587
1582
  <line num="1" count="2" type="stmt"/>
1588
1583
  <line num="2" count="2" type="stmt"/>
1589
1584
  <line num="3" count="2" type="stmt"/>
1590
1585
  </file>
1591
- <file name="mock-created-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
1586
+ <file name="mock-created-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
1592
1587
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1593
1588
  <line num="6" count="4" type="stmt"/>
1594
1589
  <line num="7" count="16" type="stmt"/>