@zeedhi/teknisa-components-common 1.90.1 → 1.92.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 (100) hide show
  1. package/coverage/clover.xml +718 -677
  2. package/coverage/coverage-final.json +45 -42
  3. package/coverage/lcov-report/components/crud/crud-add-button.ts.html +250 -0
  4. package/coverage/lcov-report/components/crud/crud-button.ts.html +292 -0
  5. package/coverage/lcov-report/components/crud/crud-cancel-button.ts.html +259 -0
  6. package/coverage/lcov-report/components/crud/crud-delete-button.ts.html +322 -0
  7. package/coverage/lcov-report/components/crud/crud-form.ts.html +382 -0
  8. package/coverage/lcov-report/components/crud/crud-save-button.ts.html +253 -0
  9. package/coverage/lcov-report/components/crud/index.html +191 -0
  10. package/coverage/lcov-report/components/index.html +116 -0
  11. package/coverage/lcov-report/components/index.ts.html +394 -0
  12. package/coverage/lcov-report/components/tek-breadcrumb-header/breadcrumb-header.ts.html +172 -0
  13. package/coverage/lcov-report/components/tek-breadcrumb-header/index.html +116 -0
  14. package/coverage/lcov-report/components/tek-card-title/card-title.ts.html +175 -0
  15. package/coverage/lcov-report/components/tek-card-title/index.html +116 -0
  16. package/coverage/lcov-report/components/tek-datasource/index.html +146 -0
  17. package/coverage/lcov-report/components/tek-datasource/interfaces.ts.html +193 -0
  18. package/coverage/lcov-report/components/tek-datasource/memory-datasource.ts.html +1015 -0
  19. package/coverage/lcov-report/components/tek-datasource/rest-datasource.ts.html +751 -0
  20. package/coverage/lcov-report/components/tek-drag-grid/index.html +116 -0
  21. package/coverage/lcov-report/components/tek-drag-grid/tek-drag-grid.ts.html +409 -0
  22. package/coverage/lcov-report/components/tek-grid/filter-helper.ts.html +145 -0
  23. package/coverage/lcov-report/components/tek-grid/grid-column.ts.html +775 -0
  24. package/coverage/lcov-report/components/tek-grid/grid-columns-button-controller.ts.html +169 -0
  25. package/coverage/lcov-report/components/tek-grid/grid-columns-button.ts.html +190 -0
  26. package/coverage/lcov-report/components/tek-grid/grid-filter-button.ts.html +1282 -0
  27. package/coverage/lcov-report/components/tek-grid/grid.ts.html +3157 -0
  28. package/coverage/lcov-report/components/tek-grid/index.html +221 -0
  29. package/coverage/lcov-report/components/tek-grid/interfaces.ts.html +733 -0
  30. package/coverage/lcov-report/components/tek-grid/layout-options.ts.html +826 -0
  31. package/coverage/lcov-report/components/tek-image/image.ts.html +313 -0
  32. package/coverage/lcov-report/components/tek-image/index.html +116 -0
  33. package/coverage/lcov-report/components/tek-iterable-carousel/index.html +116 -0
  34. package/coverage/lcov-report/components/tek-iterable-carousel/iterable-carousel.ts.html +175 -0
  35. package/coverage/lcov-report/components/tek-iterable-component-render/index.html +116 -0
  36. package/coverage/lcov-report/components/tek-iterable-component-render/iterable-component-render.ts.html +118 -0
  37. package/coverage/lcov-report/components/tek-loading/index.html +116 -0
  38. package/coverage/lcov-report/components/tek-loading/loading.ts.html +196 -0
  39. package/coverage/lcov-report/components/tek-notifications/index.html +116 -0
  40. package/coverage/lcov-report/components/tek-notifications/notifications.ts.html +271 -0
  41. package/coverage/lcov-report/components/tek-product-card/index.html +116 -0
  42. package/coverage/lcov-report/components/tek-product-card/product-card.ts.html +391 -0
  43. package/coverage/lcov-report/components/tek-tree-grid/index.html +116 -0
  44. package/coverage/lcov-report/components/tek-tree-grid/tree-grid.ts.html +1255 -0
  45. package/coverage/lcov-report/components/tek-user-info/TekUserInfoController.ts.html +367 -0
  46. package/coverage/lcov-report/components/tek-user-info/index.html +146 -0
  47. package/coverage/lcov-report/components/tek-user-info/tek-user-info-list.ts.html +268 -0
  48. package/coverage/lcov-report/components/tek-user-info/tek-user-info.ts.html +1096 -0
  49. package/coverage/lcov-report/error/delete-rows-error.ts.html +118 -0
  50. package/coverage/lcov-report/error/index.html +116 -0
  51. package/coverage/lcov-report/index.html +27 -12
  52. package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +2 -2
  53. package/coverage/lcov-report/tests/__helpers__/flush-promises-helper.ts.html +2 -2
  54. package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +8 -8
  55. package/coverage/lcov-report/tests/__helpers__/index.html +2 -2
  56. package/coverage/lcov-report/tests/__helpers__/index.ts.html +2 -2
  57. package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +2 -2
  58. package/coverage/lcov-report/utils/grid-base/export-options/button-option.ts.html +166 -0
  59. package/coverage/lcov-report/utils/grid-base/export-options/index.html +146 -0
  60. package/coverage/lcov-report/utils/grid-base/export-options/index.ts.html +94 -0
  61. package/coverage/lcov-report/utils/grid-base/export-options/multi-option.ts.html +355 -0
  62. package/coverage/lcov-report/utils/grid-base/grid-base.ts.html +1960 -0
  63. package/coverage/lcov-report/utils/grid-base/grid-controller.ts.html +457 -0
  64. package/coverage/lcov-report/utils/grid-base/index.html +131 -0
  65. package/coverage/lcov-report/utils/index.html +116 -0
  66. package/coverage/lcov-report/utils/index.ts.html +100 -0
  67. package/coverage/lcov-report/utils/report-filter/index.html +116 -0
  68. package/coverage/lcov-report/utils/report-filter/report-filter.ts.html +256 -0
  69. package/coverage/lcov.info +1055 -972
  70. package/dist/tek-components-common.esm.js +164 -34
  71. package/dist/tek-components-common.umd.js +164 -34
  72. package/package.json +2 -2
  73. package/tests/unit/components/tek-grid/grid.spec.ts +87 -77
  74. package/tests/unit/components/tek-user-info/TekUserInfoContoller.spec.ts +0 -14
  75. package/tests/unit/components/tek-user-info/tek-user-info.spec.ts +1 -1
  76. package/tests/unit/components/tree-grid/tree-grid.spec.ts +28 -19
  77. package/tests/unit/utils/grid-base/export-options/button-option.spec.ts +44 -0
  78. package/tests/unit/utils/grid-base/export-options/multi-option.spec.ts +135 -0
  79. package/types/components/tek-grid/interfaces.d.ts +19 -2
  80. package/types/components/tek-user-info/TekUserInfoController.d.ts +0 -2
  81. package/types/utils/grid-base/export-options/button-option.d.ts +16 -0
  82. package/types/utils/grid-base/export-options/index.d.ts +3 -0
  83. package/types/utils/grid-base/export-options/interfaces.d.ts +5 -0
  84. package/types/utils/grid-base/export-options/multi-option.d.ts +12 -0
  85. package/types/utils/grid-base/grid-base.d.ts +3 -2
  86. package/types/utils/index.d.ts +5 -5
  87. package/types/components/tek-ag-grid/default-icons.d.ts +0 -53
  88. package/types/components/tek-ag-grid/interfaces.d.ts +0 -9
  89. package/types/components/tek-ag-grid/tek-ag-grid.d.ts +0 -35
  90. package/types/components/tek-datasource/datasource.d.ts +0 -94
  91. package/types/components/tek-grid/default-icons.d.ts +0 -53
  92. package/types/components/tek-grid/filter-dynamic-values.d.ts +0 -9
  93. package/types/components/tek-grid/grid-controller.d.ts +0 -19
  94. package/types/components/tek-grid/grid_column.d.ts +0 -14
  95. package/types/components/tek-grid/grid_controller.d.ts +0 -15
  96. package/types/components/tek-grid/tek-grid.d.ts +0 -35
  97. package/types/components/tek-login/interfaces.d.ts +0 -3
  98. package/types/components/tek-login/login-children.d.ts +0 -3
  99. package/types/components/tek-login/login.d.ts +0 -58
  100. 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="1710874828504" clover="3.2.0">
3
- <project timestamp="1710874828504" name="All files">
4
- <metrics statements="1493" coveredstatements="1493" conditionals="657" coveredconditionals="657" methods="368" coveredmethods="368" elements="2518" coveredelements="2518" complexity="0" loc="1493" ncloc="1493" packages="21" files="42" classes="42"/>
2
+ <coverage generated="1711467953122" clover="3.2.0">
3
+ <project timestamp="1711467953122" name="All files">
4
+ <metrics statements="1522" coveredstatements="1522" conditionals="666" coveredconditionals="666" methods="377" coveredmethods="377" elements="2565" coveredelements="2565" complexity="0" loc="1522" ncloc="1522" packages="22" files="45" classes="45"/>
5
5
  <package name="src">
6
6
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
7
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
7
+ <file name="index.ts" path="/home/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="26" type="stmt"/>
10
10
  <line num="3" count="26" type="stmt"/>
@@ -14,59 +14,59 @@
14
14
  </package>
15
15
  <package name="src.components">
16
16
  <metrics statements="42" coveredstatements="42" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
17
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
17
+ <file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/index.ts">
18
18
  <metrics statements="42" coveredstatements="42" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
19
- <line num="1" count="28" type="stmt"/>
20
- <line num="3" count="28" type="stmt"/>
21
- <line num="51" count="28" type="stmt"/>
22
- <line num="52" count="28" type="stmt"/>
23
- <line num="53" count="28" type="stmt"/>
24
- <line num="54" count="28" type="stmt"/>
25
- <line num="55" count="28" type="stmt"/>
26
- <line num="56" count="28" type="stmt"/>
27
- <line num="57" count="28" type="stmt"/>
28
- <line num="59" count="28" type="stmt"/>
29
- <line num="60" count="28" type="stmt"/>
30
- <line num="62" count="28" type="stmt"/>
31
- <line num="63" count="28" type="stmt"/>
32
- <line num="65" count="28" type="stmt"/>
33
- <line num="66" count="28" type="stmt"/>
34
- <line num="68" count="28" type="stmt"/>
35
- <line num="69" count="28" type="stmt"/>
36
- <line num="71" count="28" type="stmt"/>
37
- <line num="72" count="28" type="stmt"/>
38
- <line num="74" count="28" type="stmt"/>
39
- <line num="75" count="28" type="stmt"/>
40
- <line num="77" count="28" type="stmt"/>
41
- <line num="78" count="28" type="stmt"/>
42
- <line num="80" count="28" type="stmt"/>
43
- <line num="81" count="28" type="stmt"/>
44
- <line num="83" count="28" type="stmt"/>
45
- <line num="84" count="28" type="stmt"/>
46
- <line num="85" count="28" type="stmt"/>
47
- <line num="86" count="28" type="stmt"/>
48
- <line num="87" count="28" type="stmt"/>
49
- <line num="88" count="28" type="stmt"/>
50
- <line num="89" count="28" type="stmt"/>
51
- <line num="91" count="28" type="stmt"/>
52
- <line num="92" count="28" type="stmt"/>
53
- <line num="93" count="28" type="stmt"/>
54
- <line num="95" count="28" type="stmt"/>
55
- <line num="96" count="28" type="stmt"/>
56
- <line num="98" count="28" type="stmt"/>
57
- <line num="99" count="28" type="stmt"/>
58
- <line num="100" count="28" type="stmt"/>
59
- <line num="102" count="28" type="stmt"/>
60
- <line num="103" count="28" type="stmt"/>
19
+ <line num="1" count="30" type="stmt"/>
20
+ <line num="3" count="30" type="stmt"/>
21
+ <line num="51" count="30" type="stmt"/>
22
+ <line num="52" count="30" type="stmt"/>
23
+ <line num="53" count="30" type="stmt"/>
24
+ <line num="54" count="30" type="stmt"/>
25
+ <line num="55" count="30" type="stmt"/>
26
+ <line num="56" count="30" type="stmt"/>
27
+ <line num="57" count="30" type="stmt"/>
28
+ <line num="59" count="30" type="stmt"/>
29
+ <line num="60" count="30" type="stmt"/>
30
+ <line num="62" count="30" type="stmt"/>
31
+ <line num="63" count="30" type="stmt"/>
32
+ <line num="65" count="30" type="stmt"/>
33
+ <line num="66" count="30" type="stmt"/>
34
+ <line num="68" count="30" type="stmt"/>
35
+ <line num="69" count="30" type="stmt"/>
36
+ <line num="71" count="30" type="stmt"/>
37
+ <line num="72" count="30" type="stmt"/>
38
+ <line num="74" count="30" type="stmt"/>
39
+ <line num="75" count="30" type="stmt"/>
40
+ <line num="77" count="30" type="stmt"/>
41
+ <line num="78" count="30" type="stmt"/>
42
+ <line num="80" count="30" type="stmt"/>
43
+ <line num="81" count="30" type="stmt"/>
44
+ <line num="83" count="30" type="stmt"/>
45
+ <line num="84" count="30" type="stmt"/>
46
+ <line num="85" count="30" type="stmt"/>
47
+ <line num="86" count="30" type="stmt"/>
48
+ <line num="87" count="30" type="stmt"/>
49
+ <line num="88" count="30" type="stmt"/>
50
+ <line num="89" count="30" type="stmt"/>
51
+ <line num="91" count="30" type="stmt"/>
52
+ <line num="92" count="30" type="stmt"/>
53
+ <line num="93" count="30" type="stmt"/>
54
+ <line num="95" count="30" type="stmt"/>
55
+ <line num="96" count="30" type="stmt"/>
56
+ <line num="98" count="30" type="stmt"/>
57
+ <line num="99" count="30" type="stmt"/>
58
+ <line num="100" count="30" type="stmt"/>
59
+ <line num="102" count="30" type="stmt"/>
60
+ <line num="103" count="30" type="stmt"/>
61
61
  </file>
62
62
  </package>
63
63
  <package name="src.components.crud">
64
64
  <metrics statements="128" coveredstatements="128" conditionals="80" coveredconditionals="80" methods="29" coveredmethods="29"/>
65
- <file name="crud-add-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
65
+ <file name="crud-add-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
66
66
  <metrics statements="15" coveredstatements="15" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
67
- <line num="1" count="28" type="stmt"/>
68
- <line num="3" count="28" type="stmt"/>
69
- <line num="8" count="28" type="stmt"/>
67
+ <line num="1" count="30" type="stmt"/>
68
+ <line num="3" count="30" type="stmt"/>
69
+ <line num="8" count="30" type="stmt"/>
70
70
  <line num="12" count="3" type="stmt"/>
71
71
  <line num="17" count="3" type="stmt"/>
72
72
  <line num="22" count="3" type="stmt"/>
@@ -80,12 +80,12 @@
80
80
  <line num="44" count="3" type="cond" truecount="4" falsecount="0"/>
81
81
  <line num="53" count="1" type="stmt"/>
82
82
  </file>
83
- <file name="crud-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
83
+ <file name="crud-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-button.ts">
84
84
  <metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
85
- <line num="1" count="28" type="stmt"/>
86
- <line num="4" count="28" type="stmt"/>
87
- <line num="6" count="28" type="stmt"/>
88
- <line num="11" count="28" type="stmt"/>
85
+ <line num="1" count="30" type="stmt"/>
86
+ <line num="4" count="30" type="stmt"/>
87
+ <line num="6" count="30" type="stmt"/>
88
+ <line num="11" count="30" type="stmt"/>
89
89
  <line num="22" count="29" type="stmt"/>
90
90
  <line num="29" count="29" type="stmt"/>
91
91
  <line num="30" count="29" type="stmt"/>
@@ -101,13 +101,13 @@
101
101
  <line num="64" count="1" type="stmt"/>
102
102
  <line num="67" count="22" type="stmt"/>
103
103
  </file>
104
- <file name="crud-cancel-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
104
+ <file name="crud-cancel-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
105
105
  <metrics statements="20" coveredstatements="20" conditionals="15" coveredconditionals="15" methods="4" coveredmethods="4"/>
106
- <line num="1" count="28" type="stmt"/>
107
- <line num="2" count="28" type="stmt"/>
108
- <line num="4" count="28" type="stmt"/>
109
- <line num="5" count="28" type="stmt"/>
110
- <line num="10" count="28" type="stmt"/>
106
+ <line num="1" count="30" type="stmt"/>
107
+ <line num="2" count="30" type="stmt"/>
108
+ <line num="4" count="30" type="stmt"/>
109
+ <line num="5" count="30" type="stmt"/>
110
+ <line num="10" count="30" type="stmt"/>
111
111
  <line num="14" count="6" type="stmt"/>
112
112
  <line num="19" count="6" type="stmt"/>
113
113
  <line num="26" count="6" type="cond" truecount="2" falsecount="0"/>
@@ -124,12 +124,12 @@
124
124
  <line num="46" count="1" type="stmt"/>
125
125
  <line num="52" count="6" type="stmt"/>
126
126
  </file>
127
- <file name="crud-delete-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
127
+ <file name="crud-delete-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
128
128
  <metrics statements="24" coveredstatements="24" conditionals="23" coveredconditionals="23" methods="6" coveredmethods="6"/>
129
- <line num="1" count="28" type="stmt"/>
130
- <line num="2" count="28" type="stmt"/>
131
- <line num="4" count="28" type="stmt"/>
132
- <line num="9" count="28" type="stmt"/>
129
+ <line num="1" count="30" type="stmt"/>
130
+ <line num="2" count="30" type="stmt"/>
131
+ <line num="4" count="30" type="stmt"/>
132
+ <line num="9" count="30" type="stmt"/>
133
133
  <line num="13" count="7" type="stmt"/>
134
134
  <line num="18" count="7" type="stmt"/>
135
135
  <line num="23" count="7" type="stmt"/>
@@ -151,10 +151,10 @@
151
151
  <line num="69" count="3" type="cond" truecount="2" falsecount="0"/>
152
152
  <line num="73" count="8" type="cond" truecount="3" falsecount="0"/>
153
153
  </file>
154
- <file name="crud-form.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
154
+ <file name="crud-form.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-form.ts">
155
155
  <metrics statements="30" coveredstatements="30" conditionals="10" coveredconditionals="10" methods="9" coveredmethods="9"/>
156
- <line num="1" count="28" type="stmt"/>
157
- <line num="8" count="28" type="stmt"/>
156
+ <line num="1" count="30" type="stmt"/>
157
+ <line num="8" count="30" type="stmt"/>
158
158
  <line num="12" count="18" type="stmt"/>
159
159
  <line num="29" count="18" type="stmt"/>
160
160
  <line num="30" count="18" type="cond" truecount="1" falsecount="0"/>
@@ -184,13 +184,13 @@
184
184
  <line num="95" count="3" type="cond" truecount="1" falsecount="0"/>
185
185
  <line num="96" count="2" type="stmt"/>
186
186
  </file>
187
- <file name="crud-save-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
187
+ <file name="crud-save-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
188
188
  <metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
189
- <line num="1" count="28" type="stmt"/>
190
- <line num="2" count="28" type="stmt"/>
191
- <line num="4" count="28" type="stmt"/>
192
- <line num="5" count="28" type="stmt"/>
193
- <line num="10" count="28" type="stmt"/>
189
+ <line num="1" count="30" type="stmt"/>
190
+ <line num="2" count="30" type="stmt"/>
191
+ <line num="4" count="30" type="stmt"/>
192
+ <line num="5" count="30" type="stmt"/>
193
+ <line num="10" count="30" type="stmt"/>
194
194
  <line num="14" count="8" type="stmt"/>
195
195
  <line num="21" count="8" type="cond" truecount="2" falsecount="0"/>
196
196
  <line num="22" count="8" type="cond" truecount="2" falsecount="0"/>
@@ -211,10 +211,10 @@
211
211
  </package>
212
212
  <package name="src.components.tek-breadcrumb-header">
213
213
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
214
- <file name="breadcrumb-header.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
214
+ <file name="breadcrumb-header.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
215
215
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
216
- <line num="1" count="28" type="stmt"/>
217
- <line num="7" count="28" type="stmt"/>
216
+ <line num="1" count="30" type="stmt"/>
217
+ <line num="7" count="30" type="stmt"/>
218
218
  <line num="10" count="2" type="stmt"/>
219
219
  <line num="12" count="2" type="stmt"/>
220
220
  <line num="15" count="2" type="stmt"/>
@@ -226,10 +226,10 @@
226
226
  </package>
227
227
  <package name="src.components.tek-card-title">
228
228
  <metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
229
- <file name="card-title.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
229
+ <file name="card-title.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
230
230
  <metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
231
- <line num="1" count="28" type="stmt"/>
232
- <line num="7" count="28" type="stmt"/>
231
+ <line num="1" count="30" type="stmt"/>
232
+ <line num="7" count="30" type="stmt"/>
233
233
  <line num="8" count="2" type="stmt"/>
234
234
  <line num="10" count="2" type="stmt"/>
235
235
  <line num="12" count="2" type="stmt"/>
@@ -248,16 +248,16 @@
248
248
  </package>
249
249
  <package name="src.components.tek-datasource">
250
250
  <metrics statements="197" coveredstatements="197" conditionals="130" coveredconditionals="130" methods="48" coveredmethods="48"/>
251
- <file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
251
+ <file name="interfaces.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
252
252
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
253
- <line num="19" count="28" type="stmt"/>
254
- <line num="33" count="28" type="stmt"/>
253
+ <line num="19" count="30" type="stmt"/>
254
+ <line num="33" count="30" type="stmt"/>
255
255
  </file>
256
- <file name="memory-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
256
+ <file name="memory-datasource.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
257
257
  <metrics statements="119" coveredstatements="119" conditionals="88" coveredconditionals="88" methods="30" coveredmethods="30"/>
258
- <line num="1" count="28" type="stmt"/>
259
- <line num="4" count="28" type="stmt"/>
260
- <line num="11" count="28" type="stmt"/>
258
+ <line num="1" count="30" type="stmt"/>
259
+ <line num="4" count="30" type="stmt"/>
260
+ <line num="11" count="30" type="stmt"/>
261
261
  <line num="21" count="15" type="stmt"/>
262
262
  <line num="26" count="15" type="stmt"/>
263
263
  <line num="31" count="15" type="stmt"/>
@@ -373,29 +373,29 @@
373
373
  <line num="294" count="12" type="stmt"/>
374
374
  <line num="302" count="217" type="stmt"/>
375
375
  <line num="306" count="42" type="stmt"/>
376
- <line num="310" count="28" type="stmt"/>
376
+ <line num="310" count="30" type="stmt"/>
377
377
  </file>
378
- <file name="rest-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
378
+ <file name="rest-datasource.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
379
379
  <metrics statements="76" coveredstatements="76" conditionals="42" coveredconditionals="42" methods="18" coveredmethods="18"/>
380
- <line num="1" count="28" type="stmt"/>
381
- <line num="4" count="28" type="stmt"/>
382
- <line num="11" count="28" type="stmt"/>
383
- <line num="21" count="51" type="stmt"/>
384
- <line num="26" count="51" type="stmt"/>
385
- <line num="31" count="51" type="stmt"/>
386
- <line num="38" count="51" type="stmt"/>
387
- <line num="40" count="51" type="cond" truecount="1" falsecount="0"/>
388
- <line num="41" count="46" type="stmt"/>
389
- <line num="42" count="46" type="stmt"/>
390
- <line num="44" count="51" type="stmt"/>
391
- <line num="46" count="51" type="stmt"/>
392
- <line num="47" count="51" type="stmt"/>
393
- <line num="48" count="51" type="stmt"/>
394
- <line num="49" count="51" type="cond" truecount="1" falsecount="0"/>
380
+ <line num="1" count="30" type="stmt"/>
381
+ <line num="4" count="30" type="stmt"/>
382
+ <line num="11" count="30" type="stmt"/>
383
+ <line num="21" count="50" type="stmt"/>
384
+ <line num="26" count="50" type="stmt"/>
385
+ <line num="31" count="50" type="stmt"/>
386
+ <line num="38" count="50" type="stmt"/>
387
+ <line num="40" count="50" type="cond" truecount="1" falsecount="0"/>
388
+ <line num="41" count="45" type="stmt"/>
389
+ <line num="42" count="45" type="stmt"/>
390
+ <line num="44" count="50" type="stmt"/>
391
+ <line num="46" count="50" type="stmt"/>
392
+ <line num="47" count="50" type="stmt"/>
393
+ <line num="48" count="50" type="stmt"/>
394
+ <line num="49" count="50" type="cond" truecount="1" falsecount="0"/>
395
395
  <line num="50" count="1" type="stmt"/>
396
396
  <line num="55" count="7" type="stmt"/>
397
397
  <line num="56" count="7" type="stmt"/>
398
- <line num="60" count="85" type="cond" truecount="1" falsecount="0"/>
398
+ <line num="60" count="84" type="cond" truecount="1" falsecount="0"/>
399
399
  <line num="61" count="7" type="stmt"/>
400
400
  <line num="62" count="7" type="stmt"/>
401
401
  <line num="63" count="7" type="stmt"/>
@@ -452,16 +452,16 @@
452
452
  <line num="207" count="4" type="stmt"/>
453
453
  <line num="209" count="34" type="stmt"/>
454
454
  <line num="213" count="1" type="stmt"/>
455
- <line num="222" count="28" type="stmt"/>
455
+ <line num="222" count="30" type="stmt"/>
456
456
  </file>
457
457
  </package>
458
458
  <package name="src.components.tek-drag-grid">
459
459
  <metrics statements="26" coveredstatements="26" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
460
- <file name="tek-drag-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-drag-grid/tek-drag-grid.ts">
460
+ <file name="tek-drag-grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-drag-grid/tek-drag-grid.ts">
461
461
  <metrics statements="26" coveredstatements="26" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
462
- <line num="1" count="28" type="stmt"/>
463
- <line num="3" count="28" type="stmt"/>
464
- <line num="6" count="28" type="stmt"/>
462
+ <line num="1" count="30" type="stmt"/>
463
+ <line num="3" count="30" type="stmt"/>
464
+ <line num="6" count="30" type="stmt"/>
465
465
  <line num="7" count="4" type="stmt"/>
466
466
  <line num="9" count="4" type="stmt"/>
467
467
  <line num="14" count="4" type="stmt"/>
@@ -489,21 +489,21 @@
489
489
  </package>
490
490
  <package name="src.components.tek-grid">
491
491
  <metrics statements="668" coveredstatements="668" conditionals="302" coveredconditionals="302" methods="155" coveredmethods="155"/>
492
- <file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
492
+ <file name="filter-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
493
493
  <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
494
- <line num="1" count="28" type="stmt"/>
495
- <line num="4" count="28" type="stmt"/>
494
+ <line num="1" count="30" type="stmt"/>
495
+ <line num="4" count="30" type="stmt"/>
496
496
  <line num="6" count="2" type="stmt"/>
497
497
  <line num="10" count="13" type="stmt"/>
498
498
  <line num="14" count="2" type="stmt"/>
499
499
  <line num="18" count="2" type="stmt"/>
500
500
  </file>
501
- <file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
501
+ <file name="grid-column.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
502
502
  <metrics statements="79" coveredstatements="79" conditionals="24" coveredconditionals="24" methods="19" coveredmethods="19"/>
503
- <line num="1" count="28" type="stmt"/>
504
- <line num="2" count="28" type="stmt"/>
505
- <line num="3" count="28" type="stmt"/>
506
- <line num="10" count="28" type="stmt"/>
503
+ <line num="1" count="30" type="stmt"/>
504
+ <line num="2" count="30" type="stmt"/>
505
+ <line num="3" count="30" type="stmt"/>
506
+ <line num="10" count="30" type="stmt"/>
507
507
  <line num="67" count="9" type="stmt"/>
508
508
  <line num="69" count="9" type="cond" truecount="1" falsecount="0"/>
509
509
  <line num="70" count="4" type="stmt"/>
@@ -560,30 +560,30 @@
560
560
  <line num="167" count="10" type="cond" truecount="2" falsecount="0"/>
561
561
  <line num="170" count="10" type="stmt"/>
562
562
  <line num="177" count="10" type="stmt"/>
563
- <line num="181" count="813" type="stmt"/>
564
- <line num="185" count="211" type="stmt"/>
565
- <line num="186" count="211" type="stmt"/>
566
- <line num="187" count="211" type="cond" truecount="1" falsecount="0"/>
563
+ <line num="181" count="819" type="stmt"/>
564
+ <line num="185" count="213" type="stmt"/>
565
+ <line num="186" count="213" type="stmt"/>
566
+ <line num="187" count="213" type="cond" truecount="1" falsecount="0"/>
567
567
  <line num="188" count="22" type="stmt"/>
568
- <line num="193" count="387" type="stmt"/>
569
- <line num="197" count="211" type="stmt"/>
570
- <line num="198" count="211" type="stmt"/>
571
- <line num="199" count="211" type="cond" truecount="1" falsecount="0"/>
568
+ <line num="193" count="389" type="stmt"/>
569
+ <line num="197" count="213" type="stmt"/>
570
+ <line num="198" count="213" type="stmt"/>
571
+ <line num="199" count="213" type="cond" truecount="1" falsecount="0"/>
572
572
  <line num="200" count="13" type="stmt"/>
573
- <line num="205" count="285" type="stmt"/>
574
- <line num="209" count="209" type="stmt"/>
575
- <line num="210" count="209" type="stmt"/>
576
- <line num="211" count="209" type="cond" truecount="1" falsecount="0"/>
573
+ <line num="205" count="287" type="stmt"/>
574
+ <line num="209" count="211" type="stmt"/>
575
+ <line num="210" count="211" type="stmt"/>
576
+ <line num="211" count="211" type="cond" truecount="1" falsecount="0"/>
577
577
  <line num="212" count="1" type="stmt"/>
578
- <line num="217" count="478" type="cond" truecount="2" falsecount="0"/>
579
- <line num="221" count="624" type="stmt"/>
578
+ <line num="217" count="482" type="cond" truecount="2" falsecount="0"/>
579
+ <line num="221" count="630" type="stmt"/>
580
580
  <line num="226" count="36" type="stmt"/>
581
581
  <line num="227" count="1" type="stmt"/>
582
582
  </file>
583
- <file name="grid-columns-button-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
583
+ <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">
584
584
  <metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="7" methods="3" coveredmethods="3"/>
585
- <line num="1" count="28" type="stmt"/>
586
- <line num="5" count="28" type="stmt"/>
585
+ <line num="1" count="30" type="stmt"/>
586
+ <line num="5" count="30" type="stmt"/>
587
587
  <line num="7" count="2" type="stmt"/>
588
588
  <line num="8" count="2" type="cond" truecount="1" falsecount="0"/>
589
589
  <line num="9" count="1" type="stmt"/>
@@ -597,13 +597,13 @@
597
597
  <line num="25" count="2" type="stmt"/>
598
598
  <line num="26" count="2" type="stmt"/>
599
599
  </file>
600
- <file name="grid-columns-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
600
+ <file name="grid-columns-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
601
601
  <metrics statements="16" coveredstatements="16" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
602
- <line num="1" count="28" type="stmt"/>
603
- <line num="2" count="28" type="stmt"/>
604
- <line num="3" count="28" type="stmt"/>
605
- <line num="4" count="28" type="stmt"/>
606
- <line num="9" count="28" type="stmt"/>
602
+ <line num="1" count="30" type="stmt"/>
603
+ <line num="2" count="30" type="stmt"/>
604
+ <line num="3" count="30" type="stmt"/>
605
+ <line num="4" count="30" type="stmt"/>
606
+ <line num="9" count="30" type="stmt"/>
607
607
  <line num="10" count="4" type="stmt"/>
608
608
  <line num="13" count="4" type="stmt"/>
609
609
  <line num="14" count="4" type="stmt"/>
@@ -616,15 +616,15 @@
616
616
  <line num="28" count="5" type="stmt"/>
617
617
  <line num="33" count="2" type="stmt"/>
618
618
  </file>
619
- <file name="grid-filter-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
619
+ <file name="grid-filter-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
620
620
  <metrics statements="132" coveredstatements="132" conditionals="80" coveredconditionals="80" methods="28" coveredmethods="28"/>
621
- <line num="1" count="28" type="stmt"/>
622
- <line num="4" count="28" type="stmt"/>
623
- <line num="8" count="28" type="stmt"/>
624
- <line num="9" count="28" type="stmt"/>
625
- <line num="10" count="28" type="stmt"/>
626
- <line num="11" count="28" type="stmt"/>
627
- <line num="16" count="28" type="stmt"/>
621
+ <line num="1" count="30" type="stmt"/>
622
+ <line num="4" count="30" type="stmt"/>
623
+ <line num="8" count="30" type="stmt"/>
624
+ <line num="9" count="30" type="stmt"/>
625
+ <line num="10" count="30" type="stmt"/>
626
+ <line num="11" count="30" type="stmt"/>
627
+ <line num="16" count="30" type="stmt"/>
628
628
  <line num="23" count="25" type="stmt"/>
629
629
  <line num="26" count="25" type="stmt"/>
630
630
  <line num="27" count="25" type="stmt"/>
@@ -751,340 +751,340 @@
751
751
  <line num="393" count="4" type="cond" truecount="7" falsecount="0"/>
752
752
  <line num="394" count="2" type="stmt"/>
753
753
  </file>
754
- <file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
754
+ <file name="grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
755
755
  <metrics statements="320" coveredstatements="320" conditionals="138" coveredconditionals="138" methods="77" coveredmethods="77"/>
756
- <line num="1" count="28" type="stmt"/>
757
- <line num="7" count="28" type="stmt"/>
758
- <line num="11" count="28" type="stmt"/>
759
- <line num="12" count="28" type="stmt"/>
760
- <line num="13" count="28" type="stmt"/>
761
- <line num="18" count="28" type="stmt"/>
762
- <line num="19" count="28" type="stmt"/>
763
- <line num="20" count="28" type="stmt"/>
764
- <line num="34" count="28" type="stmt"/>
765
- <line num="36" count="116" type="stmt"/>
766
- <line num="39" count="116" type="stmt"/>
767
- <line num="42" count="116" type="stmt"/>
768
- <line num="45" count="116" type="stmt"/>
769
- <line num="48" count="116" type="stmt"/>
770
- <line num="51" count="116" type="stmt"/>
771
- <line num="54" count="116" type="stmt"/>
772
- <line num="57" count="116" type="stmt"/>
773
- <line num="60" count="116" type="stmt"/>
774
- <line num="63" count="116" type="stmt"/>
775
- <line num="66" count="116" type="stmt"/>
776
- <line num="75" count="116" type="stmt"/>
777
- <line num="81" count="116" type="stmt"/>
778
- <line num="87" count="116" type="stmt"/>
779
- <line num="94" count="116" type="stmt"/>
780
- <line num="110" count="116" type="stmt"/>
781
- <line num="115" count="116" type="stmt"/>
782
- <line num="120" count="116" type="stmt"/>
783
- <line num="157" count="116" type="stmt"/>
784
- <line num="162" count="116" type="stmt"/>
785
- <line num="164" count="116" type="stmt"/>
786
- <line num="166" count="116" type="stmt"/>
787
- <line num="168" count="116" type="stmt"/>
788
- <line num="170" count="116" type="stmt"/>
789
- <line num="172" count="116" type="stmt"/>
790
- <line num="182" count="116" type="stmt"/>
791
- <line num="191" count="116" type="stmt"/>
792
- <line num="198" count="116" type="stmt"/>
793
- <line num="199" count="116" type="stmt"/>
794
- <line num="204" count="116" type="stmt"/>
795
- <line num="209" count="116" type="stmt"/>
796
- <line num="214" count="116" type="stmt"/>
797
- <line num="219" count="116" type="stmt"/>
798
- <line num="224" count="116" type="stmt"/>
799
- <line num="229" count="116" type="stmt"/>
800
- <line num="234" count="116" type="stmt"/>
801
- <line num="239" count="116" type="stmt"/>
802
- <line num="244" count="116" type="stmt"/>
803
- <line num="249" count="116" type="stmt"/>
804
- <line num="254" count="116" type="stmt"/>
805
- <line num="259" count="116" type="stmt"/>
806
- <line num="264" count="116" type="stmt"/>
807
- <line num="269" count="116" type="stmt"/>
808
- <line num="274" count="116" type="cond" truecount="2" falsecount="0"/>
809
- <line num="275" count="116" type="stmt"/>
810
- <line num="280" count="116" type="stmt"/>
811
- <line num="285" count="116" type="stmt"/>
812
- <line num="286" count="116" type="stmt"/>
813
- <line num="287" count="116" type="cond" truecount="2" falsecount="0"/>
814
- <line num="288" count="116" type="stmt"/>
815
- <line num="290" count="116" type="cond" truecount="1" falsecount="0"/>
816
- <line num="291" count="5" type="stmt"/>
817
- <line num="294" count="116" type="stmt"/>
818
- <line num="303" count="1" type="cond" truecount="1" falsecount="0"/>
819
- <line num="304" count="1" type="stmt"/>
820
- <line num="307" count="1" type="stmt"/>
756
+ <line num="1" count="30" type="stmt"/>
757
+ <line num="7" count="30" type="stmt"/>
758
+ <line num="11" count="30" type="stmt"/>
759
+ <line num="12" count="30" type="stmt"/>
760
+ <line num="13" count="30" type="stmt"/>
761
+ <line num="18" count="30" type="stmt"/>
762
+ <line num="19" count="30" type="stmt"/>
763
+ <line num="20" count="30" type="stmt"/>
764
+ <line num="34" count="30" type="stmt"/>
765
+ <line num="36" count="120" type="stmt"/>
766
+ <line num="39" count="120" type="stmt"/>
767
+ <line num="42" count="120" type="stmt"/>
768
+ <line num="45" count="120" type="stmt"/>
769
+ <line num="48" count="120" type="stmt"/>
770
+ <line num="51" count="120" type="stmt"/>
771
+ <line num="54" count="120" type="stmt"/>
772
+ <line num="57" count="120" type="stmt"/>
773
+ <line num="60" count="120" type="stmt"/>
774
+ <line num="63" count="120" type="stmt"/>
775
+ <line num="66" count="120" type="stmt"/>
776
+ <line num="75" count="120" type="stmt"/>
777
+ <line num="81" count="120" type="stmt"/>
778
+ <line num="87" count="120" type="stmt"/>
779
+ <line num="94" count="120" type="stmt"/>
780
+ <line num="110" count="120" type="stmt"/>
781
+ <line num="115" count="120" type="stmt"/>
782
+ <line num="120" count="120" type="stmt"/>
783
+ <line num="166" count="120" type="stmt"/>
784
+ <line num="171" count="120" type="stmt"/>
785
+ <line num="173" count="120" type="stmt"/>
786
+ <line num="175" count="120" type="stmt"/>
787
+ <line num="177" count="120" type="stmt"/>
788
+ <line num="179" count="120" type="stmt"/>
789
+ <line num="181" count="120" type="stmt"/>
790
+ <line num="191" count="120" type="stmt"/>
791
+ <line num="200" count="120" type="stmt"/>
792
+ <line num="207" count="120" type="stmt"/>
793
+ <line num="208" count="120" type="stmt"/>
794
+ <line num="213" count="120" type="stmt"/>
795
+ <line num="218" count="120" type="stmt"/>
796
+ <line num="223" count="120" type="stmt"/>
797
+ <line num="228" count="120" type="stmt"/>
798
+ <line num="233" count="120" type="stmt"/>
799
+ <line num="238" count="120" type="stmt"/>
800
+ <line num="243" count="120" type="stmt"/>
801
+ <line num="248" count="120" type="stmt"/>
802
+ <line num="253" count="120" type="stmt"/>
803
+ <line num="258" count="120" type="stmt"/>
804
+ <line num="263" count="120" type="stmt"/>
805
+ <line num="268" count="120" type="stmt"/>
806
+ <line num="273" count="120" type="stmt"/>
807
+ <line num="278" count="120" type="stmt"/>
808
+ <line num="283" count="120" type="cond" truecount="2" falsecount="0"/>
809
+ <line num="284" count="120" type="stmt"/>
810
+ <line num="289" count="120" type="stmt"/>
811
+ <line num="294" count="120" type="stmt"/>
812
+ <line num="295" count="120" type="stmt"/>
813
+ <line num="296" count="120" type="cond" truecount="2" falsecount="0"/>
814
+ <line num="297" count="120" type="stmt"/>
815
+ <line num="299" count="120" type="cond" truecount="1" falsecount="0"/>
816
+ <line num="300" count="5" type="stmt"/>
817
+ <line num="303" count="120" type="stmt"/>
818
+ <line num="312" count="1" type="cond" truecount="1" falsecount="0"/>
819
+ <line num="313" count="1" type="stmt"/>
821
820
  <line num="316" count="1" type="stmt"/>
822
- <line num="319" count="1" type="stmt"/>
823
- <line num="320" count="1" type="stmt"/>
824
- <line num="328" count="116" type="stmt"/>
825
- <line num="330" count="116" type="stmt"/>
826
- <line num="331" count="116" type="stmt"/>
827
- <line num="332" count="116" type="stmt"/>
828
- <line num="333" count="116" type="cond" truecount="4" falsecount="0"/>
829
- <line num="336" count="116" type="stmt"/>
830
- <line num="339" count="38" type="stmt"/>
831
- <line num="340" count="38" type="stmt"/>
832
- <line num="344" count="38" type="cond" truecount="1" falsecount="0"/>
833
- <line num="345" count="38" type="stmt"/>
834
- <line num="350" count="38" type="stmt"/>
835
- <line num="358" count="17" type="stmt"/>
836
- <line num="359" count="17" type="stmt"/>
837
- <line num="361" count="17" type="stmt"/>
838
- <line num="365" count="3" type="stmt"/>
839
- <line num="366" count="3" type="stmt"/>
840
- <line num="370" count="1" type="stmt"/>
841
- <line num="371" count="1" type="stmt"/>
842
- <line num="375" count="2" type="cond" truecount="1" falsecount="0"/>
843
- <line num="376" count="1" type="stmt"/>
844
- <line num="386" count="177" type="stmt"/>
845
- <line num="390" count="2" type="cond" truecount="1" falsecount="0"/>
846
- <line num="394" count="1" type="stmt"/>
847
- <line num="395" count="1" type="cond" truecount="2" falsecount="0"/>
848
- <line num="397" count="1" type="stmt"/>
849
- <line num="401" count="5" type="stmt"/>
850
- <line num="402" count="4" type="stmt"/>
821
+ <line num="325" count="1" type="stmt"/>
822
+ <line num="328" count="1" type="stmt"/>
823
+ <line num="329" count="1" type="stmt"/>
824
+ <line num="337" count="120" type="stmt"/>
825
+ <line num="339" count="120" type="stmt"/>
826
+ <line num="340" count="120" type="stmt"/>
827
+ <line num="341" count="120" type="stmt"/>
828
+ <line num="342" count="120" type="cond" truecount="4" falsecount="0"/>
829
+ <line num="345" count="120" type="stmt"/>
830
+ <line num="348" count="37" type="stmt"/>
831
+ <line num="349" count="37" type="stmt"/>
832
+ <line num="353" count="37" type="cond" truecount="1" falsecount="0"/>
833
+ <line num="354" count="37" type="stmt"/>
834
+ <line num="359" count="37" type="stmt"/>
835
+ <line num="367" count="17" type="stmt"/>
836
+ <line num="368" count="17" type="stmt"/>
837
+ <line num="370" count="17" type="stmt"/>
838
+ <line num="374" count="3" type="stmt"/>
839
+ <line num="375" count="3" type="stmt"/>
840
+ <line num="379" count="1" type="stmt"/>
841
+ <line num="380" count="1" type="stmt"/>
842
+ <line num="384" count="2" type="cond" truecount="1" falsecount="0"/>
843
+ <line num="385" count="1" type="stmt"/>
844
+ <line num="395" count="177" type="stmt"/>
845
+ <line num="399" count="2" type="cond" truecount="1" falsecount="0"/>
851
846
  <line num="403" count="1" type="stmt"/>
852
- <line num="414" count="5" type="stmt"/>
853
- <line num="415" count="5" type="stmt"/>
854
- <line num="416" count="4" type="stmt"/>
855
- <line num="418" count="1" type="stmt"/>
856
- <line num="420" count="5" type="stmt"/>
857
- <line num="424" count="5" type="stmt"/>
858
- <line num="425" count="5" type="stmt"/>
859
- <line num="426" count="5" type="stmt"/>
860
- <line num="429" count="5" type="cond" truecount="1" falsecount="0"/>
847
+ <line num="404" count="1" type="cond" truecount="2" falsecount="0"/>
848
+ <line num="406" count="1" type="stmt"/>
849
+ <line num="410" count="4" type="stmt"/>
850
+ <line num="411" count="4" type="stmt"/>
851
+ <line num="412" count="1" type="stmt"/>
852
+ <line num="423" count="4" type="stmt"/>
853
+ <line num="424" count="4" type="stmt"/>
854
+ <line num="425" count="4" type="stmt"/>
855
+ <line num="427" count="1" type="stmt"/>
856
+ <line num="429" count="4" type="stmt"/>
861
857
  <line num="433" count="4" type="stmt"/>
858
+ <line num="434" count="4" type="stmt"/>
862
859
  <line num="435" count="4" type="stmt"/>
863
- <line num="437" count="4" type="stmt"/>
864
- <line num="438" count="4" type="stmt"/>
865
- <line num="440" count="2" type="cond" truecount="1" falsecount="0"/>
866
- <line num="441" count="1" type="stmt"/>
867
- <line num="444" count="1" type="stmt"/>
868
- <line num="447" count="2" type="stmt"/>
869
- <line num="450" count="2" type="stmt"/>
870
- <line num="451" count="2" type="stmt"/>
871
- <line num="453" count="2" type="cond" truecount="1" falsecount="0"/>
872
- <line num="455" count="1" type="stmt"/>
860
+ <line num="438" count="4" type="cond" truecount="1" falsecount="0"/>
861
+ <line num="442" count="3" type="stmt"/>
862
+ <line num="444" count="4" type="stmt"/>
863
+ <line num="446" count="4" type="stmt"/>
864
+ <line num="447" count="4" type="stmt"/>
865
+ <line num="449" count="2" type="cond" truecount="1" falsecount="0"/>
866
+ <line num="450" count="1" type="stmt"/>
867
+ <line num="453" count="1" type="stmt"/>
873
868
  <line num="456" count="2" type="stmt"/>
874
- <line num="459" count="1" type="stmt"/>
875
- <line num="461" count="1" type="stmt"/>
876
- <line num="462" count="2" type="stmt"/>
877
- <line num="463" count="2" type="stmt"/>
878
- <line num="464" count="2" type="stmt"/>
879
- <line num="469" count="2" type="stmt"/>
869
+ <line num="459" count="2" type="stmt"/>
870
+ <line num="460" count="2" type="stmt"/>
871
+ <line num="462" count="2" type="cond" truecount="1" falsecount="0"/>
872
+ <line num="464" count="1" type="stmt"/>
873
+ <line num="465" count="2" type="stmt"/>
874
+ <line num="468" count="1" type="stmt"/>
875
+ <line num="470" count="1" type="stmt"/>
880
876
  <line num="471" count="2" type="stmt"/>
881
- <line num="475" count="4" type="stmt"/>
882
- <line num="476" count="4" type="stmt"/>
883
- <line num="478" count="3" type="stmt"/>
884
- <line num="479" count="3" type="stmt"/>
885
- <line num="484" count="4" type="cond" truecount="1" falsecount="0"/>
886
- <line num="485" count="1" type="stmt"/>
887
- <line num="488" count="4" type="stmt"/>
888
- <line num="501" count="3" type="stmt"/>
889
- <line num="504" count="116" type="stmt"/>
890
- <line num="506" count="116" type="stmt"/>
891
- <line num="515" count="116" type="stmt"/>
892
- <line num="518" count="15" type="stmt"/>
893
- <line num="521" count="116" type="stmt"/>
894
- <line num="527" count="14" type="stmt"/>
895
- <line num="529" count="14" type="stmt"/>
896
- <line num="531" count="14" type="stmt"/>
897
- <line num="535" count="17" type="stmt"/>
898
- <line num="536" count="17" type="stmt"/>
899
- <line num="538" count="17" type="stmt"/>
900
- <line num="539" count="17" type="stmt"/>
901
- <line num="540" count="17" type="stmt"/>
902
- <line num="541" count="17" type="stmt"/>
903
- <line num="542" count="17" type="stmt"/>
904
- <line num="546" count="17" type="stmt"/>
905
- <line num="547" count="14" type="cond" truecount="1" falsecount="0"/>
906
- <line num="551" count="9" type="stmt"/>
907
- <line num="554" count="14" type="stmt"/>
908
- <line num="558" count="116" type="stmt"/>
909
- <line num="560" count="15" type="stmt"/>
910
- <line num="566" count="15" type="stmt"/>
911
- <line num="568" count="45" type="stmt"/>
877
+ <line num="472" count="2" type="stmt"/>
878
+ <line num="473" count="2" type="stmt"/>
879
+ <line num="478" count="2" type="stmt"/>
880
+ <line num="480" count="2" type="stmt"/>
881
+ <line num="484" count="3" type="stmt"/>
882
+ <line num="485" count="3" type="stmt"/>
883
+ <line num="487" count="2" type="stmt"/>
884
+ <line num="488" count="2" type="stmt"/>
885
+ <line num="493" count="3" type="cond" truecount="1" falsecount="0"/>
886
+ <line num="494" count="1" type="stmt"/>
887
+ <line num="497" count="3" type="stmt"/>
888
+ <line num="510" count="2" type="stmt"/>
889
+ <line num="513" count="120" type="stmt"/>
890
+ <line num="515" count="120" type="stmt"/>
891
+ <line num="524" count="120" type="stmt"/>
892
+ <line num="527" count="15" type="stmt"/>
893
+ <line num="530" count="120" type="stmt"/>
894
+ <line num="536" count="14" type="stmt"/>
895
+ <line num="538" count="14" type="stmt"/>
896
+ <line num="540" count="14" type="stmt"/>
897
+ <line num="544" count="17" type="stmt"/>
898
+ <line num="545" count="17" type="stmt"/>
899
+ <line num="547" count="17" type="stmt"/>
900
+ <line num="548" count="17" type="stmt"/>
901
+ <line num="549" count="17" type="stmt"/>
902
+ <line num="550" count="17" type="stmt"/>
903
+ <line num="551" count="17" type="stmt"/>
904
+ <line num="555" count="17" type="stmt"/>
905
+ <line num="556" count="14" type="cond" truecount="1" falsecount="0"/>
906
+ <line num="560" count="9" type="stmt"/>
907
+ <line num="563" count="14" type="stmt"/>
908
+ <line num="567" count="120" type="stmt"/>
912
909
  <line num="569" count="15" type="stmt"/>
913
- <line num="570" count="15" type="cond" truecount="2" falsecount="0"/>
914
- <line num="574" count="10" type="cond" truecount="1" falsecount="0"/>
915
- <line num="575" count="9" type="stmt"/>
916
- <line num="576" count="11" type="stmt"/>
917
- <line num="578" count="9" type="stmt"/>
918
- <line num="579" count="8" type="stmt"/>
919
- <line num="582" count="9" type="stmt"/>
920
- <line num="585" count="10" type="stmt"/>
921
- <line num="587" count="5" type="stmt"/>
922
- <line num="588" count="5" type="stmt"/>
923
- <line num="591" count="15" type="cond" truecount="3" falsecount="0"/>
924
- <line num="592" count="14" type="stmt"/>
925
- <line num="595" count="15" type="cond" truecount="3" falsecount="0"/>
926
- <line num="596" count="1" type="stmt"/>
927
- <line num="598" count="15" type="cond" truecount="1" falsecount="0"/>
928
- <line num="599" count="1" type="stmt"/>
929
- <line num="608" count="9" type="stmt"/>
930
- <line num="609" count="9" type="stmt"/>
931
- <line num="610" count="9" type="stmt"/>
932
- <line num="612" count="9" type="stmt"/>
933
- <line num="613" count="44" type="stmt"/>
934
- <line num="614" count="44" type="stmt"/>
935
- <line num="615" count="49" type="stmt"/>
936
- <line num="616" count="49" type="cond" truecount="3" falsecount="0"/>
937
- <line num="617" count="23" type="cond" truecount="1" falsecount="0"/>
938
- <line num="618" count="19" type="stmt"/>
939
- <line num="620" count="23" type="stmt"/>
940
- <line num="622" count="23" type="stmt"/>
941
- <line num="623" count="23" type="stmt"/>
942
- <line num="624" count="23" type="stmt"/>
943
- <line num="628" count="44" type="stmt"/>
944
- <line num="629" count="49" type="stmt"/>
945
- <line num="632" count="44" type="stmt"/>
946
- <line num="635" count="49" type="stmt"/>
947
- <line num="639" count="44" type="stmt"/>
948
- <line num="642" count="9" type="cond" truecount="1" falsecount="0"/>
949
- <line num="643" count="9" type="stmt"/>
950
- <line num="645" count="9" type="cond" truecount="1" falsecount="0"/>
951
- <line num="646" count="8" type="stmt"/>
952
- <line num="652" count="26" type="stmt"/>
953
- <line num="653" count="26" type="stmt"/>
954
- <line num="654" count="10" type="stmt"/>
955
- <line num="662" count="10" type="stmt"/>
956
- <line num="664" count="10" type="stmt"/>
957
- <line num="669" count="26" type="stmt"/>
958
- <line num="670" count="87" type="cond" truecount="2" falsecount="0"/>
959
- <line num="672" count="26" type="stmt"/>
960
- <line num="680" count="23" type="cond" truecount="2" falsecount="0"/>
961
- <line num="681" count="23" type="stmt"/>
962
- <line num="694" count="23" type="stmt"/>
963
- <line num="695" count="8" type="stmt"/>
964
- <line num="697" count="23" type="stmt"/>
965
- <line num="698" count="23" type="stmt"/>
966
- <line num="699" count="23" type="stmt"/>
967
- <line num="703" count="28" type="cond" truecount="1" falsecount="0"/>
968
- <line num="704" count="17" type="stmt"/>
969
- <line num="707" count="11" type="stmt"/>
970
- <line num="708" count="13" type="cond" truecount="1" falsecount="0"/>
971
- <line num="709" count="9" type="stmt"/>
972
- <line num="719" count="9" type="stmt"/>
973
- <line num="720" count="4" type="stmt"/>
974
- <line num="723" count="9" type="stmt"/>
975
- <line num="729" count="33" type="stmt"/>
976
- <line num="730" count="29" type="stmt"/>
977
- <line num="740" count="135" type="cond" truecount="2" falsecount="0"/>
978
- <line num="744" count="90" type="cond" truecount="1" falsecount="0"/>
979
- <line num="745" count="86" type="stmt"/>
980
- <line num="747" count="86" type="cond" truecount="1" falsecount="0"/>
981
- <line num="748" count="86" type="cond" truecount="1" falsecount="0"/>
982
- <line num="749" count="86" type="cond" truecount="2" falsecount="0"/>
983
- <line num="750" count="86" type="cond" truecount="2" falsecount="0"/>
984
- <line num="752" count="86" type="cond" truecount="1" falsecount="0"/>
985
- <line num="753" count="78" type="stmt"/>
986
- <line num="759" count="44" type="cond" truecount="1" falsecount="0"/>
987
- <line num="760" count="19" type="stmt"/>
988
- <line num="761" count="45" type="stmt"/>
989
- <line num="762" count="45" type="stmt"/>
990
- <line num="763" count="45" type="cond" truecount="1" falsecount="0"/>
991
- <line num="764" count="10" type="stmt"/>
992
- <line num="772" count="45" type="stmt"/>
993
- <line num="774" count="45" type="stmt"/>
994
- <line num="775" count="45" type="stmt"/>
995
- <line num="782" count="8" type="cond" truecount="1" falsecount="0"/>
996
- <line num="784" count="3" type="stmt"/>
997
- <line num="790" count="3" type="stmt"/>
998
- <line num="794" count="12" type="stmt"/>
999
- <line num="795" count="12" type="stmt"/>
1000
- <line num="796" count="27" type="stmt"/>
1001
- <line num="797" count="27" type="stmt"/>
1002
- <line num="799" count="27" type="cond" truecount="2" falsecount="0"/>
1003
- <line num="800" count="12" type="stmt"/>
1004
- <line num="801" count="15" type="cond" truecount="2" falsecount="0"/>
1005
- <line num="802" count="9" type="stmt"/>
1006
- <line num="803" count="6" type="cond" truecount="2" falsecount="0"/>
1007
- <line num="804" count="2" type="stmt"/>
1008
- <line num="805" count="4" type="cond" truecount="2" falsecount="0"/>
1009
- <line num="806" count="2" type="stmt"/>
1010
- <line num="809" count="2" type="stmt"/>
1011
- <line num="813" count="12" type="stmt"/>
1012
- <line num="817" count="2" type="stmt"/>
1013
- <line num="818" count="2" type="cond" truecount="3" falsecount="0"/>
1014
- <line num="822" count="22" type="stmt"/>
1015
- <line num="825" count="20" type="stmt"/>
1016
- <line num="830" count="23" type="stmt"/>
1017
- <line num="831" count="23" type="stmt"/>
1018
- <line num="832" count="23" type="cond" truecount="1" falsecount="0"/>
1019
- <line num="833" count="19" type="stmt"/>
1020
- <line num="835" count="23" type="stmt"/>
1021
- <line num="836" count="23" type="stmt"/>
1022
- <line num="837" count="23" type="stmt"/>
1023
- <line num="841" count="5" type="stmt"/>
1024
- <line num="842" count="3" type="stmt"/>
1025
- <line num="843" count="3" type="stmt"/>
1026
- <line num="844" count="3" type="stmt"/>
1027
- <line num="849" count="5" type="stmt"/>
1028
- <line num="853" count="28" type="stmt"/>
1029
- <line num="860" count="17" type="cond" truecount="2" falsecount="0"/>
1030
- <line num="861" count="2" type="stmt"/>
1031
- <line num="863" count="15" type="stmt"/>
1032
- <line num="864" count="15" type="cond" truecount="3" falsecount="0"/>
1033
- <line num="866" count="13" type="stmt"/>
1034
- <line num="867" count="13" type="cond" truecount="2" falsecount="0"/>
1035
- <line num="870" count="34" type="cond" truecount="1" falsecount="0"/>
1036
- <line num="871" count="12" type="cond" truecount="2" falsecount="0"/>
1037
- <line num="873" count="22" type="cond" truecount="2" falsecount="0"/>
1038
- <line num="876" count="13" type="stmt"/>
1039
- <line num="878" count="13" type="cond" truecount="5" falsecount="0"/>
1040
- <line num="879" count="6" type="stmt"/>
1041
- <line num="881" count="7" type="stmt"/>
1042
- <line num="887" count="11" type="cond" truecount="2" falsecount="0"/>
1043
- <line num="888" count="1" type="stmt"/>
1044
- <line num="890" count="10" type="stmt"/>
1045
- <line num="891" count="10" type="cond" truecount="3" falsecount="0"/>
1046
- <line num="893" count="9" type="stmt"/>
1047
- <line num="895" count="9" type="cond" truecount="2" falsecount="0"/>
1048
- <line num="898" count="16" type="cond" truecount="1" falsecount="0"/>
1049
- <line num="899" count="6" type="cond" truecount="2" falsecount="0"/>
1050
- <line num="901" count="10" type="cond" truecount="2" falsecount="0"/>
1051
- <line num="904" count="9" type="cond" truecount="1" falsecount="0"/>
1052
- <line num="906" count="9" type="stmt"/>
1053
- <line num="908" count="9" type="cond" truecount="5" falsecount="0"/>
1054
- <line num="909" count="3" type="stmt"/>
1055
- <line num="911" count="6" type="stmt"/>
1056
- <line num="917" count="3" type="stmt"/>
1057
- <line num="918" count="3" type="cond" truecount="4" falsecount="0"/>
1058
- <line num="919" count="1" type="stmt"/>
1059
- <line num="920" count="2" type="cond" truecount="5" falsecount="0"/>
1060
- <line num="921" count="1" type="stmt"/>
910
+ <line num="575" count="15" type="stmt"/>
911
+ <line num="577" count="45" type="stmt"/>
912
+ <line num="578" count="15" type="stmt"/>
913
+ <line num="579" count="15" type="cond" truecount="2" falsecount="0"/>
914
+ <line num="583" count="10" type="cond" truecount="1" falsecount="0"/>
915
+ <line num="584" count="9" type="stmt"/>
916
+ <line num="585" count="11" type="stmt"/>
917
+ <line num="587" count="9" type="stmt"/>
918
+ <line num="588" count="8" type="stmt"/>
919
+ <line num="591" count="9" type="stmt"/>
920
+ <line num="594" count="10" type="stmt"/>
921
+ <line num="596" count="5" type="stmt"/>
922
+ <line num="597" count="5" type="stmt"/>
923
+ <line num="600" count="15" type="cond" truecount="3" falsecount="0"/>
924
+ <line num="601" count="14" type="stmt"/>
925
+ <line num="604" count="15" type="cond" truecount="3" falsecount="0"/>
926
+ <line num="605" count="1" type="stmt"/>
927
+ <line num="607" count="15" type="cond" truecount="1" falsecount="0"/>
928
+ <line num="608" count="1" type="stmt"/>
929
+ <line num="617" count="9" type="stmt"/>
930
+ <line num="618" count="9" type="stmt"/>
931
+ <line num="619" count="9" type="stmt"/>
932
+ <line num="621" count="9" type="stmt"/>
933
+ <line num="622" count="44" type="stmt"/>
934
+ <line num="623" count="44" type="stmt"/>
935
+ <line num="624" count="49" type="stmt"/>
936
+ <line num="625" count="49" type="cond" truecount="3" falsecount="0"/>
937
+ <line num="626" count="23" type="cond" truecount="1" falsecount="0"/>
938
+ <line num="627" count="19" type="stmt"/>
939
+ <line num="629" count="23" type="stmt"/>
940
+ <line num="631" count="23" type="stmt"/>
941
+ <line num="632" count="23" type="stmt"/>
942
+ <line num="633" count="23" type="stmt"/>
943
+ <line num="637" count="44" type="stmt"/>
944
+ <line num="638" count="49" type="stmt"/>
945
+ <line num="641" count="44" type="stmt"/>
946
+ <line num="644" count="49" type="stmt"/>
947
+ <line num="648" count="44" type="stmt"/>
948
+ <line num="651" count="9" type="cond" truecount="1" falsecount="0"/>
949
+ <line num="652" count="9" type="stmt"/>
950
+ <line num="654" count="9" type="cond" truecount="1" falsecount="0"/>
951
+ <line num="655" count="8" type="stmt"/>
952
+ <line num="661" count="26" type="stmt"/>
953
+ <line num="662" count="26" type="stmt"/>
954
+ <line num="663" count="10" type="stmt"/>
955
+ <line num="671" count="10" type="stmt"/>
956
+ <line num="673" count="10" type="stmt"/>
957
+ <line num="678" count="26" type="stmt"/>
958
+ <line num="679" count="87" type="cond" truecount="2" falsecount="0"/>
959
+ <line num="681" count="26" type="stmt"/>
960
+ <line num="689" count="23" type="cond" truecount="2" falsecount="0"/>
961
+ <line num="690" count="23" type="stmt"/>
962
+ <line num="703" count="23" type="stmt"/>
963
+ <line num="704" count="8" type="stmt"/>
964
+ <line num="706" count="23" type="stmt"/>
965
+ <line num="707" count="23" type="stmt"/>
966
+ <line num="708" count="23" type="stmt"/>
967
+ <line num="712" count="28" type="cond" truecount="1" falsecount="0"/>
968
+ <line num="713" count="17" type="stmt"/>
969
+ <line num="716" count="11" type="stmt"/>
970
+ <line num="717" count="13" type="cond" truecount="1" falsecount="0"/>
971
+ <line num="718" count="9" type="stmt"/>
972
+ <line num="728" count="9" type="stmt"/>
973
+ <line num="729" count="4" type="stmt"/>
974
+ <line num="732" count="9" type="stmt"/>
975
+ <line num="738" count="33" type="stmt"/>
976
+ <line num="739" count="29" type="stmt"/>
977
+ <line num="749" count="135" type="cond" truecount="2" falsecount="0"/>
978
+ <line num="753" count="90" type="cond" truecount="1" falsecount="0"/>
979
+ <line num="754" count="86" type="stmt"/>
980
+ <line num="756" count="86" type="cond" truecount="1" falsecount="0"/>
981
+ <line num="757" count="86" type="cond" truecount="1" falsecount="0"/>
982
+ <line num="758" count="86" type="cond" truecount="2" falsecount="0"/>
983
+ <line num="759" count="86" type="cond" truecount="2" falsecount="0"/>
984
+ <line num="761" count="86" type="cond" truecount="1" falsecount="0"/>
985
+ <line num="762" count="78" type="stmt"/>
986
+ <line num="768" count="44" type="cond" truecount="1" falsecount="0"/>
987
+ <line num="769" count="19" type="stmt"/>
988
+ <line num="770" count="45" type="stmt"/>
989
+ <line num="771" count="45" type="stmt"/>
990
+ <line num="772" count="45" type="cond" truecount="1" falsecount="0"/>
991
+ <line num="773" count="10" type="stmt"/>
992
+ <line num="781" count="45" type="stmt"/>
993
+ <line num="783" count="45" type="stmt"/>
994
+ <line num="784" count="45" type="stmt"/>
995
+ <line num="791" count="8" type="cond" truecount="1" falsecount="0"/>
996
+ <line num="793" count="3" type="stmt"/>
997
+ <line num="799" count="3" type="stmt"/>
998
+ <line num="803" count="12" type="stmt"/>
999
+ <line num="804" count="12" type="stmt"/>
1000
+ <line num="805" count="27" type="stmt"/>
1001
+ <line num="806" count="27" type="stmt"/>
1002
+ <line num="808" count="27" type="cond" truecount="2" falsecount="0"/>
1003
+ <line num="809" count="12" type="stmt"/>
1004
+ <line num="810" count="15" type="cond" truecount="2" falsecount="0"/>
1005
+ <line num="811" count="9" type="stmt"/>
1006
+ <line num="812" count="6" type="cond" truecount="2" falsecount="0"/>
1007
+ <line num="813" count="2" type="stmt"/>
1008
+ <line num="814" count="4" type="cond" truecount="2" falsecount="0"/>
1009
+ <line num="815" count="2" type="stmt"/>
1010
+ <line num="818" count="2" type="stmt"/>
1011
+ <line num="822" count="12" type="stmt"/>
1012
+ <line num="826" count="2" type="stmt"/>
1013
+ <line num="827" count="2" type="cond" truecount="3" falsecount="0"/>
1014
+ <line num="831" count="22" type="stmt"/>
1015
+ <line num="834" count="20" type="stmt"/>
1016
+ <line num="839" count="23" type="stmt"/>
1017
+ <line num="840" count="23" type="stmt"/>
1018
+ <line num="841" count="23" type="cond" truecount="1" falsecount="0"/>
1019
+ <line num="842" count="19" type="stmt"/>
1020
+ <line num="844" count="23" type="stmt"/>
1021
+ <line num="845" count="23" type="stmt"/>
1022
+ <line num="846" count="23" type="stmt"/>
1023
+ <line num="850" count="5" type="stmt"/>
1024
+ <line num="851" count="3" type="stmt"/>
1025
+ <line num="852" count="3" type="stmt"/>
1026
+ <line num="853" count="3" type="stmt"/>
1027
+ <line num="858" count="5" type="stmt"/>
1028
+ <line num="862" count="28" type="stmt"/>
1029
+ <line num="869" count="17" type="cond" truecount="2" falsecount="0"/>
1030
+ <line num="870" count="2" type="stmt"/>
1031
+ <line num="872" count="15" type="stmt"/>
1032
+ <line num="873" count="15" type="cond" truecount="3" falsecount="0"/>
1033
+ <line num="875" count="13" type="stmt"/>
1034
+ <line num="876" count="13" type="cond" truecount="2" falsecount="0"/>
1035
+ <line num="879" count="34" type="cond" truecount="1" falsecount="0"/>
1036
+ <line num="880" count="12" type="cond" truecount="2" falsecount="0"/>
1037
+ <line num="882" count="22" type="cond" truecount="2" falsecount="0"/>
1038
+ <line num="885" count="13" type="stmt"/>
1039
+ <line num="887" count="13" type="cond" truecount="5" falsecount="0"/>
1040
+ <line num="888" count="6" type="stmt"/>
1041
+ <line num="890" count="7" type="stmt"/>
1042
+ <line num="896" count="11" type="cond" truecount="2" falsecount="0"/>
1043
+ <line num="897" count="1" type="stmt"/>
1044
+ <line num="899" count="10" type="stmt"/>
1045
+ <line num="900" count="10" type="cond" truecount="3" falsecount="0"/>
1046
+ <line num="902" count="9" type="stmt"/>
1047
+ <line num="904" count="9" type="cond" truecount="2" falsecount="0"/>
1048
+ <line num="907" count="16" type="cond" truecount="1" falsecount="0"/>
1049
+ <line num="908" count="6" type="cond" truecount="2" falsecount="0"/>
1050
+ <line num="910" count="10" type="cond" truecount="2" falsecount="0"/>
1051
+ <line num="913" count="9" type="cond" truecount="1" falsecount="0"/>
1052
+ <line num="915" count="9" type="stmt"/>
1053
+ <line num="917" count="9" type="cond" truecount="5" falsecount="0"/>
1054
+ <line num="918" count="3" type="stmt"/>
1055
+ <line num="920" count="6" type="stmt"/>
1061
1056
  <line num="926" count="3" type="stmt"/>
1062
- <line num="927" count="3" type="cond" truecount="3" falsecount="0"/>
1063
- <line num="928" count="2" type="stmt"/>
1064
- <line num="939" count="2" type="cond" truecount="1" falsecount="0"/>
1065
- <line num="940" count="1" type="stmt"/>
1066
- <line num="942" count="1" type="stmt"/>
1067
- <line num="950" count="2" type="stmt"/>
1068
- <line num="964" count="2" type="cond" truecount="1" falsecount="0"/>
1069
- <line num="965" count="1" type="stmt"/>
1070
- <line num="973" count="2" type="stmt"/>
1071
- <line num="989" count="2" type="cond" truecount="2" falsecount="0"/>
1072
- <line num="990" count="1" type="stmt"/>
1073
- <line num="998" count="1" type="stmt"/>
1074
- <line num="1009" count="1" type="stmt"/>
1075
- <line num="1013" count="2" type="stmt"/>
1057
+ <line num="927" count="3" type="cond" truecount="4" falsecount="0"/>
1058
+ <line num="928" count="1" type="stmt"/>
1059
+ <line num="929" count="2" type="cond" truecount="5" falsecount="0"/>
1060
+ <line num="930" count="1" type="stmt"/>
1061
+ <line num="935" count="3" type="stmt"/>
1062
+ <line num="936" count="3" type="cond" truecount="3" falsecount="0"/>
1063
+ <line num="937" count="2" type="stmt"/>
1064
+ <line num="948" count="2" type="cond" truecount="1" falsecount="0"/>
1065
+ <line num="949" count="1" type="stmt"/>
1066
+ <line num="951" count="1" type="stmt"/>
1067
+ <line num="959" count="2" type="stmt"/>
1068
+ <line num="973" count="2" type="cond" truecount="1" falsecount="0"/>
1069
+ <line num="974" count="1" type="stmt"/>
1070
+ <line num="982" count="2" type="stmt"/>
1071
+ <line num="998" count="2" type="cond" truecount="2" falsecount="0"/>
1072
+ <line num="999" count="1" type="stmt"/>
1073
+ <line num="1007" count="1" type="stmt"/>
1074
+ <line num="1018" count="1" type="stmt"/>
1075
+ <line num="1022" count="2" type="stmt"/>
1076
1076
  </file>
1077
- <file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
1077
+ <file name="interfaces.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
1078
1078
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1079
- <line num="102" count="28" type="stmt"/>
1080
- <line num="103" count="28" type="stmt"/>
1079
+ <line num="110" count="30" type="stmt"/>
1080
+ <line num="111" count="30" type="stmt"/>
1081
1081
  </file>
1082
- <file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
1082
+ <file name="layout-options.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
1083
1083
  <metrics statements="99" coveredstatements="99" conditionals="52" coveredconditionals="52" methods="19" coveredmethods="19"/>
1084
- <line num="1" count="28" type="stmt"/>
1085
- <line num="2" count="28" type="stmt"/>
1086
- <line num="3" count="28" type="stmt"/>
1087
- <line num="14" count="28" type="stmt"/>
1084
+ <line num="1" count="30" type="stmt"/>
1085
+ <line num="2" count="30" type="stmt"/>
1086
+ <line num="3" count="30" type="stmt"/>
1087
+ <line num="14" count="30" type="stmt"/>
1088
1088
  <line num="17" count="18" type="stmt"/>
1089
1089
  <line num="19" count="18" type="stmt"/>
1090
1090
  <line num="21" count="18" type="stmt"/>
@@ -1184,10 +1184,10 @@
1184
1184
  </package>
1185
1185
  <package name="src.components.tek-image">
1186
1186
  <metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1187
- <file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
1187
+ <file name="image.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-image/image.ts">
1188
1188
  <metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1189
- <line num="1" count="28" type="stmt"/>
1190
- <line num="7" count="28" type="stmt"/>
1189
+ <line num="1" count="30" type="stmt"/>
1190
+ <line num="7" count="30" type="stmt"/>
1191
1191
  <line num="11" count="3" type="stmt"/>
1192
1192
  <line num="16" count="3" type="stmt"/>
1193
1193
  <line num="22" count="3" type="stmt"/>
@@ -1212,10 +1212,10 @@
1212
1212
  </package>
1213
1213
  <package name="src.components.tek-iterable-carousel">
1214
1214
  <metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
1215
- <file name="iterable-carousel.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
1215
+ <file name="iterable-carousel.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
1216
1216
  <metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
1217
- <line num="1" count="28" type="stmt"/>
1218
- <line num="9" count="28" type="stmt"/>
1217
+ <line num="1" count="30" type="stmt"/>
1218
+ <line num="9" count="30" type="stmt"/>
1219
1219
  <line num="13" count="3" type="stmt"/>
1220
1220
  <line num="14" count="3" type="stmt"/>
1221
1221
  <line num="22" count="3" type="cond" truecount="10" falsecount="0"/>
@@ -1225,19 +1225,19 @@
1225
1225
  </package>
1226
1226
  <package name="src.components.tek-iterable-component-render">
1227
1227
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1228
- <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">
1228
+ <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">
1229
1229
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1230
- <line num="1" count="28" type="stmt"/>
1231
- <line num="10" count="28" type="stmt"/>
1230
+ <line num="1" count="30" type="stmt"/>
1231
+ <line num="10" count="30" type="stmt"/>
1232
1232
  </file>
1233
1233
  </package>
1234
1234
  <package name="src.components.tek-loading">
1235
1235
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1236
- <file name="loading.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
1236
+ <file name="loading.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
1237
1237
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1238
- <line num="1" count="28" type="stmt"/>
1239
- <line num="5" count="28" type="stmt"/>
1240
- <line num="11" count="28" type="stmt"/>
1238
+ <line num="1" count="30" type="stmt"/>
1239
+ <line num="5" count="30" type="stmt"/>
1240
+ <line num="11" count="30" type="stmt"/>
1241
1241
  <line num="15" count="2" type="stmt"/>
1242
1242
  <line num="20" count="2" type="stmt"/>
1243
1243
  <line num="25" count="2" type="stmt"/>
@@ -1249,10 +1249,10 @@
1249
1249
  </package>
1250
1250
  <package name="src.components.tek-notifications">
1251
1251
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1252
- <file name="notifications.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
1252
+ <file name="notifications.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
1253
1253
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1254
- <line num="1" count="28" type="stmt"/>
1255
- <line num="7" count="28" type="stmt"/>
1254
+ <line num="1" count="30" type="stmt"/>
1255
+ <line num="7" count="30" type="stmt"/>
1256
1256
  <line num="8" count="8" type="stmt"/>
1257
1257
  <line num="15" count="8" type="stmt"/>
1258
1258
  <line num="40" count="8" type="stmt"/>
@@ -1265,11 +1265,11 @@
1265
1265
  </package>
1266
1266
  <package name="src.components.tek-product-card">
1267
1267
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
1268
- <file name="product-card.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
1268
+ <file name="product-card.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
1269
1269
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
1270
- <line num="1" count="28" type="stmt"/>
1271
- <line num="2" count="28" type="stmt"/>
1272
- <line num="8" count="28" type="stmt"/>
1270
+ <line num="1" count="30" type="stmt"/>
1271
+ <line num="2" count="30" type="stmt"/>
1272
+ <line num="8" count="30" type="stmt"/>
1273
1273
  <line num="12" count="3" type="stmt"/>
1274
1274
  <line num="17" count="3" type="stmt"/>
1275
1275
  <line num="22" count="3" type="stmt"/>
@@ -1302,16 +1302,16 @@
1302
1302
  </package>
1303
1303
  <package name="src.components.tek-tree-grid">
1304
1304
  <metrics statements="92" coveredstatements="92" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
1305
- <file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
1305
+ <file name="tree-grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
1306
1306
  <metrics statements="92" coveredstatements="92" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
1307
- <line num="1" count="28" type="stmt"/>
1308
- <line num="6" count="28" type="stmt"/>
1309
- <line num="10" count="28" type="stmt"/>
1310
- <line num="11" count="28" type="stmt"/>
1311
- <line num="14" count="28" type="stmt"/>
1312
- <line num="15" count="28" type="stmt"/>
1313
- <line num="16" count="28" type="stmt"/>
1314
- <line num="27" count="28" type="stmt"/>
1307
+ <line num="1" count="30" type="stmt"/>
1308
+ <line num="6" count="30" type="stmt"/>
1309
+ <line num="10" count="30" type="stmt"/>
1310
+ <line num="11" count="30" type="stmt"/>
1311
+ <line num="14" count="30" type="stmt"/>
1312
+ <line num="15" count="30" type="stmt"/>
1313
+ <line num="16" count="30" type="stmt"/>
1314
+ <line num="27" count="30" type="stmt"/>
1315
1315
  <line num="29" count="18" type="stmt"/>
1316
1316
  <line num="32" count="18" type="stmt"/>
1317
1317
  <line num="35" count="18" type="stmt"/>
@@ -1330,80 +1330,80 @@
1330
1330
  <line num="106" count="18" type="stmt"/>
1331
1331
  <line num="111" count="18" type="stmt"/>
1332
1332
  <line num="118" count="18" type="stmt"/>
1333
- <line num="138" count="18" type="stmt"/>
1334
- <line num="151" count="18" type="stmt"/>
1335
- <line num="152" count="18" type="stmt"/>
1336
- <line num="153" count="18" type="stmt"/>
1337
- <line num="158" count="18" type="stmt"/>
1338
- <line num="163" count="18" type="stmt"/>
1339
- <line num="168" count="18" type="stmt"/>
1340
- <line num="173" count="18" type="stmt"/>
1341
- <line num="178" count="18" type="stmt"/>
1342
- <line num="183" count="18" type="stmt"/>
1343
- <line num="188" count="18" type="stmt"/>
1344
- <line num="193" count="18" type="stmt"/>
1345
- <line num="198" count="18" type="stmt"/>
1346
- <line num="203" count="18" type="stmt"/>
1347
- <line num="208" count="18" type="stmt"/>
1348
- <line num="213" count="18" type="stmt"/>
1349
- <line num="218" count="18" type="stmt"/>
1350
- <line num="223" count="18" type="cond" truecount="2" falsecount="0"/>
1351
- <line num="224" count="18" type="cond" truecount="2" falsecount="0"/>
1352
- <line num="225" count="18" type="stmt"/>
1353
- <line num="227" count="18" type="cond" truecount="1" falsecount="0"/>
1354
- <line num="228" count="3" type="stmt"/>
1333
+ <line num="161" count="18" type="stmt"/>
1334
+ <line num="174" count="18" type="stmt"/>
1335
+ <line num="175" count="18" type="stmt"/>
1336
+ <line num="176" count="18" type="stmt"/>
1337
+ <line num="181" count="18" type="stmt"/>
1338
+ <line num="186" count="18" type="stmt"/>
1339
+ <line num="191" count="18" type="stmt"/>
1340
+ <line num="196" count="18" type="stmt"/>
1341
+ <line num="201" count="18" type="stmt"/>
1342
+ <line num="206" count="18" type="stmt"/>
1343
+ <line num="211" count="18" type="stmt"/>
1344
+ <line num="216" count="18" type="stmt"/>
1345
+ <line num="221" count="18" type="stmt"/>
1346
+ <line num="226" count="18" type="stmt"/>
1355
1347
  <line num="231" count="18" type="stmt"/>
1356
- <line num="240" count="1" type="cond" truecount="1" falsecount="0"/>
1357
- <line num="241" count="1" type="stmt"/>
1358
- <line num="244" count="1" type="stmt"/>
1359
- <line num="253" count="1" type="stmt"/>
1360
- <line num="256" count="1" type="stmt"/>
1361
- <line num="257" count="1" type="stmt"/>
1362
- <line num="265" count="18" type="stmt"/>
1363
- <line num="266" count="18" type="stmt"/>
1364
- <line num="267" count="18" type="stmt"/>
1365
- <line num="269" count="18" type="stmt"/>
1366
- <line num="273" count="3" type="stmt"/>
1367
- <line num="274" count="3" type="stmt"/>
1368
- <line num="278" count="3" type="stmt"/>
1369
- <line num="279" count="3" type="stmt"/>
1370
- <line num="283" count="7" type="stmt"/>
1371
- <line num="284" count="7" type="stmt"/>
1372
- <line num="288" count="7" type="cond" truecount="1" falsecount="0"/>
1373
- <line num="292" count="1" type="stmt"/>
1374
- <line num="293" count="1" type="stmt"/>
1375
- <line num="297" count="2" type="cond" truecount="1" falsecount="0"/>
1376
- <line num="298" count="1" type="stmt"/>
1377
- <line num="308" count="19" type="stmt"/>
1378
- <line num="312" count="2" type="cond" truecount="1" falsecount="0"/>
1348
+ <line num="236" count="18" type="stmt"/>
1349
+ <line num="241" count="18" type="stmt"/>
1350
+ <line num="246" count="18" type="cond" truecount="2" falsecount="0"/>
1351
+ <line num="247" count="18" type="cond" truecount="2" falsecount="0"/>
1352
+ <line num="248" count="18" type="stmt"/>
1353
+ <line num="250" count="18" type="cond" truecount="1" falsecount="0"/>
1354
+ <line num="251" count="3" type="stmt"/>
1355
+ <line num="254" count="18" type="stmt"/>
1356
+ <line num="263" count="1" type="cond" truecount="1" falsecount="0"/>
1357
+ <line num="264" count="1" type="stmt"/>
1358
+ <line num="267" count="1" type="stmt"/>
1359
+ <line num="276" count="1" type="stmt"/>
1360
+ <line num="279" count="1" type="stmt"/>
1361
+ <line num="280" count="1" type="stmt"/>
1362
+ <line num="288" count="18" type="stmt"/>
1363
+ <line num="289" count="18" type="stmt"/>
1364
+ <line num="290" count="18" type="stmt"/>
1365
+ <line num="292" count="18" type="stmt"/>
1366
+ <line num="296" count="3" type="stmt"/>
1367
+ <line num="297" count="3" type="stmt"/>
1368
+ <line num="301" count="3" type="stmt"/>
1369
+ <line num="302" count="3" type="stmt"/>
1370
+ <line num="306" count="6" type="stmt"/>
1371
+ <line num="307" count="6" type="stmt"/>
1372
+ <line num="311" count="6" type="cond" truecount="1" falsecount="0"/>
1373
+ <line num="315" count="1" type="stmt"/>
1379
1374
  <line num="316" count="1" type="stmt"/>
1380
- <line num="317" count="1" type="cond" truecount="2" falsecount="0"/>
1381
- <line num="319" count="1" type="stmt"/>
1382
- <line num="323" count="2" type="stmt"/>
1383
- <line num="324" count="2" type="stmt"/>
1384
- <line num="325" count="2" type="stmt"/>
1385
- <line num="328" count="2" type="cond" truecount="1" falsecount="0"/>
1386
- <line num="332" count="1" type="stmt"/>
1387
- <line num="333" count="1" type="stmt"/>
1388
- <line num="338" count="2" type="cond" truecount="1" falsecount="0"/>
1375
+ <line num="320" count="2" type="cond" truecount="1" falsecount="0"/>
1376
+ <line num="321" count="1" type="stmt"/>
1377
+ <line num="331" count="21" type="stmt"/>
1378
+ <line num="335" count="2" type="cond" truecount="1" falsecount="0"/>
1389
1379
  <line num="339" count="1" type="stmt"/>
1390
- <line num="342" count="2" type="stmt"/>
1391
- <line num="355" count="2" type="stmt"/>
1392
- <line num="359" count="1" type="stmt"/>
1393
- <line num="369" count="2" type="cond" truecount="1" falsecount="0"/>
1394
- <line num="370" count="1" type="stmt"/>
1395
- <line num="372" count="1" type="stmt"/>
1396
- <line num="380" count="2" type="stmt"/>
1397
- <line num="384" count="1" type="stmt"/>
1398
- <line num="388" count="2" type="stmt"/>
1380
+ <line num="340" count="1" type="cond" truecount="2" falsecount="0"/>
1381
+ <line num="342" count="1" type="stmt"/>
1382
+ <line num="346" count="2" type="stmt"/>
1383
+ <line num="347" count="2" type="stmt"/>
1384
+ <line num="348" count="2" type="stmt"/>
1385
+ <line num="351" count="2" type="cond" truecount="1" falsecount="0"/>
1386
+ <line num="355" count="1" type="stmt"/>
1387
+ <line num="356" count="1" type="stmt"/>
1388
+ <line num="361" count="2" type="cond" truecount="1" falsecount="0"/>
1389
+ <line num="362" count="2" type="stmt"/>
1390
+ <line num="365" count="2" type="stmt"/>
1391
+ <line num="378" count="2" type="stmt"/>
1392
+ <line num="382" count="1" type="stmt"/>
1393
+ <line num="392" count="2" type="cond" truecount="1" falsecount="0"/>
1394
+ <line num="393" count="1" type="stmt"/>
1395
+ <line num="395" count="1" type="stmt"/>
1396
+ <line num="403" count="2" type="stmt"/>
1397
+ <line num="407" count="1" type="stmt"/>
1398
+ <line num="411" count="2" type="stmt"/>
1399
1399
  </file>
1400
1400
  </package>
1401
1401
  <package name="src.components.tek-user-info">
1402
1402
  <metrics statements="86" coveredstatements="86" conditionals="45" coveredconditionals="45" methods="34" coveredmethods="34"/>
1403
- <file name="TekUserInfoController.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
1403
+ <file name="TekUserInfoController.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
1404
1404
  <metrics statements="29" coveredstatements="29" conditionals="28" coveredconditionals="28" methods="20" coveredmethods="20"/>
1405
- <line num="1" count="28" type="stmt"/>
1406
- <line num="5" count="28" type="stmt"/>
1405
+ <line num="1" count="30" type="stmt"/>
1406
+ <line num="5" count="30" type="stmt"/>
1407
1407
  <line num="9" count="26" type="stmt"/>
1408
1408
  <line num="13" count="31" type="stmt"/>
1409
1409
  <line num="17" count="3" type="cond" truecount="6" falsecount="0"/>
@@ -1432,12 +1432,12 @@
1432
1432
  <line num="91" count="2" type="stmt"/>
1433
1433
  <line num="92" count="2" type="cond" truecount="2" falsecount="0"/>
1434
1434
  </file>
1435
- <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">
1435
+ <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">
1436
1436
  <metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
1437
- <line num="1" count="28" type="stmt"/>
1438
- <line num="2" count="28" type="stmt"/>
1439
- <line num="4" count="28" type="stmt"/>
1440
- <line num="6" count="28" type="stmt"/>
1437
+ <line num="1" count="30" type="stmt"/>
1438
+ <line num="2" count="30" type="stmt"/>
1439
+ <line num="4" count="30" type="stmt"/>
1440
+ <line num="6" count="30" type="stmt"/>
1441
1441
  <line num="10" count="5" type="stmt"/>
1442
1442
  <line num="12" count="5" type="stmt"/>
1443
1443
  <line num="15" count="5" type="stmt"/>
@@ -1450,13 +1450,13 @@
1450
1450
  <line num="45" count="1" type="stmt"/>
1451
1451
  <line num="56" count="1" type="stmt"/>
1452
1452
  </file>
1453
- <file name="tek-user-info.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
1453
+ <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">
1454
1454
  <metrics statements="42" coveredstatements="42" conditionals="12" coveredconditionals="12" methods="10" coveredmethods="10"/>
1455
- <line num="1" count="28" type="stmt"/>
1456
- <line num="4" count="28" type="stmt"/>
1457
- <line num="7" count="28" type="stmt"/>
1458
- <line num="9" count="28" type="stmt"/>
1459
- <line num="11" count="28" type="stmt"/>
1455
+ <line num="1" count="30" type="stmt"/>
1456
+ <line num="4" count="30" type="stmt"/>
1457
+ <line num="7" count="30" type="stmt"/>
1458
+ <line num="9" count="30" type="stmt"/>
1459
+ <line num="11" count="30" type="stmt"/>
1460
1460
  <line num="19" count="33" type="stmt"/>
1461
1461
  <line num="24" count="33" type="stmt"/>
1462
1462
  <line num="29" count="33" type="stmt"/>
@@ -1493,104 +1493,106 @@
1493
1493
  <line num="289" count="1" type="cond" truecount="1" falsecount="0"/>
1494
1494
  <line num="290" count="1" type="stmt"/>
1495
1495
  <line num="292" count="1" type="stmt"/>
1496
- <line num="297" count="28" type="stmt"/>
1496
+ <line num="297" count="30" type="stmt"/>
1497
1497
  </file>
1498
1498
  </package>
1499
1499
  <package name="src.error">
1500
1500
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1501
- <file name="delete-rows-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
1501
+ <file name="delete-rows-error.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/error/delete-rows-error.ts">
1502
1502
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1503
- <line num="4" count="28" type="stmt"/>
1503
+ <line num="4" count="30" type="stmt"/>
1504
1504
  <line num="6" count="1" type="stmt"/>
1505
1505
  <line num="9" count="1" type="stmt"/>
1506
1506
  </file>
1507
1507
  </package>
1508
1508
  <package name="src.utils">
1509
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
1510
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
1511
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
1512
- <line num="1" count="28" type="stmt"/>
1513
- <line num="2" count="28" type="stmt"/>
1514
- <line num="3" count="28" type="stmt"/>
1515
- <line num="7" count="162" type="stmt"/>
1509
+ <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1510
+ <file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/index.ts">
1511
+ <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1512
+ <line num="1" count="30" type="stmt"/>
1513
+ <line num="2" count="30" type="stmt"/>
1514
+ <line num="3" count="30" type="stmt"/>
1515
+ <line num="4" count="30" type="stmt"/>
1516
+ <line num="5" count="30" type="stmt"/>
1516
1517
  </file>
1517
1518
  </package>
1518
1519
  <package name="src.utils.grid-base">
1519
- <metrics statements="96" coveredstatements="96" conditionals="53" coveredconditionals="53" methods="48" coveredmethods="48"/>
1520
- <file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
1521
- <metrics statements="67" coveredstatements="67" conditionals="22" coveredconditionals="22" methods="27" coveredmethods="27"/>
1522
- <line num="4" count="28" type="stmt"/>
1523
- <line num="7" count="28" type="stmt"/>
1524
- <line num="14" count="28" type="stmt"/>
1525
- <line num="35" count="28" type="stmt"/>
1526
- <line num="38" count="134" type="stmt"/>
1527
- <line num="41" count="134" type="stmt"/>
1528
- <line num="43" count="134" type="stmt"/>
1529
- <line num="47" count="134" type="stmt"/>
1530
- <line num="50" count="630" type="stmt"/>
1531
- <line num="51" count="630" type="cond" truecount="2" falsecount="0"/>
1532
- <line num="52" count="630" type="stmt"/>
1533
- <line num="59" count="2" type="stmt"/>
1534
- <line num="66" count="43" type="stmt"/>
1535
- <line num="272" count="5" type="stmt"/>
1536
- <line num="276" count="2" type="cond" truecount="1" falsecount="0"/>
1537
- <line num="277" count="2" type="stmt"/>
1538
- <line num="279" count="2" type="stmt"/>
1539
- <line num="283" count="4" type="stmt"/>
1540
- <line num="284" count="4" type="cond" truecount="1" falsecount="0"/>
1541
- <line num="285" count="3" type="cond" truecount="1" falsecount="0"/>
1542
- <line num="286" count="1" type="stmt"/>
1543
- <line num="289" count="2" type="stmt"/>
1544
- <line num="291" count="2" type="stmt"/>
1545
- <line num="296" count="2" type="stmt"/>
1546
- <line num="297" count="2" type="cond" truecount="3" falsecount="0"/>
1547
- <line num="299" count="1" type="stmt"/>
1548
- <line num="303" count="3" type="stmt"/>
1549
- <line num="304" count="3" type="cond" truecount="1" falsecount="0"/>
1550
- <line num="305" count="2" type="stmt"/>
1551
- <line num="306" count="2" type="stmt"/>
1552
- <line num="307" count="2" type="stmt"/>
1553
- <line num="309" count="2" type="stmt"/>
1554
- <line num="310" count="2" type="stmt"/>
1555
- <line num="315" count="3" type="stmt"/>
1556
- <line num="316" count="3" type="cond" truecount="1" falsecount="0"/>
1520
+ <metrics statements="97" coveredstatements="97" conditionals="51" coveredconditionals="51" methods="48" coveredmethods="48"/>
1521
+ <file name="grid-base.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
1522
+ <metrics statements="68" coveredstatements="68" conditionals="20" coveredconditionals="20" methods="27" coveredmethods="27"/>
1523
+ <line num="2" count="30" type="stmt"/>
1524
+ <line num="5" count="30" type="stmt"/>
1525
+ <line num="13" count="30" type="stmt"/>
1526
+ <line num="14" count="30" type="stmt"/>
1527
+ <line num="35" count="30" type="stmt"/>
1528
+ <line num="38" count="138" type="stmt"/>
1529
+ <line num="41" count="138" type="stmt"/>
1530
+ <line num="43" count="138" type="stmt"/>
1531
+ <line num="47" count="686" type="cond" truecount="1" falsecount="0"/>
1532
+ <line num="49" count="549" type="stmt"/>
1533
+ <line num="53" count="138" type="stmt"/>
1534
+ <line num="54" count="686" type="stmt"/>
1535
+ <line num="55" count="686" type="stmt"/>
1536
+ <line num="60" count="41" type="stmt"/>
1537
+ <line num="266" count="5" type="stmt"/>
1538
+ <line num="270" count="2" type="cond" truecount="1" falsecount="0"/>
1539
+ <line num="271" count="2" type="stmt"/>
1540
+ <line num="273" count="2" type="stmt"/>
1541
+ <line num="277" count="4" type="stmt"/>
1542
+ <line num="278" count="4" type="cond" truecount="1" falsecount="0"/>
1543
+ <line num="279" count="3" type="cond" truecount="1" falsecount="0"/>
1544
+ <line num="280" count="1" type="stmt"/>
1545
+ <line num="283" count="2" type="stmt"/>
1546
+ <line num="285" count="2" type="stmt"/>
1547
+ <line num="290" count="2" type="stmt"/>
1548
+ <line num="291" count="2" type="cond" truecount="3" falsecount="0"/>
1549
+ <line num="293" count="1" type="stmt"/>
1550
+ <line num="297" count="3" type="stmt"/>
1551
+ <line num="298" count="3" type="cond" truecount="1" falsecount="0"/>
1552
+ <line num="299" count="2" type="stmt"/>
1553
+ <line num="300" count="2" type="stmt"/>
1554
+ <line num="301" count="2" type="stmt"/>
1555
+ <line num="303" count="2" type="stmt"/>
1556
+ <line num="304" count="2" type="stmt"/>
1557
+ <line num="309" count="3" type="stmt"/>
1558
+ <line num="310" count="3" type="cond" truecount="1" falsecount="0"/>
1559
+ <line num="311" count="2" type="stmt"/>
1560
+ <line num="312" count="2" type="stmt"/>
1561
+ <line num="313" count="2" type="stmt"/>
1562
+ <line num="315" count="2" type="stmt"/>
1557
1563
  <line num="317" count="2" type="stmt"/>
1558
- <line num="318" count="2" type="stmt"/>
1559
- <line num="319" count="2" type="stmt"/>
1560
- <line num="321" count="2" type="stmt"/>
1561
- <line num="323" count="2" type="stmt"/>
1562
- <line num="328" count="1" type="stmt"/>
1563
- <line num="332" count="134" type="stmt"/>
1564
- <line num="340" count="134" type="stmt"/>
1565
- <line num="348" count="268" type="stmt"/>
1566
- <line num="349" count="268" type="cond" truecount="3" falsecount="0"/>
1567
- <line num="351" count="38" type="cond" truecount="2" falsecount="0"/>
1568
- <line num="352" count="19" type="stmt"/>
1569
- <line num="354" count="19" type="stmt"/>
1570
- <line num="356" count="247" type="stmt"/>
1571
- <line num="362" count="230" type="stmt"/>
1572
- <line num="366" count="6" type="stmt"/>
1573
- <line num="367" count="6" type="cond" truecount="3" falsecount="0"/>
1574
- <line num="368" count="9" type="stmt"/>
1575
- <line num="369" count="4" type="stmt"/>
1576
- <line num="371" count="4" type="cond" truecount="1" falsecount="0"/>
1577
- <line num="372" count="3" type="stmt"/>
1564
+ <line num="322" count="1" type="stmt"/>
1565
+ <line num="326" count="138" type="stmt"/>
1566
+ <line num="334" count="138" type="stmt"/>
1567
+ <line num="342" count="276" type="stmt"/>
1568
+ <line num="343" count="276" type="cond" truecount="3" falsecount="0"/>
1569
+ <line num="345" count="36" type="cond" truecount="2" falsecount="0"/>
1570
+ <line num="346" count="18" type="stmt"/>
1571
+ <line num="348" count="18" type="stmt"/>
1572
+ <line num="350" count="234" type="stmt"/>
1573
+ <line num="356" count="240" type="stmt"/>
1574
+ <line num="360" count="6" type="stmt"/>
1575
+ <line num="361" count="6" type="cond" truecount="3" falsecount="0"/>
1576
+ <line num="362" count="9" type="stmt"/>
1577
+ <line num="363" count="4" type="stmt"/>
1578
+ <line num="365" count="4" type="cond" truecount="1" falsecount="0"/>
1579
+ <line num="366" count="3" type="stmt"/>
1580
+ <line num="367" count="3" type="stmt"/>
1581
+ <line num="369" count="3" type="stmt"/>
1582
+ <line num="370" count="6" type="stmt"/>
1578
1583
  <line num="373" count="3" type="stmt"/>
1579
- <line num="375" count="3" type="stmt"/>
1580
- <line num="376" count="6" type="stmt"/>
1581
- <line num="379" count="3" type="stmt"/>
1582
- <line num="382" count="4" type="stmt"/>
1583
- <line num="385" count="6" type="stmt"/>
1584
- <line num="386" count="6" type="stmt"/>
1585
- <line num="389" count="134" type="stmt"/>
1586
- <line num="409" count="2" type="stmt"/>
1587
- <line num="413" count="4" type="stmt"/>
1588
- <line num="417" count="28" type="stmt"/>
1584
+ <line num="376" count="4" type="stmt"/>
1585
+ <line num="379" count="6" type="stmt"/>
1586
+ <line num="380" count="6" type="stmt"/>
1587
+ <line num="383" count="138" type="stmt"/>
1588
+ <line num="403" count="2" type="stmt"/>
1589
+ <line num="407" count="4" type="stmt"/>
1590
+ <line num="411" count="30" type="stmt"/>
1589
1591
  </file>
1590
- <file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
1592
+ <file name="grid-controller.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
1591
1593
  <metrics statements="29" coveredstatements="29" conditionals="31" coveredconditionals="31" methods="21" coveredmethods="21"/>
1592
- <line num="4" count="28" type="stmt"/>
1593
- <line num="8" count="50" type="stmt"/>
1594
+ <line num="4" count="30" type="stmt"/>
1595
+ <line num="8" count="48" type="stmt"/>
1594
1596
  <line num="12" count="1" type="stmt"/>
1595
1597
  <line num="16" count="4" type="stmt"/>
1596
1598
  <line num="20" count="5" type="stmt"/>
@@ -1620,16 +1622,55 @@
1620
1622
  <line num="122" count="1" type="stmt"/>
1621
1623
  </file>
1622
1624
  </package>
1625
+ <package name="src.utils.grid-base.export-options">
1626
+ <metrics statements="27" coveredstatements="27" conditionals="11" coveredconditionals="11" methods="12" coveredmethods="12"/>
1627
+ <file name="button-option.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
1628
+ <metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
1629
+ <line num="4" count="30" type="stmt"/>
1630
+ <line num="8" count="551" type="stmt"/>
1631
+ <line num="14" count="551" type="stmt"/>
1632
+ <line num="15" count="551" type="cond" truecount="2" falsecount="0"/>
1633
+ <line num="16" count="551" type="stmt"/>
1634
+ <line num="23" count="1" type="stmt"/>
1635
+ </file>
1636
+ <file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
1637
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1638
+ <line num="1" count="30" type="stmt"/>
1639
+ <line num="2" count="30" type="stmt"/>
1640
+ <line num="3" count="30" type="stmt"/>
1641
+ </file>
1642
+ <file name="multi-option.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
1643
+ <metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
1644
+ <line num="9" count="30" type="stmt"/>
1645
+ <line num="13" count="141" type="stmt"/>
1646
+ <line num="17" count="1128" type="stmt"/>
1647
+ <line num="21" count="282" type="stmt"/>
1648
+ <line num="22" count="282" type="stmt"/>
1649
+ <line num="34" count="282" type="stmt"/>
1650
+ <line num="35" count="282" type="cond" truecount="2" falsecount="0"/>
1651
+ <line num="37" count="282" type="stmt"/>
1652
+ <line num="44" count="2" type="stmt"/>
1653
+ <line num="50" count="282" type="stmt"/>
1654
+ <line num="52" count="282" type="stmt"/>
1655
+ <line num="63" count="141" type="stmt"/>
1656
+ <line num="65" count="282" type="stmt"/>
1657
+ <line num="76" count="141" type="stmt"/>
1658
+ <line num="78" count="141" type="stmt"/>
1659
+ <line num="83" count="2" type="cond" truecount="4" falsecount="0"/>
1660
+ <line num="87" count="141" type="stmt"/>
1661
+ <line num="94" count="141" type="stmt"/>
1662
+ </file>
1663
+ </package>
1623
1664
  <package name="src.utils.report-filter">
1624
1665
  <metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
1625
- <file name="report-filter.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
1666
+ <file name="report-filter.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
1626
1667
  <metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
1627
- <line num="2" count="28" type="stmt"/>
1628
- <line num="8" count="28" type="stmt"/>
1629
- <line num="9" count="7" type="stmt"/>
1630
- <line num="11" count="7" type="stmt"/>
1631
- <line num="28" count="7" type="stmt"/>
1632
- <line num="32" count="6" type="stmt"/>
1668
+ <line num="2" count="30" type="stmt"/>
1669
+ <line num="8" count="30" type="stmt"/>
1670
+ <line num="9" count="6" type="stmt"/>
1671
+ <line num="11" count="6" type="stmt"/>
1672
+ <line num="28" count="6" type="stmt"/>
1673
+ <line num="32" count="5" type="stmt"/>
1633
1674
  <line num="33" count="7" type="stmt"/>
1634
1675
  <line num="35" count="7" type="stmt"/>
1635
1676
  <line num="36" count="7" type="stmt"/>
@@ -1647,36 +1688,36 @@
1647
1688
  </package>
1648
1689
  <package name="tests.__helpers__">
1649
1690
  <metrics statements="21" coveredstatements="21" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
1650
- <file name="component-event-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
1691
+ <file name="component-event-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
1651
1692
  <metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
1652
1693
  <line num="3" count="29" type="cond" truecount="1" falsecount="0"/>
1653
1694
  <line num="5" count="3" type="stmt"/>
1654
1695
  </file>
1655
- <file name="flush-promises-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
1696
+ <file name="flush-promises-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
1656
1697
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1657
1698
  <line num="1" count="26" type="stmt"/>
1658
1699
  <line num="3" count="1" type="stmt"/>
1659
1700
  </file>
1660
- <file name="get-child-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
1701
+ <file name="get-child-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
1661
1702
  <metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
1662
1703
  <line num="8" count="3" type="stmt"/>
1663
- <line num="11" count="240" type="stmt"/>
1664
- <line num="12" count="681" type="cond" truecount="1" falsecount="0"/>
1704
+ <line num="11" count="300" type="stmt"/>
1705
+ <line num="12" count="809" type="cond" truecount="1" falsecount="0"/>
1665
1706
  <line num="13" count="43" type="stmt"/>
1666
1707
  <line num="14" count="43" type="stmt"/>
1667
- <line num="17" count="638" type="cond" truecount="3" falsecount="0"/>
1668
- <line num="18" count="197" type="stmt"/>
1669
- <line num="20" count="197" type="cond" truecount="1" falsecount="0"/>
1670
- <line num="24" count="240" type="stmt"/>
1708
+ <line num="17" count="766" type="cond" truecount="3" falsecount="0"/>
1709
+ <line num="18" count="257" type="stmt"/>
1710
+ <line num="20" count="257" type="cond" truecount="1" falsecount="0"/>
1711
+ <line num="24" count="300" type="stmt"/>
1671
1712
  <line num="27" count="3" type="stmt"/>
1672
1713
  </file>
1673
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
1714
+ <file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/index.ts">
1674
1715
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1675
1716
  <line num="1" count="3" type="stmt"/>
1676
1717
  <line num="2" count="3" type="stmt"/>
1677
1718
  <line num="3" count="3" type="stmt"/>
1678
1719
  </file>
1679
- <file name="mock-created-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
1720
+ <file name="mock-created-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
1680
1721
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1681
1722
  <line num="6" count="5" type="stmt"/>
1682
1723
  <line num="7" count="16" type="stmt"/>