imposium-js-sdk 3.5.5 → 3.5.7

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 (70) hide show
  1. package/.prettierignore +13 -0
  2. package/CODESTEWARDS.md +12 -0
  3. package/README.md +14 -15
  4. package/coverage/base.css +224 -0
  5. package/coverage/block-navigation.js +87 -0
  6. package/coverage/cobertura-coverage.xml +1574 -0
  7. package/coverage/coverage-final.json +13 -0
  8. package/coverage/coverage-summary.json +14 -0
  9. package/coverage/favicon.png +0 -0
  10. package/coverage/index.html +176 -0
  11. package/coverage/junit.xml +355 -0
  12. package/coverage/lcov-report/base.css +224 -0
  13. package/coverage/lcov-report/block-navigation.js +87 -0
  14. package/coverage/lcov-report/favicon.png +0 -0
  15. package/coverage/lcov-report/index.html +176 -0
  16. package/coverage/lcov-report/prettify.css +1 -0
  17. package/coverage/lcov-report/prettify.js +2 -0
  18. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  19. package/coverage/lcov-report/sorter.js +210 -0
  20. package/coverage/lcov-report/src/Entry.ts.html +205 -0
  21. package/coverage/lcov-report/src/client/Client.ts.html +1468 -0
  22. package/coverage/lcov-report/src/client/DirectDeliveryPipe.ts.html +658 -0
  23. package/coverage/lcov-report/src/client/http/API.ts.html +526 -0
  24. package/coverage/lcov-report/src/client/http/index.html +116 -0
  25. package/coverage/lcov-report/src/client/index.html +131 -0
  26. package/coverage/lcov-report/src/index.html +116 -0
  27. package/coverage/lcov-report/src/scaffolding/ExceptionPipe.ts.html +430 -0
  28. package/coverage/lcov-report/src/scaffolding/Exceptions.ts.html +616 -0
  29. package/coverage/lcov-report/src/scaffolding/GoogleAnalytics.ts.html +424 -0
  30. package/coverage/lcov-report/src/scaffolding/Helpers.ts.html +412 -0
  31. package/coverage/lcov-report/src/scaffolding/Version.ts.html +118 -0
  32. package/coverage/lcov-report/src/scaffolding/index.html +176 -0
  33. package/coverage/lcov-report/src/video/FallbackPlayer.ts.html +133 -0
  34. package/coverage/lcov-report/src/video/Player.ts.html +1663 -0
  35. package/coverage/lcov-report/src/video/VideoPlayer.ts.html +679 -0
  36. package/coverage/lcov-report/src/video/index.html +146 -0
  37. package/coverage/lcov.info +1426 -0
  38. package/coverage/prettify.css +1 -0
  39. package/coverage/prettify.js +2 -0
  40. package/coverage/sort-arrow-sprite.png +0 -0
  41. package/coverage/sorter.js +210 -0
  42. package/coverage/src/Entry.ts.html +205 -0
  43. package/coverage/src/client/Client.ts.html +1468 -0
  44. package/coverage/src/client/DirectDeliveryPipe.ts.html +658 -0
  45. package/coverage/src/client/http/API.ts.html +526 -0
  46. package/coverage/src/client/http/index.html +116 -0
  47. package/coverage/src/client/index.html +131 -0
  48. package/coverage/src/index.html +116 -0
  49. package/coverage/src/scaffolding/ExceptionPipe.ts.html +430 -0
  50. package/coverage/src/scaffolding/Exceptions.ts.html +616 -0
  51. package/coverage/src/scaffolding/GoogleAnalytics.ts.html +424 -0
  52. package/coverage/src/scaffolding/Helpers.ts.html +412 -0
  53. package/coverage/src/scaffolding/Version.ts.html +118 -0
  54. package/coverage/src/scaffolding/index.html +176 -0
  55. package/coverage/src/video/FallbackPlayer.ts.html +133 -0
  56. package/coverage/src/video/Player.ts.html +1663 -0
  57. package/coverage/src/video/VideoPlayer.ts.html +679 -0
  58. package/coverage/src/video/index.html +146 -0
  59. package/eslint-report.xml +1 -0
  60. package/examples/web/.eslintrc.json +10 -14
  61. package/lib/imposium.js +8023 -7999
  62. package/lib/imposium.js.map +1 -1
  63. package/lib/imposium.min.js +1 -1
  64. package/lib/imposium.min.js.LICENSE.txt +1 -1
  65. package/lib/imposium.min.js.map +1 -1
  66. package/package.json +38 -9
  67. package/tsconfig.eslint.json +8 -0
  68. package/vitest.config.ts +37 -0
  69. package/.eslintrc.js +0 -168
  70. package/CODEOWNERS +0 -1
@@ -0,0 +1,1574 @@
1
+ <?xml version="1.0" ?>
2
+ <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
+ <coverage lines-valid="708" lines-covered="619" line-rate="0.8742" branches-valid="304" branches-covered="234" branch-rate="0.7696999999999999" timestamp="1782311649206" complexity="0" version="0.1">
4
+ <sources>
5
+ <source>/opt/buildagent/work/32523f1dc87b9a4f</source>
6
+ </sources>
7
+ <packages>
8
+ <package name="src" line-rate="0" branch-rate="1">
9
+ <classes>
10
+ <class name="Entry.ts" filename="src/Entry.ts" line-rate="0" branch-rate="1">
11
+ <methods>
12
+ </methods>
13
+ <lines>
14
+ <line number="36" hits="0" branch="false"/>
15
+ <line number="38" hits="0" branch="false"/>
16
+ </lines>
17
+ </class>
18
+ </classes>
19
+ </package>
20
+ <package name="src.client" line-rate="0.9059" branch-rate="0.7881">
21
+ <classes>
22
+ <class name="Client.ts" filename="src/client/Client.ts" line-rate="0.9136" branch-rate="0.8">
23
+ <methods>
24
+ <method name="constructor" hits="33" signature="()V">
25
+ <lines>
26
+ <line number="108" hits="33"/>
27
+ </lines>
28
+ </method>
29
+ <method name="(anonymous_1)" hits="33" signature="()V">
30
+ <lines>
31
+ <line number="115" hits="33"/>
32
+ </lines>
33
+ </method>
34
+ <method name="(anonymous_2)" hits="2" signature="()V">
35
+ <lines>
36
+ <line number="144" hits="2"/>
37
+ </lines>
38
+ </method>
39
+ <method name="(anonymous_3)" hits="3" signature="()V">
40
+ <lines>
41
+ <line number="145" hits="3"/>
42
+ </lines>
43
+ </method>
44
+ <method name="(anonymous_4)" hits="1" signature="()V">
45
+ <lines>
46
+ <line number="146" hits="1"/>
47
+ </lines>
48
+ </method>
49
+ <method name="(anonymous_5)" hits="30" signature="()V">
50
+ <lines>
51
+ <line number="155" hits="30"/>
52
+ </lines>
53
+ </method>
54
+ <method name="(anonymous_6)" hits="0" signature="()V">
55
+ <lines>
56
+ <line number="167" hits="0"/>
57
+ </lines>
58
+ </method>
59
+ <method name="(anonymous_7)" hits="6" signature="()V">
60
+ <lines>
61
+ <line number="180" hits="6"/>
62
+ </lines>
63
+ </method>
64
+ <method name="(anonymous_8)" hits="20" signature="()V">
65
+ <lines>
66
+ <line number="199" hits="20"/>
67
+ </lines>
68
+ </method>
69
+ <method name="(anonymous_9)" hits="4" signature="()V">
70
+ <lines>
71
+ <line number="229" hits="4"/>
72
+ </lines>
73
+ </method>
74
+ <method name="(anonymous_10)" hits="5" signature="()V">
75
+ <lines>
76
+ <line number="248" hits="5"/>
77
+ </lines>
78
+ </method>
79
+ <method name="(anonymous_11)" hits="2" signature="()V">
80
+ <lines>
81
+ <line number="261" hits="2"/>
82
+ </lines>
83
+ </method>
84
+ <method name="(anonymous_12)" hits="3" signature="()V">
85
+ <lines>
86
+ <line number="287" hits="3"/>
87
+ </lines>
88
+ </method>
89
+ <method name="(anonymous_13)" hits="2" signature="()V">
90
+ <lines>
91
+ <line number="317" hits="2"/>
92
+ </lines>
93
+ </method>
94
+ <method name="(anonymous_14)" hits="1" signature="()V">
95
+ <lines>
96
+ <line number="342" hits="1"/>
97
+ </lines>
98
+ </method>
99
+ <method name="(anonymous_15)" hits="1" signature="()V">
100
+ <lines>
101
+ <line number="367" hits="1"/>
102
+ </lines>
103
+ </method>
104
+ <method name="(anonymous_16)" hits="6" signature="()V">
105
+ <lines>
106
+ <line number="395" hits="6"/>
107
+ </lines>
108
+ </method>
109
+ <method name="(anonymous_17)" hits="2" signature="()V">
110
+ <lines>
111
+ <line number="404" hits="2"/>
112
+ </lines>
113
+ </method>
114
+ <method name="(anonymous_18)" hits="3" signature="()V">
115
+ <lines>
116
+ <line number="421" hits="3"/>
117
+ </lines>
118
+ </method>
119
+ <method name="(anonymous_19)" hits="1" signature="()V">
120
+ <lines>
121
+ <line number="453" hits="1"/>
122
+ </lines>
123
+ </method>
124
+ </methods>
125
+ <lines>
126
+ <line number="86" hits="1" branch="false"/>
127
+ <line number="89" hits="1" branch="false"/>
128
+ <line number="91" hits="33" branch="false"/>
129
+ <line number="93" hits="33" branch="false"/>
130
+ <line number="95" hits="33" branch="false"/>
131
+ <line number="97" hits="33" branch="false"/>
132
+ <line number="99" hits="33" branch="false"/>
133
+ <line number="101" hits="33" branch="false"/>
134
+ <line number="103" hits="33" branch="false"/>
135
+ <line number="109" hits="33" branch="false"/>
136
+ <line number="115" hits="33" branch="false"/>
137
+ <line number="116" hits="33" branch="false"/>
138
+ <line number="117" hits="33" branch="true" condition-coverage="100% (2/2)"/>
139
+ <line number="118" hits="33" branch="false"/>
140
+ <line number="119" hits="33" branch="false"/>
141
+ <line number="121" hits="33" branch="false"/>
142
+ <line number="122" hits="33" branch="true" condition-coverage="100% (2/2)"/>
143
+ <line number="123" hits="1" branch="false"/>
144
+ <line number="126" hits="32" branch="true" condition-coverage="100% (4/4)"/>
145
+ <line number="127" hits="1" branch="false"/>
146
+ <line number="130" hits="31" branch="true" condition-coverage="100% (4/4)"/>
147
+ <line number="131" hits="1" branch="false"/>
148
+ <line number="134" hits="30" branch="false"/>
149
+ <line number="135" hits="30" branch="false"/>
150
+ <line number="137" hits="30" branch="false"/>
151
+ <line number="144" hits="30" branch="false"/>
152
+ <line number="145" hits="30" branch="false"/>
153
+ <line number="146" hits="30" branch="false"/>
154
+ <line number="148" hits="30" branch="false"/>
155
+ <line number="154" hits="30" branch="false"/>
156
+ <line number="156" hits="30" branch="false"/>
157
+ <line number="158" hits="30" branch="true" condition-coverage="75% (3/4)"/>
158
+ <line number="159" hits="0" branch="false"/>
159
+ <line number="161" hits="0" branch="false"/>
160
+ <line number="162" hits="0" branch="true" condition-coverage="0% (0/2)"/>
161
+ <line number="163" hits="0" branch="false"/>
162
+ <line number="168" hits="0" branch="false"/>
163
+ <line number="169" hits="0" branch="false"/>
164
+ <line number="172" hits="3" branch="true" condition-coverage="100% (4/4)"/>
165
+ <line number="173" hits="3" branch="false"/>
166
+ <line number="180" hits="33" branch="true" condition-coverage="100% (1/1)"/>
167
+ <line number="181" hits="6" branch="true" condition-coverage="50% (1/2)"/>
168
+ <line number="184" hits="6" branch="false"/>
169
+ <line number="186" hits="6" branch="false"/>
170
+ <line number="187" hits="6" branch="false"/>
171
+ <line number="189" hits="6" branch="false"/>
172
+ <line number="190" hits="6" branch="true" condition-coverage="100% (2/2)"/>
173
+ <line number="191" hits="1" branch="false"/>
174
+ <line number="199" hits="33" branch="false"/>
175
+ <line number="203" hits="20" branch="false"/>
176
+ <line number="205" hits="20" branch="true" condition-coverage="50% (1/2)"/>
177
+ <line number="208" hits="20" branch="false"/>
178
+ <line number="210" hits="20" branch="false"/>
179
+ <line number="211" hits="20" branch="true" condition-coverage="100% (2/2)"/>
180
+ <line number="212" hits="1" branch="false"/>
181
+ <line number="215" hits="19" branch="true" condition-coverage="100% (2/2)"/>
182
+ <line number="216" hits="1" branch="false"/>
183
+ <line number="219" hits="18" branch="false"/>
184
+ <line number="221" hits="2" branch="false"/>
185
+ <line number="229" hits="33" branch="true" condition-coverage="100% (1/1)"/>
186
+ <line number="233" hits="4" branch="false"/>
187
+ <line number="235" hits="4" branch="true" condition-coverage="50% (1/2)"/>
188
+ <line number="238" hits="4" branch="false"/>
189
+ <line number="240" hits="4" branch="false"/>
190
+ <line number="241" hits="4" branch="true" condition-coverage="100% (2/2)"/>
191
+ <line number="242" hits="3" branch="true" condition-coverage="100% (2/2)"/>
192
+ <line number="243" hits="2" branch="false"/>
193
+ <line number="245" hits="1" branch="false"/>
194
+ <line number="248" hits="1" branch="false"/>
195
+ <line number="249" hits="5" branch="false"/>
196
+ <line number="253" hits="1" branch="false"/>
197
+ <line number="261" hits="33" branch="true" condition-coverage="100% (1/1)"/>
198
+ <line number="264" hits="2" branch="false"/>
199
+ <line number="266" hits="2" branch="true" condition-coverage="50% (1/2)"/>
200
+ <line number="269" hits="2" branch="false"/>
201
+ <line number="271" hits="2" branch="false"/>
202
+ <line number="272" hits="2" branch="true" condition-coverage="100% (2/2)"/>
203
+ <line number="273" hits="1" branch="false"/>
204
+ <line number="276" hits="1" branch="false"/>
205
+ <line number="279" hits="1" branch="false"/>
206
+ <line number="287" hits="33" branch="false"/>
207
+ <line number="288" hits="3" branch="true" condition-coverage="50% (1/2)"/>
208
+ <line number="293" hits="3" branch="false"/>
209
+ <line number="295" hits="3" branch="false"/>
210
+ <line number="296" hits="3" branch="true" condition-coverage="100% (4/4)"/>
211
+ <line number="297" hits="1" branch="false"/>
212
+ <line number="303" hits="2" branch="true" condition-coverage="100% (2/2)"/>
213
+ <line number="304" hits="1" branch="false"/>
214
+ <line number="307" hits="2" branch="false"/>
215
+ <line number="309" hits="1" branch="false"/>
216
+ <line number="317" hits="33" branch="true" condition-coverage="100% (1/1)"/>
217
+ <line number="318" hits="2" branch="true" condition-coverage="50% (1/2)"/>
218
+ <line number="324" hits="2" branch="false"/>
219
+ <line number="326" hits="2" branch="false"/>
220
+ <line number="328" hits="2" branch="true" condition-coverage="60% (3/5)"/>
221
+ <line number="329" hits="0" branch="false"/>
222
+ <line number="335" hits="2" branch="false"/>
223
+ <line number="337" hits="0" branch="false"/>
224
+ <line number="342" hits="33" branch="false"/>
225
+ <line number="343" hits="1" branch="true" condition-coverage="50% (1/2)"/>
226
+ <line number="349" hits="1" branch="false"/>
227
+ <line number="351" hits="1" branch="false"/>
228
+ <line number="353" hits="1" branch="true" condition-coverage="60% (3/5)"/>
229
+ <line number="354" hits="0" branch="false"/>
230
+ <line number="360" hits="1" branch="false"/>
231
+ <line number="362" hits="0" branch="false"/>
232
+ <line number="367" hits="33" branch="false"/>
233
+ <line number="368" hits="1" branch="true" condition-coverage="50% (1/2)"/>
234
+ <line number="374" hits="1" branch="false"/>
235
+ <line number="376" hits="1" branch="false"/>
236
+ <line number="378" hits="1" branch="true" condition-coverage="60% (3/5)"/>
237
+ <line number="379" hits="0" branch="false"/>
238
+ <line number="385" hits="1" branch="false"/>
239
+ <line number="387" hits="0" branch="false"/>
240
+ <line number="395" hits="33" branch="false"/>
241
+ <line number="396" hits="6" branch="true" condition-coverage="100% (2/2)"/>
242
+ <line number="397" hits="1" branch="false"/>
243
+ <line number="404" hits="33" branch="false"/>
244
+ <line number="407" hits="2" branch="false"/>
245
+ <line number="409" hits="2" branch="false"/>
246
+ <line number="411" hits="2" branch="true" condition-coverage="100% (2/2)"/>
247
+ <line number="412" hits="1" branch="false"/>
248
+ <line number="415" hits="2" branch="false"/>
249
+ <line number="421" hits="33" branch="false"/>
250
+ <line number="426" hits="3" branch="false"/>
251
+ <line number="428" hits="3" branch="false"/>
252
+ <line number="430" hits="3" branch="false"/>
253
+ <line number="431" hits="3" branch="true" condition-coverage="100% (2/2)"/>
254
+ <line number="432" hits="1" branch="false"/>
255
+ <line number="435" hits="2" branch="true" condition-coverage="100% (2/2)"/>
256
+ <line number="436" hits="1" branch="false"/>
257
+ <line number="439" hits="2" branch="true" condition-coverage="100% (2/2)"/>
258
+ <line number="440" hits="1" branch="false"/>
259
+ <line number="443" hits="2" branch="false"/>
260
+ <line number="444" hits="2" branch="false"/>
261
+ <line number="446" hits="1" branch="false"/>
262
+ <line number="453" hits="33" branch="false"/>
263
+ <line number="457" hits="1" branch="false"/>
264
+ <line number="459" hits="1" branch="false"/>
265
+ </lines>
266
+ </class>
267
+ <class name="DirectDeliveryPipe.ts" filename="src/client/DirectDeliveryPipe.ts" line-rate="0.8887999999999999" branch-rate="0.7575">
268
+ <methods>
269
+ <method name="constructor" hits="11" signature="()V">
270
+ <lines>
271
+ <line number="44" hits="11"/>
272
+ </lines>
273
+ </method>
274
+ <method name="(anonymous_1)" hits="5" signature="()V">
275
+ <lines>
276
+ <line number="52" hits="5"/>
277
+ </lines>
278
+ </method>
279
+ <method name="(anonymous_2)" hits="1" signature="()V">
280
+ <lines>
281
+ <line number="54" hits="1"/>
282
+ </lines>
283
+ </method>
284
+ <method name="(anonymous_3)" hits="3" signature="()V">
285
+ <lines>
286
+ <line number="56" hits="3"/>
287
+ </lines>
288
+ </method>
289
+ <method name="(anonymous_4)" hits="1" signature="()V">
290
+ <lines>
291
+ <line number="60" hits="1"/>
292
+ </lines>
293
+ </method>
294
+ <method name="(anonymous_5)" hits="4" signature="()V">
295
+ <lines>
296
+ <line number="73" hits="4"/>
297
+ </lines>
298
+ </method>
299
+ <method name="(anonymous_6)" hits="2" signature="()V">
300
+ <lines>
301
+ <line number="83" hits="2"/>
302
+ </lines>
303
+ </method>
304
+ <method name="(anonymous_7)" hits="2" signature="()V">
305
+ <lines>
306
+ <line number="92" hits="2"/>
307
+ </lines>
308
+ </method>
309
+ <method name="(anonymous_8)" hits="6" signature="()V">
310
+ <lines>
311
+ <line number="118" hits="6"/>
312
+ </lines>
313
+ </method>
314
+ <method name="(anonymous_9)" hits="1" signature="()V">
315
+ <lines>
316
+ <line number="128" hits="1"/>
317
+ </lines>
318
+ </method>
319
+ <method name="(anonymous_10)" hits="5" signature="()V">
320
+ <lines>
321
+ <line number="132" hits="5"/>
322
+ </lines>
323
+ </method>
324
+ <method name="killPoll" hits="1" signature="()V">
325
+ <lines>
326
+ <line number="147" hits="1"/>
327
+ </lines>
328
+ </method>
329
+ <method name="pollForExperience" hits="6" signature="()V">
330
+ <lines>
331
+ <line number="157" hits="6"/>
332
+ </lines>
333
+ </method>
334
+ <method name="(anonymous_13)" hits="5" signature="()V">
335
+ <lines>
336
+ <line number="160" hits="5"/>
337
+ </lines>
338
+ </method>
339
+ <method name="(anonymous_14)" hits="1" signature="()V">
340
+ <lines>
341
+ <line number="173" hits="1"/>
342
+ </lines>
343
+ </method>
344
+ <method name="(anonymous_15)" hits="1" signature="()V">
345
+ <lines>
346
+ <line number="178" hits="1"/>
347
+ </lines>
348
+ </method>
349
+ </methods>
350
+ <lines>
351
+ <line number="29" hits="1" branch="false"/>
352
+ <line number="30" hits="1" branch="false"/>
353
+ <line number="31" hits="1" branch="false"/>
354
+ <line number="38" hits="11" branch="false"/>
355
+ <line number="40" hits="11" branch="false"/>
356
+ <line number="42" hits="11" branch="false"/>
357
+ <line number="45" hits="11" branch="false"/>
358
+ <line number="46" hits="11" branch="false"/>
359
+ <line number="52" hits="11" branch="false"/>
360
+ <line number="53" hits="5" branch="false"/>
361
+ <line number="54" hits="5" branch="false"/>
362
+ <line number="55" hits="5" branch="false"/>
363
+ <line number="58" hits="3" branch="false"/>
364
+ <line number="59" hits="3" branch="false"/>
365
+ <line number="62" hits="1" branch="false"/>
366
+ <line number="63" hits="1" branch="false"/>
367
+ <line number="64" hits="1" branch="false"/>
368
+ <line number="73" hits="11" branch="false"/>
369
+ <line number="78" hits="4" branch="true" condition-coverage="100% (2/2)"/>
370
+ <line number="80" hits="4" branch="false"/>
371
+ <line number="84" hits="2" branch="true" condition-coverage="100% (2/2)"/>
372
+ <line number="85" hits="1" branch="false"/>
373
+ <line number="86" hits="1" branch="false"/>
374
+ <line number="88" hits="1" branch="false"/>
375
+ <line number="89" hits="1" branch="false"/>
376
+ <line number="94" hits="2" branch="true" condition-coverage="100% (2/2)"/>
377
+ <line number="95" hits="1" branch="false"/>
378
+ <line number="96" hits="1" branch="false"/>
379
+ <line number="99" hits="1" branch="true" condition-coverage="75% (3/4)"/>
380
+ <line number="101" hits="1" branch="false"/>
381
+ <line number="104" hits="0" branch="true" condition-coverage="0% (0/5)"/>
382
+ <line number="105" hits="0" branch="false"/>
383
+ <line number="106" hits="0" branch="false"/>
384
+ <line number="108" hits="0" branch="false"/>
385
+ <line number="109" hits="0" branch="false"/>
386
+ <line number="118" hits="11" branch="false"/>
387
+ <line number="123" hits="6" branch="false"/>
388
+ <line number="125" hits="6" branch="false"/>
389
+ <line number="129" hits="1" branch="false"/>
390
+ <line number="130" hits="1" branch="false"/>
391
+ <line number="134" hits="5" branch="true" condition-coverage="100% (5/5)"/>
392
+ <line number="135" hits="3" branch="false"/>
393
+ <line number="136" hits="3" branch="false"/>
394
+ <line number="138" hits="2" branch="false"/>
395
+ <line number="139" hits="2" branch="false"/>
396
+ <line number="148" hits="1" branch="false"/>
397
+ <line number="150" hits="1" branch="false"/>
398
+ <line number="151" hits="1" branch="false"/>
399
+ <line number="158" hits="6" branch="false"/>
400
+ <line number="162" hits="5" branch="true" condition-coverage="100% (2/2)"/>
401
+ <line number="163" hits="4" branch="false"/>
402
+ <line number="165" hits="4" branch="true" condition-coverage="100% (2/2)"/>
403
+ <line number="166" hits="1" branch="false"/>
404
+ <line number="167" hits="1" branch="false"/>
405
+ <line number="169" hits="3" branch="false"/>
406
+ <line number="172" hits="1" branch="false"/>
407
+ <line number="173" hits="1" branch="false"/>
408
+ <line number="174" hits="1" branch="false"/>
409
+ <line number="179" hits="1" branch="false"/>
410
+ <line number="181" hits="1" branch="true" condition-coverage="60% (3/5)"/>
411
+ <line number="182" hits="0" branch="false"/>
412
+ <line number="183" hits="0" branch="false"/>
413
+ <line number="187" hits="1" branch="false"/>
414
+ </lines>
415
+ </class>
416
+ </classes>
417
+ </package>
418
+ <package name="src.client.http" line-rate="0.9387000000000001" branch-rate="0.8887999999999999">
419
+ <classes>
420
+ <class name="API.ts" filename="src/client/http/API.ts" line-rate="0.9387000000000001" branch-rate="0.8887999999999999">
421
+ <methods>
422
+ <method name="constructor" hits="12" signature="()V">
423
+ <lines>
424
+ <line number="19" hits="12"/>
425
+ </lines>
426
+ </method>
427
+ <method name="(anonymous_1)" hits="2" signature="()V">
428
+ <lines>
429
+ <line number="36" hits="2"/>
430
+ </lines>
431
+ </method>
432
+ <method name="(anonymous_2)" hits="2" signature="()V">
433
+ <lines>
434
+ <line number="37" hits="2"/>
435
+ </lines>
436
+ </method>
437
+ <method name="(anonymous_3)" hits="1" signature="()V">
438
+ <lines>
439
+ <line number="40" hits="1"/>
440
+ </lines>
441
+ </method>
442
+ <method name="(anonymous_4)" hits="1" signature="()V">
443
+ <lines>
444
+ <line number="43" hits="1"/>
445
+ </lines>
446
+ </method>
447
+ <method name="(anonymous_5)" hits="2" signature="()V">
448
+ <lines>
449
+ <line number="52" hits="2"/>
450
+ </lines>
451
+ </method>
452
+ <method name="(anonymous_6)" hits="2" signature="()V">
453
+ <lines>
454
+ <line number="53" hits="2"/>
455
+ </lines>
456
+ </method>
457
+ <method name="(anonymous_7)" hits="1" signature="()V">
458
+ <lines>
459
+ <line number="56" hits="1"/>
460
+ </lines>
461
+ </method>
462
+ <method name="(anonymous_8)" hits="1" signature="()V">
463
+ <lines>
464
+ <line number="59" hits="1"/>
465
+ </lines>
466
+ </method>
467
+ <method name="(anonymous_9)" hits="2" signature="()V">
468
+ <lines>
469
+ <line number="69" hits="2"/>
470
+ </lines>
471
+ </method>
472
+ <method name="(anonymous_10)" hits="1" signature="()V">
473
+ <lines>
474
+ <line number="77" hits="1"/>
475
+ </lines>
476
+ </method>
477
+ <method name="(anonymous_11)" hits="2" signature="()V">
478
+ <lines>
479
+ <line number="81" hits="2"/>
480
+ </lines>
481
+ </method>
482
+ <method name="(anonymous_12)" hits="2" signature="()V">
483
+ <lines>
484
+ <line number="84" hits="2"/>
485
+ </lines>
486
+ </method>
487
+ <method name="(anonymous_13)" hits="0" signature="()V">
488
+ <lines>
489
+ <line number="87" hits="0"/>
490
+ </lines>
491
+ </method>
492
+ <method name="(anonymous_14)" hits="2" signature="()V">
493
+ <lines>
494
+ <line number="97" hits="2"/>
495
+ </lines>
496
+ </method>
497
+ <method name="(anonymous_15)" hits="0" signature="()V">
498
+ <lines>
499
+ <line number="105" hits="0"/>
500
+ </lines>
501
+ </method>
502
+ <method name="(anonymous_16)" hits="2" signature="()V">
503
+ <lines>
504
+ <line number="110" hits="2"/>
505
+ </lines>
506
+ </method>
507
+ <method name="(anonymous_17)" hits="2" signature="()V">
508
+ <lines>
509
+ <line number="113" hits="2"/>
510
+ </lines>
511
+ </method>
512
+ <method name="(anonymous_18)" hits="0" signature="()V">
513
+ <lines>
514
+ <line number="116" hits="0"/>
515
+ </lines>
516
+ </method>
517
+ <method name="(anonymous_19)" hits="12" signature="()V">
518
+ <lines>
519
+ <line number="125" hits="12"/>
520
+ </lines>
521
+ </method>
522
+ <method name="(anonymous_20)" hits="1" signature="()V">
523
+ <lines>
524
+ <line number="139" hits="1"/>
525
+ </lines>
526
+ </method>
527
+ </methods>
528
+ <lines>
529
+ <line number="6" hits="1" branch="false"/>
530
+ <line number="13" hits="12" branch="false"/>
531
+ <line number="15" hits="12" branch="false"/>
532
+ <line number="17" hits="12" branch="false"/>
533
+ <line number="20" hits="12" branch="false"/>
534
+ <line number="22" hits="12" branch="false"/>
535
+ <line number="23" hits="12" branch="false"/>
536
+ <line number="24" hits="12" branch="false"/>
537
+ <line number="36" hits="12" branch="false"/>
538
+ <line number="37" hits="2" branch="false"/>
539
+ <line number="38" hits="2" branch="false"/>
540
+ <line number="41" hits="1" branch="false"/>
541
+ <line number="44" hits="1" branch="false"/>
542
+ <line number="52" hits="12" branch="false"/>
543
+ <line number="53" hits="2" branch="false"/>
544
+ <line number="54" hits="2" branch="false"/>
545
+ <line number="57" hits="1" branch="false"/>
546
+ <line number="60" hits="1" branch="false"/>
547
+ <line number="69" hits="12" branch="false"/>
548
+ <line number="74" hits="2" branch="false"/>
549
+ <line number="75" hits="2" branch="false"/>
550
+ <line number="76" hits="2" branch="false"/>
551
+ <line number="77" hits="1" branch="false"/>
552
+ <line number="79" hits="2" branch="false"/>
553
+ <line number="81" hits="2" branch="false"/>
554
+ <line number="82" hits="2" branch="false"/>
555
+ <line number="85" hits="2" branch="false"/>
556
+ <line number="88" hits="0" branch="false"/>
557
+ <line number="97" hits="12" branch="false"/>
558
+ <line number="102" hits="2" branch="true" condition-coverage="100% (2/2)"/>
559
+ <line number="103" hits="2" branch="false"/>
560
+ <line number="104" hits="2" branch="false"/>
561
+ <line number="105" hits="0" branch="false"/>
562
+ <line number="108" hits="2" branch="false"/>
563
+ <line number="110" hits="2" branch="false"/>
564
+ <line number="111" hits="2" branch="false"/>
565
+ <line number="114" hits="2" branch="false"/>
566
+ <line number="117" hits="0" branch="false"/>
567
+ <line number="125" hits="12" branch="false"/>
568
+ <line number="126" hits="12" branch="false"/>
569
+ <line number="128" hits="12" branch="false"/>
570
+ <line number="129" hits="12" branch="false"/>
571
+ <line number="130" hits="12" branch="false"/>
572
+ <line number="132" hits="9" branch="false"/>
573
+ <line number="139" hits="12" branch="true" condition-coverage="100% (1/1)"/>
574
+ <line number="140" hits="1" branch="true" condition-coverage="50% (1/2)"/>
575
+ <line number="141" hits="1" branch="false"/>
576
+ <line number="142" hits="1" branch="false"/>
577
+ <line number="144" hits="1" branch="false"/>
578
+ </lines>
579
+ </class>
580
+ </classes>
581
+ </package>
582
+ <package name="src.scaffolding" line-rate="0.877" branch-rate="0.7386">
583
+ <classes>
584
+ <class name="ExceptionPipe.ts" filename="src/scaffolding/ExceptionPipe.ts" line-rate="0.7726999999999999" branch-rate="0.7037">
585
+ <methods>
586
+ <method name="(anonymous_0)" hits="1" signature="()V">
587
+ <lines>
588
+ <line number="12" hits="1"/>
589
+ </lines>
590
+ </method>
591
+ <method name="(anonymous_1)" hits="5" signature="()V">
592
+ <lines>
593
+ <line number="20" hits="5"/>
594
+ </lines>
595
+ </method>
596
+ <method name="(anonymous_2)" hits="5" signature="()V">
597
+ <lines>
598
+ <line number="41" hits="5"/>
599
+ </lines>
600
+ </method>
601
+ <method name="(anonymous_3)" hits="5" signature="()V">
602
+ <lines>
603
+ <line number="42" hits="5"/>
604
+ </lines>
605
+ </method>
606
+ <method name="(anonymous_4)" hits="0" signature="()V">
607
+ <lines>
608
+ <line number="84" hits="0"/>
609
+ </lines>
610
+ </method>
611
+ <method name="(anonymous_5)" hits="4" signature="()V">
612
+ <lines>
613
+ <line number="93" hits="4"/>
614
+ </lines>
615
+ </method>
616
+ </methods>
617
+ <lines>
618
+ <line number="5" hits="1" branch="false"/>
619
+ <line number="6" hits="1" branch="false"/>
620
+ <line number="12" hits="1" branch="false"/>
621
+ <line number="13" hits="1" branch="false"/>
622
+ <line number="20" hits="1" branch="false"/>
623
+ <line number="25" hits="5" branch="true" condition-coverage="100% (2/2)"/>
624
+ <line number="28" hits="5" branch="true" condition-coverage="100% (2/2)"/>
625
+ <line number="29" hits="4" branch="false"/>
626
+ <line number="33" hits="5" branch="true" condition-coverage="100% (2/2)"/>
627
+ <line number="34" hits="1" branch="false"/>
628
+ <line number="38" hits="5" branch="false"/>
629
+ <line number="41" hits="5" branch="false"/>
630
+ <line number="42" hits="5" branch="false"/>
631
+ <line number="43" hits="5" branch="false"/>
632
+ <line number="44" hits="5" branch="false"/>
633
+ <line number="45" hits="5" branch="true" condition-coverage="100% (2/2)"/>
634
+ <line number="47" hits="5" branch="true" condition-coverage="50% (1/2)"/>
635
+ <line number="48" hits="0" branch="false"/>
636
+ <line number="52" hits="5" branch="true" condition-coverage="50% (1/2)"/>
637
+ <line number="53" hits="0" branch="true" condition-coverage="0% (0/2)"/>
638
+ <line number="54" hits="0" branch="false"/>
639
+ <line number="55" hits="0" branch="true" condition-coverage="0% (0/2)"/>
640
+ <line number="56" hits="0" branch="false"/>
641
+ <line number="57" hits="0" branch="false"/>
642
+ <line number="59" hits="0" branch="false"/>
643
+ <line number="60" hits="0" branch="false"/>
644
+ <line number="65" hits="5" branch="true" condition-coverage="50% (1/2)"/>
645
+ <line number="66" hits="0" branch="false"/>
646
+ <line number="75" hits="5" branch="false"/>
647
+ <line number="80" hits="1" branch="false"/>
648
+ <line number="84" hits="0" branch="false"/>
649
+ <line number="88" hits="1" branch="false"/>
650
+ <line number="93" hits="1" branch="false"/>
651
+ <line number="95" hits="4" branch="true" condition-coverage="100% (2/2)"/>
652
+ <line number="96" hits="1" branch="false"/>
653
+ <line number="99" hits="3" branch="true" condition-coverage="50% (1/2)"/>
654
+ <line number="100" hits="3" branch="false"/>
655
+ <line number="101" hits="3" branch="false"/>
656
+ <line number="102" hits="3" branch="false"/>
657
+ <line number="104" hits="3" branch="true" condition-coverage="100% (2/2)"/>
658
+ <line number="105" hits="1" branch="false"/>
659
+ <line number="108" hits="3" branch="true" condition-coverage="100% (2/2)"/>
660
+ <line number="109" hits="1" branch="false"/>
661
+ <line number="113" hits="3" branch="false"/>
662
+ </lines>
663
+ </class>
664
+ <class name="Exceptions.ts" filename="src/scaffolding/Exceptions.ts" line-rate="1" branch-rate="0.6785">
665
+ <methods>
666
+ <method name="constructor" hits="62" signature="()V">
667
+ <lines>
668
+ <line number="27" hits="62"/>
669
+ </lines>
670
+ </method>
671
+ <method name="(anonymous_1)" hits="5" signature="()V">
672
+ <lines>
673
+ <line number="37" hits="5"/>
674
+ </lines>
675
+ </method>
676
+ <method name="constructor_2" hits="8" signature="()V">
677
+ <lines>
678
+ <line number="45" hits="8"/>
679
+ </lines>
680
+ </method>
681
+ <method name="(anonymous_3)" hits="3" signature="()V">
682
+ <lines>
683
+ <line number="55" hits="3"/>
684
+ </lines>
685
+ </method>
686
+ <method name="constructor_3" hits="3" signature="()V">
687
+ <lines>
688
+ <line number="66" hits="3"/>
689
+ </lines>
690
+ </method>
691
+ <method name="(anonymous_5)" hits="1" signature="()V">
692
+ <lines>
693
+ <line number="76" hits="1"/>
694
+ </lines>
695
+ </method>
696
+ <method name="constructor_4" hits="13" signature="()V">
697
+ <lines>
698
+ <line number="87" hits="13"/>
699
+ </lines>
700
+ </method>
701
+ <method name="(anonymous_7)" hits="5" signature="()V">
702
+ <lines>
703
+ <line number="97" hits="5"/>
704
+ </lines>
705
+ </method>
706
+ <method name="constructor_5" hits="28" signature="()V">
707
+ <lines>
708
+ <line number="108" hits="28"/>
709
+ </lines>
710
+ </method>
711
+ <method name="(anonymous_9)" hits="1" signature="()V">
712
+ <lines>
713
+ <line number="118" hits="1"/>
714
+ </lines>
715
+ </method>
716
+ <method name="constructor_6" hits="7" signature="()V">
717
+ <lines>
718
+ <line number="131" hits="7"/>
719
+ </lines>
720
+ </method>
721
+ <method name="(anonymous_11)" hits="1" signature="()V">
722
+ <lines>
723
+ <line number="146" hits="1"/>
724
+ </lines>
725
+ </method>
726
+ <method name="constructor_7" hits="3" signature="()V">
727
+ <lines>
728
+ <line number="158" hits="3"/>
729
+ </lines>
730
+ </method>
731
+ <method name="(anonymous_13)" hits="2" signature="()V">
732
+ <lines>
733
+ <line number="168" hits="2"/>
734
+ </lines>
735
+ </method>
736
+ </methods>
737
+ <lines>
738
+ <line number="4" hits="6" branch="false"/>
739
+ <line number="6" hits="6" branch="false"/>
740
+ <line number="19" hits="62" branch="false"/>
741
+ <line number="21" hits="62" branch="false"/>
742
+ <line number="23" hits="62" branch="false"/>
743
+ <line number="25" hits="62" branch="false"/>
744
+ <line number="28" hits="62" branch="false"/>
745
+ <line number="30" hits="62" branch="true" condition-coverage="50% (1/2)"/>
746
+ <line number="31" hits="62" branch="false"/>
747
+ <line number="34" hits="62" branch="false"/>
748
+ <line number="37" hits="62" branch="false"/>
749
+ <line number="38" hits="5" branch="false"/>
750
+ <line number="43" hits="8" branch="false"/>
751
+ <line number="46" hits="8" branch="false"/>
752
+ <line number="48" hits="8" branch="true" condition-coverage="50% (1/2)"/>
753
+ <line number="49" hits="8" branch="false"/>
754
+ <line number="52" hits="8" branch="true" condition-coverage="100% (2/2)"/>
755
+ <line number="55" hits="8" branch="false"/>
756
+ <line number="56" hits="3" branch="false"/>
757
+ <line number="64" hits="3" branch="false"/>
758
+ <line number="67" hits="3" branch="false"/>
759
+ <line number="69" hits="3" branch="true" condition-coverage="50% (1/2)"/>
760
+ <line number="70" hits="3" branch="false"/>
761
+ <line number="73" hits="3" branch="true" condition-coverage="50% (1/2)"/>
762
+ <line number="76" hits="3" branch="false"/>
763
+ <line number="77" hits="1" branch="false"/>
764
+ <line number="85" hits="13" branch="false"/>
765
+ <line number="88" hits="13" branch="false"/>
766
+ <line number="90" hits="13" branch="true" condition-coverage="50% (1/2)"/>
767
+ <line number="91" hits="13" branch="false"/>
768
+ <line number="94" hits="13" branch="true" condition-coverage="100% (2/2)"/>
769
+ <line number="97" hits="13" branch="false"/>
770
+ <line number="98" hits="5" branch="false"/>
771
+ <line number="106" hits="28" branch="false"/>
772
+ <line number="109" hits="28" branch="false"/>
773
+ <line number="111" hits="28" branch="true" condition-coverage="50% (1/2)"/>
774
+ <line number="112" hits="28" branch="false"/>
775
+ <line number="115" hits="28" branch="true" condition-coverage="100% (2/2)"/>
776
+ <line number="118" hits="28" branch="false"/>
777
+ <line number="119" hits="1" branch="false"/>
778
+ <line number="127" hits="7" branch="false"/>
779
+ <line number="129" hits="7" branch="false"/>
780
+ <line number="132" hits="7" branch="false"/>
781
+ <line number="134" hits="7" branch="true" condition-coverage="50% (1/2)"/>
782
+ <line number="135" hits="7" branch="false"/>
783
+ <line number="138" hits="7" branch="true" condition-coverage="100% (2/2)"/>
784
+ <line number="139" hits="1" branch="false"/>
785
+ <line number="142" hits="7" branch="true" condition-coverage="50% (1/2)"/>
786
+ <line number="143" hits="7" branch="true" condition-coverage="100% (2/2)"/>
787
+ <line number="146" hits="7" branch="false"/>
788
+ <line number="147" hits="1" branch="false"/>
789
+ <line number="156" hits="3" branch="false"/>
790
+ <line number="159" hits="3" branch="false"/>
791
+ <line number="161" hits="3" branch="true" condition-coverage="50% (1/2)"/>
792
+ <line number="162" hits="3" branch="false"/>
793
+ <line number="165" hits="3" branch="false"/>
794
+ <line number="168" hits="3" branch="false"/>
795
+ <line number="169" hits="2" branch="false"/>
796
+ </lines>
797
+ </class>
798
+ <class name="GoogleAnalytics.ts" filename="src/scaffolding/GoogleAnalytics.ts" line-rate="0.9" branch-rate="0.9">
799
+ <methods>
800
+ <method name="(anonymous_0)" hits="4" signature="()V">
801
+ <lines>
802
+ <line number="44" hits="4"/>
803
+ </lines>
804
+ </method>
805
+ <method name="(anonymous_1)" hits="3" signature="()V">
806
+ <lines>
807
+ <line number="79" hits="3"/>
808
+ </lines>
809
+ </method>
810
+ <method name="(anonymous_2)" hits="0" signature="()V">
811
+ <lines>
812
+ <line number="102" hits="0"/>
813
+ </lines>
814
+ </method>
815
+ </methods>
816
+ <lines>
817
+ <line number="5" hits="1" branch="false"/>
818
+ <line number="38" hits="1" branch="false"/>
819
+ <line number="44" hits="1" branch="false"/>
820
+ <line number="45" hits="4" branch="false"/>
821
+ <line number="46" hits="4" branch="false"/>
822
+ <line number="48" hits="4" branch="true" condition-coverage="100% (2/2)"/>
823
+ <line number="51" hits="4" branch="false"/>
824
+ <line number="54" hits="4" branch="true" condition-coverage="100% (4/4)"/>
825
+ <line number="55" hits="1" branch="false"/>
826
+ <line number="56" hits="1" branch="false"/>
827
+ <line number="60" hits="3" branch="false"/>
828
+ <line number="61" hits="3" branch="false"/>
829
+ <line number="62" hits="3" branch="false"/>
830
+ <line number="65" hits="3" branch="false"/>
831
+ <line number="68" hits="0" branch="false"/>
832
+ <line number="71" hits="3" branch="false"/>
833
+ <line number="79" hits="1" branch="false"/>
834
+ <line number="80" hits="3" branch="false"/>
835
+ <line number="81" hits="3" branch="false"/>
836
+ <line number="84" hits="3" branch="false"/>
837
+ <line number="93" hits="3" branch="true" condition-coverage="50% (1/2)"/>
838
+ <line number="94" hits="0" branch="false"/>
839
+ <line number="97" hits="3" branch="false"/>
840
+ <line number="98" hits="24" branch="true" condition-coverage="100% (2/2)"/>
841
+ <line number="99" hits="24" branch="false"/>
842
+ <line number="102" hits="3" branch="false"/>
843
+ <line number="103" hits="0" branch="false"/>
844
+ <line number="107" hits="1" branch="false"/>
845
+ <line number="109" hits="1" branch="false"/>
846
+ <line number="112" hits="1" branch="false"/>
847
+ </lines>
848
+ </class>
849
+ <class name="Helpers.ts" filename="src/scaffolding/Helpers.ts" line-rate="0.8076000000000001" branch-rate="0.7826000000000001">
850
+ <methods>
851
+ <method name="(anonymous_0)" hits="71" signature="()V">
852
+ <lines>
853
+ <line number="2" hits="71"/>
854
+ </lines>
855
+ </method>
856
+ <method name="(anonymous_1)" hits="9" signature="()V">
857
+ <lines>
858
+ <line number="13" hits="9"/>
859
+ </lines>
860
+ </method>
861
+ <method name="(anonymous_2)" hits="36" signature="()V">
862
+ <lines>
863
+ <line number="18" hits="36"/>
864
+ </lines>
865
+ </method>
866
+ <method name="(anonymous_3)" hits="48" signature="()V">
867
+ <lines>
868
+ <line number="23" hits="48"/>
869
+ </lines>
870
+ </method>
871
+ <method name="(anonymous_4)" hits="330" signature="()V">
872
+ <lines>
873
+ <line number="25" hits="330"/>
874
+ </lines>
875
+ </method>
876
+ <method name="(anonymous_5)" hits="35" signature="()V">
877
+ <lines>
878
+ <line number="30" hits="35"/>
879
+ </lines>
880
+ </method>
881
+ <method name="(anonymous_6)" hits="170" signature="()V">
882
+ <lines>
883
+ <line number="31" hits="170"/>
884
+ </lines>
885
+ </method>
886
+ <method name="(anonymous_7)" hits="0" signature="()V">
887
+ <lines>
888
+ <line number="38" hits="0"/>
889
+ </lines>
890
+ </method>
891
+ <method name="(anonymous_8)" hits="3" signature="()V">
892
+ <lines>
893
+ <line number="45" hits="3"/>
894
+ </lines>
895
+ </method>
896
+ <method name="(anonymous_9)" hits="4" signature="()V">
897
+ <lines>
898
+ <line number="46" hits="4"/>
899
+ </lines>
900
+ </method>
901
+ <method name="(anonymous_10)" hits="15" signature="()V">
902
+ <lines>
903
+ <line number="51" hits="15"/>
904
+ </lines>
905
+ </method>
906
+ <method name="(anonymous_11)" hits="465" signature="()V">
907
+ <lines>
908
+ <line number="59" hits="465"/>
909
+ </lines>
910
+ </method>
911
+ <method name="(anonymous_12)" hits="9" signature="()V">
912
+ <lines>
913
+ <line number="70" hits="9"/>
914
+ </lines>
915
+ </method>
916
+ </methods>
917
+ <lines>
918
+ <line number="2" hits="6" branch="false"/>
919
+ <line number="3" hits="71" branch="false"/>
920
+ <line number="5" hits="71" branch="false"/>
921
+ <line number="6" hits="412" branch="true" condition-coverage="100% (2/2)"/>
922
+ <line number="7" hits="2" branch="false"/>
923
+ <line number="13" hits="6" branch="false"/>
924
+ <line number="14" hits="9" branch="false"/>
925
+ <line number="18" hits="6" branch="false"/>
926
+ <line number="19" hits="36" branch="false"/>
927
+ <line number="23" hits="6" branch="false"/>
928
+ <line number="24" hits="48" branch="false"/>
929
+ <line number="25" hits="330" branch="false"/>
930
+ <line number="30" hits="6" branch="false"/>
931
+ <line number="31" hits="35" branch="false"/>
932
+ <line number="32" hits="170" branch="false"/>
933
+ <line number="33" hits="170" branch="false"/>
934
+ <line number="38" hits="6" branch="false"/>
935
+ <line number="39" hits="0" branch="false"/>
936
+ <line number="40" hits="0" branch="false"/>
937
+ <line number="41" hits="0" branch="false"/>
938
+ <line number="45" hits="6" branch="false"/>
939
+ <line number="46" hits="4" branch="false"/>
940
+ <line number="47" hits="3" branch="false"/>
941
+ <line number="51" hits="6" branch="false"/>
942
+ <line number="52" hits="15" branch="false"/>
943
+ <line number="53" hits="15" branch="false"/>
944
+ <line number="55" hits="15" branch="true" condition-coverage="75% (3/4)"/>
945
+ <line number="56" hits="15" branch="false"/>
946
+ <line number="59" hits="15" branch="false"/>
947
+ <line number="60" hits="465" branch="false"/>
948
+ <line number="62" hits="465" branch="false"/>
949
+ <line number="63" hits="465" branch="true" condition-coverage="100% (2/2)"/>
950
+ <line number="66" hits="15" branch="false"/>
951
+ <line number="70" hits="6" branch="false"/>
952
+ <line number="75" hits="9" branch="false"/>
953
+ <line number="77" hits="9" branch="false"/>
954
+ <line number="79" hits="9" branch="true" condition-coverage="100% (2/2)"/>
955
+ <line number="80" hits="1" branch="false"/>
956
+ <line number="83" hits="9" branch="false"/>
957
+ <line number="84" hits="3" branch="true" condition-coverage="100% (2/2)"/>
958
+ <line number="85" hits="2" branch="false"/>
959
+ <line number="87" hits="2" branch="true" condition-coverage="75% (3/4)"/>
960
+ <line number="89" hits="0" branch="false"/>
961
+ <line number="91" hits="0" branch="true" condition-coverage="0% (0/2)"/>
962
+ <line number="92" hits="0" branch="false"/>
963
+ <line number="93" hits="0" branch="false"/>
964
+ <line number="95" hits="0" branch="false"/>
965
+ <line number="97" hits="2" branch="true" condition-coverage="75% (3/4)"/>
966
+ <line number="99" hits="0" branch="false"/>
967
+ <line number="100" hits="0" branch="false"/>
968
+ <line number="104" hits="2" branch="false"/>
969
+ <line number="108" hits="9" branch="false"/>
970
+ </lines>
971
+ </class>
972
+ <class name="Version.ts" filename="src/scaffolding/Version.ts" line-rate="1" branch-rate="1">
973
+ <methods>
974
+ <method name="(anonymous_0)" hits="2" signature="()V">
975
+ <lines>
976
+ <line number="3" hits="2"/>
977
+ </lines>
978
+ </method>
979
+ </methods>
980
+ <lines>
981
+ <line number="2" hits="7" branch="false"/>
982
+ <line number="3" hits="7" branch="false"/>
983
+ <line number="4" hits="2" branch="false"/>
984
+ </lines>
985
+ </class>
986
+ </classes>
987
+ </package>
988
+ <package name="src.video" line-rate="0.8432" branch-rate="0.764">
989
+ <classes>
990
+ <class name="FallbackPlayer.ts" filename="src/video/FallbackPlayer.ts" line-rate="1" branch-rate="1">
991
+ <methods>
992
+ <method name="constructor" hits="16" signature="()V">
993
+ <lines>
994
+ <line number="5" hits="16"/>
995
+ </lines>
996
+ </method>
997
+ <method name="(anonymous_1)" hits="1" signature="()V">
998
+ <lines>
999
+ <line number="12" hits="1"/>
1000
+ </lines>
1001
+ </method>
1002
+ </methods>
1003
+ <lines>
1004
+ <line number="6" hits="16" branch="false"/>
1005
+ <line number="12" hits="16" branch="false"/>
1006
+ <line number="13" hits="1" branch="false"/>
1007
+ <line number="14" hits="1" branch="false"/>
1008
+ </lines>
1009
+ </class>
1010
+ <class name="Player.ts" filename="src/video/Player.ts" line-rate="0.7903" branch-rate="0.7575">
1011
+ <methods>
1012
+ <method name="constructor" hits="37" signature="()V">
1013
+ <lines>
1014
+ <line number="86" hits="37"/>
1015
+ </lines>
1016
+ </method>
1017
+ <method name="(anonymous_1)" hits="39" signature="()V">
1018
+ <lines>
1019
+ <line number="114" hits="39"/>
1020
+ </lines>
1021
+ </method>
1022
+ <method name="(anonymous_2)" hits="4" signature="()V">
1023
+ <lines>
1024
+ <line number="130" hits="4"/>
1025
+ </lines>
1026
+ </method>
1027
+ <method name="(anonymous_3)" hits="5" signature="()V">
1028
+ <lines>
1029
+ <line number="155" hits="5"/>
1030
+ </lines>
1031
+ </method>
1032
+ <method name="(anonymous_4)" hits="20" signature="()V">
1033
+ <lines>
1034
+ <line number="184" hits="20"/>
1035
+ </lines>
1036
+ </method>
1037
+ <method name="(anonymous_5)" hits="3" signature="()V">
1038
+ <lines>
1039
+ <line number="208" hits="3"/>
1040
+ </lines>
1041
+ </method>
1042
+ <method name="(anonymous_6)" hits="0" signature="()V">
1043
+ <lines>
1044
+ <line number="209" hits="0"/>
1045
+ </lines>
1046
+ </method>
1047
+ <method name="(anonymous_7)" hits="1" signature="()V">
1048
+ <lines>
1049
+ <line number="217" hits="1"/>
1050
+ </lines>
1051
+ </method>
1052
+ <method name="(anonymous_8)" hits="2" signature="()V">
1053
+ <lines>
1054
+ <line number="224" hits="2"/>
1055
+ </lines>
1056
+ </method>
1057
+ <method name="(anonymous_9)" hits="1" signature="()V">
1058
+ <lines>
1059
+ <line number="231" hits="1"/>
1060
+ </lines>
1061
+ </method>
1062
+ <method name="(anonymous_10)" hits="1" signature="()V">
1063
+ <lines>
1064
+ <line number="238" hits="1"/>
1065
+ </lines>
1066
+ </method>
1067
+ <method name="(anonymous_11)" hits="3" signature="()V">
1068
+ <lines>
1069
+ <line number="245" hits="3"/>
1070
+ </lines>
1071
+ </method>
1072
+ <method name="(anonymous_12)" hits="1" signature="()V">
1073
+ <lines>
1074
+ <line number="266" hits="1"/>
1075
+ </lines>
1076
+ </method>
1077
+ <method name="(anonymous_13)" hits="2" signature="()V">
1078
+ <lines>
1079
+ <line number="273" hits="2"/>
1080
+ </lines>
1081
+ </method>
1082
+ <method name="(anonymous_14)" hits="1" signature="()V">
1083
+ <lines>
1084
+ <line number="290" hits="1"/>
1085
+ </lines>
1086
+ </method>
1087
+ <method name="(anonymous_15)" hits="2" signature="()V">
1088
+ <lines>
1089
+ <line number="297" hits="2"/>
1090
+ </lines>
1091
+ </method>
1092
+ <method name="(anonymous_16)" hits="1" signature="()V">
1093
+ <lines>
1094
+ <line number="312" hits="1"/>
1095
+ </lines>
1096
+ </method>
1097
+ <method name="(anonymous_17)" hits="1" signature="()V">
1098
+ <lines>
1099
+ <line number="319" hits="1"/>
1100
+ </lines>
1101
+ </method>
1102
+ <method name="(anonymous_18)" hits="2" signature="()V">
1103
+ <lines>
1104
+ <line number="334" hits="2"/>
1105
+ </lines>
1106
+ </method>
1107
+ <method name="(anonymous_19)" hits="2" signature="()V">
1108
+ <lines>
1109
+ <line number="343" hits="2"/>
1110
+ </lines>
1111
+ </method>
1112
+ <method name="(anonymous_20)" hits="35" signature="()V">
1113
+ <lines>
1114
+ <line number="361" hits="35"/>
1115
+ </lines>
1116
+ </method>
1117
+ <method name="(anonymous_21)" hits="2" signature="()V">
1118
+ <lines>
1119
+ <line number="379" hits="2"/>
1120
+ </lines>
1121
+ </method>
1122
+ <method name="(anonymous_22)" hits="2" signature="()V">
1123
+ <lines>
1124
+ <line number="398" hits="2"/>
1125
+ </lines>
1126
+ </method>
1127
+ <method name="(anonymous_23)" hits="0" signature="()V">
1128
+ <lines>
1129
+ <line number="414" hits="0"/>
1130
+ </lines>
1131
+ </method>
1132
+ <method name="(anonymous_24)" hits="0" signature="()V">
1133
+ <lines>
1134
+ <line number="417" hits="0"/>
1135
+ </lines>
1136
+ </method>
1137
+ <method name="(anonymous_25)" hits="0" signature="()V">
1138
+ <lines>
1139
+ <line number="427" hits="0"/>
1140
+ </lines>
1141
+ </method>
1142
+ <method name="(anonymous_26)" hits="0" signature="()V">
1143
+ <lines>
1144
+ <line number="431" hits="0"/>
1145
+ </lines>
1146
+ </method>
1147
+ <method name="(anonymous_27)" hits="0" signature="()V">
1148
+ <lines>
1149
+ <line number="436" hits="0"/>
1150
+ </lines>
1151
+ </method>
1152
+ <method name="(anonymous_28)" hits="0" signature="()V">
1153
+ <lines>
1154
+ <line number="442" hits="0"/>
1155
+ </lines>
1156
+ </method>
1157
+ <method name="(anonymous_29)" hits="0" signature="()V">
1158
+ <lines>
1159
+ <line number="451" hits="0"/>
1160
+ </lines>
1161
+ </method>
1162
+ <method name="(anonymous_30)" hits="0" signature="()V">
1163
+ <lines>
1164
+ <line number="454" hits="0"/>
1165
+ </lines>
1166
+ </method>
1167
+ <method name="(anonymous_31)" hits="0" signature="()V">
1168
+ <lines>
1169
+ <line number="460" hits="0"/>
1170
+ </lines>
1171
+ </method>
1172
+ <method name="(anonymous_32)" hits="0" signature="()V">
1173
+ <lines>
1174
+ <line number="462" hits="0"/>
1175
+ </lines>
1176
+ </method>
1177
+ <method name="(anonymous_33)" hits="0" signature="()V">
1178
+ <lines>
1179
+ <line number="468" hits="0"/>
1180
+ </lines>
1181
+ </method>
1182
+ <method name="(anonymous_34)" hits="0" signature="()V">
1183
+ <lines>
1184
+ <line number="477" hits="0"/>
1185
+ </lines>
1186
+ </method>
1187
+ <method name="(anonymous_35)" hits="0" signature="()V">
1188
+ <lines>
1189
+ <line number="478" hits="0"/>
1190
+ </lines>
1191
+ </method>
1192
+ <method name="(anonymous_36)" hits="0" signature="()V">
1193
+ <lines>
1194
+ <line number="482" hits="0"/>
1195
+ </lines>
1196
+ </method>
1197
+ <method name="(anonymous_37)" hits="3" signature="()V">
1198
+ <lines>
1199
+ <line number="492" hits="3"/>
1200
+ </lines>
1201
+ </method>
1202
+ <method name="(anonymous_38)" hits="4" signature="()V">
1203
+ <lines>
1204
+ <line number="521" hits="4"/>
1205
+ </lines>
1206
+ </method>
1207
+ </methods>
1208
+ <lines>
1209
+ <line number="28" hits="1" branch="false"/>
1210
+ <line number="30" hits="1" branch="false"/>
1211
+ <line number="33" hits="1" branch="false"/>
1212
+ <line number="45" hits="1" branch="false"/>
1213
+ <line number="47" hits="1" branch="false"/>
1214
+ <line number="49" hits="1" branch="false"/>
1215
+ <line number="51" hits="1" branch="false"/>
1216
+ <line number="56" hits="1" branch="false"/>
1217
+ <line number="63" hits="1" branch="false"/>
1218
+ <line number="68" hits="37" branch="false"/>
1219
+ <line number="80" hits="37" branch="false"/>
1220
+ <line number="82" hits="37" branch="false"/>
1221
+ <line number="84" hits="37" branch="false"/>
1222
+ <line number="91" hits="37" branch="false"/>
1223
+ <line number="93" hits="37" branch="true" condition-coverage="100% (2/2)"/>
1224
+ <line number="95" hits="37" branch="false"/>
1225
+ <line number="96" hits="37" branch="true" condition-coverage="100% (2/2)"/>
1226
+ <line number="97" hits="2" branch="false"/>
1227
+ <line number="100" hits="35" branch="true" condition-coverage="50% (1/2)"/>
1228
+ <line number="101" hits="35" branch="false"/>
1229
+ <line number="102" hits="35" branch="false"/>
1230
+ <line number="103" hits="35" branch="false"/>
1231
+ <line number="106" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1232
+ <line number="107" hits="2" branch="false"/>
1233
+ <line number="114" hits="37" branch="false"/>
1234
+ <line number="115" hits="39" branch="false"/>
1235
+ <line number="117" hits="39" branch="false"/>
1236
+ <line number="118" hits="39" branch="false"/>
1237
+ <line number="120" hits="39" branch="false"/>
1238
+ <line number="121" hits="351" branch="true" condition-coverage="100% (2/2)"/>
1239
+ <line number="122" hits="229" branch="false"/>
1240
+ <line number="130" hits="37" branch="false"/>
1241
+ <line number="131" hits="4" branch="false"/>
1242
+ <line number="136" hits="4" branch="false"/>
1243
+ <line number="137" hits="4" branch="false"/>
1244
+ <line number="139" hits="4" branch="false"/>
1245
+ <line number="141" hits="4" branch="true" condition-coverage="100% (4/4)"/>
1246
+ <line number="142" hits="1" branch="false"/>
1247
+ <line number="145" hits="4" branch="true" condition-coverage="100% (2/2)"/>
1248
+ <line number="146" hits="2" branch="false"/>
1249
+ <line number="148" hits="2" branch="false"/>
1250
+ <line number="155" hits="37" branch="false"/>
1251
+ <line number="156" hits="5" branch="false"/>
1252
+ <line number="158" hits="5" branch="false"/>
1253
+ <line number="159" hits="5" branch="true" condition-coverage="100% (2/2)"/>
1254
+ <line number="160" hits="4" branch="true" condition-coverage="100% (2/2)"/>
1255
+ <line number="161" hits="3" branch="false"/>
1256
+ <line number="164" hits="3" branch="false"/>
1257
+ <line number="167" hits="3" branch="true" condition-coverage="100% (2/2)"/>
1258
+ <line number="168" hits="2" branch="false"/>
1259
+ <line number="171" hits="1" branch="false"/>
1260
+ <line number="174" hits="1" branch="false"/>
1261
+ <line number="177" hits="2" branch="false"/>
1262
+ <line number="184" hits="37" branch="false"/>
1263
+ <line number="185" hits="20" branch="false"/>
1264
+ <line number="187" hits="20" branch="false"/>
1265
+ <line number="188" hits="20" branch="true" condition-coverage="100% (2/2)"/>
1266
+ <line number="189" hits="1" branch="false"/>
1267
+ <line number="192" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1268
+ <line number="193" hits="1" branch="false"/>
1269
+ <line number="196" hits="1" branch="false"/>
1270
+ <line number="198" hits="19" branch="false"/>
1271
+ <line number="201" hits="19" branch="false"/>
1272
+ <line number="208" hits="37" branch="false"/>
1273
+ <line number="209" hits="3" branch="false"/>
1274
+ <line number="210" hits="0" branch="false"/>
1275
+ <line number="217" hits="37" branch="false"/>
1276
+ <line number="218" hits="1" branch="false"/>
1277
+ <line number="224" hits="37" branch="false"/>
1278
+ <line number="225" hits="2" branch="true" condition-coverage="100% (2/2)"/>
1279
+ <line number="231" hits="37" branch="false"/>
1280
+ <line number="232" hits="1" branch="false"/>
1281
+ <line number="238" hits="37" branch="false"/>
1282
+ <line number="239" hits="1" branch="false"/>
1283
+ <line number="245" hits="37" branch="false"/>
1284
+ <line number="248" hits="3" branch="false"/>
1285
+ <line number="250" hits="3" branch="true" condition-coverage="100% (2/2)"/>
1286
+ <line number="251" hits="2" branch="false"/>
1287
+ <line number="253" hits="2" branch="true" condition-coverage="100% (2/2)"/>
1288
+ <line number="254" hits="1" branch="false"/>
1289
+ <line number="256" hits="1" branch="false"/>
1290
+ <line number="259" hits="1" branch="false"/>
1291
+ <line number="266" hits="37" branch="false"/>
1292
+ <line number="267" hits="1" branch="false"/>
1293
+ <line number="273" hits="37" branch="false"/>
1294
+ <line number="278" hits="2" branch="false"/>
1295
+ <line number="280" hits="2" branch="false"/>
1296
+ <line number="282" hits="2" branch="true" condition-coverage="100% (2/2)"/>
1297
+ <line number="283" hits="1" branch="false"/>
1298
+ <line number="290" hits="37" branch="false"/>
1299
+ <line number="291" hits="1" branch="false"/>
1300
+ <line number="297" hits="37" branch="false"/>
1301
+ <line number="298" hits="2" branch="false"/>
1302
+ <line number="300" hits="2" branch="false"/>
1303
+ <line number="302" hits="2" branch="true" condition-coverage="100% (2/2)"/>
1304
+ <line number="303" hits="1" branch="false"/>
1305
+ <line number="305" hits="1" branch="false"/>
1306
+ <line number="312" hits="37" branch="false"/>
1307
+ <line number="313" hits="1" branch="false"/>
1308
+ <line number="319" hits="37" branch="false"/>
1309
+ <line number="322" hits="1" branch="false"/>
1310
+ <line number="324" hits="1" branch="false"/>
1311
+ <line number="326" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1312
+ <line number="327" hits="1" branch="false"/>
1313
+ <line number="334" hits="37" branch="false"/>
1314
+ <line number="335" hits="2" branch="false"/>
1315
+ <line number="336" hits="2" branch="false"/>
1316
+ <line number="337" hits="2" branch="false"/>
1317
+ <line number="343" hits="37" branch="false"/>
1318
+ <line number="344" hits="2" branch="false"/>
1319
+ <line number="345" hits="2" branch="false"/>
1320
+ <line number="347" hits="2" branch="false"/>
1321
+ <line number="349" hits="2" branch="false"/>
1322
+ <line number="350" hits="18" branch="false"/>
1323
+ <line number="353" hits="2" branch="false"/>
1324
+ <line number="354" hits="2" branch="false"/>
1325
+ <line number="361" hits="37" branch="false"/>
1326
+ <line number="364" hits="35" branch="false"/>
1327
+ <line number="366" hits="35" branch="true" condition-coverage="50% (1/2)"/>
1328
+ <line number="367" hits="0" branch="false"/>
1329
+ <line number="368" hits="35" branch="true" condition-coverage="50% (1/2)"/>
1330
+ <line number="369" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1331
+ <line number="370" hits="0" branch="false"/>
1332
+ <line number="379" hits="37" branch="false"/>
1333
+ <line number="380" hits="2" branch="false"/>
1334
+ <line number="381" hits="2" branch="false"/>
1335
+ <line number="383" hits="2" branch="false"/>
1336
+ <line number="384" hits="2" branch="true" condition-coverage="100% (2/2)"/>
1337
+ <line number="385" hits="1" branch="false"/>
1338
+ <line number="387" hits="1" branch="false"/>
1339
+ <line number="390" hits="1" branch="false"/>
1340
+ <line number="398" hits="37" branch="false"/>
1341
+ <line number="399" hits="2" branch="false"/>
1342
+ <line number="402" hits="2" branch="false"/>
1343
+ <line number="403" hits="2" branch="false"/>
1344
+ <line number="405" hits="2" branch="true" condition-coverage="50% (2/4)"/>
1345
+ <line number="406" hits="0" branch="false"/>
1346
+ <line number="408" hits="2" branch="false"/>
1347
+ <line number="410" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1348
+ <line number="411" hits="2" branch="false"/>
1349
+ <line number="413" hits="0" branch="false"/>
1350
+ <line number="415" hits="0" branch="false"/>
1351
+ <line number="418" hits="0" branch="false"/>
1352
+ <line number="427" hits="37" branch="false"/>
1353
+ <line number="428" hits="0" branch="false"/>
1354
+ <line number="429" hits="0" branch="false"/>
1355
+ <line number="431" hits="0" branch="false"/>
1356
+ <line number="432" hits="0" branch="false"/>
1357
+ <line number="434" hits="0" branch="false"/>
1358
+ <line number="439" hits="0" branch="false"/>
1359
+ <line number="440" hits="0" branch="false"/>
1360
+ <line number="443" hits="0" branch="false"/>
1361
+ <line number="451" hits="37" branch="false"/>
1362
+ <line number="452" hits="0" branch="false"/>
1363
+ <line number="453" hits="0" branch="false"/>
1364
+ <line number="454" hits="0" branch="false"/>
1365
+ <line number="456" hits="0" branch="false"/>
1366
+ <line number="457" hits="0" branch="false"/>
1367
+ <line number="460" hits="0" branch="false"/>
1368
+ <line number="461" hits="0" branch="false"/>
1369
+ <line number="464" hits="0" branch="false"/>
1370
+ <line number="465" hits="0" branch="false"/>
1371
+ <line number="468" hits="0" branch="false"/>
1372
+ <line number="469" hits="0" branch="false"/>
1373
+ <line number="470" hits="0" branch="false"/>
1374
+ <line number="472" hits="0" branch="false"/>
1375
+ <line number="476" hits="0" branch="false"/>
1376
+ <line number="477" hits="0" branch="false"/>
1377
+ <line number="478" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1378
+ <line number="480" hits="0" branch="false"/>
1379
+ <line number="483" hits="0" branch="false"/>
1380
+ <line number="492" hits="37" branch="false"/>
1381
+ <line number="496" hits="3" branch="false"/>
1382
+ <line number="499" hits="3" branch="false"/>
1383
+ <line number="501" hits="3" branch="true" condition-coverage="75% (3/4)"/>
1384
+ <line number="502" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1385
+ <line number="503" hits="0" branch="false"/>
1386
+ <line number="506" hits="0" branch="false"/>
1387
+ <line number="507" hits="0" branch="false"/>
1388
+ <line number="508" hits="0" branch="false"/>
1389
+ <line number="510" hits="3" branch="false"/>
1390
+ <line number="513" hits="3" branch="true" condition-coverage="100% (2/2)"/>
1391
+ <line number="514" hits="1" branch="false"/>
1392
+ <line number="521" hits="37" branch="false"/>
1393
+ <line number="522" hits="4" branch="true" condition-coverage="100% (2/2)"/>
1394
+ <line number="523" hits="1" branch="false"/>
1395
+ </lines>
1396
+ </class>
1397
+ <class name="VideoPlayer.ts" filename="src/video/VideoPlayer.ts" line-rate="0.9615" branch-rate="0.7826000000000001">
1398
+ <methods>
1399
+ <method name="constructor" hits="53" signature="()V">
1400
+ <lines>
1401
+ <line number="52" hits="53"/>
1402
+ </lines>
1403
+ </method>
1404
+ <method name="(anonymous_1)" hits="5" signature="()V">
1405
+ <lines>
1406
+ <line number="32" hits="5"/>
1407
+ </lines>
1408
+ </method>
1409
+ <method name="(anonymous_2)" hits="1" signature="()V">
1410
+ <lines>
1411
+ <line number="33" hits="1"/>
1412
+ </lines>
1413
+ </method>
1414
+ <method name="(anonymous_3)" hits="1" signature="()V">
1415
+ <lines>
1416
+ <line number="34" hits="1"/>
1417
+ </lines>
1418
+ </method>
1419
+ <method name="(anonymous_4)" hits="0" signature="()V">
1420
+ <lines>
1421
+ <line number="35" hits="0"/>
1422
+ </lines>
1423
+ </method>
1424
+ <method name="(anonymous_5)" hits="6" signature="()V">
1425
+ <lines>
1426
+ <line number="36" hits="6"/>
1427
+ </lines>
1428
+ </method>
1429
+ <method name="(anonymous_6)" hits="1" signature="()V">
1430
+ <lines>
1431
+ <line number="72" hits="1"/>
1432
+ </lines>
1433
+ </method>
1434
+ <method name="(anonymous_7)" hits="3" signature="()V">
1435
+ <lines>
1436
+ <line number="81" hits="3"/>
1437
+ </lines>
1438
+ </method>
1439
+ <method name="(anonymous_8)" hits="2" signature="()V">
1440
+ <lines>
1441
+ <line number="97" hits="2"/>
1442
+ </lines>
1443
+ </method>
1444
+ <method name="(anonymous_9)" hits="5" signature="()V">
1445
+ <lines>
1446
+ <line number="104" hits="5"/>
1447
+ </lines>
1448
+ </method>
1449
+ <method name="(anonymous_10)" hits="11" signature="()V">
1450
+ <lines>
1451
+ <line number="111" hits="11"/>
1452
+ </lines>
1453
+ </method>
1454
+ <method name="(anonymous_11)" hits="0" signature="()V">
1455
+ <lines>
1456
+ <line number="126" hits="0"/>
1457
+ </lines>
1458
+ </method>
1459
+ <method name="(anonymous_12)" hits="6" signature="()V">
1460
+ <lines>
1461
+ <line number="133" hits="6"/>
1462
+ </lines>
1463
+ </method>
1464
+ <method name="(anonymous_13)" hits="5" signature="()V">
1465
+ <lines>
1466
+ <line number="149" hits="5"/>
1467
+ </lines>
1468
+ </method>
1469
+ <method name="(anonymous_14)" hits="2" signature="()V">
1470
+ <lines>
1471
+ <line number="153" hits="2"/>
1472
+ </lines>
1473
+ </method>
1474
+ <method name="(anonymous_15)" hits="1" signature="()V">
1475
+ <lines>
1476
+ <line number="161" hits="1"/>
1477
+ </lines>
1478
+ </method>
1479
+ <method name="(anonymous_16)" hits="1" signature="()V">
1480
+ <lines>
1481
+ <line number="172" hits="1"/>
1482
+ </lines>
1483
+ </method>
1484
+ <method name="(anonymous_17)" hits="2" signature="()V">
1485
+ <lines>
1486
+ <line number="184" hits="2"/>
1487
+ </lines>
1488
+ </method>
1489
+ </methods>
1490
+ <lines>
1491
+ <line number="6" hits="3" branch="false"/>
1492
+ <line number="12" hits="3" branch="false"/>
1493
+ <line number="14" hits="3" branch="false"/>
1494
+ <line number="16" hits="3" branch="false"/>
1495
+ <line number="18" hits="3" branch="false"/>
1496
+ <line number="24" hits="53" branch="false"/>
1497
+ <line number="26" hits="53" branch="false"/>
1498
+ <line number="28" hits="53" branch="false"/>
1499
+ <line number="31" hits="53" branch="false"/>
1500
+ <line number="32" hits="5" branch="false"/>
1501
+ <line number="33" hits="1" branch="false"/>
1502
+ <line number="34" hits="1" branch="false"/>
1503
+ <line number="35" hits="0" branch="false"/>
1504
+ <line number="36" hits="6" branch="false"/>
1505
+ <line number="39" hits="53" branch="false"/>
1506
+ <line number="41" hits="53" branch="false"/>
1507
+ <line number="43" hits="53" branch="false"/>
1508
+ <line number="45" hits="53" branch="false"/>
1509
+ <line number="47" hits="53" branch="false"/>
1510
+ <line number="53" hits="53" branch="false"/>
1511
+ <line number="54" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1512
+ <line number="55" hits="1" branch="false"/>
1513
+ <line number="58" hits="52" branch="false"/>
1514
+ <line number="59" hits="260" branch="false"/>
1515
+ <line number="62" hits="52" branch="false"/>
1516
+ <line number="63" hits="52" branch="false"/>
1517
+ <line number="65" hits="1" branch="false"/>
1518
+ <line number="72" hits="53" branch="false"/>
1519
+ <line number="73" hits="1" branch="false"/>
1520
+ <line number="74" hits="5" branch="false"/>
1521
+ <line number="81" hits="53" branch="false"/>
1522
+ <line number="83" hits="3" branch="true" condition-coverage="40% (2/5)"/>
1523
+ <line number="84" hits="0" branch="false"/>
1524
+ <line number="87" hits="3" branch="false"/>
1525
+ <line number="89" hits="3" branch="false"/>
1526
+ <line number="90" hits="1" branch="false"/>
1527
+ <line number="97" hits="53" branch="false"/>
1528
+ <line number="98" hits="2" branch="false"/>
1529
+ <line number="104" hits="53" branch="false"/>
1530
+ <line number="105" hits="5" branch="false"/>
1531
+ <line number="111" hits="53" branch="false"/>
1532
+ <line number="112" hits="11" branch="false"/>
1533
+ <line number="113" hits="11" branch="false"/>
1534
+ <line number="114" hits="11" branch="false"/>
1535
+ <line number="116" hits="11" branch="true" condition-coverage="100% (2/2)"/>
1536
+ <line number="117" hits="2" branch="false"/>
1537
+ <line number="119" hits="9" branch="false"/>
1538
+ <line number="126" hits="53" branch="false"/>
1539
+ <line number="127" hits="0" branch="false"/>
1540
+ <line number="133" hits="53" branch="false"/>
1541
+ <line number="134" hits="6" branch="true" condition-coverage="100% (4/4)"/>
1542
+ <line number="135" hits="2" branch="false"/>
1543
+ <line number="136" hits="2" branch="false"/>
1544
+ <line number="139" hits="6" branch="true" condition-coverage="100% (4/4)"/>
1545
+ <line number="140" hits="1" branch="false"/>
1546
+ <line number="141" hits="1" branch="false"/>
1547
+ <line number="149" hits="53" branch="false"/>
1548
+ <line number="150" hits="5" branch="false"/>
1549
+ <line number="152" hits="5" branch="false"/>
1550
+ <line number="153" hits="5" branch="false"/>
1551
+ <line number="155" hits="5" branch="false"/>
1552
+ <line number="161" hits="53" branch="false"/>
1553
+ <line number="162" hits="1" branch="false"/>
1554
+ <line number="164" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1555
+ <line number="165" hits="1" branch="false"/>
1556
+ <line number="172" hits="53" branch="false"/>
1557
+ <line number="173" hits="1" branch="false"/>
1558
+ <line number="175" hits="1" branch="false"/>
1559
+ <line number="176" hits="1" branch="false"/>
1560
+ <line number="184" hits="53" branch="false"/>
1561
+ <line number="185" hits="2" branch="true" condition-coverage="100% (2/2)"/>
1562
+ <line number="186" hits="1" branch="false"/>
1563
+ <line number="187" hits="1" branch="false"/>
1564
+ <line number="188" hits="1" branch="false"/>
1565
+ <line number="190" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1566
+ <line number="191" hits="1" branch="false"/>
1567
+ <line number="192" hits="1" branch="false"/>
1568
+ <line number="195" hits="1" branch="false"/>
1569
+ </lines>
1570
+ </class>
1571
+ </classes>
1572
+ </package>
1573
+ </packages>
1574
+ </coverage>