@sebbo2002/node-pyatv 4.0.0-develop.4 → 4.2.0-develop.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 (50) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/lib/device-events.js +7 -2
  3. package/dist/lib/device-events.js.map +1 -1
  4. package/dist/lib/device.js +10 -6
  5. package/dist/lib/device.js.map +1 -1
  6. package/dist/lib/tools.js +7 -0
  7. package/dist/lib/tools.js.map +1 -1
  8. package/dist/lib/types.d.ts +1 -0
  9. package/docs/coverage/cobertura-coverage.xml +527 -519
  10. package/docs/coverage/device-event.ts.html +1 -1
  11. package/docs/coverage/device-events.ts.html +99 -84
  12. package/docs/coverage/device.ts.html +38 -23
  13. package/docs/coverage/fake-spawn.ts.html +25 -25
  14. package/docs/coverage/index.html +24 -24
  15. package/docs/coverage/index.ts.html +1 -1
  16. package/docs/coverage/instance.ts.html +1 -1
  17. package/docs/coverage/tools.ts.html +133 -109
  18. package/docs/coverage/types.ts.html +5 -2
  19. package/docs/reference/assets/main.js +1 -1
  20. package/docs/reference/assets/style.css +4 -0
  21. package/docs/reference/classes/NodePyATVDeviceEvent.html +5 -5
  22. package/docs/reference/classes/default.html +10 -10
  23. package/docs/reference/enums/NodePyATVDeviceState.html +1 -1
  24. package/docs/reference/enums/NodePyATVKeys.html +1 -1
  25. package/docs/reference/enums/NodePyATVMediaType.html +1 -1
  26. package/docs/reference/enums/NodePyATVProtocol.html +1 -1
  27. package/docs/reference/enums/NodePyATVRepeatState.html +1 -1
  28. package/docs/reference/enums/NodePyATVShuffleState.html +1 -1
  29. package/docs/reference/index.html +1 -1
  30. package/docs/reference/interfaces/NodePyATVDeviceOptions.html +1 -1
  31. package/docs/reference/interfaces/NodePyATVFindAndInstanceOptions.html +1 -1
  32. package/docs/reference/interfaces/NodePyATVFindOptions.html +1 -1
  33. package/docs/reference/interfaces/NodePyATVGetStateOptions.html +1 -1
  34. package/docs/reference/interfaces/NodePyATVInstanceOptions.html +1 -1
  35. package/docs/reference/interfaces/NodePyATVState.html +1 -1
  36. package/docs/reference/interfaces/NodePyATVVersionResponse.html +1 -1
  37. package/docs/reference/modules.html +1 -1
  38. package/docs/tests/assets/app.css +1 -1
  39. package/docs/tests/assets/app.js +2 -2
  40. package/docs/tests/assets/app.js.LICENSE.txt +1 -1
  41. package/docs/tests/index.html +1 -1
  42. package/docs/tests/mochawesome.json +661 -604
  43. package/package.json +18 -18
  44. package/src/lib/device-events.ts +7 -2
  45. package/src/lib/device.ts +11 -6
  46. package/src/lib/tools.ts +8 -0
  47. package/src/lib/types.ts +1 -0
  48. package/test/device-events.ts +23 -0
  49. package/test/device.ts +18 -0
  50. package/test/tools.ts +15 -4
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="596" lines-covered="582" line-rate="0.9765" branches-valid="258" branches-covered="230" branch-rate="0.8915000000000001" timestamp="1633806978213" complexity="0" version="0.1">
3
+ <coverage lines-valid="604" lines-covered="590" line-rate="0.9768000000000001" branches-valid="262" branches-covered="233" branch-rate="0.8893000000000001" timestamp="1638219825404" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/home/runner/work/node-pyatv/node-pyatv</source>
6
6
  </sources>
@@ -48,11 +48,11 @@
48
48
  <line number="55" hits="4" branch="false"/>
49
49
  </lines>
50
50
  </class>
51
- <class name="device-events.ts" filename="src/lib/device-events.ts" line-rate="0.9398000000000001" branch-rate="0.8148000000000001">
51
+ <class name="device-events.ts" filename="src/lib/device-events.ts" line-rate="0.9407" branch-rate="0.8148000000000001">
52
52
  <methods>
53
- <method name="(anonymous_8)" hits="83" signature="()V">
53
+ <method name="(anonymous_8)" hits="85" signature="()V">
54
54
  <lines>
55
- <line number="30" hits="83"/>
55
+ <line number="30" hits="85"/>
56
56
  </lines>
57
57
  </method>
58
58
  <method name="(anonymous_9)" hits="31" signature="()V">
@@ -65,139 +65,139 @@
65
65
  <line number="40" hits="465"/>
66
66
  </lines>
67
67
  </method>
68
- <method name="(anonymous_11)" hits="11" signature="()V">
68
+ <method name="(anonymous_11)" hits="12" signature="()V">
69
69
  <lines>
70
- <line number="72" hits="11"/>
70
+ <line number="72" hits="12"/>
71
71
  </lines>
72
72
  </method>
73
- <method name="(anonymous_12)" hits="10" signature="()V">
73
+ <method name="(anonymous_12)" hits="11" signature="()V">
74
74
  <lines>
75
- <line number="93" hits="10"/>
75
+ <line number="93" hits="11"/>
76
76
  </lines>
77
77
  </method>
78
- <method name="(anonymous_13)" hits="68" signature="()V">
78
+ <method name="(anonymous_13)" hits="72" signature="()V">
79
79
  <lines>
80
- <line number="98" hits="68"/>
80
+ <line number="103" hits="72"/>
81
81
  </lines>
82
82
  </method>
83
83
  <method name="(anonymous_14)" hits="0" signature="()V">
84
84
  <lines>
85
- <line number="118" hits="0"/>
85
+ <line number="123" hits="0"/>
86
86
  </lines>
87
87
  </method>
88
88
  <method name="(anonymous_15)" hits="10" signature="()V">
89
89
  <lines>
90
- <line number="119" hits="10"/>
90
+ <line number="124" hits="10"/>
91
91
  </lines>
92
92
  </method>
93
- <method name="(anonymous_16)" hits="18" signature="()V">
93
+ <method name="(anonymous_16)" hits="19" signature="()V">
94
94
  <lines>
95
- <line number="123" hits="18"/>
95
+ <line number="128" hits="19"/>
96
96
  </lines>
97
97
  </method>
98
98
  <method name="(anonymous_17)" hits="1" signature="()V">
99
99
  <lines>
100
- <line number="134" hits="1"/>
100
+ <line number="139" hits="1"/>
101
101
  </lines>
102
102
  </method>
103
103
  <method name="(anonymous_18)" hits="1" signature="()V">
104
104
  <lines>
105
- <line number="140" hits="1"/>
105
+ <line number="145" hits="1"/>
106
106
  </lines>
107
107
  </method>
108
- <method name="(anonymous_19)" hits="11" signature="()V">
108
+ <method name="(anonymous_19)" hits="12" signature="()V">
109
109
  <lines>
110
- <line number="147" hits="11"/>
110
+ <line number="152" hits="12"/>
111
111
  </lines>
112
112
  </method>
113
- <method name="(anonymous_20)" hits="11" signature="()V">
113
+ <method name="(anonymous_20)" hits="12" signature="()V">
114
114
  <lines>
115
- <line number="150" hits="11"/>
115
+ <line number="155" hits="12"/>
116
116
  </lines>
117
117
  </method>
118
- <method name="(anonymous_21)" hits="11" signature="()V">
118
+ <method name="(anonymous_21)" hits="12" signature="()V">
119
119
  <lines>
120
- <line number="152" hits="11"/>
120
+ <line number="157" hits="12"/>
121
121
  </lines>
122
122
  </method>
123
- <method name="(anonymous_22)" hits="18" signature="()V">
123
+ <method name="(anonymous_22)" hits="19" signature="()V">
124
124
  <lines>
125
- <line number="154" hits="18"/>
125
+ <line number="159" hits="19"/>
126
126
  </lines>
127
127
  </method>
128
128
  <method name="(anonymous_23)" hits="0" signature="()V">
129
129
  <lines>
130
- <line number="180" hits="0"/>
130
+ <line number="185" hits="0"/>
131
131
  </lines>
132
132
  </method>
133
- <method name="(anonymous_24)" hits="15" signature="()V">
133
+ <method name="(anonymous_24)" hits="16" signature="()V">
134
134
  <lines>
135
- <line number="203" hits="15"/>
135
+ <line number="208" hits="16"/>
136
136
  </lines>
137
137
  </method>
138
- <method name="(anonymous_26)" hits="15" signature="()V">
138
+ <method name="(anonymous_26)" hits="16" signature="()V">
139
139
  <lines>
140
- <line number="223" hits="15"/>
140
+ <line number="228" hits="16"/>
141
141
  </lines>
142
142
  </method>
143
143
  <method name="(anonymous_27)" hits="2" signature="()V">
144
144
  <lines>
145
- <line number="234" hits="2"/>
145
+ <line number="239" hits="2"/>
146
146
  </lines>
147
147
  </method>
148
- <method name="(anonymous_28)" hits="19" signature="()V">
148
+ <method name="(anonymous_28)" hits="20" signature="()V">
149
149
  <lines>
150
- <line number="240" hits="19"/>
150
+ <line number="245" hits="20"/>
151
151
  </lines>
152
152
  </method>
153
- <method name="(anonymous_29)" hits="10" signature="()V">
153
+ <method name="(anonymous_29)" hits="11" signature="()V">
154
154
  <lines>
155
- <line number="246" hits="10"/>
155
+ <line number="251" hits="11"/>
156
156
  </lines>
157
157
  </method>
158
- <method name="(anonymous_30)" hits="10" signature="()V">
158
+ <method name="(anonymous_30)" hits="11" signature="()V">
159
159
  <lines>
160
- <line number="247" hits="10"/>
160
+ <line number="252" hits="11"/>
161
161
  </lines>
162
162
  </method>
163
- <method name="(anonymous_31)" hits="10" signature="()V">
163
+ <method name="(anonymous_31)" hits="11" signature="()V">
164
164
  <lines>
165
- <line number="249" hits="10"/>
165
+ <line number="254" hits="11"/>
166
166
  </lines>
167
167
  </method>
168
168
  <method name="(anonymous_32)" hits="2" signature="()V">
169
169
  <lines>
170
- <line number="255" hits="2"/>
170
+ <line number="260" hits="2"/>
171
171
  </lines>
172
172
  </method>
173
173
  <method name="(anonymous_33)" hits="9" signature="()V">
174
174
  <lines>
175
- <line number="261" hits="9"/>
175
+ <line number="266" hits="9"/>
176
176
  </lines>
177
177
  </method>
178
178
  <method name="(anonymous_34)" hits="2" signature="()V">
179
179
  <lines>
180
- <line number="267" hits="2"/>
180
+ <line number="272" hits="2"/>
181
181
  </lines>
182
182
  </method>
183
- <method name="(anonymous_35)" hits="12" signature="()V">
183
+ <method name="(anonymous_35)" hits="13" signature="()V">
184
184
  <lines>
185
- <line number="273" hits="12"/>
185
+ <line number="278" hits="13"/>
186
186
  </lines>
187
187
  </method>
188
- <method name="(anonymous_36)" hits="200" signature="()V">
188
+ <method name="(anonymous_36)" hits="211" signature="()V">
189
189
  <lines>
190
- <line number="279" hits="200"/>
190
+ <line number="284" hits="211"/>
191
191
  </lines>
192
192
  </method>
193
- <method name="(anonymous_37)" hits="70" signature="()V">
193
+ <method name="(anonymous_37)" hits="73" signature="()V">
194
194
  <lines>
195
- <line number="285" hits="70"/>
195
+ <line number="290" hits="73"/>
196
196
  </lines>
197
197
  </method>
198
- <method name="(anonymous_38)" hits="70" signature="()V">
198
+ <method name="(anonymous_38)" hits="73" signature="()V">
199
199
  <lines>
200
- <line number="286" hits="70"/>
200
+ <line number="291" hits="73"/>
201
201
  </lines>
202
202
  </method>
203
203
  </methods>
@@ -207,11 +207,11 @@
207
207
  <line number="15" hits="1" branch="false"/>
208
208
  <line number="16" hits="1" branch="false"/>
209
209
  <line number="22" hits="1" branch="false"/>
210
- <line number="31" hits="83" branch="false"/>
211
- <line number="33" hits="83" branch="false"/>
212
- <line number="34" hits="83" branch="false"/>
213
- <line number="35" hits="83" branch="false"/>
214
- <line number="36" hits="83" branch="false"/>
210
+ <line number="31" hits="85" branch="false"/>
211
+ <line number="33" hits="85" branch="false"/>
212
+ <line number="34" hits="85" branch="false"/>
213
+ <line number="35" hits="85" branch="false"/>
214
+ <line number="36" hits="85" branch="false"/>
215
215
  <line number="40" hits="31" branch="false"/>
216
216
  <line number="43" hits="465" branch="false"/>
217
217
  <line number="46" hits="465" branch="false"/>
@@ -223,125 +223,127 @@
223
223
  <line number="63" hits="64" branch="false"/>
224
224
  <line number="64" hits="64" branch="false"/>
225
225
  <line number="67" hits="1" branch="false"/>
226
- <line number="75" hits="11" branch="false"/>
227
- <line number="76" hits="11" branch="false"/>
226
+ <line number="75" hits="12" branch="false"/>
227
+ <line number="76" hits="12" branch="false"/>
228
228
  <line number="79" hits="1" branch="false"/>
229
229
  <line number="80" hits="1" branch="false"/>
230
230
  <line number="81" hits="1" branch="false"/>
231
231
  <line number="82" hits="1" branch="false"/>
232
- <line number="85" hits="10" branch="false"/>
233
- <line number="87" hits="10" branch="true" condition-coverage="100% (2/2)"/>
232
+ <line number="85" hits="11" branch="false"/>
233
+ <line number="87" hits="11" branch="true" condition-coverage="100% (2/2)"/>
234
234
  <line number="88" hits="2" branch="false"/>
235
235
  <line number="89" hits="2" branch="false"/>
236
- <line number="94" hits="10" branch="false"/>
237
- <line number="95" hits="10" branch="false"/>
238
- <line number="99" hits="68" branch="true" condition-coverage="100% (5/5)"/>
239
- <line number="100" hits="8" branch="false"/>
240
- <line number="101" hits="8" branch="false"/>
241
- <line number="103" hits="60" branch="true" condition-coverage="100% (4/4)"/>
242
- <line number="104" hits="18" branch="false"/>
243
- <line number="105" hits="18" branch="false"/>
244
- <line number="107" hits="18" branch="false"/>
245
- <line number="108" hits="18" branch="false"/>
246
- <line number="110" hits="42" branch="true" condition-coverage="100% (2/2)"/>
247
- <line number="114" hits="15" branch="false"/>
248
- <line number="115" hits="15" branch="false"/>
249
- <line number="117" hits="15" branch="false"/>
250
- <line number="118" hits="0" branch="false"/>
251
- <line number="119" hits="10" branch="false"/>
252
- <line number="124" hits="18" branch="true" condition-coverage="50% (1/2)"/>
253
- <line number="125" hits="0" branch="false"/>
254
- <line number="128" hits="18" branch="false"/>
255
- <line number="130" hits="18" branch="false"/>
256
- <line number="131" hits="18" branch="false"/>
257
- <line number="132" hits="18" branch="false"/>
258
- <line number="134" hits="18" branch="false"/>
259
- <line number="135" hits="1" branch="false"/>
260
- <line number="136" hits="1" branch="false"/>
261
- <line number="140" hits="18" branch="false"/>
236
+ <line number="94" hits="11" branch="false"/>
237
+ <line number="95" hits="11" branch="false"/>
238
+ <line number="96" hits="10" branch="false"/>
239
+ <line number="99" hits="1" branch="false"/>
240
+ <line number="104" hits="72" branch="true" condition-coverage="100% (5/5)"/>
241
+ <line number="105" hits="9" branch="false"/>
242
+ <line number="106" hits="9" branch="false"/>
243
+ <line number="108" hits="63" branch="true" condition-coverage="100% (4/4)"/>
244
+ <line number="109" hits="19" branch="false"/>
245
+ <line number="110" hits="19" branch="false"/>
246
+ <line number="112" hits="19" branch="false"/>
247
+ <line number="113" hits="19" branch="false"/>
248
+ <line number="115" hits="44" branch="true" condition-coverage="100% (2/2)"/>
249
+ <line number="119" hits="16" branch="false"/>
250
+ <line number="120" hits="16" branch="false"/>
251
+ <line number="122" hits="16" branch="false"/>
252
+ <line number="123" hits="0" branch="false"/>
253
+ <line number="124" hits="10" branch="false"/>
254
+ <line number="129" hits="19" branch="true" condition-coverage="50% (1/2)"/>
255
+ <line number="130" hits="0" branch="false"/>
256
+ <line number="133" hits="19" branch="false"/>
257
+ <line number="135" hits="19" branch="false"/>
258
+ <line number="136" hits="19" branch="false"/>
259
+ <line number="137" hits="19" branch="false"/>
260
+ <line number="139" hits="19" branch="false"/>
261
+ <line number="140" hits="1" branch="false"/>
262
262
  <line number="141" hits="1" branch="false"/>
263
- <line number="142" hits="1" branch="false"/>
264
- <line number="143" hits="1" branch="false"/>
265
- <line number="147" hits="18" branch="false"/>
266
- <line number="148" hits="11" branch="false"/>
267
- <line number="150" hits="11" branch="false"/>
268
- <line number="152" hits="11" branch="false"/>
269
- <line number="154" hits="18" branch="false"/>
270
- <line number="155" hits="18" branch="true" condition-coverage="50% (1/2)"/>
271
- <line number="157" hits="0" branch="false"/>
272
- <line number="160" hits="18" branch="false"/>
273
- <line number="161" hits="18" branch="false"/>
274
- <line number="162" hits="18" branch="true" condition-coverage="100% (2/2)"/>
275
- <line number="163" hits="7" branch="false"/>
276
- <line number="164" hits="7" branch="false"/>
277
- <line number="167" hits="18" branch="true" condition-coverage="50% (1/2)"/>
278
- <line number="168" hits="18" branch="false"/>
279
- <line number="170" hits="18" branch="true" condition-coverage="50% (1/2)"/>
280
- <line number="171" hits="18" branch="false"/>
281
- <line number="173" hits="18" branch="false"/>
282
- <line number="174" hits="18" branch="false"/>
283
- <line number="177" hits="18" branch="true" condition-coverage="100% (4/4)"/>
284
- <line number="178" hits="3" branch="false"/>
285
- <line number="180" hits="3" branch="false"/>
286
- <line number="181" hits="0" branch="false"/>
287
- <line number="184" hits="15" branch="true" condition-coverage="50% (1/2)"/>
288
- <line number="185" hits="0" branch="false"/>
263
+ <line number="145" hits="19" branch="false"/>
264
+ <line number="146" hits="1" branch="false"/>
265
+ <line number="147" hits="1" branch="false"/>
266
+ <line number="148" hits="1" branch="false"/>
267
+ <line number="152" hits="19" branch="false"/>
268
+ <line number="153" hits="12" branch="false"/>
269
+ <line number="155" hits="12" branch="false"/>
270
+ <line number="157" hits="12" branch="false"/>
271
+ <line number="159" hits="19" branch="false"/>
272
+ <line number="160" hits="19" branch="true" condition-coverage="50% (1/2)"/>
273
+ <line number="162" hits="0" branch="false"/>
274
+ <line number="165" hits="19" branch="false"/>
275
+ <line number="166" hits="19" branch="false"/>
276
+ <line number="167" hits="19" branch="true" condition-coverage="100% (2/2)"/>
277
+ <line number="168" hits="7" branch="false"/>
278
+ <line number="169" hits="7" branch="false"/>
279
+ <line number="172" hits="19" branch="true" condition-coverage="50% (1/2)"/>
280
+ <line number="173" hits="19" branch="false"/>
281
+ <line number="175" hits="19" branch="true" condition-coverage="50% (1/2)"/>
282
+ <line number="176" hits="19" branch="false"/>
283
+ <line number="178" hits="19" branch="false"/>
284
+ <line number="179" hits="19" branch="false"/>
285
+ <line number="182" hits="19" branch="true" condition-coverage="100% (4/4)"/>
286
+ <line number="183" hits="3" branch="false"/>
287
+ <line number="185" hits="3" branch="false"/>
289
288
  <line number="186" hits="0" branch="false"/>
290
- <line number="189" hits="18" branch="false"/>
291
- <line number="192" hits="18" branch="false"/>
292
- <line number="193" hits="18" branch="false"/>
293
- <line number="195" hits="18" branch="true" condition-coverage="50% (1/2)"/>
294
- <line number="196" hits="18" branch="false"/>
295
- <line number="198" hits="18" branch="true" condition-coverage="50% (1/2)"/>
296
- <line number="199" hits="18" branch="false"/>
297
- <line number="204" hits="15" branch="true" condition-coverage="50% (1/2)"/>
298
- <line number="208" hits="0" branch="false"/>
299
- <line number="211" hits="15" branch="false"/>
300
- <line number="212" hits="15" branch="true" condition-coverage="50% (1/2)"/>
289
+ <line number="189" hits="16" branch="true" condition-coverage="50% (1/2)"/>
290
+ <line number="190" hits="0" branch="false"/>
291
+ <line number="191" hits="0" branch="false"/>
292
+ <line number="194" hits="19" branch="false"/>
293
+ <line number="197" hits="19" branch="false"/>
294
+ <line number="198" hits="19" branch="false"/>
295
+ <line number="200" hits="19" branch="true" condition-coverage="50% (1/2)"/>
296
+ <line number="201" hits="19" branch="false"/>
297
+ <line number="203" hits="19" branch="true" condition-coverage="50% (1/2)"/>
298
+ <line number="204" hits="19" branch="false"/>
299
+ <line number="209" hits="16" branch="true" condition-coverage="50% (1/2)"/>
301
300
  <line number="213" hits="0" branch="false"/>
302
- <line number="219" hits="15" branch="true" condition-coverage="50% (1/2)"/>
303
- <line number="220" hits="15" branch="false"/>
304
- <line number="221" hits="15" branch="false"/>
305
- <line number="223" hits="15" branch="false"/>
306
- <line number="226" hits="10" branch="true" condition-coverage="100% (4/4)"/>
307
- <line number="227" hits="7" branch="false"/>
308
- <line number="230" hits="10" branch="false"/>
309
- <line number="231" hits="10" branch="false"/>
310
- <line number="235" hits="2" branch="false"/>
311
- <line number="236" hits="2" branch="false"/>
312
- <line number="237" hits="2" branch="false"/>
313
- <line number="241" hits="19" branch="false"/>
314
- <line number="242" hits="19" branch="false"/>
315
- <line number="243" hits="19" branch="false"/>
316
- <line number="247" hits="10" branch="false"/>
317
- <line number="248" hits="10" branch="false"/>
318
- <line number="249" hits="10" branch="false"/>
319
- <line number="251" hits="10" branch="false"/>
320
- <line number="252" hits="10" branch="false"/>
321
- <line number="256" hits="2" branch="false"/>
322
- <line number="257" hits="2" branch="false"/>
323
- <line number="258" hits="2" branch="false"/>
324
- <line number="262" hits="9" branch="false"/>
325
- <line number="263" hits="9" branch="false"/>
326
- <line number="264" hits="9" branch="false"/>
327
- <line number="268" hits="2" branch="false"/>
328
- <line number="269" hits="2" branch="false"/>
329
- <line number="270" hits="2" branch="false"/>
330
- <line number="274" hits="12" branch="false"/>
331
- <line number="275" hits="12" branch="false"/>
332
- <line number="276" hits="12" branch="false"/>
333
- <line number="280" hits="200" branch="true" condition-coverage="100% (2/2)"/>
334
- <line number="281" hits="78" branch="false"/>
335
- <line number="284" hits="122" branch="false"/>
336
- <line number="285" hits="70" branch="false"/>
337
- <line number="286" hits="70" branch="false"/>
301
+ <line number="216" hits="16" branch="false"/>
302
+ <line number="217" hits="16" branch="true" condition-coverage="50% (1/2)"/>
303
+ <line number="218" hits="0" branch="false"/>
304
+ <line number="224" hits="16" branch="true" condition-coverage="50% (1/2)"/>
305
+ <line number="225" hits="16" branch="false"/>
306
+ <line number="226" hits="16" branch="false"/>
307
+ <line number="228" hits="16" branch="false"/>
308
+ <line number="231" hits="10" branch="true" condition-coverage="100% (4/4)"/>
309
+ <line number="232" hits="7" branch="false"/>
310
+ <line number="235" hits="10" branch="false"/>
311
+ <line number="236" hits="10" branch="false"/>
312
+ <line number="240" hits="2" branch="false"/>
313
+ <line number="241" hits="2" branch="false"/>
314
+ <line number="242" hits="2" branch="false"/>
315
+ <line number="246" hits="20" branch="false"/>
316
+ <line number="247" hits="20" branch="false"/>
317
+ <line number="248" hits="20" branch="false"/>
318
+ <line number="252" hits="11" branch="false"/>
319
+ <line number="253" hits="11" branch="false"/>
320
+ <line number="254" hits="11" branch="false"/>
321
+ <line number="256" hits="11" branch="false"/>
322
+ <line number="257" hits="11" branch="false"/>
323
+ <line number="261" hits="2" branch="false"/>
324
+ <line number="262" hits="2" branch="false"/>
325
+ <line number="263" hits="2" branch="false"/>
326
+ <line number="267" hits="9" branch="false"/>
327
+ <line number="268" hits="9" branch="false"/>
328
+ <line number="269" hits="9" branch="false"/>
329
+ <line number="273" hits="2" branch="false"/>
330
+ <line number="274" hits="2" branch="false"/>
331
+ <line number="275" hits="2" branch="false"/>
332
+ <line number="279" hits="13" branch="false"/>
333
+ <line number="280" hits="13" branch="false"/>
334
+ <line number="281" hits="13" branch="false"/>
335
+ <line number="285" hits="211" branch="true" condition-coverage="100% (2/2)"/>
336
+ <line number="286" hits="82" branch="false"/>
337
+ <line number="289" hits="129" branch="false"/>
338
+ <line number="290" hits="73" branch="false"/>
339
+ <line number="291" hits="73" branch="false"/>
338
340
  </lines>
339
341
  </class>
340
- <class name="device.ts" filename="src/lib/device.ts" line-rate="0.9828" branch-rate="0.9487000000000001">
342
+ <class name="device.ts" filename="src/lib/device.ts" line-rate="0.9829000000000001" branch-rate="0.9487000000000001">
341
343
  <methods>
342
- <method name="(anonymous_8)" hits="83" signature="()V">
344
+ <method name="(anonymous_8)" hits="85" signature="()V">
343
345
  <lines>
344
- <line number="33" hits="83"/>
346
+ <line number="33" hits="85"/>
345
347
  </lines>
346
348
  </method>
347
349
  <method name="(anonymous_9)" hits="6" signature="()V">
@@ -384,284 +386,284 @@
384
386
  <line number="121" hits="1"/>
385
387
  </lines>
386
388
  </method>
387
- <method name="(anonymous_17)" hits="22" signature="()V">
389
+ <method name="(anonymous_17)" hits="23" signature="()V">
388
390
  <lines>
389
- <line number="137" hits="22"/>
391
+ <line number="137" hits="23"/>
390
392
  </lines>
391
393
  </method>
392
394
  <method name="(anonymous_19)" hits="1" signature="()V">
393
395
  <lines>
394
- <line number="166" hits="1"/>
396
+ <line number="171" hits="1"/>
395
397
  </lines>
396
398
  </method>
397
399
  <method name="(anonymous_20)" hits="21" signature="()V">
398
400
  <lines>
399
- <line number="170" hits="21"/>
401
+ <line number="175" hits="21"/>
400
402
  </lines>
401
403
  </method>
402
404
  <method name="(anonymous_21)" hits="1" signature="()V">
403
405
  <lines>
404
- <line number="179" hits="1"/>
406
+ <line number="184" hits="1"/>
405
407
  </lines>
406
408
  </method>
407
409
  <method name="(anonymous_23)" hits="1" signature="()V">
408
410
  <lines>
409
- <line number="189" hits="1"/>
411
+ <line number="194" hits="1"/>
410
412
  </lines>
411
413
  </method>
412
414
  <method name="(anonymous_25)" hits="1" signature="()V">
413
415
  <lines>
414
- <line number="199" hits="1"/>
416
+ <line number="204" hits="1"/>
415
417
  </lines>
416
418
  </method>
417
419
  <method name="(anonymous_27)" hits="1" signature="()V">
418
420
  <lines>
419
- <line number="209" hits="1"/>
421
+ <line number="214" hits="1"/>
420
422
  </lines>
421
423
  </method>
422
424
  <method name="(anonymous_29)" hits="3" signature="()V">
423
425
  <lines>
424
- <line number="219" hits="3"/>
426
+ <line number="224" hits="3"/>
425
427
  </lines>
426
428
  </method>
427
429
  <method name="(anonymous_31)" hits="1" signature="()V">
428
430
  <lines>
429
- <line number="229" hits="1"/>
431
+ <line number="234" hits="1"/>
430
432
  </lines>
431
433
  </method>
432
434
  <method name="(anonymous_33)" hits="1" signature="()V">
433
435
  <lines>
434
- <line number="239" hits="1"/>
436
+ <line number="244" hits="1"/>
435
437
  </lines>
436
438
  </method>
437
439
  <method name="(anonymous_35)" hits="1" signature="()V">
438
440
  <lines>
439
- <line number="249" hits="1"/>
441
+ <line number="254" hits="1"/>
440
442
  </lines>
441
443
  </method>
442
444
  <method name="(anonymous_37)" hits="1" signature="()V">
443
445
  <lines>
444
- <line number="259" hits="1"/>
446
+ <line number="264" hits="1"/>
445
447
  </lines>
446
448
  </method>
447
449
  <method name="(anonymous_39)" hits="1" signature="()V">
448
450
  <lines>
449
- <line number="269" hits="1"/>
451
+ <line number="274" hits="1"/>
450
452
  </lines>
451
453
  </method>
452
454
  <method name="(anonymous_41)" hits="1" signature="()V">
453
455
  <lines>
454
- <line number="279" hits="1"/>
456
+ <line number="284" hits="1"/>
455
457
  </lines>
456
458
  </method>
457
459
  <method name="(anonymous_43)" hits="1" signature="()V">
458
460
  <lines>
459
- <line number="289" hits="1"/>
461
+ <line number="294" hits="1"/>
460
462
  </lines>
461
463
  </method>
462
464
  <method name="(anonymous_45)" hits="1" signature="()V">
463
465
  <lines>
464
- <line number="299" hits="1"/>
466
+ <line number="304" hits="1"/>
465
467
  </lines>
466
468
  </method>
467
469
  <method name="(anonymous_47)" hits="1" signature="()V">
468
470
  <lines>
469
- <line number="309" hits="1"/>
471
+ <line number="314" hits="1"/>
470
472
  </lines>
471
473
  </method>
472
474
  <method name="(anonymous_49)" hits="23" signature="()V">
473
475
  <lines>
474
- <line number="314" hits="23"/>
476
+ <line number="319" hits="23"/>
475
477
  </lines>
476
478
  </method>
477
479
  <method name="(anonymous_51)" hits="3" signature="()V">
478
480
  <lines>
479
- <line number="342" hits="3"/>
481
+ <line number="347" hits="3"/>
480
482
  </lines>
481
483
  </method>
482
484
  <method name="(anonymous_53)" hits="25" signature="()V">
483
485
  <lines>
484
- <line number="344" hits="25"/>
486
+ <line number="349" hits="25"/>
485
487
  </lines>
486
488
  </method>
487
489
  <method name="(anonymous_54)" hits="1" signature="()V">
488
490
  <lines>
489
- <line number="358" hits="1"/>
491
+ <line number="363" hits="1"/>
490
492
  </lines>
491
493
  </method>
492
494
  <method name="(anonymous_56)" hits="1" signature="()V">
493
495
  <lines>
494
- <line number="366" hits="1"/>
496
+ <line number="371" hits="1"/>
495
497
  </lines>
496
498
  </method>
497
499
  <method name="(anonymous_58)" hits="1" signature="()V">
498
500
  <lines>
499
- <line number="374" hits="1"/>
501
+ <line number="379" hits="1"/>
500
502
  </lines>
501
503
  </method>
502
504
  <method name="(anonymous_60)" hits="1" signature="()V">
503
505
  <lines>
504
- <line number="382" hits="1"/>
506
+ <line number="387" hits="1"/>
505
507
  </lines>
506
508
  </method>
507
509
  <method name="(anonymous_62)" hits="1" signature="()V">
508
510
  <lines>
509
- <line number="390" hits="1"/>
511
+ <line number="395" hits="1"/>
510
512
  </lines>
511
513
  </method>
512
514
  <method name="(anonymous_64)" hits="1" signature="()V">
513
515
  <lines>
514
- <line number="398" hits="1"/>
516
+ <line number="403" hits="1"/>
515
517
  </lines>
516
518
  </method>
517
519
  <method name="(anonymous_66)" hits="1" signature="()V">
518
520
  <lines>
519
- <line number="406" hits="1"/>
521
+ <line number="411" hits="1"/>
520
522
  </lines>
521
523
  </method>
522
524
  <method name="(anonymous_68)" hits="1" signature="()V">
523
525
  <lines>
524
- <line number="414" hits="1"/>
526
+ <line number="419" hits="1"/>
525
527
  </lines>
526
528
  </method>
527
529
  <method name="(anonymous_70)" hits="1" signature="()V">
528
530
  <lines>
529
- <line number="422" hits="1"/>
531
+ <line number="427" hits="1"/>
530
532
  </lines>
531
533
  </method>
532
534
  <method name="(anonymous_72)" hits="1" signature="()V">
533
535
  <lines>
534
- <line number="430" hits="1"/>
536
+ <line number="435" hits="1"/>
535
537
  </lines>
536
538
  </method>
537
539
  <method name="(anonymous_74)" hits="1" signature="()V">
538
540
  <lines>
539
- <line number="438" hits="1"/>
541
+ <line number="443" hits="1"/>
540
542
  </lines>
541
543
  </method>
542
544
  <method name="(anonymous_76)" hits="1" signature="()V">
543
545
  <lines>
544
- <line number="446" hits="1"/>
546
+ <line number="451" hits="1"/>
545
547
  </lines>
546
548
  </method>
547
549
  <method name="(anonymous_78)" hits="1" signature="()V">
548
550
  <lines>
549
- <line number="454" hits="1"/>
551
+ <line number="459" hits="1"/>
550
552
  </lines>
551
553
  </method>
552
554
  <method name="(anonymous_80)" hits="1" signature="()V">
553
555
  <lines>
554
- <line number="462" hits="1"/>
556
+ <line number="467" hits="1"/>
555
557
  </lines>
556
558
  </method>
557
559
  <method name="(anonymous_82)" hits="1" signature="()V">
558
560
  <lines>
559
- <line number="470" hits="1"/>
561
+ <line number="475" hits="1"/>
560
562
  </lines>
561
563
  </method>
562
564
  <method name="(anonymous_84)" hits="1" signature="()V">
563
565
  <lines>
564
- <line number="478" hits="1"/>
566
+ <line number="483" hits="1"/>
565
567
  </lines>
566
568
  </method>
567
569
  <method name="(anonymous_86)" hits="1" signature="()V">
568
570
  <lines>
569
- <line number="486" hits="1"/>
571
+ <line number="491" hits="1"/>
570
572
  </lines>
571
573
  </method>
572
574
  <method name="(anonymous_88)" hits="1" signature="()V">
573
575
  <lines>
574
- <line number="494" hits="1"/>
576
+ <line number="499" hits="1"/>
575
577
  </lines>
576
578
  </method>
577
579
  <method name="(anonymous_90)" hits="1" signature="()V">
578
580
  <lines>
579
- <line number="502" hits="1"/>
581
+ <line number="507" hits="1"/>
580
582
  </lines>
581
583
  </method>
582
584
  <method name="(anonymous_92)" hits="1" signature="()V">
583
585
  <lines>
584
- <line number="510" hits="1"/>
586
+ <line number="515" hits="1"/>
585
587
  </lines>
586
588
  </method>
587
589
  <method name="(anonymous_94)" hits="1" signature="()V">
588
590
  <lines>
589
- <line number="518" hits="1"/>
591
+ <line number="523" hits="1"/>
590
592
  </lines>
591
593
  </method>
592
594
  <method name="(anonymous_96)" hits="2" signature="()V">
593
595
  <lines>
594
- <line number="529" hits="2"/>
596
+ <line number="534" hits="2"/>
595
597
  </lines>
596
598
  </method>
597
599
  <method name="(anonymous_97)" hits="1" signature="()V">
598
600
  <lines>
599
- <line number="540" hits="1"/>
601
+ <line number="545" hits="1"/>
600
602
  </lines>
601
603
  </method>
602
604
  <method name="(anonymous_98)" hits="1" signature="()V">
603
605
  <lines>
604
- <line number="548" hits="1"/>
606
+ <line number="553" hits="1"/>
605
607
  </lines>
606
608
  </method>
607
609
  <method name="(anonymous_99)" hits="1" signature="()V">
608
610
  <lines>
609
- <line number="556" hits="1"/>
611
+ <line number="561" hits="1"/>
610
612
  </lines>
611
613
  </method>
612
614
  <method name="(anonymous_100)" hits="4" signature="()V">
613
615
  <lines>
614
- <line number="565" hits="4"/>
616
+ <line number="570" hits="4"/>
615
617
  </lines>
616
618
  </method>
617
619
  <method name="(anonymous_101)" hits="3" signature="()V">
618
620
  <lines>
619
- <line number="577" hits="3"/>
621
+ <line number="582" hits="3"/>
620
622
  </lines>
621
623
  </method>
622
624
  <method name="(anonymous_102)" hits="9" signature="()V">
623
625
  <lines>
624
- <line number="588" hits="9"/>
626
+ <line number="593" hits="9"/>
625
627
  </lines>
626
628
  </method>
627
629
  <method name="(anonymous_103)" hits="9" signature="()V">
628
630
  <lines>
629
- <line number="600" hits="9"/>
631
+ <line number="605" hits="9"/>
630
632
  </lines>
631
633
  </method>
632
- <method name="(anonymous_104)" hits="10" signature="()V">
634
+ <method name="(anonymous_104)" hits="11" signature="()V">
633
635
  <lines>
634
- <line number="613" hits="10"/>
636
+ <line number="618" hits="11"/>
635
637
  </lines>
636
638
  </method>
637
639
  <method name="(anonymous_105)" hits="1" signature="()V">
638
640
  <lines>
639
- <line number="623" hits="1"/>
641
+ <line number="628" hits="1"/>
640
642
  </lines>
641
643
  </method>
642
644
  <method name="(anonymous_106)" hits="1" signature="()V">
643
645
  <lines>
644
- <line number="633" hits="1"/>
646
+ <line number="638" hits="1"/>
645
647
  </lines>
646
648
  </method>
647
649
  <method name="(anonymous_107)" hits="3" signature="()V">
648
650
  <lines>
649
- <line number="643" hits="3"/>
651
+ <line number="648" hits="3"/>
650
652
  </lines>
651
653
  </method>
652
654
  <method name="(anonymous_108)" hits="2" signature="()V">
653
655
  <lines>
654
- <line number="655" hits="2"/>
656
+ <line number="660" hits="2"/>
655
657
  </lines>
656
658
  </method>
657
659
  <method name="(anonymous_109)" hits="1" signature="()V">
658
660
  <lines>
659
- <line number="667" hits="1"/>
661
+ <line number="672" hits="1"/>
660
662
  </lines>
661
663
  </method>
662
664
  <method name="(anonymous_110)" hits="0" signature="()V">
663
665
  <lines>
664
- <line number="676" hits="0"/>
666
+ <line number="681" hits="0"/>
665
667
  </lines>
666
668
  </method>
667
669
  </methods>
@@ -670,9 +672,9 @@
670
672
  <line number="16" hits="1" branch="false"/>
671
673
  <line number="17" hits="1" branch="false"/>
672
674
  <line number="28" hits="1" branch="false"/>
673
- <line number="34" hits="83" branch="false"/>
674
- <line number="35" hits="83" branch="false"/>
675
- <line number="36" hits="83" branch="false"/>
675
+ <line number="34" hits="85" branch="false"/>
676
+ <line number="35" hits="85" branch="false"/>
677
+ <line number="36" hits="85" branch="false"/>
676
678
  <line number="53" hits="6" branch="false"/>
677
679
  <line number="60" hits="6" branch="false"/>
678
680
  <line number="67" hits="4" branch="false"/>
@@ -683,127 +685,128 @@
683
685
  <line number="97" hits="3" branch="true" condition-coverage="100% (2/2)"/>
684
686
  <line number="108" hits="3" branch="false"/>
685
687
  <line number="122" hits="1" branch="false"/>
686
- <line number="138" hits="22" branch="true" condition-coverage="90% (9/10)"/>
688
+ <line number="138" hits="23" branch="true" condition-coverage="90% (9/10)"/>
687
689
  <line number="139" hits="2" branch="false"/>
688
690
  <line number="140" hits="2" branch="true" condition-coverage="75% (3/4)"/>
689
691
  <line number="141" hits="2" branch="false"/>
690
692
  <line number="147" hits="2" branch="false"/>
691
- <line number="150" hits="20" branch="false"/>
692
- <line number="151" hits="20" branch="false"/>
693
- <line number="153" hits="20" branch="false"/>
694
- <line number="154" hits="20" branch="false"/>
695
- <line number="155" hits="20" branch="false"/>
696
- <line number="157" hits="20" branch="false"/>
693
+ <line number="150" hits="21" branch="false"/>
694
+ <line number="152" hits="21" branch="false"/>
695
+ <line number="153" hits="21" branch="false"/>
696
+ <line number="155" hits="21" branch="false"/>
697
+ <line number="156" hits="21" branch="false"/>
697
698
  <line number="158" hits="20" branch="false"/>
698
- <line number="167" hits="1" branch="false"/>
699
- <line number="171" hits="21" branch="false"/>
700
- <line number="180" hits="1" branch="false"/>
701
- <line number="181" hits="1" branch="false"/>
702
- <line number="190" hits="1" branch="false"/>
703
- <line number="191" hits="1" branch="false"/>
704
- <line number="200" hits="1" branch="false"/>
705
- <line number="201" hits="1" branch="false"/>
706
- <line number="210" hits="1" branch="false"/>
707
- <line number="211" hits="1" branch="false"/>
708
- <line number="220" hits="3" branch="false"/>
709
- <line number="221" hits="3" branch="false"/>
710
- <line number="230" hits="1" branch="false"/>
711
- <line number="231" hits="1" branch="false"/>
712
- <line number="240" hits="1" branch="false"/>
713
- <line number="241" hits="1" branch="false"/>
714
- <line number="250" hits="1" branch="false"/>
715
- <line number="251" hits="1" branch="false"/>
716
- <line number="260" hits="1" branch="false"/>
717
- <line number="261" hits="1" branch="false"/>
718
- <line number="270" hits="1" branch="false"/>
719
- <line number="271" hits="1" branch="false"/>
720
- <line number="280" hits="1" branch="false"/>
721
- <line number="281" hits="1" branch="false"/>
722
- <line number="290" hits="1" branch="false"/>
723
- <line number="291" hits="1" branch="false"/>
724
- <line number="300" hits="1" branch="false"/>
725
- <line number="301" hits="1" branch="false"/>
726
- <line number="310" hits="1" branch="false"/>
727
- <line number="311" hits="1" branch="false"/>
728
- <line number="315" hits="23" branch="false"/>
729
- <line number="316" hits="23" branch="false"/>
730
- <line number="318" hits="23" branch="false"/>
731
- <line number="319" hits="23" branch="true" condition-coverage="100% (4/4)"/>
732
- <line number="320" hits="1" branch="false"/>
733
- <line number="323" hits="22" branch="false"/>
734
- <line number="343" hits="3" branch="false"/>
735
- <line number="344" hits="25" branch="false"/>
736
- <line number="346" hits="3" branch="true" condition-coverage="100% (2/2)"/>
737
- <line number="347" hits="1" branch="false"/>
738
- <line number="350" hits="2" branch="false"/>
739
- <line number="351" hits="2" branch="false"/>
740
- <line number="359" hits="1" branch="false"/>
741
- <line number="367" hits="1" branch="false"/>
742
- <line number="375" hits="1" branch="false"/>
743
- <line number="383" hits="1" branch="false"/>
744
- <line number="391" hits="1" branch="false"/>
745
- <line number="399" hits="1" branch="false"/>
746
- <line number="407" hits="1" branch="false"/>
747
- <line number="415" hits="1" branch="false"/>
748
- <line number="423" hits="1" branch="false"/>
749
- <line number="431" hits="1" branch="false"/>
750
- <line number="439" hits="1" branch="false"/>
751
- <line number="447" hits="1" branch="false"/>
752
- <line number="455" hits="1" branch="false"/>
753
- <line number="463" hits="1" branch="false"/>
754
- <line number="471" hits="1" branch="false"/>
755
- <line number="479" hits="1" branch="false"/>
756
- <line number="487" hits="1" branch="false"/>
757
- <line number="495" hits="1" branch="false"/>
758
- <line number="503" hits="1" branch="false"/>
759
- <line number="511" hits="1" branch="false"/>
760
- <line number="519" hits="1" branch="false"/>
761
- <line number="530" hits="2" branch="false"/>
762
- <line number="531" hits="2" branch="false"/>
763
- <line number="541" hits="1" branch="false"/>
764
- <line number="549" hits="1" branch="false"/>
765
- <line number="557" hits="1" branch="false"/>
766
- <line number="566" hits="4" branch="false"/>
767
- <line number="578" hits="3" branch="false"/>
768
- <line number="589" hits="9" branch="false"/>
769
- <line number="590" hits="9" branch="false"/>
770
- <line number="601" hits="9" branch="false"/>
771
- <line number="602" hits="9" branch="false"/>
772
- <line number="614" hits="10" branch="false"/>
773
- <line number="615" hits="10" branch="false"/>
774
- <line number="624" hits="1" branch="false"/>
775
- <line number="625" hits="1" branch="false"/>
776
- <line number="634" hits="1" branch="false"/>
777
- <line number="635" hits="1" branch="false"/>
778
- <line number="644" hits="3" branch="false"/>
779
- <line number="656" hits="2" branch="false"/>
780
- <line number="657" hits="2" branch="false"/>
781
- <line number="668" hits="1" branch="false"/>
782
- <line number="669" hits="1" branch="false"/>
783
- <line number="677" hits="0" branch="false"/>
784
- <line number="678" hits="0" branch="false"/>
699
+ <line number="159" hits="20" branch="false"/>
700
+ <line number="162" hits="21" branch="false"/>
701
+ <line number="172" hits="1" branch="false"/>
702
+ <line number="176" hits="21" branch="false"/>
703
+ <line number="185" hits="1" branch="false"/>
704
+ <line number="186" hits="1" branch="false"/>
705
+ <line number="195" hits="1" branch="false"/>
706
+ <line number="196" hits="1" branch="false"/>
707
+ <line number="205" hits="1" branch="false"/>
708
+ <line number="206" hits="1" branch="false"/>
709
+ <line number="215" hits="1" branch="false"/>
710
+ <line number="216" hits="1" branch="false"/>
711
+ <line number="225" hits="3" branch="false"/>
712
+ <line number="226" hits="3" branch="false"/>
713
+ <line number="235" hits="1" branch="false"/>
714
+ <line number="236" hits="1" branch="false"/>
715
+ <line number="245" hits="1" branch="false"/>
716
+ <line number="246" hits="1" branch="false"/>
717
+ <line number="255" hits="1" branch="false"/>
718
+ <line number="256" hits="1" branch="false"/>
719
+ <line number="265" hits="1" branch="false"/>
720
+ <line number="266" hits="1" branch="false"/>
721
+ <line number="275" hits="1" branch="false"/>
722
+ <line number="276" hits="1" branch="false"/>
723
+ <line number="285" hits="1" branch="false"/>
724
+ <line number="286" hits="1" branch="false"/>
725
+ <line number="295" hits="1" branch="false"/>
726
+ <line number="296" hits="1" branch="false"/>
727
+ <line number="305" hits="1" branch="false"/>
728
+ <line number="306" hits="1" branch="false"/>
729
+ <line number="315" hits="1" branch="false"/>
730
+ <line number="316" hits="1" branch="false"/>
731
+ <line number="320" hits="23" branch="false"/>
732
+ <line number="321" hits="23" branch="false"/>
733
+ <line number="323" hits="23" branch="false"/>
734
+ <line number="324" hits="23" branch="true" condition-coverage="100% (4/4)"/>
735
+ <line number="325" hits="1" branch="false"/>
736
+ <line number="328" hits="22" branch="false"/>
737
+ <line number="348" hits="3" branch="false"/>
738
+ <line number="349" hits="25" branch="false"/>
739
+ <line number="351" hits="3" branch="true" condition-coverage="100% (2/2)"/>
740
+ <line number="352" hits="1" branch="false"/>
741
+ <line number="355" hits="2" branch="false"/>
742
+ <line number="356" hits="2" branch="false"/>
743
+ <line number="364" hits="1" branch="false"/>
744
+ <line number="372" hits="1" branch="false"/>
745
+ <line number="380" hits="1" branch="false"/>
746
+ <line number="388" hits="1" branch="false"/>
747
+ <line number="396" hits="1" branch="false"/>
748
+ <line number="404" hits="1" branch="false"/>
749
+ <line number="412" hits="1" branch="false"/>
750
+ <line number="420" hits="1" branch="false"/>
751
+ <line number="428" hits="1" branch="false"/>
752
+ <line number="436" hits="1" branch="false"/>
753
+ <line number="444" hits="1" branch="false"/>
754
+ <line number="452" hits="1" branch="false"/>
755
+ <line number="460" hits="1" branch="false"/>
756
+ <line number="468" hits="1" branch="false"/>
757
+ <line number="476" hits="1" branch="false"/>
758
+ <line number="484" hits="1" branch="false"/>
759
+ <line number="492" hits="1" branch="false"/>
760
+ <line number="500" hits="1" branch="false"/>
761
+ <line number="508" hits="1" branch="false"/>
762
+ <line number="516" hits="1" branch="false"/>
763
+ <line number="524" hits="1" branch="false"/>
764
+ <line number="535" hits="2" branch="false"/>
765
+ <line number="536" hits="2" branch="false"/>
766
+ <line number="546" hits="1" branch="false"/>
767
+ <line number="554" hits="1" branch="false"/>
768
+ <line number="562" hits="1" branch="false"/>
769
+ <line number="571" hits="4" branch="false"/>
770
+ <line number="583" hits="3" branch="false"/>
771
+ <line number="594" hits="9" branch="false"/>
772
+ <line number="595" hits="9" branch="false"/>
773
+ <line number="606" hits="9" branch="false"/>
774
+ <line number="607" hits="9" branch="false"/>
775
+ <line number="619" hits="11" branch="false"/>
776
+ <line number="620" hits="11" branch="false"/>
777
+ <line number="629" hits="1" branch="false"/>
778
+ <line number="630" hits="1" branch="false"/>
779
+ <line number="639" hits="1" branch="false"/>
780
+ <line number="640" hits="1" branch="false"/>
781
+ <line number="649" hits="3" branch="false"/>
782
+ <line number="661" hits="2" branch="false"/>
783
+ <line number="662" hits="2" branch="false"/>
784
+ <line number="673" hits="1" branch="false"/>
785
+ <line number="674" hits="1" branch="false"/>
786
+ <line number="682" hits="0" branch="false"/>
787
+ <line number="683" hits="0" branch="false"/>
785
788
  </lines>
786
789
  </class>
787
790
  <class name="fake-spawn.ts" filename="src/lib/fake-spawn.ts" line-rate="0.9756" branch-rate="0.8">
788
791
  <methods>
789
- <method name="createFakeSpawn" hits="82" signature="()V">
792
+ <method name="createFakeSpawn" hits="84" signature="()V">
790
793
  <lines>
791
- <line number="7" hits="82"/>
794
+ <line number="7" hits="84"/>
792
795
  </lines>
793
796
  </method>
794
- <method name="(anonymous_1)" hits="84" signature="()V">
797
+ <method name="(anonymous_1)" hits="86" signature="()V">
795
798
  <lines>
796
- <line number="12" hits="84"/>
799
+ <line number="12" hits="86"/>
797
800
  </lines>
798
801
  </method>
799
- <method name="(anonymous_2)" hits="15" signature="()V">
802
+ <method name="(anonymous_2)" hits="16" signature="()V">
800
803
  <lines>
801
- <line number="24" hits="15"/>
804
+ <line number="24" hits="16"/>
802
805
  </lines>
803
806
  </method>
804
- <method name="(anonymous_3)" hits="84" signature="()V">
807
+ <method name="(anonymous_3)" hits="86" signature="()V">
805
808
  <lines>
806
- <line number="40" hits="84"/>
809
+ <line number="40" hits="86"/>
807
810
  </lines>
808
811
  </method>
809
812
  <method name="(anonymous_4)" hits="0" signature="()V">
@@ -811,9 +814,9 @@
811
814
  <line number="45" hits="0"/>
812
815
  </lines>
813
816
  </method>
814
- <method name="(anonymous_5)" hits="84" signature="()V">
817
+ <method name="(anonymous_5)" hits="86" signature="()V">
815
818
  <lines>
816
- <line number="54" hits="84"/>
819
+ <line number="54" hits="86"/>
817
820
  </lines>
818
821
  </method>
819
822
  <method name="(anonymous_6)" hits="7" signature="()V">
@@ -821,9 +824,9 @@
821
824
  <line number="57" hits="7"/>
822
825
  </lines>
823
826
  </method>
824
- <method name="(anonymous_7)" hits="84" signature="()V">
827
+ <method name="(anonymous_7)" hits="86" signature="()V">
825
828
  <lines>
826
- <line number="73" hits="84"/>
829
+ <line number="73" hits="86"/>
827
830
  </lines>
828
831
  </method>
829
832
  <method name="(anonymous_8)" hits="5" signature="()V">
@@ -831,9 +834,9 @@
831
834
  <line number="78" hits="5"/>
832
835
  </lines>
833
836
  </method>
834
- <method name="(anonymous_9)" hits="65" signature="()V">
837
+ <method name="(anonymous_9)" hits="67" signature="()V">
835
838
  <lines>
836
- <line number="82" hits="65"/>
839
+ <line number="82" hits="67"/>
837
840
  </lines>
838
841
  </method>
839
842
  <method name="(anonymous_10)" hits="3" signature="()V">
@@ -841,9 +844,9 @@
841
844
  <line number="87" hits="3"/>
842
845
  </lines>
843
846
  </method>
844
- <method name="(anonymous_11)" hits="15" signature="()V">
847
+ <method name="(anonymous_11)" hits="16" signature="()V">
845
848
  <lines>
846
- <line number="93" hits="15"/>
849
+ <line number="93" hits="16"/>
847
850
  </lines>
848
851
  </method>
849
852
  <method name="(anonymous_12)" hits="6" signature="()V">
@@ -856,54 +859,54 @@
856
859
  <line number="103" hits="19"/>
857
860
  </lines>
858
861
  </method>
859
- <method name="(anonymous_14)" hits="77" signature="()V">
862
+ <method name="(anonymous_14)" hits="79" signature="()V">
860
863
  <lines>
861
- <line number="108" hits="77"/>
864
+ <line number="108" hits="79"/>
862
865
  </lines>
863
866
  </method>
864
867
  </methods>
865
868
  <lines>
866
869
  <line number="2" hits="1" branch="false"/>
867
870
  <line number="7" hits="1" branch="false"/>
868
- <line number="12" hits="84" branch="false"/>
871
+ <line number="12" hits="86" branch="false"/>
869
872
  <line number="23" hits="1" branch="false"/>
870
- <line number="25" hits="15" branch="false"/>
873
+ <line number="25" hits="16" branch="false"/>
871
874
  <line number="32" hits="1" branch="false"/>
872
- <line number="41" hits="84" branch="false"/>
873
- <line number="43" hits="84" branch="false"/>
874
- <line number="44" hits="84" branch="false"/>
875
- <line number="45" hits="84" branch="false"/>
875
+ <line number="41" hits="86" branch="false"/>
876
+ <line number="43" hits="86" branch="false"/>
877
+ <line number="44" hits="86" branch="false"/>
878
+ <line number="45" hits="86" branch="false"/>
876
879
  <line number="46" hits="0" branch="false"/>
877
- <line number="49" hits="84" branch="false"/>
878
- <line number="50" hits="84" branch="false"/>
879
- <line number="51" hits="84" branch="false"/>
880
- <line number="53" hits="84" branch="false"/>
881
- <line number="54" hits="84" branch="false"/>
880
+ <line number="49" hits="86" branch="false"/>
881
+ <line number="50" hits="86" branch="false"/>
882
+ <line number="51" hits="86" branch="false"/>
883
+ <line number="53" hits="86" branch="false"/>
884
+ <line number="54" hits="86" branch="false"/>
882
885
  <line number="58" hits="7" branch="false"/>
883
886
  <line number="59" hits="7" branch="true" condition-coverage="50% (1/2)"/>
884
887
  <line number="60" hits="7" branch="false"/>
885
888
  <line number="61" hits="7" branch="false"/>
886
889
  <line number="69" hits="1" branch="false"/>
887
- <line number="74" hits="84" branch="false"/>
888
- <line number="75" hits="84" branch="false"/>
890
+ <line number="74" hits="86" branch="false"/>
891
+ <line number="75" hits="86" branch="false"/>
889
892
  <line number="79" hits="5" branch="false"/>
890
- <line number="83" hits="65" branch="true" condition-coverage="100% (2/2)"/>
891
- <line number="84" hits="65" branch="false"/>
893
+ <line number="83" hits="67" branch="true" condition-coverage="100% (2/2)"/>
894
+ <line number="84" hits="67" branch="false"/>
892
895
  <line number="88" hits="3" branch="false"/>
893
896
  <line number="89" hits="3" branch="false"/>
894
- <line number="94" hits="15" branch="false"/>
895
- <line number="95" hits="15" branch="false"/>
897
+ <line number="94" hits="16" branch="false"/>
898
+ <line number="95" hits="16" branch="false"/>
896
899
  <line number="99" hits="6" branch="false"/>
897
900
  <line number="100" hits="6" branch="false"/>
898
901
  <line number="104" hits="19" branch="false"/>
899
902
  <line number="105" hits="19" branch="false"/>
900
- <line number="109" hits="77" branch="true" condition-coverage="100% (2/2)"/>
901
- <line number="110" hits="43" branch="false"/>
902
- <line number="113" hits="77" branch="true" condition-coverage="100% (2/2)"/>
903
- <line number="114" hits="77" branch="true" condition-coverage="50% (1/2)"/>
904
- <line number="115" hits="77" branch="false"/>
905
- <line number="116" hits="77" branch="false"/>
906
- <line number="119" hits="77" branch="false"/>
903
+ <line number="109" hits="79" branch="true" condition-coverage="100% (2/2)"/>
904
+ <line number="110" hits="44" branch="false"/>
905
+ <line number="113" hits="79" branch="true" condition-coverage="100% (2/2)"/>
906
+ <line number="114" hits="79" branch="true" condition-coverage="50% (1/2)"/>
907
+ <line number="115" hits="79" branch="false"/>
908
+ <line number="116" hits="79" branch="false"/>
909
+ <line number="119" hits="79" branch="false"/>
907
910
  </lines>
908
911
  </class>
909
912
  <class name="index.ts" filename="src/lib/index.ts" line-rate="1" branch-rate="1">
@@ -1065,36 +1068,36 @@
1065
1068
  <line number="200" hits="1" branch="false"/>
1066
1069
  </lines>
1067
1070
  </class>
1068
- <class name="tools.ts" filename="src/lib/tools.ts" line-rate="0.9937999999999999" branch-rate="0.9065000000000001">
1071
+ <class name="tools.ts" filename="src/lib/tools.ts" line-rate="0.9940000000000001" branch-rate="0.9009">
1069
1072
  <methods>
1070
- <method name="addRequestId" hits="104" signature="()V">
1073
+ <method name="addRequestId" hits="107" signature="()V">
1071
1074
  <lines>
1072
- <line number="18" hits="104"/>
1075
+ <line number="18" hits="107"/>
1073
1076
  </lines>
1074
1077
  </method>
1075
- <method name="removeRequestId" hits="111" signature="()V">
1078
+ <method name="removeRequestId" hits="114" signature="()V">
1076
1079
  <lines>
1077
- <line number="32" hits="111"/>
1080
+ <line number="32" hits="114"/>
1078
1081
  </lines>
1079
1082
  </method>
1080
- <method name="debug" hits="2066" signature="()V">
1083
+ <method name="debug" hits="2106" signature="()V">
1081
1084
  <lines>
1082
- <line number="38" hits="2066"/>
1085
+ <line number="38" hits="2106"/>
1083
1086
  </lines>
1084
1087
  </method>
1085
- <method name="getExecutable" hits="92" signature="()V">
1088
+ <method name="getExecutable" hits="94" signature="()V">
1086
1089
  <lines>
1087
- <line number="59" hits="92"/>
1090
+ <line number="59" hits="94"/>
1088
1091
  </lines>
1089
1092
  </method>
1090
- <method name="execute" hits="88" signature="()V">
1093
+ <method name="execute" hits="90" signature="()V">
1091
1094
  <lines>
1092
- <line number="71" hits="88"/>
1095
+ <line number="71" hits="90"/>
1093
1096
  </lines>
1094
1097
  </method>
1095
- <method name="(anonymous_12)" hits="69" signature="()V">
1098
+ <method name="(anonymous_12)" hits="71" signature="()V">
1096
1099
  <lines>
1097
- <line number="86" hits="69"/>
1100
+ <line number="86" hits="71"/>
1098
1101
  </lines>
1099
1102
  </method>
1100
1103
  <method name="(anonymous_13)" hits="3" signature="()V">
@@ -1107,24 +1110,24 @@
1107
1110
  <line number="88" hits="6"/>
1108
1111
  </lines>
1109
1112
  </method>
1110
- <method name="(anonymous_15)" hits="88" signature="()V">
1113
+ <method name="(anonymous_15)" hits="90" signature="()V">
1111
1114
  <lines>
1112
- <line number="91" hits="88"/>
1115
+ <line number="91" hits="90"/>
1113
1116
  </lines>
1114
1117
  </method>
1115
- <method name="request" hits="70" signature="()V">
1118
+ <method name="request" hits="71" signature="()V">
1116
1119
  <lines>
1117
- <line number="118" hits="70"/>
1120
+ <line number="118" hits="71"/>
1118
1121
  </lines>
1119
1122
  </method>
1120
- <method name="(anonymous_18)" hits="70" signature="()V">
1123
+ <method name="(anonymous_18)" hits="71" signature="()V">
1121
1124
  <lines>
1122
- <line number="130" hits="70"/>
1125
+ <line number="130" hits="71"/>
1123
1126
  </lines>
1124
1127
  </method>
1125
- <method name="(anonymous_19)" hits="58" signature="()V">
1128
+ <method name="(anonymous_19)" hits="59" signature="()V">
1126
1129
  <lines>
1127
- <line number="134" hits="58"/>
1130
+ <line number="134" hits="59"/>
1128
1131
  </lines>
1129
1132
  </method>
1130
1133
  <method name="(anonymous_20)" hits="2" signature="()V">
@@ -1137,54 +1140,54 @@
1137
1140
  <line number="136" hits="5"/>
1138
1141
  </lines>
1139
1142
  </method>
1140
- <method name="(anonymous_22)" hits="70" signature="()V">
1143
+ <method name="(anonymous_22)" hits="71" signature="()V">
1141
1144
  <lines>
1142
- <line number="139" hits="70"/>
1145
+ <line number="139" hits="71"/>
1143
1146
  </lines>
1144
1147
  </method>
1145
- <method name="getParamters" hits="74" signature="()V">
1148
+ <method name="getParamters" hits="76" signature="()V">
1146
1149
  <lines>
1147
- <line number="184" hits="74"/>
1150
+ <line number="184" hits="76"/>
1148
1151
  </lines>
1149
1152
  </method>
1150
- <method name="parseStateStringAttr" hits="833" signature="()V">
1153
+ <method name="parseStateStringAttr" hits="847" signature="()V">
1151
1154
  <lines>
1152
- <line number="218" hits="833"/>
1155
+ <line number="218" hits="847"/>
1153
1156
  </lines>
1154
1157
  </method>
1155
- <method name="parseState" hits="120" signature="()V">
1158
+ <method name="parseState" hits="125" signature="()V">
1156
1159
  <lines>
1157
- <line number="233" hits="120"/>
1160
+ <line number="233" hits="125"/>
1158
1161
  </lines>
1159
1162
  </method>
1160
- <method name="(anonymous_26)" hits="1711" signature="()V">
1163
+ <method name="(anonymous_26)" hits="1741" signature="()V">
1161
1164
  <lines>
1162
- <line number="234" hits="1711"/>
1165
+ <line number="234" hits="1741"/>
1163
1166
  </lines>
1164
1167
  </method>
1165
1168
  <method name="(anonymous_27)" hits="24" signature="()V">
1166
1169
  <lines>
1167
- <line number="275" hits="24"/>
1170
+ <line number="283" hits="24"/>
1168
1171
  </lines>
1169
1172
  </method>
1170
1173
  <method name="(anonymous_28)" hits="36" signature="()V">
1171
1174
  <lines>
1172
- <line number="288" hits="36"/>
1175
+ <line number="296" hits="36"/>
1173
1176
  </lines>
1174
1177
  </method>
1175
1178
  <method name="(anonymous_29)" hits="18" signature="()V">
1176
1179
  <lines>
1177
- <line number="329" hits="18"/>
1180
+ <line number="337" hits="18"/>
1178
1181
  </lines>
1179
1182
  </method>
1180
1183
  <method name="(anonymous_30)" hits="18" signature="()V">
1181
1184
  <lines>
1182
- <line number="342" hits="18"/>
1185
+ <line number="350" hits="18"/>
1183
1186
  </lines>
1184
1187
  </method>
1185
1188
  <method name="(anonymous_31)" hits="2" signature="()V">
1186
1189
  <lines>
1187
- <line number="359" hits="2"/>
1190
+ <line number="367" hits="2"/>
1188
1191
  </lines>
1189
1192
  </method>
1190
1193
  </methods>
@@ -1193,164 +1196,169 @@
1193
1196
  <line number="13" hits="1" branch="false"/>
1194
1197
  <line number="16" hits="1" branch="false"/>
1195
1198
  <line number="18" hits="1" branch="false"/>
1196
- <line number="19" hits="104" branch="false"/>
1197
- <line number="21" hits="104" branch="false"/>
1198
- <line number="22" hits="111" branch="false"/>
1199
- <line number="23" hits="111" branch="true" condition-coverage="100% (2/2)"/>
1200
- <line number="24" hits="104" branch="false"/>
1201
- <line number="25" hits="104" branch="false"/>
1202
- <line number="29" hits="104" branch="false"/>
1199
+ <line number="19" hits="107" branch="false"/>
1200
+ <line number="21" hits="107" branch="false"/>
1201
+ <line number="22" hits="113" branch="false"/>
1202
+ <line number="23" hits="113" branch="true" condition-coverage="100% (2/2)"/>
1203
+ <line number="24" hits="107" branch="false"/>
1204
+ <line number="25" hits="107" branch="false"/>
1205
+ <line number="29" hits="107" branch="false"/>
1203
1206
  <line number="32" hits="1" branch="false"/>
1204
- <line number="33" hits="111" branch="true" condition-coverage="100% (4/4)"/>
1205
- <line number="34" hits="92" branch="false"/>
1207
+ <line number="33" hits="114" branch="true" condition-coverage="100% (4/4)"/>
1208
+ <line number="34" hits="95" branch="false"/>
1206
1209
  <line number="38" hits="1" branch="false"/>
1207
- <line number="39" hits="2066" branch="true" condition-coverage="100% (2/2)"/>
1210
+ <line number="39" hits="2106" branch="true" condition-coverage="100% (2/2)"/>
1208
1211
  <line number="40" hits="9" branch="true" condition-coverage="100% (2/2)"/>
1209
1212
  <line number="41" hits="9" branch="true" condition-coverage="100% (2/2)"/>
1210
1213
  <line number="43" hits="9" branch="false"/>
1211
1214
  <line number="55" hits="9" branch="false"/>
1212
1215
  <line number="59" hits="1" branch="false"/>
1213
- <line number="60" hits="92" branch="true" condition-coverage="100% (4/4)"/>
1216
+ <line number="60" hits="94" branch="true" condition-coverage="100% (4/4)"/>
1214
1217
  <line number="61" hits="4" branch="false"/>
1215
- <line number="63" hits="88" branch="true" condition-coverage="100% (4/4)"/>
1218
+ <line number="63" hits="90" branch="true" condition-coverage="100% (4/4)"/>
1216
1219
  <line number="64" hits="3" branch="false"/>
1217
- <line number="67" hits="85" branch="false"/>
1220
+ <line number="67" hits="87" branch="false"/>
1218
1221
  <line number="71" hits="1" branch="false"/>
1219
- <line number="77" hits="88" branch="false"/>
1220
- <line number="78" hits="88" branch="true" condition-coverage="100% (2/2)"/>
1221
- <line number="80" hits="88" branch="false"/>
1222
- <line number="81" hits="88" branch="false"/>
1223
- <line number="86" hits="88" branch="false"/>
1224
- <line number="87" hits="88" branch="false"/>
1225
- <line number="88" hits="88" branch="false"/>
1226
- <line number="91" hits="88" branch="false"/>
1227
- <line number="92" hits="88" branch="false"/>
1228
- <line number="94" hits="88" branch="true" condition-coverage="50% (1/2)"/>
1229
- <line number="95" hits="88" branch="false"/>
1230
- <line number="97" hits="88" branch="true" condition-coverage="50% (1/2)"/>
1231
- <line number="98" hits="88" branch="false"/>
1232
- <line number="101" hits="88" branch="false"/>
1233
- <line number="102" hits="88" branch="false"/>
1234
- <line number="105" hits="88" branch="true" condition-coverage="50% (1/2)"/>
1235
- <line number="106" hits="88" branch="false"/>
1236
- <line number="108" hits="88" branch="true" condition-coverage="50% (1/2)"/>
1237
- <line number="109" hits="88" branch="false"/>
1238
- <line number="112" hits="88" branch="false"/>
1239
- <line number="113" hits="88" branch="false"/>
1240
- <line number="115" hits="88" branch="false"/>
1222
+ <line number="77" hits="90" branch="false"/>
1223
+ <line number="78" hits="90" branch="true" condition-coverage="100% (2/2)"/>
1224
+ <line number="80" hits="90" branch="false"/>
1225
+ <line number="81" hits="90" branch="false"/>
1226
+ <line number="86" hits="90" branch="false"/>
1227
+ <line number="87" hits="90" branch="false"/>
1228
+ <line number="88" hits="90" branch="false"/>
1229
+ <line number="91" hits="90" branch="false"/>
1230
+ <line number="92" hits="90" branch="false"/>
1231
+ <line number="94" hits="90" branch="true" condition-coverage="50% (1/2)"/>
1232
+ <line number="95" hits="90" branch="false"/>
1233
+ <line number="97" hits="90" branch="true" condition-coverage="50% (1/2)"/>
1234
+ <line number="98" hits="90" branch="false"/>
1235
+ <line number="101" hits="90" branch="false"/>
1236
+ <line number="102" hits="90" branch="false"/>
1237
+ <line number="105" hits="90" branch="true" condition-coverage="50% (1/2)"/>
1238
+ <line number="106" hits="90" branch="false"/>
1239
+ <line number="108" hits="90" branch="true" condition-coverage="50% (1/2)"/>
1240
+ <line number="109" hits="90" branch="false"/>
1241
+ <line number="112" hits="90" branch="false"/>
1242
+ <line number="113" hits="90" branch="false"/>
1243
+ <line number="115" hits="90" branch="false"/>
1241
1244
  <line number="118" hits="1" branch="false"/>
1242
- <line number="124" hits="70" branch="false"/>
1243
- <line number="130" hits="70" branch="false"/>
1244
- <line number="131" hits="70" branch="false"/>
1245
- <line number="134" hits="70" branch="false"/>
1246
- <line number="135" hits="70" branch="false"/>
1247
- <line number="136" hits="70" branch="true" condition-coverage="50% (1/2)"/>
1248
- <line number="139" hits="70" branch="false"/>
1249
- <line number="140" hits="70" branch="false"/>
1250
- <line number="142" hits="70" branch="true" condition-coverage="50% (1/2)"/>
1251
- <line number="143" hits="70" branch="false"/>
1252
- <line number="145" hits="70" branch="true" condition-coverage="50% (1/2)"/>
1253
- <line number="146" hits="70" branch="false"/>
1254
- <line number="149" hits="70" branch="false"/>
1255
- <line number="150" hits="70" branch="false"/>
1256
- <line number="151" hits="70" branch="false"/>
1257
- <line number="154" hits="70" branch="true" condition-coverage="50% (1/2)"/>
1258
- <line number="155" hits="70" branch="false"/>
1259
- <line number="157" hits="70" branch="true" condition-coverage="50% (1/2)"/>
1260
- <line number="158" hits="70" branch="false"/>
1261
- <line number="161" hits="70" branch="false"/>
1262
- <line number="162" hits="70" branch="false"/>
1263
- <line number="165" hits="65" branch="true" condition-coverage="100% (2/2)"/>
1245
+ <line number="124" hits="71" branch="false"/>
1246
+ <line number="130" hits="71" branch="false"/>
1247
+ <line number="131" hits="71" branch="false"/>
1248
+ <line number="134" hits="71" branch="false"/>
1249
+ <line number="135" hits="71" branch="false"/>
1250
+ <line number="136" hits="71" branch="true" condition-coverage="50% (1/2)"/>
1251
+ <line number="139" hits="71" branch="false"/>
1252
+ <line number="140" hits="71" branch="false"/>
1253
+ <line number="142" hits="71" branch="true" condition-coverage="50% (1/2)"/>
1254
+ <line number="143" hits="71" branch="false"/>
1255
+ <line number="145" hits="71" branch="true" condition-coverage="50% (1/2)"/>
1256
+ <line number="146" hits="71" branch="false"/>
1257
+ <line number="149" hits="71" branch="false"/>
1258
+ <line number="150" hits="71" branch="false"/>
1259
+ <line number="151" hits="71" branch="false"/>
1260
+ <line number="154" hits="71" branch="true" condition-coverage="50% (1/2)"/>
1261
+ <line number="155" hits="71" branch="false"/>
1262
+ <line number="157" hits="71" branch="true" condition-coverage="50% (1/2)"/>
1263
+ <line number="158" hits="71" branch="false"/>
1264
+ <line number="161" hits="71" branch="false"/>
1265
+ <line number="162" hits="71" branch="false"/>
1266
+ <line number="165" hits="66" branch="true" condition-coverage="100% (2/2)"/>
1264
1267
  <line number="166" hits="2" branch="false"/>
1265
1268
  <line number="167" hits="2" branch="false"/>
1266
1269
  <line number="168" hits="2" branch="false"/>
1267
- <line number="170" hits="63" branch="true" condition-coverage="100% (2/2)"/>
1268
- <line number="171" hits="50" branch="false"/>
1269
- <line number="172" hits="50" branch="false"/>
1270
+ <line number="170" hits="64" branch="true" condition-coverage="100% (2/2)"/>
1271
+ <line number="171" hits="51" branch="false"/>
1272
+ <line number="172" hits="51" branch="false"/>
1270
1273
  <line number="175" hits="1" branch="false"/>
1271
1274
  <line number="176" hits="1" branch="false"/>
1272
1275
  <line number="177" hits="1" branch="false"/>
1273
1276
  <line number="181" hits="13" branch="false"/>
1274
1277
  <line number="184" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1275
- <line number="185" hits="74" branch="false"/>
1276
- <line number="187" hits="74" branch="true" condition-coverage="100% (2/2)"/>
1278
+ <line number="185" hits="76" branch="false"/>
1279
+ <line number="187" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1277
1280
  <line number="188" hits="1" branch="false"/>
1278
- <line number="190" hits="73" branch="true" condition-coverage="100% (2/2)"/>
1279
- <line number="191" hits="62" branch="false"/>
1280
- <line number="193" hits="74" branch="true" condition-coverage="100% (2/2)"/>
1281
+ <line number="190" hits="75" branch="true" condition-coverage="100% (2/2)"/>
1282
+ <line number="191" hits="64" branch="false"/>
1283
+ <line number="193" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1281
1284
  <line number="194" hits="1" branch="false"/>
1282
- <line number="196" hits="74" branch="true" condition-coverage="100% (2/2)"/>
1285
+ <line number="196" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1283
1286
  <line number="197" hits="1" branch="false"/>
1284
- <line number="199" hits="74" branch="true" condition-coverage="100% (2/2)"/>
1287
+ <line number="199" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1285
1288
  <line number="200" hits="1" branch="false"/>
1286
- <line number="202" hits="74" branch="true" condition-coverage="100% (2/2)"/>
1289
+ <line number="202" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1287
1290
  <line number="203" hits="1" branch="false"/>
1288
- <line number="205" hits="74" branch="true" condition-coverage="100% (2/2)"/>
1291
+ <line number="205" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1289
1292
  <line number="206" hits="1" branch="false"/>
1290
- <line number="208" hits="74" branch="true" condition-coverage="100% (2/2)"/>
1293
+ <line number="208" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1291
1294
  <line number="209" hits="1" branch="false"/>
1292
- <line number="211" hits="74" branch="true" condition-coverage="100% (2/2)"/>
1295
+ <line number="211" hits="76" branch="true" condition-coverage="100% (2/2)"/>
1293
1296
  <line number="212" hits="1" branch="false"/>
1294
- <line number="215" hits="74" branch="false"/>
1295
- <line number="225" hits="833" branch="true" condition-coverage="100% (2/2)"/>
1297
+ <line number="215" hits="76" branch="false"/>
1298
+ <line number="225" hits="847" branch="true" condition-coverage="100% (2/2)"/>
1296
1299
  <line number="226" hits="35" branch="false"/>
1297
1300
  <line number="227" hits="35" branch="false"/>
1298
- <line number="230" hits="798" branch="false"/>
1301
+ <line number="230" hits="812" branch="false"/>
1299
1302
  <line number="233" hits="1" branch="false"/>
1300
- <line number="234" hits="1711" branch="false"/>
1301
- <line number="235" hits="120" branch="false"/>
1302
- <line number="252" hits="120" branch="true" condition-coverage="100% (4/4)"/>
1303
+ <line number="234" hits="1741" branch="false"/>
1304
+ <line number="235" hits="125" branch="false"/>
1305
+ <line number="252" hits="125" branch="true" condition-coverage="100% (4/4)"/>
1303
1306
  <line number="253" hits="1" branch="false"/>
1304
- <line number="257" hits="119" branch="true" condition-coverage="100% (2/2)"/>
1305
- <line number="258" hits="9" branch="false"/>
1306
- <line number="259" hits="9" branch="true" condition-coverage="100% (2/2)"/>
1307
- <line number="260" hits="8" branch="false"/>
1308
- <line number="263" hits="1" branch="false"/>
1309
- <line number="267" hits="110" branch="false"/>
1310
- <line number="271" hits="119" branch="false"/>
1311
- <line number="274" hits="119" branch="true" condition-coverage="100% (2/2)"/>
1312
- <line number="275" hits="24" branch="false"/>
1313
- <line number="276" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1314
- <line number="277" hits="5" branch="false"/>
1315
- <line number="280" hits="1" branch="false"/>
1316
- <line number="283" hits="113" branch="false"/>
1317
- <line number="287" hits="119" branch="true" condition-coverage="100% (2/2)"/>
1318
- <line number="288" hits="36" branch="false"/>
1319
- <line number="289" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1320
- <line number="290" hits="5" branch="false"/>
1321
- <line number="293" hits="1" branch="false"/>
1322
- <line number="296" hits="113" branch="false"/>
1323
- <line number="300" hits="119" branch="false"/>
1324
- <line number="303" hits="119" branch="false"/>
1325
- <line number="306" hits="119" branch="false"/>
1326
- <line number="309" hits="119" branch="false"/>
1327
- <line number="312" hits="119" branch="true" condition-coverage="100% (2/2)"/>
1328
- <line number="313" hits="5" branch="false"/>
1329
- <line number="316" hits="114" branch="false"/>
1330
- <line number="320" hits="119" branch="true" condition-coverage="100% (2/2)"/>
1307
+ <line number="255" hits="124" branch="true" condition-coverage="100% (2/2)"/>
1308
+ <line number="256" hits="3" branch="false"/>
1309
+ <line number="257" hits="3" branch="true" condition-coverage="50% (1/2)"/>
1310
+ <line number="258" hits="3" branch="false"/>
1311
+ <line number="261" hits="3" branch="false"/>
1312
+ <line number="265" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1313
+ <line number="266" hits="9" branch="false"/>
1314
+ <line number="267" hits="9" branch="true" condition-coverage="100% (2/2)"/>
1315
+ <line number="268" hits="8" branch="false"/>
1316
+ <line number="271" hits="1" branch="false"/>
1317
+ <line number="275" hits="112" branch="false"/>
1318
+ <line number="279" hits="121" branch="false"/>
1319
+ <line number="282" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1320
+ <line number="283" hits="24" branch="false"/>
1321
+ <line number="284" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1322
+ <line number="285" hits="5" branch="false"/>
1323
+ <line number="288" hits="1" branch="false"/>
1324
+ <line number="291" hits="115" branch="false"/>
1325
+ <line number="295" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1326
+ <line number="296" hits="36" branch="false"/>
1327
+ <line number="297" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1328
+ <line number="298" hits="5" branch="false"/>
1329
+ <line number="301" hits="1" branch="false"/>
1330
+ <line number="304" hits="115" branch="false"/>
1331
+ <line number="308" hits="121" branch="false"/>
1332
+ <line number="311" hits="121" branch="false"/>
1333
+ <line number="314" hits="121" branch="false"/>
1334
+ <line number="317" hits="121" branch="false"/>
1335
+ <line number="320" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1331
1336
  <line number="321" hits="5" branch="false"/>
1332
- <line number="324" hits="114" branch="false"/>
1333
- <line number="328" hits="119" branch="true" condition-coverage="100% (2/2)"/>
1334
- <line number="329" hits="18" branch="false"/>
1335
- <line number="330" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1336
- <line number="331" hits="5" branch="false"/>
1337
- <line number="334" hits="1" branch="false"/>
1338
- <line number="337" hits="113" branch="false"/>
1339
- <line number="341" hits="119" branch="true" condition-coverage="100% (2/2)"/>
1340
- <line number="342" hits="18" branch="false"/>
1341
- <line number="343" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1342
- <line number="344" hits="5" branch="false"/>
1343
- <line number="347" hits="1" branch="false"/>
1344
- <line number="350" hits="113" branch="false"/>
1345
- <line number="354" hits="119" branch="false"/>
1346
- <line number="355" hits="119" branch="false"/>
1347
- <line number="358" hits="119" branch="true" condition-coverage="100% (2/2)"/>
1348
- <line number="359" hits="2" branch="false"/>
1349
- <line number="360" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1350
- <line number="361" hits="1" branch="false"/>
1351
- <line number="364" hits="0" branch="false"/>
1352
- <line number="367" hits="118" branch="false"/>
1353
- <line number="370" hits="119" branch="false"/>
1337
+ <line number="324" hits="116" branch="false"/>
1338
+ <line number="328" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1339
+ <line number="329" hits="5" branch="false"/>
1340
+ <line number="332" hits="116" branch="false"/>
1341
+ <line number="336" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1342
+ <line number="337" hits="18" branch="false"/>
1343
+ <line number="338" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1344
+ <line number="339" hits="5" branch="false"/>
1345
+ <line number="342" hits="1" branch="false"/>
1346
+ <line number="345" hits="115" branch="false"/>
1347
+ <line number="349" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1348
+ <line number="350" hits="18" branch="false"/>
1349
+ <line number="351" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1350
+ <line number="352" hits="5" branch="false"/>
1351
+ <line number="355" hits="1" branch="false"/>
1352
+ <line number="358" hits="115" branch="false"/>
1353
+ <line number="362" hits="121" branch="false"/>
1354
+ <line number="363" hits="121" branch="false"/>
1355
+ <line number="366" hits="121" branch="true" condition-coverage="100% (2/2)"/>
1356
+ <line number="367" hits="2" branch="false"/>
1357
+ <line number="368" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1358
+ <line number="369" hits="1" branch="false"/>
1359
+ <line number="372" hits="0" branch="false"/>
1360
+ <line number="375" hits="120" branch="false"/>
1361
+ <line number="378" hits="121" branch="false"/>
1354
1362
  </lines>
1355
1363
  </class>
1356
1364
  <class name="types.ts" filename="src/lib/types.ts" line-rate="1" branch-rate="1">