linear-react-components-ui 1.0.12-beta.0 → 1.0.12-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/lib/alerts/alert.spec.js +133 -0
  2. package/lib/avatar/avatar.spec.js +190 -0
  3. package/lib/badge/badge.spec.js +127 -0
  4. package/lib/buttons/SpinnerLoading.js +230 -0
  5. package/lib/buttons/buttons.spec.js +504 -0
  6. package/lib/calendar/calendar.spec.js +171 -0
  7. package/lib/checkbox/checkbox.spec.js +215 -0
  8. package/lib/dialog/dialog.spec.js +488 -0
  9. package/lib/drawer/Drawer.spec.js +258 -0
  10. package/lib/dropdown/dropdown.spec.js +169 -0
  11. package/lib/fieldset/fieldset.spec.js +329 -0
  12. package/lib/form/FieldNumber.js +6 -2
  13. package/lib/form/form.spec.js +293 -0
  14. package/lib/gridlayout/gridLayout.spec.js +169 -0
  15. package/lib/icons/icons.spec.js +86 -0
  16. package/lib/inputs/base/base.spec.js +690 -0
  17. package/lib/inputs/base/index.js +1 -0
  18. package/lib/inputs/color/color_input.spec.js +174 -0
  19. package/lib/inputs/date/date.spec.js +354 -0
  20. package/lib/inputs/mask/helpers.js +1 -1
  21. package/lib/inputs/mask/imaskHOC.js +1 -27
  22. package/lib/inputs/mask/input_mask.spec.js +607 -0
  23. package/lib/inputs/number/numberfield.spec.js +215 -0
  24. package/lib/inputs/search/search_input.spec.js +209 -0
  25. package/lib/inputs/select/select.spec.js +395 -0
  26. package/lib/inputs/text/textfield.spec.js +215 -0
  27. package/lib/inputs/textarea/index.js +1 -1
  28. package/lib/inputs/textarea/textarea.spec.js +59 -0
  29. package/lib/inputs/types.d.ts +0 -1
  30. package/lib/labelMessages/labelMessages.spec.js +176 -0
  31. package/lib/labels/label.spec.js +162 -0
  32. package/lib/list/list.spec.js +769 -0
  33. package/lib/menus/float/float-menu.spec.js +221 -0
  34. package/lib/menus/sidenav/sidenav.spec.js +379 -0
  35. package/lib/panel/panel.spec.js +216 -0
  36. package/lib/popover/popover.spec.js +146 -0
  37. package/lib/progress/progress.spec.js +94 -0
  38. package/lib/radio/radio.spec.js +189 -0
  39. package/lib/spinner/spinner.spec.js +152 -0
  40. package/lib/split/split.spec.js +163 -0
  41. package/lib/table/table.spec.js +352 -0
  42. package/lib/tabs/tabs.spec.js +321 -0
  43. package/lib/toolbar/toolbar.spec.js +394 -0
  44. package/lib/tooltip/tooltip.spec.js +215 -0
  45. package/lib/treeview/treeview.spec.js +279 -0
  46. package/lib/uitour/uitour.spec.js +176 -0
  47. package/package.json +1 -1
  48. package/coverage/clover.xml +0 -3971
  49. package/coverage/coverage-final.json +0 -193
  50. package/coverage/lcov-report/base.css +0 -224
  51. package/coverage/lcov-report/block-navigation.js +0 -87
  52. package/coverage/lcov-report/config/jest/index.html +0 -116
  53. package/coverage/lcov-report/config/jest/storageMock.js.html +0 -205
  54. package/coverage/lcov-report/favicon.png +0 -0
  55. package/coverage/lcov-report/index.html +0 -956
  56. package/coverage/lcov-report/prettify.css +0 -1
  57. package/coverage/lcov-report/prettify.js +0 -2
  58. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  59. package/coverage/lcov-report/sorter.js +0 -196
  60. package/coverage/lcov.info +0 -9866
@@ -1,3971 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1692363599509" clover="3.2.0">
3
- <project timestamp="1692363599509" name="All files">
4
- <metrics statements="3218" coveredstatements="2503" conditionals="3122" coveredconditionals="2014" methods="899" coveredmethods="657" elements="7239" coveredelements="5174" complexity="0" loc="3218" ncloc="3218" packages="57" files="192" classes="192"/>
5
- <package name="config.jest">
6
- <metrics statements="12" coveredstatements="7" conditionals="6" coveredconditionals="1" methods="8" coveredmethods="4"/>
7
- <file name="storageMock.js" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/config/jest/storageMock.js">
8
- <metrics statements="12" coveredstatements="7" conditionals="6" coveredconditionals="1" methods="8" coveredmethods="4"/>
9
- <line num="1" count="14" type="stmt"/>
10
- <line num="3" count="14" type="stmt"/>
11
- <line num="4" count="61" type="stmt"/>
12
- <line num="8" count="61" type="stmt"/>
13
- <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
14
- <line num="12" count="105" type="cond" truecount="1" falsecount="1"/>
15
- <line num="14" count="0" type="stmt"/>
16
- <line num="17" count="0" type="stmt"/>
17
- <line num="20" count="0" type="stmt"/>
18
- <line num="21" count="0" type="cond" truecount="0" falsecount="2"/>
19
- <line num="28" count="15" type="stmt"/>
20
- <line num="35" count="47" type="stmt"/>
21
- </file>
22
- </package>
23
- <package name="src.lib">
24
- <metrics statements="34" coveredstatements="29" conditionals="35" coveredconditionals="24" methods="7" coveredmethods="7"/>
25
- <file name="permissionValidations.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/permissionValidations.ts">
26
- <metrics statements="34" coveredstatements="29" conditionals="35" coveredconditionals="24" methods="7" coveredmethods="7"/>
27
- <line num="10" count="31" type="stmt"/>
28
- <line num="11" count="108" type="cond" truecount="1" falsecount="1"/>
29
- <line num="14" count="108" type="cond" truecount="1" falsecount="1"/>
30
- <line num="16" count="108" type="cond" truecount="4" falsecount="0"/>
31
- <line num="19" count="31" type="stmt"/>
32
- <line num="20" count="26" type="stmt"/>
33
- <line num="22" count="31" type="stmt"/>
34
- <line num="27" count="108" type="stmt"/>
35
- <line num="28" count="26" type="stmt"/>
36
- <line num="29" count="26" type="cond" truecount="3" falsecount="1"/>
37
- <line num="30" count="26" type="stmt"/>
38
- <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
39
- <line num="32" count="0" type="stmt"/>
40
- <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
41
- <line num="34" count="0" type="cond" truecount="0" falsecount="2"/>
42
- <line num="37" count="82" type="stmt"/>
43
- <line num="40" count="31" type="stmt"/>
44
- <line num="41" count="3776" type="cond" truecount="2" falsecount="0"/>
45
- <line num="42" count="108" type="cond" truecount="1" falsecount="1"/>
46
- <line num="44" count="108" type="stmt"/>
47
- <line num="45" count="108" type="stmt"/>
48
- <line num="46" count="108" type="stmt"/>
49
- <line num="47" count="108" type="cond" truecount="2" falsecount="0"/>
50
- <line num="49" count="82" type="stmt"/>
51
- <line num="52" count="31" type="stmt"/>
52
- <line num="56" count="3776" type="stmt"/>
53
- <line num="57" count="3776" type="cond" truecount="4" falsecount="0"/>
54
- <line num="61" count="3776" type="cond" truecount="4" falsecount="1"/>
55
- <line num="63" count="0" type="stmt"/>
56
- <line num="66" count="3776" type="stmt"/>
57
- <line num="67" count="3776" type="stmt"/>
58
- <line num="68" count="8940" type="cond" truecount="2" falsecount="0"/>
59
- <line num="70" count="3776" type="stmt"/>
60
- <line num="73" count="31" type="stmt"/>
61
- </file>
62
- </package>
63
- <package name="src.lib.alerts">
64
- <metrics statements="15" coveredstatements="14" conditionals="28" coveredconditionals="17" methods="8" coveredmethods="6"/>
65
- <file name="Message.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/alerts/Message.tsx">
66
- <metrics statements="15" coveredstatements="14" conditionals="28" coveredconditionals="17" methods="8" coveredmethods="6"/>
67
- <line num="7" count="1" type="stmt"/>
68
- <line num="8" count="7" type="stmt"/>
69
- <line num="11" count="1" type="stmt"/>
70
- <line num="12" count="3" type="cond" truecount="2" falsecount="0"/>
71
- <line num="13" count="1" type="stmt"/>
72
- <line num="14" count="2" type="cond" truecount="1" falsecount="1"/>
73
- <line num="15" count="2" type="cond" truecount="2" falsecount="0"/>
74
- <line num="17" count="0" type="stmt"/>
75
- <line num="20" count="1" type="stmt"/>
76
- <line num="33" count="7" type="stmt"/>
77
- <line num="34" count="7" type="cond" truecount="1" falsecount="1"/>
78
- <line num="35" count="7" type="stmt"/>
79
- <line num="36" count="2" type="stmt"/>
80
- <line num="41" count="7" type="stmt"/>
81
- <line num="57" count="1" type="cond" truecount="1" falsecount="1"/>
82
- </file>
83
- </package>
84
- <package name="src.lib.avatar">
85
- <metrics statements="16" coveredstatements="15" conditionals="31" coveredconditionals="29" methods="6" coveredmethods="5"/>
86
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/avatar/index.tsx">
87
- <metrics statements="16" coveredstatements="15" conditionals="31" coveredconditionals="29" methods="6" coveredmethods="5"/>
88
- <line num="8" count="5" type="stmt"/>
89
- <line num="11" count="34" type="cond" truecount="1" falsecount="1"/>
90
- <line num="15" count="5" type="stmt"/>
91
- <line num="16" count="2" type="cond" truecount="2" falsecount="0"/>
92
- <line num="17" count="1" type="stmt"/>
93
- <line num="18" count="1" type="cond" truecount="1" falsecount="1"/>
94
- <line num="19" count="1" type="stmt"/>
95
- <line num="21" count="0" type="stmt"/>
96
- <line num="24" count="5" type="stmt"/>
97
- <line num="42" count="34" type="stmt"/>
98
- <line num="43" count="34" type="stmt"/>
99
- <line num="45" count="34" type="stmt"/>
100
- <line num="54" count="2" type="cond" truecount="2" falsecount="0"/>
101
- <line num="55" count="2" type="cond" truecount="4" falsecount="0"/>
102
- <line num="58" count="68" type="cond" truecount="2" falsecount="0"/>
103
- <line num="59" count="68" type="stmt"/>
104
- </file>
105
- </package>
106
- <package name="src.lib.badge">
107
- <metrics statements="3" coveredstatements="3" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
108
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/badge/index.tsx">
109
- <metrics statements="3" coveredstatements="3" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
110
- <line num="5" count="1" type="stmt"/>
111
- <line num="14" count="14" type="stmt"/>
112
- <line num="16" count="14" type="stmt"/>
113
- </file>
114
- </package>
115
- <package name="src.lib.buttons">
116
- <metrics statements="58" coveredstatements="57" conditionals="82" coveredconditionals="79" methods="20" coveredmethods="20"/>
117
- <file name="ActivateButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/ActivateButton.tsx">
118
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
119
- <line num="5" count="19" type="stmt"/>
120
- </file>
121
- <file name="AddButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/AddButton.tsx">
122
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
123
- <line num="6" count="19" type="stmt"/>
124
- <line num="7" count="2" type="stmt"/>
125
- </file>
126
- <file name="Button.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/Button.tsx">
127
- <metrics statements="2" coveredstatements="2" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
128
- <line num="10" count="19" type="cond" truecount="1" falsecount="0"/>
129
- <line num="11" count="2224" type="stmt"/>
130
- </file>
131
- <file name="CancelButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/CancelButton.tsx">
132
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
133
- <line num="5" count="19" type="stmt"/>
134
- <line num="6" count="19" type="stmt"/>
135
- </file>
136
- <file name="DangerButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/DangerButton.tsx">
137
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
138
- <line num="5" count="19" type="stmt"/>
139
- <line num="6" count="13" type="stmt"/>
140
- </file>
141
- <file name="DefaultButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/DefaultButton.tsx">
142
- <metrics statements="34" coveredstatements="33" conditionals="79" coveredconditionals="76" methods="6" coveredmethods="6"/>
143
- <line num="11" count="20" type="stmt"/>
144
- <line num="18" count="2270" type="stmt"/>
145
- <line num="19" count="2270" type="stmt"/>
146
- <line num="20" count="2270" type="stmt"/>
147
- <line num="21" count="2270" type="stmt"/>
148
- <line num="22" count="2270" type="stmt"/>
149
- <line num="24" count="6935" type="cond" truecount="2" falsecount="0"/>
150
- <line num="26" count="2270" type="stmt"/>
151
- <line num="27" count="2223" type="stmt"/>
152
- <line num="39" count="2270" type="stmt"/>
153
- <line num="40" count="2223" type="stmt"/>
154
- <line num="42" count="2223" type="cond" truecount="2" falsecount="0"/>
155
- <line num="43" count="65" type="stmt"/>
156
- <line num="45" count="2223" type="cond" truecount="4" falsecount="0"/>
157
- <line num="46" count="8" type="stmt"/>
158
- <line num="55" count="2215" type="cond" truecount="2" falsecount="0"/>
159
- <line num="56" count="219" type="cond" truecount="2" falsecount="0"/>
160
- <line num="57" count="13" type="stmt"/>
161
- <line num="59" count="206" type="stmt"/>
162
- <line num="60" count="1996" type="cond" truecount="2" falsecount="0"/>
163
- <line num="61" count="182" type="stmt"/>
164
- <line num="70" count="1814" type="stmt"/>
165
- <line num="73" count="2270" type="cond" truecount="4" falsecount="0"/>
166
- <line num="75" count="2223" type="stmt"/>
167
- <line num="81" count="47" type="cond" truecount="1" falsecount="1"/>
168
- <line num="82" count="47" type="cond" truecount="2" falsecount="0"/>
169
- <line num="83" count="47" type="cond" truecount="4" falsecount="0"/>
170
- <line num="84" count="47" type="cond" truecount="4" falsecount="0"/>
171
- <line num="89" count="4446" type="cond" truecount="2" falsecount="0"/>
172
- <line num="90" count="2" type="cond" truecount="1" falsecount="1"/>
173
- <line num="91" count="0" type="stmt"/>
174
- <line num="93" count="2" type="stmt"/>
175
- <line num="96" count="4446" type="cond" truecount="2" falsecount="0"/>
176
- <line num="97" count="4446" type="stmt"/>
177
- </file>
178
- <file name="DestroyButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/DestroyButton.tsx">
179
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
180
- <line num="6" count="19" type="stmt"/>
181
- <line num="7" count="2" type="stmt"/>
182
- </file>
183
- <file name="EditButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/EditButton.tsx">
184
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
185
- <line num="5" count="19" type="stmt"/>
186
- </file>
187
- <file name="InactivateButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/InactivateButton.tsx">
188
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
189
- <line num="5" count="19" type="stmt"/>
190
- </file>
191
- <file name="InfoButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/InfoButton.tsx">
192
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
193
- <line num="5" count="19" type="stmt"/>
194
- <line num="6" count="2" type="stmt"/>
195
- </file>
196
- <file name="PrimaryButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/PrimaryButton.tsx">
197
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
198
- <line num="5" count="19" type="stmt"/>
199
- <line num="6" count="179" type="stmt"/>
200
- </file>
201
- <file name="RestoreButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/RestoreButton.tsx">
202
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
203
- <line num="5" count="19" type="stmt"/>
204
- </file>
205
- <file name="SaveButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/SaveButton.tsx">
206
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
207
- <line num="5" count="19" type="stmt"/>
208
- <line num="6" count="2" type="stmt"/>
209
- </file>
210
- <file name="SuccessButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/SuccessButton.tsx">
211
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
212
- <line num="5" count="19" type="stmt"/>
213
- <line num="6" count="4" type="stmt"/>
214
- </file>
215
- <file name="WarningButton.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/WarningButton.tsx">
216
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
217
- <line num="5" count="19" type="stmt"/>
218
- <line num="6" count="2" type="stmt"/>
219
- </file>
220
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/index.tsx">
221
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
222
- </file>
223
- </package>
224
- <package name="src.lib.buttons.button_container">
225
- <metrics statements="4" coveredstatements="4" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
226
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/button_container/index.tsx">
227
- <metrics statements="4" coveredstatements="4" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
228
- <line num="11" count="19" type="stmt"/>
229
- <line num="12" count="39" type="stmt"/>
230
- <line num="14" count="19" type="stmt"/>
231
- <line num="17" count="39" type="stmt"/>
232
- </file>
233
- </package>
234
- <package name="src.lib.buttons.split_button">
235
- <metrics statements="4" coveredstatements="4" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
236
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/buttons/split_button/index.tsx">
237
- <metrics statements="4" coveredstatements="4" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
238
- <line num="5" count="19" type="stmt"/>
239
- <line num="9" count="1" type="stmt"/>
240
- <line num="10" count="1" type="stmt"/>
241
- <line num="14" count="1" type="stmt"/>
242
- </file>
243
- </package>
244
- <package name="src.lib.calendar">
245
- <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="5"/>
246
- <file name="DangerCalendar.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/DangerCalendar.tsx">
247
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
248
- <line num="5" count="2" type="stmt"/>
249
- <line num="6" count="1" type="stmt"/>
250
- </file>
251
- <file name="InfoCalendar.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/InfoCalendar.tsx">
252
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
253
- <line num="5" count="2" type="stmt"/>
254
- <line num="6" count="1" type="stmt"/>
255
- </file>
256
- <file name="PrimaryCalendar.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/PrimaryCalendar.tsx">
257
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
258
- <line num="5" count="2" type="stmt"/>
259
- <line num="6" count="1" type="stmt"/>
260
- </file>
261
- <file name="SuccessCalendar.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/SuccessCalendar.tsx">
262
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
263
- <line num="5" count="2" type="stmt"/>
264
- <line num="6" count="1" type="stmt"/>
265
- </file>
266
- <file name="WarningCalendar.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/WarningCalendar.tsx">
267
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
268
- <line num="5" count="2" type="stmt"/>
269
- <line num="6" count="1" type="stmt"/>
270
- </file>
271
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/index.tsx">
272
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
273
- </file>
274
- </package>
275
- <package name="src.lib.calendar.base">
276
- <metrics statements="74" coveredstatements="68" conditionals="23" coveredconditionals="17" methods="26" coveredmethods="22"/>
277
- <file name="Day.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/base/Day.tsx">
278
- <metrics statements="4" coveredstatements="4" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="2"/>
279
- <line num="6" count="2" type="stmt"/>
280
- <line num="7" count="1302" type="stmt"/>
281
- <line num="9" count="1302" type="stmt"/>
282
- <line num="13" count="4" type="cond" truecount="1" falsecount="1"/>
283
- </file>
284
- <file name="Month.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/base/Month.tsx">
285
- <metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
286
- <line num="6" count="2" type="stmt"/>
287
- <line num="7" count="31" type="stmt"/>
288
- <line num="8" count="31" type="stmt"/>
289
- <line num="9" count="31" type="stmt"/>
290
- <line num="10" count="31" type="stmt"/>
291
- <line num="11" count="31" type="stmt"/>
292
- <line num="13" count="31" type="stmt"/>
293
- <line num="15" count="186" type="stmt"/>
294
- <line num="20" count="186" type="stmt"/>
295
- <line num="21" count="186" type="stmt"/>
296
- <line num="22" count="186" type="stmt"/>
297
- <line num="23" count="186" type="stmt"/>
298
- <line num="25" count="31" type="stmt"/>
299
- <line num="28" count="31" type="stmt"/>
300
- </file>
301
- <file name="Week.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/base/Week.tsx">
302
- <metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
303
- <line num="5" count="2" type="stmt"/>
304
- <line num="6" count="186" type="stmt"/>
305
- <line num="7" count="186" type="stmt"/>
306
- <line num="8" count="186" type="stmt"/>
307
- <line num="9" count="186" type="stmt"/>
308
- <line num="11" count="186" type="stmt"/>
309
- <line num="13" count="1302" type="stmt"/>
310
- <line num="18" count="1302" type="stmt"/>
311
- <line num="19" count="1302" type="stmt"/>
312
- <line num="20" count="1302" type="stmt"/>
313
- <line num="22" count="186" type="stmt"/>
314
- <line num="25" count="186" type="stmt"/>
315
- </file>
316
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/base/helpers.ts">
317
- <metrics statements="25" coveredstatements="22" conditionals="16" coveredconditionals="11" methods="12" coveredmethods="10"/>
318
- <line num="6" count="2" type="stmt"/>
319
- <line num="9" count="248" type="stmt"/>
320
- <line num="13" count="31" type="stmt"/>
321
- <line num="25" count="217" type="stmt"/>
322
- <line num="29" count="31" type="stmt"/>
323
- <line num="33" count="2604" type="stmt"/>
324
- <line num="37" count="1302" type="stmt"/>
325
- <line num="41" count="0" type="stmt"/>
326
- <line num="60" count="0" type="cond" truecount="0" falsecount="4"/>
327
- <line num="90" count="31" type="stmt"/>
328
- <line num="91" count="31" type="stmt"/>
329
- <line num="92" count="31" type="cond" truecount="2" falsecount="0"/>
330
- <line num="93" count="31" type="cond" truecount="2" falsecount="0"/>
331
- <line num="94" count="31" type="stmt"/>
332
- <line num="98" count="57" type="cond" truecount="1" falsecount="1"/>
333
- <line num="99" count="57" type="stmt"/>
334
- <line num="101" count="0" type="stmt"/>
335
- <line num="106" count="1302" type="stmt"/>
336
- <line num="107" count="1302" type="cond" truecount="2" falsecount="0"/>
337
- <line num="108" count="1302" type="stmt"/>
338
- <line num="112" count="1302" type="stmt"/>
339
- <line num="113" count="1302" type="cond" truecount="2" falsecount="0"/>
340
- <line num="114" count="1302" type="cond" truecount="2" falsecount="0"/>
341
- <line num="115" count="1302" type="stmt"/>
342
- <line num="118" count="2" type="stmt"/>
343
- </file>
344
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/calendar/base/index.tsx">
345
- <metrics statements="19" coveredstatements="16" conditionals="5" coveredconditionals="5" methods="8" coveredmethods="6"/>
346
- <line num="9" count="2" type="stmt"/>
347
- <line num="13" count="31" type="stmt"/>
348
- <line num="14" count="31" type="stmt"/>
349
- <line num="16" count="31" type="stmt"/>
350
- <line num="17" count="26" type="stmt"/>
351
- <line num="20" count="31" type="stmt"/>
352
- <line num="21" count="4" type="cond" truecount="2" falsecount="0"/>
353
- <line num="22" count="4" type="stmt"/>
354
- <line num="25" count="31" type="stmt"/>
355
- <line num="26" count="0" type="stmt"/>
356
- <line num="27" count="0" type="stmt"/>
357
- <line num="30" count="31" type="stmt"/>
358
- <line num="31" count="1" type="stmt"/>
359
- <line num="32" count="1" type="stmt"/>
360
- <line num="35" count="31" type="stmt"/>
361
- <line num="39" count="31" type="stmt"/>
362
- <line num="46" count="0" type="stmt"/>
363
- <line num="54" count="1" type="stmt"/>
364
- <line num="58" count="217" type="stmt"/>
365
- </file>
366
- </package>
367
- <package name="src.lib.checkbox">
368
- <metrics statements="23" coveredstatements="23" conditionals="26" coveredconditionals="23" methods="11" coveredmethods="11"/>
369
- <file name="Label.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/checkbox/Label.tsx">
370
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="2"/>
371
- <line num="5" count="9" type="stmt"/>
372
- <line num="6" count="42" type="stmt"/>
373
- <line num="9" count="84" type="cond" truecount="1" falsecount="1"/>
374
- </file>
375
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/checkbox/index.tsx">
376
- <metrics statements="20" coveredstatements="20" conditionals="24" coveredconditionals="22" methods="9" coveredmethods="9"/>
377
- <line num="16" count="9" type="stmt"/>
378
- <line num="21" count="49" type="stmt"/>
379
- <line num="22" count="49" type="stmt"/>
380
- <line num="23" count="49" type="stmt"/>
381
- <line num="24" count="49" type="stmt"/>
382
- <line num="26" count="49" type="stmt"/>
383
- <line num="27" count="40" type="stmt"/>
384
- <line num="30" count="127" type="cond" truecount="2" falsecount="0"/>
385
- <line num="32" count="49" type="stmt"/>
386
- <line num="33" count="48" type="cond" truecount="4" falsecount="0"/>
387
- <line num="35" count="31" type="stmt"/>
388
- <line num="41" count="31" type="stmt"/>
389
- <line num="42" count="1" type="stmt"/>
390
- <line num="49" count="49" type="stmt"/>
391
- <line num="50" count="48" type="cond" truecount="1" falsecount="1"/>
392
- <line num="54" count="1" type="cond" truecount="4" falsecount="0"/>
393
- <line num="61" count="96" type="cond" truecount="1" falsecount="1"/>
394
- <line num="62" count="96" type="stmt"/>
395
- <line num="87" count="49" type="cond" truecount="2" falsecount="0"/>
396
- <line num="89" count="48" type="stmt"/>
397
- </file>
398
- </package>
399
- <package name="src.lib.dialog">
400
- <metrics statements="27" coveredstatements="24" conditionals="12" coveredconditionals="9" methods="8" coveredmethods="8"/>
401
- <file name="Alert.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/Alert.tsx">
402
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
403
- <line num="7" count="2" type="stmt"/>
404
- <line num="8" count="2" type="stmt"/>
405
- <line num="11" count="2" type="stmt"/>
406
- </file>
407
- <file name="Custom.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/Custom.tsx">
408
- <metrics statements="10" coveredstatements="7" conditionals="9" coveredconditionals="6" methods="3" coveredmethods="3"/>
409
- <line num="10" count="2" type="stmt"/>
410
- <line num="11" count="16" type="cond" truecount="1" falsecount="1"/>
411
- <line num="12" count="16" type="stmt"/>
412
- <line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
413
- <line num="14" count="0" type="stmt"/>
414
- <line num="16" count="0" type="stmt"/>
415
- <line num="19" count="2" type="stmt"/>
416
- <line num="20" count="16" type="cond" truecount="3" falsecount="0"/>
417
- <line num="21" count="16" type="stmt"/>
418
- <line num="41" count="19" type="stmt"/>
419
- </file>
420
- <file name="Error.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/Error.tsx">
421
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
422
- <line num="7" count="2" type="stmt"/>
423
- <line num="8" count="2" type="stmt"/>
424
- <line num="11" count="2" type="stmt"/>
425
- </file>
426
- <file name="Information.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/Information.tsx">
427
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
428
- <line num="7" count="2" type="stmt"/>
429
- <line num="8" count="2" type="stmt"/>
430
- <line num="11" count="2" type="stmt"/>
431
- </file>
432
- <file name="Question.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/Question.tsx">
433
- <metrics statements="5" coveredstatements="5" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
434
- <line num="7" count="2" type="stmt"/>
435
- <line num="8" count="28" type="cond" truecount="1" falsecount="0"/>
436
- <line num="10" count="28" type="stmt"/>
437
- <line num="23" count="28" type="cond" truecount="2" falsecount="0"/>
438
- <line num="24" count="3" type="stmt"/>
439
- </file>
440
- <file name="Warning.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/Warning.tsx">
441
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
442
- <line num="7" count="2" type="stmt"/>
443
- <line num="8" count="2" type="stmt"/>
444
- <line num="11" count="2" type="stmt"/>
445
- </file>
446
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/index.tsx">
447
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
448
- </file>
449
- </package>
450
- <package name="src.lib.dialog.base">
451
- <metrics statements="98" coveredstatements="79" conditionals="70" coveredconditionals="41" methods="23" coveredmethods="17"/>
452
- <file name="Content.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/base/Content.tsx">
453
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
454
- <line num="5" count="3" type="stmt"/>
455
- <line num="6" count="18" type="stmt"/>
456
- </file>
457
- <file name="Footer.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/base/Footer.tsx">
458
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
459
- <line num="4" count="3" type="stmt"/>
460
- <line num="5" count="33" type="stmt"/>
461
- </file>
462
- <file name="Header.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/base/Header.tsx">
463
- <metrics statements="11" coveredstatements="11" conditionals="12" coveredconditionals="10" methods="5" coveredmethods="3"/>
464
- <line num="7" count="3" type="stmt"/>
465
- <line num="8" count="17" type="stmt"/>
466
- <line num="18" count="3" type="stmt"/>
467
- <line num="19" count="18" type="cond" truecount="2" falsecount="0"/>
468
- <line num="20" count="1" type="stmt"/>
469
- <line num="21" count="17" type="cond" truecount="2" falsecount="0"/>
470
- <line num="22" count="1" type="stmt"/>
471
- <line num="24" count="16" type="stmt"/>
472
- <line num="27" count="3" type="stmt"/>
473
- <line num="30" count="18" type="stmt"/>
474
- <line num="32" count="18" type="stmt"/>
475
- </file>
476
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/base/index.tsx">
477
- <metrics statements="82" coveredstatements="63" conditionals="58" coveredconditionals="31" methods="15" coveredmethods="11"/>
478
- <line num="8" count="3" type="stmt"/>
479
- <line num="9" count="3" type="stmt"/>
480
- <line num="13" count="36" type="stmt"/>
481
- <line num="14" count="36" type="stmt"/>
482
- <line num="15" count="36" type="stmt"/>
483
- <line num="16" count="36" type="stmt"/>
484
- <line num="17" count="36" type="stmt"/>
485
- <line num="18" count="36" type="stmt"/>
486
- <line num="19" count="36" type="stmt"/>
487
- <line num="20" count="36" type="stmt"/>
488
- <line num="21" count="36" type="stmt"/>
489
- <line num="23" count="36" type="cond" truecount="4" falsecount="0"/>
490
- <line num="24" count="35" type="stmt"/>
491
- <line num="25" count="35" type="stmt"/>
492
- <line num="26" count="35" type="stmt"/>
493
- <line num="27" count="35" type="stmt"/>
494
- <line num="28" count="35" type="stmt"/>
495
- <line num="31" count="36" type="stmt"/>
496
- <line num="32" count="2" type="stmt"/>
497
- <line num="33" count="2" type="stmt"/>
498
- <line num="34" count="2" type="cond" truecount="6" falsecount="0"/>
499
- <line num="36" count="1" type="cond" truecount="3" falsecount="2"/>
500
- <line num="37" count="0" type="stmt"/>
501
- <line num="38" count="1" type="cond" truecount="1" falsecount="1"/>
502
- <line num="42" count="36" type="stmt"/>
503
- <line num="43" count="1" type="cond" truecount="2" falsecount="2"/>
504
- <line num="44" count="1" type="cond" truecount="1" falsecount="1"/>
505
- <line num="48" count="36" type="stmt"/>
506
- <line num="49" count="36" type="stmt"/>
507
- <line num="50" count="36" type="stmt"/>
508
- <line num="51" count="36" type="cond" truecount="2" falsecount="0"/>
509
- <line num="52" count="36" type="stmt"/>
510
- <line num="53" count="36" type="stmt"/>
511
- <line num="56" count="36" type="stmt"/>
512
- <line num="57" count="36" type="stmt"/>
513
- <line num="58" count="36" type="stmt"/>
514
- <line num="61" count="36" type="stmt"/>
515
- <line num="62" count="35" type="stmt"/>
516
- <line num="63" count="35" type="stmt"/>
517
- <line num="64" count="35" type="stmt"/>
518
- <line num="67" count="36" type="stmt"/>
519
- <line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
520
- <line num="71" count="0" type="stmt"/>
521
- <line num="72" count="0" type="cond" truecount="0" falsecount="2"/>
522
- <line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
523
- <line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
524
- <line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
525
- <line num="78" count="0" type="stmt"/>
526
- <line num="79" count="0" type="stmt"/>
527
- <line num="80" count="0" type="stmt"/>
528
- <line num="81" count="0" type="stmt"/>
529
- <line num="82" count="0" type="stmt"/>
530
- <line num="86" count="36" type="stmt"/>
531
- <line num="87" count="0" type="cond" truecount="0" falsecount="4"/>
532
- <line num="88" count="0" type="stmt"/>
533
- <line num="89" count="0" type="stmt"/>
534
- <line num="96" count="36" type="stmt"/>
535
- <line num="97" count="0" type="stmt"/>
536
- <line num="98" count="0" type="stmt"/>
537
- <line num="100" count="0" type="cond" truecount="0" falsecount="4"/>
538
- <line num="103" count="36" type="stmt"/>
539
- <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
540
- <line num="107" count="36" type="stmt"/>
541
- <line num="108" count="36" type="stmt"/>
542
- <line num="117" count="36" type="stmt"/>
543
- <line num="118" count="36" type="stmt"/>
544
- <line num="119" count="36" type="cond" truecount="2" falsecount="0"/>
545
- <line num="121" count="36" type="stmt"/>
546
- <line num="122" count="36" type="stmt"/>
547
- <line num="123" count="36" type="cond" truecount="2" falsecount="0"/>
548
- <line num="124" count="36" type="cond" truecount="2" falsecount="0"/>
549
- <line num="128" count="36" type="stmt"/>
550
- <line num="129" count="36" type="stmt"/>
551
- <line num="130" count="36" type="stmt"/>
552
- <line num="131" count="36" type="cond" truecount="2" falsecount="0"/>
553
- <line num="132" count="36" type="cond" truecount="1" falsecount="1"/>
554
- <line num="134" count="36" type="stmt"/>
555
- <line num="135" count="36" type="cond" truecount="2" falsecount="0"/>
556
- <line num="136" count="36" type="stmt"/>
557
- <line num="137" count="36" type="stmt"/>
558
- <line num="138" count="36" type="stmt"/>
559
- <line num="142" count="36" type="stmt"/>
560
- </file>
561
- <file name="style.js" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/base/style.js">
562
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
563
- <line num="1" count="36" type="stmt"/>
564
- </file>
565
- </package>
566
- <package name="src.lib.dialog.form">
567
- <metrics statements="13" coveredstatements="12" conditionals="21" coveredconditionals="14" methods="3" coveredmethods="3"/>
568
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dialog/form/index.tsx">
569
- <metrics statements="13" coveredstatements="12" conditionals="21" coveredconditionals="14" methods="3" coveredmethods="3"/>
570
- <line num="12" count="3" type="stmt"/>
571
- <line num="14" count="3" type="stmt"/>
572
- <line num="22" count="5" type="stmt"/>
573
- <line num="23" count="5" type="stmt"/>
574
- <line num="24" count="5" type="stmt"/>
575
- <line num="25" count="5" type="cond" truecount="2" falsecount="0"/>
576
- <line num="27" count="5" type="stmt"/>
577
- <line num="28" count="5" type="cond" truecount="2" falsecount="0"/>
578
- <line num="29" count="1" type="stmt"/>
579
- <line num="36" count="5" type="stmt"/>
580
- <line num="56" count="8" type="cond" truecount="3" falsecount="4"/>
581
- <line num="58" count="0" type="stmt"/>
582
- <line num="62" count="8" type="stmt"/>
583
- </file>
584
- </package>
585
- <package name="src.lib.drawer">
586
- <metrics statements="71" coveredstatements="66" conditionals="67" coveredconditionals="53" methods="18" coveredmethods="18"/>
587
- <file name="Content.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/drawer/Content.tsx">
588
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
589
- <line num="6" count="3" type="stmt"/>
590
- <line num="7" count="27" type="stmt"/>
591
- <line num="9" count="27" type="stmt"/>
592
- </file>
593
- <file name="Drawer.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/drawer/Drawer.tsx">
594
- <metrics statements="50" coveredstatements="45" conditionals="46" coveredconditionals="33" methods="10" coveredmethods="10"/>
595
- <line num="10" count="3" type="stmt"/>
596
- <line num="15" count="27" type="stmt"/>
597
- <line num="16" count="27" type="stmt"/>
598
- <line num="17" count="27" type="stmt"/>
599
- <line num="18" count="27" type="stmt"/>
600
- <line num="19" count="27" type="stmt"/>
601
- <line num="20" count="27" type="stmt"/>
602
- <line num="22" count="27" type="cond" truecount="1" falsecount="1"/>
603
- <line num="24" count="27" type="stmt"/>
604
- <line num="25" count="27" type="cond" truecount="1" falsecount="1"/>
605
- <line num="26" count="0" type="stmt"/>
606
- <line num="33" count="27" type="stmt"/>
607
- <line num="34" count="27" type="stmt"/>
608
- <line num="35" count="27" type="stmt"/>
609
- <line num="36" count="27" type="stmt"/>
610
- <line num="37" count="27" type="stmt"/>
611
- <line num="38" count="27" type="stmt"/>
612
- <line num="39" count="27" type="stmt"/>
613
- <line num="42" count="27" type="stmt"/>
614
- <line num="43" count="23" type="stmt"/>
615
- <line num="44" count="23" type="stmt"/>
616
- <line num="45" count="23" type="stmt"/>
617
- <line num="46" count="23" type="stmt"/>
618
- <line num="49" count="27" type="stmt"/>
619
- <line num="50" count="1" type="cond" truecount="3" falsecount="2"/>
620
- <line num="51" count="1" type="stmt"/>
621
- <line num="55" count="27" type="stmt"/>
622
- <line num="57" count="27" type="stmt"/>
623
- <line num="58" count="27" type="cond" truecount="1" falsecount="1"/>
624
- <line num="59" count="27" type="stmt"/>
625
- <line num="61" count="0" type="stmt"/>
626
- <line num="63" count="27" type="cond" truecount="1" falsecount="1"/>
627
- <line num="64" count="27" type="cond" truecount="5" falsecount="0"/>
628
- <line num="65" count="27" type="stmt"/>
629
- <line num="66" count="27" type="stmt"/>
630
- <line num="67" count="27" type="cond" truecount="2" falsecount="0"/>
631
- <line num="68" count="27" type="cond" truecount="1" falsecount="1"/>
632
- <line num="69" count="0" type="stmt"/>
633
- <line num="70" count="0" type="cond" truecount="0" falsecount="4"/>
634
- <line num="71" count="0" type="stmt"/>
635
- <line num="73" count="27" type="cond" truecount="1" falsecount="1"/>
636
- <line num="74" count="27" type="cond" truecount="5" falsecount="0"/>
637
- <line num="78" count="27" type="stmt"/>
638
- <line num="79" count="27" type="cond" truecount="2" falsecount="0"/>
639
- <line num="80" count="1" type="stmt"/>
640
- <line num="82" count="27" type="stmt"/>
641
- <line num="85" count="27" type="stmt"/>
642
- <line num="91" count="27" type="stmt"/>
643
- <line num="92" count="27" type="stmt"/>
644
- <line num="106" count="27" type="stmt"/>
645
- </file>
646
- <file name="Header.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/drawer/Header.tsx">
647
- <metrics statements="17" coveredstatements="17" conditionals="19" coveredconditionals="18" methods="7" coveredmethods="7"/>
648
- <line num="7" count="3" type="stmt"/>
649
- <line num="8" count="27" type="stmt"/>
650
- <line num="19" count="3" type="stmt"/>
651
- <line num="20" count="26" type="cond" truecount="4" falsecount="0"/>
652
- <line num="21" count="20" type="stmt"/>
653
- <line num="27" count="6" type="stmt"/>
654
- <line num="30" count="3" type="stmt"/>
655
- <line num="34" count="27" type="stmt"/>
656
- <line num="36" count="27" type="stmt"/>
657
- <line num="37" count="27" type="cond" truecount="2" falsecount="0"/>
658
- <line num="38" count="26" type="stmt"/>
659
- <line num="47" count="27" type="stmt"/>
660
- <line num="48" count="27" type="cond" truecount="2" falsecount="0"/>
661
- <line num="49" count="26" type="cond" truecount="2" falsecount="0"/>
662
- <line num="52" count="27" type="cond" truecount="1" falsecount="1"/>
663
- <line num="54" count="27" type="stmt"/>
664
- <line num="63" count="1" type="cond" truecount="2" falsecount="0"/>
665
- </file>
666
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/drawer/helpers.ts">
667
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
668
- <line num="4" count="3" type="stmt"/>
669
- </file>
670
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/drawer/index.tsx">
671
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
672
- </file>
673
- </package>
674
- <package name="src.lib.dropdown">
675
- <metrics statements="60" coveredstatements="59" conditionals="54" coveredconditionals="47" methods="16" coveredmethods="14"/>
676
- <file name="Popup.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dropdown/Popup.tsx">
677
- <metrics statements="22" coveredstatements="22" conditionals="19" coveredconditionals="13" methods="4" coveredmethods="4"/>
678
- <line num="6" count="24" type="stmt"/>
679
- <line num="9" count="81" type="cond" truecount="2" falsecount="0"/>
680
- <line num="10" count="81" type="cond" truecount="2" falsecount="0"/>
681
- <line num="11" count="80" type="stmt"/>
682
- <line num="12" count="1" type="cond" truecount="1" falsecount="1"/>
683
- <line num="13" count="1" type="stmt"/>
684
- <line num="15" count="81" type="stmt"/>
685
- <line num="18" count="24" type="stmt"/>
686
- <line num="20" count="24" type="stmt"/>
687
- <line num="30" count="81" type="stmt"/>
688
- <line num="31" count="81" type="stmt"/>
689
- <line num="32" count="81" type="stmt"/>
690
- <line num="33" count="81" type="stmt"/>
691
- <line num="37" count="81" type="cond" truecount="3" falsecount="1"/>
692
- <line num="38" count="81" type="stmt"/>
693
- <line num="39" count="81" type="stmt"/>
694
- <line num="40" count="81" type="cond" truecount="1" falsecount="1"/>
695
- <line num="43" count="81" type="stmt"/>
696
- <line num="44" count="40" type="stmt"/>
697
- <line num="45" count="40" type="stmt"/>
698
- <line num="46" count="40" type="stmt"/>
699
- <line num="50" count="81" type="stmt"/>
700
- </file>
701
- <file name="withDropdown.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/dropdown/withDropdown.tsx">
702
- <metrics statements="38" coveredstatements="37" conditionals="35" coveredconditionals="34" methods="12" coveredmethods="10"/>
703
- <line num="6" count="24" type="stmt"/>
704
- <line num="8" count="28" type="cond" truecount="2" falsecount="1"/>
705
- <line num="10" count="24" type="stmt"/>
706
- <line num="13" count="28" type="stmt"/>
707
- <line num="17" count="2317" type="stmt"/>
708
- <line num="19" count="2317" type="stmt"/>
709
- <line num="20" count="2317" type="stmt"/>
710
- <line num="21" count="2317" type="stmt"/>
711
- <line num="22" count="2317" type="stmt"/>
712
- <line num="24" count="2317" type="cond" truecount="2" falsecount="0"/>
713
- <line num="25" count="1" type="stmt"/>
714
- <line num="26" count="1" type="stmt"/>
715
- <line num="29" count="2317" type="stmt"/>
716
- <line num="30" count="27" type="stmt"/>
717
- <line num="31" count="27" type="cond" truecount="6" falsecount="0"/>
718
- <line num="34" count="1" type="stmt"/>
719
- <line num="38" count="2317" type="stmt"/>
720
- <line num="39" count="0" type="stmt"/>
721
- <line num="42" count="2317" type="stmt"/>
722
- <line num="43" count="50" type="cond" truecount="4" falsecount="0"/>
723
- <line num="44" count="21" type="stmt"/>
724
- <line num="45" count="21" type="stmt"/>
725
- <line num="46" count="21" type="stmt"/>
726
- <line num="59" count="42" type="cond" truecount="2" falsecount="0"/>
727
- <line num="66" count="2317" type="stmt"/>
728
- <line num="67" count="1832" type="cond" truecount="4" falsecount="0"/>
729
- <line num="68" count="64" type="stmt"/>
730
- <line num="71" count="1832" type="stmt"/>
731
- <line num="72" count="1832" type="cond" truecount="4" falsecount="0"/>
732
- <line num="73" count="64" type="stmt"/>
733
- <line num="78" count="2317" type="stmt"/>
734
- <line num="82" count="2317" type="stmt"/>
735
- <line num="83" count="50" type="stmt"/>
736
- <line num="84" count="20" type="cond" truecount="2" falsecount="0"/>
737
- <line num="88" count="2317" type="cond" truecount="2" falsecount="0"/>
738
- <line num="89" count="110" type="stmt"/>
739
- <line num="96" count="28" type="stmt"/>
740
- <line num="97" count="28" type="stmt"/>
741
- </file>
742
- </package>
743
- <package name="src.lib.fieldset">
744
- <metrics statements="19" coveredstatements="19" conditionals="20" coveredconditionals="20" methods="4" coveredmethods="4"/>
745
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/fieldset/index.tsx">
746
- <metrics statements="19" coveredstatements="19" conditionals="20" coveredconditionals="20" methods="4" coveredmethods="4"/>
747
- <line num="9" count="2" type="stmt"/>
748
- <line num="13" count="46" type="stmt"/>
749
- <line num="14" count="46" type="stmt"/>
750
- <line num="16" count="46" type="stmt"/>
751
- <line num="18" count="46" type="stmt"/>
752
- <line num="19" count="45" type="stmt"/>
753
- <line num="20" count="45" type="cond" truecount="2" falsecount="0"/>
754
- <line num="21" count="45" type="cond" truecount="2" falsecount="0"/>
755
- <line num="22" count="45" type="stmt"/>
756
- <line num="25" count="46" type="cond" truecount="2" falsecount="0"/>
757
- <line num="26" count="44" type="cond" truecount="2" falsecount="0"/>
758
- <line num="27" count="1" type="stmt"/>
759
- <line num="28" count="43" type="cond" truecount="2" falsecount="0"/>
760
- <line num="29" count="2" type="stmt"/>
761
- <line num="31" count="41" type="stmt"/>
762
- <line num="34" count="46" type="stmt"/>
763
- <line num="35" count="45" type="stmt"/>
764
- <line num="58" count="46" type="cond" truecount="2" falsecount="0"/>
765
- <line num="59" count="45" type="stmt"/>
766
- </file>
767
- </package>
768
- <package name="src.lib.form">
769
- <metrics statements="217" coveredstatements="152" conditionals="192" coveredconditionals="87" methods="60" coveredmethods="37"/>
770
- <file name="Field.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/form/Field.tsx">
771
- <metrics statements="28" coveredstatements="22" conditionals="40" coveredconditionals="23" methods="7" coveredmethods="5"/>
772
- <line num="7" count="1" type="stmt"/>
773
- <line num="16" count="50" type="cond" truecount="2" falsecount="3"/>
774
- <line num="17" count="50" type="stmt"/>
775
- <line num="18" count="50" type="stmt"/>
776
- <line num="20" count="0" type="cond" truecount="0" falsecount="5"/>
777
- <line num="21" count="0" type="stmt"/>
778
- <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
779
- <line num="26" count="3" type="cond" truecount="4" falsecount="1"/>
780
- <line num="27" count="3" type="stmt"/>
781
- <line num="29" count="3" type="cond" truecount="1" falsecount="1"/>
782
- <line num="30" count="3" type="cond" truecount="2" falsecount="0"/>
783
- <line num="35" count="1" type="stmt"/>
784
- <line num="39" count="50" type="stmt"/>
785
- <line num="40" count="50" type="cond" truecount="3" falsecount="1"/>
786
- <line num="41" count="0" type="stmt"/>
787
- <line num="42" count="50" type="cond" truecount="4" falsecount="0"/>
788
- <line num="43" count="25" type="stmt"/>
789
- <line num="44" count="25" type="cond" truecount="3" falsecount="1"/>
790
- <line num="45" count="0" type="stmt"/>
791
- <line num="47" count="25" type="stmt"/>
792
- <line num="50" count="1" type="stmt"/>
793
- <line num="51" count="50" type="stmt"/>
794
- <line num="53" count="50" type="stmt"/>
795
- <line num="54" count="50" type="stmt"/>
796
- <line num="55" count="50" type="stmt"/>
797
- <line num="56" count="40" type="cond" truecount="2" falsecount="2"/>
798
- <line num="57" count="0" type="stmt"/>
799
- <line num="61" count="50" type="stmt"/>
800
- </file>
801
- <file name="FieldArray.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/form/FieldArray.tsx">
802
- <metrics statements="14" coveredstatements="12" conditionals="16" coveredconditionals="9" methods="3" coveredmethods="2"/>
803
- <line num="9" count="1" type="stmt"/>
804
- <line num="12" count="25" type="stmt"/>
805
- <line num="13" count="25" type="stmt"/>
806
- <line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
807
- <line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
808
- <line num="22" count="1" type="stmt"/>
809
- <line num="25" count="25" type="stmt"/>
810
- <line num="26" count="25" type="stmt"/>
811
- <line num="28" count="25" type="cond" truecount="1" falsecount="1"/>
812
- <line num="29" count="25" type="cond" truecount="4" falsecount="0"/>
813
- <line num="30" count="24" type="stmt"/>
814
- <line num="41" count="1" type="stmt"/>
815
- <line num="50" count="25" type="cond" truecount="2" falsecount="0"/>
816
- <line num="51" count="24" type="stmt"/>
817
- </file>
818
- <file name="FieldNumber.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/form/FieldNumber.tsx">
819
- <metrics statements="12" coveredstatements="5" conditionals="14" coveredconditionals="0" methods="4" coveredmethods="2"/>
820
- <line num="8" count="1" type="stmt"/>
821
- <line num="15" count="25" type="stmt"/>
822
- <line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
823
- <line num="18" count="0" type="cond" truecount="0" falsecount="4"/>
824
- <line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
825
- <line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
826
- <line num="23" count="0" type="stmt"/>
827
- <line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
828
- <line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
829
- <line num="30" count="1" type="stmt"/>
830
- <line num="31" count="25" type="stmt"/>
831
- <line num="32" count="25" type="stmt"/>
832
- </file>
833
- <file name="FieldPeriod.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/form/FieldPeriod.tsx">
834
- <metrics statements="11" coveredstatements="1" conditionals="10" coveredconditionals="0" methods="2" coveredmethods="0"/>
835
- <line num="8" count="1" type="stmt"/>
836
- <line num="19" count="0" type="stmt"/>
837
- <line num="21" count="0" type="stmt"/>
838
- <line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
839
- <line num="29" count="0" type="stmt"/>
840
- <line num="34" count="0" type="cond" truecount="0" falsecount="4"/>
841
- <line num="35" count="0" type="stmt"/>
842
- <line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
843
- <line num="38" count="0" type="stmt"/>
844
- <line num="44" count="0" type="stmt"/>
845
- <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
846
- </file>
847
- <file name="helpers.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/form/helpers.tsx">
848
- <metrics statements="23" coveredstatements="18" conditionals="26" coveredconditionals="14" methods="3" coveredmethods="3"/>
849
- <line num="5" count="1" type="stmt"/>
850
- <line num="7" count="1" type="stmt"/>
851
- <line num="9" count="1" type="stmt"/>
852
- <line num="11" count="1" type="stmt"/>
853
- <line num="12" count="3" type="stmt"/>
854
- <line num="13" count="3" type="stmt"/>
855
- <line num="16" count="1" type="stmt"/>
856
- <line num="22" count="100" type="cond" truecount="2" falsecount="0"/>
857
- <line num="23" count="100" type="cond" truecount="3" falsecount="1"/>
858
- <line num="24" count="0" type="stmt"/>
859
- <line num="26" count="100" type="cond" truecount="2" falsecount="2"/>
860
- <line num="27" count="0" type="stmt"/>
861
- <line num="29" count="100" type="stmt"/>
862
- <line num="32" count="1" type="stmt"/>
863
- <line num="36" count="210" type="stmt"/>
864
- <line num="38" count="210" type="cond" truecount="3" falsecount="1"/>
865
- <line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
866
- <line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
867
- <line num="43" count="210" type="cond" truecount="1" falsecount="1"/>
868
- <line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
869
- <line num="46" count="210" type="cond" truecount="2" falsecount="0"/>
870
- <line num="47" count="50" type="cond" truecount="1" falsecount="1"/>
871
- <line num="50" count="210" type="stmt"/>
872
- </file>
873
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/form/index.tsx">
874
- <metrics statements="88" coveredstatements="59" conditionals="70" coveredconditionals="33" methods="25" coveredmethods="14"/>
875
- <line num="13" count="1" type="stmt"/>
876
- <line num="18" count="25" type="stmt"/>
877
- <line num="19" count="25" type="stmt"/>
878
- <line num="20" count="25" type="stmt"/>
879
- <line num="21" count="25" type="stmt"/>
880
- <line num="22" count="25" type="stmt"/>
881
- <line num="23" count="25" type="stmt"/>
882
- <line num="25" count="25" type="stmt"/>
883
- <line num="26" count="11" type="cond" truecount="1" falsecount="1"/>
884
- <line num="27" count="11" type="stmt"/>
885
- <line num="28" count="11" type="stmt"/>
886
- <line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
887
- <line num="30" count="0" type="stmt"/>
888
- <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
889
- <line num="34" count="11" type="stmt"/>
890
- <line num="37" count="25" type="cond" truecount="1" falsecount="0"/>
891
- <line num="38" count="2" type="cond" truecount="1" falsecount="1"/>
892
- <line num="39" count="2" type="stmt"/>
893
- <line num="40" count="2" type="stmt"/>
894
- <line num="41" count="8" type="stmt"/>
895
- <line num="42" count="8" type="stmt"/>
896
- <line num="43" count="8" type="cond" truecount="1" falsecount="1"/>
897
- <line num="44" count="0" type="stmt"/>
898
- <line num="47" count="2" type="cond" truecount="1" falsecount="1"/>
899
- <line num="48" count="2" type="stmt"/>
900
- <line num="51" count="25" type="stmt"/>
901
- <line num="52" count="3" type="stmt"/>
902
- <line num="53" count="3" type="stmt"/>
903
- <line num="56" count="25" type="stmt"/>
904
- <line num="61" count="3" type="cond" truecount="1" falsecount="1"/>
905
- <line num="62" count="3" type="stmt"/>
906
- <line num="63" count="3" type="stmt"/>
907
- <line num="64" count="3" type="cond" truecount="1" falsecount="1"/>
908
- <line num="65" count="3" type="stmt"/>
909
- <line num="67" count="0" type="stmt"/>
910
- <line num="69" count="3" type="stmt"/>
911
- <line num="73" count="25" type="stmt"/>
912
- <line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
913
- <line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
914
- <line num="78" count="25" type="stmt"/>
915
- <line num="79" count="0" type="stmt"/>
916
- <line num="80" count="0" type="stmt"/>
917
- <line num="83" count="25" type="stmt"/>
918
- <line num="84" count="0" type="stmt"/>
919
- <line num="85" count="0" type="stmt"/>
920
- <line num="88" count="25" type="stmt"/>
921
- <line num="89" count="0" type="stmt"/>
922
- <line num="90" count="0" type="stmt"/>
923
- <line num="91" count="0" type="cond" truecount="0" falsecount="2"/>
924
- <line num="92" count="0" type="stmt"/>
925
- <line num="94" count="0" type="stmt"/>
926
- <line num="97" count="25" type="stmt"/>
927
- <line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
928
- <line num="99" count="0" type="stmt"/>
929
- <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
930
- <line num="104" count="25" type="stmt"/>
931
- <line num="105" count="25" type="stmt"/>
932
- <line num="107" count="25" type="cond" truecount="2" falsecount="0"/>
933
- <line num="108" count="24" type="stmt"/>
934
- <line num="109" count="1" type="stmt"/>
935
- <line num="110" count="0" type="stmt"/>
936
- <line num="113" count="25" type="stmt"/>
937
- <line num="116" count="25" type="stmt"/>
938
- <line num="117" count="23" type="cond" truecount="1" falsecount="1"/>
939
- <line num="118" count="0" type="stmt"/>
940
- <line num="119" count="0" type="cond" truecount="0" falsecount="4"/>
941
- <line num="120" count="0" type="stmt"/>
942
- <line num="122" count="0" type="stmt"/>
943
- <line num="127" count="23" type="cond" truecount="2" falsecount="0"/>
944
- <line num="128" count="23" type="cond" truecount="1" falsecount="1"/>
945
- <line num="130" count="23" type="cond" truecount="2" falsecount="0"/>
946
- <line num="131" count="22" type="stmt"/>
947
- <line num="132" count="22" type="cond" truecount="2" falsecount="0"/>
948
- <line num="133" count="22" type="cond" truecount="2" falsecount="0"/>
949
- <line num="137" count="25" type="stmt"/>
950
- <line num="138" count="25" type="cond" truecount="1" falsecount="1"/>
951
- <line num="139" count="0" type="cond" truecount="0" falsecount="2"/>
952
- <line num="140" count="0" type="stmt"/>
953
- <line num="142" count="25" type="stmt"/>
954
- <line num="145" count="25" type="stmt"/>
955
- <line num="146" count="20" type="cond" truecount="2" falsecount="0"/>
956
- <line num="147" count="19" type="cond" truecount="3" falsecount="1"/>
957
- <line num="148" count="0" type="cond" truecount="0" falsecount="2"/>
958
- <line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
959
- <line num="150" count="0" type="stmt"/>
960
- <line num="155" count="25" type="stmt"/>
961
- <line num="160" count="160" type="stmt"/>
962
- <line num="168" count="25" type="stmt"/>
963
- </file>
964
- <file name="withFieldHOC.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/form/withFieldHOC.tsx">
965
- <metrics statements="19" coveredstatements="18" conditionals="8" coveredconditionals="5" methods="9" coveredmethods="8"/>
966
- <line num="5" count="1" type="stmt"/>
967
- <line num="8" count="4" type="stmt"/>
968
- <line num="9" count="100" type="stmt"/>
969
- <line num="11" count="100" type="stmt"/>
970
- <line num="13" count="100" type="stmt"/>
971
- <line num="14" count="160" type="stmt"/>
972
- <line num="15" count="160" type="cond" truecount="3" falsecount="1"/>
973
- <line num="18" count="100" type="stmt"/>
974
- <line num="19" count="80" type="stmt"/>
975
- <line num="21" count="80" type="stmt"/>
976
- <line num="22" count="80" type="cond" truecount="2" falsecount="2"/>
977
- <line num="26" count="100" type="stmt"/>
978
- <line num="27" count="80" type="stmt"/>
979
- <line num="30" count="100" type="stmt"/>
980
- <line num="32" count="0" type="stmt"/>
981
- <line num="36" count="100" type="stmt"/>
982
- <line num="44" count="80" type="stmt"/>
983
- <line num="56" count="100" type="stmt"/>
984
- <line num="71" count="4" type="stmt"/>
985
- </file>
986
- <file name="withFormSecurity.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/form/withFormSecurity.tsx">
987
- <metrics statements="22" coveredstatements="17" conditionals="8" coveredconditionals="3" methods="7" coveredmethods="3"/>
988
- <line num="4" count="6" type="stmt"/>
989
- <line num="6" count="6" type="stmt"/>
990
- <line num="9" count="6" type="stmt"/>
991
- <line num="10" count="32" type="stmt"/>
992
- <line num="11" count="32" type="stmt"/>
993
- <line num="12" count="32" type="stmt"/>
994
- <line num="13" count="32" type="stmt"/>
995
- <line num="15" count="32" type="stmt"/>
996
- <line num="16" count="2" type="cond" truecount="2" falsecount="2"/>
997
- <line num="17" count="0" type="stmt"/>
998
- <line num="18" count="2" type="cond" truecount="1" falsecount="1"/>
999
- <line num="21" count="32" type="stmt"/>
1000
- <line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
1001
- <line num="25" count="32" type="stmt"/>
1002
- <line num="26" count="0" type="stmt"/>
1003
- <line num="29" count="32" type="stmt"/>
1004
- <line num="30" count="0" type="stmt"/>
1005
- <line num="33" count="32" type="stmt"/>
1006
- <line num="34" count="0" type="stmt"/>
1007
- <line num="37" count="32" type="stmt"/>
1008
- <line num="46" count="32" type="stmt"/>
1009
- <line num="55" count="6" type="stmt"/>
1010
- </file>
1011
- </package>
1012
- <package name="src.lib.gridlayout">
1013
- <metrics statements="19" coveredstatements="19" conditionals="24" coveredconditionals="24" methods="4" coveredmethods="4"/>
1014
- <file name="GridCol.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/gridlayout/GridCol.tsx">
1015
- <metrics statements="13" coveredstatements="13" conditionals="15" coveredconditionals="15" methods="2" coveredmethods="2"/>
1016
- <line num="5" count="24" type="stmt"/>
1017
- <line num="6" count="57" type="cond" truecount="2" falsecount="0"/>
1018
- <line num="7" count="57" type="stmt"/>
1019
- <line num="8" count="57" type="cond" truecount="2" falsecount="0"/>
1020
- <line num="9" count="57" type="cond" truecount="2" falsecount="0"/>
1021
- <line num="10" count="57" type="cond" truecount="2" falsecount="0"/>
1022
- <line num="11" count="57" type="cond" truecount="2" falsecount="0"/>
1023
- <line num="12" count="57" type="stmt"/>
1024
- <line num="15" count="24" type="stmt"/>
1025
- <line num="18" count="57" type="stmt"/>
1026
- <line num="19" count="57" type="cond" truecount="2" falsecount="0"/>
1027
- <line num="20" count="57" type="cond" truecount="2" falsecount="0"/>
1028
- <line num="21" count="56" type="stmt"/>
1029
- </file>
1030
- <file name="GridRow.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/gridlayout/GridRow.tsx">
1031
- <metrics statements="6" coveredstatements="6" conditionals="9" coveredconditionals="9" methods="2" coveredmethods="2"/>
1032
- <line num="5" count="24" type="stmt"/>
1033
- <line num="6" count="46" type="stmt"/>
1034
- <line num="12" count="24" type="stmt"/>
1035
- <line num="17" count="47" type="stmt"/>
1036
- <line num="18" count="47" type="cond" truecount="2" falsecount="0"/>
1037
- <line num="19" count="46" type="stmt"/>
1038
- </file>
1039
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/gridlayout/index.tsx">
1040
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1041
- </file>
1042
- </package>
1043
- <package name="src.lib.hint">
1044
- <metrics statements="3" coveredstatements="3" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
1045
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/hint/index.tsx">
1046
- <metrics statements="3" coveredstatements="3" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
1047
- <line num="5" count="21" type="stmt"/>
1048
- <line num="12" count="628" type="cond" truecount="4" falsecount="0"/>
1049
- <line num="13" count="158" type="stmt"/>
1050
- </file>
1051
- </package>
1052
- <package name="src.lib.icons">
1053
- <metrics statements="9" coveredstatements="9" conditionals="23" coveredconditionals="21" methods="4" coveredmethods="4"/>
1054
- <file name="helper.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/icons/helper.ts">
1055
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1056
- </file>
1057
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/icons/index.tsx">
1058
- <metrics statements="9" coveredstatements="9" conditionals="23" coveredconditionals="21" methods="4" coveredmethods="4"/>
1059
- <line num="7" count="30" type="stmt"/>
1060
- <line num="9" count="30" type="stmt"/>
1061
- <line num="11" count="30" type="stmt"/>
1062
- <line num="23" count="1285" type="cond" truecount="2" falsecount="0"/>
1063
- <line num="25" count="1285" type="cond" truecount="3" falsecount="1"/>
1064
- <line num="26" count="1285" type="cond" truecount="2" falsecount="0"/>
1065
- <line num="27" count="1284" type="stmt"/>
1066
- <line num="31" count="2" type="cond" truecount="3" falsecount="1"/>
1067
- <line num="40" count="1736" type="stmt"/>
1068
- </file>
1069
- </package>
1070
- <package name="src.lib.inputs">
1071
- <metrics statements="15" coveredstatements="15" conditionals="6" coveredconditionals="6" methods="4" coveredmethods="4"/>
1072
- <file name="inputHOC.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/inputHOC.tsx">
1073
- <metrics statements="15" coveredstatements="15" conditionals="6" coveredconditionals="6" methods="4" coveredmethods="4"/>
1074
- <line num="5" count="14" type="stmt"/>
1075
- <line num="8" count="14" type="stmt"/>
1076
- <line num="12" count="585" type="stmt"/>
1077
- <line num="13" count="585" type="stmt"/>
1078
- <line num="14" count="585" type="stmt"/>
1079
- <line num="16" count="585" type="stmt"/>
1080
- <line num="17" count="34" type="stmt"/>
1081
- <line num="20" count="585" type="stmt"/>
1082
- <line num="21" count="6" type="stmt"/>
1083
- <line num="24" count="585" type="stmt"/>
1084
- <line num="31" count="585" type="stmt"/>
1085
- <line num="32" count="585" type="cond" truecount="4" falsecount="0"/>
1086
- <line num="33" count="23" type="stmt"/>
1087
- <line num="36" count="585" type="stmt"/>
1088
- <line num="38" count="14" type="stmt"/>
1089
- </file>
1090
- </package>
1091
- <package name="src.lib.inputs.base">
1092
- <metrics statements="49" coveredstatements="49" conditionals="99" coveredconditionals="91" methods="20" coveredmethods="20"/>
1093
- <file name="InputTextBase.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/base/InputTextBase.tsx">
1094
- <metrics statements="33" coveredstatements="33" conditionals="72" coveredconditionals="65" methods="15" coveredmethods="15"/>
1095
- <line num="12" count="14" type="stmt"/>
1096
- <line num="56" count="584" type="stmt"/>
1097
- <line num="59" count="584" type="stmt"/>
1098
- <line num="66" count="584" type="cond" truecount="2" falsecount="0"/>
1099
- <line num="67" count="584" type="stmt"/>
1100
- <line num="69" count="584" type="stmt"/>
1101
- <line num="70" count="339" type="cond" truecount="2" falsecount="0"/>
1102
- <line num="73" count="584" type="cond" truecount="2" falsecount="0"/>
1103
- <line num="75" count="1707" type="cond" truecount="2" falsecount="0"/>
1104
- <line num="77" count="1148" type="cond" truecount="2" falsecount="0"/>
1105
- <line num="79" count="584" type="stmt"/>
1106
- <line num="80" count="574" type="cond" truecount="3" falsecount="0"/>
1107
- <line num="81" count="574" type="stmt"/>
1108
- <line num="95" count="1148" type="cond" truecount="2" falsecount="0"/>
1109
- <line num="96" count="404" type="cond" truecount="2" falsecount="0"/>
1110
- <line num="97" count="56" type="stmt"/>
1111
- <line num="99" count="348" type="stmt"/>
1112
- <line num="102" count="1148" type="cond" truecount="1" falsecount="1"/>
1113
- <line num="105" count="574" type="cond" truecount="2" falsecount="0"/>
1114
- <line num="106" count="522" type="stmt"/>
1115
- <line num="109" count="34" type="stmt"/>
1116
- <line num="110" count="34" type="cond" truecount="2" falsecount="0"/>
1117
- <line num="113" count="6" type="stmt"/>
1118
- <line num="114" count="6" type="cond" truecount="1" falsecount="1"/>
1119
- <line num="117" count="9" type="cond" truecount="1" falsecount="1"/>
1120
- <line num="120" count="5" type="cond" truecount="2" falsecount="0"/>
1121
- <line num="123" count="37" type="cond" truecount="2" falsecount="0"/>
1122
- <line num="126" count="1" type="cond" truecount="1" falsecount="1"/>
1123
- <line num="129" count="1" type="cond" truecount="1" falsecount="1"/>
1124
- <line num="132" count="1" type="cond" truecount="1" falsecount="1"/>
1125
- <line num="136" count="574" type="stmt"/>
1126
- <line num="139" count="584" type="cond" truecount="4" falsecount="0"/>
1127
- <line num="141" count="574" type="stmt"/>
1128
- </file>
1129
- <file name="helpers.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/base/helpers.tsx">
1130
- <metrics statements="16" coveredstatements="16" conditionals="27" coveredconditionals="26" methods="5" coveredmethods="5"/>
1131
- <line num="6" count="14" type="stmt"/>
1132
- <line num="8" count="574" type="cond" truecount="2" falsecount="0"/>
1133
- <line num="10" count="14" type="stmt"/>
1134
- <line num="17" count="574" type="stmt"/>
1135
- <line num="18" count="574" type="cond" truecount="2" falsecount="0"/>
1136
- <line num="25" count="14" type="stmt"/>
1137
- <line num="26" count="195" type="cond" truecount="4" falsecount="0"/>
1138
- <line num="27" count="170" type="stmt"/>
1139
- <line num="34" count="14" type="stmt"/>
1140
- <line num="39" count="574" type="cond" truecount="2" falsecount="0"/>
1141
- <line num="40" count="574" type="cond" truecount="1" falsecount="1"/>
1142
- <line num="41" count="574" type="cond" truecount="2" falsecount="0"/>
1143
- <line num="42" count="334" type="stmt"/>
1144
- <line num="44" count="574" type="cond" truecount="2" falsecount="0"/>
1145
- <line num="45" count="574" type="cond" truecount="4" falsecount="0"/>
1146
- <line num="47" count="170" type="stmt"/>
1147
- </file>
1148
- </package>
1149
- <package name="src.lib.inputs.color">
1150
- <metrics statements="24" coveredstatements="13" conditionals="16" coveredconditionals="4" methods="9" coveredmethods="4"/>
1151
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/color/index.tsx">
1152
- <metrics statements="24" coveredstatements="13" conditionals="16" coveredconditionals="4" methods="9" coveredmethods="4"/>
1153
- <line num="9" count="1" type="stmt"/>
1154
- <line num="16" count="9" type="stmt"/>
1155
- <line num="17" count="9" type="stmt"/>
1156
- <line num="18" count="9" type="stmt"/>
1157
- <line num="20" count="9" type="stmt"/>
1158
- <line num="22" count="9" type="stmt"/>
1159
- <line num="23" count="0" type="stmt"/>
1160
- <line num="24" count="0" type="stmt"/>
1161
- <line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
1162
- <line num="29" count="0" type="stmt"/>
1163
- <line num="33" count="9" type="stmt"/>
1164
- <line num="34" count="0" type="stmt"/>
1165
- <line num="35" count="0" type="stmt"/>
1166
- <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
1167
- <line num="37" count="0" type="stmt"/>
1168
- <line num="38" count="0" type="stmt"/>
1169
- <line num="42" count="9" type="stmt"/>
1170
- <line num="43" count="1" type="cond" truecount="1" falsecount="1"/>
1171
- <line num="46" count="9" type="stmt"/>
1172
- <line num="47" count="9" type="stmt"/>
1173
- <line num="50" count="9" type="stmt"/>
1174
- <line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
1175
- <line num="68" count="1" type="cond" truecount="1" falsecount="1"/>
1176
- <line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
1177
- </file>
1178
- </package>
1179
- <package name="src.lib.inputs.date">
1180
- <metrics statements="130" coveredstatements="111" conditionals="115" coveredconditionals="85" methods="37" coveredmethods="33"/>
1181
- <file name="Dialog.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/date/Dialog.tsx">
1182
- <metrics statements="3" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
1183
- <line num="5" count="1" type="stmt"/>
1184
- <line num="6" count="2" type="stmt"/>
1185
- <line num="9" count="0" type="stmt"/>
1186
- </file>
1187
- <file name="Dropdown.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/date/Dropdown.tsx">
1188
- <metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1189
- <line num="6" count="1" type="stmt"/>
1190
- <line num="7" count="1" type="stmt"/>
1191
- <line num="8" count="13" type="stmt"/>
1192
- <line num="9" count="13" type="stmt"/>
1193
- <line num="10" count="13" type="stmt"/>
1194
- <line num="11" count="11" type="stmt"/>
1195
- <line num="12" count="11" type="stmt"/>
1196
- <line num="14" count="11" type="stmt"/>
1197
- <line num="15" count="11" type="stmt"/>
1198
- <line num="17" count="11" type="stmt"/>
1199
- <line num="18" count="11" type="stmt"/>
1200
- <line num="22" count="13" type="stmt"/>
1201
- <line num="23" count="13" type="stmt"/>
1202
- <line num="27" count="13" type="stmt"/>
1203
- </file>
1204
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/date/helpers.ts">
1205
- <metrics statements="9" coveredstatements="9" conditionals="4" coveredconditionals="3" methods="2" coveredmethods="2"/>
1206
- <line num="4" count="1" type="stmt"/>
1207
- <line num="5" count="1" type="stmt"/>
1208
- <line num="7" count="1" type="stmt"/>
1209
- <line num="13" count="24" type="stmt"/>
1210
- <line num="19" count="1" type="stmt"/>
1211
- <line num="20" count="12" type="stmt"/>
1212
- <line num="21" count="12" type="cond" truecount="2" falsecount="0"/>
1213
- <line num="22" count="8" type="stmt"/>
1214
- <line num="24" count="12" type="cond" truecount="1" falsecount="1"/>
1215
- </file>
1216
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/date/index.tsx">
1217
- <metrics statements="104" coveredstatements="86" conditionals="111" coveredconditionals="82" methods="29" coveredmethods="26"/>
1218
- <line num="16" count="1" type="stmt"/>
1219
- <line num="17" count="1" type="stmt"/>
1220
- <line num="19" count="1" type="stmt"/>
1221
- <line num="30" count="133" type="stmt"/>
1222
- <line num="33" count="133" type="cond" truecount="2" falsecount="0"/>
1223
- <line num="34" count="133" type="stmt"/>
1224
- <line num="35" count="133" type="stmt"/>
1225
- <line num="36" count="133" type="stmt"/>
1226
- <line num="37" count="133" type="stmt"/>
1227
- <line num="38" count="133" type="stmt"/>
1228
- <line num="44" count="133" type="stmt"/>
1229
- <line num="45" count="133" type="stmt"/>
1230
- <line num="46" count="133" type="stmt"/>
1231
- <line num="48" count="133" type="stmt"/>
1232
- <line num="50" count="133" type="stmt"/>
1233
- <line num="51" count="48" type="stmt"/>
1234
- <line num="54" count="133" type="stmt"/>
1235
- <line num="55" count="3" type="stmt"/>
1236
- <line num="56" count="3" type="cond" truecount="5" falsecount="0"/>
1237
- <line num="58" count="1" type="stmt"/>
1238
- <line num="60" count="2" type="cond" truecount="5" falsecount="3"/>
1239
- <line num="64" count="0" type="stmt"/>
1240
- <line num="68" count="133" type="stmt"/>
1241
- <line num="69" count="15" type="stmt"/>
1242
- <line num="70" count="15" type="cond" truecount="1" falsecount="1"/>
1243
- <line num="71" count="15" type="stmt"/>
1244
- <line num="75" count="133" type="stmt"/>
1245
- <line num="76" count="0" type="stmt"/>
1246
- <line num="77" count="0" type="stmt"/>
1247
- <line num="78" count="0" type="cond" truecount="0" falsecount="4"/>
1248
- <line num="79" count="0" type="cond" truecount="0" falsecount="4"/>
1249
- <line num="81" count="0" type="stmt"/>
1250
- <line num="85" count="133" type="stmt"/>
1251
- <line num="86" count="15" type="cond" truecount="2" falsecount="0"/>
1252
- <line num="87" count="15" type="cond" truecount="2" falsecount="0"/>
1253
- <line num="90" count="133" type="stmt"/>
1254
- <line num="91" count="1" type="cond" truecount="1" falsecount="1"/>
1255
- <line num="92" count="1" type="cond" truecount="1" falsecount="1"/>
1256
- <line num="95" count="133" type="stmt"/>
1257
- <line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
1258
- <line num="97" count="0" type="stmt"/>
1259
- <line num="98" count="0" type="stmt"/>
1260
- <line num="102" count="133" type="stmt"/>
1261
- <line num="106" count="9" type="cond" truecount="4" falsecount="0"/>
1262
- <line num="107" count="3" type="cond" truecount="1" falsecount="1"/>
1263
- <line num="108" count="0" type="stmt"/>
1264
- <line num="109" count="0" type="stmt"/>
1265
- <line num="110" count="0" type="stmt"/>
1266
- <line num="111" count="3" type="cond" truecount="2" falsecount="0"/>
1267
- <line num="112" count="1" type="stmt"/>
1268
- <line num="113" count="1" type="stmt"/>
1269
- <line num="114" count="1" type="stmt"/>
1270
- <line num="115" count="1" type="stmt"/>
1271
- <line num="120" count="133" type="stmt"/>
1272
- <line num="121" count="8" type="cond" truecount="4" falsecount="0"/>
1273
- <line num="122" count="8" type="cond" truecount="2" falsecount="0"/>
1274
- <line num="123" count="8" type="cond" truecount="2" falsecount="0"/>
1275
- <line num="124" count="8" type="cond" truecount="2" falsecount="0"/>
1276
- <line num="125" count="8" type="stmt"/>
1277
- <line num="128" count="133" type="stmt"/>
1278
- <line num="129" count="129" type="cond" truecount="4" falsecount="0"/>
1279
- <line num="132" count="133" type="stmt"/>
1280
- <line num="133" count="133" type="cond" truecount="2" falsecount="0"/>
1281
- <line num="134" count="129" type="stmt"/>
1282
- <line num="139" count="1" type="stmt"/>
1283
- <line num="142" count="180" type="stmt"/>
1284
- <line num="147" count="133" type="stmt"/>
1285
- <line num="150" count="2" type="stmt"/>
1286
- <line num="154" count="133" type="stmt"/>
1287
- <line num="155" count="29" type="cond" truecount="3" falsecount="1"/>
1288
- <line num="156" count="29" type="cond" truecount="2" falsecount="0"/>
1289
- <line num="157" count="4" type="stmt"/>
1290
- <line num="160" count="0" type="stmt"/>
1291
- <line num="166" count="25" type="stmt"/>
1292
- <line num="174" count="11" type="stmt"/>
1293
- <line num="180" count="133" type="stmt"/>
1294
- <line num="181" count="92" type="stmt"/>
1295
- <line num="182" count="92" type="cond" truecount="3" falsecount="1"/>
1296
- <line num="183" count="0" type="stmt"/>
1297
- <line num="186" count="92" type="stmt"/>
1298
- <line num="190" count="133" type="cond" truecount="3" falsecount="1"/>
1299
- <line num="192" count="133" type="stmt"/>
1300
- <line num="193" count="48" type="stmt"/>
1301
- <line num="194" count="48" type="stmt"/>
1302
- <line num="195" count="48" type="stmt"/>
1303
- <line num="196" count="48" type="cond" truecount="1" falsecount="1"/>
1304
- <line num="198" count="48" type="stmt"/>
1305
- <line num="199" count="48" type="stmt"/>
1306
- <line num="200" count="48" type="stmt"/>
1307
- <line num="201" count="48" type="stmt"/>
1308
- <line num="208" count="133" type="stmt"/>
1309
- <line num="209" count="24" type="cond" truecount="4" falsecount="1"/>
1310
- <line num="211" count="0" type="stmt"/>
1311
- <line num="212" count="0" type="stmt"/>
1312
- <line num="213" count="24" type="cond" truecount="3" falsecount="1"/>
1313
- <line num="214" count="0" type="stmt"/>
1314
- <line num="215" count="0" type="stmt"/>
1315
- <line num="219" count="133" type="stmt"/>
1316
- <line num="227" count="6" type="cond" truecount="1" falsecount="1"/>
1317
- <line num="230" count="1" type="stmt"/>
1318
- <line num="232" count="15" type="stmt"/>
1319
- <line num="235" count="8" type="cond" truecount="1" falsecount="1"/>
1320
- <line num="237" count="186" type="stmt"/>
1321
- <line num="240" count="116" type="stmt"/>
1322
- </file>
1323
- </package>
1324
- <package name="src.lib.inputs.file">
1325
- <metrics statements="134" coveredstatements="107" conditionals="86" coveredconditionals="57" methods="48" coveredmethods="32"/>
1326
- <file name="DefaultFile.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/file/DefaultFile.tsx">
1327
- <metrics statements="20" coveredstatements="17" conditionals="10" coveredconditionals="8" methods="9" coveredmethods="7"/>
1328
- <line num="12" count="1" type="stmt"/>
1329
- <line num="16" count="13" type="stmt"/>
1330
- <line num="18" count="13" type="stmt"/>
1331
- <line num="19" count="3" type="cond" truecount="1" falsecount="1"/>
1332
- <line num="22" count="13" type="stmt"/>
1333
- <line num="23" count="13" type="cond" truecount="2" falsecount="0"/>
1334
- <line num="25" count="13" type="stmt"/>
1335
- <line num="26" count="13" type="cond" truecount="2" falsecount="0"/>
1336
- <line num="32" count="3" type="stmt"/>
1337
- <line num="43" count="13" type="stmt"/>
1338
- <line num="44" count="13" type="stmt"/>
1339
- <line num="50" count="0" type="stmt"/>
1340
- <line num="51" count="0" type="stmt"/>
1341
- <line num="56" count="13" type="stmt"/>
1342
- <line num="57" count="3" type="stmt"/>
1343
- <line num="58" count="3" type="stmt"/>
1344
- <line num="59" count="3" type="stmt"/>
1345
- <line num="60" count="3" type="stmt"/>
1346
- <line num="64" count="13" type="stmt"/>
1347
- <line num="78" count="0" type="stmt"/>
1348
- </file>
1349
- <file name="DragDropFile.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/file/DragDropFile.tsx">
1350
- <metrics statements="82" coveredstatements="76" conditionals="57" coveredconditionals="39" methods="28" coveredmethods="22"/>
1351
- <line num="9" count="1" type="stmt"/>
1352
- <line num="10" count="6" type="cond" truecount="1" falsecount="1"/>
1353
- <line num="13" count="1" type="stmt"/>
1354
- <line num="14" count="23" type="cond" truecount="1" falsecount="1"/>
1355
- <line num="16" count="2" type="stmt"/>
1356
- <line num="18" count="1" type="stmt"/>
1357
- <line num="33" count="9" type="stmt"/>
1358
- <line num="35" count="9" type="stmt"/>
1359
- <line num="36" count="9" type="stmt"/>
1360
- <line num="37" count="9" type="stmt"/>
1361
- <line num="38" count="9" type="stmt"/>
1362
- <line num="45" count="9" type="stmt"/>
1363
- <line num="46" count="5" type="stmt"/>
1364
- <line num="47" count="5" type="stmt"/>
1365
- <line num="50" count="9" type="stmt"/>
1366
- <line num="51" count="2" type="stmt"/>
1367
- <line num="53" count="2" type="stmt"/>
1368
- <line num="54" count="3" type="cond" truecount="4" falsecount="0"/>
1369
- <line num="55" count="1" type="stmt"/>
1370
- <line num="57" count="3" type="stmt"/>
1371
- <line num="60" count="2" type="cond" truecount="2" falsecount="3"/>
1372
- <line num="61" count="0" type="stmt"/>
1373
- <line num="67" count="2" type="cond" truecount="1" falsecount="1"/>
1374
- <line num="68" count="0" type="stmt"/>
1375
- <line num="75" count="2" type="stmt"/>
1376
- <line num="83" count="9" type="stmt"/>
1377
- <line num="84" count="2" type="stmt"/>
1378
- <line num="85" count="2" type="cond" truecount="1" falsecount="1"/>
1379
- <line num="86" count="2" type="stmt"/>
1380
- <line num="87" count="4" type="cond" truecount="2" falsecount="0"/>
1381
- <line num="88" count="3" type="stmt"/>
1382
- <line num="90" count="4" type="stmt"/>
1383
- <line num="93" count="2" type="stmt"/>
1384
- <line num="96" count="9" type="stmt"/>
1385
- <line num="97" count="2" type="stmt"/>
1386
- <line num="98" count="2" type="stmt"/>
1387
- <line num="99" count="2" type="stmt"/>
1388
- <line num="100" count="2" type="stmt"/>
1389
- <line num="101" count="2" type="stmt"/>
1390
- <line num="102" count="2" type="stmt"/>
1391
- <line num="105" count="9" type="stmt"/>
1392
- <line num="106" count="1" type="stmt"/>
1393
- <line num="112" count="1" type="stmt"/>
1394
- <line num="113" count="1" type="stmt"/>
1395
- <line num="114" count="1" type="stmt"/>
1396
- <line num="117" count="9" type="stmt"/>
1397
- <line num="119" count="1" type="stmt"/>
1398
- <line num="120" count="1" type="stmt"/>
1399
- <line num="124" count="9" type="stmt"/>
1400
- <line num="125" count="1" type="stmt"/>
1401
- <line num="126" count="1" type="stmt"/>
1402
- <line num="127" count="1" type="stmt"/>
1403
- <line num="128" count="1" type="cond" truecount="3" falsecount="1"/>
1404
- <line num="129" count="1" type="stmt"/>
1405
- <line num="130" count="1" type="cond" truecount="1" falsecount="1"/>
1406
- <line num="131" count="1" type="stmt"/>
1407
- <line num="132" count="2" type="stmt"/>
1408
- <line num="133" count="2" type="stmt"/>
1409
- <line num="134" count="1" type="stmt"/>
1410
- <line num="135" count="1" type="stmt"/>
1411
- <line num="136" count="1" type="stmt"/>
1412
- <line num="139" count="1" type="stmt"/>
1413
- <line num="147" count="9" type="stmt"/>
1414
- <line num="148" count="2" type="stmt"/>
1415
- <line num="149" count="2" type="stmt"/>
1416
- <line num="150" count="2" type="cond" truecount="4" falsecount="0"/>
1417
- <line num="151" count="1" type="stmt"/>
1418
- <line num="152" count="2" type="stmt"/>
1419
- <line num="154" count="2" type="stmt"/>
1420
- <line num="155" count="1" type="stmt"/>
1421
- <line num="156" count="1" type="stmt"/>
1422
- <line num="160" count="9" type="stmt"/>
1423
- <line num="162" count="9" type="stmt"/>
1424
- <line num="163" count="0" type="stmt"/>
1425
- <line num="166" count="9" type="stmt"/>
1426
- <line num="167" count="2" type="cond" truecount="1" falsecount="1"/>
1427
- <line num="168" count="0" type="stmt"/>
1428
- <line num="180" count="2" type="stmt"/>
1429
- <line num="184" count="4" type="stmt"/>
1430
- <line num="191" count="0" type="stmt"/>
1431
- <line num="210" count="9" type="stmt"/>
1432
- <line num="211" count="0" type="stmt"/>
1433
- </file>
1434
- <file name="File.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/file/File.tsx">
1435
- <metrics statements="18" coveredstatements="10" conditionals="13" coveredconditionals="8" methods="7" coveredmethods="2"/>
1436
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
1437
- <line num="10" count="14" type="stmt"/>
1438
- <line num="12" count="14" type="stmt"/>
1439
- <line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
1440
- <line num="14" count="0" type="stmt"/>
1441
- <line num="18" count="14" type="stmt"/>
1442
- <line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
1443
- <line num="20" count="0" type="stmt"/>
1444
- <line num="24" count="14" type="stmt"/>
1445
- <line num="25" count="14" type="cond" truecount="3" falsecount="1"/>
1446
- <line num="26" count="0" type="stmt"/>
1447
- <line num="30" count="14" type="cond" truecount="2" falsecount="0"/>
1448
- <line num="35" count="0" type="stmt"/>
1449
- <line num="41" count="0" type="stmt"/>
1450
- <line num="42" count="0" type="stmt"/>
1451
- <line num="45" count="14" type="cond" truecount="2" falsecount="0"/>
1452
- <line num="46" count="1" type="stmt"/>
1453
- <line num="53" count="13" type="stmt"/>
1454
- </file>
1455
- <file name="FileButtonSettings.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/file/FileButtonSettings.tsx">
1456
- <metrics statements="4" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="1"/>
1457
- <line num="6" count="1" type="stmt"/>
1458
- <line num="7" count="13" type="cond" truecount="2" falsecount="0"/>
1459
- <line num="10" count="13" type="stmt"/>
1460
- <line num="14" count="0" type="stmt"/>
1461
- </file>
1462
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/file/helpers.ts">
1463
- <metrics statements="10" coveredstatements="1" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
1464
- <line num="3" count="1" type="stmt"/>
1465
- <line num="4" count="0" type="stmt"/>
1466
- <line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
1467
- <line num="6" count="0" type="stmt"/>
1468
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1469
- <line num="8" count="0" type="stmt"/>
1470
- <line num="9" count="0" type="stmt"/>
1471
- <line num="11" count="0" type="stmt"/>
1472
- <line num="12" count="0" type="stmt"/>
1473
- <line num="15" count="0" type="stmt"/>
1474
- </file>
1475
- </package>
1476
- <package name="src.lib.inputs.mask">
1477
- <metrics statements="179" coveredstatements="169" conditionals="196" coveredconditionals="140" methods="41" coveredmethods="39"/>
1478
- <file name="BaseMask.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/mask/BaseMask.tsx">
1479
- <metrics statements="23" coveredstatements="20" conditionals="12" coveredconditionals="8" methods="5" coveredmethods="5"/>
1480
- <line num="8" count="4" type="stmt"/>
1481
- <line num="12" count="4" type="cond" truecount="3" falsecount="1"/>
1482
- <line num="17" count="0" type="stmt"/>
1483
- <line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
1484
- <line num="19" count="0" type="stmt"/>
1485
- <line num="21" count="4" type="stmt"/>
1486
- <line num="24" count="4" type="stmt"/>
1487
- <line num="25" count="172" type="cond" truecount="2" falsecount="0"/>
1488
- <line num="26" count="135" type="stmt"/>
1489
- <line num="28" count="2" type="cond" truecount="1" falsecount="1"/>
1490
- <line num="29" count="2" type="stmt"/>
1491
- <line num="30" count="2" type="stmt"/>
1492
- <line num="31" count="2" type="stmt"/>
1493
- <line num="33" count="2" type="stmt"/>
1494
- <line num="34" count="2" type="stmt"/>
1495
- <line num="38" count="6" type="cond" truecount="2" falsecount="0"/>
1496
- <line num="39" count="2" type="stmt"/>
1497
- <line num="40" count="2" type="stmt"/>
1498
- <line num="41" count="2" type="stmt"/>
1499
- <line num="43" count="2" type="stmt"/>
1500
- <line num="44" count="2" type="stmt"/>
1501
- <line num="50" count="4" type="stmt"/>
1502
- <line num="51" count="172" type="stmt"/>
1503
- </file>
1504
- <file name="Cnpj.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/mask/Cnpj.tsx">
1505
- <metrics statements="20" coveredstatements="19" conditionals="23" coveredconditionals="17" methods="6" coveredmethods="5"/>
1506
- <line num="10" count="1" type="stmt"/>
1507
- <line num="15" count="4" type="stmt"/>
1508
- <line num="16" count="4" type="stmt"/>
1509
- <line num="18" count="4" type="stmt"/>
1510
- <line num="19" count="3" type="cond" truecount="3" falsecount="1"/>
1511
- <line num="20" count="0" type="stmt"/>
1512
- <line num="24" count="4" type="stmt"/>
1513
- <line num="25" count="2" type="cond" truecount="3" falsecount="1"/>
1514
- <line num="27" count="2" type="cond" truecount="1" falsecount="1"/>
1515
- <line num="28" count="2" type="stmt"/>
1516
- <line num="29" count="2" type="cond" truecount="1" falsecount="1"/>
1517
- <line num="33" count="2" type="stmt"/>
1518
- <line num="34" count="2" type="cond" truecount="1" falsecount="1"/>
1519
- <line num="36" count="2" type="cond" truecount="1" falsecount="1"/>
1520
- <line num="39" count="4" type="stmt"/>
1521
- <line num="40" count="4" type="cond" truecount="5" falsecount="0"/>
1522
- <line num="41" count="1" type="stmt"/>
1523
- <line num="45" count="3" type="stmt"/>
1524
- <line num="48" count="4" type="stmt"/>
1525
- <line num="60" count="1" type="stmt"/>
1526
- </file>
1527
- <file name="Cpf.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/mask/Cpf.tsx">
1528
- <metrics statements="22" coveredstatements="20" conditionals="20" coveredconditionals="15" methods="8" coveredmethods="7"/>
1529
- <line num="10" count="1" type="stmt"/>
1530
- <line num="11" count="4" type="cond" truecount="1" falsecount="0"/>
1531
- <line num="12" count="4" type="stmt"/>
1532
- <line num="14" count="4" type="stmt"/>
1533
- <line num="15" count="3" type="cond" truecount="3" falsecount="1"/>
1534
- <line num="16" count="0" type="stmt"/>
1535
- <line num="20" count="4" type="stmt"/>
1536
- <line num="21" count="3" type="stmt"/>
1537
- <line num="22" count="1" type="cond" truecount="1" falsecount="1"/>
1538
- <line num="28" count="4" type="stmt"/>
1539
- <line num="30" count="4" type="stmt"/>
1540
- <line num="31" count="2" type="cond" truecount="3" falsecount="1"/>
1541
- <line num="32" count="2" type="stmt"/>
1542
- <line num="33" count="2" type="cond" truecount="1" falsecount="1"/>
1543
- <line num="35" count="2" type="cond" truecount="1" falsecount="1"/>
1544
- <line num="36" count="0" type="stmt"/>
1545
- <line num="40" count="4" type="stmt"/>
1546
- <line num="41" count="4" type="cond" truecount="5" falsecount="0"/>
1547
- <line num="42" count="1" type="stmt"/>
1548
- <line num="46" count="3" type="stmt"/>
1549
- <line num="49" count="4" type="stmt"/>
1550
- <line num="60" count="1" type="stmt"/>
1551
- </file>
1552
- <file name="Phone.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/mask/Phone.tsx">
1553
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
1554
- <line num="5" count="1" type="stmt"/>
1555
- <line num="6" count="3" type="stmt"/>
1556
- <line num="7" count="3" type="cond" truecount="2" falsecount="0"/>
1557
- </file>
1558
- <file name="ZipCode.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/mask/ZipCode.tsx">
1559
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1560
- <line num="5" count="2" type="stmt"/>
1561
- </file>
1562
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/mask/helpers.ts">
1563
- <metrics statements="47" coveredstatements="46" conditionals="60" coveredconditionals="30" methods="6" coveredmethods="6"/>
1564
- <line num="8" count="172" type="stmt"/>
1565
- <line num="9" count="172" type="stmt"/>
1566
- <line num="10" count="3268" type="stmt"/>
1567
- <line num="12" count="172" type="stmt"/>
1568
- <line num="13" count="172" type="stmt"/>
1569
- <line num="14" count="172" type="stmt"/>
1570
- <line num="17" count="6" type="stmt"/>
1571
- <line num="20" count="1" type="cond" truecount="1" falsecount="1"/>
1572
- <line num="21" count="1" type="stmt"/>
1573
- <line num="23" count="1" type="cond" truecount="3" falsecount="3"/>
1574
- <line num="24" count="1" type="cond" truecount="1" falsecount="3"/>
1575
- <line num="26" count="1" type="stmt"/>
1576
- <line num="27" count="9" type="stmt"/>
1577
- <line num="29" count="1" type="stmt"/>
1578
- <line num="30" count="1" type="cond" truecount="3" falsecount="1"/>
1579
- <line num="31" count="1" type="cond" truecount="1" falsecount="3"/>
1580
- <line num="33" count="1" type="stmt"/>
1581
- <line num="34" count="1" type="stmt"/>
1582
- <line num="35" count="1" type="stmt"/>
1583
- <line num="36" count="10" type="stmt"/>
1584
- <line num="38" count="1" type="stmt"/>
1585
- <line num="39" count="1" type="cond" truecount="3" falsecount="1"/>
1586
- <line num="40" count="1" type="cond" truecount="2" falsecount="2"/>
1587
- <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
1588
- <line num="45" count="2" type="cond" truecount="1" falsecount="1"/>
1589
- <line num="46" count="2" type="cond" truecount="3" falsecount="3"/>
1590
- <line num="47" count="2" type="cond" truecount="1" falsecount="3"/>
1591
- <line num="49" count="2" type="stmt"/>
1592
- <line num="50" count="2" type="stmt"/>
1593
- <line num="51" count="2" type="stmt"/>
1594
- <line num="52" count="2" type="stmt"/>
1595
- <line num="53" count="2" type="stmt"/>
1596
- <line num="55" count="2" type="stmt"/>
1597
- <line num="56" count="24" type="stmt"/>
1598
- <line num="57" count="24" type="cond" truecount="2" falsecount="0"/>
1599
- <line num="59" count="2" type="cond" truecount="1" falsecount="1"/>
1600
- <line num="60" count="2" type="cond" truecount="1" falsecount="3"/>
1601
- <line num="61" count="2" type="stmt"/>
1602
- <line num="62" count="2" type="stmt"/>
1603
- <line num="63" count="2" type="stmt"/>
1604
- <line num="64" count="2" type="stmt"/>
1605
- <line num="66" count="2" type="stmt"/>
1606
- <line num="67" count="26" type="stmt"/>
1607
- <line num="68" count="26" type="cond" truecount="2" falsecount="0"/>
1608
- <line num="70" count="2" type="cond" truecount="1" falsecount="1"/>
1609
- <line num="71" count="2" type="cond" truecount="3" falsecount="1"/>
1610
- <line num="72" count="1" type="cond" truecount="1" falsecount="1"/>
1611
- </file>
1612
- <file name="imaskHOC.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/mask/imaskHOC.tsx">
1613
- <metrics statements="63" coveredstatements="60" conditionals="79" coveredconditionals="68" methods="14" coveredmethods="14"/>
1614
- <line num="9" count="4" type="stmt"/>
1615
- <line num="16" count="4" type="stmt"/>
1616
- <line num="19" count="4" type="stmt"/>
1617
- <line num="25" count="172" type="stmt"/>
1618
- <line num="26" count="172" type="stmt"/>
1619
- <line num="47" count="172" type="stmt"/>
1620
- <line num="48" count="172" type="stmt"/>
1621
- <line num="49" count="172" type="stmt"/>
1622
- <line num="50" count="172" type="stmt"/>
1623
- <line num="51" count="172" type="cond" truecount="3" falsecount="0"/>
1624
- <line num="52" count="172" type="cond" truecount="2" falsecount="0"/>
1625
- <line num="54" count="172" type="stmt"/>
1626
- <line num="55" count="209" type="cond" truecount="1" falsecount="1"/>
1627
- <line num="56" count="209" type="cond" truecount="2" falsecount="0"/>
1628
- <line num="57" count="209" type="stmt"/>
1629
- <line num="61" count="172" type="stmt"/>
1630
- <line num="62" count="49" type="cond" truecount="5" falsecount="0"/>
1631
- <line num="63" count="14" type="stmt"/>
1632
- <line num="64" count="14" type="cond" truecount="3" falsecount="0"/>
1633
- <line num="65" count="14" type="stmt"/>
1634
- <line num="71" count="172" type="stmt"/>
1635
- <line num="72" count="41" type="cond" truecount="5" falsecount="0"/>
1636
- <line num="73" count="6" type="stmt"/>
1637
- <line num="74" count="6" type="cond" truecount="3" falsecount="0"/>
1638
- <line num="75" count="6" type="stmt"/>
1639
- <line num="82" count="172" type="stmt"/>
1640
- <line num="83" count="169" type="stmt"/>
1641
- <line num="84" count="169" type="cond" truecount="1" falsecount="1"/>
1642
- <line num="85" count="169" type="stmt"/>
1643
- <line num="86" count="169" type="cond" truecount="2" falsecount="0"/>
1644
- <line num="87" count="94" type="stmt"/>
1645
- <line num="91" count="94" type="stmt"/>
1646
- <line num="93" count="75" type="stmt"/>
1647
- <line num="98" count="172" type="stmt"/>
1648
- <line num="99" count="97" type="cond" truecount="2" falsecount="0"/>
1649
- <line num="100" count="94" type="stmt"/>
1650
- <line num="101" count="94" type="stmt"/>
1651
- <line num="105" count="172" type="stmt"/>
1652
- <line num="106" count="172" type="cond" truecount="2" falsecount="0"/>
1653
- <line num="107" count="172" type="cond" truecount="4" falsecount="0"/>
1654
- <line num="108" count="169" type="stmt"/>
1655
- <line num="111" count="169" type="stmt"/>
1656
- <line num="112" count="169" type="stmt"/>
1657
- <line num="113" count="169" type="stmt"/>
1658
- <line num="117" count="172" type="stmt"/>
1659
- <line num="118" count="102" type="cond" truecount="4" falsecount="0"/>
1660
- <line num="119" count="99" type="cond" truecount="1" falsecount="1"/>
1661
- <line num="120" count="99" type="cond" truecount="4" falsecount="0"/>
1662
- <line num="121" count="99" type="stmt"/>
1663
- <line num="123" count="0" type="stmt"/>
1664
- <line num="125" count="3" type="cond" truecount="1" falsecount="1"/>
1665
- <line num="126" count="0" type="stmt"/>
1666
- <line num="127" count="0" type="cond" truecount="0" falsecount="4"/>
1667
- <line num="131" count="172" type="stmt"/>
1668
- <line num="133" count="172" type="stmt"/>
1669
- <line num="138" count="16" type="stmt"/>
1670
- <line num="140" count="348" type="stmt"/>
1671
- <line num="142" count="348" type="cond" truecount="2" falsecount="0"/>
1672
- <line num="143" count="186" type="cond" truecount="1" falsecount="1"/>
1673
- <line num="144" count="186" type="stmt"/>
1674
- <line num="150" count="4" type="cond" truecount="2" falsecount="1"/>
1675
- <line num="151" count="4" type="stmt"/>
1676
- <line num="153" count="4" type="stmt"/>
1677
- </file>
1678
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/mask/index.tsx">
1679
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1680
- </file>
1681
- </package>
1682
- <package name="src.lib.inputs.multiSelect">
1683
- <metrics statements="143" coveredstatements="107" conditionals="123" coveredconditionals="65" methods="42" coveredmethods="26"/>
1684
- <file name="ActionButtons.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/multiSelect/ActionButtons.tsx">
1685
- <metrics statements="2" coveredstatements="2" conditionals="3" coveredconditionals="2" methods="1" coveredmethods="1"/>
1686
- <line num="6" count="1" type="stmt"/>
1687
- <line num="9" count="29" type="stmt"/>
1688
- </file>
1689
- <file name="Dropdown.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/multiSelect/Dropdown.tsx">
1690
- <metrics statements="28" coveredstatements="20" conditionals="46" coveredconditionals="23" methods="11" coveredmethods="6"/>
1691
- <line num="7" count="1" type="stmt"/>
1692
- <line num="11" count="8" type="stmt"/>
1693
- <line num="12" count="8" type="cond" truecount="1" falsecount="1"/>
1694
- <line num="13" count="8" type="cond" truecount="1" falsecount="1"/>
1695
- <line num="14" count="8" type="stmt"/>
1696
- <line num="15" count="8" type="stmt"/>
1697
- <line num="16" count="8" type="stmt"/>
1698
- <line num="18" count="8" type="cond" truecount="2" falsecount="2"/>
1699
- <line num="19" count="8" type="cond" truecount="1" falsecount="1"/>
1700
- <line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
1701
- <line num="21" count="0" type="stmt"/>
1702
- <line num="23" count="8" type="stmt"/>
1703
- <line num="26" count="0" type="stmt"/>
1704
- <line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
1705
- <line num="28" count="0" type="stmt"/>
1706
- <line num="32" count="8" type="stmt"/>
1707
- <line num="38" count="1" type="stmt"/>
1708
- <line num="43" count="8" type="stmt"/>
1709
- <line num="45" count="8" type="cond" truecount="2" falsecount="0"/>
1710
- <line num="47" count="8" type="stmt"/>
1711
- <line num="60" count="4" type="stmt"/>
1712
- <line num="61" count="0" type="stmt"/>
1713
- <line num="62" count="0" type="stmt"/>
1714
- <line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
1715
- <line num="88" count="40" type="cond" truecount="1" falsecount="1"/>
1716
- <line num="89" count="20" type="stmt"/>
1717
- <line num="91" count="40" type="stmt"/>
1718
- <line num="100" count="2" type="stmt"/>
1719
- </file>
1720
- <file name="helper.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/multiSelect/helper.ts">
1721
- <metrics statements="5" coveredstatements="1" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
1722
- <line num="3" count="1" type="stmt"/>
1723
- <line num="6" count="0" type="stmt"/>
1724
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1725
- <line num="8" count="0" type="stmt"/>
1726
- <line num="10" count="0" type="stmt"/>
1727
- </file>
1728
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/multiSelect/index.tsx">
1729
- <metrics statements="108" coveredstatements="84" conditionals="72" coveredconditionals="40" methods="28" coveredmethods="19"/>
1730
- <line num="14" count="1" type="stmt"/>
1731
- <line num="18" count="42" type="stmt"/>
1732
- <line num="20" count="42" type="stmt"/>
1733
- <line num="21" count="42" type="stmt"/>
1734
- <line num="22" count="42" type="stmt"/>
1735
- <line num="23" count="42" type="stmt"/>
1736
- <line num="24" count="42" type="stmt"/>
1737
- <line num="25" count="42" type="stmt"/>
1738
- <line num="26" count="42" type="stmt"/>
1739
- <line num="27" count="42" type="stmt"/>
1740
- <line num="28" count="42" type="stmt"/>
1741
- <line num="29" count="42" type="stmt"/>
1742
- <line num="30" count="42" type="stmt"/>
1743
- <line num="31" count="42" type="stmt"/>
1744
- <line num="32" count="42" type="stmt"/>
1745
- <line num="34" count="42" type="stmt"/>
1746
- <line num="35" count="2" type="cond" truecount="1" falsecount="1"/>
1747
- <line num="36" count="2" type="stmt"/>
1748
- <line num="37" count="2" type="cond" truecount="1" falsecount="1"/>
1749
- <line num="38" count="2" type="stmt"/>
1750
- <line num="39" count="0" type="stmt"/>
1751
- <line num="40" count="2" type="cond" truecount="1" falsecount="1"/>
1752
- <line num="41" count="0" type="stmt"/>
1753
- <line num="43" count="2" type="stmt"/>
1754
- <line num="45" count="2" type="cond" truecount="2" falsecount="0"/>
1755
- <line num="48" count="2" type="stmt"/>
1756
- <line num="51" count="42" type="stmt"/>
1757
- <line num="52" count="4" type="stmt"/>
1758
- <line num="53" count="4" type="cond" truecount="1" falsecount="1"/>
1759
- <line num="54" count="4" type="stmt"/>
1760
- <line num="55" count="4" type="stmt"/>
1761
- <line num="58" count="42" type="stmt"/>
1762
- <line num="59" count="0" type="stmt"/>
1763
- <line num="60" count="0" type="cond" truecount="0" falsecount="2"/>
1764
- <line num="62" count="0" type="stmt"/>
1765
- <line num="63" count="0" type="stmt"/>
1766
- <line num="66" count="42" type="stmt"/>
1767
- <line num="67" count="1" type="cond" truecount="1" falsecount="1"/>
1768
- <line num="68" count="1" type="cond" truecount="1" falsecount="1"/>
1769
- <line num="69" count="1" type="stmt"/>
1770
- <line num="70" count="1" type="stmt"/>
1771
- <line num="71" count="1" type="stmt"/>
1772
- <line num="75" count="42" type="stmt"/>
1773
- <line num="76" count="0" type="stmt"/>
1774
- <line num="78" count="0" type="cond" truecount="0" falsecount="4"/>
1775
- <line num="79" count="0" type="stmt"/>
1776
- <line num="81" count="0" type="stmt"/>
1777
- <line num="82" count="0" type="stmt"/>
1778
- <line num="85" count="42" type="stmt"/>
1779
- <line num="86" count="4" type="stmt"/>
1780
- <line num="87" count="4" type="cond" truecount="1" falsecount="1"/>
1781
- <line num="90" count="42" type="cond" truecount="0" falsecount="1"/>
1782
- <line num="91" count="0" type="cond" truecount="0" falsecount="2"/>
1783
- <line num="92" count="0" type="cond" truecount="0" falsecount="4"/>
1784
- <line num="93" count="0" type="stmt"/>
1785
- <line num="96" count="42" type="stmt"/>
1786
- <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
1787
- <line num="98" count="0" type="stmt"/>
1788
- <line num="101" count="42" type="stmt"/>
1789
- <line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
1790
- <line num="105" count="42" type="stmt"/>
1791
- <line num="106" count="6" type="stmt"/>
1792
- <line num="107" count="6" type="cond" truecount="3" falsecount="1"/>
1793
- <line num="108" count="0" type="stmt"/>
1794
- <line num="109" count="0" type="stmt"/>
1795
- <line num="110" count="0" type="stmt"/>
1796
- <line num="114" count="42" type="stmt"/>
1797
- <line num="115" count="10" type="stmt"/>
1798
- <line num="118" count="42" type="cond" truecount="4" falsecount="0"/>
1799
- <line num="121" count="42" type="stmt"/>
1800
- <line num="122" count="22" type="stmt"/>
1801
- <line num="123" count="22" type="stmt"/>
1802
- <line num="125" count="22" type="cond" truecount="1" falsecount="1"/>
1803
- <line num="126" count="0" type="stmt"/>
1804
- <line num="127" count="22" type="cond" truecount="4" falsecount="0"/>
1805
- <line num="128" count="1" type="stmt"/>
1806
- <line num="129" count="21" type="cond" truecount="4" falsecount="0"/>
1807
- <line num="130" count="2" type="cond" truecount="1" falsecount="1"/>
1808
- <line num="133" count="19" type="stmt"/>
1809
- <line num="135" count="22" type="stmt"/>
1810
- <line num="138" count="42" type="stmt"/>
1811
- <line num="139" count="10" type="cond" truecount="2" falsecount="0"/>
1812
- <line num="140" count="1" type="stmt"/>
1813
- <line num="141" count="1" type="cond" truecount="1" falsecount="1"/>
1814
- <line num="144" count="10" type="stmt"/>
1815
- <line num="145" count="10" type="stmt"/>
1816
- <line num="146" count="10" type="stmt"/>
1817
- <line num="147" count="10" type="stmt"/>
1818
- <line num="148" count="10" type="stmt"/>
1819
- <line num="149" count="10" type="stmt"/>
1820
- <line num="150" count="10" type="stmt"/>
1821
- <line num="154" count="42" type="stmt"/>
1822
- <line num="155" count="10" type="cond" truecount="3" falsecount="1"/>
1823
- <line num="156" count="50" type="stmt"/>
1824
- <line num="157" count="10" type="stmt"/>
1825
- <line num="161" count="42" type="stmt"/>
1826
- <line num="162" count="10" type="cond" truecount="4" falsecount="1"/>
1827
- <line num="163" count="0" type="stmt"/>
1828
- <line num="168" count="0" type="stmt"/>
1829
- <line num="172" count="42" type="stmt"/>
1830
- <line num="173" count="22" type="stmt"/>
1831
- <line num="174" count="22" type="stmt"/>
1832
- <line num="175" count="22" type="stmt"/>
1833
- <line num="178" count="42" type="stmt"/>
1834
- <line num="183" count="0" type="stmt"/>
1835
- <line num="184" count="1" type="stmt"/>
1836
- <line num="187" count="58" type="stmt"/>
1837
- <line num="194" count="4" type="stmt"/>
1838
- </file>
1839
- </package>
1840
- <package name="src.lib.inputs.number">
1841
- <metrics statements="39" coveredstatements="15" conditionals="27" coveredconditionals="6" methods="11" coveredmethods="3"/>
1842
- <file name="BaseNumber.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/number/BaseNumber.tsx">
1843
- <metrics statements="19" coveredstatements="3" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
1844
- <line num="7" count="2" type="stmt"/>
1845
- <line num="8" count="0" type="cond" truecount="0" falsecount="4"/>
1846
- <line num="13" count="0" type="stmt"/>
1847
- <line num="14" count="0" type="stmt"/>
1848
- <line num="15" count="0" type="stmt"/>
1849
- <line num="17" count="0" type="stmt"/>
1850
- <line num="20" count="2" type="stmt"/>
1851
- <line num="21" count="0" type="stmt"/>
1852
- <line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
1853
- <line num="23" count="0" type="stmt"/>
1854
- <line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
1855
- <line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
1856
- <line num="27" count="0" type="stmt"/>
1857
- <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
1858
- <line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
1859
- <line num="34" count="0" type="stmt"/>
1860
- <line num="40" count="2" type="stmt"/>
1861
- <line num="41" count="0" type="stmt"/>
1862
- <line num="46" count="0" type="stmt"/>
1863
- </file>
1864
- <file name="Currency.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/number/Currency.tsx">
1865
- <metrics statements="4" coveredstatements="1" conditionals="3" coveredconditionals="0" methods="1" coveredmethods="0"/>
1866
- <line num="5" count="2" type="stmt"/>
1867
- <line num="6" count="0" type="cond" truecount="0" falsecount="1"/>
1868
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1869
- <line num="9" count="0" type="stmt"/>
1870
- </file>
1871
- <file name="Decimal.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/number/Decimal.tsx">
1872
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
1873
- <line num="5" count="2" type="stmt"/>
1874
- </file>
1875
- <file name="format_number.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/number/format_number.tsx">
1876
- <metrics statements="12" coveredstatements="7" conditionals="6" coveredconditionals="3" methods="3" coveredmethods="2"/>
1877
- <line num="1" count="4" type="stmt"/>
1878
- <line num="2" count="70" type="cond" truecount="3" falsecount="1"/>
1879
- <line num="3" count="0" type="stmt"/>
1880
- <line num="5" count="70" type="stmt"/>
1881
- <line num="8" count="4" type="stmt"/>
1882
- <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
1883
- <line num="11" count="0" type="stmt"/>
1884
- <line num="12" count="0" type="stmt"/>
1885
- <line num="14" count="0" type="stmt"/>
1886
- <line num="17" count="4" type="stmt"/>
1887
- <line num="18" count="4" type="stmt"/>
1888
- <line num="19" count="4" type="stmt"/>
1889
- </file>
1890
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/number/index.tsx">
1891
- <metrics statements="3" coveredstatements="3" conditionals="4" coveredconditionals="3" methods="1" coveredmethods="1"/>
1892
- <line num="9" count="2" type="stmt"/>
1893
- <line num="10" count="37" type="cond" truecount="2" falsecount="0"/>
1894
- <line num="12" count="37" type="stmt"/>
1895
- </file>
1896
- </package>
1897
- <package name="src.lib.inputs.search">
1898
- <metrics statements="41" coveredstatements="39" conditionals="44" coveredconditionals="38" methods="10" coveredmethods="9"/>
1899
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/search/index.tsx">
1900
- <metrics statements="41" coveredstatements="39" conditionals="44" coveredconditionals="38" methods="10" coveredmethods="9"/>
1901
- <line num="11" count="2" type="stmt"/>
1902
- <line num="12" count="36" type="cond" truecount="2" falsecount="0"/>
1903
- <line num="13" count="36" type="stmt"/>
1904
- <line num="14" count="36" type="stmt"/>
1905
- <line num="15" count="36" type="stmt"/>
1906
- <line num="16" count="36" type="stmt"/>
1907
- <line num="18" count="36" type="stmt"/>
1908
- <line num="19" count="1" type="cond" truecount="1" falsecount="1"/>
1909
- <line num="20" count="1" type="stmt"/>
1910
- <line num="23" count="36" type="stmt"/>
1911
- <line num="24" count="1" type="cond" truecount="1" falsecount="1"/>
1912
- <line num="25" count="1" type="cond" truecount="1" falsecount="1"/>
1913
- <line num="26" count="1" type="stmt"/>
1914
- <line num="30" count="105" type="cond" truecount="4" falsecount="0"/>
1915
- <line num="33" count="70" type="cond" truecount="3" falsecount="0"/>
1916
- <line num="34" count="36" type="stmt"/>
1917
- <line num="36" count="36" type="stmt"/>
1918
- <line num="37" count="35" type="cond" truecount="3" falsecount="0"/>
1919
- <line num="38" count="35" type="stmt"/>
1920
- <line num="47" count="35" type="cond" truecount="2" falsecount="0"/>
1921
- <line num="48" count="32" type="stmt"/>
1922
- <line num="51" count="4" type="cond" truecount="1" falsecount="1"/>
1923
- <line num="52" count="4" type="stmt"/>
1924
- <line num="53" count="4" type="cond" truecount="2" falsecount="0"/>
1925
- <line num="59" count="35" type="stmt"/>
1926
- <line num="62" count="36" type="stmt"/>
1927
- <line num="63" count="35" type="stmt"/>
1928
- <line num="64" count="35" type="stmt"/>
1929
- <line num="66" count="35" type="stmt"/>
1930
- <line num="73" count="35" type="stmt"/>
1931
- <line num="75" count="35" type="cond" truecount="2" falsecount="0"/>
1932
- <line num="76" count="35" type="cond" truecount="4" falsecount="0"/>
1933
- <line num="77" count="35" type="stmt"/>
1934
- <line num="80" count="36" type="stmt"/>
1935
- <line num="81" count="16" type="cond" truecount="4" falsecount="0"/>
1936
- <line num="82" count="3" type="stmt"/>
1937
- <line num="86" count="36" type="cond" truecount="4" falsecount="0"/>
1938
- <line num="87" count="1" type="stmt"/>
1939
- <line num="90" count="35" type="stmt"/>
1940
- <line num="103" count="0" type="stmt"/>
1941
- <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
1942
- </file>
1943
- </package>
1944
- <package name="src.lib.inputs.select">
1945
- <metrics statements="75" coveredstatements="56" conditionals="115" coveredconditionals="70" methods="24" coveredmethods="13"/>
1946
- <file name="ActionButtons.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/select/ActionButtons.tsx">
1947
- <metrics statements="9" coveredstatements="4" conditionals="8" coveredconditionals="6" methods="6" coveredmethods="1"/>
1948
- <line num="5" count="2" type="stmt"/>
1949
- <line num="6" count="193" type="cond" truecount="2" falsecount="0"/>
1950
- <line num="7" count="193" type="stmt"/>
1951
- <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
1952
- <line num="9" count="0" type="stmt"/>
1953
- <line num="11" count="0" type="stmt"/>
1954
- <line num="14" count="193" type="stmt"/>
1955
- <line num="20" count="0" type="stmt"/>
1956
- <line num="32" count="0" type="stmt"/>
1957
- </file>
1958
- <file name="Dropdown.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/select/Dropdown.tsx">
1959
- <metrics statements="17" coveredstatements="13" conditionals="32" coveredconditionals="21" methods="9" coveredmethods="4"/>
1960
- <line num="9" count="2" type="stmt"/>
1961
- <line num="15" count="60" type="stmt"/>
1962
- <line num="17" count="60" type="stmt"/>
1963
- <line num="19" count="60" type="stmt"/>
1964
- <line num="20" count="39" type="cond" truecount="1" falsecount="1"/>
1965
- <line num="21" count="39" type="stmt"/>
1966
- <line num="24" count="60" type="stmt"/>
1967
- <line num="43" count="0" type="stmt"/>
1968
- <line num="45" count="0" type="stmt"/>
1969
- <line num="47" count="0" type="stmt"/>
1970
- <line num="53" count="217" type="cond" truecount="3" falsecount="1"/>
1971
- <line num="54" count="0" type="stmt"/>
1972
- <line num="55" count="217" type="cond" truecount="2" falsecount="0"/>
1973
- <line num="56" count="217" type="stmt"/>
1974
- <line num="66" count="2" type="cond" truecount="1" falsecount="1"/>
1975
- <line num="67" count="2" type="stmt"/>
1976
- <line num="68" count="2" type="stmt"/>
1977
- </file>
1978
- <file name="helper.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/select/helper.ts">
1979
- <metrics statements="43" coveredstatements="33" conditionals="57" coveredconditionals="30" methods="8" coveredmethods="7"/>
1980
- <line num="6" count="2" type="stmt"/>
1981
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1982
- <line num="10" count="2" type="stmt"/>
1983
- <line num="15" count="217" type="stmt"/>
1984
- <line num="16" count="217" type="cond" truecount="4" falsecount="0"/>
1985
- <line num="17" count="217" type="cond" truecount="1" falsecount="1"/>
1986
- <line num="18" count="217" type="cond" truecount="4" falsecount="1"/>
1987
- <line num="20" count="217" type="stmt"/>
1988
- <line num="24" count="2" type="stmt"/>
1989
- <line num="26" count="4" type="cond" truecount="2" falsecount="0"/>
1990
- <line num="27" count="20" type="cond" truecount="1" falsecount="1"/>
1991
- <line num="28" count="20" type="stmt"/>
1992
- <line num="30" count="0" type="stmt"/>
1993
- <line num="33" count="2" type="stmt"/>
1994
- <line num="36" count="2" type="stmt"/>
1995
- <line num="37" count="8" type="cond" truecount="1" falsecount="1"/>
1996
- <line num="38" count="8" type="cond" truecount="2" falsecount="0"/>
1997
- <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
1998
- <line num="45" count="2" type="stmt"/>
1999
- <line num="50" count="99" type="stmt"/>
2000
- <line num="51" count="99" type="cond" truecount="2" falsecount="3"/>
2001
- <line num="52" count="0" type="stmt"/>
2002
- <line num="55" count="99" type="stmt"/>
2003
- <line num="58" count="2" type="stmt"/>
2004
- <line num="62" count="99" type="cond" truecount="1" falsecount="1"/>
2005
- <line num="64" count="99" type="cond" truecount="2" falsecount="0"/>
2006
- <line num="65" count="99" type="cond" truecount="1" falsecount="1"/>
2007
- <line num="66" count="99" type="cond" truecount="1" falsecount="1"/>
2008
- <line num="68" count="99" type="stmt"/>
2009
- <line num="69" count="99" type="stmt"/>
2010
- <line num="70" count="99" type="stmt"/>
2011
- <line num="71" count="99" type="stmt"/>
2012
- <line num="73" count="99" type="cond" truecount="3" falsecount="1"/>
2013
- <line num="74" count="0" type="cond" truecount="0" falsecount="4"/>
2014
- <line num="75" count="0" type="stmt"/>
2015
- <line num="76" count="0" type="stmt"/>
2016
- <line num="79" count="0" type="stmt"/>
2017
- <line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
2018
- <line num="83" count="99" type="stmt"/>
2019
- <line num="84" count="99" type="cond" truecount="2" falsecount="2"/>
2020
- <line num="85" count="0" type="stmt"/>
2021
- <line num="88" count="99" type="cond" truecount="1" falsecount="1"/>
2022
- <line num="92" count="99" type="stmt"/>
2023
- </file>
2024
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/select/index.tsx">
2025
- <metrics statements="6" coveredstatements="6" conditionals="18" coveredconditionals="13" methods="1" coveredmethods="1"/>
2026
- <line num="8" count="2" type="stmt"/>
2027
- <line num="9" count="90" type="stmt"/>
2028
- <line num="10" count="90" type="cond" truecount="2" falsecount="0"/>
2029
- <line num="22" count="90" type="cond" truecount="2" falsecount="0"/>
2030
- <line num="23" count="2" type="stmt"/>
2031
- <line num="25" count="88" type="stmt"/>
2032
- </file>
2033
- </package>
2034
- <package name="src.lib.inputs.select.multiple">
2035
- <metrics statements="131" coveredstatements="78" conditionals="132" coveredconditionals="45" methods="37" coveredmethods="19"/>
2036
- <file name="Selecteds.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/select/multiple/Selecteds.tsx">
2037
- <metrics statements="4" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="4" coveredmethods="2"/>
2038
- <line num="4" count="2" type="stmt"/>
2039
- <line num="10" count="98" type="stmt"/>
2040
- <line num="12" count="2" type="stmt"/>
2041
- <line num="19" count="0" type="stmt"/>
2042
- </file>
2043
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/select/multiple/index.tsx">
2044
- <metrics statements="127" coveredstatements="75" conditionals="130" coveredconditionals="44" methods="33" coveredmethods="17"/>
2045
- <line num="15" count="2" type="stmt"/>
2046
- <line num="18" count="101" type="stmt"/>
2047
- <line num="19" count="101" type="stmt"/>
2048
- <line num="20" count="101" type="stmt"/>
2049
- <line num="21" count="101" type="stmt"/>
2050
- <line num="22" count="101" type="stmt"/>
2051
- <line num="23" count="101" type="stmt"/>
2052
- <line num="24" count="101" type="stmt"/>
2053
- <line num="25" count="101" type="stmt"/>
2054
- <line num="26" count="101" type="stmt"/>
2055
- <line num="27" count="101" type="stmt"/>
2056
- <line num="29" count="101" type="stmt"/>
2057
- <line num="30" count="101" type="stmt"/>
2058
- <line num="31" count="101" type="stmt"/>
2059
- <line num="32" count="101" type="stmt"/>
2060
- <line num="33" count="101" type="stmt"/>
2061
- <line num="34" count="101" type="stmt"/>
2062
- <line num="35" count="101" type="stmt"/>
2063
- <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
2064
- <line num="39" count="101" type="stmt"/>
2065
- <line num="40" count="0" type="stmt"/>
2066
- <line num="41" count="0" type="cond" truecount="0" falsecount="7"/>
2067
- <line num="44" count="0" type="stmt"/>
2068
- <line num="48" count="101" type="stmt"/>
2069
- <line num="49" count="0" type="stmt"/>
2070
- <line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
2071
- <line num="52" count="0" type="stmt"/>
2072
- <line num="54" count="0" type="stmt"/>
2073
- <line num="57" count="101" type="stmt"/>
2074
- <line num="58" count="0" type="stmt"/>
2075
- <line num="59" count="0" type="stmt"/>
2076
- <line num="60" count="0" type="cond" truecount="0" falsecount="2"/>
2077
- <line num="63" count="101" type="stmt"/>
2078
- <line num="64" count="4" type="stmt"/>
2079
- <line num="65" count="4" type="cond" truecount="2" falsecount="0"/>
2080
- <line num="66" count="2" type="cond" truecount="2" falsecount="0"/>
2081
- <line num="67" count="2" type="stmt"/>
2082
- <line num="68" count="2" type="stmt"/>
2083
- <line num="70" count="2" type="stmt"/>
2084
- <line num="71" count="2" type="cond" truecount="1" falsecount="1"/>
2085
- <line num="72" count="2" type="stmt"/>
2086
- <line num="79" count="2" type="cond" truecount="4" falsecount="0"/>
2087
- <line num="80" count="2" type="stmt"/>
2088
- <line num="81" count="2" type="stmt"/>
2089
- <line num="82" count="2" type="cond" truecount="2" falsecount="0"/>
2090
- <line num="83" count="2" type="stmt"/>
2091
- <line num="87" count="101" type="stmt"/>
2092
- <line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
2093
- <line num="89" count="0" type="stmt"/>
2094
- <line num="91" count="0" type="stmt"/>
2095
- <line num="92" count="0" type="stmt"/>
2096
- <line num="93" count="0" type="stmt"/>
2097
- <line num="94" count="0" type="stmt"/>
2098
- <line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
2099
- <line num="98" count="101" type="stmt"/>
2100
- <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
2101
- <line num="100" count="0" type="stmt"/>
2102
- <line num="101" count="0" type="stmt"/>
2103
- <line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
2104
- <line num="106" count="101" type="stmt"/>
2105
- <line num="107" count="0" type="stmt"/>
2106
- <line num="108" count="0" type="cond" truecount="0" falsecount="2"/>
2107
- <line num="111" count="101" type="stmt"/>
2108
- <line num="113" count="1" type="cond" truecount="1" falsecount="1"/>
2109
- <line num="114" count="1" type="stmt"/>
2110
- <line num="115" count="1" type="stmt"/>
2111
- <line num="119" count="101" type="stmt"/>
2112
- <line num="120" count="1" type="cond" truecount="1" falsecount="1"/>
2113
- <line num="121" count="1" type="cond" truecount="1" falsecount="1"/>
2114
- <line num="124" count="101" type="stmt"/>
2115
- <line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
2116
- <line num="126" count="0" type="cond" truecount="0" falsecount="4"/>
2117
- <line num="127" count="0" type="cond" truecount="0" falsecount="2"/>
2118
- <line num="128" count="0" type="cond" truecount="0" falsecount="2"/>
2119
- <line num="130" count="0" type="cond" truecount="0" falsecount="2"/>
2120
- <line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
2121
- <line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
2122
- <line num="133" count="0" type="cond" truecount="0" falsecount="4"/>
2123
- <line num="135" count="0" type="cond" truecount="0" falsecount="4"/>
2124
- <line num="137" count="0" type="cond" truecount="0" falsecount="4"/>
2125
- <line num="138" count="0" type="cond" truecount="0" falsecount="4"/>
2126
- <line num="139" count="0" type="stmt"/>
2127
- <line num="140" count="0" type="cond" truecount="0" falsecount="2"/>
2128
- <line num="142" count="0" type="cond" truecount="0" falsecount="2"/>
2129
- <line num="143" count="0" type="cond" truecount="0" falsecount="2"/>
2130
- <line num="144" count="0" type="cond" truecount="0" falsecount="2"/>
2131
- <line num="145" count="0" type="stmt"/>
2132
- <line num="146" count="0" type="stmt"/>
2133
- <line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
2134
- <line num="153" count="101" type="stmt"/>
2135
- <line num="154" count="46" type="stmt"/>
2136
- <line num="157" count="101" type="stmt"/>
2137
- <line num="158" count="200" type="cond" truecount="4" falsecount="0"/>
2138
- <line num="161" count="293" type="cond" truecount="3" falsecount="0"/>
2139
- <line num="163" count="101" type="stmt"/>
2140
- <line num="164" count="46" type="stmt"/>
2141
- <line num="165" count="46" type="stmt"/>
2142
- <line num="166" count="46" type="stmt"/>
2143
- <line num="167" count="46" type="cond" truecount="1" falsecount="1"/>
2144
- <line num="169" count="46" type="stmt"/>
2145
- <line num="170" count="46" type="stmt"/>
2146
- <line num="171" count="46" type="stmt"/>
2147
- <line num="172" count="46" type="stmt"/>
2148
- <line num="177" count="101" type="stmt"/>
2149
- <line num="178" count="46" type="cond" truecount="1" falsecount="1"/>
2150
- <line num="179" count="0" type="stmt"/>
2151
- <line num="180" count="0" type="cond" truecount="0" falsecount="4"/>
2152
- <line num="184" count="101" type="stmt"/>
2153
- <line num="185" count="46" type="cond" truecount="5" falsecount="0"/>
2154
- <line num="186" count="1" type="stmt"/>
2155
- <line num="187" count="4" type="stmt"/>
2156
- <line num="189" count="1" type="stmt"/>
2157
- <line num="190" count="1" type="stmt"/>
2158
- <line num="194" count="101" type="stmt"/>
2159
- <line num="195" count="46" type="cond" truecount="1" falsecount="1"/>
2160
- <line num="196" count="0" type="cond" truecount="0" falsecount="2"/>
2161
- <line num="200" count="0" type="stmt"/>
2162
- <line num="201" count="0" type="cond" truecount="0" falsecount="2"/>
2163
- <line num="205" count="101" type="stmt"/>
2164
- <line num="214" count="1" type="stmt"/>
2165
- <line num="215" count="1" type="stmt"/>
2166
- <line num="217" count="4" type="cond" truecount="1" falsecount="1"/>
2167
- <line num="222" count="196" type="stmt"/>
2168
- <line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
2169
- <line num="231" count="0" type="stmt"/>
2170
- <line num="233" count="0" type="stmt"/>
2171
- <line num="251" count="0" type="stmt"/>
2172
- </file>
2173
- </package>
2174
- <package name="src.lib.inputs.select.simple">
2175
- <metrics statements="143" coveredstatements="111" conditionals="157" coveredconditionals="94" methods="32" coveredmethods="23"/>
2176
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/select/simple/index.tsx">
2177
- <metrics statements="143" coveredstatements="111" conditionals="157" coveredconditionals="94" methods="32" coveredmethods="23"/>
2178
- <line num="14" count="2" type="stmt"/>
2179
- <line num="19" count="98" type="stmt"/>
2180
- <line num="20" count="98" type="stmt"/>
2181
- <line num="21" count="98" type="cond" truecount="2" falsecount="0"/>
2182
- <line num="27" count="98" type="stmt"/>
2183
- <line num="28" count="98" type="stmt"/>
2184
- <line num="29" count="98" type="stmt"/>
2185
- <line num="30" count="98" type="stmt"/>
2186
- <line num="31" count="98" type="stmt"/>
2187
- <line num="32" count="98" type="stmt"/>
2188
- <line num="33" count="98" type="stmt"/>
2189
- <line num="34" count="98" type="stmt"/>
2190
- <line num="36" count="98" type="stmt"/>
2191
- <line num="38" count="98" type="stmt"/>
2192
- <line num="39" count="98" type="stmt"/>
2193
- <line num="40" count="98" type="stmt"/>
2194
- <line num="41" count="98" type="stmt"/>
2195
- <line num="42" count="98" type="stmt"/>
2196
- <line num="44" count="98" type="stmt"/>
2197
- <line num="45" count="0" type="stmt"/>
2198
- <line num="46" count="0" type="stmt"/>
2199
- <line num="47" count="0" type="stmt"/>
2200
- <line num="50" count="98" type="stmt"/>
2201
- <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
2202
- <line num="54" count="98" type="stmt"/>
2203
- <line num="55" count="2" type="stmt"/>
2204
- <line num="56" count="2" type="cond" truecount="4" falsecount="1"/>
2205
- <line num="58" count="0" type="stmt"/>
2206
- <line num="62" count="98" type="stmt"/>
2207
- <line num="63" count="0" type="stmt"/>
2208
- <line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
2209
- <line num="65" count="0" type="stmt"/>
2210
- <line num="68" count="0" type="stmt"/>
2211
- <line num="71" count="98" type="stmt"/>
2212
- <line num="72" count="4" type="stmt"/>
2213
- <line num="80" count="98" type="stmt"/>
2214
- <line num="81" count="6" type="cond" truecount="2" falsecount="0"/>
2215
- <line num="82" count="3" type="stmt"/>
2216
- <line num="83" count="3" type="stmt"/>
2217
- <line num="87" count="98" type="stmt"/>
2218
- <line num="88" count="6" type="stmt"/>
2219
- <line num="89" count="6" type="cond" truecount="2" falsecount="0"/>
2220
- <line num="90" count="2" type="cond" truecount="2" falsecount="0"/>
2221
- <line num="92" count="4" type="stmt"/>
2222
- <line num="98" count="4" type="cond" truecount="4" falsecount="0"/>
2223
- <line num="99" count="3" type="stmt"/>
2224
- <line num="101" count="4" type="stmt"/>
2225
- <line num="103" count="6" type="stmt"/>
2226
- <line num="104" count="6" type="stmt"/>
2227
- <line num="105" count="6" type="stmt"/>
2228
- <line num="106" count="6" type="cond" truecount="2" falsecount="0"/>
2229
- <line num="107" count="3" type="cond" truecount="3" falsecount="3"/>
2230
- <line num="109" count="3" type="stmt"/>
2231
- <line num="115" count="98" type="stmt"/>
2232
- <line num="116" count="3" type="cond" truecount="1" falsecount="1"/>
2233
- <line num="117" count="3" type="stmt"/>
2234
- <line num="119" count="3" type="stmt"/>
2235
- <line num="120" count="3" type="cond" truecount="1" falsecount="1"/>
2236
- <line num="121" count="0" type="stmt"/>
2237
- <line num="122" count="3" type="stmt"/>
2238
- <line num="125" count="98" type="stmt"/>
2239
- <line num="126" count="0" type="stmt"/>
2240
- <line num="127" count="0" type="cond" truecount="0" falsecount="2"/>
2241
- <line num="130" count="98" type="stmt"/>
2242
- <line num="131" count="10" type="stmt"/>
2243
- <line num="132" count="10" type="cond" truecount="1" falsecount="1"/>
2244
- <line num="133" count="10" type="cond" truecount="2" falsecount="0"/>
2245
- <line num="134" count="10" type="stmt"/>
2246
- <line num="138" count="98" type="stmt"/>
2247
- <line num="139" count="1" type="cond" truecount="1" falsecount="1"/>
2248
- <line num="140" count="1" type="stmt"/>
2249
- <line num="141" count="1" type="stmt"/>
2250
- <line num="142" count="1" type="cond" truecount="1" falsecount="1"/>
2251
- <line num="143" count="0" type="cond" truecount="0" falsecount="6"/>
2252
- <line num="145" count="0" type="stmt"/>
2253
- <line num="149" count="1" type="cond" truecount="1" falsecount="1"/>
2254
- <line num="150" count="1" type="stmt"/>
2255
- <line num="151" count="1" type="stmt"/>
2256
- <line num="155" count="98" type="stmt"/>
2257
- <line num="156" count="2" type="cond" truecount="1" falsecount="1"/>
2258
- <line num="157" count="2" type="cond" truecount="4" falsecount="0"/>
2259
- <line num="158" count="1" type="stmt"/>
2260
- <line num="159" count="1" type="stmt"/>
2261
- <line num="160" count="1" type="cond" truecount="1" falsecount="1"/>
2262
- <line num="161" count="1" type="cond" truecount="1" falsecount="1"/>
2263
- <line num="162" count="1" type="cond" truecount="1" falsecount="1"/>
2264
- <line num="163" count="5" type="cond" truecount="1" falsecount="1"/>
2265
- <line num="165" count="1" type="cond" truecount="1" falsecount="1"/>
2266
- <line num="166" count="1" type="cond" truecount="3" falsecount="1"/>
2267
- <line num="169" count="0" type="cond" truecount="0" falsecount="4"/>
2268
- <line num="172" count="1" type="stmt"/>
2269
- <line num="175" count="2" type="cond" truecount="2" falsecount="0"/>
2270
- <line num="178" count="98" type="stmt"/>
2271
- <line num="179" count="0" type="stmt"/>
2272
- <line num="180" count="0" type="stmt"/>
2273
- <line num="183" count="98" type="stmt"/>
2274
- <line num="184" count="39" type="stmt"/>
2275
- <line num="187" count="98" type="stmt"/>
2276
- <line num="188" count="98" type="cond" truecount="4" falsecount="0"/>
2277
- <line num="190" count="284" type="cond" truecount="3" falsecount="0"/>
2278
- <line num="192" count="98" type="stmt"/>
2279
- <line num="193" count="39" type="stmt"/>
2280
- <line num="194" count="39" type="stmt"/>
2281
- <line num="195" count="39" type="stmt"/>
2282
- <line num="197" count="39" type="stmt"/>
2283
- <line num="198" count="39" type="stmt"/>
2284
- <line num="199" count="39" type="stmt"/>
2285
- <line num="200" count="39" type="stmt"/>
2286
- <line num="204" count="98" type="stmt"/>
2287
- <line num="205" count="39" type="cond" truecount="1" falsecount="1"/>
2288
- <line num="206" count="0" type="stmt"/>
2289
- <line num="207" count="0" type="cond" truecount="0" falsecount="4"/>
2290
- <line num="211" count="98" type="stmt"/>
2291
- <line num="212" count="39" type="cond" truecount="4" falsecount="0"/>
2292
- <line num="213" count="36" type="stmt"/>
2293
- <line num="214" count="36" type="cond" truecount="1" falsecount="1"/>
2294
- <line num="215" count="0" type="stmt"/>
2295
- <line num="216" count="0" type="cond" truecount="0" falsecount="2"/>
2296
- <line num="217" count="0" type="stmt"/>
2297
- <line num="218" count="36" type="cond" truecount="4" falsecount="0"/>
2298
- <line num="219" count="1" type="stmt"/>
2299
- <line num="222" count="36" type="stmt"/>
2300
- <line num="223" count="36" type="cond" truecount="3" falsecount="1"/>
2301
- <line num="224" count="0" type="cond" truecount="0" falsecount="2"/>
2302
- <line num="228" count="98" type="stmt"/>
2303
- <line num="229" count="39" type="cond" truecount="1" falsecount="1"/>
2304
- <line num="230" count="0" type="cond" truecount="0" falsecount="5"/>
2305
- <line num="234" count="0" type="stmt"/>
2306
- <line num="235" count="0" type="cond" truecount="0" falsecount="4"/>
2307
- <line num="236" count="0" type="stmt"/>
2308
- <line num="237" count="0" type="stmt"/>
2309
- <line num="241" count="39" type="cond" truecount="2" falsecount="0"/>
2310
- <line num="242" count="36" type="stmt"/>
2311
- <line num="253" count="98" type="stmt"/>
2312
- <line num="265" count="6" type="cond" truecount="1" falsecount="1"/>
2313
- <line num="270" count="188" type="stmt"/>
2314
- <line num="271" count="39" type="stmt"/>
2315
- <line num="278" count="0" type="cond" truecount="0" falsecount="2"/>
2316
- <line num="279" count="0" type="stmt"/>
2317
- <line num="281" count="0" type="stmt"/>
2318
- <line num="294" count="2" type="cond" truecount="1" falsecount="1"/>
2319
- <line num="296" count="0" type="stmt"/>
2320
- <line num="298" count="2" type="stmt"/>
2321
- </file>
2322
- </package>
2323
- <package name="src.lib.inputs.text">
2324
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2325
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/text/index.tsx">
2326
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2327
- <line num="6" count="66" type="stmt"/>
2328
- </file>
2329
- </package>
2330
- <package name="src.lib.inputs.textarea">
2331
- <metrics statements="3" coveredstatements="3" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2332
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/inputs/textarea/index.tsx">
2333
- <metrics statements="3" coveredstatements="3" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2334
- <line num="7" count="1" type="stmt"/>
2335
- <line num="8" count="4" type="cond" truecount="1" falsecount="0"/>
2336
- <line num="9" count="4" type="stmt"/>
2337
- </file>
2338
- </package>
2339
- <package name="src.lib.internals">
2340
- <metrics statements="81" coveredstatements="72" conditionals="51" coveredconditionals="42" methods="13" coveredmethods="11"/>
2341
- <file name="colorStyles.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/internals/colorStyles.ts">
2342
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
2343
- <line num="1" count="1" type="stmt"/>
2344
- </file>
2345
- <file name="constants.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/internals/constants.ts">
2346
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
2347
- <line num="1" count="10" type="stmt"/>
2348
- <line num="10" count="10" type="stmt"/>
2349
- </file>
2350
- <file name="withTooltip.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/internals/withTooltip.tsx">
2351
- <metrics statements="78" coveredstatements="69" conditionals="51" coveredconditionals="42" methods="13" coveredmethods="11"/>
2352
- <line num="5" count="29" type="stmt"/>
2353
- <line num="7" count="7705" type="stmt"/>
2354
- <line num="9" count="49" type="cond" truecount="2" falsecount="1"/>
2355
- <line num="11" count="29" type="stmt"/>
2356
- <line num="14" count="49" type="stmt"/>
2357
- <line num="17" count="3087" type="stmt"/>
2358
- <line num="18" count="3087" type="stmt"/>
2359
- <line num="19" count="3087" type="stmt"/>
2360
- <line num="20" count="3087" type="stmt"/>
2361
- <line num="21" count="3087" type="stmt"/>
2362
- <line num="25" count="3087" type="stmt"/>
2363
- <line num="26" count="3087" type="stmt"/>
2364
- <line num="28" count="3087" type="stmt"/>
2365
- <line num="29" count="13" type="cond" truecount="4" falsecount="0"/>
2366
- <line num="30" count="9" type="stmt"/>
2367
- <line num="31" count="4" type="stmt"/>
2368
- <line num="34" count="3087" type="stmt"/>
2369
- <line num="35" count="0" type="stmt"/>
2370
- <line num="38" count="3087" type="stmt"/>
2371
- <line num="39" count="0" type="stmt"/>
2372
- <line num="42" count="3087" type="stmt"/>
2373
- <line num="43" count="2309" type="cond" truecount="2" falsecount="0"/>
2374
- <line num="44" count="75" type="cond" truecount="1" falsecount="1"/>
2375
- <line num="45" count="0" type="stmt"/>
2376
- <line num="47" count="75" type="stmt"/>
2377
- <line num="48" count="75" type="stmt"/>
2378
- <line num="49" count="75" type="stmt"/>
2379
- <line num="51" count="75" type="cond" truecount="4" falsecount="0"/>
2380
- <line num="52" count="65" type="stmt"/>
2381
- <line num="56" count="2309" type="stmt"/>
2382
- <line num="57" count="2309" type="cond" truecount="2" falsecount="0"/>
2383
- <line num="58" count="75" type="stmt"/>
2384
- <line num="59" count="75" type="stmt"/>
2385
- <line num="61" count="75" type="cond" truecount="4" falsecount="0"/>
2386
- <line num="62" count="65" type="stmt"/>
2387
- <line num="68" count="3087" type="stmt"/>
2388
- <line num="69" count="2373" type="cond" truecount="4" falsecount="0"/>
2389
- <line num="70" count="15" type="stmt"/>
2390
- <line num="71" count="15" type="stmt"/>
2391
- <line num="72" count="15" type="stmt"/>
2392
- <line num="73" count="15" type="stmt"/>
2393
- <line num="74" count="15" type="cond" truecount="1" falsecount="1"/>
2394
- <line num="75" count="15" type="stmt"/>
2395
- <line num="77" count="15" type="stmt"/>
2396
- <line num="78" count="15" type="stmt"/>
2397
- <line num="80" count="15" type="cond" truecount="4" falsecount="1"/>
2398
- <line num="82" count="3" type="cond" truecount="1" falsecount="1"/>
2399
- <line num="83" count="0" type="stmt"/>
2400
- <line num="85" count="3" type="stmt"/>
2401
- <line num="87" count="3" type="stmt"/>
2402
- <line num="89" count="6" type="cond" truecount="1" falsecount="1"/>
2403
- <line num="90" count="0" type="stmt"/>
2404
- <line num="92" count="6" type="stmt"/>
2405
- <line num="94" count="6" type="stmt"/>
2406
- <line num="96" count="2" type="cond" truecount="1" falsecount="1"/>
2407
- <line num="97" count="0" type="stmt"/>
2408
- <line num="99" count="2" type="stmt"/>
2409
- <line num="100" count="2" type="stmt"/>
2410
- <line num="102" count="2" type="stmt"/>
2411
- <line num="104" count="4" type="cond" truecount="1" falsecount="1"/>
2412
- <line num="105" count="0" type="stmt"/>
2413
- <line num="107" count="4" type="stmt"/>
2414
- <line num="108" count="4" type="stmt"/>
2415
- <line num="110" count="4" type="stmt"/>
2416
- <line num="112" count="0" type="stmt"/>
2417
- <line num="114" count="15" type="stmt"/>
2418
- <line num="118" count="3087" type="stmt"/>
2419
- <line num="119" count="2309" type="stmt"/>
2420
- <line num="122" count="3087" type="stmt"/>
2421
- <line num="123" count="27" type="cond" truecount="1" falsecount="1"/>
2422
- <line num="124" count="27" type="stmt"/>
2423
- <line num="135" count="0" type="stmt"/>
2424
- <line num="138" count="3087" type="stmt"/>
2425
- <line num="139" count="286" type="cond" truecount="2" falsecount="0"/>
2426
- <line num="142" count="3087" type="cond" truecount="2" falsecount="0"/>
2427
- <line num="143" count="158" type="stmt"/>
2428
- <line num="151" count="49" type="stmt"/>
2429
- <line num="152" count="49" type="stmt"/>
2430
- </file>
2431
- </package>
2432
- <package name="src.lib.labelMessages">
2433
- <metrics statements="14" coveredstatements="13" conditionals="28" coveredconditionals="26" methods="4" coveredmethods="4"/>
2434
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/labelMessages/index.tsx">
2435
- <metrics statements="14" coveredstatements="13" conditionals="28" coveredconditionals="26" methods="4" coveredmethods="4"/>
2436
- <line num="7" count="1" type="stmt"/>
2437
- <line num="19" count="17" type="stmt"/>
2438
- <line num="21" count="17" type="stmt"/>
2439
- <line num="22" count="14" type="stmt"/>
2440
- <line num="26" count="17" type="stmt"/>
2441
- <line num="27" count="3" type="cond" truecount="2" falsecount="0"/>
2442
- <line num="28" count="2" type="stmt"/>
2443
- <line num="29" count="1" type="cond" truecount="1" falsecount="1"/>
2444
- <line num="30" count="1" type="stmt"/>
2445
- <line num="32" count="0" type="stmt"/>
2446
- <line num="35" count="17" type="cond" truecount="4" falsecount="0"/>
2447
- <line num="36" count="14" type="stmt"/>
2448
- <line num="52" count="2" type="cond" truecount="2" falsecount="0"/>
2449
- <line num="53" count="2" type="stmt"/>
2450
- </file>
2451
- </package>
2452
- <package name="src.lib.labels">
2453
- <metrics statements="24" coveredstatements="24" conditionals="22" coveredconditionals="18" methods="9" coveredmethods="9"/>
2454
- <file name="DangerLabel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/labels/DangerLabel.tsx">
2455
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2456
- <line num="5" count="4" type="stmt"/>
2457
- <line num="6" count="2" type="stmt"/>
2458
- </file>
2459
- <file name="DefaultLabel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/labels/DefaultLabel.tsx">
2460
- <metrics statements="14" coveredstatements="14" conditionals="22" coveredconditionals="18" methods="4" coveredmethods="4"/>
2461
- <line num="8" count="4" type="stmt"/>
2462
- <line num="11" count="54" type="stmt"/>
2463
- <line num="12" count="54" type="stmt"/>
2464
- <line num="14" count="54" type="stmt"/>
2465
- <line num="15" count="53" type="cond" truecount="3" falsecount="1"/>
2466
- <line num="21" count="54" type="stmt"/>
2467
- <line num="22" count="53" type="cond" truecount="2" falsecount="0"/>
2468
- <line num="23" count="3" type="stmt"/>
2469
- <line num="24" count="50" type="cond" truecount="2" falsecount="0"/>
2470
- <line num="25" count="6" type="stmt"/>
2471
- <line num="27" count="44" type="stmt"/>
2472
- <line num="30" count="54" type="cond" truecount="4" falsecount="0"/>
2473
- <line num="32" count="53" type="stmt"/>
2474
- <line num="36" count="106" type="cond" truecount="1" falsecount="1"/>
2475
- </file>
2476
- <file name="InfoLabel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/labels/InfoLabel.tsx">
2477
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2478
- <line num="5" count="4" type="stmt"/>
2479
- <line num="6" count="2" type="stmt"/>
2480
- </file>
2481
- <file name="PrimaryLabel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/labels/PrimaryLabel.tsx">
2482
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2483
- <line num="5" count="4" type="stmt"/>
2484
- <line num="6" count="2" type="stmt"/>
2485
- </file>
2486
- <file name="SuccessLabel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/labels/SuccessLabel.tsx">
2487
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2488
- <line num="5" count="4" type="stmt"/>
2489
- <line num="6" count="2" type="stmt"/>
2490
- </file>
2491
- <file name="WarningLabel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/labels/WarningLabel.tsx">
2492
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2493
- <line num="5" count="4" type="stmt"/>
2494
- <line num="6" count="2" type="stmt"/>
2495
- </file>
2496
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/labels/index.tsx">
2497
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
2498
- </file>
2499
- </package>
2500
- <package name="src.lib.labels.label_container">
2501
- <metrics statements="2" coveredstatements="1" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
2502
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/labels/label_container/index.tsx">
2503
- <metrics statements="2" coveredstatements="1" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
2504
- <line num="11" count="4" type="cond" truecount="0" falsecount="1"/>
2505
- <line num="12" count="0" type="stmt"/>
2506
- </file>
2507
- </package>
2508
- <package name="src.lib.list">
2509
- <metrics statements="116" coveredstatements="101" conditionals="161" coveredconditionals="136" methods="27" coveredmethods="26"/>
2510
- <file name="Header.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/list/Header.tsx">
2511
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2512
- <line num="4" count="7" type="stmt"/>
2513
- <line num="5" count="58" type="stmt"/>
2514
- </file>
2515
- <file name="Item.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/list/Item.tsx">
2516
- <metrics statements="37" coveredstatements="36" conditionals="77" coveredconditionals="73" methods="10" coveredmethods="10"/>
2517
- <line num="13" count="7" type="stmt"/>
2518
- <line num="18" count="319" type="stmt"/>
2519
- <line num="21" count="319" type="stmt"/>
2520
- <line num="22" count="319" type="stmt"/>
2521
- <line num="23" count="319" type="stmt"/>
2522
- <line num="24" count="319" type="stmt"/>
2523
- <line num="25" count="319" type="stmt"/>
2524
- <line num="27" count="698" type="cond" truecount="2" falsecount="0"/>
2525
- <line num="29" count="319" type="stmt"/>
2526
- <line num="30" count="375" type="cond" truecount="4" falsecount="0"/>
2527
- <line num="33" count="319" type="stmt"/>
2528
- <line num="34" count="64" type="cond" truecount="2" falsecount="0"/>
2529
- <line num="35" count="8" type="stmt"/>
2530
- <line num="36" count="56" type="cond" truecount="2" falsecount="0"/>
2531
- <line num="37" count="44" type="stmt"/>
2532
- <line num="39" count="12" type="stmt"/>
2533
- <line num="42" count="319" type="stmt"/>
2534
- <line num="43" count="4" type="cond" truecount="2" falsecount="0"/>
2535
- <line num="44" count="4" type="cond" truecount="3" falsecount="1"/>
2536
- <line num="45" count="0" type="stmt"/>
2537
- <line num="47" count="4" type="cond" truecount="2" falsecount="0"/>
2538
- <line num="50" count="319" type="stmt"/>
2539
- <line num="51" count="4" type="cond" truecount="6" falsecount="0"/>
2540
- <line num="53" count="1" type="stmt"/>
2541
- <line num="54" count="1" type="stmt"/>
2542
- <line num="55" count="1" type="cond" truecount="1" falsecount="1"/>
2543
- <line num="59" count="319" type="stmt"/>
2544
- <line num="60" count="311" type="cond" truecount="2" falsecount="0"/>
2545
- <line num="61" count="269" type="cond" truecount="3" falsecount="2"/>
2546
- <line num="63" count="269" type="stmt"/>
2547
- <line num="65" count="3" type="stmt"/>
2548
- <line num="72" count="319" type="stmt"/>
2549
- <line num="73" count="186" type="cond" truecount="2" falsecount="0"/>
2550
- <line num="74" count="186" type="stmt"/>
2551
- <line num="75" count="186" type="stmt"/>
2552
- <line num="79" count="319" type="cond" truecount="4" falsecount="0"/>
2553
- <line num="80" count="311" type="stmt"/>
2554
- </file>
2555
- <file name="Separator.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/list/Separator.tsx">
2556
- <metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2557
- <line num="3" count="7" type="stmt"/>
2558
- <line num="4" count="0" type="stmt"/>
2559
- </file>
2560
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/list/helpers.ts">
2561
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
2562
- <line num="4" count="7" type="stmt"/>
2563
- <line num="6" count="7" type="stmt"/>
2564
- </file>
2565
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/list/index.tsx">
2566
- <metrics statements="73" coveredstatements="60" conditionals="84" coveredconditionals="63" methods="15" coveredmethods="15"/>
2567
- <line num="11" count="7" type="stmt"/>
2568
- <line num="15" count="136" type="stmt"/>
2569
- <line num="16" count="136" type="stmt"/>
2570
- <line num="17" count="136" type="stmt"/>
2571
- <line num="18" count="136" type="stmt"/>
2572
- <line num="19" count="136" type="stmt"/>
2573
- <line num="20" count="136" type="stmt"/>
2574
- <line num="22" count="136" type="stmt"/>
2575
- <line num="30" count="3" type="cond" truecount="4" falsecount="0"/>
2576
- <line num="31" count="3" type="cond" truecount="2" falsecount="0"/>
2577
- <line num="35" count="136" type="stmt"/>
2578
- <line num="36" count="12" type="cond" truecount="4" falsecount="0"/>
2579
- <line num="38" count="11" type="stmt"/>
2580
- <line num="39" count="11" type="cond" truecount="2" falsecount="0"/>
2581
- <line num="40" count="9" type="cond" truecount="2" falsecount="0"/>
2582
- <line num="41" count="1" type="stmt"/>
2583
- <line num="43" count="8" type="cond" truecount="2" falsecount="0"/>
2584
- <line num="44" count="8" type="stmt"/>
2585
- <line num="46" count="2" type="cond" truecount="1" falsecount="1"/>
2586
- <line num="47" count="2" type="cond" truecount="2" falsecount="0"/>
2587
- <line num="48" count="1" type="stmt"/>
2588
- <line num="50" count="1" type="stmt"/>
2589
- <line num="51" count="1" type="stmt"/>
2590
- <line num="54" count="11" type="cond" truecount="2" falsecount="0"/>
2591
- <line num="56" count="1" type="stmt"/>
2592
- <line num="59" count="136" type="cond" truecount="0" falsecount="1"/>
2593
- <line num="60" count="3" type="stmt"/>
2594
- <line num="61" count="3" type="cond" truecount="1" falsecount="1"/>
2595
- <line num="63" count="3" type="stmt"/>
2596
- <line num="65" count="3" type="stmt"/>
2597
- <line num="68" count="15" type="stmt"/>
2598
- <line num="77" count="136" type="stmt"/>
2599
- <line num="78" count="3" type="cond" truecount="1" falsecount="1"/>
2600
- <line num="80" count="3" type="stmt"/>
2601
- <line num="83" count="3" type="stmt"/>
2602
- <line num="96" count="136" type="stmt"/>
2603
- <line num="97" count="68" type="cond" truecount="4" falsecount="1"/>
2604
- <line num="98" count="0" type="stmt"/>
2605
- <line num="99" count="0" type="stmt"/>
2606
- <line num="100" count="0" type="stmt"/>
2607
- <line num="101" count="0" type="stmt"/>
2608
- <line num="103" count="0" type="cond" truecount="0" falsecount="2"/>
2609
- <line num="104" count="0" type="stmt"/>
2610
- <line num="105" count="0" type="cond" truecount="0" falsecount="2"/>
2611
- <line num="106" count="0" type="stmt"/>
2612
- <line num="107" count="0" type="cond" truecount="0" falsecount="2"/>
2613
- <line num="108" count="0" type="stmt"/>
2614
- <line num="110" count="0" type="stmt"/>
2615
- <line num="115" count="136" type="stmt"/>
2616
- <line num="116" count="135" type="cond" truecount="2" falsecount="0"/>
2617
- <line num="118" count="135" type="stmt"/>
2618
- <line num="119" count="135" type="stmt"/>
2619
- <line num="123" count="136" type="stmt"/>
2620
- <line num="124" count="63" type="cond" truecount="4" falsecount="0"/>
2621
- <line num="127" count="136" type="stmt"/>
2622
- <line num="128" count="64" type="cond" truecount="4" falsecount="0"/>
2623
- <line num="129" count="61" type="stmt"/>
2624
- <line num="130" count="202" type="cond" truecount="2" falsecount="0"/>
2625
- <line num="131" count="61" type="stmt"/>
2626
- <line num="132" count="3" type="cond" truecount="3" falsecount="1"/>
2627
- <line num="133" count="3" type="stmt"/>
2628
- <line num="134" count="3" type="cond" truecount="2" falsecount="0"/>
2629
- <line num="138" count="136" type="stmt"/>
2630
- <line num="139" count="64" type="cond" truecount="2" falsecount="0"/>
2631
- <line num="140" count="3" type="stmt"/>
2632
- <line num="141" count="3" type="cond" truecount="3" falsecount="1"/>
2633
- <line num="142" count="3" type="stmt"/>
2634
- <line num="143" count="9" type="cond" truecount="3" falsecount="0"/>
2635
- <line num="145" count="0" type="cond" truecount="0" falsecount="2"/>
2636
- <line num="146" count="0" type="cond" truecount="0" falsecount="5"/>
2637
- <line num="149" count="3" type="stmt"/>
2638
- <line num="151" count="61" type="stmt"/>
2639
- <line num="156" count="136" type="stmt"/>
2640
- </file>
2641
- </package>
2642
- <package name="src.lib.menus.float">
2643
- <metrics statements="29" coveredstatements="16" conditionals="25" coveredconditionals="9" methods="10" coveredmethods="3"/>
2644
- <file name="MenuItem.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/float/MenuItem.tsx">
2645
- <metrics statements="9" coveredstatements="5" conditionals="11" coveredconditionals="2" methods="2" coveredmethods="1"/>
2646
- <line num="9" count="2" type="stmt"/>
2647
- <line num="12" count="8" type="stmt"/>
2648
- <line num="13" count="8" type="stmt"/>
2649
- <line num="15" count="8" type="stmt"/>
2650
- <line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
2651
- <line num="17" count="0" type="stmt"/>
2652
- <line num="18" count="0" type="stmt"/>
2653
- <line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
2654
- <line num="23" count="8" type="stmt"/>
2655
- </file>
2656
- <file name="SubMenuContainer.jsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/float/SubMenuContainer.jsx">
2657
- <metrics statements="12" coveredstatements="4" conditionals="6" coveredconditionals="0" methods="6" coveredmethods="0"/>
2658
- <line num="6" count="2" type="stmt"/>
2659
- <line num="7" count="0" type="cond" truecount="0" falsecount="4"/>
2660
- <line num="8" count="0" type="stmt"/>
2661
- <line num="9" count="0" type="stmt"/>
2662
- <line num="12" count="0" type="stmt"/>
2663
- <line num="25" count="0" type="stmt"/>
2664
- <line num="28" count="2" type="stmt"/>
2665
- <line num="31" count="0" type="stmt"/>
2666
- <line num="32" count="0" type="stmt"/>
2667
- <line num="35" count="0" type="stmt"/>
2668
- <line num="48" count="2" type="stmt"/>
2669
- <line num="57" count="2" type="stmt"/>
2670
- </file>
2671
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/float/helpers.ts">
2672
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
2673
- <line num="4" count="2" type="stmt"/>
2674
- </file>
2675
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/float/index.tsx">
2676
- <metrics statements="7" coveredstatements="6" conditionals="8" coveredconditionals="7" methods="2" coveredmethods="2"/>
2677
- <line num="11" count="2" type="stmt"/>
2678
- <line num="14" count="20" type="stmt"/>
2679
- <line num="16" count="20" type="stmt"/>
2680
- <line num="17" count="1" type="cond" truecount="1" falsecount="1"/>
2681
- <line num="18" count="0" type="stmt"/>
2682
- <line num="21" count="20" type="stmt"/>
2683
- <line num="25" count="20" type="stmt"/>
2684
- </file>
2685
- </package>
2686
- <package name="src.lib.menus.sidenav">
2687
- <metrics statements="99" coveredstatements="90" conditionals="95" coveredconditionals="71" methods="33" coveredmethods="24"/>
2688
- <file name="ExpandMenu.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/sidenav/ExpandMenu.tsx">
2689
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
2690
- <line num="5" count="1" type="stmt"/>
2691
- <line num="6" count="1" type="stmt"/>
2692
- </file>
2693
- <file name="MenuLink.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/sidenav/MenuLink.tsx">
2694
- <metrics statements="5" coveredstatements="3" conditionals="6" coveredconditionals="2" methods="2" coveredmethods="1"/>
2695
- <line num="6" count="1" type="stmt"/>
2696
- <line num="7" count="88" type="cond" truecount="2" falsecount="2"/>
2697
- <line num="8" count="0" type="stmt"/>
2698
- <line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
2699
- <line num="19" count="88" type="stmt"/>
2700
- </file>
2701
- <file name="NavMenuGroup.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/sidenav/NavMenuGroup.tsx">
2702
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
2703
- <line num="5" count="1" type="stmt"/>
2704
- <line num="6" count="46" type="stmt"/>
2705
- <line num="7" count="46" type="stmt"/>
2706
- </file>
2707
- <file name="NavMenuItem.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/sidenav/NavMenuItem.tsx">
2708
- <metrics statements="19" coveredstatements="17" conditionals="29" coveredconditionals="23" methods="5" coveredmethods="3"/>
2709
- <line num="10" count="1" type="stmt"/>
2710
- <line num="14" count="70" type="stmt"/>
2711
- <line num="15" count="70" type="stmt"/>
2712
- <line num="17" count="70" type="stmt"/>
2713
- <line num="18" count="70" type="stmt"/>
2714
- <line num="19" count="70" type="stmt"/>
2715
- <line num="20" count="70" type="stmt"/>
2716
- <line num="21" count="70" type="stmt"/>
2717
- <line num="23" count="70" type="stmt"/>
2718
- <line num="24" count="4" type="stmt"/>
2719
- <line num="25" count="4" type="stmt"/>
2720
- <line num="26" count="4" type="stmt"/>
2721
- <line num="29" count="70" type="stmt"/>
2722
- <line num="30" count="0" type="stmt"/>
2723
- <line num="33" count="70" type="stmt"/>
2724
- <line num="37" count="70" type="cond" truecount="1" falsecount="1"/>
2725
- <line num="38" count="70" type="stmt"/>
2726
- <line num="43" count="4" type="stmt"/>
2727
- <line num="44" count="0" type="stmt"/>
2728
- </file>
2729
- <file name="NavSubMenuItem.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/sidenav/NavSubMenuItem.tsx">
2730
- <metrics statements="7" coveredstatements="7" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="1"/>
2731
- <line num="8" count="1" type="stmt"/>
2732
- <line num="9" count="18" type="stmt"/>
2733
- <line num="10" count="18" type="stmt"/>
2734
- <line num="11" count="18" type="stmt"/>
2735
- <line num="12" count="18" type="stmt"/>
2736
- <line num="14" count="18" type="cond" truecount="1" falsecount="1"/>
2737
- <line num="15" count="18" type="stmt"/>
2738
- </file>
2739
- <file name="helpers.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/sidenav/helpers.tsx">
2740
- <metrics statements="7" coveredstatements="6" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
2741
- <line num="4" count="1" type="stmt"/>
2742
- <line num="5" count="46" type="stmt"/>
2743
- <line num="6" count="46" type="cond" truecount="1" falsecount="1"/>
2744
- <line num="7" count="0" type="stmt"/>
2745
- <line num="9" count="46" type="stmt"/>
2746
- <line num="12" count="1" type="stmt"/>
2747
- <line num="13" count="1" type="stmt"/>
2748
- </file>
2749
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/sidenav/index.tsx">
2750
- <metrics statements="56" coveredstatements="52" conditionals="52" coveredconditionals="41" methods="20" coveredmethods="16"/>
2751
- <line num="14" count="1" type="stmt"/>
2752
- <line num="18" count="18" type="stmt"/>
2753
- <line num="19" count="18" type="stmt"/>
2754
- <line num="20" count="18" type="stmt"/>
2755
- <line num="22" count="18" type="stmt"/>
2756
- <line num="23" count="18" type="stmt"/>
2757
- <line num="24" count="18" type="stmt"/>
2758
- <line num="26" count="18" type="stmt"/>
2759
- <line num="27" count="0" type="stmt"/>
2760
- <line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
2761
- <line num="31" count="18" type="stmt"/>
2762
- <line num="32" count="2" type="stmt"/>
2763
- <line num="33" count="2" type="stmt"/>
2764
- <line num="34" count="2" type="stmt"/>
2765
- <line num="37" count="18" type="stmt"/>
2766
- <line num="38" count="0" type="stmt"/>
2767
- <line num="41" count="18" type="stmt"/>
2768
- <line num="42" count="56" type="stmt"/>
2769
- <line num="43" count="56" type="cond" truecount="5" falsecount="0"/>
2770
- <line num="44" count="28" type="stmt"/>
2771
- <line num="52" count="18" type="stmt"/>
2772
- <line num="53" count="24" type="cond" truecount="2" falsecount="0"/>
2773
- <line num="54" count="16" type="stmt"/>
2774
- <line num="55" count="48" type="cond" truecount="1" falsecount="1"/>
2775
- <line num="56" count="48" type="stmt"/>
2776
- <line num="57" count="48" type="cond" truecount="2" falsecount="0"/>
2777
- <line num="60" count="8" type="cond" truecount="1" falsecount="1"/>
2778
- <line num="61" count="8" type="stmt"/>
2779
- <line num="62" count="8" type="cond" truecount="1" falsecount="1"/>
2780
- <line num="66" count="18" type="stmt"/>
2781
- <line num="67" count="2" type="stmt"/>
2782
- <line num="70" count="18" type="stmt"/>
2783
- <line num="71" count="2" type="cond" truecount="4" falsecount="1"/>
2784
- <line num="72" count="2" type="stmt"/>
2785
- <line num="73" count="2" type="stmt"/>
2786
- <line num="77" count="18" type="stmt"/>
2787
- <line num="78" count="12" type="stmt"/>
2788
- <line num="80" count="12" type="stmt"/>
2789
- <line num="81" count="12" type="stmt"/>
2790
- <line num="85" count="18" type="stmt"/>
2791
- <line num="86" count="12" type="cond" truecount="5" falsecount="0"/>
2792
- <line num="87" count="4" type="stmt"/>
2793
- <line num="89" count="12" type="cond" truecount="2" falsecount="0"/>
2794
- <line num="92" count="18" type="stmt"/>
2795
- <line num="93" count="12" type="stmt"/>
2796
- <line num="96" count="18" type="stmt"/>
2797
- <line num="98" count="18" type="stmt"/>
2798
- <line num="99" count="10" type="stmt"/>
2799
- <line num="111" count="0" type="stmt"/>
2800
- <line num="132" count="18" type="stmt"/>
2801
- <line num="133" count="18" type="cond" truecount="2" falsecount="0"/>
2802
- <line num="134" count="10" type="stmt"/>
2803
- <line num="135" count="10" type="stmt"/>
2804
- <line num="136" count="10" type="stmt"/>
2805
- <line num="139" count="18" type="stmt"/>
2806
- <line num="144" count="18" type="stmt"/>
2807
- </file>
2808
- </package>
2809
- <package name="src.lib.menus.sidenav.popup_menu_search">
2810
- <metrics statements="43" coveredstatements="37" conditionals="27" coveredconditionals="15" methods="15" coveredmethods="11"/>
2811
- <file name="EmptyList.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/sidenav/popup_menu_search/EmptyList.tsx">
2812
- <metrics statements="3" coveredstatements="1" conditionals="3" coveredconditionals="0" methods="1" coveredmethods="0"/>
2813
- <line num="5" count="1" type="stmt"/>
2814
- <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
2815
- <line num="10" count="0" type="stmt"/>
2816
- </file>
2817
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/menus/sidenav/popup_menu_search/index.tsx">
2818
- <metrics statements="40" coveredstatements="36" conditionals="24" coveredconditionals="15" methods="14" coveredmethods="11"/>
2819
- <line num="10" count="1" type="stmt"/>
2820
- <line num="12" count="1" type="stmt"/>
2821
- <line num="15" count="5" type="stmt"/>
2822
- <line num="16" count="5" type="stmt"/>
2823
- <line num="17" count="5" type="stmt"/>
2824
- <line num="18" count="5" type="stmt"/>
2825
- <line num="19" count="5" type="stmt"/>
2826
- <line num="20" count="5" type="stmt"/>
2827
- <line num="21" count="5" type="stmt"/>
2828
- <line num="26" count="5" type="stmt"/>
2829
- <line num="27" count="0" type="cond" truecount="0" falsecount="4"/>
2830
- <line num="28" count="0" type="stmt"/>
2831
- <line num="32" count="5" type="stmt"/>
2832
- <line num="33" count="2" type="stmt"/>
2833
- <line num="34" count="2" type="cond" truecount="3" falsecount="1"/>
2834
- <line num="35" count="2" type="stmt"/>
2835
- <line num="37" count="2" type="stmt"/>
2836
- <line num="38" count="2" type="stmt"/>
2837
- <line num="39" count="2" type="stmt"/>
2838
- <line num="43" count="5" type="stmt"/>
2839
- <line num="44" count="2" type="stmt"/>
2840
- <line num="49" count="5" type="stmt"/>
2841
- <line num="50" count="2" type="cond" truecount="3" falsecount="1"/>
2842
- <line num="53" count="5" type="stmt"/>
2843
- <line num="54" count="1" type="stmt"/>
2844
- <line num="55" count="1" type="cond" truecount="2" falsecount="0"/>
2845
- <line num="56" count="7" type="stmt"/>
2846
- <line num="58" count="1" type="cond" truecount="3" falsecount="1"/>
2847
- <line num="59" count="1" type="stmt"/>
2848
- <line num="60" count="1" type="stmt"/>
2849
- <line num="63" count="5" type="stmt"/>
2850
- <line num="64" count="5" type="cond" truecount="3" falsecount="1"/>
2851
- <line num="65" count="5" type="stmt"/>
2852
- <line num="75" count="33" type="stmt"/>
2853
- <line num="83" count="0" type="stmt"/>
2854
- <line num="86" count="5" type="stmt"/>
2855
- <line num="87" count="5" type="stmt"/>
2856
- <line num="99" count="1" type="cond" truecount="1" falsecount="1"/>
2857
- <line num="104" count="0" type="stmt"/>
2858
- <line num="111" count="5" type="stmt"/>
2859
- </file>
2860
- </package>
2861
- <package name="src.lib.noPermission">
2862
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2863
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/noPermission/index.tsx">
2864
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2865
- <line num="5" count="7" type="stmt"/>
2866
- <line num="6" count="6" type="stmt"/>
2867
- </file>
2868
- </package>
2869
- <package name="src.lib.panel">
2870
- <metrics statements="61" coveredstatements="48" conditionals="58" coveredconditionals="34" methods="21" coveredmethods="12"/>
2871
- <file name="Content.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/panel/Content.tsx">
2872
- <metrics statements="21" coveredstatements="14" conditionals="20" coveredconditionals="10" methods="6" coveredmethods="3"/>
2873
- <line num="6" count="1" type="stmt"/>
2874
- <line num="8" count="1" type="stmt"/>
2875
- <line num="9" count="21" type="stmt"/>
2876
- <line num="10" count="21" type="stmt"/>
2877
- <line num="11" count="21" type="stmt"/>
2878
- <line num="13" count="21" type="stmt"/>
2879
- <line num="15" count="21" type="stmt"/>
2880
- <line num="20" count="21" type="stmt"/>
2881
- <line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
2882
- <line num="24" count="0" type="stmt"/>
2883
- <line num="25" count="0" type="stmt"/>
2884
- <line num="26" count="0" type="cond" truecount="0" falsecount="4"/>
2885
- <line num="27" count="0" type="stmt"/>
2886
- <line num="32" count="0" type="stmt"/>
2887
- <line num="36" count="21" type="stmt"/>
2888
- <line num="37" count="20" type="stmt"/>
2889
- <line num="40" count="21" type="stmt"/>
2890
- <line num="41" count="20" type="cond" truecount="2" falsecount="2"/>
2891
- <line num="42" count="0" type="stmt"/>
2892
- <line num="46" count="21" type="cond" truecount="2" falsecount="0"/>
2893
- <line num="48" count="19" type="stmt"/>
2894
- </file>
2895
- <file name="DangerPanel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/panel/DangerPanel.tsx">
2896
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2897
- <line num="6" count="1" type="stmt"/>
2898
- </file>
2899
- <file name="Default.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/panel/Default.tsx">
2900
- <metrics statements="14" coveredstatements="14" conditionals="10" coveredconditionals="7" methods="5" coveredmethods="5"/>
2901
- <line num="9" count="1" type="stmt"/>
2902
- <line num="14" count="21" type="stmt"/>
2903
- <line num="15" count="21" type="stmt"/>
2904
- <line num="17" count="21" type="stmt"/>
2905
- <line num="19" count="21" type="stmt"/>
2906
- <line num="20" count="21" type="stmt"/>
2907
- <line num="21" count="21" type="cond" truecount="1" falsecount="1"/>
2908
- <line num="22" count="21" type="stmt"/>
2909
- <line num="25" count="21" type="stmt"/>
2910
- <line num="26" count="21" type="stmt"/>
2911
- <line num="32" count="21" type="stmt"/>
2912
- <line num="34" count="1" type="stmt"/>
2913
- <line num="42" count="21" type="cond" truecount="1" falsecount="1"/>
2914
- <line num="44" count="21" type="stmt"/>
2915
- </file>
2916
- <file name="Header.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/panel/Header.tsx">
2917
- <metrics statements="15" coveredstatements="14" conditionals="20" coveredconditionals="17" methods="4" coveredmethods="4"/>
2918
- <line num="8" count="1" type="stmt"/>
2919
- <line num="9" count="2" type="cond" truecount="2" falsecount="0"/>
2920
- <line num="10" count="1" type="stmt"/>
2921
- <line num="11" count="1" type="cond" truecount="1" falsecount="1"/>
2922
- <line num="12" count="1" type="stmt"/>
2923
- <line num="14" count="0" type="stmt"/>
2924
- <line num="17" count="1" type="cond" truecount="1" falsecount="0"/>
2925
- <line num="18" count="21" type="stmt"/>
2926
- <line num="19" count="21" type="cond" truecount="2" falsecount="0"/>
2927
- <line num="20" count="21" type="stmt"/>
2928
- <line num="23" count="1" type="stmt"/>
2929
- <line num="26" count="21" type="stmt"/>
2930
- <line num="27" count="21" type="stmt"/>
2931
- <line num="29" count="21" type="stmt"/>
2932
- <line num="46" count="1" type="stmt"/>
2933
- </file>
2934
- <file name="InfoPanel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/panel/InfoPanel.tsx">
2935
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2936
- <line num="6" count="1" type="stmt"/>
2937
- </file>
2938
- <file name="PrimaryPanel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/panel/PrimaryPanel.tsx">
2939
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2940
- <line num="7" count="1" type="stmt"/>
2941
- </file>
2942
- <file name="SuccessPanel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/panel/SuccessPanel.tsx">
2943
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2944
- <line num="7" count="1" type="stmt"/>
2945
- </file>
2946
- <file name="WarningPanel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/panel/WarningPanel.tsx">
2947
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2948
- <line num="7" count="1" type="stmt"/>
2949
- </file>
2950
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/panel/helpers.ts">
2951
- <metrics statements="6" coveredstatements="1" conditionals="8" coveredconditionals="0" methods="1" coveredmethods="0"/>
2952
- <line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
2953
- <line num="6" count="0" type="stmt"/>
2954
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
2955
- <line num="8" count="0" type="cond" truecount="0" falsecount="4"/>
2956
- <line num="11" count="0" type="stmt"/>
2957
- <line num="14" count="1" type="stmt"/>
2958
- </file>
2959
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/panel/index.tsx">
2960
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
2961
- </file>
2962
- </package>
2963
- <package name="src.lib.popover">
2964
- <metrics statements="5" coveredstatements="5" conditionals="9" coveredconditionals="8" methods="4" coveredmethods="4"/>
2965
- <file name="PopoverText.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/popover/PopoverText.tsx">
2966
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2967
- <line num="4" count="8" type="stmt"/>
2968
- </file>
2969
- <file name="PopoverTitle.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/popover/PopoverTitle.tsx">
2970
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2971
- <line num="4" count="8" type="stmt"/>
2972
- </file>
2973
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/popover/index.tsx">
2974
- <metrics statements="3" coveredstatements="3" conditionals="9" coveredconditionals="8" methods="2" coveredmethods="2"/>
2975
- <line num="10" count="2" type="stmt"/>
2976
- <line num="19" count="25" type="stmt"/>
2977
- <line num="37" count="8" type="stmt"/>
2978
- </file>
2979
- </package>
2980
- <package name="src.lib.progress">
2981
- <metrics statements="29" coveredstatements="28" conditionals="32" coveredconditionals="23" methods="6" coveredmethods="6"/>
2982
- <file name="Bar.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/progress/Bar.tsx">
2983
- <metrics statements="25" coveredstatements="24" conditionals="28" coveredconditionals="19" methods="5" coveredmethods="5"/>
2984
- <line num="4" count="1" type="stmt"/>
2985
- <line num="5" count="1" type="cond" truecount="0" falsecount="3"/>
2986
- <line num="6" count="9" type="stmt"/>
2987
- <line num="7" count="9" type="stmt"/>
2988
- <line num="10" count="1" type="stmt"/>
2989
- <line num="11" count="10" type="stmt"/>
2990
- <line num="12" count="10" type="cond" truecount="1" falsecount="1"/>
2991
- <line num="13" count="10" type="cond" truecount="1" falsecount="1"/>
2992
- <line num="14" count="10" type="cond" truecount="2" falsecount="0"/>
2993
- <line num="15" count="10" type="cond" truecount="2" falsecount="0"/>
2994
- <line num="16" count="10" type="cond" truecount="2" falsecount="0"/>
2995
- <line num="17" count="10" type="stmt"/>
2996
- <line num="20" count="1" type="stmt"/>
2997
- <line num="21" count="8" type="stmt"/>
2998
- <line num="22" count="8" type="cond" truecount="1" falsecount="1"/>
2999
- <line num="23" count="0" type="stmt"/>
3000
- <line num="25" count="8" type="stmt"/>
3001
- <line num="28" count="1" type="stmt"/>
3002
- <line num="31" count="10" type="stmt"/>
3003
- <line num="32" count="10" type="cond" truecount="2" falsecount="0"/>
3004
- <line num="33" count="1" type="stmt"/>
3005
- <line num="40" count="9" type="stmt"/>
3006
- <line num="43" count="1" type="stmt"/>
3007
- <line num="44" count="10" type="cond" truecount="1" falsecount="3"/>
3008
- <line num="46" count="10" type="stmt"/>
3009
- </file>
3010
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/progress/index.tsx">
3011
- <metrics statements="4" coveredstatements="4" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
3012
- <line num="6" count="1" type="stmt"/>
3013
- <line num="7" count="10" type="cond" truecount="2" falsecount="0"/>
3014
- <line num="8" count="10" type="stmt"/>
3015
- <line num="14" count="10" type="stmt"/>
3016
- </file>
3017
- </package>
3018
- <package name="src.lib.radio">
3019
- <metrics statements="17" coveredstatements="17" conditionals="27" coveredconditionals="23" methods="5" coveredmethods="5"/>
3020
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/radio/index.tsx">
3021
- <metrics statements="17" coveredstatements="17" conditionals="27" coveredconditionals="23" methods="5" coveredmethods="5"/>
3022
- <line num="14" count="1" type="stmt"/>
3023
- <line num="28" count="68" type="stmt"/>
3024
- <line num="29" count="68" type="stmt"/>
3025
- <line num="30" count="68" type="stmt"/>
3026
- <line num="32" count="68" type="stmt"/>
3027
- <line num="33" count="68" type="cond" truecount="1" falsecount="1"/>
3028
- <line num="36" count="69" type="cond" truecount="3" falsecount="0"/>
3029
- <line num="38" count="68" type="stmt"/>
3030
- <line num="39" count="68" type="stmt"/>
3031
- <line num="40" count="68" type="cond" truecount="4" falsecount="0"/>
3032
- <line num="41" count="68" type="stmt"/>
3033
- <line num="45" count="68" type="cond" truecount="4" falsecount="0"/>
3034
- <line num="46" count="1" type="stmt"/>
3035
- <line num="48" count="1" type="stmt"/>
3036
- <line num="54" count="68" type="stmt"/>
3037
- <line num="57" count="68" type="cond" truecount="1" falsecount="1"/>
3038
- <line num="59" count="68" type="stmt"/>
3039
- </file>
3040
- </package>
3041
- <package name="src.lib.skeleton">
3042
- <metrics statements="14" coveredstatements="10" conditionals="14" coveredconditionals="8" methods="5" coveredmethods="3"/>
3043
- <file name="SkeletonContainer.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/skeleton/SkeletonContainer.tsx">
3044
- <metrics statements="4" coveredstatements="1" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
3045
- <line num="4" count="9" type="stmt"/>
3046
- <line num="5" count="0" type="stmt"/>
3047
- <line num="6" count="0" type="stmt"/>
3048
- <line num="10" count="0" type="stmt"/>
3049
- </file>
3050
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/skeleton/index.tsx">
3051
- <metrics statements="10" coveredstatements="9" conditionals="12" coveredconditionals="8" methods="3" coveredmethods="3"/>
3052
- <line num="7" count="9" type="stmt"/>
3053
- <line num="10" count="19" type="stmt"/>
3054
- <line num="11" count="19" type="stmt"/>
3055
- <line num="13" count="19" type="stmt"/>
3056
- <line num="14" count="19" type="stmt"/>
3057
- <line num="20" count="19" type="stmt"/>
3058
- <line num="21" count="19" type="stmt"/>
3059
- <line num="24" count="19" type="cond" truecount="1" falsecount="1"/>
3060
- <line num="25" count="0" type="stmt"/>
3061
- <line num="32" count="19" type="stmt"/>
3062
- </file>
3063
- </package>
3064
- <package name="src.lib.spinner">
3065
- <metrics statements="22" coveredstatements="22" conditionals="25" coveredconditionals="23" methods="6" coveredmethods="6"/>
3066
- <file name="SpinnerLoading.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/spinner/SpinnerLoading.tsx">
3067
- <metrics statements="2" coveredstatements="2" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
3068
- <line num="4" count="22" type="cond" truecount="1" falsecount="1"/>
3069
- <line num="5" count="15" type="stmt"/>
3070
- </file>
3071
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/spinner/index.tsx">
3072
- <metrics statements="20" coveredstatements="20" conditionals="23" coveredconditionals="22" methods="5" coveredmethods="5"/>
3073
- <line num="6" count="22" type="stmt"/>
3074
- <line num="17" count="16" type="stmt"/>
3075
- <line num="18" count="16" type="stmt"/>
3076
- <line num="19" count="16" type="stmt"/>
3077
- <line num="21" count="16" type="stmt"/>
3078
- <line num="22" count="15" type="cond" truecount="2" falsecount="0"/>
3079
- <line num="23" count="1" type="stmt"/>
3080
- <line num="24" count="1" type="stmt"/>
3081
- <line num="28" count="15" type="stmt"/>
3082
- <line num="29" count="15" type="cond" truecount="2" falsecount="0"/>
3083
- <line num="30" count="1" type="stmt"/>
3084
- <line num="35" count="16" type="stmt"/>
3085
- <line num="36" count="13" type="stmt"/>
3086
- <line num="37" count="13" type="cond" truecount="2" falsecount="0"/>
3087
- <line num="38" count="13" type="stmt"/>
3088
- <line num="41" count="16" type="cond" truecount="2" falsecount="0"/>
3089
- <line num="42" count="15" type="cond" truecount="2" falsecount="0"/>
3090
- <line num="43" count="14" type="cond" truecount="2" falsecount="0"/>
3091
- <line num="44" count="13" type="stmt"/>
3092
- <line num="56" count="1" type="stmt"/>
3093
- </file>
3094
- </package>
3095
- <package name="src.lib.split">
3096
- <metrics statements="131" coveredstatements="51" conditionals="113" coveredconditionals="32" methods="19" coveredmethods="11"/>
3097
- <file name="Split.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/split/Split.tsx">
3098
- <metrics statements="118" coveredstatements="38" conditionals="105" coveredconditionals="24" methods="18" coveredmethods="10"/>
3099
- <line num="5" count="1" type="stmt"/>
3100
- <line num="10" count="21" type="stmt"/>
3101
- <line num="16" count="21" type="stmt"/>
3102
- <line num="17" count="21" type="stmt"/>
3103
- <line num="20" count="21" type="stmt"/>
3104
- <line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
3105
- <line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
3106
- <line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
3107
- <line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
3108
- <line num="31" count="0" type="stmt"/>
3109
- <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
3110
- <line num="34" count="0" type="stmt"/>
3111
- <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
3112
- <line num="36" count="0" type="stmt"/>
3113
- <line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
3114
- <line num="40" count="0" type="stmt"/>
3115
- <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
3116
- <line num="42" count="0" type="stmt"/>
3117
- <line num="43" count="0" type="stmt"/>
3118
- <line num="44" count="0" type="stmt"/>
3119
- <line num="45" count="0" type="stmt"/>
3120
- <line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
3121
- <line num="48" count="0" type="stmt"/>
3122
- <line num="49" count="0" type="cond" truecount="0" falsecount="2"/>
3123
- <line num="50" count="0" type="stmt"/>
3124
- <line num="52" count="0" type="stmt"/>
3125
- <line num="55" count="21" type="stmt"/>
3126
- <line num="56" count="0" type="stmt"/>
3127
- <line num="57" count="0" type="cond" truecount="0" falsecount="4"/>
3128
- <line num="58" count="0" type="stmt"/>
3129
- <line num="59" count="0" type="stmt"/>
3130
- <line num="60" count="0" type="stmt"/>
3131
- <line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
3132
- <line num="62" count="0" type="stmt"/>
3133
- <line num="63" count="0" type="cond" truecount="0" falsecount="4"/>
3134
- <line num="64" count="0" type="stmt"/>
3135
- <line num="65" count="0" type="cond" truecount="0" falsecount="4"/>
3136
- <line num="66" count="0" type="stmt"/>
3137
- <line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
3138
- <line num="69" count="0" type="stmt"/>
3139
- <line num="73" count="21" type="stmt"/>
3140
- <line num="74" count="0" type="cond" truecount="0" falsecount="5"/>
3141
- <line num="75" count="0" type="stmt"/>
3142
- <line num="76" count="0" type="stmt"/>
3143
- <line num="77" count="0" type="stmt"/>
3144
- <line num="81" count="0" type="stmt"/>
3145
- <line num="85" count="21" type="stmt"/>
3146
- <line num="86" count="0" type="cond" truecount="0" falsecount="5"/>
3147
- <line num="87" count="0" type="stmt"/>
3148
- <line num="88" count="0" type="stmt"/>
3149
- <line num="89" count="0" type="stmt"/>
3150
- <line num="93" count="0" type="stmt"/>
3151
- <line num="94" count="0" type="stmt"/>
3152
- <line num="98" count="21" type="stmt"/>
3153
- <line num="99" count="0" type="stmt"/>
3154
- <line num="100" count="0" type="stmt"/>
3155
- <line num="103" count="21" type="stmt"/>
3156
- <line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
3157
- <line num="107" count="0" type="stmt"/>
3158
- <line num="108" count="0" type="stmt"/>
3159
- <line num="111" count="0" type="stmt"/>
3160
- <line num="112" count="0" type="cond" truecount="0" falsecount="2"/>
3161
- <line num="113" count="0" type="stmt"/>
3162
- <line num="114" count="0" type="cond" truecount="0" falsecount="5"/>
3163
- <line num="116" count="0" type="cond" truecount="0" falsecount="2"/>
3164
- <line num="117" count="0" type="stmt"/>
3165
- <line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
3166
- <line num="124" count="0" type="stmt"/>
3167
- <line num="131" count="0" type="stmt"/>
3168
- <line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
3169
- <line num="134" count="0" type="stmt"/>
3170
- <line num="141" count="0" type="stmt"/>
3171
- <line num="148" count="0" type="stmt"/>
3172
- <line num="150" count="0" type="cond" truecount="0" falsecount="2"/>
3173
- <line num="151" count="0" type="stmt"/>
3174
- <line num="158" count="0" type="stmt"/>
3175
- <line num="165" count="0" type="stmt"/>
3176
- <line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
3177
- <line num="168" count="0" type="stmt"/>
3178
- <line num="175" count="0" type="stmt"/>
3179
- <line num="182" count="0" type="stmt"/>
3180
- <line num="184" count="0" type="stmt"/>
3181
- <line num="189" count="21" type="stmt"/>
3182
- <line num="191" count="9" type="stmt"/>
3183
- <line num="192" count="9" type="cond" truecount="1" falsecount="1"/>
3184
- <line num="193" count="9" type="cond" truecount="1" falsecount="1"/>
3185
- <line num="194" count="9" type="stmt"/>
3186
- <line num="195" count="0" type="cond" truecount="0" falsecount="4"/>
3187
- <line num="196" count="0" type="stmt"/>
3188
- <line num="197" count="0" type="stmt"/>
3189
- <line num="198" count="0" type="stmt"/>
3190
- <line num="203" count="9" type="stmt"/>
3191
- <line num="205" count="9" type="stmt"/>
3192
- <line num="206" count="9" type="stmt"/>
3193
- <line num="207" count="9" type="stmt"/>
3194
- <line num="208" count="9" type="cond" truecount="1" falsecount="1"/>
3195
- <line num="212" count="21" type="stmt"/>
3196
- <line num="213" count="21" type="cond" truecount="1" falsecount="1"/>
3197
- <line num="216" count="21" type="stmt"/>
3198
- <line num="217" count="9" type="cond" truecount="1" falsecount="1"/>
3199
- <line num="218" count="0" type="stmt"/>
3200
- <line num="220" count="9" type="stmt"/>
3201
- <line num="221" count="9" type="stmt"/>
3202
- <line num="225" count="21" type="stmt"/>
3203
- <line num="232" count="21" type="stmt"/>
3204
- <line num="234" count="21" type="stmt"/>
3205
- <line num="235" count="21" type="cond" truecount="2" falsecount="0"/>
3206
- <line num="236" count="2" type="stmt"/>
3207
- <line num="238" count="21" type="cond" truecount="2" falsecount="0"/>
3208
- <line num="239" count="2" type="stmt"/>
3209
- <line num="241" count="21" type="cond" truecount="1" falsecount="1"/>
3210
- <line num="242" count="0" type="stmt"/>
3211
- <line num="244" count="21" type="stmt"/>
3212
- <line num="246" count="42" type="stmt"/>
3213
- <line num="254" count="42" type="stmt"/>
3214
- <line num="255" count="0" type="stmt"/>
3215
- <line num="256" count="0" type="stmt"/>
3216
- <line num="260" count="3" type="cond" truecount="2" falsecount="0"/>
3217
- </file>
3218
- <file name="SplitSide.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/split/SplitSide.tsx">
3219
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
3220
- <line num="5" count="1" type="stmt"/>
3221
- <line num="6" count="42" type="stmt"/>
3222
- <line num="7" count="42" type="cond" truecount="2" falsecount="0"/>
3223
- <line num="8" count="42" type="cond" truecount="2" falsecount="0"/>
3224
- <line num="9" count="42" type="stmt"/>
3225
- <line num="16" count="42" type="stmt"/>
3226
- <line num="17" count="42" type="cond" truecount="2" falsecount="0"/>
3227
- <line num="18" count="21" type="cond" truecount="2" falsecount="0"/>
3228
- <line num="19" count="2" type="stmt"/>
3229
- <line num="21" count="19" type="stmt"/>
3230
- <line num="24" count="21" type="stmt"/>
3231
- <line num="26" count="42" type="stmt"/>
3232
- </file>
3233
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/split/helpers.ts">
3234
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
3235
- <line num="9" count="1" type="stmt"/>
3236
- </file>
3237
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/split/index.tsx">
3238
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
3239
- </file>
3240
- </package>
3241
- <package name="src.lib.table">
3242
- <metrics statements="116" coveredstatements="107" conditionals="169" coveredconditionals="127" methods="30" coveredmethods="28"/>
3243
- <file name="Body.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/table/Body.tsx">
3244
- <metrics statements="14" coveredstatements="14" conditionals="21" coveredconditionals="19" methods="4" coveredmethods="4"/>
3245
- <line num="7" count="1" type="stmt"/>
3246
- <line num="14" count="78" type="cond" truecount="6" falsecount="0"/>
3247
- <line num="15" count="1" type="stmt"/>
3248
- <line num="16" count="1" type="stmt"/>
3249
- <line num="18" count="1" type="stmt"/>
3250
- <line num="19" count="2" type="stmt"/>
3251
- <line num="21" count="4" type="stmt"/>
3252
- <line num="27" count="1" type="stmt"/>
3253
- <line num="29" count="77" type="stmt"/>
3254
- <line num="32" count="1" type="stmt"/>
3255
- <line num="33" count="78" type="stmt"/>
3256
- <line num="42" count="78" type="stmt"/>
3257
- <line num="43" count="78" type="cond" truecount="4" falsecount="0"/>
3258
- <line num="45" count="78" type="stmt"/>
3259
- </file>
3260
- <file name="Header.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/table/Header.tsx">
3261
- <metrics statements="40" coveredstatements="33" conditionals="43" coveredconditionals="27" methods="9" coveredmethods="7"/>
3262
- <line num="6" count="1" type="stmt"/>
3263
- <line num="7" count="38" type="stmt"/>
3264
- <line num="8" count="38" type="cond" truecount="3" falsecount="1"/>
3265
- <line num="9" count="38" type="stmt"/>
3266
- <line num="10" count="38" type="cond" truecount="1" falsecount="1"/>
3267
- <line num="11" count="38" type="stmt"/>
3268
- <line num="12" count="76" type="stmt"/>
3269
- <line num="13" count="76" type="cond" truecount="1" falsecount="1"/>
3270
- <line num="14" count="0" type="stmt"/>
3271
- <line num="15" count="0" type="cond" truecount="0" falsecount="4"/>
3272
- <line num="16" count="0" type="stmt"/>
3273
- <line num="18" count="0" type="stmt"/>
3274
- <line num="20" count="76" type="cond" truecount="3" falsecount="1"/>
3275
- <line num="21" count="76" type="stmt"/>
3276
- <line num="22" count="76" type="stmt"/>
3277
- <line num="26" count="38" type="stmt"/>
3278
- <line num="29" count="1" type="stmt"/>
3279
- <line num="33" count="114" type="stmt"/>
3280
- <line num="34" count="114" type="cond" truecount="2" falsecount="0"/>
3281
- <line num="35" count="76" type="cond" truecount="1" falsecount="1"/>
3282
- <line num="36" count="0" type="stmt"/>
3283
- <line num="37" count="0" type="stmt"/>
3284
- <line num="38" count="76" type="cond" truecount="1" falsecount="1"/>
3285
- <line num="39" count="76" type="stmt"/>
3286
- <line num="41" count="38" type="cond" truecount="3" falsecount="1"/>
3287
- <line num="42" count="76" type="stmt"/>
3288
- <line num="46" count="1" type="stmt"/>
3289
- <line num="47" count="38" type="cond" truecount="2" falsecount="3"/>
3290
- <line num="48" count="0" type="stmt"/>
3291
- <line num="49" count="38" type="cond" truecount="4" falsecount="1"/>
3292
- <line num="50" count="38" type="stmt"/>
3293
- <line num="52" count="38" type="stmt"/>
3294
- <line num="55" count="1" type="stmt"/>
3295
- <line num="58" count="78" type="stmt"/>
3296
- <line num="59" count="78" type="stmt"/>
3297
- <line num="61" count="78" type="stmt"/>
3298
- <line num="62" count="38" type="cond" truecount="4" falsecount="1"/>
3299
- <line num="63" count="38" type="stmt"/>
3300
- <line num="64" count="38" type="stmt"/>
3301
- <line num="68" count="78" type="stmt"/>
3302
- </file>
3303
- <file name="HeaderColumn.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/table/HeaderColumn.tsx">
3304
- <metrics statements="7" coveredstatements="7" conditionals="20" coveredconditionals="13" methods="2" coveredmethods="2"/>
3305
- <line num="7" count="1" type="stmt"/>
3306
- <line num="10" count="156" type="cond" truecount="1" falsecount="0"/>
3307
- <line num="12" count="156" type="cond" truecount="0" falsecount="1"/>
3308
- <line num="13" count="152" type="cond" truecount="2" falsecount="0"/>
3309
- <line num="14" count="4" type="stmt"/>
3310
- <line num="17" count="156" type="cond" truecount="2" falsecount="0"/>
3311
- <line num="18" count="152" type="stmt"/>
3312
- </file>
3313
- <file name="Row.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/table/Row.tsx">
3314
- <metrics statements="9" coveredstatements="9" conditionals="25" coveredconditionals="17" methods="2" coveredmethods="2"/>
3315
- <line num="5" count="1" type="stmt"/>
3316
- <line num="22" count="234" type="stmt"/>
3317
- <line num="26" count="234" type="stmt"/>
3318
- <line num="27" count="234" type="stmt"/>
3319
- <line num="31" count="234" type="stmt"/>
3320
- <line num="40" count="5" type="cond" truecount="4" falsecount="1"/>
3321
- <line num="41" count="5" type="stmt"/>
3322
- <line num="42" count="5" type="cond" truecount="2" falsecount="0"/>
3323
- <line num="43" count="5" type="cond" truecount="2" falsecount="0"/>
3324
- </file>
3325
- <file name="RowColumn.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/table/RowColumn.tsx">
3326
- <metrics statements="21" coveredstatements="19" conditionals="26" coveredconditionals="21" methods="4" coveredmethods="4"/>
3327
- <line num="12" count="3" type="cond" truecount="2" falsecount="0"/>
3328
- <line num="13" count="2" type="cond" truecount="2" falsecount="0"/>
3329
- <line num="14" count="1" type="stmt"/>
3330
- <line num="15" count="1" type="cond" truecount="1" falsecount="1"/>
3331
- <line num="16" count="1" type="stmt"/>
3332
- <line num="18" count="0" type="stmt"/>
3333
- <line num="21" count="1" type="stmt"/>
3334
- <line num="23" count="1" type="stmt"/>
3335
- <line num="26" count="312" type="stmt"/>
3336
- <line num="27" count="312" type="stmt"/>
3337
- <line num="28" count="312" type="cond" truecount="0" falsecount="1"/>
3338
- <line num="29" count="312" type="stmt"/>
3339
- <line num="30" count="312" type="stmt"/>
3340
- <line num="32" count="312" type="stmt"/>
3341
- <line num="33" count="304" type="cond" truecount="3" falsecount="1"/>
3342
- <line num="34" count="0" type="stmt"/>
3343
- <line num="36" count="304" type="cond" truecount="4" falsecount="0"/>
3344
- <line num="43" count="312" type="cond" truecount="2" falsecount="0"/>
3345
- <line num="45" count="304" type="cond" truecount="3" falsecount="2"/>
3346
- <line num="47" count="304" type="stmt"/>
3347
- <line num="51" count="3" type="stmt"/>
3348
- </file>
3349
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/table/helpers.ts">
3350
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
3351
- <line num="4" count="1" type="stmt"/>
3352
- <line num="5" count="1" type="stmt"/>
3353
- <line num="7" count="1" type="stmt"/>
3354
- <line num="8" count="4" type="stmt"/>
3355
- </file>
3356
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/table/index.tsx">
3357
- <metrics statements="21" coveredstatements="21" conditionals="34" coveredconditionals="30" methods="7" coveredmethods="7"/>
3358
- <line num="13" count="1" type="stmt"/>
3359
- <line num="17" count="81" type="cond" truecount="2" falsecount="0"/>
3360
- <line num="25" count="1" type="stmt"/>
3361
- <line num="28" count="81" type="stmt"/>
3362
- <line num="29" count="81" type="stmt"/>
3363
- <line num="30" count="81" type="stmt"/>
3364
- <line num="31" count="81" type="stmt"/>
3365
- <line num="32" count="81" type="stmt"/>
3366
- <line num="33" count="81" type="stmt"/>
3367
- <line num="35" count="81" type="stmt"/>
3368
- <line num="36" count="38" type="cond" truecount="5" falsecount="0"/>
3369
- <line num="37" count="1" type="stmt"/>
3370
- <line num="38" count="1" type="stmt"/>
3371
- <line num="39" count="1" type="cond" truecount="1" falsecount="1"/>
3372
- <line num="43" count="81" type="stmt"/>
3373
- <line num="44" count="38" type="stmt"/>
3374
- <line num="47" count="81" type="stmt"/>
3375
- <line num="57" count="5" type="stmt"/>
3376
- <line num="62" count="38" type="cond" truecount="3" falsecount="1"/>
3377
- <line num="65" count="38" type="stmt"/>
3378
- <line num="68" count="81" type="stmt"/>
3379
- </file>
3380
- </package>
3381
- <package name="src.lib.tabs">
3382
- <metrics statements="153" coveredstatements="109" conditionals="133" coveredconditionals="74" methods="45" coveredmethods="31"/>
3383
- <file name="DropdownItems.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/tabs/DropdownItems.tsx">
3384
- <metrics statements="6" coveredstatements="2" conditionals="6" coveredconditionals="1" methods="4" coveredmethods="1"/>
3385
- <line num="6" count="1" type="stmt"/>
3386
- <line num="12" count="77" type="cond" truecount="1" falsecount="1"/>
3387
- <line num="24" count="0" type="stmt"/>
3388
- <line num="25" count="0" type="stmt"/>
3389
- <line num="31" count="0" type="stmt"/>
3390
- <line num="42" count="0" type="stmt"/>
3391
- </file>
3392
- <file name="Menu.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/tabs/Menu.tsx">
3393
- <metrics statements="4" coveredstatements="4" conditionals="5" coveredconditionals="3" methods="3" coveredmethods="3"/>
3394
- <line num="6" count="1" type="stmt"/>
3395
- <line num="13" count="77" type="stmt"/>
3396
- <line num="15" count="154" type="stmt"/>
3397
- <line num="20" count="12" type="cond" truecount="1" falsecount="1"/>
3398
- </file>
3399
- <file name="MenuItems.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/tabs/MenuItems.tsx">
3400
- <metrics statements="7" coveredstatements="7" conditionals="18" coveredconditionals="13" methods="4" coveredmethods="4"/>
3401
- <line num="8" count="1" type="stmt"/>
3402
- <line num="18" count="77" type="cond" truecount="2" falsecount="0"/>
3403
- <line num="32" count="102" type="stmt"/>
3404
- <line num="33" count="102" type="stmt"/>
3405
- <line num="35" count="102" type="stmt"/>
3406
- <line num="45" count="2" type="stmt"/>
3407
- <line num="58" count="1" type="stmt"/>
3408
- </file>
3409
- <file name="Panel.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/tabs/Panel.tsx">
3410
- <metrics statements="25" coveredstatements="18" conditionals="22" coveredconditionals="13" methods="6" coveredmethods="3"/>
3411
- <line num="8" count="1" type="stmt"/>
3412
- <line num="10" count="1" type="stmt"/>
3413
- <line num="18" count="151" type="stmt"/>
3414
- <line num="19" count="151" type="cond" truecount="2" falsecount="0"/>
3415
- <line num="20" count="151" type="stmt"/>
3416
- <line num="21" count="151" type="stmt"/>
3417
- <line num="22" count="151" type="stmt"/>
3418
- <line num="24" count="151" type="stmt"/>
3419
- <line num="25" count="151" type="stmt"/>
3420
- <line num="26" count="151" type="stmt"/>
3421
- <line num="28" count="151" type="cond" truecount="1" falsecount="1"/>
3422
- <line num="30" count="151" type="stmt"/>
3423
- <line num="35" count="151" type="stmt"/>
3424
- <line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
3425
- <line num="39" count="0" type="stmt"/>
3426
- <line num="40" count="0" type="stmt"/>
3427
- <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
3428
- <line num="42" count="0" type="stmt"/>
3429
- <line num="47" count="0" type="stmt"/>
3430
- <line num="51" count="151" type="stmt"/>
3431
- <line num="52" count="49" type="stmt"/>
3432
- <line num="55" count="151" type="stmt"/>
3433
- <line num="56" count="49" type="cond" truecount="2" falsecount="2"/>
3434
- <line num="57" count="0" type="stmt"/>
3435
- <line num="61" count="151" type="stmt"/>
3436
- </file>
3437
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/tabs/index.tsx">
3438
- <metrics statements="90" coveredstatements="64" conditionals="65" coveredconditionals="39" methods="23" coveredmethods="16"/>
3439
- <line num="8" count="1" type="stmt"/>
3440
- <line num="9" count="1" type="stmt"/>
3441
- <line num="24" count="78" type="cond" truecount="1" falsecount="1"/>
3442
- <line num="25" count="78" type="stmt"/>
3443
- <line num="26" count="78" type="stmt"/>
3444
- <line num="28" count="78" type="cond" truecount="2" falsecount="0"/>
3445
- <line num="29" count="78" type="stmt"/>
3446
- <line num="30" count="78" type="stmt"/>
3447
- <line num="31" count="78" type="stmt"/>
3448
- <line num="32" count="78" type="stmt"/>
3449
- <line num="33" count="78" type="stmt"/>
3450
- <line num="34" count="78" type="stmt"/>
3451
- <line num="35" count="78" type="stmt"/>
3452
- <line num="36" count="78" type="stmt"/>
3453
- <line num="38" count="78" type="stmt"/>
3454
- <line num="39" count="50" type="stmt"/>
3455
- <line num="40" count="50" type="stmt"/>
3456
- <line num="41" count="50" type="stmt"/>
3457
- <line num="43" count="50" type="stmt"/>
3458
- <line num="46" count="78" type="stmt"/>
3459
- <line num="47" count="0" type="stmt"/>
3460
- <line num="48" count="0" type="cond" truecount="0" falsecount="4"/>
3461
- <line num="49" count="0" type="cond" truecount="0" falsecount="2"/>
3462
- <line num="52" count="0" type="stmt"/>
3463
- <line num="55" count="78" type="stmt"/>
3464
- <line num="56" count="50" type="stmt"/>
3465
- <line num="57" count="50" type="stmt"/>
3466
- <line num="58" count="50" type="stmt"/>
3467
- <line num="60" count="50" type="cond" truecount="1" falsecount="1"/>
3468
- <line num="61" count="0" type="stmt"/>
3469
- <line num="62" count="0" type="stmt"/>
3470
- <line num="63" count="0" type="stmt"/>
3471
- <line num="66" count="50" type="cond" truecount="1" falsecount="1"/>
3472
- <line num="67" count="0" type="stmt"/>
3473
- <line num="68" count="0" type="stmt"/>
3474
- <line num="69" count="0" type="stmt"/>
3475
- <line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
3476
- <line num="71" count="50" type="cond" truecount="4" falsecount="2"/>
3477
- <line num="73" count="0" type="stmt"/>
3478
- <line num="74" count="0" type="stmt"/>
3479
- <line num="77" count="50" type="stmt"/>
3480
- <line num="78" count="50" type="stmt"/>
3481
- <line num="81" count="78" type="stmt"/>
3482
- <line num="82" count="2" type="stmt"/>
3483
- <line num="83" count="2" type="cond" truecount="2" falsecount="2"/>
3484
- <line num="84" count="0" type="stmt"/>
3485
- <line num="85" count="0" type="stmt"/>
3486
- <line num="86" count="0" type="stmt"/>
3487
- <line num="87" count="0" type="stmt"/>
3488
- <line num="88" count="0" type="stmt"/>
3489
- <line num="89" count="0" type="stmt"/>
3490
- <line num="90" count="0" type="stmt"/>
3491
- <line num="91" count="0" type="stmt"/>
3492
- <line num="92" count="0" type="stmt"/>
3493
- <line num="94" count="2" type="cond" truecount="2" falsecount="0"/>
3494
- <line num="95" count="2" type="stmt"/>
3495
- <line num="98" count="78" type="cond" truecount="1" falsecount="1"/>
3496
- <line num="99" count="1" type="stmt"/>
3497
- <line num="102" count="1" type="cond" truecount="1" falsecount="1"/>
3498
- <line num="103" count="2" type="stmt"/>
3499
- <line num="104" count="1" type="cond" truecount="1" falsecount="1"/>
3500
- <line num="106" count="1" type="stmt"/>
3501
- <line num="108" count="0" type="stmt"/>
3502
- <line num="109" count="0" type="stmt"/>
3503
- <line num="111" count="1" type="cond" truecount="3" falsecount="1"/>
3504
- <line num="114" count="78" type="stmt"/>
3505
- <line num="115" count="50" type="cond" truecount="3" falsecount="1"/>
3506
- <line num="116" count="50" type="stmt"/>
3507
- <line num="118" count="50" type="cond" truecount="4" falsecount="1"/>
3508
- <line num="119" count="0" type="stmt"/>
3509
- <line num="120" count="0" type="stmt"/>
3510
- <line num="125" count="78" type="stmt"/>
3511
- <line num="127" count="78" type="stmt"/>
3512
- <line num="141" count="154" type="stmt"/>
3513
- <line num="142" count="12" type="stmt"/>
3514
- <line num="147" count="78" type="cond" truecount="4" falsecount="0"/>
3515
- <line num="148" count="75" type="stmt"/>
3516
- <line num="155" count="3" type="stmt"/>
3517
- <line num="162" count="78" type="stmt"/>
3518
- <line num="163" count="50" type="stmt"/>
3519
- <line num="164" count="50" type="stmt"/>
3520
- <line num="165" count="50" type="stmt"/>
3521
- <line num="168" count="78" type="stmt"/>
3522
- <line num="169" count="25" type="cond" truecount="2" falsecount="0"/>
3523
- <line num="170" count="25" type="cond" truecount="1" falsecount="1"/>
3524
- <line num="173" count="78" type="stmt"/>
3525
- <line num="174" count="50" type="stmt"/>
3526
- <line num="177" count="78" type="stmt"/>
3527
- <line num="179" count="78" type="stmt"/>
3528
- <line num="182" count="154" type="stmt"/>
3529
- </file>
3530
- <file name="tabHelpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/tabs/tabHelpers.ts">
3531
- <metrics statements="21" coveredstatements="14" conditionals="17" coveredconditionals="5" methods="5" coveredmethods="4"/>
3532
- <line num="13" count="103" type="cond" truecount="1" falsecount="1"/>
3533
- <line num="14" count="103" type="stmt"/>
3534
- <line num="15" count="206" type="cond" truecount="1" falsecount="1"/>
3535
- <line num="16" count="206" type="cond" truecount="2" falsecount="0"/>
3536
- <line num="17" count="202" type="stmt"/>
3537
- <line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
3538
- <line num="20" count="0" type="stmt"/>
3539
- <line num="23" count="103" type="stmt"/>
3540
- <line num="29" count="1" type="stmt"/>
3541
- <line num="37" count="78" type="stmt"/>
3542
- <line num="38" count="78" type="stmt"/>
3543
- <line num="39" count="78" type="stmt"/>
3544
- <line num="45" count="1" type="stmt"/>
3545
- <line num="54" count="77" type="stmt"/>
3546
- <line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
3547
- <line num="65" count="0" type="stmt"/>
3548
- <line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
3549
- <line num="67" count="0" type="cond" truecount="0" falsecount="4"/>
3550
- <line num="70" count="0" type="stmt"/>
3551
- <line num="73" count="1" type="stmt"/>
3552
- <line num="79" count="1" type="stmt"/>
3553
- </file>
3554
- </package>
3555
- <package name="src.lib.toolbar">
3556
- <metrics statements="17" coveredstatements="17" conditionals="11" coveredconditionals="9" methods="7" coveredmethods="7"/>
3557
- <file name="ButtonBar.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/toolbar/ButtonBar.tsx">
3558
- <metrics statements="4" coveredstatements="4" conditionals="3" coveredconditionals="3" methods="2" coveredmethods="2"/>
3559
- <line num="20" count="3" type="stmt"/>
3560
- <line num="32" count="50" type="stmt"/>
3561
- <line num="33" count="700" type="stmt"/>
3562
- <line num="47" count="50" type="stmt"/>
3563
- </file>
3564
- <file name="LabelBar.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/toolbar/LabelBar.tsx">
3565
- <metrics statements="5" coveredstatements="5" conditionals="3" coveredconditionals="3" methods="2" coveredmethods="2"/>
3566
- <line num="12" count="3" type="stmt"/>
3567
- <line num="22" count="38" type="stmt"/>
3568
- <line num="23" count="38" type="stmt"/>
3569
- <line num="24" count="228" type="stmt"/>
3570
- <line num="36" count="38" type="stmt"/>
3571
- </file>
3572
- <file name="Separator.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/toolbar/Separator.tsx">
3573
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
3574
- <line num="3" count="3" type="stmt"/>
3575
- <line num="4" count="38" type="stmt"/>
3576
- </file>
3577
- <file name="ToolBarGroup.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/toolbar/ToolBarGroup.tsx">
3578
- <metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
3579
- <line num="4" count="3" type="cond" truecount="1" falsecount="0"/>
3580
- <line num="5" count="78" type="stmt"/>
3581
- </file>
3582
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/toolbar/helpers.ts">
3583
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
3584
- <line num="4" count="3" type="stmt"/>
3585
- </file>
3586
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/toolbar/index.tsx">
3587
- <metrics statements="3" coveredstatements="3" conditionals="4" coveredconditionals="2" methods="1" coveredmethods="1"/>
3588
- <line num="10" count="3" type="stmt"/>
3589
- <line num="18" count="44" type="stmt"/>
3590
- <line num="19" count="44" type="stmt"/>
3591
- </file>
3592
- </package>
3593
- <package name="src.lib.tooltip">
3594
- <metrics statements="26" coveredstatements="26" conditionals="13" coveredconditionals="9" methods="8" coveredmethods="7"/>
3595
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/tooltip/index.tsx">
3596
- <metrics statements="26" coveredstatements="26" conditionals="13" coveredconditionals="9" methods="8" coveredmethods="7"/>
3597
- <line num="7" count="29" type="stmt"/>
3598
- <line num="16" count="27" type="stmt"/>
3599
- <line num="18" count="27" type="stmt"/>
3600
- <line num="19" count="11" type="stmt"/>
3601
- <line num="20" count="11" type="stmt"/>
3602
- <line num="21" count="11" type="stmt"/>
3603
- <line num="22" count="11" type="stmt"/>
3604
- <line num="24" count="11" type="stmt"/>
3605
- <line num="25" count="11" type="stmt"/>
3606
- <line num="27" count="11" type="stmt"/>
3607
- <line num="28" count="11" type="stmt"/>
3608
- <line num="30" count="11" type="cond" truecount="4" falsecount="0"/>
3609
- <line num="31" count="9" type="stmt"/>
3610
- <line num="34" count="11" type="stmt"/>
3611
- <line num="39" count="11" type="cond" truecount="2" falsecount="0"/>
3612
- <line num="41" count="11" type="stmt"/>
3613
- <line num="42" count="11" type="stmt"/>
3614
- <line num="46" count="27" type="stmt"/>
3615
- <line num="47" count="11" type="stmt"/>
3616
- <line num="50" count="27" type="stmt"/>
3617
- <line num="51" count="24" type="stmt"/>
3618
- <line num="54" count="27" type="stmt"/>
3619
- <line num="55" count="11" type="cond" truecount="1" falsecount="1"/>
3620
- <line num="59" count="27" type="stmt"/>
3621
- <line num="60" count="27" type="stmt"/>
3622
- <line num="65" count="27" type="stmt"/>
3623
- </file>
3624
- </package>
3625
- <package name="src.lib.treeview">
3626
- <metrics statements="248" coveredstatements="96" conditionals="222" coveredconditionals="79" methods="65" coveredmethods="18"/>
3627
- <file name="Header.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/treeview/Header.tsx">
3628
- <metrics statements="3" coveredstatements="1" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
3629
- <line num="4" count="1" type="stmt"/>
3630
- <line num="5" count="0" type="stmt"/>
3631
- <line num="7" count="0" type="stmt"/>
3632
- </file>
3633
- <file name="Node.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/treeview/Node.tsx">
3634
- <metrics statements="82" coveredstatements="33" conditionals="104" coveredconditionals="44" methods="25" coveredmethods="7"/>
3635
- <line num="13" count="14" type="cond" truecount="2" falsecount="0"/>
3636
- <line num="14" count="1" type="stmt"/>
3637
- <line num="19" count="35" type="stmt"/>
3638
- <line num="20" count="35" type="stmt"/>
3639
- <line num="21" count="35" type="cond" truecount="2" falsecount="0"/>
3640
- <line num="22" count="35" type="cond" truecount="2" falsecount="0"/>
3641
- <line num="23" count="35" type="stmt"/>
3642
- <line num="24" count="35" type="stmt"/>
3643
- <line num="25" count="35" type="stmt"/>
3644
- <line num="30" count="35" type="stmt"/>
3645
- <line num="31" count="35" type="stmt"/>
3646
- <line num="32" count="35" type="stmt"/>
3647
- <line num="33" count="35" type="cond" truecount="3" falsecount="0"/>
3648
- <line num="35" count="35" type="cond" truecount="1" falsecount="1"/>
3649
- <line num="36" count="0" type="stmt"/>
3650
- <line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
3651
- <line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
3652
- <line num="41" count="35" type="stmt"/>
3653
- <line num="42" count="6" type="cond" truecount="3" falsecount="1"/>
3654
- <line num="43" count="6" type="stmt"/>
3655
- <line num="44" count="6" type="stmt"/>
3656
- <line num="47" count="6" type="stmt"/>
3657
- <line num="51" count="35" type="stmt"/>
3658
- <line num="52" count="35" type="stmt"/>
3659
- <line num="53" count="35" type="stmt"/>
3660
- <line num="54" count="35" type="cond" truecount="5" falsecount="0"/>
3661
- <line num="55" count="31" type="stmt"/>
3662
- <line num="61" count="6" type="stmt"/>
3663
- <line num="68" count="35" type="stmt"/>
3664
- <line num="71" count="35" type="cond" truecount="0" falsecount="1"/>
3665
- <line num="72" count="0" type="cond" truecount="0" falsecount="2"/>
3666
- <line num="73" count="0" type="stmt"/>
3667
- <line num="74" count="0" type="cond" truecount="0" falsecount="5"/>
3668
- <line num="75" count="0" type="stmt"/>
3669
- <line num="79" count="35" type="stmt"/>
3670
- <line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
3671
- <line num="81" count="0" type="stmt"/>
3672
- <line num="85" count="0" type="stmt"/>
3673
- <line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
3674
- <line num="88" count="0" type="stmt"/>
3675
- <line num="89" count="0" type="stmt"/>
3676
- <line num="91" count="0" type="cond" truecount="0" falsecount="6"/>
3677
- <line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
3678
- <line num="97" count="0" type="stmt"/>
3679
- <line num="100" count="35" type="stmt"/>
3680
- <line num="101" count="0" type="stmt"/>
3681
- <line num="103" count="0" type="cond" truecount="0" falsecount="2"/>
3682
- <line num="104" count="0" type="stmt"/>
3683
- <line num="105" count="0" type="cond" truecount="0" falsecount="4"/>
3684
- <line num="106" count="0" type="stmt"/>
3685
- <line num="108" count="0" type="stmt"/>
3686
- <line num="110" count="0" type="cond" truecount="0" falsecount="4"/>
3687
- <line num="111" count="0" type="stmt"/>
3688
- <line num="114" count="0" type="cond" truecount="0" falsecount="2"/>
3689
- <line num="115" count="0" type="stmt"/>
3690
- <line num="118" count="0" type="stmt"/>
3691
- <line num="119" count="0" type="cond" truecount="0" falsecount="2"/>
3692
- <line num="124" count="0" type="stmt"/>
3693
- <line num="128" count="0" type="stmt"/>
3694
- <line num="130" count="0" type="stmt"/>
3695
- <line num="134" count="0" type="stmt"/>
3696
- <line num="137" count="35" type="stmt"/>
3697
- <line num="138" count="0" type="stmt"/>
3698
- <line num="139" count="0" type="cond" truecount="0" falsecount="3"/>
3699
- <line num="140" count="0" type="cond" truecount="0" falsecount="2"/>
3700
- <line num="142" count="0" type="stmt"/>
3701
- <line num="145" count="0" type="cond" truecount="0" falsecount="2"/>
3702
- <line num="149" count="35" type="stmt"/>
3703
- <line num="150" count="0" type="stmt"/>
3704
- <line num="152" count="0" type="cond" truecount="0" falsecount="2"/>
3705
- <line num="159" count="35" type="stmt"/>
3706
- <line num="171" count="0" type="stmt"/>
3707
- <line num="172" count="0" type="stmt"/>
3708
- <line num="174" count="0" type="cond" truecount="1" falsecount="1"/>
3709
- <line num="185" count="1" type="stmt"/>
3710
- <line num="200" count="0" type="stmt"/>
3711
- <line num="205" count="0" type="stmt"/>
3712
- <line num="206" count="0" type="stmt"/>
3713
- <line num="207" count="0" type="stmt"/>
3714
- <line num="212" count="0" type="stmt"/>
3715
- <line num="213" count="0" type="stmt"/>
3716
- <line num="214" count="0" type="stmt"/>
3717
- </file>
3718
- <file name="constants.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/treeview/constants.ts">
3719
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
3720
- <line num="4" count="1" type="stmt"/>
3721
- </file>
3722
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/treeview/index.tsx">
3723
- <metrics statements="162" coveredstatements="61" conditionals="116" coveredconditionals="35" methods="39" coveredmethods="11"/>
3724
- <line num="9" count="1" type="stmt"/>
3725
- <line num="16" count="15" type="stmt"/>
3726
- <line num="17" count="15" type="stmt"/>
3727
- <line num="18" count="15" type="stmt"/>
3728
- <line num="19" count="15" type="stmt"/>
3729
- <line num="20" count="15" type="stmt"/>
3730
- <line num="21" count="15" type="stmt"/>
3731
- <line num="22" count="15" type="stmt"/>
3732
- <line num="23" count="15" type="stmt"/>
3733
- <line num="24" count="15" type="stmt"/>
3734
- <line num="26" count="15" type="stmt"/>
3735
- <line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
3736
- <line num="33" count="0" type="stmt"/>
3737
- <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
3738
- <line num="37" count="0" type="stmt"/>
3739
- <line num="38" count="0" type="stmt"/>
3740
- <line num="39" count="0" type="stmt"/>
3741
- <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
3742
- <line num="44" count="15" type="stmt"/>
3743
- <line num="45" count="0" type="stmt"/>
3744
- <line num="46" count="0" type="stmt"/>
3745
- <line num="48" count="0" type="stmt"/>
3746
- <line num="51" count="15" type="cond" truecount="0" falsecount="1"/>
3747
- <line num="52" count="0" type="stmt"/>
3748
- <line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
3749
- <line num="55" count="0" type="stmt"/>
3750
- <line num="56" count="0" type="stmt"/>
3751
- <line num="59" count="0" type="stmt"/>
3752
- <line num="62" count="15" type="stmt"/>
3753
- <line num="67" count="0" type="stmt"/>
3754
- <line num="68" count="0" type="stmt"/>
3755
- <line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
3756
- <line num="71" count="0" type="cond" truecount="0" falsecount="2"/>
3757
- <line num="72" count="0" type="stmt"/>
3758
- <line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
3759
- <line num="76" count="0" type="cond" truecount="0" falsecount="4"/>
3760
- <line num="77" count="0" type="stmt"/>
3761
- <line num="78" count="0" type="stmt"/>
3762
- <line num="81" count="0" type="cond" truecount="0" falsecount="4"/>
3763
- <line num="84" count="0" type="cond" truecount="0" falsecount="4"/>
3764
- <line num="85" count="0" type="stmt"/>
3765
- <line num="89" count="0" type="stmt"/>
3766
- <line num="92" count="15" type="stmt"/>
3767
- <line num="97" count="0" type="stmt"/>
3768
- <line num="99" count="0" type="stmt"/>
3769
- <line num="100" count="0" type="stmt"/>
3770
- <line num="101" count="0" type="stmt"/>
3771
- <line num="103" count="0" type="stmt"/>
3772
- <line num="106" count="15" type="stmt"/>
3773
- <line num="112" count="0" type="stmt"/>
3774
- <line num="113" count="0" type="stmt"/>
3775
- <line num="114" count="0" type="stmt"/>
3776
- <line num="116" count="0" type="stmt"/>
3777
- <line num="117" count="0" type="stmt"/>
3778
- <line num="118" count="0" type="cond" truecount="0" falsecount="2"/>
3779
- <line num="119" count="0" type="stmt"/>
3780
- <line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
3781
- <line num="126" count="15" type="stmt"/>
3782
- <line num="132" count="0" type="stmt"/>
3783
- <line num="134" count="0" type="cond" truecount="0" falsecount="2"/>
3784
- <line num="135" count="0" type="stmt"/>
3785
- <line num="136" count="0" type="cond" truecount="0" falsecount="2"/>
3786
- <line num="137" count="0" type="stmt"/>
3787
- <line num="138" count="0" type="stmt"/>
3788
- <line num="139" count="0" type="stmt"/>
3789
- <line num="140" count="0" type="stmt"/>
3790
- <line num="143" count="0" type="stmt"/>
3791
- <line num="144" count="0" type="stmt"/>
3792
- <line num="146" count="0" type="stmt"/>
3793
- <line num="147" count="0" type="stmt"/>
3794
- <line num="148" count="0" type="stmt"/>
3795
- <line num="151" count="15" type="cond" truecount="0" falsecount="1"/>
3796
- <line num="152" count="0" type="cond" truecount="0" falsecount="2"/>
3797
- <line num="153" count="0" type="stmt"/>
3798
- <line num="155" count="0" type="stmt"/>
3799
- <line num="156" count="0" type="stmt"/>
3800
- <line num="158" count="0" type="stmt"/>
3801
- <line num="161" count="15" type="stmt"/>
3802
- <line num="166" count="0" type="stmt"/>
3803
- <line num="167" count="0" type="stmt"/>
3804
- <line num="169" count="0" type="stmt"/>
3805
- <line num="170" count="0" type="stmt"/>
3806
- <line num="173" count="15" type="stmt"/>
3807
- <line num="174" count="6" type="stmt"/>
3808
- <line num="175" count="6" type="stmt"/>
3809
- <line num="177" count="6" type="cond" truecount="3" falsecount="1"/>
3810
- <line num="178" count="0" type="stmt"/>
3811
- <line num="179" count="0" type="stmt"/>
3812
- <line num="182" count="6" type="stmt"/>
3813
- <line num="185" count="15" type="stmt"/>
3814
- <line num="186" count="1" type="cond" truecount="1" falsecount="1"/>
3815
- <line num="188" count="1" type="stmt"/>
3816
- <line num="190" count="1" type="cond" truecount="4" falsecount="2"/>
3817
- <line num="191" count="0" type="cond" truecount="0" falsecount="2"/>
3818
- <line num="195" count="0" type="stmt"/>
3819
- <line num="196" count="0" type="stmt"/>
3820
- <line num="198" count="0" type="stmt"/>
3821
- <line num="199" count="0" type="stmt"/>
3822
- <line num="200" count="1" type="cond" truecount="1" falsecount="1"/>
3823
- <line num="201" count="0" type="stmt"/>
3824
- <line num="204" count="1" type="stmt"/>
3825
- <line num="207" count="15" type="stmt"/>
3826
- <line num="213" count="0" type="cond" truecount="0" falsecount="2"/>
3827
- <line num="214" count="0" type="stmt"/>
3828
- <line num="216" count="0" type="cond" truecount="0" falsecount="6"/>
3829
- <line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
3830
- <line num="219" count="0" type="stmt"/>
3831
- <line num="220" count="0" type="stmt"/>
3832
- <line num="222" count="0" type="cond" truecount="0" falsecount="2"/>
3833
- <line num="223" count="0" type="stmt"/>
3834
- <line num="224" count="0" type="cond" truecount="0" falsecount="2"/>
3835
- <line num="225" count="0" type="stmt"/>
3836
- <line num="228" count="0" type="stmt"/>
3837
- <line num="231" count="15" type="stmt"/>
3838
- <line num="238" count="1" type="stmt"/>
3839
- <line num="240" count="1" type="cond" truecount="1" falsecount="1"/>
3840
- <line num="241" count="1" type="stmt"/>
3841
- <line num="243" count="0" type="stmt"/>
3842
- <line num="246" count="1" type="stmt"/>
3843
- <line num="247" count="1" type="cond" truecount="1" falsecount="1"/>
3844
- <line num="250" count="15" type="cond" truecount="0" falsecount="1"/>
3845
- <line num="251" count="0" type="stmt"/>
3846
- <line num="252" count="0" type="stmt"/>
3847
- <line num="255" count="15" type="stmt"/>
3848
- <line num="260" count="203" type="stmt"/>
3849
- <line num="262" count="203" type="cond" truecount="4" falsecount="0"/>
3850
- <line num="263" count="174" type="stmt"/>
3851
- <line num="264" count="145" type="cond" truecount="2" falsecount="0"/>
3852
- <line num="265" count="130" type="stmt"/>
3853
- <line num="266" count="130" type="stmt"/>
3854
- <line num="267" count="130" type="stmt"/>
3855
- <line num="271" count="203" type="stmt"/>
3856
- <line num="289" count="174" type="stmt"/>
3857
- <line num="295" count="15" type="stmt"/>
3858
- <line num="296" count="0" type="stmt"/>
3859
- <line num="297" count="0" type="stmt"/>
3860
- <line num="299" count="0" type="stmt"/>
3861
- <line num="303" count="0" type="stmt"/>
3862
- <line num="305" count="0" type="stmt"/>
3863
- <line num="306" count="0" type="cond" truecount="0" falsecount="2"/>
3864
- <line num="307" count="0" type="stmt"/>
3865
- <line num="311" count="0" type="stmt"/>
3866
- <line num="312" count="0" type="stmt"/>
3867
- <line num="313" count="0" type="cond" truecount="0" falsecount="2"/>
3868
- <line num="316" count="15" type="stmt"/>
3869
- <line num="317" count="14" type="stmt"/>
3870
- <line num="318" count="14" type="cond" truecount="2" falsecount="2"/>
3871
- <line num="319" count="0" type="stmt"/>
3872
- <line num="320" count="14" type="cond" truecount="1" falsecount="1"/>
3873
- <line num="321" count="0" type="stmt"/>
3874
- <line num="322" count="0" type="stmt"/>
3875
- <line num="323" count="0" type="stmt"/>
3876
- <line num="327" count="15" type="stmt"/>
3877
- <line num="328" count="15" type="cond" truecount="2" falsecount="2"/>
3878
- <line num="329" count="0" type="stmt"/>
3879
- <line num="333" count="15" type="stmt"/>
3880
- <line num="334" count="14" type="cond" truecount="1" falsecount="1"/>
3881
- <line num="335" count="0" type="stmt"/>
3882
- <line num="339" count="15" type="stmt"/>
3883
- <line num="340" count="14" type="stmt"/>
3884
- <line num="343" count="15" type="stmt"/>
3885
- <line num="354" count="15" type="stmt"/>
3886
- </file>
3887
- </package>
3888
- <package name="src.lib.uitour">
3889
- <metrics statements="73" coveredstatements="61" conditionals="38" coveredconditionals="23" methods="12" coveredmethods="9"/>
3890
- <file name="helpers.ts" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/uitour/helpers.ts">
3891
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
3892
- <line num="1" count="1" type="stmt"/>
3893
- <line num="2" count="1" type="stmt"/>
3894
- <line num="3" count="1" type="stmt"/>
3895
- </file>
3896
- <file name="index.tsx" path="/home/adairjuneo/www/frontend/linearsistemas/linear-react-components-ui/src/lib/uitour/index.tsx">
3897
- <metrics statements="70" coveredstatements="58" conditionals="38" coveredconditionals="23" methods="12" coveredmethods="9"/>
3898
- <line num="7" count="1" type="stmt"/>
3899
- <line num="11" count="55" type="stmt"/>
3900
- <line num="12" count="55" type="stmt"/>
3901
- <line num="13" count="55" type="stmt"/>
3902
- <line num="14" count="55" type="stmt"/>
3903
- <line num="15" count="55" type="stmt"/>
3904
- <line num="16" count="55" type="stmt"/>
3905
- <line num="17" count="55" type="stmt"/>
3906
- <line num="18" count="55" type="stmt"/>
3907
- <line num="19" count="55" type="stmt"/>
3908
- <line num="20" count="55" type="stmt"/>
3909
- <line num="22" count="55" type="stmt"/>
3910
- <line num="23" count="3" type="cond" truecount="1" falsecount="1"/>
3911
- <line num="24" count="3" type="stmt"/>
3912
- <line num="25" count="3" type="stmt"/>
3913
- <line num="26" count="6" type="stmt"/>
3914
- <line num="27" count="3" type="stmt"/>
3915
- <line num="28" count="3" type="cond" truecount="1" falsecount="1"/>
3916
- <line num="29" count="3" type="stmt"/>
3917
- <line num="34" count="55" type="stmt"/>
3918
- <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
3919
- <line num="36" count="0" type="stmt"/>
3920
- <line num="37" count="0" type="stmt"/>
3921
- <line num="38" count="0" type="stmt"/>
3922
- <line num="39" count="0" type="stmt"/>
3923
- <line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
3924
- <line num="41" count="0" type="stmt"/>
3925
- <line num="46" count="55" type="stmt"/>
3926
- <line num="47" count="1" type="stmt"/>
3927
- <line num="48" count="1" type="cond" truecount="1" falsecount="1"/>
3928
- <line num="51" count="55" type="stmt"/>
3929
- <line num="52" count="28" type="cond" truecount="1" falsecount="1"/>
3930
- <line num="53" count="28" type="stmt"/>
3931
- <line num="54" count="28" type="stmt"/>
3932
- <line num="56" count="28" type="cond" truecount="3" falsecount="1"/>
3933
- <line num="57" count="0" type="stmt"/>
3934
- <line num="58" count="0" type="stmt"/>
3935
- <line num="63" count="28" type="stmt"/>
3936
- <line num="64" count="28" type="stmt"/>
3937
- <line num="72" count="55" type="stmt"/>
3938
- <line num="73" count="40" type="cond" truecount="2" falsecount="0"/>
3939
- <line num="74" count="28" type="stmt"/>
3940
- <line num="75" count="28" type="cond" truecount="1" falsecount="1"/>
3941
- <line num="76" count="28" type="stmt"/>
3942
- <line num="77" count="34" type="stmt"/>
3943
- <line num="78" count="28" type="stmt"/>
3944
- <line num="79" count="28" type="stmt"/>
3945
- <line num="81" count="28" type="cond" truecount="2" falsecount="1"/>
3946
- <line num="83" count="6" type="stmt"/>
3947
- <line num="84" count="6" type="stmt"/>
3948
- <line num="85" count="6" type="stmt"/>
3949
- <line num="86" count="6" type="stmt"/>
3950
- <line num="88" count="22" type="stmt"/>
3951
- <line num="89" count="22" type="stmt"/>
3952
- <line num="90" count="22" type="stmt"/>
3953
- <line num="91" count="22" type="stmt"/>
3954
- <line num="93" count="0" type="stmt"/>
3955
- <line num="94" count="0" type="stmt"/>
3956
- <line num="95" count="0" type="stmt"/>
3957
- <line num="97" count="28" type="stmt"/>
3958
- <line num="99" count="28" type="cond" truecount="1" falsecount="1"/>
3959
- <line num="100" count="28" type="stmt"/>
3960
- <line num="105" count="55" type="stmt"/>
3961
- <line num="106" count="12" type="cond" truecount="4" falsecount="0"/>
3962
- <line num="107" count="11" type="stmt"/>
3963
- <line num="108" count="11" type="stmt"/>
3964
- <line num="109" count="11" type="stmt"/>
3965
- <line num="110" count="11" type="stmt"/>
3966
- <line num="114" count="55" type="cond" truecount="2" falsecount="0"/>
3967
- <line num="115" count="53" type="stmt"/>
3968
- </file>
3969
- </package>
3970
- </project>
3971
- </coverage>