@window-splitter/state 0.2.2 → 0.2.3--canary.823a479.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/.tshy/commonjs.json +1 -0
  2. package/.tshy/esm.json +1 -0
  3. package/.tshy-build/esm/index.d.ts +327 -0
  4. package/.tshy-build/esm/index.d.ts.map +1 -0
  5. package/.tshy-build/esm/index.js +964 -0
  6. package/.tshy-build/esm/index.js.map +1 -0
  7. package/.tshy-build/esm/package.json +3 -0
  8. package/.turbo/turbo-build.log +1 -1
  9. package/.turbo/turbo-lint.log +1 -1
  10. package/.turbo/turbo-test.log +1023 -129
  11. package/coverage/clover.xml +358 -345
  12. package/coverage/coverage-final.json +1 -1
  13. package/coverage/index.html +18 -18
  14. package/coverage/index.ts.html +624 -402
  15. package/dist/commonjs/index.d.ts +22 -9
  16. package/dist/commonjs/index.d.ts.map +1 -1
  17. package/dist/commonjs/index.js +189 -134
  18. package/dist/commonjs/index.js.map +1 -1
  19. package/dist/esm/index.d.ts +22 -9
  20. package/dist/esm/index.d.ts.map +1 -1
  21. package/dist/esm/index.js +188 -114
  22. package/dist/esm/index.js.map +1 -1
  23. package/package.json +6 -6
  24. package/src/index.ts +279 -153
  25. package/src/machine.test.ts +174 -85
  26. package/src/package.json +3 -0
  27. package/src/utils.test.ts +22 -9
  28. package/dist/commonjs/machine.test.d.ts +0 -5
  29. package/dist/commonjs/machine.test.d.ts.map +0 -1
  30. package/dist/commonjs/machine.test.js +0 -1038
  31. package/dist/commonjs/machine.test.js.map +0 -1
  32. package/dist/commonjs/utils.test.d.ts +0 -2
  33. package/dist/commonjs/utils.test.d.ts.map +0 -1
  34. package/dist/commonjs/utils.test.js +0 -79
  35. package/dist/commonjs/utils.test.js.map +0 -1
  36. package/dist/esm/machine.test.d.ts +0 -5
  37. package/dist/esm/machine.test.d.ts.map +0 -1
  38. package/dist/esm/machine.test.js +0 -1036
  39. package/dist/esm/machine.test.js.map +0 -1
  40. package/dist/esm/utils.test.d.ts +0 -2
  41. package/dist/esm/utils.test.d.ts.map +0 -1
  42. package/dist/esm/utils.test.js +0 -77
  43. package/dist/esm/utils.test.js.map +0 -1
@@ -1,350 +1,363 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1723567994796" clover="3.2.0">
3
- <project timestamp="1723567994796" name="All files">
4
- <metrics statements="341" coveredstatements="336" conditionals="288" coveredconditionals="277" methods="71" coveredmethods="71" elements="700" coveredelements="684" complexity="0" loc="341" ncloc="341" packages="1" files="1" classes="1"/>
2
+ <coverage generated="1723621851181" clover="3.2.0">
3
+ <project timestamp="1723621851181" name="All files">
4
+ <metrics statements="354" coveredstatements="349" conditionals="308" coveredconditionals="300" methods="72" coveredmethods="71" elements="734" coveredelements="720" complexity="0" loc="354" ncloc="354" packages="1" files="1" classes="1"/>
5
5
  <file name="index.ts" path="/Users/andrewlisowski/Documents/react-window-splitter/packages/state/src/index.ts">
6
- <metrics statements="341" coveredstatements="336" conditionals="288" coveredconditionals="277" methods="71" coveredmethods="71"/>
7
- <line num="9" count="2" type="stmt"/>
8
- <line num="33" count="3860" type="stmt"/>
9
- <line num="37" count="13044" type="stmt"/>
10
- <line num="104" count="7" type="stmt"/>
11
- <line num="105" count="7" type="stmt"/>
12
- <line num="107" count="7" type="cond" truecount="2" falsecount="0"/>
13
- <line num="108" count="1" type="cond" truecount="1" falsecount="1"/>
14
- <line num="109" count="1" type="stmt"/>
15
- <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
16
- <line num="111" count="0" type="cond" truecount="0" falsecount="2"/>
17
- <line num="112" count="0" type="stmt"/>
18
- <line num="119" count="7" type="stmt"/>
19
- <line num="122" count="2" type="stmt"/>
20
- <line num="305" count="3192" type="stmt"/>
21
- <line num="313" count="16567" type="stmt"/>
22
- <line num="323" count="4331" type="stmt"/>
23
- <line num="355" count="67" type="stmt"/>
24
- <line num="372" count="66" type="stmt"/>
25
- <line num="380" count="3801" type="cond" truecount="2" falsecount="0"/>
26
- <line num="381" count="3658" type="stmt"/>
27
- <line num="384" count="3801" type="cond" truecount="2" falsecount="0"/>
28
- <line num="385" count="136" type="stmt"/>
29
- <line num="388" count="3665" type="cond" truecount="2" falsecount="0"/>
30
- <line num="389" count="3664" type="stmt"/>
31
- <line num="392" count="1" type="stmt"/>
32
- <line num="397" count="4" type="cond" truecount="2" falsecount="0"/>
33
- <line num="398" count="2" type="stmt"/>
34
- <line num="401" count="2" type="stmt"/>
35
- <line num="405" count="11322" type="cond" truecount="2" falsecount="0"/>
36
- <line num="415" count="14636" type="cond" truecount="2" falsecount="0"/>
37
- <line num="416" count="14636" type="cond" truecount="2" falsecount="0"/>
38
- <line num="427" count="4306" type="stmt"/>
39
- <line num="438" count="87" type="stmt"/>
40
- <line num="440" count="31" type="cond" truecount="4" falsecount="0"/>
41
- <line num="441" count="30" type="stmt"/>
42
- <line num="444" count="1" type="stmt"/>
43
- <line num="452" count="6423" type="stmt"/>
44
- <line num="454" count="3212" type="cond" truecount="4" falsecount="0"/>
45
- <line num="455" count="3211" type="stmt"/>
46
- <line num="458" count="1" type="stmt"/>
47
- <line num="469" count="4" type="cond" truecount="2" falsecount="0"/>
48
- <line num="470" count="1" type="stmt"/>
49
- <line num="473" count="3" type="stmt"/>
50
- <line num="474" count="3" type="stmt"/>
51
- <line num="475" count="3" type="stmt"/>
52
- <line num="477" count="3" type="cond" truecount="5" falsecount="0"/>
53
- <line num="478" count="1" type="stmt"/>
54
- <line num="481" count="2" type="cond" truecount="5" falsecount="0"/>
55
- <line num="482" count="1" type="stmt"/>
56
- <line num="485" count="1" type="stmt"/>
57
- <line num="496" count="29" type="stmt"/>
58
- <line num="498" count="11" type="stmt"/>
59
- <line num="500" count="11" type="stmt"/>
60
- <line num="502" count="11" type="cond" truecount="4" falsecount="0"/>
61
- <line num="503" count="2" type="stmt"/>
62
- <line num="506" count="9" type="stmt"/>
63
- <line num="508" count="9" type="cond" truecount="3" falsecount="1"/>
64
- <line num="509" count="9" type="stmt"/>
65
- <line num="512" count="0" type="stmt"/>
66
- <line num="517" count="73" type="stmt"/>
67
- <line num="518" count="73" type="stmt"/>
68
- <line num="519" count="168" type="stmt"/>
69
- <line num="520" count="168" type="stmt"/>
70
- <line num="522" count="73" type="stmt"/>
71
- <line num="525" count="73" type="stmt"/>
72
- <line num="526" count="168" type="cond" truecount="2" falsecount="0"/>
73
- <line num="527" count="165" type="stmt"/>
74
- <line num="531" count="95" type="stmt"/>
75
- <line num="534" count="165" type="stmt"/>
76
- <line num="538" count="168" type="stmt"/>
77
- <line num="539" count="73" type="stmt"/>
78
- <line num="540" count="168" type="stmt"/>
79
- <line num="541" count="1" type="stmt"/>
80
- <line num="543" count="73" type="stmt"/>
81
- <line num="545" count="3" type="stmt"/>
82
- <line num="548" count="73" type="stmt"/>
83
- <line num="553" count="3277" type="stmt"/>
84
- <line num="558" count="3277" type="cond" truecount="4" falsecount="0"/>
85
- <line num="559" count="867" type="stmt"/>
86
- <line num="562" count="2410" type="stmt"/>
87
- <line num="574" count="3224" type="cond" truecount="2" falsecount="0"/>
88
- <line num="576" count="3224" type="stmt"/>
89
- <line num="577" count="3341" type="cond" truecount="2" falsecount="0"/>
90
- <line num="578" count="64" type="stmt"/>
91
- <line num="581" count="3277" type="cond" truecount="2" falsecount="0"/>
92
- <line num="585" count="3277" type="cond" truecount="2" falsecount="0"/>
93
- <line num="586" count="2747" type="stmt"/>
94
- <line num="593" count="310" type="stmt"/>
95
- <line num="595" count="310" type="stmt"/>
96
- <line num="596" count="990" type="cond" truecount="2" falsecount="0"/>
97
- <line num="597" count="338" type="stmt"/>
98
- <line num="598" count="652" type="cond" truecount="2" falsecount="0"/>
99
- <line num="603" count="64" type="stmt"/>
100
- <line num="604" count="588" type="cond" truecount="2" falsecount="0"/>
101
- <line num="609" count="30" type="stmt"/>
102
- <line num="613" count="310" type="stmt"/>
103
- <line num="617" count="614" type="cond" truecount="2" falsecount="0"/>
104
- <line num="618" count="599" type="stmt"/>
105
- <line num="621" count="15" type="stmt"/>
106
- <line num="626" count="134" type="stmt"/>
107
- <line num="628" count="134" type="stmt"/>
108
- <line num="630" count="416" type="cond" truecount="2" falsecount="0"/>
109
- <line num="631" count="275" type="stmt"/>
110
- <line num="633" count="275" type="cond" truecount="2" falsecount="0"/>
111
- <line num="637" count="180" type="stmt"/>
112
- <line num="638" count="95" type="cond" truecount="2" falsecount="0"/>
113
- <line num="639" count="14" type="cond" truecount="2" falsecount="0"/>
114
- <line num="640" count="14" type="stmt"/>
115
- <line num="641" count="81" type="cond" truecount="4" falsecount="0"/>
116
- <line num="642" count="5" type="stmt"/>
117
- <line num="643" count="76" type="cond" truecount="2" falsecount="0"/>
118
- <line num="644" count="8" type="stmt"/>
119
- <line num="647" count="68" type="cond" truecount="2" falsecount="0"/>
120
- <line num="648" count="68" type="stmt"/>
121
- <line num="651" count="141" type="stmt"/>
122
- <line num="657" count="73" type="stmt"/>
123
- <line num="659" count="96" type="cond" truecount="3" falsecount="0"/>
124
- <line num="663" count="73" type="stmt"/>
125
- <line num="665" count="73" type="cond" truecount="2" falsecount="0"/>
126
- <line num="666" count="1" type="stmt"/>
127
- <line num="669" count="73" type="stmt"/>
128
- <line num="676" count="4318" type="stmt"/>
129
- <line num="738" count="76" type="stmt"/>
130
- <line num="739" count="76" type="stmt"/>
131
- <line num="741" count="76" type="stmt"/>
132
- <line num="742" count="250" type="cond" truecount="4" falsecount="0"/>
133
- <line num="743" count="87" type="stmt"/>
134
- <line num="746" count="163" type="cond" truecount="2" falsecount="0"/>
135
- <line num="747" count="18" type="stmt"/>
136
- <line num="751" count="145" type="stmt"/>
137
- <line num="758" count="76" type="stmt"/>
138
- <line num="777" count="3209" type="stmt"/>
139
- <line num="778" count="3208" type="stmt"/>
140
- <line num="779" count="3208" type="stmt"/>
141
- <line num="782" count="3208" type="cond" truecount="2" falsecount="0"/>
142
- <line num="786" count="3208" type="cond" truecount="2" falsecount="0"/>
143
- <line num="787" count="1" type="stmt"/>
144
- <line num="790" count="3208" type="cond" truecount="2" falsecount="0"/>
145
- <line num="791" count="1" type="stmt"/>
146
- <line num="794" count="3207" type="stmt"/>
147
- <line num="797" count="3207" type="stmt"/>
148
- <line num="806" count="3207" type="cond" truecount="2" falsecount="0"/>
149
- <line num="807" count="470" type="stmt"/>
150
- <line num="812" count="2737" type="stmt"/>
151
- <line num="814" count="2737" type="stmt"/>
152
- <line num="816" count="2737" type="stmt"/>
153
- <line num="821" count="2737" type="stmt"/>
154
- <line num="824" count="2737" type="cond" truecount="2" falsecount="0"/>
155
- <line num="825" count="2713" type="cond" truecount="4" falsecount="0"/>
156
- <line num="826" count="501" type="cond" truecount="2" falsecount="0"/>
157
- <line num="827" count="501" type="cond" truecount="2" falsecount="0"/>
158
- <line num="828" count="501" type="cond" truecount="2" falsecount="0"/>
159
- <line num="829" count="501" type="cond" truecount="2" falsecount="0"/>
160
- <line num="831" count="501" type="stmt"/>
161
- <line num="833" count="501" type="stmt"/>
162
- <line num="835" count="501" type="cond" truecount="9" falsecount="0"/>
163
- <line num="843" count="394" type="stmt"/>
164
- <line num="845" count="2212" type="cond" truecount="2" falsecount="0"/>
165
- <line num="853" count="266" type="stmt"/>
166
- <line num="855" count="266" type="cond" truecount="2" falsecount="0"/>
167
- <line num="860" count="196" type="stmt"/>
168
- <line num="866" count="2147" type="stmt"/>
169
- <line num="867" count="2147" type="stmt"/>
170
- <line num="869" count="2147" type="stmt"/>
171
- <line num="870" count="2147" type="cond" truecount="2" falsecount="0"/>
172
- <line num="875" count="2147" type="stmt"/>
173
- <line num="876" count="2147" type="stmt"/>
174
- <line num="877" count="2147" type="stmt"/>
175
- <line num="878" count="2147" type="stmt"/>
176
- <line num="879" count="2147" type="cond" truecount="2" falsecount="0"/>
177
- <line num="883" count="2147" type="cond" truecount="2" falsecount="0"/>
178
- <line num="884" count="24" type="cond" truecount="4" falsecount="0"/>
179
- <line num="885" count="3" type="stmt"/>
180
- <line num="887" count="2123" type="cond" truecount="2" falsecount="0"/>
181
- <line num="892" count="107" type="cond" truecount="2" falsecount="0"/>
182
- <line num="897" count="101" type="stmt"/>
183
- <line num="898" count="101" type="stmt"/>
184
- <line num="904" count="6" type="stmt"/>
185
- <line num="912" count="6" type="stmt"/>
186
- <line num="913" count="6" type="cond" truecount="2" falsecount="0"/>
187
- <line num="914" count="1" type="stmt"/>
188
- <line num="916" count="6" type="stmt"/>
189
- <line num="923" count="6" type="cond" truecount="2" falsecount="0"/>
190
- <line num="928" count="1" type="stmt"/>
191
- <line num="933" count="2046" type="stmt"/>
192
- <line num="937" count="2046" type="cond" truecount="2" falsecount="0"/>
193
- <line num="942" count="70" type="cond" truecount="2" falsecount="0"/>
194
- <line num="947" count="66" type="stmt"/>
195
- <line num="948" count="66" type="stmt"/>
196
- <line num="952" count="4" type="stmt"/>
197
- <line num="953" count="4" type="stmt"/>
198
- <line num="955" count="4" type="stmt"/>
199
- <line num="957" count="4" type="cond" truecount="2" falsecount="0"/>
200
- <line num="962" count="1" type="stmt"/>
201
- <line num="966" count="1980" type="stmt"/>
202
- <line num="967" count="1980" type="stmt"/>
203
- <line num="970" count="1980" type="stmt"/>
204
- <line num="973" count="6140" type="stmt"/>
205
- <line num="980" count="1980" type="stmt"/>
206
- <line num="982" count="1980" type="stmt"/>
207
- <line num="987" count="100" type="stmt"/>
208
- <line num="990" count="100" type="stmt"/>
209
- <line num="991" count="324" type="cond" truecount="2" falsecount="0"/>
210
- <line num="992" count="110" type="stmt"/>
211
- <line num="995" count="214" type="cond" truecount="2" falsecount="0"/>
212
- <line num="996" count="18" type="stmt"/>
213
- <line num="1003" count="100" type="stmt"/>
214
- <line num="1005" count="100" type="stmt"/>
215
- <line num="1006" count="324" type="cond" truecount="4" falsecount="0"/>
216
- <line num="1007" count="128" type="stmt"/>
217
- <line num="1010" count="196" type="stmt"/>
218
- <line num="1018" count="100" type="stmt"/>
219
- <line num="1030" count="3209" type="stmt"/>
220
- <line num="1058" count="2" type="stmt"/>
221
- <line num="1060" count="2" type="stmt"/>
222
- <line num="1061" count="170" type="stmt"/>
223
- <line num="1079" count="2" type="stmt"/>
224
- <line num="1088" count="12" type="stmt"/>
225
- <line num="1089" count="12" type="stmt"/>
226
- <line num="1093" count="12" type="stmt"/>
227
- <line num="1094" count="17" type="stmt"/>
228
- <line num="1101" count="17" type="cond" truecount="2" falsecount="0"/>
229
- <line num="1102" count="7" type="cond" truecount="1" falsecount="1"/>
230
- <line num="1103" count="0" type="stmt"/>
231
- <line num="1105" count="7" type="cond" truecount="1" falsecount="1"/>
232
- <line num="1106" count="7" type="stmt"/>
233
- <line num="1107" count="7" type="stmt"/>
234
- <line num="1111" count="10" type="stmt"/>
235
- <line num="1112" count="10" type="stmt"/>
236
- <line num="1114" count="10" type="stmt"/>
237
- <line num="1115" count="10" type="stmt"/>
238
- <line num="1116" count="10" type="cond" truecount="2" falsecount="0"/>
239
- <line num="1135" count="2" type="stmt"/>
240
- <line num="1140" count="7" type="stmt"/>
241
- <line num="1141" count="7" type="stmt"/>
242
- <line num="1142" count="7" type="stmt"/>
243
- <line num="1144" count="7" type="stmt"/>
244
- <line num="1145" count="7" type="stmt"/>
245
- <line num="1147" count="7" type="cond" truecount="2" falsecount="0"/>
246
- <line num="1148" count="3" type="stmt"/>
247
- <line num="1152" count="4" type="stmt"/>
248
- <line num="1154" count="4" type="stmt"/>
249
- <line num="1155" count="4" type="stmt"/>
250
- <line num="1156" count="4" type="stmt"/>
251
- <line num="1159" count="7" type="stmt"/>
252
- <line num="1160" count="7" type="stmt"/>
253
- <line num="1161" count="7" type="stmt"/>
254
- <line num="1164" count="7" type="stmt"/>
255
- <line num="1165" count="7" type="stmt"/>
256
- <line num="1168" count="24" type="stmt"/>
257
- <line num="1169" count="24" type="cond" truecount="2" falsecount="0"/>
258
- <line num="1170" count="24" type="stmt"/>
259
- <line num="1172" count="24" type="stmt"/>
260
- <line num="1173" count="24" type="stmt"/>
261
- <line num="1179" count="24" type="cond" truecount="2" falsecount="0"/>
262
- <line num="1180" count="7" type="cond" truecount="2" falsecount="0"/>
263
- <line num="1181" count="7" type="stmt"/>
264
- <line num="1182" count="7" type="stmt"/>
265
- <line num="1185" count="17" type="stmt"/>
266
- <line num="1188" count="7" type="stmt"/>
267
- <line num="1192" count="2" type="stmt"/>
268
- <line num="1205" count="34" type="stmt"/>
269
- <line num="1257" count="7" type="stmt"/>
270
- <line num="1287" count="9" type="stmt"/>
271
- <line num="1288" count="9" type="stmt"/>
272
- <line num="1289" count="9" type="cond" truecount="2" falsecount="0"/>
273
- <line num="1292" count="3" type="stmt"/>
274
- <line num="1293" count="3" type="stmt"/>
275
- <line num="1294" count="3" type="stmt"/>
276
- <line num="1302" count="2" type="stmt"/>
277
- <line num="1303" count="2" type="stmt"/>
278
- <line num="1304" count="2" type="stmt"/>
279
- <line num="1307" count="2" type="stmt"/>
280
- <line num="1309" count="2" type="stmt"/>
281
- <line num="1313" count="2" type="cond" truecount="2" falsecount="0"/>
282
- <line num="1316" count="2" type="stmt"/>
283
- <line num="1323" count="2" type="stmt"/>
284
- <line num="1328" count="7" type="stmt"/>
285
- <line num="1329" count="7" type="stmt"/>
286
- <line num="1331" count="7" type="stmt"/>
287
- <line num="1332" count="7" type="stmt"/>
288
- <line num="1334" count="7" type="cond" truecount="2" falsecount="0"/>
289
- <line num="1335" count="4" type="stmt"/>
290
- <line num="1338" count="7" type="stmt"/>
291
- <line num="1343" count="26" type="stmt"/>
292
- <line num="1344" count="26" type="stmt"/>
293
- <line num="1349" count="26" type="stmt"/>
294
- <line num="1351" count="26" type="stmt"/>
295
- <line num="1353" count="26" type="stmt"/>
296
- <line num="1354" count="165" type="stmt"/>
297
- <line num="1356" count="80" type="cond" truecount="2" falsecount="0"/>
298
- <line num="1357" count="27" type="stmt"/>
299
- <line num="1360" count="53" type="stmt"/>
300
- <line num="1365" count="26" type="stmt"/>
301
- <line num="1370" count="1" type="stmt"/>
302
- <line num="1371" count="1" type="stmt"/>
303
- <line num="1376" count="44" type="stmt"/>
304
- <line num="1378" count="44" type="stmt"/>
305
- <line num="1387" count="4" type="stmt"/>
306
- <line num="1389" count="4" type="stmt"/>
307
- <line num="1391" count="4" type="cond" truecount="2" falsecount="0"/>
308
- <line num="1396" count="1" type="stmt"/>
309
- <line num="1397" count="3" type="cond" truecount="2" falsecount="0"/>
310
- <line num="1398" count="1" type="stmt"/>
311
- <line num="1400" count="2" type="stmt"/>
312
- <line num="1403" count="4" type="stmt"/>
313
- <line num="1408" count="4" type="stmt"/>
314
- <line num="1409" count="18" type="stmt"/>
315
- <line num="1411" count="4" type="stmt"/>
316
- <line num="1413" count="4" type="stmt"/>
317
- <line num="1414" count="16" type="cond" truecount="2" falsecount="0"/>
318
- <line num="1415" count="8" type="stmt"/>
319
- <line num="1418" count="8" type="stmt"/>
320
- <line num="1421" count="4" type="stmt"/>
321
- <line num="1428" count="4" type="stmt"/>
322
- <line num="1433" count="25" type="stmt"/>
323
- <line num="1435" count="25" type="stmt"/>
324
- <line num="1444" count="10" type="stmt"/>
325
- <line num="1445" count="10" type="stmt"/>
326
- <line num="1446" count="34" type="stmt"/>
327
- <line num="1448" count="10" type="stmt"/>
328
- <line num="1450" count="10" type="cond" truecount="2" falsecount="0"/>
329
- <line num="1451" count="2" type="stmt"/>
330
- <line num="1454" count="36" type="stmt"/>
331
- <line num="1455" count="8" type="cond" truecount="2" falsecount="0"/>
332
- <line num="1459" count="8" type="stmt"/>
333
- <line num="1461" count="8" type="stmt"/>
334
- <line num="1465" count="76" type="stmt"/>
335
- <line num="1468" count="3013" type="stmt"/>
336
- <line num="1469" count="3013" type="stmt"/>
337
- <line num="1473" count="74" type="stmt"/>
338
- <line num="1476" count="24" type="stmt"/>
339
- <line num="1477" count="24" type="stmt"/>
340
- <line num="1488" count="3" type="stmt"/>
341
- <line num="1490" count="3" type="stmt"/>
342
- <line num="1491" count="2" type="stmt"/>
343
- <line num="1492" count="2" type="stmt"/>
344
- <line num="1493" count="2" type="stmt"/>
345
- <line num="1498" count="2" type="stmt"/>
346
- <line num="1499" count="2" type="cond" truecount="2" falsecount="0"/>
347
- <line num="1501" count="2" type="stmt"/>
6
+ <metrics statements="354" coveredstatements="349" conditionals="308" coveredconditionals="300" methods="72" coveredmethods="71"/>
7
+ <line num="10" count="2" type="stmt"/>
8
+ <line num="34" count="7957" type="stmt"/>
9
+ <line num="38" count="8226" type="stmt"/>
10
+ <line num="105" count="10" type="stmt"/>
11
+ <line num="106" count="10" type="stmt"/>
12
+ <line num="108" count="10" type="cond" truecount="2" falsecount="0"/>
13
+ <line num="109" count="2" type="cond" truecount="2" falsecount="0"/>
14
+ <line num="110" count="1" type="stmt"/>
15
+ <line num="111" count="1" type="cond" truecount="1" falsecount="1"/>
16
+ <line num="112" count="1" type="cond" truecount="1" falsecount="1"/>
17
+ <line num="113" count="1" type="stmt"/>
18
+ <line num="120" count="10" type="stmt"/>
19
+ <line num="123" count="2" type="stmt"/>
20
+ <line num="311" count="3679" type="stmt"/>
21
+ <line num="319" count="17336" type="stmt"/>
22
+ <line num="329" count="4990" type="stmt"/>
23
+ <line num="361" count="75" type="stmt"/>
24
+ <line num="378" count="74" type="stmt"/>
25
+ <line num="385" count="10" type="stmt"/>
26
+ <line num="394" count="8150" type="cond" truecount="2" falsecount="0"/>
27
+ <line num="395" count="7951" type="stmt"/>
28
+ <line num="398" count="8150" type="cond" truecount="2" falsecount="0"/>
29
+ <line num="399" count="192" type="stmt"/>
30
+ <line num="402" count="7958" type="cond" truecount="2" falsecount="0"/>
31
+ <line num="403" count="7957" type="stmt"/>
32
+ <line num="406" count="1" type="stmt"/>
33
+ <line num="411" count="5" type="cond" truecount="2" falsecount="0"/>
34
+ <line num="412" count="3" type="cond" truecount="2" falsecount="0"/>
35
+ <line num="415" count="2" type="stmt"/>
36
+ <line num="419" count="15134" type="cond" truecount="2" falsecount="0"/>
37
+ <line num="429" count="18986" type="cond" truecount="2" falsecount="0"/>
38
+ <line num="430" count="18986" type="cond" truecount="2" falsecount="0"/>
39
+ <line num="441" count="3763" type="stmt"/>
40
+ <line num="442" count="3763" type="stmt"/>
41
+ <line num="444" count="3763" type="cond" truecount="4" falsecount="0"/>
42
+ <line num="445" count="3512" type="stmt"/>
43
+ <line num="448" count="251" type="cond" truecount="2" falsecount="0"/>
44
+ <line num="456" count="104" type="stmt"/>
45
+ <line num="458" count="38" type="cond" truecount="4" falsecount="0"/>
46
+ <line num="459" count="37" type="stmt"/>
47
+ <line num="462" count="1" type="stmt"/>
48
+ <line num="470" count="7375" type="stmt"/>
49
+ <line num="472" count="3688" type="cond" truecount="4" falsecount="0"/>
50
+ <line num="473" count="3687" type="stmt"/>
51
+ <line num="476" count="1" type="stmt"/>
52
+ <line num="487" count="4" type="cond" truecount="2" falsecount="0"/>
53
+ <line num="488" count="1" type="stmt"/>
54
+ <line num="491" count="3" type="stmt"/>
55
+ <line num="492" count="3" type="stmt"/>
56
+ <line num="493" count="3" type="stmt"/>
57
+ <line num="495" count="3" type="cond" truecount="5" falsecount="0"/>
58
+ <line num="496" count="1" type="stmt"/>
59
+ <line num="499" count="2" type="cond" truecount="5" falsecount="0"/>
60
+ <line num="500" count="1" type="stmt"/>
61
+ <line num="503" count="1" type="stmt"/>
62
+ <line num="514" count="39" type="stmt"/>
63
+ <line num="516" count="15" type="stmt"/>
64
+ <line num="518" count="15" type="stmt"/>
65
+ <line num="520" count="15" type="cond" truecount="4" falsecount="0"/>
66
+ <line num="521" count="2" type="stmt"/>
67
+ <line num="524" count="13" type="stmt"/>
68
+ <line num="526" count="13" type="cond" truecount="4" falsecount="0"/>
69
+ <line num="527" count="12" type="stmt"/>
70
+ <line num="530" count="1" type="stmt"/>
71
+ <line num="535" count="76" type="stmt"/>
72
+ <line num="536" count="76" type="stmt"/>
73
+ <line num="537" count="174" type="stmt"/>
74
+ <line num="538" count="174" type="stmt"/>
75
+ <line num="540" count="76" type="stmt"/>
76
+ <line num="543" count="76" type="stmt"/>
77
+ <line num="544" count="174" type="cond" truecount="2" falsecount="0"/>
78
+ <line num="545" count="171" type="stmt"/>
79
+ <line num="549" count="98" type="stmt"/>
80
+ <line num="552" count="171" type="stmt"/>
81
+ <line num="556" count="174" type="stmt"/>
82
+ <line num="557" count="76" type="stmt"/>
83
+ <line num="558" count="174" type="stmt"/>
84
+ <line num="559" count="1" type="stmt"/>
85
+ <line num="561" count="76" type="stmt"/>
86
+ <line num="563" count="3" type="stmt"/>
87
+ <line num="566" count="76" type="stmt"/>
88
+ <line num="575" count="3759" type="stmt"/>
89
+ <line num="580" count="3759" type="cond" truecount="4" falsecount="0"/>
90
+ <line num="581" count="1131" type="stmt"/>
91
+ <line num="584" count="2628" type="cond" truecount="2" falsecount="0"/>
92
+ <line num="585" count="13" type="stmt"/>
93
+ <line num="591" count="2615" type="stmt"/>
94
+ <line num="607" count="3703" type="cond" truecount="2" falsecount="0"/>
95
+ <line num="609" count="3703" type="stmt"/>
96
+ <line num="610" count="3827" type="cond" truecount="2" falsecount="0"/>
97
+ <line num="611" count="68" type="stmt"/>
98
+ <line num="614" count="3759" type="cond" truecount="2" falsecount="0"/>
99
+ <line num="618" count="3759" type="cond" truecount="2" falsecount="0"/>
100
+ <line num="619" count="3165" type="stmt"/>
101
+ <line num="626" count="348" type="stmt"/>
102
+ <line num="628" count="348" type="stmt"/>
103
+ <line num="629" count="1160" type="cond" truecount="2" falsecount="0"/>
104
+ <line num="630" count="403" type="stmt"/>
105
+ <line num="631" count="757" type="cond" truecount="2" falsecount="0"/>
106
+ <line num="636" count="79" type="stmt"/>
107
+ <line num="637" count="678" type="cond" truecount="2" falsecount="0"/>
108
+ <line num="642" count="38" type="stmt"/>
109
+ <line num="646" count="348" type="stmt"/>
110
+ <line num="650" count="699" type="cond" truecount="2" falsecount="0"/>
111
+ <line num="651" count="685" type="stmt"/>
112
+ <line num="654" count="14" type="stmt"/>
113
+ <line num="659" count="148" type="stmt"/>
114
+ <line num="661" count="148" type="stmt"/>
115
+ <line num="663" count="472" type="cond" truecount="2" falsecount="0"/>
116
+ <line num="664" count="310" type="stmt"/>
117
+ <line num="666" count="310" type="cond" truecount="2" falsecount="0"/>
118
+ <line num="670" count="206" type="stmt"/>
119
+ <line num="671" count="104" type="cond" truecount="2" falsecount="0"/>
120
+ <line num="672" count="13" type="cond" truecount="1" falsecount="1"/>
121
+ <line num="673" count="13" type="stmt"/>
122
+ <line num="674" count="91" type="cond" truecount="4" falsecount="0"/>
123
+ <line num="675" count="5" type="stmt"/>
124
+ <line num="676" count="86" type="cond" truecount="2" falsecount="0"/>
125
+ <line num="677" count="9" type="stmt"/>
126
+ <line num="680" count="77" type="cond" truecount="2" falsecount="0"/>
127
+ <line num="681" count="77" type="stmt"/>
128
+ <line num="684" count="162" type="stmt"/>
129
+ <line num="690" count="76" type="stmt"/>
130
+ <line num="692" count="99" type="cond" truecount="3" falsecount="0"/>
131
+ <line num="696" count="76" type="stmt"/>
132
+ <line num="698" count="76" type="cond" truecount="2" falsecount="0"/>
133
+ <line num="699" count="1" type="stmt"/>
134
+ <line num="702" count="76" type="stmt"/>
135
+ <line num="709" count="3838" type="stmt"/>
136
+ <line num="771" count="87" type="stmt"/>
137
+ <line num="772" count="87" type="stmt"/>
138
+ <line num="774" count="87" type="stmt"/>
139
+ <line num="775" count="302" type="cond" truecount="4" falsecount="0"/>
140
+ <line num="776" count="107" type="stmt"/>
141
+ <line num="779" count="195" type="cond" truecount="2" falsecount="0"/>
142
+ <line num="780" count="22" type="stmt"/>
143
+ <line num="783" count="173" type="stmt"/>
144
+ <line num="787" count="173" type="stmt"/>
145
+ <line num="790" count="87" type="stmt"/>
146
+ <line num="809" count="3685" type="stmt"/>
147
+ <line num="810" count="3684" type="stmt"/>
148
+ <line num="811" count="3684" type="stmt"/>
149
+ <line num="814" count="3684" type="cond" truecount="2" falsecount="0"/>
150
+ <line num="818" count="3684" type="cond" truecount="2" falsecount="0"/>
151
+ <line num="819" count="1" type="stmt"/>
152
+ <line num="822" count="3684" type="cond" truecount="2" falsecount="0"/>
153
+ <line num="823" count="1" type="stmt"/>
154
+ <line num="826" count="3683" type="stmt"/>
155
+ <line num="829" count="3683" type="stmt"/>
156
+ <line num="839" count="3683" type="cond" truecount="2" falsecount="0"/>
157
+ <line num="840" count="531" type="stmt"/>
158
+ <line num="845" count="3152" type="stmt"/>
159
+ <line num="847" count="3152" type="stmt"/>
160
+ <line num="849" count="3152" type="stmt"/>
161
+ <line num="854" count="3152" type="cond" truecount="2" falsecount="0"/>
162
+ <line num="857" count="590" type="stmt"/>
163
+ <line num="862" count="2562" type="stmt"/>
164
+ <line num="865" count="2562" type="cond" truecount="2" falsecount="0"/>
165
+ <line num="866" count="2472" type="cond" truecount="4" falsecount="0"/>
166
+ <line num="867" count="551" type="cond" truecount="2" falsecount="0"/>
167
+ <line num="868" count="551" type="cond" truecount="2" falsecount="0"/>
168
+ <line num="869" count="551" type="cond" truecount="2" falsecount="0"/>
169
+ <line num="870" count="551" type="cond" truecount="2" falsecount="0"/>
170
+ <line num="871" count="551" type="stmt"/>
171
+ <line num="874" count="551" type="stmt"/>
172
+ <line num="876" count="551" type="cond" truecount="9" falsecount="0"/>
173
+ <line num="884" count="443" type="stmt"/>
174
+ <line num="886" count="1921" type="cond" truecount="2" falsecount="0"/>
175
+ <line num="893" count="315" type="stmt"/>
176
+ <line num="897" count="315" type="cond" truecount="2" falsecount="0"/>
177
+ <line num="903" count="245" type="stmt"/>
178
+ <line num="909" count="1874" type="stmt"/>
179
+ <line num="910" count="1874" type="stmt"/>
180
+ <line num="911" count="1874" type="stmt"/>
181
+ <line num="914" count="1874" type="cond" truecount="2" falsecount="0"/>
182
+ <line num="919" count="1874" type="stmt"/>
183
+ <line num="920" count="1874" type="stmt"/>
184
+ <line num="921" count="1874" type="stmt"/>
185
+ <line num="922" count="1874" type="stmt"/>
186
+ <line num="923" count="1874" type="cond" truecount="2" falsecount="0"/>
187
+ <line num="927" count="1874" type="cond" truecount="2" falsecount="0"/>
188
+ <line num="928" count="90" type="cond" truecount="4" falsecount="0"/>
189
+ <line num="929" count="4" type="stmt"/>
190
+ <line num="931" count="1784" type="cond" truecount="2" falsecount="0"/>
191
+ <line num="936" count="108" type="cond" truecount="2" falsecount="0"/>
192
+ <line num="941" count="101" type="stmt"/>
193
+ <line num="942" count="101" type="stmt"/>
194
+ <line num="948" count="7" type="stmt"/>
195
+ <line num="958" count="7" type="stmt"/>
196
+ <line num="960" count="7" type="cond" truecount="2" falsecount="0"/>
197
+ <line num="961" count="1" type="stmt"/>
198
+ <line num="964" count="7" type="stmt"/>
199
+ <line num="973" count="7" type="cond" truecount="2" falsecount="0"/>
200
+ <line num="978" count="1" type="stmt"/>
201
+ <line num="983" count="1773" type="stmt"/>
202
+ <line num="987" count="1773" type="cond" truecount="2" falsecount="0"/>
203
+ <line num="992" count="70" type="cond" truecount="2" falsecount="0"/>
204
+ <line num="997" count="65" type="stmt"/>
205
+ <line num="998" count="65" type="stmt"/>
206
+ <line num="1002" count="5" type="stmt"/>
207
+ <line num="1003" count="5" type="stmt"/>
208
+ <line num="1005" count="5" type="stmt"/>
209
+ <line num="1009" count="5" type="cond" truecount="2" falsecount="0"/>
210
+ <line num="1014" count="1" type="stmt"/>
211
+ <line num="1018" count="1708" type="stmt"/>
212
+ <line num="1019" count="1708" type="stmt"/>
213
+ <line num="1021" count="1708" type="stmt"/>
214
+ <line num="1023" count="5324" type="cond" truecount="2" falsecount="0"/>
215
+ <line num="1028" count="1708" type="cond" truecount="1" falsecount="1"/>
216
+ <line num="1029" count="0" type="stmt"/>
217
+ <line num="1033" count="1708" type="stmt"/>
218
+ <line num="1038" count="113" type="stmt"/>
219
+ <line num="1041" count="113" type="stmt"/>
220
+ <line num="1042" count="386" type="cond" truecount="2" falsecount="0"/>
221
+ <line num="1043" count="134" type="stmt"/>
222
+ <line num="1046" count="252" type="cond" truecount="2" falsecount="0"/>
223
+ <line num="1047" count="23" type="stmt"/>
224
+ <line num="1054" count="113" type="stmt"/>
225
+ <line num="1056" count="113" type="stmt"/>
226
+ <line num="1057" count="386" type="cond" truecount="4" falsecount="0"/>
227
+ <line num="1058" count="157" type="stmt"/>
228
+ <line num="1061" count="229" type="stmt"/>
229
+ <line num="1072" count="113" type="stmt"/>
230
+ <line num="1084" count="3685" type="stmt"/>
231
+ <line num="1112" count="2" type="stmt"/>
232
+ <line num="1114" count="2" type="stmt"/>
233
+ <line num="1115" count="170" type="stmt"/>
234
+ <line num="1133" count="2" type="stmt"/>
235
+ <line num="1142" count="14" type="stmt"/>
236
+ <line num="1143" count="14" type="stmt"/>
237
+ <line num="1144" count="14" type="stmt"/>
238
+ <line num="1148" count="14" type="stmt"/>
239
+ <line num="1149" count="20" type="stmt"/>
240
+ <line num="1157" count="20" type="cond" truecount="2" falsecount="0"/>
241
+ <line num="1158" count="7" type="cond" truecount="1" falsecount="1"/>
242
+ <line num="1159" count="0" type="stmt"/>
243
+ <line num="1161" count="7" type="cond" truecount="1" falsecount="1"/>
244
+ <line num="1162" count="7" type="stmt"/>
245
+ <line num="1163" count="7" type="stmt"/>
246
+ <line num="1167" count="13" type="stmt"/>
247
+ <line num="1168" count="13" type="stmt"/>
248
+ <line num="1170" count="13" type="stmt"/>
249
+ <line num="1171" count="13" type="stmt"/>
250
+ <line num="1172" count="13" type="cond" truecount="2" falsecount="0"/>
251
+ <line num="1191" count="2" type="stmt"/>
252
+ <line num="1196" count="11" type="stmt"/>
253
+ <line num="1197" count="11" type="stmt"/>
254
+ <line num="1198" count="11" type="stmt"/>
255
+ <line num="1200" count="10" type="stmt"/>
256
+ <line num="1201" count="10" type="stmt"/>
257
+ <line num="1203" count="10" type="cond" truecount="2" falsecount="0"/>
258
+ <line num="1204" count="4" type="stmt"/>
259
+ <line num="1208" count="6" type="stmt"/>
260
+ <line num="1210" count="6" type="stmt"/>
261
+ <line num="1211" count="6" type="stmt"/>
262
+ <line num="1212" count="6" type="stmt"/>
263
+ <line num="1215" count="10" type="stmt"/>
264
+ <line num="1216" count="10" type="stmt"/>
265
+ <line num="1217" count="10" type="stmt"/>
266
+ <line num="1220" count="10" type="stmt"/>
267
+ <line num="1221" count="10" type="stmt"/>
268
+ <line num="1224" count="90" type="stmt"/>
269
+ <line num="1225" count="90" type="cond" truecount="2" falsecount="0"/>
270
+ <line num="1226" count="90" type="stmt"/>
271
+ <line num="1228" count="90" type="stmt"/>
272
+ <line num="1234" count="90" type="stmt"/>
273
+ <line num="1245" count="90" type="cond" truecount="2" falsecount="0"/>
274
+ <line num="1246" count="10" type="cond" truecount="2" falsecount="0"/>
275
+ <line num="1247" count="10" type="stmt"/>
276
+ <line num="1248" count="10" type="stmt"/>
277
+ <line num="1251" count="80" type="stmt"/>
278
+ <line num="1254" count="10" type="stmt"/>
279
+ <line num="1258" count="2" type="stmt"/>
280
+ <line num="1271" count="37" type="stmt"/>
281
+ <line num="1323" count="11" type="stmt"/>
282
+ <line num="1353" count="11" type="stmt"/>
283
+ <line num="1354" count="11" type="stmt"/>
284
+ <line num="1355" count="11" type="cond" truecount="2" falsecount="0"/>
285
+ <line num="1358" count="3" type="stmt"/>
286
+ <line num="1359" count="3" type="stmt"/>
287
+ <line num="1360" count="3" type="stmt"/>
288
+ <line num="1368" count="0" type="stmt"/>
289
+ <line num="1369" count="0" type="stmt"/>
290
+ <line num="1370" count="0" type="stmt"/>
291
+ <line num="1373" count="2" type="stmt"/>
292
+ <line num="1375" count="2" type="stmt"/>
293
+ <line num="1379" count="2" type="cond" truecount="2" falsecount="0"/>
294
+ <line num="1382" count="2" type="stmt"/>
295
+ <line num="1389" count="2" type="stmt"/>
296
+ <line num="1394" count="10" type="stmt"/>
297
+ <line num="1395" count="10" type="stmt"/>
298
+ <line num="1397" count="10" type="stmt"/>
299
+ <line num="1398" count="10" type="stmt"/>
300
+ <line num="1400" count="10" type="cond" truecount="2" falsecount="0"/>
301
+ <line num="1401" count="6" type="stmt"/>
302
+ <line num="1404" count="10" type="stmt"/>
303
+ <line num="1409" count="29" type="stmt"/>
304
+ <line num="1410" count="29" type="stmt"/>
305
+ <line num="1415" count="29" type="stmt"/>
306
+ <line num="1417" count="29" type="stmt"/>
307
+ <line num="1419" count="29" type="stmt"/>
308
+ <line num="1420" count="217" type="stmt"/>
309
+ <line num="1422" count="93" type="cond" truecount="2" falsecount="0"/>
310
+ <line num="1423" count="32" type="stmt"/>
311
+ <line num="1426" count="61" type="stmt"/>
312
+ <line num="1431" count="29" type="stmt"/>
313
+ <line num="1436" count="1" type="stmt"/>
314
+ <line num="1437" count="1" type="stmt"/>
315
+ <line num="1442" count="46" type="stmt"/>
316
+ <line num="1444" count="46" type="stmt"/>
317
+ <line num="1453" count="4" type="stmt"/>
318
+ <line num="1455" count="4" type="stmt"/>
319
+ <line num="1457" count="4" type="cond" truecount="2" falsecount="0"/>
320
+ <line num="1462" count="1" type="stmt"/>
321
+ <line num="1463" count="3" type="cond" truecount="2" falsecount="0"/>
322
+ <line num="1464" count="1" type="stmt"/>
323
+ <line num="1466" count="2" type="stmt"/>
324
+ <line num="1469" count="4" type="stmt"/>
325
+ <line num="1474" count="4" type="stmt"/>
326
+ <line num="1475" count="18" type="stmt"/>
327
+ <line num="1477" count="4" type="stmt"/>
328
+ <line num="1478" count="4" type="stmt"/>
329
+ <line num="1480" count="16" type="cond" truecount="2" falsecount="0"/>
330
+ <line num="1481" count="8" type="stmt"/>
331
+ <line num="1484" count="8" type="stmt"/>
332
+ <line num="1488" count="4" type="stmt"/>
333
+ <line num="1495" count="4" type="stmt"/>
334
+ <line num="1500" count="26" type="stmt"/>
335
+ <line num="1502" count="26" type="stmt"/>
336
+ <line num="1504" count="26" type="stmt"/>
337
+ <line num="1516" count="12" type="stmt"/>
338
+ <line num="1517" count="12" type="stmt"/>
339
+ <line num="1518" count="42" type="stmt"/>
340
+ <line num="1520" count="12" type="stmt"/>
341
+ <line num="1522" count="12" type="cond" truecount="2" falsecount="0"/>
342
+ <line num="1523" count="2" type="stmt"/>
343
+ <line num="1526" count="53" type="stmt"/>
344
+ <line num="1527" count="10" type="cond" truecount="2" falsecount="0"/>
345
+ <line num="1531" count="10" type="stmt"/>
346
+ <line num="1533" count="10" type="stmt"/>
347
+ <line num="1537" count="87" type="stmt"/>
348
+ <line num="1540" count="3423" type="stmt"/>
349
+ <line num="1541" count="3423" type="stmt"/>
350
+ <line num="1545" count="84" type="stmt"/>
351
+ <line num="1548" count="90" type="stmt"/>
352
+ <line num="1549" count="90" type="stmt"/>
353
+ <line num="1560" count="3" type="stmt"/>
354
+ <line num="1562" count="3" type="stmt"/>
355
+ <line num="1563" count="2" type="stmt"/>
356
+ <line num="1564" count="2" type="stmt"/>
357
+ <line num="1565" count="2" type="stmt"/>
358
+ <line num="1570" count="2" type="stmt"/>
359
+ <line num="1571" count="2" type="cond" truecount="2" falsecount="0"/>
360
+ <line num="1575" count="2" type="stmt"/>
348
361
  </file>
349
362
  </project>
350
363
  </coverage>