@sebbo2002/node-pyatv 4.3.4-develop.3 → 5.0.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 (89) hide show
  1. package/.mocharc.yml +3 -3
  2. package/.nycrc +1 -0
  3. package/CHANGELOG.md +26 -0
  4. package/dist/bin/check.js +2 -6
  5. package/dist/bin/check.js.map +1 -1
  6. package/dist/examples/push.js +2 -6
  7. package/dist/examples/push.js.map +1 -1
  8. package/dist/lib/device-event.d.ts +2 -2
  9. package/dist/lib/device-event.js +1 -3
  10. package/dist/lib/device-event.js.map +1 -1
  11. package/dist/lib/device-events.d.ts +2 -2
  12. package/dist/lib/device-events.js +38 -40
  13. package/dist/lib/device-events.js.map +1 -1
  14. package/dist/lib/device.d.ts +2 -2
  15. package/dist/lib/device.js +44 -46
  16. package/dist/lib/device.js.map +1 -1
  17. package/dist/lib/fake-spawn.js +7 -14
  18. package/dist/lib/fake-spawn.js.map +1 -1
  19. package/dist/lib/index.d.ts +5 -5
  20. package/dist/lib/index.js +5 -22
  21. package/dist/lib/index.js.map +1 -1
  22. package/dist/lib/instance.d.ts +2 -2
  23. package/dist/lib/instance.js +27 -27
  24. package/dist/lib/instance.js.map +1 -1
  25. package/dist/lib/tools.d.ts +1 -1
  26. package/dist/lib/tools.js +24 -34
  27. package/dist/lib/tools.js.map +1 -1
  28. package/dist/lib/types.js +20 -23
  29. package/dist/lib/types.js.map +1 -1
  30. package/docs/coverage/block-navigation.js +8 -0
  31. package/docs/coverage/cobertura-coverage.xml +2696 -1534
  32. package/docs/coverage/device-event.ts.html +64 -59
  33. package/docs/coverage/device-events.ts.html +210 -205
  34. package/docs/coverage/device.ts.html +739 -734
  35. package/docs/coverage/fake-spawn.ts.html +126 -121
  36. package/docs/coverage/favicon.png +0 -0
  37. package/docs/coverage/index.html +73 -68
  38. package/docs/coverage/index.ts.html +42 -37
  39. package/docs/coverage/instance.ts.html +236 -222
  40. package/docs/coverage/sort-arrow-sprite.png +0 -0
  41. package/docs/coverage/sorter.js +26 -0
  42. package/docs/coverage/tools.ts.html +315 -310
  43. package/docs/coverage/types.ts.html +126 -121
  44. package/docs/reference/assets/highlight.css +7 -21
  45. package/docs/reference/assets/main.js +4 -2
  46. package/docs/reference/assets/search.js +1 -1
  47. package/docs/reference/assets/style.css +424 -538
  48. package/docs/reference/classes/NodePyATVDevice.html +1059 -125
  49. package/docs/reference/classes/NodePyATVDeviceEvent.html +111 -10
  50. package/docs/reference/classes/default.html +211 -34
  51. package/docs/reference/enums/NodePyATVDeviceState.html +93 -1
  52. package/docs/reference/enums/NodePyATVKeys.html +212 -1
  53. package/docs/reference/enums/NodePyATVListenerState.html +79 -1
  54. package/docs/reference/enums/NodePyATVMediaType.html +79 -1
  55. package/docs/reference/enums/NodePyATVPowerState.html +65 -1
  56. package/docs/reference/enums/NodePyATVProtocol.html +79 -1
  57. package/docs/reference/enums/NodePyATVRepeatState.html +72 -1
  58. package/docs/reference/enums/NodePyATVShuffleState.html +72 -1
  59. package/docs/reference/index.html +58 -53
  60. package/docs/reference/interfaces/NodePyATVDeviceOptions.html +194 -1
  61. package/docs/reference/interfaces/NodePyATVFindAndInstanceOptions.html +190 -1
  62. package/docs/reference/interfaces/NodePyATVFindOptions.html +120 -1
  63. package/docs/reference/interfaces/NodePyATVGetStateOptions.html +62 -1
  64. package/docs/reference/interfaces/NodePyATVInstanceOptions.html +110 -1
  65. package/docs/reference/interfaces/NodePyATVState.html +160 -1
  66. package/docs/reference/interfaces/NodePyATVVersionResponse.html +69 -1
  67. package/docs/reference/modules.html +89 -1
  68. package/docs/reference/types/NodePyATVEventValueType.html +61 -0
  69. package/docs/tests/index.html +1 -1
  70. package/docs/tests/mochawesome.json +745 -783
  71. package/package.json +19 -16
  72. package/release.config.cjs +56 -0
  73. package/src/bin/check.ts +1 -1
  74. package/src/examples/push.ts +1 -1
  75. package/src/lib/device-event.ts +2 -2
  76. package/src/lib/device-events.ts +4 -4
  77. package/src/lib/device.ts +3 -3
  78. package/src/lib/index.ts +5 -5
  79. package/src/lib/instance.ts +23 -20
  80. package/src/lib/tools.ts +1 -1
  81. package/test/device-event.ts +2 -2
  82. package/test/device-events.ts +2 -2
  83. package/test/device.ts +4 -4
  84. package/test/instance.ts +44 -37
  85. package/test/tools.ts +2 -2
  86. package/tsconfig.json +1 -1
  87. package/docs/reference/assets/icons.css +0 -1043
  88. package/docs/reference/assets/icons.png +0 -0
  89. package/docs/reference/assets/icons@2x.png +0 -0
@@ -1,1542 +1,2704 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="615" lines-covered="601" line-rate="0.9772" branches-valid="265" branches-covered="235" branch-rate="0.8868" timestamp="1654792320487" complexity="0" version="0.1">
3
+ <coverage lines-valid="1988" lines-covered="1955" line-rate="0.9834" branches-valid="309" branches-covered="296" branch-rate="0.9579000000000001" timestamp="1658759238721" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/home/runner/work/node-pyatv/node-pyatv</source>
6
6
  </sources>
7
7
  <packages>
8
- <class name="device-event.ts" filename="src/lib/device-event.ts" line-rate="1" branch-rate="1">
9
- <methods>
10
- <method name="(anonymous_0)" hits="70" signature="()V">
11
- <lines>
12
- <line number="14" hits="70"/>
13
- </lines>
14
- </method>
15
- <method name="(anonymous_1)" hits="4" signature="()V">
16
- <lines>
17
- <line number="24" hits="4"/>
18
- </lines>
19
- </method>
20
- <method name="(anonymous_2)" hits="4" signature="()V">
21
- <lines>
22
- <line number="32" hits="4"/>
23
- </lines>
24
- </method>
25
- <method name="(anonymous_3)" hits="5" signature="()V">
26
- <lines>
27
- <line number="39" hits="5"/>
28
- </lines>
29
- </method>
30
- <method name="(anonymous_4)" hits="5" signature="()V">
31
- <lines>
32
- <line number="46" hits="5"/>
33
- </lines>
34
- </method>
35
- <method name="(anonymous_5)" hits="4" signature="()V">
36
- <lines>
37
- <line number="54" hits="4"/>
38
- </lines>
39
- </method>
40
- </methods>
41
- <lines>
42
- <line number="6" hits="1" branch="false"/>
43
- <line number="15" hits="70" branch="false"/>
44
- <line number="25" hits="4" branch="false"/>
45
- <line number="33" hits="4" branch="false"/>
46
- <line number="40" hits="5" branch="false"/>
47
- <line number="47" hits="5" branch="false"/>
48
- <line number="55" hits="4" branch="false"/>
49
- </lines>
50
- </class>
51
- <class name="device-events.ts" filename="src/lib/device-events.ts" line-rate="0.9407" branch-rate="0.8148000000000001">
52
- <methods>
53
- <method name="(anonymous_7)" hits="87" signature="()V">
54
- <lines>
55
- <line number="29" hits="87"/>
56
- </lines>
57
- </method>
58
- <method name="(anonymous_8)" hits="31" signature="()V">
59
- <lines>
60
- <line number="38" hits="31"/>
61
- </lines>
62
- </method>
63
- <method name="(anonymous_9)" hits="465" signature="()V">
64
- <lines>
65
- <line number="39" hits="465"/>
66
- </lines>
67
- </method>
68
- <method name="(anonymous_10)" hits="12" signature="()V">
69
- <lines>
70
- <line number="71" hits="12"/>
71
- </lines>
72
- </method>
73
- <method name="(anonymous_11)" hits="11" signature="()V">
74
- <lines>
75
- <line number="92" hits="11"/>
76
- </lines>
77
- </method>
78
- <method name="(anonymous_12)" hits="72" signature="()V">
79
- <lines>
80
- <line number="102" hits="72"/>
81
- </lines>
82
- </method>
83
- <method name="(anonymous_13)" hits="0" signature="()V">
84
- <lines>
85
- <line number="122" hits="0"/>
86
- </lines>
87
- </method>
88
- <method name="(anonymous_14)" hits="10" signature="()V">
89
- <lines>
90
- <line number="123" hits="10"/>
91
- </lines>
92
- </method>
93
- <method name="(anonymous_15)" hits="19" signature="()V">
94
- <lines>
95
- <line number="127" hits="19"/>
96
- </lines>
97
- </method>
98
- <method name="(anonymous_16)" hits="1" signature="()V">
99
- <lines>
100
- <line number="138" hits="1"/>
101
- </lines>
102
- </method>
103
- <method name="(anonymous_17)" hits="1" signature="()V">
104
- <lines>
105
- <line number="144" hits="1"/>
106
- </lines>
107
- </method>
108
- <method name="(anonymous_18)" hits="12" signature="()V">
109
- <lines>
110
- <line number="151" hits="12"/>
111
- </lines>
112
- </method>
113
- <method name="(anonymous_19)" hits="12" signature="()V">
114
- <lines>
115
- <line number="154" hits="12"/>
116
- </lines>
117
- </method>
118
- <method name="(anonymous_20)" hits="12" signature="()V">
119
- <lines>
120
- <line number="156" hits="12"/>
121
- </lines>
122
- </method>
123
- <method name="(anonymous_21)" hits="19" signature="()V">
124
- <lines>
125
- <line number="158" hits="19"/>
126
- </lines>
127
- </method>
128
- <method name="(anonymous_22)" hits="0" signature="()V">
129
- <lines>
130
- <line number="184" hits="0"/>
131
- </lines>
132
- </method>
133
- <method name="(anonymous_23)" hits="16" signature="()V">
134
- <lines>
135
- <line number="207" hits="16"/>
136
- </lines>
137
- </method>
138
- <method name="(anonymous_25)" hits="16" signature="()V">
139
- <lines>
140
- <line number="227" hits="16"/>
141
- </lines>
142
- </method>
143
- <method name="(anonymous_26)" hits="2" signature="()V">
144
- <lines>
145
- <line number="238" hits="2"/>
146
- </lines>
147
- </method>
148
- <method name="(anonymous_27)" hits="20" signature="()V">
149
- <lines>
150
- <line number="244" hits="20"/>
151
- </lines>
152
- </method>
153
- <method name="(anonymous_28)" hits="11" signature="()V">
154
- <lines>
155
- <line number="250" hits="11"/>
156
- </lines>
157
- </method>
158
- <method name="(anonymous_29)" hits="11" signature="()V">
159
- <lines>
160
- <line number="251" hits="11"/>
161
- </lines>
162
- </method>
163
- <method name="(anonymous_30)" hits="11" signature="()V">
164
- <lines>
165
- <line number="253" hits="11"/>
166
- </lines>
167
- </method>
168
- <method name="(anonymous_31)" hits="2" signature="()V">
169
- <lines>
170
- <line number="259" hits="2"/>
171
- </lines>
172
- </method>
173
- <method name="(anonymous_32)" hits="9" signature="()V">
174
- <lines>
175
- <line number="265" hits="9"/>
176
- </lines>
177
- </method>
178
- <method name="(anonymous_33)" hits="2" signature="()V">
179
- <lines>
180
- <line number="271" hits="2"/>
181
- </lines>
182
- </method>
183
- <method name="(anonymous_34)" hits="13" signature="()V">
184
- <lines>
185
- <line number="277" hits="13"/>
186
- </lines>
187
- </method>
188
- <method name="(anonymous_35)" hits="211" signature="()V">
189
- <lines>
190
- <line number="283" hits="211"/>
191
- </lines>
192
- </method>
193
- <method name="(anonymous_36)" hits="73" signature="()V">
194
- <lines>
195
- <line number="289" hits="73"/>
196
- </lines>
197
- </method>
198
- <method name="(anonymous_37)" hits="73" signature="()V">
199
- <lines>
200
- <line number="290" hits="73"/>
201
- </lines>
202
- </method>
203
- </methods>
204
- <lines>
205
- <line number="3" hits="1" branch="false"/>
206
- <line number="13" hits="1" branch="false"/>
207
- <line number="14" hits="1" branch="false"/>
208
- <line number="15" hits="1" branch="false"/>
209
- <line number="21" hits="1" branch="false"/>
210
- <line number="30" hits="87" branch="false"/>
211
- <line number="32" hits="87" branch="false"/>
212
- <line number="33" hits="87" branch="false"/>
213
- <line number="34" hits="87" branch="false"/>
214
- <line number="35" hits="87" branch="false"/>
215
- <line number="39" hits="31" branch="false"/>
216
- <line number="42" hits="465" branch="false"/>
217
- <line number="45" hits="465" branch="false"/>
218
- <line number="47" hits="465" branch="true" condition-coverage="100% (5/5)"/>
219
- <line number="48" hits="401" branch="false"/>
220
- <line number="51" hits="64" branch="false"/>
221
- <line number="59" hits="64" branch="false"/>
222
- <line number="61" hits="64" branch="false"/>
223
- <line number="62" hits="64" branch="false"/>
224
- <line number="63" hits="64" branch="false"/>
225
- <line number="66" hits="1" branch="false"/>
226
- <line number="74" hits="12" branch="false"/>
227
- <line number="75" hits="12" branch="false"/>
228
- <line number="78" hits="1" branch="false"/>
229
- <line number="79" hits="1" branch="false"/>
230
- <line number="80" hits="1" branch="false"/>
231
- <line number="81" hits="1" branch="false"/>
232
- <line number="84" hits="11" branch="false"/>
233
- <line number="86" hits="11" branch="true" condition-coverage="100% (2/2)"/>
234
- <line number="87" hits="2" branch="false"/>
235
- <line number="88" hits="2" branch="false"/>
236
- <line number="93" hits="11" branch="false"/>
237
- <line number="94" hits="11" branch="false"/>
238
- <line number="95" hits="10" branch="false"/>
239
- <line number="98" hits="1" branch="false"/>
240
- <line number="103" hits="72" branch="true" condition-coverage="100% (5/5)"/>
241
- <line number="104" hits="9" branch="false"/>
242
- <line number="105" hits="9" branch="false"/>
243
- <line number="107" hits="63" branch="true" condition-coverage="100% (4/4)"/>
244
- <line number="108" hits="19" branch="false"/>
245
- <line number="109" hits="19" branch="false"/>
246
- <line number="111" hits="19" branch="false"/>
247
- <line number="112" hits="19" branch="false"/>
248
- <line number="114" hits="44" branch="true" condition-coverage="100% (2/2)"/>
249
- <line number="118" hits="16" branch="false"/>
250
- <line number="119" hits="16" branch="false"/>
251
- <line number="121" hits="16" branch="false"/>
252
- <line number="122" hits="0" branch="false"/>
253
- <line number="123" hits="10" branch="false"/>
254
- <line number="128" hits="19" branch="true" condition-coverage="50% (1/2)"/>
255
- <line number="129" hits="0" branch="false"/>
256
- <line number="132" hits="19" branch="false"/>
257
- <line number="134" hits="19" branch="false"/>
258
- <line number="135" hits="19" branch="false"/>
259
- <line number="136" hits="19" branch="false"/>
260
- <line number="138" hits="19" branch="false"/>
261
- <line number="139" hits="1" branch="false"/>
262
- <line number="140" hits="1" branch="false"/>
263
- <line number="144" hits="19" branch="false"/>
264
- <line number="145" hits="1" branch="false"/>
265
- <line number="146" hits="1" branch="false"/>
266
- <line number="147" hits="1" branch="false"/>
267
- <line number="151" hits="19" branch="false"/>
268
- <line number="152" hits="12" branch="false"/>
269
- <line number="154" hits="12" branch="false"/>
270
- <line number="156" hits="12" branch="false"/>
271
- <line number="158" hits="19" branch="false"/>
272
- <line number="159" hits="19" branch="true" condition-coverage="50% (1/2)"/>
273
- <line number="161" hits="0" branch="false"/>
274
- <line number="164" hits="19" branch="false"/>
275
- <line number="165" hits="19" branch="false"/>
276
- <line number="166" hits="19" branch="true" condition-coverage="100% (2/2)"/>
277
- <line number="167" hits="7" branch="false"/>
278
- <line number="168" hits="7" branch="false"/>
279
- <line number="171" hits="19" branch="true" condition-coverage="50% (1/2)"/>
280
- <line number="172" hits="19" branch="false"/>
281
- <line number="174" hits="19" branch="true" condition-coverage="50% (1/2)"/>
282
- <line number="175" hits="19" branch="false"/>
283
- <line number="177" hits="19" branch="false"/>
284
- <line number="178" hits="19" branch="false"/>
285
- <line number="181" hits="19" branch="true" condition-coverage="100% (4/4)"/>
286
- <line number="182" hits="3" branch="false"/>
287
- <line number="184" hits="3" branch="false"/>
288
- <line number="185" hits="0" branch="false"/>
289
- <line number="188" hits="16" branch="true" condition-coverage="50% (1/2)"/>
290
- <line number="189" hits="0" branch="false"/>
291
- <line number="190" hits="0" branch="false"/>
292
- <line number="193" hits="19" branch="false"/>
293
- <line number="196" hits="19" branch="false"/>
294
- <line number="197" hits="19" branch="false"/>
295
- <line number="199" hits="19" branch="true" condition-coverage="50% (1/2)"/>
296
- <line number="200" hits="19" branch="false"/>
297
- <line number="202" hits="19" branch="true" condition-coverage="50% (1/2)"/>
298
- <line number="203" hits="19" branch="false"/>
299
- <line number="208" hits="16" branch="true" condition-coverage="50% (1/2)"/>
300
- <line number="212" hits="0" branch="false"/>
301
- <line number="215" hits="16" branch="false"/>
302
- <line number="216" hits="16" branch="true" condition-coverage="50% (1/2)"/>
303
- <line number="217" hits="0" branch="false"/>
304
- <line number="223" hits="16" branch="true" condition-coverage="50% (1/2)"/>
305
- <line number="224" hits="16" branch="false"/>
306
- <line number="225" hits="16" branch="false"/>
307
- <line number="227" hits="16" branch="false"/>
308
- <line number="230" hits="10" branch="true" condition-coverage="100% (4/4)"/>
309
- <line number="231" hits="7" branch="false"/>
310
- <line number="234" hits="10" branch="false"/>
311
- <line number="235" hits="10" branch="false"/>
312
- <line number="239" hits="2" branch="false"/>
313
- <line number="240" hits="2" branch="false"/>
314
- <line number="241" hits="2" branch="false"/>
315
- <line number="245" hits="20" branch="false"/>
316
- <line number="246" hits="20" branch="false"/>
317
- <line number="247" hits="20" branch="false"/>
318
- <line number="251" hits="11" branch="false"/>
319
- <line number="252" hits="11" branch="false"/>
320
- <line number="253" hits="11" branch="false"/>
321
- <line number="255" hits="11" branch="false"/>
322
- <line number="256" hits="11" branch="false"/>
323
- <line number="260" hits="2" branch="false"/>
324
- <line number="261" hits="2" branch="false"/>
325
- <line number="262" hits="2" branch="false"/>
326
- <line number="266" hits="9" branch="false"/>
327
- <line number="267" hits="9" branch="false"/>
328
- <line number="268" hits="9" branch="false"/>
329
- <line number="272" hits="2" branch="false"/>
330
- <line number="273" hits="2" branch="false"/>
331
- <line number="274" hits="2" branch="false"/>
332
- <line number="278" hits="13" branch="false"/>
333
- <line number="279" hits="13" branch="false"/>
334
- <line number="280" hits="13" branch="false"/>
335
- <line number="284" hits="211" branch="true" condition-coverage="100% (2/2)"/>
336
- <line number="285" hits="82" branch="false"/>
337
- <line number="288" hits="129" branch="false"/>
338
- <line number="289" hits="73" branch="false"/>
339
- <line number="290" hits="73" branch="false"/>
340
- </lines>
341
- </class>
342
- <class name="device.ts" filename="src/lib/device.ts" line-rate="0.9833" branch-rate="0.9286">
343
- <methods>
344
- <method name="(anonymous_7)" hits="87" signature="()V">
345
- <lines>
346
- <line number="33" hits="87"/>
347
- </lines>
348
- </method>
349
- <method name="(anonymous_8)" hits="6" signature="()V">
350
- <lines>
351
- <line number="52" hits="6"/>
352
- </lines>
353
- </method>
354
- <method name="(anonymous_9)" hits="6" signature="()V">
355
- <lines>
356
- <line number="59" hits="6"/>
357
- </lines>
358
- </method>
359
- <method name="(anonymous_10)" hits="4" signature="()V">
360
- <lines>
361
- <line number="66" hits="4"/>
362
- </lines>
363
- </method>
364
- <method name="(anonymous_11)" hits="4" signature="()V">
365
- <lines>
366
- <line number="73" hits="4"/>
367
- </lines>
368
- </method>
369
- <method name="(anonymous_12)" hits="12" signature="()V">
370
- <lines>
371
- <line number="82" hits="12"/>
372
- </lines>
373
- </method>
374
- <method name="(anonymous_13)" hits="4" signature="()V">
375
- <lines>
376
- <line number="92" hits="4"/>
377
- </lines>
378
- </method>
379
- <method name="(anonymous_14)" hits="3" signature="()V">
380
- <lines>
381
- <line number="107" hits="3"/>
382
- </lines>
383
- </method>
384
- <method name="(anonymous_15)" hits="1" signature="()V">
385
- <lines>
386
- <line number="121" hits="1"/>
387
- </lines>
388
- </method>
389
- <method name="(anonymous_16)" hits="23" signature="()V">
390
- <lines>
391
- <line number="137" hits="23"/>
392
- </lines>
393
- </method>
394
- <method name="(anonymous_18)" hits="1" signature="()V">
395
- <lines>
396
- <line number="171" hits="1"/>
397
- </lines>
398
- </method>
399
- <method name="(anonymous_19)" hits="21" signature="()V">
400
- <lines>
401
- <line number="175" hits="21"/>
402
- </lines>
403
- </method>
404
- <method name="(anonymous_20)" hits="1" signature="()V">
405
- <lines>
406
- <line number="184" hits="1"/>
407
- </lines>
408
- </method>
409
- <method name="(anonymous_22)" hits="1" signature="()V">
410
- <lines>
411
- <line number="194" hits="1"/>
412
- </lines>
413
- </method>
414
- <method name="(anonymous_24)" hits="1" signature="()V">
415
- <lines>
416
- <line number="204" hits="1"/>
417
- </lines>
418
- </method>
419
- <method name="(anonymous_26)" hits="1" signature="()V">
420
- <lines>
421
- <line number="214" hits="1"/>
422
- </lines>
423
- </method>
424
- <method name="(anonymous_28)" hits="3" signature="()V">
425
- <lines>
426
- <line number="224" hits="3"/>
427
- </lines>
428
- </method>
429
- <method name="(anonymous_30)" hits="1" signature="()V">
430
- <lines>
431
- <line number="234" hits="1"/>
432
- </lines>
433
- </method>
434
- <method name="(anonymous_32)" hits="1" signature="()V">
435
- <lines>
436
- <line number="244" hits="1"/>
437
- </lines>
438
- </method>
439
- <method name="(anonymous_34)" hits="1" signature="()V">
440
- <lines>
441
- <line number="254" hits="1"/>
442
- </lines>
443
- </method>
444
- <method name="(anonymous_36)" hits="1" signature="()V">
445
- <lines>
446
- <line number="264" hits="1"/>
447
- </lines>
448
- </method>
449
- <method name="(anonymous_38)" hits="1" signature="()V">
450
- <lines>
451
- <line number="274" hits="1"/>
452
- </lines>
453
- </method>
454
- <method name="(anonymous_40)" hits="1" signature="()V">
455
- <lines>
456
- <line number="284" hits="1"/>
457
- </lines>
458
- </method>
459
- <method name="(anonymous_42)" hits="1" signature="()V">
460
- <lines>
461
- <line number="294" hits="1"/>
462
- </lines>
463
- </method>
464
- <method name="(anonymous_44)" hits="1" signature="()V">
465
- <lines>
466
- <line number="304" hits="1"/>
467
- </lines>
468
- </method>
469
- <method name="(anonymous_46)" hits="1" signature="()V">
470
- <lines>
471
- <line number="314" hits="1"/>
472
- </lines>
473
- </method>
474
- <method name="(anonymous_48)" hits="25" signature="()V">
475
- <lines>
476
- <line number="319" hits="25"/>
477
- </lines>
478
- </method>
479
- <method name="(anonymous_50)" hits="3" signature="()V">
480
- <lines>
481
- <line number="350" hits="3"/>
482
- </lines>
483
- </method>
484
- <method name="(anonymous_52)" hits="27" signature="()V">
485
- <lines>
486
- <line number="352" hits="27"/>
487
- </lines>
488
- </method>
489
- <method name="(anonymous_53)" hits="1" signature="()V">
490
- <lines>
491
- <line number="370" hits="1"/>
492
- </lines>
493
- </method>
494
- <method name="(anonymous_55)" hits="1" signature="()V">
495
- <lines>
496
- <line number="378" hits="1"/>
497
- </lines>
498
- </method>
499
- <method name="(anonymous_57)" hits="1" signature="()V">
500
- <lines>
501
- <line number="386" hits="1"/>
502
- </lines>
503
- </method>
504
- <method name="(anonymous_59)" hits="1" signature="()V">
505
- <lines>
506
- <line number="394" hits="1"/>
507
- </lines>
508
- </method>
509
- <method name="(anonymous_61)" hits="1" signature="()V">
510
- <lines>
511
- <line number="402" hits="1"/>
512
- </lines>
513
- </method>
514
- <method name="(anonymous_63)" hits="1" signature="()V">
515
- <lines>
516
- <line number="410" hits="1"/>
517
- </lines>
518
- </method>
519
- <method name="(anonymous_65)" hits="1" signature="()V">
520
- <lines>
521
- <line number="418" hits="1"/>
522
- </lines>
523
- </method>
524
- <method name="(anonymous_67)" hits="1" signature="()V">
525
- <lines>
526
- <line number="426" hits="1"/>
527
- </lines>
528
- </method>
529
- <method name="(anonymous_69)" hits="1" signature="()V">
530
- <lines>
531
- <line number="434" hits="1"/>
532
- </lines>
533
- </method>
534
- <method name="(anonymous_71)" hits="1" signature="()V">
535
- <lines>
536
- <line number="442" hits="1"/>
537
- </lines>
538
- </method>
539
- <method name="(anonymous_73)" hits="1" signature="()V">
540
- <lines>
541
- <line number="450" hits="1"/>
542
- </lines>
543
- </method>
544
- <method name="(anonymous_75)" hits="1" signature="()V">
545
- <lines>
546
- <line number="458" hits="1"/>
547
- </lines>
548
- </method>
549
- <method name="(anonymous_77)" hits="1" signature="()V">
550
- <lines>
551
- <line number="466" hits="1"/>
552
- </lines>
553
- </method>
554
- <method name="(anonymous_79)" hits="1" signature="()V">
555
- <lines>
556
- <line number="474" hits="1"/>
557
- </lines>
558
- </method>
559
- <method name="(anonymous_81)" hits="1" signature="()V">
560
- <lines>
561
- <line number="482" hits="1"/>
562
- </lines>
563
- </method>
564
- <method name="(anonymous_83)" hits="1" signature="()V">
565
- <lines>
566
- <line number="491" hits="1"/>
567
- </lines>
568
- </method>
569
- <method name="(anonymous_85)" hits="1" signature="()V">
570
- <lines>
571
- <line number="499" hits="1"/>
572
- </lines>
573
- </method>
574
- <method name="(anonymous_87)" hits="1" signature="()V">
575
- <lines>
576
- <line number="507" hits="1"/>
577
- </lines>
578
- </method>
579
- <method name="(anonymous_89)" hits="1" signature="()V">
580
- <lines>
581
- <line number="515" hits="1"/>
582
- </lines>
583
- </method>
584
- <method name="(anonymous_91)" hits="1" signature="()V">
585
- <lines>
586
- <line number="523" hits="1"/>
587
- </lines>
588
- </method>
589
- <method name="(anonymous_93)" hits="1" signature="()V">
590
- <lines>
591
- <line number="532" hits="1"/>
592
- </lines>
593
- </method>
594
- <method name="(anonymous_95)" hits="1" signature="()V">
595
- <lines>
596
- <line number="540" hits="1"/>
597
- </lines>
598
- </method>
599
- <method name="(anonymous_97)" hits="1" signature="()V">
600
- <lines>
601
- <line number="548" hits="1"/>
602
- </lines>
603
- </method>
604
- <method name="(anonymous_99)" hits="2" signature="()V">
605
- <lines>
606
- <line number="559" hits="2"/>
607
- </lines>
608
- </method>
609
- <method name="(anonymous_100)" hits="1" signature="()V">
610
- <lines>
611
- <line number="570" hits="1"/>
612
- </lines>
613
- </method>
614
- <method name="(anonymous_101)" hits="1" signature="()V">
615
- <lines>
616
- <line number="578" hits="1"/>
617
- </lines>
618
- </method>
619
- <method name="(anonymous_102)" hits="1" signature="()V">
620
- <lines>
621
- <line number="586" hits="1"/>
622
- </lines>
623
- </method>
624
- <method name="(anonymous_103)" hits="4" signature="()V">
625
- <lines>
626
- <line number="595" hits="4"/>
627
- </lines>
628
- </method>
629
- <method name="(anonymous_104)" hits="3" signature="()V">
630
- <lines>
631
- <line number="607" hits="3"/>
632
- </lines>
633
- </method>
634
- <method name="(anonymous_105)" hits="9" signature="()V">
635
- <lines>
636
- <line number="618" hits="9"/>
637
- </lines>
638
- </method>
639
- <method name="(anonymous_106)" hits="9" signature="()V">
640
- <lines>
641
- <line number="630" hits="9"/>
642
- </lines>
643
- </method>
644
- <method name="(anonymous_107)" hits="11" signature="()V">
645
- <lines>
646
- <line number="643" hits="11"/>
647
- </lines>
648
- </method>
649
- <method name="(anonymous_108)" hits="1" signature="()V">
650
- <lines>
651
- <line number="653" hits="1"/>
652
- </lines>
653
- </method>
654
- <method name="(anonymous_109)" hits="1" signature="()V">
655
- <lines>
656
- <line number="663" hits="1"/>
657
- </lines>
658
- </method>
659
- <method name="(anonymous_110)" hits="3" signature="()V">
660
- <lines>
661
- <line number="673" hits="3"/>
662
- </lines>
663
- </method>
664
- <method name="(anonymous_111)" hits="2" signature="()V">
665
- <lines>
666
- <line number="685" hits="2"/>
667
- </lines>
668
- </method>
669
- <method name="(anonymous_112)" hits="1" signature="()V">
670
- <lines>
671
- <line number="697" hits="1"/>
672
- </lines>
673
- </method>
674
- <method name="(anonymous_113)" hits="0" signature="()V">
675
- <lines>
676
- <line number="706" hits="0"/>
677
- </lines>
678
- </method>
679
- </methods>
680
- <lines>
681
- <line number="3" hits="1" branch="false"/>
682
- <line number="17" hits="1" branch="false"/>
683
- <line number="18" hits="1" branch="false"/>
684
- <line number="28" hits="1" branch="false"/>
685
- <line number="34" hits="87" branch="false"/>
686
- <line number="35" hits="87" branch="false"/>
687
- <line number="36" hits="87" branch="false"/>
688
- <line number="53" hits="6" branch="false"/>
689
- <line number="60" hits="6" branch="false"/>
690
- <line number="67" hits="4" branch="false"/>
691
- <line number="74" hits="4" branch="false"/>
692
- <line number="83" hits="12" branch="false"/>
693
- <line number="93" hits="4" branch="true" condition-coverage="100% (2/2)"/>
694
- <line number="94" hits="1" branch="false"/>
695
- <line number="97" hits="3" branch="true" condition-coverage="100% (2/2)"/>
696
- <line number="108" hits="3" branch="false"/>
697
- <line number="122" hits="1" branch="false"/>
698
- <line number="138" hits="23" branch="true" condition-coverage="90% (9/10)"/>
699
- <line number="139" hits="2" branch="false"/>
700
- <line number="140" hits="2" branch="true" condition-coverage="75% (3/4)"/>
701
- <line number="141" hits="2" branch="false"/>
702
- <line number="147" hits="2" branch="false"/>
703
- <line number="150" hits="21" branch="false"/>
704
- <line number="152" hits="21" branch="false"/>
705
- <line number="153" hits="21" branch="false"/>
706
- <line number="155" hits="21" branch="false"/>
707
- <line number="156" hits="21" branch="false"/>
708
- <line number="158" hits="20" branch="false"/>
709
- <line number="159" hits="20" branch="false"/>
710
- <line number="162" hits="21" branch="false"/>
711
- <line number="172" hits="1" branch="false"/>
712
- <line number="176" hits="21" branch="false"/>
713
- <line number="185" hits="1" branch="false"/>
714
- <line number="186" hits="1" branch="false"/>
715
- <line number="195" hits="1" branch="false"/>
716
- <line number="196" hits="1" branch="false"/>
717
- <line number="205" hits="1" branch="false"/>
718
- <line number="206" hits="1" branch="false"/>
719
- <line number="215" hits="1" branch="false"/>
720
- <line number="216" hits="1" branch="false"/>
721
- <line number="225" hits="3" branch="false"/>
722
- <line number="226" hits="3" branch="false"/>
723
- <line number="235" hits="1" branch="false"/>
724
- <line number="236" hits="1" branch="false"/>
725
- <line number="245" hits="1" branch="false"/>
726
- <line number="246" hits="1" branch="false"/>
727
- <line number="255" hits="1" branch="false"/>
728
- <line number="256" hits="1" branch="false"/>
729
- <line number="265" hits="1" branch="false"/>
730
- <line number="266" hits="1" branch="false"/>
731
- <line number="275" hits="1" branch="false"/>
732
- <line number="276" hits="1" branch="false"/>
733
- <line number="285" hits="1" branch="false"/>
734
- <line number="286" hits="1" branch="false"/>
735
- <line number="295" hits="1" branch="false"/>
736
- <line number="296" hits="1" branch="false"/>
737
- <line number="305" hits="1" branch="false"/>
738
- <line number="306" hits="1" branch="false"/>
739
- <line number="315" hits="1" branch="false"/>
740
- <line number="316" hits="1" branch="false"/>
741
- <line number="320" hits="25" branch="false"/>
742
- <line number="321" hits="25" branch="false"/>
743
- <line number="323" hits="25" branch="false"/>
744
- <line number="324" hits="25" branch="true" condition-coverage="100% (2/2)"/>
745
- <line number="328" hits="1" branch="false"/>
746
- <line number="331" hits="24" branch="false"/>
747
- <line number="351" hits="3" branch="false"/>
748
- <line number="352" hits="27" branch="false"/>
749
- <line number="354" hits="3" branch="true" condition-coverage="100% (2/2)"/>
750
- <line number="355" hits="1" branch="false"/>
751
- <line number="358" hits="2" branch="false"/>
752
- <line number="359" hits="2" branch="false"/>
753
- <line number="363" hits="2" branch="false"/>
754
- <line number="371" hits="1" branch="false"/>
755
- <line number="379" hits="1" branch="false"/>
756
- <line number="387" hits="1" branch="false"/>
757
- <line number="395" hits="1" branch="false"/>
758
- <line number="403" hits="1" branch="false"/>
759
- <line number="411" hits="1" branch="false"/>
760
- <line number="419" hits="1" branch="false"/>
761
- <line number="427" hits="1" branch="false"/>
762
- <line number="435" hits="1" branch="false"/>
763
- <line number="443" hits="1" branch="false"/>
764
- <line number="451" hits="1" branch="false"/>
765
- <line number="459" hits="1" branch="false"/>
766
- <line number="467" hits="1" branch="false"/>
767
- <line number="475" hits="1" branch="false"/>
768
- <line number="483" hits="1" branch="false"/>
769
- <line number="492" hits="1" branch="false"/>
770
- <line number="500" hits="1" branch="false"/>
771
- <line number="508" hits="1" branch="false"/>
772
- <line number="516" hits="1" branch="false"/>
773
- <line number="524" hits="1" branch="false"/>
774
- <line number="533" hits="1" branch="false"/>
775
- <line number="541" hits="1" branch="false"/>
776
- <line number="549" hits="1" branch="false"/>
777
- <line number="560" hits="2" branch="false"/>
778
- <line number="561" hits="2" branch="false"/>
779
- <line number="571" hits="1" branch="false"/>
780
- <line number="579" hits="1" branch="false"/>
781
- <line number="587" hits="1" branch="false"/>
782
- <line number="596" hits="4" branch="false"/>
783
- <line number="608" hits="3" branch="false"/>
784
- <line number="619" hits="9" branch="false"/>
785
- <line number="620" hits="9" branch="false"/>
786
- <line number="631" hits="9" branch="false"/>
787
- <line number="632" hits="9" branch="false"/>
788
- <line number="644" hits="11" branch="false"/>
789
- <line number="645" hits="11" branch="false"/>
790
- <line number="654" hits="1" branch="false"/>
791
- <line number="655" hits="1" branch="false"/>
792
- <line number="664" hits="1" branch="false"/>
793
- <line number="665" hits="1" branch="false"/>
794
- <line number="674" hits="3" branch="false"/>
795
- <line number="686" hits="2" branch="false"/>
796
- <line number="687" hits="2" branch="false"/>
797
- <line number="698" hits="1" branch="false"/>
798
- <line number="699" hits="1" branch="false"/>
799
- <line number="707" hits="0" branch="false"/>
800
- <line number="708" hits="0" branch="false"/>
801
- </lines>
802
- </class>
803
- <class name="fake-spawn.ts" filename="src/lib/fake-spawn.ts" line-rate="0.9756" branch-rate="0.8">
804
- <methods>
805
- <method name="createFakeSpawn" hits="86" signature="()V">
806
- <lines>
807
- <line number="7" hits="86"/>
808
- </lines>
809
- </method>
810
- <method name="(anonymous_1)" hits="88" signature="()V">
811
- <lines>
812
- <line number="12" hits="88"/>
813
- </lines>
814
- </method>
815
- <method name="(anonymous_2)" hits="16" signature="()V">
816
- <lines>
817
- <line number="24" hits="16"/>
818
- </lines>
819
- </method>
820
- <method name="(anonymous_3)" hits="88" signature="()V">
821
- <lines>
822
- <line number="40" hits="88"/>
823
- </lines>
824
- </method>
825
- <method name="(anonymous_4)" hits="0" signature="()V">
826
- <lines>
827
- <line number="45" hits="0"/>
828
- </lines>
829
- </method>
830
- <method name="(anonymous_5)" hits="88" signature="()V">
831
- <lines>
832
- <line number="54" hits="88"/>
833
- </lines>
834
- </method>
835
- <method name="(anonymous_6)" hits="7" signature="()V">
836
- <lines>
837
- <line number="57" hits="7"/>
838
- </lines>
839
- </method>
840
- <method name="(anonymous_7)" hits="88" signature="()V">
841
- <lines>
842
- <line number="73" hits="88"/>
843
- </lines>
844
- </method>
845
- <method name="(anonymous_8)" hits="5" signature="()V">
846
- <lines>
847
- <line number="78" hits="5"/>
848
- </lines>
849
- </method>
850
- <method name="(anonymous_9)" hits="69" signature="()V">
851
- <lines>
852
- <line number="82" hits="69"/>
853
- </lines>
854
- </method>
855
- <method name="(anonymous_10)" hits="3" signature="()V">
856
- <lines>
857
- <line number="87" hits="3"/>
858
- </lines>
859
- </method>
860
- <method name="(anonymous_11)" hits="16" signature="()V">
861
- <lines>
862
- <line number="93" hits="16"/>
863
- </lines>
864
- </method>
865
- <method name="(anonymous_12)" hits="6" signature="()V">
866
- <lines>
867
- <line number="98" hits="6"/>
868
- </lines>
869
- </method>
870
- <method name="(anonymous_13)" hits="19" signature="()V">
871
- <lines>
872
- <line number="103" hits="19"/>
873
- </lines>
874
- </method>
875
- <method name="(anonymous_14)" hits="81" signature="()V">
876
- <lines>
877
- <line number="108" hits="81"/>
878
- </lines>
879
- </method>
880
- </methods>
881
- <lines>
882
- <line number="2" hits="1" branch="false"/>
883
- <line number="7" hits="1" branch="false"/>
884
- <line number="12" hits="88" branch="false"/>
885
- <line number="23" hits="1" branch="false"/>
886
- <line number="25" hits="16" branch="false"/>
887
- <line number="32" hits="1" branch="false"/>
888
- <line number="41" hits="88" branch="false"/>
889
- <line number="43" hits="88" branch="false"/>
890
- <line number="44" hits="88" branch="false"/>
891
- <line number="45" hits="88" branch="false"/>
892
- <line number="46" hits="0" branch="false"/>
893
- <line number="49" hits="88" branch="false"/>
894
- <line number="50" hits="88" branch="false"/>
895
- <line number="51" hits="88" branch="false"/>
896
- <line number="53" hits="88" branch="false"/>
897
- <line number="54" hits="88" branch="false"/>
898
- <line number="58" hits="7" branch="false"/>
899
- <line number="59" hits="7" branch="true" condition-coverage="50% (1/2)"/>
900
- <line number="60" hits="7" branch="false"/>
901
- <line number="61" hits="7" branch="false"/>
902
- <line number="69" hits="1" branch="false"/>
903
- <line number="74" hits="88" branch="false"/>
904
- <line number="75" hits="88" branch="false"/>
905
- <line number="79" hits="5" branch="false"/>
906
- <line number="83" hits="69" branch="true" condition-coverage="100% (2/2)"/>
907
- <line number="84" hits="69" branch="false"/>
908
- <line number="88" hits="3" branch="false"/>
909
- <line number="89" hits="3" branch="false"/>
910
- <line number="94" hits="16" branch="false"/>
911
- <line number="95" hits="16" branch="false"/>
912
- <line number="99" hits="6" branch="false"/>
913
- <line number="100" hits="6" branch="false"/>
914
- <line number="104" hits="19" branch="false"/>
915
- <line number="105" hits="19" branch="false"/>
916
- <line number="109" hits="81" branch="true" condition-coverage="100% (2/2)"/>
917
- <line number="110" hits="46" branch="false"/>
918
- <line number="113" hits="81" branch="true" condition-coverage="100% (2/2)"/>
919
- <line number="114" hits="81" branch="true" condition-coverage="50% (1/2)"/>
920
- <line number="115" hits="81" branch="false"/>
921
- <line number="116" hits="81" branch="false"/>
922
- <line number="119" hits="81" branch="false"/>
923
- </lines>
924
- </class>
925
- <class name="index.ts" filename="src/lib/index.ts" line-rate="1" branch-rate="1">
926
- <methods>
927
- <method name="(anonymous_1)" hits="1" signature="()V">
928
- <lines>
929
- <line number="4" hits="1"/>
930
- </lines>
931
- </method>
932
- <method name="(anonymous_2)" hits="1" signature="()V">
933
- <lines>
934
- <line number="5" hits="1"/>
935
- </lines>
936
- </method>
937
- <method name="(anonymous_3)" hits="1" signature="()V">
938
- <lines>
939
- <line number="6" hits="1"/>
940
- </lines>
941
- </method>
942
- <method name="(anonymous_4)" hits="1" signature="()V">
943
- <lines>
944
- <line number="7" hits="1"/>
945
- </lines>
946
- </method>
947
- <method name="(anonymous_5)" hits="1" signature="()V">
948
- <lines>
949
- <line number="8" hits="1"/>
950
- </lines>
951
- </method>
952
- <method name="(anonymous_6)" hits="1" signature="()V">
953
- <lines>
954
- <line number="9" hits="1"/>
955
- </lines>
956
- </method>
957
- <method name="(anonymous_7)" hits="3" signature="()V">
958
- <lines>
959
- <line number="17" hits="3"/>
960
- </lines>
961
- </method>
962
- <method name="(anonymous_8)" hits="1" signature="()V">
963
- <lines>
964
- <line number="18" hits="1"/>
965
- </lines>
966
- </method>
967
- <method name="(anonymous_9)" hits="69" signature="()V">
968
- <lines>
969
- <line number="22" hits="69"/>
970
- </lines>
971
- </method>
972
- <method name="(anonymous_10)" hits="87" signature="()V">
973
- <lines>
974
- <line number="23" hits="87"/>
975
- </lines>
976
- </method>
977
- <method name="(anonymous_11)" hits="22" signature="()V">
978
- <lines>
979
- <line number="24" hits="22"/>
980
- </lines>
981
- </method>
982
- <method name="(anonymous_12)" hits="27" signature="()V">
983
- <lines>
984
- <line number="26" hits="27"/>
985
- </lines>
986
- </method>
987
- </methods>
988
- <lines>
989
- <line number="3" hits="1" branch="false"/>
990
- <line number="4" hits="2" branch="false"/>
991
- <line number="5" hits="2" branch="false"/>
992
- <line number="6" hits="2" branch="false"/>
993
- <line number="7" hits="2" branch="false"/>
994
- <line number="8" hits="2" branch="false"/>
995
- <line number="9" hits="2" branch="false"/>
996
- <line number="17" hits="4" branch="false"/>
997
- <line number="18" hits="2" branch="false"/>
998
- <line number="22" hits="70" branch="false"/>
999
- <line number="23" hits="88" branch="false"/>
1000
- <line number="24" hits="23" branch="false"/>
1001
- <line number="26" hits="28" branch="false"/>
1002
- </lines>
1003
- </class>
1004
- <class name="instance.ts" filename="src/lib/instance.ts" line-rate="0.9582999999999999" branch-rate="0.8571">
1005
- <methods>
1006
- <method name="(anonymous_8)" hits="4" signature="()V">
1007
- <lines>
1008
- <line number="151" hits="4"/>
1009
- </lines>
1010
- </method>
1011
- <method name="(anonymous_9)" hits="5" signature="()V">
1012
- <lines>
1013
- <line number="33" hits="5"/>
1014
- </lines>
1015
- </method>
1016
- <method name="(anonymous_11)" hits="17" signature="()V">
1017
- <lines>
1018
- <line number="56" hits="17"/>
1019
- </lines>
1020
- </method>
1021
- <method name="(anonymous_13)" hits="10" signature="()V">
1022
- <lines>
1023
- <line number="108" hits="10"/>
1024
- </lines>
1025
- </method>
1026
- <method name="(anonymous_15)" hits="0" signature="()V">
1027
- <lines>
1028
- <line number="117" hits="0"/>
1029
- </lines>
1030
- </method>
1031
- <method name="(anonymous_16)" hits="2" signature="()V">
1032
- <lines>
1033
- <line number="135" hits="2"/>
1034
- </lines>
1035
- </method>
1036
- <method name="(anonymous_17)" hits="1" signature="()V">
1037
- <lines>
1038
- <line number="161" hits="1"/>
1039
- </lines>
1040
- </method>
1041
- <method name="(anonymous_19)" hits="1" signature="()V">
1042
- <lines>
1043
- <line number="171" hits="1"/>
1044
- </lines>
1045
- </method>
1046
- <method name="(anonymous_21)" hits="1" signature="()V">
1047
- <lines>
1048
- <line number="189" hits="1"/>
1049
- </lines>
1050
- </method>
1051
- <method name="(anonymous_23)" hits="1" signature="()V">
1052
- <lines>
1053
- <line number="199" hits="1"/>
1054
- </lines>
1055
- </method>
1056
- </methods>
1057
- <lines>
1058
- <line number="3" hits="1" branch="false"/>
1059
- <line number="5" hits="1" branch="false"/>
1060
- <line number="13" hits="1" branch="false"/>
1061
- <line number="14" hits="1" branch="false"/>
1062
- <line number="24" hits="1" branch="false"/>
1063
- <line number="25" hits="4" branch="false"/>
1064
- <line number="34" hits="5" branch="false"/>
1065
- <line number="35" hits="5" branch="true" condition-coverage="100% (2/2)"/>
1066
- <line number="36" hits="2" branch="false"/>
1067
- <line number="38" hits="3" branch="true" condition-coverage="100% (2/2)"/>
1068
- <line number="39" hits="1" branch="false"/>
1069
- <line number="42" hits="2" branch="false"/>
1070
- <line number="43" hits="2" branch="false"/>
1071
- <line number="46" hits="1" branch="false"/>
1072
- <line number="57" hits="17" branch="false"/>
1073
- <line number="58" hits="17" branch="false"/>
1074
- <line number="59" hits="17" branch="false"/>
1075
- <line number="61" hits="17" branch="false"/>
1076
- <line number="62" hits="17" branch="false"/>
1077
- <line number="65" hits="4" branch="false"/>
1078
- <line number="68" hits="17" branch="true" condition-coverage="100% (4/4)"/>
1079
- <line number="69" hits="8" branch="false"/>
1080
- <line number="71" hits="17" branch="true" condition-coverage="100% (2/2)"/>
1081
- <line number="72" hits="10" branch="false"/>
1082
- <line number="73" hits="10" branch="false"/>
1083
- <line number="76" hits="17" branch="false"/>
1084
- <line number="78" hits="17" branch="true" condition-coverage="100% (2/2)"/>
1085
- <line number="81" hits="0" branch="false"/>
1086
- <line number="83" hits="17" branch="true" condition-coverage="100% (4/4)"/>
1087
- <line number="84" hits="7" branch="false"/>
1088
- <line number="85" hits="7" branch="false"/>
1089
- <line number="88" hits="17" branch="false"/>
1090
- <line number="89" hits="17" branch="false"/>
1091
- <line number="109" hits="10" branch="false"/>
1092
- <line number="110" hits="10" branch="false"/>
1093
- <line number="112" hits="10" branch="false"/>
1094
- <line number="113" hits="6" branch="true" condition-coverage="100% (5/5)"/>
1095
- <line number="114" hits="2" branch="false"/>
1096
- <line number="117" hits="4" branch="false"/>
1097
- <line number="118" hits="0" branch="false"/>
1098
- <line number="125" hits="4" branch="false"/>
1099
- <line number="126" hits="4" branch="false"/>
1100
- <line number="136" hits="2" branch="false"/>
1101
- <line number="152" hits="4" branch="false"/>
1102
- <line number="162" hits="1" branch="false"/>
1103
- <line number="172" hits="1" branch="false"/>
1104
- <line number="190" hits="1" branch="false"/>
1105
- <line number="200" hits="1" branch="false"/>
1106
- </lines>
1107
- </class>
1108
- <class name="tools.ts" filename="src/lib/tools.ts" line-rate="0.9940000000000001" branch-rate="0.9009">
1109
- <methods>
1110
- <method name="addRequestId" hits="109" signature="()V">
1111
- <lines>
1112
- <line number="18" hits="109"/>
1113
- </lines>
1114
- </method>
1115
- <method name="removeRequestId" hits="116" signature="()V">
1116
- <lines>
1117
- <line number="32" hits="116"/>
1118
- </lines>
1119
- </method>
1120
- <method name="debug" hits="2142" signature="()V">
1121
- <lines>
1122
- <line number="38" hits="2142"/>
1123
- </lines>
1124
- </method>
1125
- <method name="getExecutable" hits="96" signature="()V">
1126
- <lines>
1127
- <line number="59" hits="96"/>
1128
- </lines>
1129
- </method>
1130
- <method name="execute" hits="92" signature="()V">
1131
- <lines>
1132
- <line number="71" hits="92"/>
1133
- </lines>
1134
- </method>
1135
- <method name="(anonymous_12)" hits="73" signature="()V">
1136
- <lines>
1137
- <line number="86" hits="73"/>
1138
- </lines>
1139
- </method>
1140
- <method name="(anonymous_13)" hits="3" signature="()V">
1141
- <lines>
1142
- <line number="87" hits="3"/>
1143
- </lines>
1144
- </method>
1145
- <method name="(anonymous_14)" hits="6" signature="()V">
1146
- <lines>
1147
- <line number="88" hits="6"/>
1148
- </lines>
1149
- </method>
1150
- <method name="(anonymous_15)" hits="92" signature="()V">
1151
- <lines>
1152
- <line number="91" hits="92"/>
1153
- </lines>
1154
- </method>
1155
- <method name="request" hits="73" signature="()V">
1156
- <lines>
1157
- <line number="118" hits="73"/>
1158
- </lines>
1159
- </method>
1160
- <method name="(anonymous_18)" hits="73" signature="()V">
1161
- <lines>
1162
- <line number="130" hits="73"/>
1163
- </lines>
1164
- </method>
1165
- <method name="(anonymous_19)" hits="61" signature="()V">
1166
- <lines>
1167
- <line number="134" hits="61"/>
1168
- </lines>
1169
- </method>
1170
- <method name="(anonymous_20)" hits="2" signature="()V">
1171
- <lines>
1172
- <line number="135" hits="2"/>
1173
- </lines>
1174
- </method>
1175
- <method name="(anonymous_21)" hits="5" signature="()V">
1176
- <lines>
1177
- <line number="136" hits="5"/>
1178
- </lines>
1179
- </method>
1180
- <method name="(anonymous_22)" hits="73" signature="()V">
1181
- <lines>
1182
- <line number="139" hits="73"/>
1183
- </lines>
1184
- </method>
1185
- <method name="getParamters" hits="78" signature="()V">
1186
- <lines>
1187
- <line number="184" hits="78"/>
1188
- </lines>
1189
- </method>
1190
- <method name="parseStateStringAttr" hits="861" signature="()V">
1191
- <lines>
1192
- <line number="218" hits="861"/>
1193
- </lines>
1194
- </method>
1195
- <method name="parseState" hits="127" signature="()V">
1196
- <lines>
1197
- <line number="233" hits="127"/>
1198
- </lines>
1199
- </method>
1200
- <method name="(anonymous_26)" hits="1771" signature="()V">
1201
- <lines>
1202
- <line number="234" hits="1771"/>
1203
- </lines>
1204
- </method>
1205
- <method name="(anonymous_27)" hits="24" signature="()V">
1206
- <lines>
1207
- <line number="283" hits="24"/>
1208
- </lines>
1209
- </method>
1210
- <method name="(anonymous_28)" hits="36" signature="()V">
1211
- <lines>
1212
- <line number="296" hits="36"/>
1213
- </lines>
1214
- </method>
1215
- <method name="(anonymous_29)" hits="18" signature="()V">
1216
- <lines>
1217
- <line number="337" hits="18"/>
1218
- </lines>
1219
- </method>
1220
- <method name="(anonymous_30)" hits="18" signature="()V">
1221
- <lines>
1222
- <line number="350" hits="18"/>
1223
- </lines>
1224
- </method>
1225
- <method name="(anonymous_31)" hits="2" signature="()V">
1226
- <lines>
1227
- <line number="367" hits="2"/>
1228
- </lines>
1229
- </method>
1230
- </methods>
1231
- <lines>
1232
- <line number="3" hits="1" branch="false"/>
1233
- <line number="13" hits="1" branch="false"/>
1234
- <line number="16" hits="1" branch="false"/>
1235
- <line number="18" hits="1" branch="false"/>
1236
- <line number="19" hits="109" branch="false"/>
1237
- <line number="21" hits="109" branch="false"/>
1238
- <line number="22" hits="116" branch="false"/>
1239
- <line number="23" hits="116" branch="true" condition-coverage="100% (2/2)"/>
1240
- <line number="24" hits="109" branch="false"/>
1241
- <line number="25" hits="109" branch="false"/>
1242
- <line number="29" hits="109" branch="false"/>
1243
- <line number="32" hits="1" branch="false"/>
1244
- <line number="33" hits="116" branch="true" condition-coverage="100% (4/4)"/>
1245
- <line number="34" hits="96" branch="false"/>
1246
- <line number="38" hits="1" branch="false"/>
1247
- <line number="39" hits="2142" branch="true" condition-coverage="100% (2/2)"/>
1248
- <line number="40" hits="9" branch="true" condition-coverage="100% (2/2)"/>
1249
- <line number="41" hits="9" branch="true" condition-coverage="100% (2/2)"/>
1250
- <line number="43" hits="9" branch="false"/>
1251
- <line number="55" hits="9" branch="false"/>
1252
- <line number="59" hits="1" branch="false"/>
1253
- <line number="60" hits="96" branch="true" condition-coverage="100% (4/4)"/>
1254
- <line number="61" hits="4" branch="false"/>
1255
- <line number="63" hits="92" branch="true" condition-coverage="100% (4/4)"/>
1256
- <line number="64" hits="3" branch="false"/>
1257
- <line number="67" hits="89" branch="false"/>
1258
- <line number="71" hits="1" branch="false"/>
1259
- <line number="77" hits="92" branch="false"/>
1260
- <line number="78" hits="92" branch="true" condition-coverage="100% (2/2)"/>
1261
- <line number="80" hits="92" branch="false"/>
1262
- <line number="81" hits="92" branch="false"/>
1263
- <line number="86" hits="92" branch="false"/>
1264
- <line number="87" hits="92" branch="false"/>
1265
- <line number="88" hits="92" branch="false"/>
1266
- <line number="91" hits="92" branch="false"/>
1267
- <line number="92" hits="92" branch="false"/>
1268
- <line number="94" hits="92" branch="true" condition-coverage="50% (1/2)"/>
1269
- <line number="95" hits="92" branch="false"/>
1270
- <line number="97" hits="92" branch="true" condition-coverage="50% (1/2)"/>
1271
- <line number="98" hits="92" branch="false"/>
1272
- <line number="101" hits="92" branch="false"/>
1273
- <line number="102" hits="92" branch="false"/>
1274
- <line number="105" hits="92" branch="true" condition-coverage="50% (1/2)"/>
1275
- <line number="106" hits="92" branch="false"/>
1276
- <line number="108" hits="92" branch="true" condition-coverage="50% (1/2)"/>
1277
- <line number="109" hits="92" branch="false"/>
1278
- <line number="112" hits="92" branch="false"/>
1279
- <line number="113" hits="92" branch="false"/>
1280
- <line number="115" hits="92" branch="false"/>
1281
- <line number="118" hits="1" branch="false"/>
1282
- <line number="124" hits="73" branch="false"/>
1283
- <line number="130" hits="73" branch="false"/>
1284
- <line number="131" hits="73" branch="false"/>
1285
- <line number="134" hits="73" branch="false"/>
1286
- <line number="135" hits="73" branch="false"/>
1287
- <line number="136" hits="73" branch="true" condition-coverage="50% (1/2)"/>
1288
- <line number="139" hits="73" branch="false"/>
1289
- <line number="140" hits="73" branch="false"/>
1290
- <line number="142" hits="73" branch="true" condition-coverage="50% (1/2)"/>
1291
- <line number="143" hits="73" branch="false"/>
1292
- <line number="145" hits="73" branch="true" condition-coverage="50% (1/2)"/>
1293
- <line number="146" hits="73" branch="false"/>
1294
- <line number="149" hits="73" branch="false"/>
1295
- <line number="150" hits="73" branch="false"/>
1296
- <line number="151" hits="73" branch="false"/>
1297
- <line number="154" hits="73" branch="true" condition-coverage="50% (1/2)"/>
1298
- <line number="155" hits="73" branch="false"/>
1299
- <line number="157" hits="73" branch="true" condition-coverage="50% (1/2)"/>
1300
- <line number="158" hits="73" branch="false"/>
1301
- <line number="161" hits="73" branch="false"/>
1302
- <line number="162" hits="73" branch="false"/>
1303
- <line number="165" hits="68" branch="true" condition-coverage="100% (2/2)"/>
1304
- <line number="166" hits="2" branch="false"/>
1305
- <line number="167" hits="2" branch="false"/>
1306
- <line number="168" hits="2" branch="false"/>
1307
- <line number="170" hits="66" branch="true" condition-coverage="100% (2/2)"/>
1308
- <line number="171" hits="51" branch="false"/>
1309
- <line number="172" hits="51" branch="false"/>
1310
- <line number="175" hits="1" branch="false"/>
1311
- <line number="176" hits="1" branch="false"/>
1312
- <line number="177" hits="1" branch="false"/>
1313
- <line number="181" hits="15" branch="false"/>
1314
- <line number="184" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1315
- <line number="185" hits="78" branch="false"/>
1316
- <line number="187" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1317
- <line number="188" hits="1" branch="false"/>
1318
- <line number="190" hits="77" branch="true" condition-coverage="100% (2/2)"/>
1319
- <line number="191" hits="66" branch="false"/>
1320
- <line number="193" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1321
- <line number="194" hits="1" branch="false"/>
1322
- <line number="196" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1323
- <line number="197" hits="1" branch="false"/>
1324
- <line number="199" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1325
- <line number="200" hits="1" branch="false"/>
1326
- <line number="202" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1327
- <line number="203" hits="1" branch="false"/>
1328
- <line number="205" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1329
- <line number="206" hits="1" branch="false"/>
1330
- <line number="208" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1331
- <line number="209" hits="1" branch="false"/>
1332
- <line number="211" hits="78" branch="true" condition-coverage="100% (2/2)"/>
1333
- <line number="212" hits="1" branch="false"/>
1334
- <line number="215" hits="78" branch="false"/>
1335
- <line number="225" hits="861" branch="true" condition-coverage="100% (2/2)"/>
1336
- <line number="226" hits="35" branch="false"/>
1337
- <line number="227" hits="35" branch="false"/>
1338
- <line number="230" hits="826" branch="false"/>
1339
- <line number="233" hits="1" branch="false"/>
1340
- <line number="234" hits="1771" branch="false"/>
1341
- <line number="235" hits="127" branch="false"/>
1342
- <line number="252" hits="127" branch="true" condition-coverage="100% (4/4)"/>
1343
- <line number="253" hits="1" branch="false"/>
1344
- <line number="255" hits="126" branch="true" condition-coverage="100% (2/2)"/>
1345
- <line number="256" hits="3" branch="false"/>
1346
- <line number="257" hits="3" branch="true" condition-coverage="50% (1/2)"/>
1347
- <line number="258" hits="3" branch="false"/>
1348
- <line number="261" hits="3" branch="false"/>
1349
- <line number="265" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1350
- <line number="266" hits="9" branch="false"/>
1351
- <line number="267" hits="9" branch="true" condition-coverage="100% (2/2)"/>
1352
- <line number="268" hits="8" branch="false"/>
1353
- <line number="271" hits="1" branch="false"/>
1354
- <line number="275" hits="114" branch="false"/>
1355
- <line number="279" hits="123" branch="false"/>
1356
- <line number="282" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1357
- <line number="283" hits="24" branch="false"/>
1358
- <line number="284" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1359
- <line number="285" hits="5" branch="false"/>
1360
- <line number="288" hits="1" branch="false"/>
1361
- <line number="291" hits="117" branch="false"/>
1362
- <line number="295" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1363
- <line number="296" hits="36" branch="false"/>
1364
- <line number="297" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1365
- <line number="298" hits="5" branch="false"/>
1366
- <line number="301" hits="1" branch="false"/>
1367
- <line number="304" hits="117" branch="false"/>
1368
- <line number="308" hits="123" branch="false"/>
1369
- <line number="311" hits="123" branch="false"/>
1370
- <line number="314" hits="123" branch="false"/>
1371
- <line number="317" hits="123" branch="false"/>
1372
- <line number="320" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1373
- <line number="321" hits="5" branch="false"/>
1374
- <line number="324" hits="118" branch="false"/>
1375
- <line number="328" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1376
- <line number="329" hits="5" branch="false"/>
1377
- <line number="332" hits="118" branch="false"/>
1378
- <line number="336" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1379
- <line number="337" hits="18" branch="false"/>
1380
- <line number="338" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1381
- <line number="339" hits="5" branch="false"/>
1382
- <line number="342" hits="1" branch="false"/>
1383
- <line number="345" hits="117" branch="false"/>
1384
- <line number="349" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1385
- <line number="350" hits="18" branch="false"/>
1386
- <line number="351" hits="6" branch="true" condition-coverage="100% (2/2)"/>
1387
- <line number="352" hits="5" branch="false"/>
1388
- <line number="355" hits="1" branch="false"/>
1389
- <line number="358" hits="117" branch="false"/>
1390
- <line number="362" hits="123" branch="false"/>
1391
- <line number="363" hits="123" branch="false"/>
1392
- <line number="366" hits="123" branch="true" condition-coverage="100% (2/2)"/>
1393
- <line number="367" hits="2" branch="false"/>
1394
- <line number="368" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1395
- <line number="369" hits="1" branch="false"/>
1396
- <line number="372" hits="0" branch="false"/>
1397
- <line number="375" hits="122" branch="false"/>
1398
- <line number="378" hits="123" branch="false"/>
1399
- </lines>
1400
- </class>
1401
- <class name="types.ts" filename="src/lib/types.ts" line-rate="1" branch-rate="1">
1402
- <methods>
1403
- <method name="(anonymous_0)" hits="1" signature="()V">
1404
- <lines>
1405
- <line number="4" hits="1"/>
1406
- </lines>
1407
- </method>
1408
- <method name="(anonymous_1)" hits="1" signature="()V">
1409
- <lines>
1410
- <line number="9" hits="1"/>
1411
- </lines>
1412
- </method>
1413
- <method name="(anonymous_2)" hits="1" signature="()V">
1414
- <lines>
1415
- <line number="16" hits="1"/>
1416
- </lines>
1417
- </method>
1418
- <method name="(anonymous_3)" hits="1" signature="()V">
1419
- <lines>
1420
- <line number="23" hits="1"/>
1421
- </lines>
1422
- </method>
1423
- <method name="(anonymous_4)" hits="1" signature="()V">
1424
- <lines>
1425
- <line number="32" hits="1"/>
1426
- </lines>
1427
- </method>
1428
- <method name="(anonymous_5)" hits="1" signature="()V">
1429
- <lines>
1430
- <line number="38" hits="1"/>
1431
- </lines>
1432
- </method>
1433
- <method name="(anonymous_6)" hits="1" signature="()V">
1434
- <lines>
1435
- <line number="44" hits="1"/>
1436
- </lines>
1437
- </method>
1438
- <method name="(anonymous_7)" hits="1" signature="()V">
1439
- <lines>
1440
- <line number="49" hits="1"/>
1441
- </lines>
1442
- </method>
1443
- <method name="(anonymous_8)" hits="1" signature="()V">
1444
- <lines>
1445
- <line number="78" hits="1"/>
1446
- </lines>
1447
- </method>
1448
- <method name="(anonymous_9)" hits="1" signature="()V">
1449
- <lines>
1450
- <line number="104" hits="1"/>
1451
- </lines>
1452
- </method>
1453
- </methods>
1454
- <lines>
1455
- <line number="4" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1456
- <line number="5" hits="1" branch="false"/>
1457
- <line number="6" hits="1" branch="false"/>
1458
- <line number="9" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1459
- <line number="10" hits="1" branch="false"/>
1460
- <line number="11" hits="1" branch="false"/>
1461
- <line number="12" hits="1" branch="false"/>
1462
- <line number="13" hits="1" branch="false"/>
1463
- <line number="16" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1464
- <line number="17" hits="1" branch="false"/>
1465
- <line number="18" hits="1" branch="false"/>
1466
- <line number="19" hits="1" branch="false"/>
1467
- <line number="20" hits="1" branch="false"/>
1468
- <line number="23" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1469
- <line number="24" hits="1" branch="false"/>
1470
- <line number="25" hits="1" branch="false"/>
1471
- <line number="26" hits="1" branch="false"/>
1472
- <line number="27" hits="1" branch="false"/>
1473
- <line number="28" hits="1" branch="false"/>
1474
- <line number="29" hits="1" branch="false"/>
1475
- <line number="32" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1476
- <line number="33" hits="1" branch="false"/>
1477
- <line number="34" hits="1" branch="false"/>
1478
- <line number="35" hits="1" branch="false"/>
1479
- <line number="38" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1480
- <line number="39" hits="1" branch="false"/>
1481
- <line number="40" hits="1" branch="false"/>
1482
- <line number="41" hits="1" branch="false"/>
1483
- <line number="44" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1484
- <line number="45" hits="1" branch="false"/>
1485
- <line number="46" hits="1" branch="false"/>
1486
- <line number="49" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1487
- <line number="50" hits="1" branch="false"/>
1488
- <line number="51" hits="1" branch="false"/>
1489
- <line number="52" hits="1" branch="false"/>
1490
- <line number="53" hits="1" branch="false"/>
1491
- <line number="54" hits="1" branch="false"/>
1492
- <line number="55" hits="1" branch="false"/>
1493
- <line number="56" hits="1" branch="false"/>
1494
- <line number="57" hits="1" branch="false"/>
1495
- <line number="58" hits="1" branch="false"/>
1496
- <line number="59" hits="1" branch="false"/>
1497
- <line number="60" hits="1" branch="false"/>
1498
- <line number="61" hits="1" branch="false"/>
1499
- <line number="62" hits="1" branch="false"/>
1500
- <line number="63" hits="1" branch="false"/>
1501
- <line number="64" hits="1" branch="false"/>
1502
- <line number="65" hits="1" branch="false"/>
1503
- <line number="66" hits="1" branch="false"/>
1504
- <line number="67" hits="1" branch="false"/>
1505
- <line number="68" hits="1" branch="false"/>
1506
- <line number="69" hits="1" branch="false"/>
1507
- <line number="70" hits="1" branch="false"/>
1508
- <line number="71" hits="1" branch="false"/>
1509
- <line number="72" hits="1" branch="false"/>
1510
- <line number="78" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1511
- <line number="79" hits="1" branch="false"/>
1512
- <line number="80" hits="1" branch="false"/>
1513
- <line number="81" hits="1" branch="false"/>
1514
- <line number="82" hits="1" branch="false"/>
1515
- <line number="83" hits="1" branch="false"/>
1516
- <line number="84" hits="1" branch="false"/>
1517
- <line number="85" hits="1" branch="false"/>
1518
- <line number="86" hits="1" branch="false"/>
1519
- <line number="87" hits="1" branch="false"/>
1520
- <line number="88" hits="1" branch="false"/>
1521
- <line number="89" hits="1" branch="false"/>
1522
- <line number="90" hits="1" branch="false"/>
1523
- <line number="91" hits="1" branch="false"/>
1524
- <line number="92" hits="1" branch="false"/>
1525
- <line number="93" hits="1" branch="false"/>
1526
- <line number="94" hits="1" branch="false"/>
1527
- <line number="95" hits="1" branch="false"/>
1528
- <line number="96" hits="1" branch="false"/>
1529
- <line number="97" hits="1" branch="false"/>
1530
- <line number="98" hits="1" branch="false"/>
1531
- <line number="99" hits="1" branch="false"/>
1532
- <line number="100" hits="1" branch="false"/>
1533
- <line number="101" hits="1" branch="false"/>
1534
- <line number="104" hits="1" branch="true" condition-coverage="100% (2/2)"/>
1535
- <line number="105" hits="1" branch="false"/>
1536
- <line number="106" hits="1" branch="false"/>
1537
- <line number="107" hits="1" branch="false"/>
1538
- <line number="108" hits="1" branch="false"/>
1539
- </lines>
1540
- </class>
8
+ <package name="main" line-rate="0.9834" branch-rate="0.9579000000000001">
9
+ <classes>
10
+ <class name="device-event.ts" filename="src/lib/device-event.ts" line-rate="1" branch-rate="1">
11
+ <methods>
12
+ <method name="NodePyATVDeviceEvent" hits="70" signature="()V">
13
+ <lines>
14
+ <line number="14" hits="70"/>
15
+ </lines>
16
+ </method>
17
+ <method name="get key" hits="4" signature="()V">
18
+ <lines>
19
+ <line number="24" hits="4"/>
20
+ </lines>
21
+ </method>
22
+ <method name="get oldValue" hits="4" signature="()V">
23
+ <lines>
24
+ <line number="32" hits="4"/>
25
+ </lines>
26
+ </method>
27
+ <method name="get newValue" hits="5" signature="()V">
28
+ <lines>
29
+ <line number="39" hits="5"/>
30
+ </lines>
31
+ </method>
32
+ <method name="get value" hits="5" signature="()V">
33
+ <lines>
34
+ <line number="46" hits="5"/>
35
+ </lines>
36
+ </method>
37
+ <method name="get device" hits="4" signature="()V">
38
+ <lines>
39
+ <line number="54" hits="4"/>
40
+ </lines>
41
+ </method>
42
+ </methods>
43
+ <lines>
44
+ <line number="1" hits="1" branch="false"/>
45
+ <line number="2" hits="1" branch="false"/>
46
+ <line number="3" hits="1" branch="false"/>
47
+ <line number="4" hits="1" branch="false"/>
48
+ <line number="5" hits="1" branch="false"/>
49
+ <line number="6" hits="1" branch="false"/>
50
+ <line number="7" hits="1" branch="false"/>
51
+ <line number="8" hits="1" branch="false"/>
52
+ <line number="9" hits="1" branch="false"/>
53
+ <line number="10" hits="1" branch="false"/>
54
+ <line number="11" hits="1" branch="false"/>
55
+ <line number="12" hits="1" branch="false"/>
56
+ <line number="13" hits="1" branch="false"/>
57
+ <line number="14" hits="1" branch="true" condition-coverage="100% (1/1)"/>
58
+ <line number="15" hits="70" branch="false"/>
59
+ <line number="16" hits="70" branch="false"/>
60
+ <line number="17" hits="70" branch="false"/>
61
+ <line number="18" hits="70" branch="false"/>
62
+ <line number="19" hits="1" branch="false"/>
63
+ <line number="20" hits="1" branch="false"/>
64
+ <line number="21" hits="1" branch="false"/>
65
+ <line number="22" hits="1" branch="false"/>
66
+ <line number="23" hits="1" branch="false"/>
67
+ <line number="24" hits="1" branch="true" condition-coverage="100% (1/1)"/>
68
+ <line number="25" hits="4" branch="false"/>
69
+ <line number="26" hits="4" branch="false"/>
70
+ <line number="27" hits="1" branch="false"/>
71
+ <line number="28" hits="1" branch="false"/>
72
+ <line number="29" hits="1" branch="false"/>
73
+ <line number="30" hits="1" branch="false"/>
74
+ <line number="31" hits="1" branch="false"/>
75
+ <line number="32" hits="1" branch="true" condition-coverage="100% (1/1)"/>
76
+ <line number="33" hits="4" branch="false"/>
77
+ <line number="34" hits="4" branch="false"/>
78
+ <line number="35" hits="1" branch="false"/>
79
+ <line number="36" hits="1" branch="false"/>
80
+ <line number="37" hits="1" branch="false"/>
81
+ <line number="38" hits="1" branch="false"/>
82
+ <line number="39" hits="1" branch="true" condition-coverage="100% (1/1)"/>
83
+ <line number="40" hits="5" branch="false"/>
84
+ <line number="41" hits="5" branch="false"/>
85
+ <line number="42" hits="1" branch="false"/>
86
+ <line number="43" hits="1" branch="false"/>
87
+ <line number="44" hits="1" branch="false"/>
88
+ <line number="45" hits="1" branch="false"/>
89
+ <line number="46" hits="1" branch="true" condition-coverage="100% (1/1)"/>
90
+ <line number="47" hits="5" branch="false"/>
91
+ <line number="48" hits="5" branch="false"/>
92
+ <line number="49" hits="1" branch="false"/>
93
+ <line number="50" hits="1" branch="false"/>
94
+ <line number="51" hits="1" branch="false"/>
95
+ <line number="52" hits="1" branch="false"/>
96
+ <line number="53" hits="1" branch="false"/>
97
+ <line number="54" hits="1" branch="true" condition-coverage="100% (1/1)"/>
98
+ <line number="55" hits="4" branch="false"/>
99
+ <line number="56" hits="4" branch="false"/>
100
+ <line number="57" hits="1" branch="false"/>
101
+ </lines>
102
+ </class>
103
+ <class name="device-events.ts" filename="src/lib/device-events.ts" line-rate="0.9451999999999999" branch-rate="0.9166">
104
+ <methods>
105
+ <method name="NodePyATVDeviceEvents" hits="87" signature="()V">
106
+ <lines>
107
+ <line number="29" hits="87"/>
108
+ </lines>
109
+ </method>
110
+ <method name="applyStateAndEmitEvents" hits="31" signature="()V">
111
+ <lines>
112
+ <line number="38" hits="31"/>
113
+ </lines>
114
+ </method>
115
+ <method name="parsePushUpdate" hits="12" signature="()V">
116
+ <lines>
117
+ <line number="71" hits="12"/>
118
+ </lines>
119
+ </method>
120
+ <method name="applyPushUpdate" hits="11" signature="()V">
121
+ <lines>
122
+ <line number="92" hits="11"/>
123
+ </lines>
124
+ </method>
125
+ <method name="checkListener" hits="72" signature="()V">
126
+ <lines>
127
+ <line number="102" hits="72"/>
128
+ </lines>
129
+ </method>
130
+ <method name="startListening" hits="19" signature="()V">
131
+ <lines>
132
+ <line number="127" hits="19"/>
133
+ </lines>
134
+ </method>
135
+ <method name="onError" hits="1" signature="()V">
136
+ <lines>
137
+ <line number="138" hits="1"/>
138
+ </lines>
139
+ </method>
140
+ <method name="onStdErr" hits="1" signature="()V">
141
+ <lines>
142
+ <line number="144" hits="1"/>
143
+ </lines>
144
+ </method>
145
+ <method name="onStdOut" hits="12" signature="()V">
146
+ <lines>
147
+ <line number="151" hits="12"/>
148
+ </lines>
149
+ </method>
150
+ <method name="onClose" hits="19" signature="()V">
151
+ <lines>
152
+ <line number="158" hits="19"/>
153
+ </lines>
154
+ </method>
155
+ <method name="stopListening" hits="16" signature="()V">
156
+ <lines>
157
+ <line number="207" hits="16"/>
158
+ </lines>
159
+ </method>
160
+ <method name="addListener" hits="2" signature="()V">
161
+ <lines>
162
+ <line number="238" hits="2"/>
163
+ </lines>
164
+ </method>
165
+ <method name="on" hits="20" signature="()V">
166
+ <lines>
167
+ <line number="244" hits="20"/>
168
+ </lines>
169
+ </method>
170
+ <method name="once" hits="11" signature="()V">
171
+ <lines>
172
+ <line number="250" hits="11"/>
173
+ </lines>
174
+ </method>
175
+ <method name="prependListener" hits="2" signature="()V">
176
+ <lines>
177
+ <line number="259" hits="2"/>
178
+ </lines>
179
+ </method>
180
+ <method name="off" hits="9" signature="()V">
181
+ <lines>
182
+ <line number="265" hits="9"/>
183
+ </lines>
184
+ </method>
185
+ <method name="removeAllListeners" hits="2" signature="()V">
186
+ <lines>
187
+ <line number="271" hits="2"/>
188
+ </lines>
189
+ </method>
190
+ <method name="removeListener" hits="13" signature="()V">
191
+ <lines>
192
+ <line number="277" hits="13"/>
193
+ </lines>
194
+ </method>
195
+ <method name="listenerCount" hits="211" signature="()V">
196
+ <lines>
197
+ <line number="283" hits="211"/>
198
+ </lines>
199
+ </method>
200
+ </methods>
201
+ <lines>
202
+ <line number="1" hits="1" branch="false"/>
203
+ <line number="2" hits="1" branch="false"/>
204
+ <line number="3" hits="1" branch="false"/>
205
+ <line number="4" hits="1" branch="false"/>
206
+ <line number="5" hits="1" branch="false"/>
207
+ <line number="6" hits="1" branch="false"/>
208
+ <line number="7" hits="1" branch="false"/>
209
+ <line number="8" hits="1" branch="false"/>
210
+ <line number="9" hits="1" branch="false"/>
211
+ <line number="10" hits="1" branch="false"/>
212
+ <line number="11" hits="1" branch="false"/>
213
+ <line number="12" hits="1" branch="false"/>
214
+ <line number="13" hits="1" branch="false"/>
215
+ <line number="14" hits="1" branch="false"/>
216
+ <line number="15" hits="1" branch="false"/>
217
+ <line number="16" hits="1" branch="false"/>
218
+ <line number="17" hits="1" branch="false"/>
219
+ <line number="18" hits="1" branch="false"/>
220
+ <line number="19" hits="1" branch="false"/>
221
+ <line number="20" hits="1" branch="false"/>
222
+ <line number="21" hits="1" branch="false"/>
223
+ <line number="22" hits="1" branch="false"/>
224
+ <line number="23" hits="1" branch="false"/>
225
+ <line number="24" hits="1" branch="false"/>
226
+ <line number="25" hits="1" branch="false"/>
227
+ <line number="26" hits="1" branch="false"/>
228
+ <line number="27" hits="1" branch="false"/>
229
+ <line number="28" hits="1" branch="false"/>
230
+ <line number="29" hits="1" branch="true" condition-coverage="100% (1/1)"/>
231
+ <line number="30" hits="87" branch="false"/>
232
+ <line number="31" hits="87" branch="false"/>
233
+ <line number="32" hits="87" branch="false"/>
234
+ <line number="33" hits="87" branch="false"/>
235
+ <line number="34" hits="87" branch="false"/>
236
+ <line number="35" hits="87" branch="false"/>
237
+ <line number="36" hits="87" branch="false"/>
238
+ <line number="37" hits="1" branch="false"/>
239
+ <line number="38" hits="1" branch="true" condition-coverage="100% (1/1)"/>
240
+ <line number="39" hits="31" branch="true" condition-coverage="100% (1/1)"/>
241
+ <line number="40" hits="465" branch="false"/>
242
+ <line number="41" hits="465" branch="false"/>
243
+ <line number="42" hits="465" branch="false"/>
244
+ <line number="43" hits="465" branch="false"/>
245
+ <line number="44" hits="465" branch="false"/>
246
+ <line number="45" hits="465" branch="false"/>
247
+ <line number="46" hits="465" branch="false"/>
248
+ <line number="47" hits="465" branch="true" condition-coverage="100% (1/1)"/>
249
+ <line number="48" hits="401" branch="false"/>
250
+ <line number="49" hits="401" branch="false"/>
251
+ <line number="50" hits="64" branch="true" condition-coverage="100% (1/1)"/>
252
+ <line number="51" hits="64" branch="false"/>
253
+ <line number="52" hits="64" branch="false"/>
254
+ <line number="53" hits="64" branch="false"/>
255
+ <line number="54" hits="64" branch="false"/>
256
+ <line number="55" hits="64" branch="false"/>
257
+ <line number="56" hits="64" branch="false"/>
258
+ <line number="57" hits="64" branch="false"/>
259
+ <line number="58" hits="64" branch="false"/>
260
+ <line number="59" hits="64" branch="false"/>
261
+ <line number="60" hits="64" branch="false"/>
262
+ <line number="61" hits="64" branch="false"/>
263
+ <line number="62" hits="64" branch="false"/>
264
+ <line number="63" hits="64" branch="false"/>
265
+ <line number="64" hits="64" branch="false"/>
266
+ <line number="65" hits="465" branch="true" condition-coverage="100% (1/1)"/>
267
+ <line number="66" hits="1" branch="false"/>
268
+ <line number="67" hits="1" branch="false"/>
269
+ <line number="68" hits="31" branch="false"/>
270
+ <line number="69" hits="31" branch="false"/>
271
+ <line number="70" hits="1" branch="false"/>
272
+ <line number="71" hits="1" branch="true" condition-coverage="100% (1/1)"/>
273
+ <line number="72" hits="12" branch="false"/>
274
+ <line number="73" hits="12" branch="false"/>
275
+ <line number="74" hits="12" branch="false"/>
276
+ <line number="75" hits="12" branch="false"/>
277
+ <line number="76" hits="12" branch="false"/>
278
+ <line number="77" hits="12" branch="true" condition-coverage="100% (1/1)"/>
279
+ <line number="78" hits="1" branch="false"/>
280
+ <line number="79" hits="1" branch="false"/>
281
+ <line number="80" hits="1" branch="false"/>
282
+ <line number="81" hits="1" branch="false"/>
283
+ <line number="82" hits="1" branch="false"/>
284
+ <line number="83" hits="11" branch="true" condition-coverage="100% (1/1)"/>
285
+ <line number="84" hits="11" branch="false"/>
286
+ <line number="85" hits="11" branch="false"/>
287
+ <line number="86" hits="12" branch="true" condition-coverage="100% (1/1)"/>
288
+ <line number="87" hits="2" branch="false"/>
289
+ <line number="88" hits="2" branch="false"/>
290
+ <line number="89" hits="2" branch="false"/>
291
+ <line number="90" hits="12" branch="false"/>
292
+ <line number="91" hits="1" branch="false"/>
293
+ <line number="92" hits="1" branch="true" condition-coverage="100% (1/1)"/>
294
+ <line number="93" hits="11" branch="false"/>
295
+ <line number="94" hits="11" branch="false"/>
296
+ <line number="95" hits="11" branch="false"/>
297
+ <line number="96" hits="11" branch="false"/>
298
+ <line number="97" hits="11" branch="true" condition-coverage="100% (1/1)"/>
299
+ <line number="98" hits="1" branch="false"/>
300
+ <line number="99" hits="1" branch="false"/>
301
+ <line number="100" hits="11" branch="false"/>
302
+ <line number="101" hits="1" branch="false"/>
303
+ <line number="102" hits="1" branch="true" condition-coverage="100% (1/1)"/>
304
+ <line number="103" hits="72" branch="true" condition-coverage="100% (3/3)"/>
305
+ <line number="104" hits="9" branch="false"/>
306
+ <line number="105" hits="9" branch="false"/>
307
+ <line number="106" hits="9" branch="false"/>
308
+ <line number="107" hits="63" branch="true" condition-coverage="100% (3/3)"/>
309
+ <line number="108" hits="19" branch="false"/>
310
+ <line number="109" hits="19" branch="false"/>
311
+ <line number="110" hits="19" branch="false"/>
312
+ <line number="111" hits="19" branch="false"/>
313
+ <line number="112" hits="19" branch="false"/>
314
+ <line number="113" hits="19" branch="false"/>
315
+ <line number="114" hits="44" branch="true" condition-coverage="100% (1/1)"/>
316
+ <line number="115" hits="44" branch="true" condition-coverage="100% (1/1)"/>
317
+ <line number="116" hits="39" branch="false"/>
318
+ <line number="117" hits="44" branch="true" condition-coverage="100% (1/1)"/>
319
+ <line number="118" hits="16" branch="false"/>
320
+ <line number="119" hits="16" branch="false"/>
321
+ <line number="120" hits="16" branch="false"/>
322
+ <line number="121" hits="16" branch="false"/>
323
+ <line number="122" hits="16" branch="false"/>
324
+ <line number="123" hits="16" branch="true" condition-coverage="100% (1/1)"/>
325
+ <line number="124" hits="16" branch="false"/>
326
+ <line number="125" hits="72" branch="false"/>
327
+ <line number="126" hits="1" branch="false"/>
328
+ <line number="127" hits="1" branch="true" condition-coverage="100% (1/1)"/>
329
+ <line number="128" hits="19" branch="true" condition-coverage="0% (0/1)"/>
330
+ <line number="129" hits="0" branch="false"/>
331
+ <line number="130" hits="0" branch="false"/>
332
+ <line number="131" hits="19" branch="false"/>
333
+ <line number="132" hits="19" branch="false"/>
334
+ <line number="133" hits="19" branch="false"/>
335
+ <line number="134" hits="19" branch="false"/>
336
+ <line number="135" hits="19" branch="false"/>
337
+ <line number="136" hits="19" branch="false"/>
338
+ <line number="137" hits="19" branch="false"/>
339
+ <line number="138" hits="19" branch="true" condition-coverage="100% (1/1)"/>
340
+ <line number="139" hits="1" branch="false"/>
341
+ <line number="140" hits="1" branch="false"/>
342
+ <line number="141" hits="19" branch="false"/>
343
+ <line number="142" hits="19" branch="false"/>
344
+ <line number="143" hits="19" branch="false"/>
345
+ <line number="144" hits="19" branch="true" condition-coverage="100% (1/1)"/>
346
+ <line number="145" hits="1" branch="false"/>
347
+ <line number="146" hits="1" branch="false"/>
348
+ <line number="147" hits="1" branch="false"/>
349
+ <line number="148" hits="19" branch="false"/>
350
+ <line number="149" hits="19" branch="false"/>
351
+ <line number="150" hits="19" branch="false"/>
352
+ <line number="151" hits="19" branch="true" condition-coverage="100% (1/1)"/>
353
+ <line number="152" hits="12" branch="false"/>
354
+ <line number="153" hits="12" branch="false"/>
355
+ <line number="154" hits="12" branch="true" condition-coverage="100% (1/1)"/>
356
+ <line number="155" hits="12" branch="false"/>
357
+ <line number="156" hits="12" branch="true" condition-coverage="100% (1/1)"/>
358
+ <line number="157" hits="19" branch="false"/>
359
+ <line number="158" hits="19" branch="true" condition-coverage="100% (1/1)"/>
360
+ <line number="159" hits="19" branch="true" condition-coverage="0% (0/1)"/>
361
+ <line number="160" hits="0" branch="false"/>
362
+ <line number="161" hits="0" branch="false"/>
363
+ <line number="162" hits="0" branch="false"/>
364
+ <line number="163" hits="19" branch="false"/>
365
+ <line number="164" hits="19" branch="false"/>
366
+ <line number="165" hits="19" branch="false"/>
367
+ <line number="166" hits="19" branch="true" condition-coverage="100% (1/1)"/>
368
+ <line number="167" hits="7" branch="false"/>
369
+ <line number="168" hits="7" branch="false"/>
370
+ <line number="169" hits="7" branch="false"/>
371
+ <line number="170" hits="19" branch="false"/>
372
+ <line number="171" hits="19" branch="false"/>
373
+ <line number="172" hits="19" branch="false"/>
374
+ <line number="173" hits="19" branch="false"/>
375
+ <line number="174" hits="19" branch="false"/>
376
+ <line number="175" hits="19" branch="false"/>
377
+ <line number="176" hits="19" branch="false"/>
378
+ <line number="177" hits="19" branch="false"/>
379
+ <line number="178" hits="19" branch="false"/>
380
+ <line number="179" hits="19" branch="false"/>
381
+ <line number="180" hits="19" branch="false"/>
382
+ <line number="181" hits="19" branch="true" condition-coverage="100% (2/2)"/>
383
+ <line number="182" hits="3" branch="false"/>
384
+ <line number="183" hits="3" branch="false"/>
385
+ <line number="184" hits="3" branch="false"/>
386
+ <line number="185" hits="0" branch="false"/>
387
+ <line number="186" hits="3" branch="false"/>
388
+ <line number="187" hits="3" branch="false"/>
389
+ <line number="188" hits="16" branch="true" condition-coverage="50% (1/2)"/>
390
+ <line number="189" hits="0" branch="false"/>
391
+ <line number="190" hits="0" branch="false"/>
392
+ <line number="191" hits="0" branch="false"/>
393
+ <line number="192" hits="19" branch="false"/>
394
+ <line number="193" hits="19" branch="false"/>
395
+ <line number="194" hits="19" branch="false"/>
396
+ <line number="195" hits="19" branch="false"/>
397
+ <line number="196" hits="19" branch="false"/>
398
+ <line number="197" hits="19" branch="false"/>
399
+ <line number="198" hits="19" branch="false"/>
400
+ <line number="199" hits="19" branch="false"/>
401
+ <line number="200" hits="19" branch="false"/>
402
+ <line number="201" hits="19" branch="false"/>
403
+ <line number="202" hits="19" branch="false"/>
404
+ <line number="203" hits="19" branch="false"/>
405
+ <line number="204" hits="19" branch="false"/>
406
+ <line number="205" hits="19" branch="false"/>
407
+ <line number="206" hits="1" branch="false"/>
408
+ <line number="207" hits="1" branch="true" condition-coverage="100% (1/1)"/>
409
+ <line number="208" hits="16" branch="false"/>
410
+ <line number="209" hits="16" branch="true" condition-coverage="100% (1/1)"/>
411
+ <line number="210" hits="2" branch="false"/>
412
+ <line number="211" hits="16" branch="true" condition-coverage="0% (0/1)"/>
413
+ <line number="212" hits="0" branch="false"/>
414
+ <line number="213" hits="0" branch="false"/>
415
+ <line number="214" hits="16" branch="false"/>
416
+ <line number="215" hits="16" branch="false"/>
417
+ <line number="216" hits="16" branch="true" condition-coverage="0% (0/1)"/>
418
+ <line number="217" hits="0" branch="false"/>
419
+ <line number="218" hits="0" branch="false"/>
420
+ <line number="219" hits="0" branch="false"/>
421
+ <line number="220" hits="0" branch="false"/>
422
+ <line number="221" hits="0" branch="false"/>
423
+ <line number="222" hits="16" branch="false"/>
424
+ <line number="223" hits="16" branch="false"/>
425
+ <line number="224" hits="16" branch="false"/>
426
+ <line number="225" hits="16" branch="false"/>
427
+ <line number="226" hits="16" branch="false"/>
428
+ <line number="227" hits="16" branch="true" condition-coverage="100% (1/1)"/>
429
+ <line number="228" hits="10" branch="true" condition-coverage="100% (1/1)"/>
430
+ <line number="229" hits="10" branch="false"/>
431
+ <line number="230" hits="16" branch="true" condition-coverage="100% (2/2)"/>
432
+ <line number="231" hits="7" branch="false"/>
433
+ <line number="232" hits="7" branch="false"/>
434
+ <line number="233" hits="10" branch="true" condition-coverage="100% (1/1)"/>
435
+ <line number="234" hits="10" branch="false"/>
436
+ <line number="235" hits="10" branch="false"/>
437
+ <line number="236" hits="10" branch="false"/>
438
+ <line number="237" hits="1" branch="false"/>
439
+ <line number="238" hits="1" branch="true" condition-coverage="100% (1/1)"/>
440
+ <line number="239" hits="2" branch="false"/>
441
+ <line number="240" hits="2" branch="false"/>
442
+ <line number="241" hits="2" branch="false"/>
443
+ <line number="242" hits="2" branch="false"/>
444
+ <line number="243" hits="1" branch="false"/>
445
+ <line number="244" hits="1" branch="true" condition-coverage="100% (1/1)"/>
446
+ <line number="245" hits="20" branch="false"/>
447
+ <line number="246" hits="20" branch="false"/>
448
+ <line number="247" hits="20" branch="false"/>
449
+ <line number="248" hits="20" branch="false"/>
450
+ <line number="249" hits="1" branch="false"/>
451
+ <line number="250" hits="1" branch="true" condition-coverage="100% (1/1)"/>
452
+ <line number="251" hits="11" branch="true" condition-coverage="100% (1/1)"/>
453
+ <line number="252" hits="11" branch="false"/>
454
+ <line number="253" hits="11" branch="true" condition-coverage="100% (1/1)"/>
455
+ <line number="254" hits="11" branch="false"/>
456
+ <line number="255" hits="11" branch="false"/>
457
+ <line number="256" hits="11" branch="false"/>
458
+ <line number="257" hits="11" branch="false"/>
459
+ <line number="258" hits="1" branch="false"/>
460
+ <line number="259" hits="1" branch="true" condition-coverage="100% (1/1)"/>
461
+ <line number="260" hits="2" branch="false"/>
462
+ <line number="261" hits="2" branch="false"/>
463
+ <line number="262" hits="2" branch="false"/>
464
+ <line number="263" hits="2" branch="false"/>
465
+ <line number="264" hits="1" branch="false"/>
466
+ <line number="265" hits="1" branch="true" condition-coverage="100% (1/1)"/>
467
+ <line number="266" hits="9" branch="false"/>
468
+ <line number="267" hits="9" branch="false"/>
469
+ <line number="268" hits="9" branch="false"/>
470
+ <line number="269" hits="9" branch="false"/>
471
+ <line number="270" hits="1" branch="false"/>
472
+ <line number="271" hits="1" branch="true" condition-coverage="100% (1/1)"/>
473
+ <line number="272" hits="2" branch="false"/>
474
+ <line number="273" hits="2" branch="false"/>
475
+ <line number="274" hits="2" branch="false"/>
476
+ <line number="275" hits="2" branch="false"/>
477
+ <line number="276" hits="1" branch="false"/>
478
+ <line number="277" hits="1" branch="true" condition-coverage="100% (1/1)"/>
479
+ <line number="278" hits="13" branch="false"/>
480
+ <line number="279" hits="13" branch="false"/>
481
+ <line number="280" hits="13" branch="false"/>
482
+ <line number="281" hits="13" branch="false"/>
483
+ <line number="282" hits="1" branch="false"/>
484
+ <line number="283" hits="1" branch="true" condition-coverage="100% (1/1)"/>
485
+ <line number="284" hits="211" branch="true" condition-coverage="100% (1/1)"/>
486
+ <line number="285" hits="82" branch="false"/>
487
+ <line number="286" hits="82" branch="false"/>
488
+ <line number="287" hits="129" branch="true" condition-coverage="100% (1/1)"/>
489
+ <line number="288" hits="129" branch="false"/>
490
+ <line number="289" hits="129" branch="true" condition-coverage="100% (1/1)"/>
491
+ <line number="290" hits="129" branch="true" condition-coverage="100% (1/1)"/>
492
+ <line number="291" hits="129" branch="false"/>
493
+ <line number="292" hits="1" branch="false"/>
494
+ </lines>
495
+ </class>
496
+ <class name="device.ts" filename="src/lib/device.ts" line-rate="0.9956999999999999" branch-rate="0.9753000000000001">
497
+ <methods>
498
+ <method name="NodePyATVDevice" hits="87" signature="()V">
499
+ <lines>
500
+ <line number="33" hits="87"/>
501
+ </lines>
502
+ </method>
503
+ <method name="get name" hits="6" signature="()V">
504
+ <lines>
505
+ <line number="52" hits="6"/>
506
+ </lines>
507
+ </method>
508
+ <method name="get host" hits="6" signature="()V">
509
+ <lines>
510
+ <line number="59" hits="6"/>
511
+ </lines>
512
+ </method>
513
+ <method name="get id" hits="4" signature="()V">
514
+ <lines>
515
+ <line number="66" hits="4"/>
516
+ </lines>
517
+ </method>
518
+ <method name="get protocol" hits="4" signature="()V">
519
+ <lines>
520
+ <line number="73" hits="4"/>
521
+ </lines>
522
+ </method>
523
+ <method name="get debug" hits="12" signature="()V">
524
+ <lines>
525
+ <line number="82" hits="12"/>
526
+ </lines>
527
+ </method>
528
+ <method name="set debug" hits="4" signature="()V">
529
+ <lines>
530
+ <line number="92" hits="4"/>
531
+ </lines>
532
+ </method>
533
+ <method name="toJSON" hits="3" signature="()V">
534
+ <lines>
535
+ <line number="107" hits="3"/>
536
+ </lines>
537
+ </method>
538
+ <method name="toString" hits="1" signature="()V">
539
+ <lines>
540
+ <line number="121" hits="1"/>
541
+ </lines>
542
+ </method>
543
+ <method name="getState" hits="23" signature="()V">
544
+ <lines>
545
+ <line number="137" hits="23"/>
546
+ </lines>
547
+ </method>
548
+ <method name="clearState" hits="1" signature="()V">
549
+ <lines>
550
+ <line number="171" hits="1"/>
551
+ </lines>
552
+ </method>
553
+ <method name="applyState" hits="21" signature="()V">
554
+ <lines>
555
+ <line number="175" hits="21"/>
556
+ </lines>
557
+ </method>
558
+ <method name="getDateTime" hits="1" signature="()V">
559
+ <lines>
560
+ <line number="184" hits="1"/>
561
+ </lines>
562
+ </method>
563
+ <method name="getHash" hits="1" signature="()V">
564
+ <lines>
565
+ <line number="194" hits="1"/>
566
+ </lines>
567
+ </method>
568
+ <method name="getMediaType" hits="1" signature="()V">
569
+ <lines>
570
+ <line number="204" hits="1"/>
571
+ </lines>
572
+ </method>
573
+ <method name="getDeviceState" hits="1" signature="()V">
574
+ <lines>
575
+ <line number="214" hits="1"/>
576
+ </lines>
577
+ </method>
578
+ <method name="getTitle" hits="3" signature="()V">
579
+ <lines>
580
+ <line number="224" hits="3"/>
581
+ </lines>
582
+ </method>
583
+ <method name="getArtist" hits="1" signature="()V">
584
+ <lines>
585
+ <line number="234" hits="1"/>
586
+ </lines>
587
+ </method>
588
+ <method name="getAlbum" hits="1" signature="()V">
589
+ <lines>
590
+ <line number="244" hits="1"/>
591
+ </lines>
592
+ </method>
593
+ <method name="getGenre" hits="1" signature="()V">
594
+ <lines>
595
+ <line number="254" hits="1"/>
596
+ </lines>
597
+ </method>
598
+ <method name="getTotalTime" hits="1" signature="()V">
599
+ <lines>
600
+ <line number="264" hits="1"/>
601
+ </lines>
602
+ </method>
603
+ <method name="getPosition" hits="1" signature="()V">
604
+ <lines>
605
+ <line number="274" hits="1"/>
606
+ </lines>
607
+ </method>
608
+ <method name="getShuffle" hits="1" signature="()V">
609
+ <lines>
610
+ <line number="284" hits="1"/>
611
+ </lines>
612
+ </method>
613
+ <method name="getRepeat" hits="1" signature="()V">
614
+ <lines>
615
+ <line number="294" hits="1"/>
616
+ </lines>
617
+ </method>
618
+ <method name="getApp" hits="1" signature="()V">
619
+ <lines>
620
+ <line number="304" hits="1"/>
621
+ </lines>
622
+ </method>
623
+ <method name="getAppId" hits="1" signature="()V">
624
+ <lines>
625
+ <line number="314" hits="1"/>
626
+ </lines>
627
+ </method>
628
+ <method name="_pressKey" hits="25" signature="()V">
629
+ <lines>
630
+ <line number="319" hits="25"/>
631
+ </lines>
632
+ </method>
633
+ <method name="pressKey" hits="3" signature="()V">
634
+ <lines>
635
+ <line number="350" hits="3"/>
636
+ </lines>
637
+ </method>
638
+ <method name="down" hits="1" signature="()V">
639
+ <lines>
640
+ <line number="370" hits="1"/>
641
+ </lines>
642
+ </method>
643
+ <method name="home" hits="1" signature="()V">
644
+ <lines>
645
+ <line number="378" hits="1"/>
646
+ </lines>
647
+ </method>
648
+ <method name="homeHold" hits="1" signature="()V">
649
+ <lines>
650
+ <line number="386" hits="1"/>
651
+ </lines>
652
+ </method>
653
+ <method name="left" hits="1" signature="()V">
654
+ <lines>
655
+ <line number="394" hits="1"/>
656
+ </lines>
657
+ </method>
658
+ <method name="menu" hits="1" signature="()V">
659
+ <lines>
660
+ <line number="402" hits="1"/>
661
+ </lines>
662
+ </method>
663
+ <method name="next" hits="1" signature="()V">
664
+ <lines>
665
+ <line number="410" hits="1"/>
666
+ </lines>
667
+ </method>
668
+ <method name="pause" hits="1" signature="()V">
669
+ <lines>
670
+ <line number="418" hits="1"/>
671
+ </lines>
672
+ </method>
673
+ <method name="play" hits="1" signature="()V">
674
+ <lines>
675
+ <line number="426" hits="1"/>
676
+ </lines>
677
+ </method>
678
+ <method name="playPause" hits="1" signature="()V">
679
+ <lines>
680
+ <line number="434" hits="1"/>
681
+ </lines>
682
+ </method>
683
+ <method name="previous" hits="1" signature="()V">
684
+ <lines>
685
+ <line number="442" hits="1"/>
686
+ </lines>
687
+ </method>
688
+ <method name="right" hits="1" signature="()V">
689
+ <lines>
690
+ <line number="450" hits="1"/>
691
+ </lines>
692
+ </method>
693
+ <method name="select" hits="1" signature="()V">
694
+ <lines>
695
+ <line number="458" hits="1"/>
696
+ </lines>
697
+ </method>
698
+ <method name="skipBackward" hits="1" signature="()V">
699
+ <lines>
700
+ <line number="466" hits="1"/>
701
+ </lines>
702
+ </method>
703
+ <method name="skipForward" hits="1" signature="()V">
704
+ <lines>
705
+ <line number="474" hits="1"/>
706
+ </lines>
707
+ </method>
708
+ <method name="stop" hits="1" signature="()V">
709
+ <lines>
710
+ <line number="482" hits="1"/>
711
+ </lines>
712
+ </method>
713
+ <method name="suspend" hits="1" signature="()V">
714
+ <lines>
715
+ <line number="491" hits="1"/>
716
+ </lines>
717
+ </method>
718
+ <method name="topMenu" hits="1" signature="()V">
719
+ <lines>
720
+ <line number="499" hits="1"/>
721
+ </lines>
722
+ </method>
723
+ <method name="up" hits="1" signature="()V">
724
+ <lines>
725
+ <line number="507" hits="1"/>
726
+ </lines>
727
+ </method>
728
+ <method name="volumeDown" hits="1" signature="()V">
729
+ <lines>
730
+ <line number="515" hits="1"/>
731
+ </lines>
732
+ </method>
733
+ <method name="volumeUp" hits="1" signature="()V">
734
+ <lines>
735
+ <line number="523" hits="1"/>
736
+ </lines>
737
+ </method>
738
+ <method name="wakeup" hits="1" signature="()V">
739
+ <lines>
740
+ <line number="532" hits="1"/>
741
+ </lines>
742
+ </method>
743
+ <method name="turnOff" hits="1" signature="()V">
744
+ <lines>
745
+ <line number="540" hits="1"/>
746
+ </lines>
747
+ </method>
748
+ <method name="turnOn" hits="1" signature="()V">
749
+ <lines>
750
+ <line number="548" hits="1"/>
751
+ </lines>
752
+ </method>
753
+ <method name="addListener" hits="2" signature="()V">
754
+ <lines>
755
+ <line number="559" hits="2"/>
756
+ </lines>
757
+ </method>
758
+ <method name="emit" hits="1" signature="()V">
759
+ <lines>
760
+ <line number="570" hits="1"/>
761
+ </lines>
762
+ </method>
763
+ <method name="eventNames" hits="1" signature="()V">
764
+ <lines>
765
+ <line number="578" hits="1"/>
766
+ </lines>
767
+ </method>
768
+ <method name="getMaxListeners" hits="1" signature="()V">
769
+ <lines>
770
+ <line number="586" hits="1"/>
771
+ </lines>
772
+ </method>
773
+ <method name="listenerCount" hits="4" signature="()V">
774
+ <lines>
775
+ <line number="595" hits="4"/>
776
+ </lines>
777
+ </method>
778
+ <method name="listeners" hits="3" signature="()V">
779
+ <lines>
780
+ <line number="607" hits="3"/>
781
+ </lines>
782
+ </method>
783
+ <method name="off" hits="9" signature="()V">
784
+ <lines>
785
+ <line number="618" hits="9"/>
786
+ </lines>
787
+ </method>
788
+ <method name="on" hits="9" signature="()V">
789
+ <lines>
790
+ <line number="630" hits="9"/>
791
+ </lines>
792
+ </method>
793
+ <method name="once" hits="11" signature="()V">
794
+ <lines>
795
+ <line number="643" hits="11"/>
796
+ </lines>
797
+ </method>
798
+ <method name="prependListener" hits="1" signature="()V">
799
+ <lines>
800
+ <line number="653" hits="1"/>
801
+ </lines>
802
+ </method>
803
+ <method name="prependOnceListener" hits="1" signature="()V">
804
+ <lines>
805
+ <line number="663" hits="1"/>
806
+ </lines>
807
+ </method>
808
+ <method name="rawListeners" hits="3" signature="()V">
809
+ <lines>
810
+ <line number="673" hits="3"/>
811
+ </lines>
812
+ </method>
813
+ <method name="removeAllListeners" hits="2" signature="()V">
814
+ <lines>
815
+ <line number="685" hits="2"/>
816
+ </lines>
817
+ </method>
818
+ <method name="removeListener" hits="1" signature="()V">
819
+ <lines>
820
+ <line number="697" hits="1"/>
821
+ </lines>
822
+ </method>
823
+ <method name="setMaxListeners" hits="0" signature="()V">
824
+ <lines>
825
+ <line number="706" hits="0"/>
826
+ </lines>
827
+ </method>
828
+ </methods>
829
+ <lines>
830
+ <line number="1" hits="1" branch="false"/>
831
+ <line number="2" hits="1" branch="false"/>
832
+ <line number="3" hits="1" branch="false"/>
833
+ <line number="4" hits="1" branch="false"/>
834
+ <line number="5" hits="1" branch="false"/>
835
+ <line number="6" hits="1" branch="false"/>
836
+ <line number="7" hits="1" branch="false"/>
837
+ <line number="8" hits="1" branch="false"/>
838
+ <line number="9" hits="1" branch="false"/>
839
+ <line number="10" hits="1" branch="false"/>
840
+ <line number="11" hits="1" branch="false"/>
841
+ <line number="12" hits="1" branch="false"/>
842
+ <line number="13" hits="1" branch="false"/>
843
+ <line number="14" hits="1" branch="false"/>
844
+ <line number="15" hits="1" branch="false"/>
845
+ <line number="16" hits="1" branch="false"/>
846
+ <line number="17" hits="1" branch="false"/>
847
+ <line number="18" hits="1" branch="false"/>
848
+ <line number="19" hits="1" branch="false"/>
849
+ <line number="20" hits="1" branch="false"/>
850
+ <line number="21" hits="1" branch="false"/>
851
+ <line number="22" hits="1" branch="false"/>
852
+ <line number="23" hits="1" branch="false"/>
853
+ <line number="24" hits="1" branch="false"/>
854
+ <line number="25" hits="1" branch="false"/>
855
+ <line number="26" hits="1" branch="false"/>
856
+ <line number="27" hits="1" branch="false"/>
857
+ <line number="28" hits="1" branch="false"/>
858
+ <line number="29" hits="1" branch="false"/>
859
+ <line number="30" hits="1" branch="false"/>
860
+ <line number="31" hits="1" branch="false"/>
861
+ <line number="32" hits="1" branch="false"/>
862
+ <line number="33" hits="1" branch="true" condition-coverage="100% (1/1)"/>
863
+ <line number="34" hits="87" branch="false"/>
864
+ <line number="35" hits="87" branch="false"/>
865
+ <line number="36" hits="87" branch="false"/>
866
+ <line number="37" hits="87" branch="false"/>
867
+ <line number="38" hits="87" branch="false"/>
868
+ <line number="39" hits="87" branch="false"/>
869
+ <line number="40" hits="1" branch="false"/>
870
+ <line number="41" hits="1" branch="false"/>
871
+ <line number="42" hits="1" branch="false"/>
872
+ <line number="43" hits="1" branch="false"/>
873
+ <line number="44" hits="1" branch="false"/>
874
+ <line number="45" hits="1" branch="false"/>
875
+ <line number="46" hits="1" branch="false"/>
876
+ <line number="47" hits="1" branch="false"/>
877
+ <line number="48" hits="1" branch="false"/>
878
+ <line number="49" hits="1" branch="false"/>
879
+ <line number="50" hits="1" branch="false"/>
880
+ <line number="51" hits="1" branch="false"/>
881
+ <line number="52" hits="1" branch="true" condition-coverage="100% (1/1)"/>
882
+ <line number="53" hits="6" branch="false"/>
883
+ <line number="54" hits="6" branch="false"/>
884
+ <line number="55" hits="1" branch="false"/>
885
+ <line number="56" hits="1" branch="false"/>
886
+ <line number="57" hits="1" branch="false"/>
887
+ <line number="58" hits="1" branch="false"/>
888
+ <line number="59" hits="1" branch="true" condition-coverage="100% (1/1)"/>
889
+ <line number="60" hits="6" branch="false"/>
890
+ <line number="61" hits="6" branch="false"/>
891
+ <line number="62" hits="1" branch="false"/>
892
+ <line number="63" hits="1" branch="false"/>
893
+ <line number="64" hits="1" branch="false"/>
894
+ <line number="65" hits="1" branch="false"/>
895
+ <line number="66" hits="1" branch="true" condition-coverage="100% (1/1)"/>
896
+ <line number="67" hits="4" branch="false"/>
897
+ <line number="68" hits="4" branch="false"/>
898
+ <line number="69" hits="1" branch="false"/>
899
+ <line number="70" hits="1" branch="false"/>
900
+ <line number="71" hits="1" branch="false"/>
901
+ <line number="72" hits="1" branch="false"/>
902
+ <line number="73" hits="1" branch="true" condition-coverage="100% (1/1)"/>
903
+ <line number="74" hits="4" branch="false"/>
904
+ <line number="75" hits="4" branch="false"/>
905
+ <line number="76" hits="1" branch="false"/>
906
+ <line number="77" hits="1" branch="false"/>
907
+ <line number="78" hits="1" branch="false"/>
908
+ <line number="79" hits="1" branch="false"/>
909
+ <line number="80" hits="1" branch="false"/>
910
+ <line number="81" hits="1" branch="false"/>
911
+ <line number="82" hits="1" branch="true" condition-coverage="100% (1/1)"/>
912
+ <line number="83" hits="12" branch="false"/>
913
+ <line number="84" hits="12" branch="false"/>
914
+ <line number="85" hits="1" branch="false"/>
915
+ <line number="86" hits="1" branch="false"/>
916
+ <line number="87" hits="1" branch="false"/>
917
+ <line number="88" hits="1" branch="false"/>
918
+ <line number="89" hits="1" branch="false"/>
919
+ <line number="90" hits="1" branch="false"/>
920
+ <line number="91" hits="1" branch="false"/>
921
+ <line number="92" hits="1" branch="true" condition-coverage="100% (1/1)"/>
922
+ <line number="93" hits="4" branch="true" condition-coverage="100% (1/1)"/>
923
+ <line number="94" hits="1" branch="false"/>
924
+ <line number="95" hits="1" branch="false"/>
925
+ <line number="96" hits="3" branch="true" condition-coverage="100% (1/1)"/>
926
+ <line number="97" hits="3" branch="true" condition-coverage="100% (1/1)"/>
927
+ <line number="98" hits="3" branch="false"/>
928
+ <line number="99" hits="4" branch="false"/>
929
+ <line number="100" hits="1" branch="false"/>
930
+ <line number="101" hits="1" branch="false"/>
931
+ <line number="102" hits="1" branch="false"/>
932
+ <line number="103" hits="1" branch="false"/>
933
+ <line number="104" hits="1" branch="false"/>
934
+ <line number="105" hits="1" branch="false"/>
935
+ <line number="106" hits="1" branch="false"/>
936
+ <line number="107" hits="1" branch="true" condition-coverage="100% (1/1)"/>
937
+ <line number="108" hits="3" branch="false"/>
938
+ <line number="109" hits="3" branch="false"/>
939
+ <line number="110" hits="3" branch="false"/>
940
+ <line number="111" hits="3" branch="false"/>
941
+ <line number="112" hits="3" branch="false"/>
942
+ <line number="113" hits="3" branch="false"/>
943
+ <line number="114" hits="3" branch="false"/>
944
+ <line number="115" hits="1" branch="false"/>
945
+ <line number="116" hits="1" branch="false"/>
946
+ <line number="117" hits="1" branch="false"/>
947
+ <line number="118" hits="1" branch="false"/>
948
+ <line number="119" hits="1" branch="false"/>
949
+ <line number="120" hits="1" branch="false"/>
950
+ <line number="121" hits="1" branch="true" condition-coverage="100% (1/1)"/>
951
+ <line number="122" hits="1" branch="false"/>
952
+ <line number="123" hits="1" branch="false"/>
953
+ <line number="124" hits="1" branch="false"/>
954
+ <line number="125" hits="1" branch="false"/>
955
+ <line number="126" hits="1" branch="false"/>
956
+ <line number="127" hits="1" branch="false"/>
957
+ <line number="128" hits="1" branch="false"/>
958
+ <line number="129" hits="1" branch="false"/>
959
+ <line number="130" hits="1" branch="false"/>
960
+ <line number="131" hits="1" branch="false"/>
961
+ <line number="132" hits="1" branch="false"/>
962
+ <line number="133" hits="1" branch="false"/>
963
+ <line number="134" hits="1" branch="false"/>
964
+ <line number="135" hits="1" branch="false"/>
965
+ <line number="136" hits="1" branch="false"/>
966
+ <line number="137" hits="1" branch="true" condition-coverage="100% (1/1)"/>
967
+ <line number="138" hits="23" branch="true" condition-coverage="66.66666666666666% (2/3)"/>
968
+ <line number="139" hits="2" branch="false"/>
969
+ <line number="140" hits="2" branch="false"/>
970
+ <line number="141" hits="2" branch="false"/>
971
+ <line number="142" hits="2" branch="false"/>
972
+ <line number="143" hits="2" branch="false"/>
973
+ <line number="144" hits="2" branch="false"/>
974
+ <line number="145" hits="2" branch="false"/>
975
+ <line number="146" hits="2" branch="false"/>
976
+ <line number="147" hits="2" branch="false"/>
977
+ <line number="148" hits="2" branch="false"/>
978
+ <line number="149" hits="21" branch="true" condition-coverage="100% (1/1)"/>
979
+ <line number="150" hits="21" branch="false"/>
980
+ <line number="151" hits="21" branch="false"/>
981
+ <line number="152" hits="21" branch="false"/>
982
+ <line number="153" hits="21" branch="false"/>
983
+ <line number="154" hits="21" branch="false"/>
984
+ <line number="155" hits="21" branch="false"/>
985
+ <line number="156" hits="21" branch="false"/>
986
+ <line number="157" hits="21" branch="false"/>
987
+ <line number="158" hits="21" branch="false"/>
988
+ <line number="159" hits="21" branch="false"/>
989
+ <line number="160" hits="21" branch="false"/>
990
+ <line number="161" hits="21" branch="false"/>
991
+ <line number="162" hits="21" branch="false"/>
992
+ <line number="163" hits="21" branch="false"/>
993
+ <line number="164" hits="23" branch="false"/>
994
+ <line number="165" hits="1" branch="false"/>
995
+ <line number="166" hits="1" branch="false"/>
996
+ <line number="167" hits="1" branch="false"/>
997
+ <line number="168" hits="1" branch="false"/>
998
+ <line number="169" hits="1" branch="false"/>
999
+ <line number="170" hits="1" branch="false"/>
1000
+ <line number="171" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1001
+ <line number="172" hits="1" branch="false"/>
1002
+ <line number="173" hits="1" branch="false"/>
1003
+ <line number="174" hits="1" branch="false"/>
1004
+ <line number="175" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1005
+ <line number="176" hits="21" branch="false"/>
1006
+ <line number="177" hits="21" branch="false"/>
1007
+ <line number="178" hits="1" branch="false"/>
1008
+ <line number="179" hits="1" branch="false"/>
1009
+ <line number="180" hits="1" branch="false"/>
1010
+ <line number="181" hits="1" branch="false"/>
1011
+ <line number="182" hits="1" branch="false"/>
1012
+ <line number="183" hits="1" branch="false"/>
1013
+ <line number="184" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1014
+ <line number="185" hits="1" branch="false"/>
1015
+ <line number="186" hits="1" branch="false"/>
1016
+ <line number="187" hits="1" branch="false"/>
1017
+ <line number="188" hits="1" branch="false"/>
1018
+ <line number="189" hits="1" branch="false"/>
1019
+ <line number="190" hits="1" branch="false"/>
1020
+ <line number="191" hits="1" branch="false"/>
1021
+ <line number="192" hits="1" branch="false"/>
1022
+ <line number="193" hits="1" branch="false"/>
1023
+ <line number="194" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1024
+ <line number="195" hits="1" branch="false"/>
1025
+ <line number="196" hits="1" branch="false"/>
1026
+ <line number="197" hits="1" branch="false"/>
1027
+ <line number="198" hits="1" branch="false"/>
1028
+ <line number="199" hits="1" branch="false"/>
1029
+ <line number="200" hits="1" branch="false"/>
1030
+ <line number="201" hits="1" branch="false"/>
1031
+ <line number="202" hits="1" branch="false"/>
1032
+ <line number="203" hits="1" branch="false"/>
1033
+ <line number="204" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1034
+ <line number="205" hits="1" branch="false"/>
1035
+ <line number="206" hits="1" branch="false"/>
1036
+ <line number="207" hits="1" branch="false"/>
1037
+ <line number="208" hits="1" branch="false"/>
1038
+ <line number="209" hits="1" branch="false"/>
1039
+ <line number="210" hits="1" branch="false"/>
1040
+ <line number="211" hits="1" branch="false"/>
1041
+ <line number="212" hits="1" branch="false"/>
1042
+ <line number="213" hits="1" branch="false"/>
1043
+ <line number="214" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1044
+ <line number="215" hits="1" branch="false"/>
1045
+ <line number="216" hits="1" branch="false"/>
1046
+ <line number="217" hits="1" branch="false"/>
1047
+ <line number="218" hits="1" branch="false"/>
1048
+ <line number="219" hits="1" branch="false"/>
1049
+ <line number="220" hits="1" branch="false"/>
1050
+ <line number="221" hits="1" branch="false"/>
1051
+ <line number="222" hits="1" branch="false"/>
1052
+ <line number="223" hits="1" branch="false"/>
1053
+ <line number="224" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1054
+ <line number="225" hits="3" branch="false"/>
1055
+ <line number="226" hits="3" branch="false"/>
1056
+ <line number="227" hits="3" branch="false"/>
1057
+ <line number="228" hits="1" branch="false"/>
1058
+ <line number="229" hits="1" branch="false"/>
1059
+ <line number="230" hits="1" branch="false"/>
1060
+ <line number="231" hits="1" branch="false"/>
1061
+ <line number="232" hits="1" branch="false"/>
1062
+ <line number="233" hits="1" branch="false"/>
1063
+ <line number="234" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1064
+ <line number="235" hits="1" branch="false"/>
1065
+ <line number="236" hits="1" branch="false"/>
1066
+ <line number="237" hits="1" branch="false"/>
1067
+ <line number="238" hits="1" branch="false"/>
1068
+ <line number="239" hits="1" branch="false"/>
1069
+ <line number="240" hits="1" branch="false"/>
1070
+ <line number="241" hits="1" branch="false"/>
1071
+ <line number="242" hits="1" branch="false"/>
1072
+ <line number="243" hits="1" branch="false"/>
1073
+ <line number="244" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1074
+ <line number="245" hits="1" branch="false"/>
1075
+ <line number="246" hits="1" branch="false"/>
1076
+ <line number="247" hits="1" branch="false"/>
1077
+ <line number="248" hits="1" branch="false"/>
1078
+ <line number="249" hits="1" branch="false"/>
1079
+ <line number="250" hits="1" branch="false"/>
1080
+ <line number="251" hits="1" branch="false"/>
1081
+ <line number="252" hits="1" branch="false"/>
1082
+ <line number="253" hits="1" branch="false"/>
1083
+ <line number="254" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1084
+ <line number="255" hits="1" branch="false"/>
1085
+ <line number="256" hits="1" branch="false"/>
1086
+ <line number="257" hits="1" branch="false"/>
1087
+ <line number="258" hits="1" branch="false"/>
1088
+ <line number="259" hits="1" branch="false"/>
1089
+ <line number="260" hits="1" branch="false"/>
1090
+ <line number="261" hits="1" branch="false"/>
1091
+ <line number="262" hits="1" branch="false"/>
1092
+ <line number="263" hits="1" branch="false"/>
1093
+ <line number="264" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1094
+ <line number="265" hits="1" branch="false"/>
1095
+ <line number="266" hits="1" branch="false"/>
1096
+ <line number="267" hits="1" branch="false"/>
1097
+ <line number="268" hits="1" branch="false"/>
1098
+ <line number="269" hits="1" branch="false"/>
1099
+ <line number="270" hits="1" branch="false"/>
1100
+ <line number="271" hits="1" branch="false"/>
1101
+ <line number="272" hits="1" branch="false"/>
1102
+ <line number="273" hits="1" branch="false"/>
1103
+ <line number="274" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1104
+ <line number="275" hits="1" branch="false"/>
1105
+ <line number="276" hits="1" branch="false"/>
1106
+ <line number="277" hits="1" branch="false"/>
1107
+ <line number="278" hits="1" branch="false"/>
1108
+ <line number="279" hits="1" branch="false"/>
1109
+ <line number="280" hits="1" branch="false"/>
1110
+ <line number="281" hits="1" branch="false"/>
1111
+ <line number="282" hits="1" branch="false"/>
1112
+ <line number="283" hits="1" branch="false"/>
1113
+ <line number="284" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1114
+ <line number="285" hits="1" branch="false"/>
1115
+ <line number="286" hits="1" branch="false"/>
1116
+ <line number="287" hits="1" branch="false"/>
1117
+ <line number="288" hits="1" branch="false"/>
1118
+ <line number="289" hits="1" branch="false"/>
1119
+ <line number="290" hits="1" branch="false"/>
1120
+ <line number="291" hits="1" branch="false"/>
1121
+ <line number="292" hits="1" branch="false"/>
1122
+ <line number="293" hits="1" branch="false"/>
1123
+ <line number="294" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1124
+ <line number="295" hits="1" branch="false"/>
1125
+ <line number="296" hits="1" branch="false"/>
1126
+ <line number="297" hits="1" branch="false"/>
1127
+ <line number="298" hits="1" branch="false"/>
1128
+ <line number="299" hits="1" branch="false"/>
1129
+ <line number="300" hits="1" branch="false"/>
1130
+ <line number="301" hits="1" branch="false"/>
1131
+ <line number="302" hits="1" branch="false"/>
1132
+ <line number="303" hits="1" branch="false"/>
1133
+ <line number="304" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1134
+ <line number="305" hits="1" branch="false"/>
1135
+ <line number="306" hits="1" branch="false"/>
1136
+ <line number="307" hits="1" branch="false"/>
1137
+ <line number="308" hits="1" branch="false"/>
1138
+ <line number="309" hits="1" branch="false"/>
1139
+ <line number="310" hits="1" branch="false"/>
1140
+ <line number="311" hits="1" branch="false"/>
1141
+ <line number="312" hits="1" branch="false"/>
1142
+ <line number="313" hits="1" branch="false"/>
1143
+ <line number="314" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1144
+ <line number="315" hits="1" branch="false"/>
1145
+ <line number="316" hits="1" branch="false"/>
1146
+ <line number="317" hits="1" branch="false"/>
1147
+ <line number="318" hits="1" branch="false"/>
1148
+ <line number="319" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1149
+ <line number="320" hits="25" branch="false"/>
1150
+ <line number="321" hits="25" branch="false"/>
1151
+ <line number="322" hits="25" branch="false"/>
1152
+ <line number="323" hits="25" branch="false"/>
1153
+ <line number="324" hits="25" branch="false"/>
1154
+ <line number="325" hits="25" branch="true" condition-coverage="100% (1/1)"/>
1155
+ <line number="326" hits="23" branch="false"/>
1156
+ <line number="327" hits="25" branch="true" condition-coverage="100% (1/1)"/>
1157
+ <line number="328" hits="1" branch="false"/>
1158
+ <line number="329" hits="1" branch="false"/>
1159
+ <line number="330" hits="24" branch="true" condition-coverage="100% (1/1)"/>
1160
+ <line number="331" hits="24" branch="false"/>
1161
+ <line number="332" hits="24" branch="false"/>
1162
+ <line number="333" hits="1" branch="false"/>
1163
+ <line number="334" hits="1" branch="false"/>
1164
+ <line number="335" hits="1" branch="false"/>
1165
+ <line number="336" hits="1" branch="false"/>
1166
+ <line number="337" hits="1" branch="false"/>
1167
+ <line number="338" hits="1" branch="false"/>
1168
+ <line number="339" hits="1" branch="false"/>
1169
+ <line number="340" hits="1" branch="false"/>
1170
+ <line number="341" hits="1" branch="false"/>
1171
+ <line number="342" hits="1" branch="false"/>
1172
+ <line number="343" hits="1" branch="false"/>
1173
+ <line number="344" hits="1" branch="false"/>
1174
+ <line number="345" hits="1" branch="false"/>
1175
+ <line number="346" hits="1" branch="false"/>
1176
+ <line number="347" hits="1" branch="false"/>
1177
+ <line number="348" hits="1" branch="false"/>
1178
+ <line number="349" hits="1" branch="false"/>
1179
+ <line number="350" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1180
+ <line number="351" hits="3" branch="false"/>
1181
+ <line number="352" hits="3" branch="true" condition-coverage="100% (1/1)"/>
1182
+ <line number="353" hits="3" branch="false"/>
1183
+ <line number="354" hits="3" branch="true" condition-coverage="100% (1/1)"/>
1184
+ <line number="355" hits="1" branch="false"/>
1185
+ <line number="356" hits="1" branch="false"/>
1186
+ <line number="357" hits="2" branch="true" condition-coverage="100% (1/1)"/>
1187
+ <line number="358" hits="2" branch="false"/>
1188
+ <line number="359" hits="3" branch="true" condition-coverage="0% (0/1)"/>
1189
+ <line number="360" hits="3" branch="true" condition-coverage="100% (1/1)"/>
1190
+ <line number="361" hits="3" branch="false"/>
1191
+ <line number="362" hits="3" branch="false"/>
1192
+ <line number="363" hits="3" branch="false"/>
1193
+ <line number="364" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1194
+ <line number="365" hits="1" branch="false"/>
1195
+ <line number="366" hits="1" branch="false"/>
1196
+ <line number="367" hits="1" branch="false"/>
1197
+ <line number="368" hits="1" branch="false"/>
1198
+ <line number="369" hits="1" branch="false"/>
1199
+ <line number="370" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1200
+ <line number="371" hits="1" branch="false"/>
1201
+ <line number="372" hits="1" branch="false"/>
1202
+ <line number="373" hits="1" branch="false"/>
1203
+ <line number="374" hits="1" branch="false"/>
1204
+ <line number="375" hits="1" branch="false"/>
1205
+ <line number="376" hits="1" branch="false"/>
1206
+ <line number="377" hits="1" branch="false"/>
1207
+ <line number="378" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1208
+ <line number="379" hits="1" branch="false"/>
1209
+ <line number="380" hits="1" branch="false"/>
1210
+ <line number="381" hits="1" branch="false"/>
1211
+ <line number="382" hits="1" branch="false"/>
1212
+ <line number="383" hits="1" branch="false"/>
1213
+ <line number="384" hits="1" branch="false"/>
1214
+ <line number="385" hits="1" branch="false"/>
1215
+ <line number="386" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1216
+ <line number="387" hits="1" branch="false"/>
1217
+ <line number="388" hits="1" branch="false"/>
1218
+ <line number="389" hits="1" branch="false"/>
1219
+ <line number="390" hits="1" branch="false"/>
1220
+ <line number="391" hits="1" branch="false"/>
1221
+ <line number="392" hits="1" branch="false"/>
1222
+ <line number="393" hits="1" branch="false"/>
1223
+ <line number="394" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1224
+ <line number="395" hits="1" branch="false"/>
1225
+ <line number="396" hits="1" branch="false"/>
1226
+ <line number="397" hits="1" branch="false"/>
1227
+ <line number="398" hits="1" branch="false"/>
1228
+ <line number="399" hits="1" branch="false"/>
1229
+ <line number="400" hits="1" branch="false"/>
1230
+ <line number="401" hits="1" branch="false"/>
1231
+ <line number="402" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1232
+ <line number="403" hits="1" branch="false"/>
1233
+ <line number="404" hits="1" branch="false"/>
1234
+ <line number="405" hits="1" branch="false"/>
1235
+ <line number="406" hits="1" branch="false"/>
1236
+ <line number="407" hits="1" branch="false"/>
1237
+ <line number="408" hits="1" branch="false"/>
1238
+ <line number="409" hits="1" branch="false"/>
1239
+ <line number="410" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1240
+ <line number="411" hits="1" branch="false"/>
1241
+ <line number="412" hits="1" branch="false"/>
1242
+ <line number="413" hits="1" branch="false"/>
1243
+ <line number="414" hits="1" branch="false"/>
1244
+ <line number="415" hits="1" branch="false"/>
1245
+ <line number="416" hits="1" branch="false"/>
1246
+ <line number="417" hits="1" branch="false"/>
1247
+ <line number="418" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1248
+ <line number="419" hits="1" branch="false"/>
1249
+ <line number="420" hits="1" branch="false"/>
1250
+ <line number="421" hits="1" branch="false"/>
1251
+ <line number="422" hits="1" branch="false"/>
1252
+ <line number="423" hits="1" branch="false"/>
1253
+ <line number="424" hits="1" branch="false"/>
1254
+ <line number="425" hits="1" branch="false"/>
1255
+ <line number="426" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1256
+ <line number="427" hits="1" branch="false"/>
1257
+ <line number="428" hits="1" branch="false"/>
1258
+ <line number="429" hits="1" branch="false"/>
1259
+ <line number="430" hits="1" branch="false"/>
1260
+ <line number="431" hits="1" branch="false"/>
1261
+ <line number="432" hits="1" branch="false"/>
1262
+ <line number="433" hits="1" branch="false"/>
1263
+ <line number="434" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1264
+ <line number="435" hits="1" branch="false"/>
1265
+ <line number="436" hits="1" branch="false"/>
1266
+ <line number="437" hits="1" branch="false"/>
1267
+ <line number="438" hits="1" branch="false"/>
1268
+ <line number="439" hits="1" branch="false"/>
1269
+ <line number="440" hits="1" branch="false"/>
1270
+ <line number="441" hits="1" branch="false"/>
1271
+ <line number="442" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1272
+ <line number="443" hits="1" branch="false"/>
1273
+ <line number="444" hits="1" branch="false"/>
1274
+ <line number="445" hits="1" branch="false"/>
1275
+ <line number="446" hits="1" branch="false"/>
1276
+ <line number="447" hits="1" branch="false"/>
1277
+ <line number="448" hits="1" branch="false"/>
1278
+ <line number="449" hits="1" branch="false"/>
1279
+ <line number="450" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1280
+ <line number="451" hits="1" branch="false"/>
1281
+ <line number="452" hits="1" branch="false"/>
1282
+ <line number="453" hits="1" branch="false"/>
1283
+ <line number="454" hits="1" branch="false"/>
1284
+ <line number="455" hits="1" branch="false"/>
1285
+ <line number="456" hits="1" branch="false"/>
1286
+ <line number="457" hits="1" branch="false"/>
1287
+ <line number="458" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1288
+ <line number="459" hits="1" branch="false"/>
1289
+ <line number="460" hits="1" branch="false"/>
1290
+ <line number="461" hits="1" branch="false"/>
1291
+ <line number="462" hits="1" branch="false"/>
1292
+ <line number="463" hits="1" branch="false"/>
1293
+ <line number="464" hits="1" branch="false"/>
1294
+ <line number="465" hits="1" branch="false"/>
1295
+ <line number="466" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1296
+ <line number="467" hits="1" branch="false"/>
1297
+ <line number="468" hits="1" branch="false"/>
1298
+ <line number="469" hits="1" branch="false"/>
1299
+ <line number="470" hits="1" branch="false"/>
1300
+ <line number="471" hits="1" branch="false"/>
1301
+ <line number="472" hits="1" branch="false"/>
1302
+ <line number="473" hits="1" branch="false"/>
1303
+ <line number="474" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1304
+ <line number="475" hits="1" branch="false"/>
1305
+ <line number="476" hits="1" branch="false"/>
1306
+ <line number="477" hits="1" branch="false"/>
1307
+ <line number="478" hits="1" branch="false"/>
1308
+ <line number="479" hits="1" branch="false"/>
1309
+ <line number="480" hits="1" branch="false"/>
1310
+ <line number="481" hits="1" branch="false"/>
1311
+ <line number="482" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1312
+ <line number="483" hits="1" branch="false"/>
1313
+ <line number="484" hits="1" branch="false"/>
1314
+ <line number="485" hits="1" branch="false"/>
1315
+ <line number="486" hits="1" branch="false"/>
1316
+ <line number="487" hits="1" branch="false"/>
1317
+ <line number="488" hits="1" branch="false"/>
1318
+ <line number="489" hits="1" branch="false"/>
1319
+ <line number="490" hits="1" branch="false"/>
1320
+ <line number="491" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1321
+ <line number="492" hits="1" branch="false"/>
1322
+ <line number="493" hits="1" branch="false"/>
1323
+ <line number="494" hits="1" branch="false"/>
1324
+ <line number="495" hits="1" branch="false"/>
1325
+ <line number="496" hits="1" branch="false"/>
1326
+ <line number="497" hits="1" branch="false"/>
1327
+ <line number="498" hits="1" branch="false"/>
1328
+ <line number="499" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1329
+ <line number="500" hits="1" branch="false"/>
1330
+ <line number="501" hits="1" branch="false"/>
1331
+ <line number="502" hits="1" branch="false"/>
1332
+ <line number="503" hits="1" branch="false"/>
1333
+ <line number="504" hits="1" branch="false"/>
1334
+ <line number="505" hits="1" branch="false"/>
1335
+ <line number="506" hits="1" branch="false"/>
1336
+ <line number="507" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1337
+ <line number="508" hits="1" branch="false"/>
1338
+ <line number="509" hits="1" branch="false"/>
1339
+ <line number="510" hits="1" branch="false"/>
1340
+ <line number="511" hits="1" branch="false"/>
1341
+ <line number="512" hits="1" branch="false"/>
1342
+ <line number="513" hits="1" branch="false"/>
1343
+ <line number="514" hits="1" branch="false"/>
1344
+ <line number="515" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1345
+ <line number="516" hits="1" branch="false"/>
1346
+ <line number="517" hits="1" branch="false"/>
1347
+ <line number="518" hits="1" branch="false"/>
1348
+ <line number="519" hits="1" branch="false"/>
1349
+ <line number="520" hits="1" branch="false"/>
1350
+ <line number="521" hits="1" branch="false"/>
1351
+ <line number="522" hits="1" branch="false"/>
1352
+ <line number="523" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1353
+ <line number="524" hits="1" branch="false"/>
1354
+ <line number="525" hits="1" branch="false"/>
1355
+ <line number="526" hits="1" branch="false"/>
1356
+ <line number="527" hits="1" branch="false"/>
1357
+ <line number="528" hits="1" branch="false"/>
1358
+ <line number="529" hits="1" branch="false"/>
1359
+ <line number="530" hits="1" branch="false"/>
1360
+ <line number="531" hits="1" branch="false"/>
1361
+ <line number="532" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1362
+ <line number="533" hits="1" branch="false"/>
1363
+ <line number="534" hits="1" branch="false"/>
1364
+ <line number="535" hits="1" branch="false"/>
1365
+ <line number="536" hits="1" branch="false"/>
1366
+ <line number="537" hits="1" branch="false"/>
1367
+ <line number="538" hits="1" branch="false"/>
1368
+ <line number="539" hits="1" branch="false"/>
1369
+ <line number="540" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1370
+ <line number="541" hits="1" branch="false"/>
1371
+ <line number="542" hits="1" branch="false"/>
1372
+ <line number="543" hits="1" branch="false"/>
1373
+ <line number="544" hits="1" branch="false"/>
1374
+ <line number="545" hits="1" branch="false"/>
1375
+ <line number="546" hits="1" branch="false"/>
1376
+ <line number="547" hits="1" branch="false"/>
1377
+ <line number="548" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1378
+ <line number="549" hits="1" branch="false"/>
1379
+ <line number="550" hits="1" branch="false"/>
1380
+ <line number="551" hits="1" branch="false"/>
1381
+ <line number="552" hits="1" branch="false"/>
1382
+ <line number="553" hits="1" branch="false"/>
1383
+ <line number="554" hits="1" branch="false"/>
1384
+ <line number="555" hits="1" branch="false"/>
1385
+ <line number="556" hits="1" branch="false"/>
1386
+ <line number="557" hits="1" branch="false"/>
1387
+ <line number="558" hits="1" branch="false"/>
1388
+ <line number="559" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1389
+ <line number="560" hits="2" branch="false"/>
1390
+ <line number="561" hits="2" branch="false"/>
1391
+ <line number="562" hits="2" branch="false"/>
1392
+ <line number="563" hits="1" branch="false"/>
1393
+ <line number="564" hits="1" branch="false"/>
1394
+ <line number="565" hits="1" branch="false"/>
1395
+ <line number="566" hits="1" branch="false"/>
1396
+ <line number="567" hits="1" branch="false"/>
1397
+ <line number="568" hits="1" branch="false"/>
1398
+ <line number="569" hits="1" branch="false"/>
1399
+ <line number="570" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1400
+ <line number="571" hits="1" branch="false"/>
1401
+ <line number="572" hits="1" branch="false"/>
1402
+ <line number="573" hits="1" branch="false"/>
1403
+ <line number="574" hits="1" branch="false"/>
1404
+ <line number="575" hits="1" branch="false"/>
1405
+ <line number="576" hits="1" branch="false"/>
1406
+ <line number="577" hits="1" branch="false"/>
1407
+ <line number="578" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1408
+ <line number="579" hits="1" branch="false"/>
1409
+ <line number="580" hits="1" branch="false"/>
1410
+ <line number="581" hits="1" branch="false"/>
1411
+ <line number="582" hits="1" branch="false"/>
1412
+ <line number="583" hits="1" branch="false"/>
1413
+ <line number="584" hits="1" branch="false"/>
1414
+ <line number="585" hits="1" branch="false"/>
1415
+ <line number="586" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1416
+ <line number="587" hits="1" branch="false"/>
1417
+ <line number="588" hits="1" branch="false"/>
1418
+ <line number="589" hits="1" branch="false"/>
1419
+ <line number="590" hits="1" branch="false"/>
1420
+ <line number="591" hits="1" branch="false"/>
1421
+ <line number="592" hits="1" branch="false"/>
1422
+ <line number="593" hits="1" branch="false"/>
1423
+ <line number="594" hits="1" branch="false"/>
1424
+ <line number="595" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1425
+ <line number="596" hits="4" branch="false"/>
1426
+ <line number="597" hits="4" branch="false"/>
1427
+ <line number="598" hits="1" branch="false"/>
1428
+ <line number="599" hits="1" branch="false"/>
1429
+ <line number="600" hits="1" branch="false"/>
1430
+ <line number="601" hits="1" branch="false"/>
1431
+ <line number="602" hits="1" branch="false"/>
1432
+ <line number="603" hits="1" branch="false"/>
1433
+ <line number="604" hits="1" branch="false"/>
1434
+ <line number="605" hits="1" branch="false"/>
1435
+ <line number="606" hits="1" branch="false"/>
1436
+ <line number="607" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1437
+ <line number="608" hits="3" branch="false"/>
1438
+ <line number="609" hits="3" branch="false"/>
1439
+ <line number="610" hits="1" branch="false"/>
1440
+ <line number="611" hits="1" branch="false"/>
1441
+ <line number="612" hits="1" branch="false"/>
1442
+ <line number="613" hits="1" branch="false"/>
1443
+ <line number="614" hits="1" branch="false"/>
1444
+ <line number="615" hits="1" branch="false"/>
1445
+ <line number="616" hits="1" branch="false"/>
1446
+ <line number="617" hits="1" branch="false"/>
1447
+ <line number="618" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1448
+ <line number="619" hits="9" branch="false"/>
1449
+ <line number="620" hits="9" branch="false"/>
1450
+ <line number="621" hits="9" branch="false"/>
1451
+ <line number="622" hits="1" branch="false"/>
1452
+ <line number="623" hits="1" branch="false"/>
1453
+ <line number="624" hits="1" branch="false"/>
1454
+ <line number="625" hits="1" branch="false"/>
1455
+ <line number="626" hits="1" branch="false"/>
1456
+ <line number="627" hits="1" branch="false"/>
1457
+ <line number="628" hits="1" branch="false"/>
1458
+ <line number="629" hits="1" branch="false"/>
1459
+ <line number="630" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1460
+ <line number="631" hits="9" branch="false"/>
1461
+ <line number="632" hits="9" branch="false"/>
1462
+ <line number="633" hits="9" branch="false"/>
1463
+ <line number="634" hits="1" branch="false"/>
1464
+ <line number="635" hits="1" branch="false"/>
1465
+ <line number="636" hits="1" branch="false"/>
1466
+ <line number="637" hits="1" branch="false"/>
1467
+ <line number="638" hits="1" branch="false"/>
1468
+ <line number="639" hits="1" branch="false"/>
1469
+ <line number="640" hits="1" branch="false"/>
1470
+ <line number="641" hits="1" branch="false"/>
1471
+ <line number="642" hits="1" branch="false"/>
1472
+ <line number="643" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1473
+ <line number="644" hits="11" branch="false"/>
1474
+ <line number="645" hits="11" branch="false"/>
1475
+ <line number="646" hits="11" branch="false"/>
1476
+ <line number="647" hits="1" branch="false"/>
1477
+ <line number="648" hits="1" branch="false"/>
1478
+ <line number="649" hits="1" branch="false"/>
1479
+ <line number="650" hits="1" branch="false"/>
1480
+ <line number="651" hits="1" branch="false"/>
1481
+ <line number="652" hits="1" branch="false"/>
1482
+ <line number="653" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1483
+ <line number="654" hits="1" branch="false"/>
1484
+ <line number="655" hits="1" branch="false"/>
1485
+ <line number="656" hits="1" branch="false"/>
1486
+ <line number="657" hits="1" branch="false"/>
1487
+ <line number="658" hits="1" branch="false"/>
1488
+ <line number="659" hits="1" branch="false"/>
1489
+ <line number="660" hits="1" branch="false"/>
1490
+ <line number="661" hits="1" branch="false"/>
1491
+ <line number="662" hits="1" branch="false"/>
1492
+ <line number="663" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1493
+ <line number="664" hits="1" branch="false"/>
1494
+ <line number="665" hits="1" branch="false"/>
1495
+ <line number="666" hits="1" branch="false"/>
1496
+ <line number="667" hits="1" branch="false"/>
1497
+ <line number="668" hits="1" branch="false"/>
1498
+ <line number="669" hits="1" branch="false"/>
1499
+ <line number="670" hits="1" branch="false"/>
1500
+ <line number="671" hits="1" branch="false"/>
1501
+ <line number="672" hits="1" branch="false"/>
1502
+ <line number="673" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1503
+ <line number="674" hits="3" branch="false"/>
1504
+ <line number="675" hits="3" branch="false"/>
1505
+ <line number="676" hits="1" branch="false"/>
1506
+ <line number="677" hits="1" branch="false"/>
1507
+ <line number="678" hits="1" branch="false"/>
1508
+ <line number="679" hits="1" branch="false"/>
1509
+ <line number="680" hits="1" branch="false"/>
1510
+ <line number="681" hits="1" branch="false"/>
1511
+ <line number="682" hits="1" branch="false"/>
1512
+ <line number="683" hits="1" branch="false"/>
1513
+ <line number="684" hits="1" branch="false"/>
1514
+ <line number="685" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1515
+ <line number="686" hits="2" branch="false"/>
1516
+ <line number="687" hits="2" branch="false"/>
1517
+ <line number="688" hits="2" branch="false"/>
1518
+ <line number="689" hits="1" branch="false"/>
1519
+ <line number="690" hits="1" branch="false"/>
1520
+ <line number="691" hits="1" branch="false"/>
1521
+ <line number="692" hits="1" branch="false"/>
1522
+ <line number="693" hits="1" branch="false"/>
1523
+ <line number="694" hits="1" branch="false"/>
1524
+ <line number="695" hits="1" branch="false"/>
1525
+ <line number="696" hits="1" branch="false"/>
1526
+ <line number="697" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1527
+ <line number="698" hits="1" branch="false"/>
1528
+ <line number="699" hits="1" branch="false"/>
1529
+ <line number="700" hits="1" branch="false"/>
1530
+ <line number="701" hits="1" branch="false"/>
1531
+ <line number="702" hits="1" branch="false"/>
1532
+ <line number="703" hits="1" branch="false"/>
1533
+ <line number="704" hits="1" branch="false"/>
1534
+ <line number="705" hits="1" branch="false"/>
1535
+ <line number="706" hits="1" branch="false"/>
1536
+ <line number="707" hits="0" branch="false"/>
1537
+ <line number="708" hits="0" branch="false"/>
1538
+ <line number="709" hits="0" branch="false"/>
1539
+ <line number="710" hits="1" branch="false"/>
1540
+ </lines>
1541
+ </class>
1542
+ <class name="fake-spawn.ts" filename="src/lib/fake-spawn.ts" line-rate="0.9917" branch-rate="1">
1543
+ <methods>
1544
+ <method name="createFakeSpawn" hits="84" signature="()V">
1545
+ <lines>
1546
+ <line number="7" hits="84"/>
1547
+ </lines>
1548
+ </method>
1549
+ <method name="write" hits="16" signature="()V">
1550
+ <lines>
1551
+ <line number="24" hits="16"/>
1552
+ </lines>
1553
+ </method>
1554
+ <method name="FakeChildProcess" hits="86" signature="()V">
1555
+ <lines>
1556
+ <line number="40" hits="86"/>
1557
+ </lines>
1558
+ </method>
1559
+ <method name="kill" hits="7" signature="()V">
1560
+ <lines>
1561
+ <line number="57" hits="7"/>
1562
+ </lines>
1563
+ </method>
1564
+ <method name="FakeChildProcessController" hits="86" signature="()V">
1565
+ <lines>
1566
+ <line number="73" hits="86"/>
1567
+ </lines>
1568
+ </method>
1569
+ <method name="cmd" hits="5" signature="()V">
1570
+ <lines>
1571
+ <line number="78" hits="5"/>
1572
+ </lines>
1573
+ </method>
1574
+ <method name="stdout" hits="67" signature="()V">
1575
+ <lines>
1576
+ <line number="82" hits="67"/>
1577
+ </lines>
1578
+ </method>
1579
+ <method name="stderr" hits="3" signature="()V">
1580
+ <lines>
1581
+ <line number="87" hits="3"/>
1582
+ </lines>
1583
+ </method>
1584
+ <method name="onStdIn" hits="16" signature="()V">
1585
+ <lines>
1586
+ <line number="93" hits="16"/>
1587
+ </lines>
1588
+ </method>
1589
+ <method name="error" hits="6" signature="()V">
1590
+ <lines>
1591
+ <line number="98" hits="6"/>
1592
+ </lines>
1593
+ </method>
1594
+ <method name="code" hits="17" signature="()V">
1595
+ <lines>
1596
+ <line number="103" hits="17"/>
1597
+ </lines>
1598
+ </method>
1599
+ <method name="end" hits="79" signature="()V">
1600
+ <lines>
1601
+ <line number="108" hits="79"/>
1602
+ </lines>
1603
+ </method>
1604
+ </methods>
1605
+ <lines>
1606
+ <line number="1" hits="1" branch="false"/>
1607
+ <line number="2" hits="1" branch="false"/>
1608
+ <line number="3" hits="1" branch="false"/>
1609
+ <line number="4" hits="1" branch="false"/>
1610
+ <line number="5" hits="1" branch="false"/>
1611
+ <line number="6" hits="1" branch="false"/>
1612
+ <line number="7" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1613
+ <line number="8" hits="84" branch="false"/>
1614
+ <line number="9" hits="84" branch="false"/>
1615
+ <line number="10" hits="84" branch="false"/>
1616
+ <line number="11" hits="84" branch="false"/>
1617
+ <line number="12" hits="84" branch="true" condition-coverage="100% (1/1)"/>
1618
+ <line number="13" hits="86" branch="false"/>
1619
+ <line number="14" hits="86" branch="false"/>
1620
+ <line number="15" hits="86" branch="false"/>
1621
+ <line number="16" hits="86" branch="false"/>
1622
+ <line number="17" hits="84" branch="false"/>
1623
+ <line number="18" hits="84" branch="false"/>
1624
+ <line number="19" hits="1" branch="false"/>
1625
+ <line number="20" hits="1" branch="false"/>
1626
+ <line number="21" hits="1" branch="false"/>
1627
+ <line number="22" hits="1" branch="false"/>
1628
+ <line number="23" hits="1" branch="false"/>
1629
+ <line number="24" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1630
+ <line number="25" hits="16" branch="false"/>
1631
+ <line number="26" hits="16" branch="false"/>
1632
+ <line number="27" hits="1" branch="false"/>
1633
+ <line number="28" hits="1" branch="false"/>
1634
+ <line number="29" hits="1" branch="false"/>
1635
+ <line number="30" hits="1" branch="false"/>
1636
+ <line number="31" hits="1" branch="false"/>
1637
+ <line number="32" hits="1" branch="false"/>
1638
+ <line number="33" hits="1" branch="false"/>
1639
+ <line number="34" hits="1" branch="false"/>
1640
+ <line number="35" hits="1" branch="false"/>
1641
+ <line number="36" hits="1" branch="false"/>
1642
+ <line number="37" hits="1" branch="false"/>
1643
+ <line number="38" hits="1" branch="false"/>
1644
+ <line number="39" hits="1" branch="false"/>
1645
+ <line number="40" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1646
+ <line number="41" hits="86" branch="false"/>
1647
+ <line number="42" hits="86" branch="false"/>
1648
+ <line number="43" hits="86" branch="false"/>
1649
+ <line number="44" hits="86" branch="false"/>
1650
+ <line number="45" hits="86" branch="false"/>
1651
+ <line number="46" hits="0" branch="false"/>
1652
+ <line number="47" hits="86" branch="false"/>
1653
+ <line number="48" hits="86" branch="false"/>
1654
+ <line number="49" hits="86" branch="false"/>
1655
+ <line number="50" hits="86" branch="false"/>
1656
+ <line number="51" hits="86" branch="false"/>
1657
+ <line number="52" hits="86" branch="false"/>
1658
+ <line number="53" hits="86" branch="false"/>
1659
+ <line number="54" hits="86" branch="true" condition-coverage="100% (1/1)"/>
1660
+ <line number="55" hits="86" branch="false"/>
1661
+ <line number="56" hits="1" branch="false"/>
1662
+ <line number="57" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1663
+ <line number="58" hits="7" branch="false"/>
1664
+ <line number="59" hits="7" branch="false"/>
1665
+ <line number="60" hits="7" branch="false"/>
1666
+ <line number="61" hits="7" branch="false"/>
1667
+ <line number="62" hits="7" branch="false"/>
1668
+ <line number="63" hits="7" branch="false"/>
1669
+ <line number="64" hits="1" branch="false"/>
1670
+ <line number="65" hits="1" branch="false"/>
1671
+ <line number="66" hits="1" branch="false"/>
1672
+ <line number="67" hits="1" branch="false"/>
1673
+ <line number="68" hits="1" branch="false"/>
1674
+ <line number="69" hits="1" branch="false"/>
1675
+ <line number="70" hits="1" branch="false"/>
1676
+ <line number="71" hits="1" branch="false"/>
1677
+ <line number="72" hits="1" branch="false"/>
1678
+ <line number="73" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1679
+ <line number="74" hits="86" branch="false"/>
1680
+ <line number="75" hits="86" branch="false"/>
1681
+ <line number="76" hits="86" branch="false"/>
1682
+ <line number="77" hits="1" branch="false"/>
1683
+ <line number="78" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1684
+ <line number="79" hits="5" branch="false"/>
1685
+ <line number="80" hits="5" branch="false"/>
1686
+ <line number="81" hits="1" branch="false"/>
1687
+ <line number="82" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1688
+ <line number="83" hits="67" branch="true" condition-coverage="100% (2/2)"/>
1689
+ <line number="84" hits="67" branch="false"/>
1690
+ <line number="85" hits="67" branch="false"/>
1691
+ <line number="86" hits="1" branch="false"/>
1692
+ <line number="87" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1693
+ <line number="88" hits="3" branch="false"/>
1694
+ <line number="89" hits="3" branch="false"/>
1695
+ <line number="90" hits="3" branch="false"/>
1696
+ <line number="91" hits="1" branch="false"/>
1697
+ <line number="92" hits="1" branch="false"/>
1698
+ <line number="93" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1699
+ <line number="94" hits="16" branch="false"/>
1700
+ <line number="95" hits="16" branch="false"/>
1701
+ <line number="96" hits="16" branch="false"/>
1702
+ <line number="97" hits="1" branch="false"/>
1703
+ <line number="98" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1704
+ <line number="99" hits="6" branch="false"/>
1705
+ <line number="100" hits="6" branch="false"/>
1706
+ <line number="101" hits="6" branch="false"/>
1707
+ <line number="102" hits="1" branch="false"/>
1708
+ <line number="103" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1709
+ <line number="104" hits="17" branch="false"/>
1710
+ <line number="105" hits="17" branch="false"/>
1711
+ <line number="106" hits="17" branch="false"/>
1712
+ <line number="107" hits="1" branch="false"/>
1713
+ <line number="108" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1714
+ <line number="109" hits="79" branch="true" condition-coverage="100% (1/1)"/>
1715
+ <line number="110" hits="46" branch="false"/>
1716
+ <line number="111" hits="46" branch="false"/>
1717
+ <line number="112" hits="79" branch="false"/>
1718
+ <line number="113" hits="79" branch="true" condition-coverage="100% (1/1)"/>
1719
+ <line number="114" hits="79" branch="false"/>
1720
+ <line number="115" hits="79" branch="false"/>
1721
+ <line number="116" hits="79" branch="false"/>
1722
+ <line number="117" hits="79" branch="false"/>
1723
+ <line number="118" hits="79" branch="false"/>
1724
+ <line number="119" hits="79" branch="false"/>
1725
+ <line number="120" hits="79" branch="false"/>
1726
+ <line number="121" hits="1" branch="false"/>
1727
+ </lines>
1728
+ </class>
1729
+ <class name="index.ts" filename="src/lib/index.ts" line-rate="1" branch-rate="1">
1730
+ <methods>
1731
+ </methods>
1732
+ <lines>
1733
+ <line number="1" hits="1" branch="false"/>
1734
+ <line number="2" hits="1" branch="false"/>
1735
+ <line number="3" hits="1" branch="false"/>
1736
+ <line number="4" hits="1" branch="false"/>
1737
+ <line number="5" hits="1" branch="false"/>
1738
+ <line number="6" hits="1" branch="false"/>
1739
+ <line number="7" hits="1" branch="false"/>
1740
+ <line number="8" hits="1" branch="false"/>
1741
+ <line number="9" hits="1" branch="false"/>
1742
+ <line number="10" hits="1" branch="false"/>
1743
+ <line number="11" hits="1" branch="false"/>
1744
+ <line number="12" hits="1" branch="false"/>
1745
+ <line number="13" hits="1" branch="false"/>
1746
+ <line number="14" hits="1" branch="false"/>
1747
+ <line number="15" hits="1" branch="false"/>
1748
+ <line number="16" hits="1" branch="false"/>
1749
+ <line number="17" hits="1" branch="false"/>
1750
+ <line number="18" hits="1" branch="false"/>
1751
+ <line number="19" hits="1" branch="false"/>
1752
+ <line number="20" hits="1" branch="false"/>
1753
+ <line number="21" hits="1" branch="false"/>
1754
+ <line number="22" hits="1" branch="false"/>
1755
+ <line number="23" hits="1" branch="false"/>
1756
+ <line number="24" hits="1" branch="false"/>
1757
+ <line number="25" hits="1" branch="false"/>
1758
+ <line number="26" hits="1" branch="false"/>
1759
+ </lines>
1760
+ </class>
1761
+ <class name="instance.ts" filename="src/lib/instance.ts" line-rate="0.9512" branch-rate="0.8518000000000001">
1762
+ <methods>
1763
+ <method name="NodePyATVInstance" hits="4" signature="()V">
1764
+ <lines>
1765
+ <line number="154" hits="4"/>
1766
+ </lines>
1767
+ </method>
1768
+ <method name="check" hits="5" signature="()V">
1769
+ <lines>
1770
+ <line number="39" hits="5"/>
1771
+ </lines>
1772
+ </method>
1773
+ <method name="version" hits="15" signature="()V">
1774
+ <lines>
1775
+ <line number="61" hits="15"/>
1776
+ </lines>
1777
+ </method>
1778
+ <method name="find" hits="10" signature="()V">
1779
+ <lines>
1780
+ <line number="111" hits="10"/>
1781
+ </lines>
1782
+ </method>
1783
+ <method name="device" hits="2" signature="()V">
1784
+ <lines>
1785
+ <line number="138" hits="2"/>
1786
+ </lines>
1787
+ </method>
1788
+ <method name="check" hits="1" signature="()V">
1789
+ <lines>
1790
+ <line number="164" hits="1"/>
1791
+ </lines>
1792
+ </method>
1793
+ <method name="version" hits="1" signature="()V">
1794
+ <lines>
1795
+ <line number="174" hits="1"/>
1796
+ </lines>
1797
+ </method>
1798
+ <method name="find" hits="1" signature="()V">
1799
+ <lines>
1800
+ <line number="192" hits="1"/>
1801
+ </lines>
1802
+ </method>
1803
+ <method name="device" hits="1" signature="()V">
1804
+ <lines>
1805
+ <line number="202" hits="1"/>
1806
+ </lines>
1807
+ </method>
1808
+ </methods>
1809
+ <lines>
1810
+ <line number="1" hits="1" branch="false"/>
1811
+ <line number="2" hits="1" branch="false"/>
1812
+ <line number="3" hits="1" branch="false"/>
1813
+ <line number="4" hits="1" branch="false"/>
1814
+ <line number="5" hits="1" branch="false"/>
1815
+ <line number="6" hits="1" branch="false"/>
1816
+ <line number="7" hits="1" branch="false"/>
1817
+ <line number="8" hits="1" branch="false"/>
1818
+ <line number="9" hits="1" branch="false"/>
1819
+ <line number="10" hits="1" branch="false"/>
1820
+ <line number="11" hits="1" branch="false"/>
1821
+ <line number="12" hits="1" branch="false"/>
1822
+ <line number="13" hits="1" branch="false"/>
1823
+ <line number="14" hits="1" branch="false"/>
1824
+ <line number="15" hits="1" branch="false"/>
1825
+ <line number="16" hits="1" branch="false"/>
1826
+ <line number="17" hits="1" branch="false"/>
1827
+ <line number="18" hits="1" branch="false"/>
1828
+ <line number="19" hits="1" branch="false"/>
1829
+ <line number="20" hits="1" branch="false"/>
1830
+ <line number="21" hits="1" branch="false"/>
1831
+ <line number="22" hits="1" branch="false"/>
1832
+ <line number="23" hits="1" branch="false"/>
1833
+ <line number="24" hits="1" branch="false"/>
1834
+ <line number="25" hits="1" branch="false"/>
1835
+ <line number="26" hits="1" branch="false"/>
1836
+ <line number="27" hits="1" branch="false"/>
1837
+ <line number="28" hits="1" branch="false"/>
1838
+ <line number="29" hits="1" branch="false"/>
1839
+ <line number="30" hits="1" branch="false"/>
1840
+ <line number="31" hits="1" branch="false"/>
1841
+ <line number="32" hits="1" branch="false"/>
1842
+ <line number="33" hits="1" branch="false"/>
1843
+ <line number="34" hits="1" branch="false"/>
1844
+ <line number="35" hits="1" branch="false"/>
1845
+ <line number="36" hits="1" branch="false"/>
1846
+ <line number="37" hits="1" branch="false"/>
1847
+ <line number="38" hits="1" branch="false"/>
1848
+ <line number="39" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1849
+ <line number="40" hits="5" branch="false"/>
1850
+ <line number="41" hits="5" branch="true" condition-coverage="100% (1/1)"/>
1851
+ <line number="42" hits="2" branch="false"/>
1852
+ <line number="43" hits="2" branch="false"/>
1853
+ <line number="44" hits="5" branch="true" condition-coverage="100% (2/2)"/>
1854
+ <line number="45" hits="1" branch="false"/>
1855
+ <line number="46" hits="1" branch="false"/>
1856
+ <line number="47" hits="2" branch="true" condition-coverage="100% (1/1)"/>
1857
+ <line number="48" hits="2" branch="false"/>
1858
+ <line number="49" hits="2" branch="false"/>
1859
+ <line number="50" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1860
+ <line number="51" hits="1" branch="false"/>
1861
+ <line number="52" hits="1" branch="false"/>
1862
+ <line number="53" hits="5" branch="false"/>
1863
+ <line number="54" hits="1" branch="false"/>
1864
+ <line number="55" hits="1" branch="false"/>
1865
+ <line number="56" hits="1" branch="false"/>
1866
+ <line number="57" hits="1" branch="false"/>
1867
+ <line number="58" hits="1" branch="false"/>
1868
+ <line number="59" hits="1" branch="false"/>
1869
+ <line number="60" hits="1" branch="false"/>
1870
+ <line number="61" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1871
+ <line number="62" hits="15" branch="false"/>
1872
+ <line number="63" hits="15" branch="false"/>
1873
+ <line number="64" hits="15" branch="false"/>
1874
+ <line number="65" hits="15" branch="false"/>
1875
+ <line number="66" hits="15" branch="false"/>
1876
+ <line number="67" hits="15" branch="true" condition-coverage="100% (1/1)"/>
1877
+ <line number="68" hits="15" branch="true" condition-coverage="100% (1/1)"/>
1878
+ <line number="69" hits="4" branch="false"/>
1879
+ <line number="70" hits="4" branch="false"/>
1880
+ <line number="71" hits="15" branch="false"/>
1881
+ <line number="72" hits="15" branch="true" condition-coverage="100% (2/2)"/>
1882
+ <line number="73" hits="6" branch="false"/>
1883
+ <line number="74" hits="6" branch="false"/>
1884
+ <line number="75" hits="15" branch="true" condition-coverage="100% (1/1)"/>
1885
+ <line number="76" hits="10" branch="false"/>
1886
+ <line number="77" hits="10" branch="false"/>
1887
+ <line number="78" hits="10" branch="false"/>
1888
+ <line number="79" hits="15" branch="false"/>
1889
+ <line number="80" hits="15" branch="false"/>
1890
+ <line number="81" hits="15" branch="false"/>
1891
+ <line number="82" hits="15" branch="true" condition-coverage="0% (0/2)"/>
1892
+ <line number="83" hits="15" branch="true" condition-coverage="0% (0/1)"/>
1893
+ <line number="84" hits="0" branch="false"/>
1894
+ <line number="85" hits="0" branch="false"/>
1895
+ <line number="86" hits="15" branch="true" condition-coverage="0% (0/1)"/>
1896
+ <line number="87" hits="0" branch="false"/>
1897
+ <line number="88" hits="0" branch="false"/>
1898
+ <line number="89" hits="0" branch="false"/>
1899
+ <line number="90" hits="15" branch="false"/>
1900
+ <line number="91" hits="15" branch="false"/>
1901
+ <line number="92" hits="15" branch="false"/>
1902
+ <line number="93" hits="15" branch="false"/>
1903
+ <line number="94" hits="15" branch="false"/>
1904
+ <line number="95" hits="15" branch="false"/>
1905
+ <line number="96" hits="15" branch="false"/>
1906
+ <line number="97" hits="1" branch="false"/>
1907
+ <line number="98" hits="1" branch="false"/>
1908
+ <line number="99" hits="1" branch="false"/>
1909
+ <line number="100" hits="1" branch="false"/>
1910
+ <line number="101" hits="1" branch="false"/>
1911
+ <line number="102" hits="1" branch="false"/>
1912
+ <line number="103" hits="1" branch="false"/>
1913
+ <line number="104" hits="1" branch="false"/>
1914
+ <line number="105" hits="1" branch="false"/>
1915
+ <line number="106" hits="1" branch="false"/>
1916
+ <line number="107" hits="1" branch="false"/>
1917
+ <line number="108" hits="1" branch="false"/>
1918
+ <line number="109" hits="1" branch="false"/>
1919
+ <line number="110" hits="1" branch="false"/>
1920
+ <line number="111" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1921
+ <line number="112" hits="10" branch="false"/>
1922
+ <line number="113" hits="10" branch="false"/>
1923
+ <line number="114" hits="10" branch="false"/>
1924
+ <line number="115" hits="10" branch="false"/>
1925
+ <line number="116" hits="10" branch="true" condition-coverage="100% (3/3)"/>
1926
+ <line number="117" hits="2" branch="false"/>
1927
+ <line number="118" hits="2" branch="false"/>
1928
+ <line number="119" hits="4" branch="true" condition-coverage="100% (1/1)"/>
1929
+ <line number="120" hits="4" branch="false"/>
1930
+ <line number="121" hits="0" branch="false"/>
1931
+ <line number="122" hits="0" branch="false"/>
1932
+ <line number="123" hits="0" branch="false"/>
1933
+ <line number="124" hits="0" branch="false"/>
1934
+ <line number="125" hits="0" branch="false"/>
1935
+ <line number="126" hits="4" branch="false"/>
1936
+ <line number="127" hits="4" branch="false"/>
1937
+ <line number="128" hits="4" branch="false"/>
1938
+ <line number="129" hits="4" branch="false"/>
1939
+ <line number="130" hits="4" branch="false"/>
1940
+ <line number="131" hits="1" branch="false"/>
1941
+ <line number="132" hits="1" branch="false"/>
1942
+ <line number="133" hits="1" branch="false"/>
1943
+ <line number="134" hits="1" branch="false"/>
1944
+ <line number="135" hits="1" branch="false"/>
1945
+ <line number="136" hits="1" branch="false"/>
1946
+ <line number="137" hits="1" branch="false"/>
1947
+ <line number="138" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1948
+ <line number="139" hits="2" branch="false"/>
1949
+ <line number="140" hits="2" branch="false"/>
1950
+ <line number="141" hits="1" branch="false"/>
1951
+ <line number="142" hits="1" branch="false"/>
1952
+ <line number="143" hits="1" branch="false"/>
1953
+ <line number="144" hits="1" branch="false"/>
1954
+ <line number="145" hits="1" branch="false"/>
1955
+ <line number="146" hits="1" branch="false"/>
1956
+ <line number="147" hits="1" branch="false"/>
1957
+ <line number="148" hits="1" branch="false"/>
1958
+ <line number="149" hits="1" branch="false"/>
1959
+ <line number="150" hits="1" branch="false"/>
1960
+ <line number="151" hits="1" branch="false"/>
1961
+ <line number="152" hits="1" branch="false"/>
1962
+ <line number="153" hits="1" branch="false"/>
1963
+ <line number="154" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1964
+ <line number="155" hits="4" branch="false"/>
1965
+ <line number="156" hits="4" branch="false"/>
1966
+ <line number="157" hits="1" branch="false"/>
1967
+ <line number="158" hits="1" branch="false"/>
1968
+ <line number="159" hits="1" branch="false"/>
1969
+ <line number="160" hits="1" branch="false"/>
1970
+ <line number="161" hits="1" branch="false"/>
1971
+ <line number="162" hits="1" branch="false"/>
1972
+ <line number="163" hits="1" branch="false"/>
1973
+ <line number="164" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1974
+ <line number="165" hits="1" branch="false"/>
1975
+ <line number="166" hits="1" branch="false"/>
1976
+ <line number="167" hits="1" branch="false"/>
1977
+ <line number="168" hits="1" branch="false"/>
1978
+ <line number="169" hits="1" branch="false"/>
1979
+ <line number="170" hits="1" branch="false"/>
1980
+ <line number="171" hits="1" branch="false"/>
1981
+ <line number="172" hits="1" branch="false"/>
1982
+ <line number="173" hits="1" branch="false"/>
1983
+ <line number="174" hits="1" branch="true" condition-coverage="100% (1/1)"/>
1984
+ <line number="175" hits="1" branch="false"/>
1985
+ <line number="176" hits="1" branch="false"/>
1986
+ <line number="177" hits="1" branch="false"/>
1987
+ <line number="178" hits="1" branch="false"/>
1988
+ <line number="179" hits="1" branch="false"/>
1989
+ <line number="180" hits="1" branch="false"/>
1990
+ <line number="181" hits="1" branch="false"/>
1991
+ <line number="182" hits="1" branch="false"/>
1992
+ <line number="183" hits="1" branch="false"/>
1993
+ <line number="184" hits="1" branch="false"/>
1994
+ <line number="185" hits="1" branch="false"/>
1995
+ <line number="186" hits="1" branch="false"/>
1996
+ <line number="187" hits="1" branch="false"/>
1997
+ <line number="188" hits="1" branch="false"/>
1998
+ <line number="189" hits="1" branch="false"/>
1999
+ <line number="190" hits="1" branch="false"/>
2000
+ <line number="191" hits="1" branch="false"/>
2001
+ <line number="192" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2002
+ <line number="193" hits="1" branch="false"/>
2003
+ <line number="194" hits="1" branch="false"/>
2004
+ <line number="195" hits="1" branch="false"/>
2005
+ <line number="196" hits="1" branch="false"/>
2006
+ <line number="197" hits="1" branch="false"/>
2007
+ <line number="198" hits="1" branch="false"/>
2008
+ <line number="199" hits="1" branch="false"/>
2009
+ <line number="200" hits="1" branch="false"/>
2010
+ <line number="201" hits="1" branch="false"/>
2011
+ <line number="202" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2012
+ <line number="203" hits="1" branch="false"/>
2013
+ <line number="204" hits="1" branch="false"/>
2014
+ <line number="205" hits="1" branch="false"/>
2015
+ </lines>
2016
+ </class>
2017
+ <class name="tools.ts" filename="src/lib/tools.ts" line-rate="0.992" branch-rate="0.9813">
2018
+ <methods>
2019
+ <method name="addRequestId" hits="107" signature="()V">
2020
+ <lines>
2021
+ <line number="18" hits="107"/>
2022
+ </lines>
2023
+ </method>
2024
+ <method name="removeRequestId" hits="114" signature="()V">
2025
+ <lines>
2026
+ <line number="32" hits="114"/>
2027
+ </lines>
2028
+ </method>
2029
+ <method name="debug" hits="2129" signature="()V">
2030
+ <lines>
2031
+ <line number="38" hits="2129"/>
2032
+ </lines>
2033
+ </method>
2034
+ <method name="getExecutable" hits="94" signature="()V">
2035
+ <lines>
2036
+ <line number="59" hits="94"/>
2037
+ </lines>
2038
+ </method>
2039
+ <method name="execute" hits="90" signature="()V">
2040
+ <lines>
2041
+ <line number="71" hits="90"/>
2042
+ </lines>
2043
+ </method>
2044
+ <method name="onStdOut" hits="71" signature="()V">
2045
+ <lines>
2046
+ <line number="86" hits="71"/>
2047
+ </lines>
2048
+ </method>
2049
+ <method name="onStdErr" hits="3" signature="()V">
2050
+ <lines>
2051
+ <line number="87" hits="3"/>
2052
+ </lines>
2053
+ </method>
2054
+ <method name="onError" hits="6" signature="()V">
2055
+ <lines>
2056
+ <line number="88" hits="6"/>
2057
+ </lines>
2058
+ </method>
2059
+ <method name="onClose" hits="90" signature="()V">
2060
+ <lines>
2061
+ <line number="91" hits="90"/>
2062
+ </lines>
2063
+ </method>
2064
+ <method name="request" hits="71" signature="()V">
2065
+ <lines>
2066
+ <line number="118" hits="71"/>
2067
+ </lines>
2068
+ </method>
2069
+ <method name="msg" hits="71" signature="()V">
2070
+ <lines>
2071
+ <line number="130" hits="71"/>
2072
+ </lines>
2073
+ </method>
2074
+ <method name="onStdOut" hits="59" signature="()V">
2075
+ <lines>
2076
+ <line number="134" hits="59"/>
2077
+ </lines>
2078
+ </method>
2079
+ <method name="onStdErr" hits="2" signature="()V">
2080
+ <lines>
2081
+ <line number="135" hits="2"/>
2082
+ </lines>
2083
+ </method>
2084
+ <method name="onError" hits="5" signature="()V">
2085
+ <lines>
2086
+ <line number="136" hits="5"/>
2087
+ </lines>
2088
+ </method>
2089
+ <method name="onClose" hits="71" signature="()V">
2090
+ <lines>
2091
+ <line number="139" hits="71"/>
2092
+ </lines>
2093
+ </method>
2094
+ <method name="getParamters" hits="78" signature="()V">
2095
+ <lines>
2096
+ <line number="184" hits="78"/>
2097
+ </lines>
2098
+ </method>
2099
+ <method name="parseStateStringAttr" hits="861" signature="()V">
2100
+ <lines>
2101
+ <line number="218" hits="861"/>
2102
+ </lines>
2103
+ </method>
2104
+ <method name="parseState" hits="127" signature="()V">
2105
+ <lines>
2106
+ <line number="233" hits="127"/>
2107
+ </lines>
2108
+ </method>
2109
+ <method name="d" hits="1771" signature="()V">
2110
+ <lines>
2111
+ <line number="234" hits="1771"/>
2112
+ </lines>
2113
+ </method>
2114
+ </methods>
2115
+ <lines>
2116
+ <line number="1" hits="1" branch="false"/>
2117
+ <line number="2" hits="1" branch="false"/>
2118
+ <line number="3" hits="1" branch="false"/>
2119
+ <line number="4" hits="1" branch="false"/>
2120
+ <line number="5" hits="1" branch="false"/>
2121
+ <line number="6" hits="1" branch="false"/>
2122
+ <line number="7" hits="1" branch="false"/>
2123
+ <line number="8" hits="1" branch="false"/>
2124
+ <line number="9" hits="1" branch="false"/>
2125
+ <line number="10" hits="1" branch="false"/>
2126
+ <line number="11" hits="1" branch="false"/>
2127
+ <line number="12" hits="1" branch="false"/>
2128
+ <line number="13" hits="1" branch="false"/>
2129
+ <line number="14" hits="1" branch="false"/>
2130
+ <line number="15" hits="1" branch="false"/>
2131
+ <line number="16" hits="1" branch="false"/>
2132
+ <line number="17" hits="1" branch="false"/>
2133
+ <line number="18" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2134
+ <line number="19" hits="107" branch="false"/>
2135
+ <line number="20" hits="107" branch="false"/>
2136
+ <line number="21" hits="107" branch="true" condition-coverage="100% (1/1)"/>
2137
+ <line number="22" hits="108" branch="false"/>
2138
+ <line number="23" hits="108" branch="true" condition-coverage="100% (1/1)"/>
2139
+ <line number="24" hits="107" branch="false"/>
2140
+ <line number="25" hits="107" branch="false"/>
2141
+ <line number="26" hits="107" branch="false"/>
2142
+ <line number="27" hits="108" branch="false"/>
2143
+ <line number="28" hits="107" branch="false"/>
2144
+ <line number="29" hits="107" branch="false"/>
2145
+ <line number="30" hits="107" branch="false"/>
2146
+ <line number="31" hits="1" branch="false"/>
2147
+ <line number="32" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2148
+ <line number="33" hits="114" branch="true" condition-coverage="100% (1/1)"/>
2149
+ <line number="34" hits="94" branch="false"/>
2150
+ <line number="35" hits="94" branch="false"/>
2151
+ <line number="36" hits="114" branch="false"/>
2152
+ <line number="37" hits="1" branch="false"/>
2153
+ <line number="38" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2154
+ <line number="39" hits="2129" branch="true" condition-coverage="100% (1/1)"/>
2155
+ <line number="40" hits="9" branch="true" condition-coverage="100% (2/2)"/>
2156
+ <line number="41" hits="9" branch="false"/>
2157
+ <line number="42" hits="9" branch="false"/>
2158
+ <line number="43" hits="9" branch="false"/>
2159
+ <line number="44" hits="9" branch="true" condition-coverage="100% (2/2)"/>
2160
+ <line number="45" hits="9" branch="true" condition-coverage="100% (2/2)"/>
2161
+ <line number="46" hits="9" branch="false"/>
2162
+ <line number="47" hits="9" branch="true" condition-coverage="100% (2/2)"/>
2163
+ <line number="48" hits="9" branch="false"/>
2164
+ <line number="49" hits="9" branch="true" condition-coverage="100% (2/2)"/>
2165
+ <line number="50" hits="9" branch="false"/>
2166
+ <line number="51" hits="9" branch="true" condition-coverage="100% (2/2)"/>
2167
+ <line number="52" hits="9" branch="false"/>
2168
+ <line number="53" hits="9" branch="false"/>
2169
+ <line number="54" hits="9" branch="false"/>
2170
+ <line number="55" hits="9" branch="false"/>
2171
+ <line number="56" hits="9" branch="false"/>
2172
+ <line number="57" hits="2129" branch="false"/>
2173
+ <line number="58" hits="1" branch="false"/>
2174
+ <line number="59" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2175
+ <line number="60" hits="94" branch="true" condition-coverage="100% (2/2)"/>
2176
+ <line number="61" hits="4" branch="false"/>
2177
+ <line number="62" hits="4" branch="false"/>
2178
+ <line number="63" hits="90" branch="true" condition-coverage="100% (3/3)"/>
2179
+ <line number="64" hits="3" branch="false"/>
2180
+ <line number="65" hits="3" branch="false"/>
2181
+ <line number="66" hits="87" branch="true" condition-coverage="100% (1/1)"/>
2182
+ <line number="67" hits="87" branch="false"/>
2183
+ <line number="68" hits="87" branch="false"/>
2184
+ <line number="69" hits="94" branch="false"/>
2185
+ <line number="70" hits="1" branch="false"/>
2186
+ <line number="71" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2187
+ <line number="72" hits="90" branch="false"/>
2188
+ <line number="73" hits="90" branch="false"/>
2189
+ <line number="74" hits="90" branch="false"/>
2190
+ <line number="75" hits="90" branch="false"/>
2191
+ <line number="76" hits="90" branch="false"/>
2192
+ <line number="77" hits="90" branch="false"/>
2193
+ <line number="78" hits="90" branch="true" condition-coverage="100% (2/2)"/>
2194
+ <line number="79" hits="90" branch="false"/>
2195
+ <line number="80" hits="90" branch="false"/>
2196
+ <line number="81" hits="90" branch="false"/>
2197
+ <line number="82" hits="90" branch="false"/>
2198
+ <line number="83" hits="90" branch="false"/>
2199
+ <line number="84" hits="90" branch="false"/>
2200
+ <line number="85" hits="90" branch="false"/>
2201
+ <line number="86" hits="90" branch="true" condition-coverage="100% (1/1)"/>
2202
+ <line number="87" hits="90" branch="true" condition-coverage="100% (1/1)"/>
2203
+ <line number="88" hits="90" branch="true" condition-coverage="100% (1/1)"/>
2204
+ <line number="89" hits="90" branch="false"/>
2205
+ <line number="90" hits="90" branch="false"/>
2206
+ <line number="91" hits="90" branch="true" condition-coverage="100% (1/1)"/>
2207
+ <line number="92" hits="90" branch="false"/>
2208
+ <line number="93" hits="90" branch="false"/>
2209
+ <line number="94" hits="90" branch="false"/>
2210
+ <line number="95" hits="90" branch="false"/>
2211
+ <line number="96" hits="90" branch="false"/>
2212
+ <line number="97" hits="90" branch="false"/>
2213
+ <line number="98" hits="90" branch="false"/>
2214
+ <line number="99" hits="90" branch="false"/>
2215
+ <line number="100" hits="90" branch="false"/>
2216
+ <line number="101" hits="90" branch="false"/>
2217
+ <line number="102" hits="90" branch="false"/>
2218
+ <line number="103" hits="90" branch="false"/>
2219
+ <line number="104" hits="90" branch="false"/>
2220
+ <line number="105" hits="90" branch="false"/>
2221
+ <line number="106" hits="90" branch="false"/>
2222
+ <line number="107" hits="90" branch="false"/>
2223
+ <line number="108" hits="90" branch="false"/>
2224
+ <line number="109" hits="90" branch="false"/>
2225
+ <line number="110" hits="90" branch="false"/>
2226
+ <line number="111" hits="90" branch="false"/>
2227
+ <line number="112" hits="90" branch="false"/>
2228
+ <line number="113" hits="90" branch="false"/>
2229
+ <line number="114" hits="90" branch="false"/>
2230
+ <line number="115" hits="90" branch="false"/>
2231
+ <line number="116" hits="90" branch="false"/>
2232
+ <line number="117" hits="1" branch="false"/>
2233
+ <line number="118" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2234
+ <line number="119" hits="71" branch="false"/>
2235
+ <line number="120" hits="71" branch="false"/>
2236
+ <line number="121" hits="71" branch="false"/>
2237
+ <line number="122" hits="71" branch="false"/>
2238
+ <line number="123" hits="71" branch="false"/>
2239
+ <line number="124" hits="71" branch="false"/>
2240
+ <line number="125" hits="71" branch="false"/>
2241
+ <line number="126" hits="71" branch="false"/>
2242
+ <line number="127" hits="71" branch="false"/>
2243
+ <line number="128" hits="71" branch="false"/>
2244
+ <line number="129" hits="71" branch="false"/>
2245
+ <line number="130" hits="71" branch="true" condition-coverage="100% (1/1)"/>
2246
+ <line number="131" hits="71" branch="false"/>
2247
+ <line number="132" hits="71" branch="false"/>
2248
+ <line number="133" hits="71" branch="false"/>
2249
+ <line number="134" hits="71" branch="true" condition-coverage="100% (1/1)"/>
2250
+ <line number="135" hits="71" branch="true" condition-coverage="100% (1/1)"/>
2251
+ <line number="136" hits="71" branch="true" condition-coverage="50% (1/2)"/>
2252
+ <line number="137" hits="71" branch="false"/>
2253
+ <line number="138" hits="71" branch="false"/>
2254
+ <line number="139" hits="71" branch="true" condition-coverage="100% (1/1)"/>
2255
+ <line number="140" hits="71" branch="false"/>
2256
+ <line number="141" hits="71" branch="false"/>
2257
+ <line number="142" hits="71" branch="false"/>
2258
+ <line number="143" hits="71" branch="false"/>
2259
+ <line number="144" hits="71" branch="false"/>
2260
+ <line number="145" hits="71" branch="false"/>
2261
+ <line number="146" hits="71" branch="false"/>
2262
+ <line number="147" hits="71" branch="false"/>
2263
+ <line number="148" hits="71" branch="false"/>
2264
+ <line number="149" hits="71" branch="false"/>
2265
+ <line number="150" hits="71" branch="false"/>
2266
+ <line number="151" hits="71" branch="false"/>
2267
+ <line number="152" hits="71" branch="false"/>
2268
+ <line number="153" hits="71" branch="false"/>
2269
+ <line number="154" hits="71" branch="false"/>
2270
+ <line number="155" hits="71" branch="false"/>
2271
+ <line number="156" hits="71" branch="false"/>
2272
+ <line number="157" hits="71" branch="false"/>
2273
+ <line number="158" hits="71" branch="false"/>
2274
+ <line number="159" hits="71" branch="false"/>
2275
+ <line number="160" hits="71" branch="false"/>
2276
+ <line number="161" hits="71" branch="false"/>
2277
+ <line number="162" hits="71" branch="false"/>
2278
+ <line number="163" hits="71" branch="false"/>
2279
+ <line number="164" hits="66" branch="true" condition-coverage="100% (1/1)"/>
2280
+ <line number="165" hits="71" branch="true" condition-coverage="100% (1/1)"/>
2281
+ <line number="166" hits="2" branch="false"/>
2282
+ <line number="167" hits="2" branch="false"/>
2283
+ <line number="168" hits="2" branch="false"/>
2284
+ <line number="169" hits="2" branch="false"/>
2285
+ <line number="170" hits="71" branch="true" condition-coverage="100% (2/2)"/>
2286
+ <line number="171" hits="51" branch="false"/>
2287
+ <line number="172" hits="51" branch="false"/>
2288
+ <line number="173" hits="51" branch="false"/>
2289
+ <line number="174" hits="51" branch="true" condition-coverage="100% (1/1)"/>
2290
+ <line number="175" hits="1" branch="false"/>
2291
+ <line number="176" hits="1" branch="false"/>
2292
+ <line number="177" hits="1" branch="false"/>
2293
+ <line number="178" hits="1" branch="false"/>
2294
+ <line number="179" hits="51" branch="false"/>
2295
+ <line number="180" hits="13" branch="true" condition-coverage="100% (1/1)"/>
2296
+ <line number="181" hits="13" branch="false"/>
2297
+ <line number="182" hits="13" branch="false"/>
2298
+ <line number="183" hits="1" branch="false"/>
2299
+ <line number="184" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2300
+ <line number="185" hits="78" branch="false"/>
2301
+ <line number="186" hits="78" branch="false"/>
2302
+ <line number="187" hits="78" branch="true" condition-coverage="100% (1/1)"/>
2303
+ <line number="188" hits="1" branch="false"/>
2304
+ <line number="189" hits="1" branch="false"/>
2305
+ <line number="190" hits="77" branch="true" condition-coverage="100% (2/2)"/>
2306
+ <line number="191" hits="66" branch="false"/>
2307
+ <line number="192" hits="66" branch="false"/>
2308
+ <line number="193" hits="78" branch="true" condition-coverage="100% (1/1)"/>
2309
+ <line number="194" hits="1" branch="false"/>
2310
+ <line number="195" hits="1" branch="false"/>
2311
+ <line number="196" hits="78" branch="true" condition-coverage="100% (1/1)"/>
2312
+ <line number="197" hits="1" branch="false"/>
2313
+ <line number="198" hits="1" branch="false"/>
2314
+ <line number="199" hits="78" branch="true" condition-coverage="100% (1/1)"/>
2315
+ <line number="200" hits="1" branch="false"/>
2316
+ <line number="201" hits="1" branch="false"/>
2317
+ <line number="202" hits="78" branch="true" condition-coverage="100% (1/1)"/>
2318
+ <line number="203" hits="1" branch="false"/>
2319
+ <line number="204" hits="1" branch="false"/>
2320
+ <line number="205" hits="78" branch="true" condition-coverage="100% (1/1)"/>
2321
+ <line number="206" hits="1" branch="false"/>
2322
+ <line number="207" hits="1" branch="false"/>
2323
+ <line number="208" hits="78" branch="true" condition-coverage="100% (1/1)"/>
2324
+ <line number="209" hits="1" branch="false"/>
2325
+ <line number="210" hits="1" branch="false"/>
2326
+ <line number="211" hits="78" branch="true" condition-coverage="100% (1/1)"/>
2327
+ <line number="212" hits="1" branch="false"/>
2328
+ <line number="213" hits="1" branch="false"/>
2329
+ <line number="214" hits="78" branch="false"/>
2330
+ <line number="215" hits="78" branch="false"/>
2331
+ <line number="216" hits="78" branch="false"/>
2332
+ <line number="217" hits="1" branch="false"/>
2333
+ <line number="218" hits="861" branch="true" condition-coverage="100% (1/1)"/>
2334
+ <line number="219" hits="861" branch="false"/>
2335
+ <line number="220" hits="861" branch="false"/>
2336
+ <line number="221" hits="861" branch="false"/>
2337
+ <line number="222" hits="861" branch="false"/>
2338
+ <line number="223" hits="861" branch="false"/>
2339
+ <line number="224" hits="861" branch="false"/>
2340
+ <line number="225" hits="861" branch="true" condition-coverage="100% (1/1)"/>
2341
+ <line number="226" hits="35" branch="false"/>
2342
+ <line number="227" hits="35" branch="false"/>
2343
+ <line number="228" hits="35" branch="false"/>
2344
+ <line number="229" hits="826" branch="true" condition-coverage="100% (1/1)"/>
2345
+ <line number="230" hits="826" branch="false"/>
2346
+ <line number="231" hits="826" branch="false"/>
2347
+ <line number="232" hits="1" branch="false"/>
2348
+ <line number="233" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2349
+ <line number="234" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2350
+ <line number="235" hits="127" branch="false"/>
2351
+ <line number="236" hits="127" branch="false"/>
2352
+ <line number="237" hits="127" branch="false"/>
2353
+ <line number="238" hits="127" branch="false"/>
2354
+ <line number="239" hits="127" branch="false"/>
2355
+ <line number="240" hits="127" branch="false"/>
2356
+ <line number="241" hits="127" branch="false"/>
2357
+ <line number="242" hits="127" branch="false"/>
2358
+ <line number="243" hits="127" branch="false"/>
2359
+ <line number="244" hits="127" branch="false"/>
2360
+ <line number="245" hits="127" branch="false"/>
2361
+ <line number="246" hits="127" branch="false"/>
2362
+ <line number="247" hits="127" branch="false"/>
2363
+ <line number="248" hits="127" branch="false"/>
2364
+ <line number="249" hits="127" branch="false"/>
2365
+ <line number="250" hits="127" branch="false"/>
2366
+ <line number="251" hits="127" branch="false"/>
2367
+ <line number="252" hits="127" branch="true" condition-coverage="100% (2/2)"/>
2368
+ <line number="253" hits="1" branch="false"/>
2369
+ <line number="254" hits="1" branch="false"/>
2370
+ <line number="255" hits="127" branch="true" condition-coverage="100% (2/2)"/>
2371
+ <line number="256" hits="3" branch="false"/>
2372
+ <line number="257" hits="3" branch="false"/>
2373
+ <line number="258" hits="3" branch="false"/>
2374
+ <line number="259" hits="3" branch="false"/>
2375
+ <line number="260" hits="3" branch="false"/>
2376
+ <line number="261" hits="3" branch="false"/>
2377
+ <line number="262" hits="3" branch="false"/>
2378
+ <line number="263" hits="123" branch="true" condition-coverage="100% (1/1)"/>
2379
+ <line number="264" hits="123" branch="false"/>
2380
+ <line number="265" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2381
+ <line number="266" hits="9" branch="false"/>
2382
+ <line number="267" hits="9" branch="true" condition-coverage="100% (1/1)"/>
2383
+ <line number="268" hits="8" branch="false"/>
2384
+ <line number="269" hits="8" branch="false"/>
2385
+ <line number="270" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2386
+ <line number="271" hits="1" branch="false"/>
2387
+ <line number="272" hits="1" branch="false"/>
2388
+ <line number="273" hits="9" branch="false"/>
2389
+ <line number="274" hits="114" branch="true" condition-coverage="100% (1/1)"/>
2390
+ <line number="275" hits="114" branch="false"/>
2391
+ <line number="276" hits="114" branch="false"/>
2392
+ <line number="277" hits="123" branch="true" condition-coverage="100% (1/1)"/>
2393
+ <line number="278" hits="123" branch="false"/>
2394
+ <line number="279" hits="123" branch="false"/>
2395
+ <line number="280" hits="123" branch="false"/>
2396
+ <line number="281" hits="123" branch="false"/>
2397
+ <line number="282" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2398
+ <line number="283" hits="6" branch="true" condition-coverage="100% (1/1)"/>
2399
+ <line number="284" hits="6" branch="true" condition-coverage="100% (1/1)"/>
2400
+ <line number="285" hits="5" branch="false"/>
2401
+ <line number="286" hits="5" branch="false"/>
2402
+ <line number="287" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2403
+ <line number="288" hits="1" branch="false"/>
2404
+ <line number="289" hits="1" branch="false"/>
2405
+ <line number="290" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2406
+ <line number="291" hits="117" branch="false"/>
2407
+ <line number="292" hits="117" branch="false"/>
2408
+ <line number="293" hits="123" branch="true" condition-coverage="100% (1/1)"/>
2409
+ <line number="294" hits="123" branch="false"/>
2410
+ <line number="295" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2411
+ <line number="296" hits="6" branch="true" condition-coverage="100% (1/1)"/>
2412
+ <line number="297" hits="6" branch="true" condition-coverage="100% (1/1)"/>
2413
+ <line number="298" hits="5" branch="false"/>
2414
+ <line number="299" hits="5" branch="false"/>
2415
+ <line number="300" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2416
+ <line number="301" hits="1" branch="false"/>
2417
+ <line number="302" hits="1" branch="false"/>
2418
+ <line number="303" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2419
+ <line number="304" hits="117" branch="false"/>
2420
+ <line number="305" hits="117" branch="false"/>
2421
+ <line number="306" hits="123" branch="true" condition-coverage="100% (1/1)"/>
2422
+ <line number="307" hits="123" branch="false"/>
2423
+ <line number="308" hits="123" branch="false"/>
2424
+ <line number="309" hits="123" branch="false"/>
2425
+ <line number="310" hits="123" branch="false"/>
2426
+ <line number="311" hits="123" branch="false"/>
2427
+ <line number="312" hits="123" branch="false"/>
2428
+ <line number="313" hits="123" branch="false"/>
2429
+ <line number="314" hits="123" branch="false"/>
2430
+ <line number="315" hits="123" branch="false"/>
2431
+ <line number="316" hits="123" branch="false"/>
2432
+ <line number="317" hits="123" branch="false"/>
2433
+ <line number="318" hits="123" branch="false"/>
2434
+ <line number="319" hits="123" branch="false"/>
2435
+ <line number="320" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2436
+ <line number="321" hits="5" branch="false"/>
2437
+ <line number="322" hits="5" branch="false"/>
2438
+ <line number="323" hits="118" branch="true" condition-coverage="100% (1/1)"/>
2439
+ <line number="324" hits="118" branch="false"/>
2440
+ <line number="325" hits="118" branch="false"/>
2441
+ <line number="326" hits="123" branch="true" condition-coverage="100% (1/1)"/>
2442
+ <line number="327" hits="123" branch="false"/>
2443
+ <line number="328" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2444
+ <line number="329" hits="5" branch="false"/>
2445
+ <line number="330" hits="5" branch="false"/>
2446
+ <line number="331" hits="118" branch="true" condition-coverage="100% (1/1)"/>
2447
+ <line number="332" hits="118" branch="false"/>
2448
+ <line number="333" hits="118" branch="false"/>
2449
+ <line number="334" hits="123" branch="true" condition-coverage="100% (1/1)"/>
2450
+ <line number="335" hits="123" branch="false"/>
2451
+ <line number="336" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2452
+ <line number="337" hits="6" branch="true" condition-coverage="100% (1/1)"/>
2453
+ <line number="338" hits="6" branch="true" condition-coverage="100% (1/1)"/>
2454
+ <line number="339" hits="5" branch="false"/>
2455
+ <line number="340" hits="5" branch="false"/>
2456
+ <line number="341" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2457
+ <line number="342" hits="1" branch="false"/>
2458
+ <line number="343" hits="1" branch="false"/>
2459
+ <line number="344" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2460
+ <line number="345" hits="117" branch="false"/>
2461
+ <line number="346" hits="117" branch="false"/>
2462
+ <line number="347" hits="123" branch="true" condition-coverage="100% (1/1)"/>
2463
+ <line number="348" hits="123" branch="false"/>
2464
+ <line number="349" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2465
+ <line number="350" hits="6" branch="true" condition-coverage="100% (1/1)"/>
2466
+ <line number="351" hits="6" branch="true" condition-coverage="100% (1/1)"/>
2467
+ <line number="352" hits="5" branch="false"/>
2468
+ <line number="353" hits="5" branch="false"/>
2469
+ <line number="354" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2470
+ <line number="355" hits="1" branch="false"/>
2471
+ <line number="356" hits="1" branch="false"/>
2472
+ <line number="357" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2473
+ <line number="358" hits="117" branch="false"/>
2474
+ <line number="359" hits="117" branch="false"/>
2475
+ <line number="360" hits="123" branch="true" condition-coverage="100% (1/1)"/>
2476
+ <line number="361" hits="123" branch="false"/>
2477
+ <line number="362" hits="123" branch="false"/>
2478
+ <line number="363" hits="123" branch="false"/>
2479
+ <line number="364" hits="123" branch="false"/>
2480
+ <line number="365" hits="123" branch="false"/>
2481
+ <line number="366" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2482
+ <line number="367" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2483
+ <line number="368" hits="1" branch="false"/>
2484
+ <line number="369" hits="1" branch="false"/>
2485
+ <line number="370" hits="1" branch="false"/>
2486
+ <line number="371" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2487
+ <line number="372" hits="0" branch="false"/>
2488
+ <line number="373" hits="0" branch="false"/>
2489
+ <line number="374" hits="127" branch="true" condition-coverage="100% (1/1)"/>
2490
+ <line number="375" hits="122" branch="false"/>
2491
+ <line number="376" hits="122" branch="false"/>
2492
+ <line number="377" hits="123" branch="true" condition-coverage="100% (1/1)"/>
2493
+ <line number="378" hits="123" branch="false"/>
2494
+ <line number="379" hits="123" branch="false"/>
2495
+ </lines>
2496
+ </class>
2497
+ <class name="types.ts" filename="src/lib/types.ts" line-rate="1" branch-rate="1">
2498
+ <methods>
2499
+ </methods>
2500
+ <lines>
2501
+ <line number="1" hits="1" branch="false"/>
2502
+ <line number="2" hits="1" branch="false"/>
2503
+ <line number="3" hits="1" branch="false"/>
2504
+ <line number="4" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2505
+ <line number="5" hits="1" branch="false"/>
2506
+ <line number="6" hits="1" branch="false"/>
2507
+ <line number="7" hits="1" branch="false"/>
2508
+ <line number="8" hits="1" branch="false"/>
2509
+ <line number="9" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2510
+ <line number="10" hits="1" branch="false"/>
2511
+ <line number="11" hits="1" branch="false"/>
2512
+ <line number="12" hits="1" branch="false"/>
2513
+ <line number="13" hits="1" branch="false"/>
2514
+ <line number="14" hits="1" branch="false"/>
2515
+ <line number="15" hits="1" branch="false"/>
2516
+ <line number="16" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2517
+ <line number="17" hits="1" branch="false"/>
2518
+ <line number="18" hits="1" branch="false"/>
2519
+ <line number="19" hits="1" branch="false"/>
2520
+ <line number="20" hits="1" branch="false"/>
2521
+ <line number="21" hits="1" branch="false"/>
2522
+ <line number="22" hits="1" branch="false"/>
2523
+ <line number="23" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2524
+ <line number="24" hits="1" branch="false"/>
2525
+ <line number="25" hits="1" branch="false"/>
2526
+ <line number="26" hits="1" branch="false"/>
2527
+ <line number="27" hits="1" branch="false"/>
2528
+ <line number="28" hits="1" branch="false"/>
2529
+ <line number="29" hits="1" branch="false"/>
2530
+ <line number="30" hits="1" branch="false"/>
2531
+ <line number="31" hits="1" branch="false"/>
2532
+ <line number="32" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2533
+ <line number="33" hits="1" branch="false"/>
2534
+ <line number="34" hits="1" branch="false"/>
2535
+ <line number="35" hits="1" branch="false"/>
2536
+ <line number="36" hits="1" branch="false"/>
2537
+ <line number="37" hits="1" branch="false"/>
2538
+ <line number="38" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2539
+ <line number="39" hits="1" branch="false"/>
2540
+ <line number="40" hits="1" branch="false"/>
2541
+ <line number="41" hits="1" branch="false"/>
2542
+ <line number="42" hits="1" branch="false"/>
2543
+ <line number="43" hits="1" branch="false"/>
2544
+ <line number="44" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2545
+ <line number="45" hits="1" branch="false"/>
2546
+ <line number="46" hits="1" branch="false"/>
2547
+ <line number="47" hits="1" branch="false"/>
2548
+ <line number="48" hits="1" branch="false"/>
2549
+ <line number="49" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2550
+ <line number="50" hits="1" branch="false"/>
2551
+ <line number="51" hits="1" branch="false"/>
2552
+ <line number="52" hits="1" branch="false"/>
2553
+ <line number="53" hits="1" branch="false"/>
2554
+ <line number="54" hits="1" branch="false"/>
2555
+ <line number="55" hits="1" branch="false"/>
2556
+ <line number="56" hits="1" branch="false"/>
2557
+ <line number="57" hits="1" branch="false"/>
2558
+ <line number="58" hits="1" branch="false"/>
2559
+ <line number="59" hits="1" branch="false"/>
2560
+ <line number="60" hits="1" branch="false"/>
2561
+ <line number="61" hits="1" branch="false"/>
2562
+ <line number="62" hits="1" branch="false"/>
2563
+ <line number="63" hits="1" branch="false"/>
2564
+ <line number="64" hits="1" branch="false"/>
2565
+ <line number="65" hits="1" branch="false"/>
2566
+ <line number="66" hits="1" branch="false"/>
2567
+ <line number="67" hits="1" branch="false"/>
2568
+ <line number="68" hits="1" branch="false"/>
2569
+ <line number="69" hits="1" branch="false"/>
2570
+ <line number="70" hits="1" branch="false"/>
2571
+ <line number="71" hits="1" branch="false"/>
2572
+ <line number="72" hits="1" branch="false"/>
2573
+ <line number="73" hits="1" branch="false"/>
2574
+ <line number="74" hits="1" branch="false"/>
2575
+ <line number="75" hits="1" branch="false"/>
2576
+ <line number="76" hits="1" branch="false"/>
2577
+ <line number="77" hits="1" branch="false"/>
2578
+ <line number="78" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2579
+ <line number="79" hits="1" branch="false"/>
2580
+ <line number="80" hits="1" branch="false"/>
2581
+ <line number="81" hits="1" branch="false"/>
2582
+ <line number="82" hits="1" branch="false"/>
2583
+ <line number="83" hits="1" branch="false"/>
2584
+ <line number="84" hits="1" branch="false"/>
2585
+ <line number="85" hits="1" branch="false"/>
2586
+ <line number="86" hits="1" branch="false"/>
2587
+ <line number="87" hits="1" branch="false"/>
2588
+ <line number="88" hits="1" branch="false"/>
2589
+ <line number="89" hits="1" branch="false"/>
2590
+ <line number="90" hits="1" branch="false"/>
2591
+ <line number="91" hits="1" branch="false"/>
2592
+ <line number="92" hits="1" branch="false"/>
2593
+ <line number="93" hits="1" branch="false"/>
2594
+ <line number="94" hits="1" branch="false"/>
2595
+ <line number="95" hits="1" branch="false"/>
2596
+ <line number="96" hits="1" branch="false"/>
2597
+ <line number="97" hits="1" branch="false"/>
2598
+ <line number="98" hits="1" branch="false"/>
2599
+ <line number="99" hits="1" branch="false"/>
2600
+ <line number="100" hits="1" branch="false"/>
2601
+ <line number="101" hits="1" branch="false"/>
2602
+ <line number="102" hits="1" branch="false"/>
2603
+ <line number="103" hits="1" branch="false"/>
2604
+ <line number="104" hits="1" branch="true" condition-coverage="100% (1/1)"/>
2605
+ <line number="105" hits="1" branch="false"/>
2606
+ <line number="106" hits="1" branch="false"/>
2607
+ <line number="107" hits="1" branch="false"/>
2608
+ <line number="108" hits="1" branch="false"/>
2609
+ <line number="109" hits="1" branch="false"/>
2610
+ <line number="110" hits="1" branch="false"/>
2611
+ <line number="111" hits="1" branch="false"/>
2612
+ <line number="112" hits="1" branch="false"/>
2613
+ <line number="113" hits="1" branch="false"/>
2614
+ <line number="114" hits="1" branch="false"/>
2615
+ <line number="115" hits="1" branch="false"/>
2616
+ <line number="116" hits="1" branch="false"/>
2617
+ <line number="117" hits="1" branch="false"/>
2618
+ <line number="118" hits="1" branch="false"/>
2619
+ <line number="119" hits="1" branch="false"/>
2620
+ <line number="120" hits="1" branch="false"/>
2621
+ <line number="121" hits="1" branch="false"/>
2622
+ <line number="122" hits="1" branch="false"/>
2623
+ <line number="123" hits="1" branch="false"/>
2624
+ <line number="124" hits="1" branch="false"/>
2625
+ <line number="125" hits="1" branch="false"/>
2626
+ <line number="126" hits="1" branch="false"/>
2627
+ <line number="127" hits="1" branch="false"/>
2628
+ <line number="128" hits="1" branch="false"/>
2629
+ <line number="129" hits="1" branch="false"/>
2630
+ <line number="130" hits="1" branch="false"/>
2631
+ <line number="131" hits="1" branch="false"/>
2632
+ <line number="132" hits="1" branch="false"/>
2633
+ <line number="133" hits="1" branch="false"/>
2634
+ <line number="134" hits="1" branch="false"/>
2635
+ <line number="135" hits="1" branch="false"/>
2636
+ <line number="136" hits="1" branch="false"/>
2637
+ <line number="137" hits="1" branch="false"/>
2638
+ <line number="138" hits="1" branch="false"/>
2639
+ <line number="139" hits="1" branch="false"/>
2640
+ <line number="140" hits="1" branch="false"/>
2641
+ <line number="141" hits="1" branch="false"/>
2642
+ <line number="142" hits="1" branch="false"/>
2643
+ <line number="143" hits="1" branch="false"/>
2644
+ <line number="144" hits="1" branch="false"/>
2645
+ <line number="145" hits="1" branch="false"/>
2646
+ <line number="146" hits="1" branch="false"/>
2647
+ <line number="147" hits="1" branch="false"/>
2648
+ <line number="148" hits="1" branch="false"/>
2649
+ <line number="149" hits="1" branch="false"/>
2650
+ <line number="150" hits="1" branch="false"/>
2651
+ <line number="151" hits="1" branch="false"/>
2652
+ <line number="152" hits="1" branch="false"/>
2653
+ <line number="153" hits="1" branch="false"/>
2654
+ <line number="154" hits="1" branch="false"/>
2655
+ <line number="155" hits="1" branch="false"/>
2656
+ <line number="156" hits="1" branch="false"/>
2657
+ <line number="157" hits="1" branch="false"/>
2658
+ <line number="158" hits="1" branch="false"/>
2659
+ <line number="159" hits="1" branch="false"/>
2660
+ <line number="160" hits="1" branch="false"/>
2661
+ <line number="161" hits="1" branch="false"/>
2662
+ <line number="162" hits="1" branch="false"/>
2663
+ <line number="163" hits="1" branch="false"/>
2664
+ <line number="164" hits="1" branch="false"/>
2665
+ <line number="165" hits="1" branch="false"/>
2666
+ <line number="166" hits="1" branch="false"/>
2667
+ <line number="167" hits="1" branch="false"/>
2668
+ <line number="168" hits="1" branch="false"/>
2669
+ <line number="169" hits="1" branch="false"/>
2670
+ <line number="170" hits="1" branch="false"/>
2671
+ <line number="171" hits="1" branch="false"/>
2672
+ <line number="172" hits="1" branch="false"/>
2673
+ <line number="173" hits="1" branch="false"/>
2674
+ <line number="174" hits="1" branch="false"/>
2675
+ <line number="175" hits="1" branch="false"/>
2676
+ <line number="176" hits="1" branch="false"/>
2677
+ <line number="177" hits="1" branch="false"/>
2678
+ <line number="178" hits="1" branch="false"/>
2679
+ <line number="179" hits="1" branch="false"/>
2680
+ <line number="180" hits="1" branch="false"/>
2681
+ <line number="181" hits="1" branch="false"/>
2682
+ <line number="182" hits="1" branch="false"/>
2683
+ <line number="183" hits="1" branch="false"/>
2684
+ <line number="184" hits="1" branch="false"/>
2685
+ <line number="185" hits="1" branch="false"/>
2686
+ <line number="186" hits="1" branch="false"/>
2687
+ <line number="187" hits="1" branch="false"/>
2688
+ <line number="188" hits="1" branch="false"/>
2689
+ <line number="189" hits="1" branch="false"/>
2690
+ <line number="190" hits="1" branch="false"/>
2691
+ <line number="191" hits="1" branch="false"/>
2692
+ <line number="192" hits="1" branch="false"/>
2693
+ <line number="193" hits="1" branch="false"/>
2694
+ <line number="194" hits="1" branch="false"/>
2695
+ <line number="195" hits="1" branch="false"/>
2696
+ <line number="196" hits="1" branch="false"/>
2697
+ <line number="197" hits="1" branch="false"/>
2698
+ <line number="198" hits="1" branch="false"/>
2699
+ </lines>
2700
+ </class>
2701
+ </classes>
2702
+ </package>
1541
2703
  </packages>
1542
2704
  </coverage>