@openreplay/tracker 10.0.2 → 10.0.3

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 (65) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/cjs/app/index.js +1 -1
  3. package/cjs/index.js +1 -1
  4. package/cjs/utils.js +16 -2
  5. package/coverage/clover.xml +508 -435
  6. package/coverage/coverage-final.json +12 -11
  7. package/coverage/lcov-report/index.html +40 -40
  8. package/coverage/lcov-report/main/app/canvas.ts.html +475 -0
  9. package/coverage/lcov-report/main/app/guards.ts.html +46 -43
  10. package/coverage/lcov-report/main/app/index.html +40 -25
  11. package/coverage/lcov-report/main/app/index.ts.html +58 -7
  12. package/coverage/lcov-report/main/app/logger.ts.html +1 -1
  13. package/coverage/lcov-report/main/app/messages.gen.ts.html +179 -146
  14. package/coverage/lcov-report/main/app/nodes.ts.html +1 -1
  15. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
  16. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  17. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  18. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
  19. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  20. package/coverage/lcov-report/main/app/sanitizer.ts.html +1 -1
  21. package/coverage/lcov-report/main/app/session.ts.html +1 -1
  22. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  23. package/coverage/lcov-report/main/index.html +15 -15
  24. package/coverage/lcov-report/main/index.ts.html +1 -1
  25. package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +19 -19
  26. package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +97 -97
  27. package/coverage/lcov-report/main/modules/Network/index.html +65 -65
  28. package/coverage/lcov-report/main/modules/Network/index.ts.html +33 -33
  29. package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +82 -73
  30. package/coverage/lcov-report/main/modules/Network/utils.ts.html +34 -34
  31. package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +13 -13
  32. package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
  33. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  34. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  35. package/coverage/lcov-report/main/modules/console.ts.html +1 -1
  36. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
  37. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  38. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  39. package/coverage/lcov-report/main/modules/featureFlags.ts.html +1 -1
  40. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  41. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  42. package/coverage/lcov-report/main/modules/img.ts.html +1 -1
  43. package/coverage/lcov-report/main/modules/index.html +1 -1
  44. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  45. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  46. package/coverage/lcov-report/main/modules/network.ts.html +2 -2
  47. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  48. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  50. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  51. package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
  52. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  53. package/coverage/lcov-report/main/utils.ts.html +57 -57
  54. package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
  55. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +17 -5
  56. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
  57. package/coverage/lcov-report/webworker/QueueSender.ts.html +1 -1
  58. package/coverage/lcov-report/webworker/index.html +7 -7
  59. package/coverage/lcov-report/webworker/index.ts.html +1 -1
  60. package/coverage/lcov.info +819 -676
  61. package/lib/app/index.js +1 -1
  62. package/lib/common/tsconfig.tsbuildinfo +1 -1
  63. package/lib/index.js +1 -1
  64. package/lib/utils.js +16 -2
  65. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1699004348473" clover="3.2.0">
3
- <project timestamp="1699004348473" name="All files">
4
- <metrics statements="3032" coveredstatements="197" conditionals="1613" coveredconditionals="50" methods="614" coveredmethods="9" elements="5259" coveredelements="256" complexity="0" loc="3032" ncloc="3032" packages="6" files="45" classes="45"/>
2
+ <coverage generated="1700560947895" clover="3.2.0">
3
+ <project timestamp="1700560947895" name="All files">
4
+ <metrics statements="3102" coveredstatements="16" conditionals="1647" coveredconditionals="4" methods="629" coveredmethods="8" elements="5378" coveredelements="28" complexity="0" loc="3102" ncloc="3102" packages="6" files="46" classes="46"/>
5
5
  <package name="main">
6
- <metrics statements="246" coveredstatements="24" conditionals="119" coveredconditionals="7" methods="55" coveredmethods="0"/>
6
+ <metrics statements="246" coveredstatements="0" conditionals="119" coveredconditionals="0" methods="55" coveredmethods="0"/>
7
7
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/index.ts">
8
8
  <metrics statements="169" coveredstatements="0" conditionals="89" coveredconditionals="0" methods="33" coveredmethods="0"/>
9
9
  <line num="1" count="0" type="stmt"/>
@@ -177,34 +177,34 @@
177
177
  <line num="372" count="0" type="stmt"/>
178
178
  </file>
179
179
  <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
180
- <metrics statements="77" coveredstatements="24" conditionals="30" coveredconditionals="7" methods="22" coveredmethods="0"/>
181
- <line num="1" count="3" type="stmt"/>
182
- <line num="3" count="3" type="stmt"/>
183
- <line num="5" count="3" type="cond" truecount="2" falsecount="0"/>
184
- <line num="7" count="3" type="stmt"/>
185
- <line num="12" count="3" type="cond" truecount="1" falsecount="1"/>
186
- <line num="13" count="3" type="stmt"/>
180
+ <metrics statements="77" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="22" coveredmethods="0"/>
181
+ <line num="1" count="0" type="stmt"/>
182
+ <line num="3" count="0" type="stmt"/>
183
+ <line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
184
+ <line num="7" count="0" type="stmt"/>
185
+ <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
186
+ <line num="13" count="0" type="stmt"/>
187
187
  <line num="14" count="0" type="stmt"/>
188
- <line num="16" count="3" type="stmt"/>
188
+ <line num="16" count="0" type="stmt"/>
189
189
  <line num="17" count="0" type="stmt"/>
190
- <line num="19" count="3" type="stmt"/>
190
+ <line num="19" count="0" type="stmt"/>
191
191
  <line num="21" count="0" type="stmt"/>
192
192
  <line num="22" count="0" type="stmt"/>
193
- <line num="24" count="3" type="stmt"/>
193
+ <line num="24" count="0" type="stmt"/>
194
194
  <line num="26" count="0" type="stmt"/>
195
195
  <line num="27" count="0" type="stmt"/>
196
- <line num="29" count="3" type="stmt"/>
196
+ <line num="29" count="0" type="stmt"/>
197
197
  <line num="30" count="0" type="stmt"/>
198
- <line num="34" count="3" type="stmt"/>
198
+ <line num="34" count="0" type="stmt"/>
199
199
  <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
200
- <line num="40" count="3" type="stmt"/>
201
- <line num="42" count="3" type="stmt"/>
202
- <line num="43" count="3" type="cond" truecount="0" falsecount="1"/>
200
+ <line num="40" count="0" type="stmt"/>
201
+ <line num="42" count="0" type="stmt"/>
202
+ <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
203
203
  <line num="44" count="0" type="cond" truecount="0" falsecount="1"/>
204
204
  <line num="45" count="0" type="stmt"/>
205
205
  <line num="47" count="0" type="stmt"/>
206
206
  <line num="52" count="0" type="stmt"/>
207
- <line num="55" count="3" type="stmt"/>
207
+ <line num="55" count="0" type="stmt"/>
208
208
  <line num="56" count="0" type="stmt"/>
209
209
  <line num="57" count="0" type="cond" truecount="0" falsecount="1"/>
210
210
  <line num="58" count="0" type="stmt"/>
@@ -212,39 +212,39 @@
212
212
  <line num="61" count="0" type="cond" truecount="0" falsecount="1"/>
213
213
  <line num="62" count="0" type="stmt"/>
214
214
  <line num="64" count="0" type="stmt"/>
215
- <line num="67" count="3" type="stmt"/>
215
+ <line num="67" count="0" type="stmt"/>
216
216
  <line num="68" count="0" type="stmt"/>
217
217
  <line num="69" count="0" type="cond" truecount="0" falsecount="1"/>
218
218
  <line num="71" count="0" type="cond" truecount="0" falsecount="1"/>
219
219
  <line num="72" count="0" type="stmt"/>
220
220
  <line num="79" count="0" type="stmt"/>
221
221
  <line num="82" count="0" type="stmt"/>
222
- <line num="88" count="3" type="stmt"/>
222
+ <line num="88" count="0" type="stmt"/>
223
223
  <line num="89" count="0" type="stmt"/>
224
224
  <line num="90" count="0" type="stmt"/>
225
225
  <line num="92" count="0" type="stmt"/>
226
226
  <line num="97" count="0" type="stmt"/>
227
- <line num="100" count="3" type="stmt"/>
227
+ <line num="100" count="0" type="stmt"/>
228
228
  <line num="101" count="0" type="cond" truecount="0" falsecount="2"/>
229
229
  <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
230
230
  <line num="105" count="0" type="stmt"/>
231
231
  <line num="106" count="0" type="stmt"/>
232
- <line num="109" count="3" type="stmt"/>
232
+ <line num="109" count="0" type="stmt"/>
233
233
  <line num="110" count="0" type="stmt"/>
234
234
  <line num="111" count="0" type="stmt"/>
235
235
  <line num="113" count="0" type="stmt"/>
236
- <line num="121" count="3" type="stmt"/>
236
+ <line num="121" count="0" type="stmt"/>
237
237
  <line num="123" count="0" type="cond" truecount="0" falsecount="4"/>
238
- <line num="129" count="3" type="stmt"/>
238
+ <line num="129" count="0" type="stmt"/>
239
239
  <line num="130" count="0" type="stmt"/>
240
240
  <line num="131" count="0" type="stmt"/>
241
- <line num="134" count="3" type="stmt"/>
241
+ <line num="134" count="0" type="stmt"/>
242
242
  <line num="140" count="0" type="stmt"/>
243
243
  <line num="141" count="0" type="stmt"/>
244
- <line num="144" count="3" type="stmt"/>
244
+ <line num="144" count="0" type="stmt"/>
245
245
  <line num="150" count="0" type="stmt"/>
246
246
  <line num="153" count="0" type="stmt"/>
247
- <line num="163" count="3" type="stmt"/>
247
+ <line num="163" count="0" type="stmt"/>
248
248
  <line num="164" count="0" type="stmt"/>
249
249
  <line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
250
250
  <line num="166" count="0" type="stmt"/>
@@ -258,28 +258,90 @@
258
258
  </file>
259
259
  </package>
260
260
  <package name="main.app">
261
- <metrics statements="631" coveredstatements="69" conditionals="240" coveredconditionals="0" methods="190" coveredmethods="0"/>
262
- <file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
263
- <metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
261
+ <metrics statements="698" coveredstatements="16" conditionals="270" coveredconditionals="4" methods="204" coveredmethods="8"/>
262
+ <file name="canvas.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/canvas.ts">
263
+ <metrics statements="59" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="13" coveredmethods="0"/>
264
264
  <line num="2" count="0" type="stmt"/>
265
- <line num="3" count="0" type="cond" truecount="0" falsecount="2"/>
266
- <line num="6" count="0" type="stmt"/>
267
- <line num="7" count="0" type="stmt"/>
268
- <line num="10" count="0" type="stmt"/>
269
- <line num="11" count="0" type="stmt"/>
270
- <line num="14" count="0" type="stmt"/>
271
- <line num="15" count="0" type="stmt"/>
272
- <line num="18" count="0" type="stmt"/>
273
- <line num="19" count="0" type="stmt"/>
265
+ <line num="3" count="0" type="stmt"/>
266
+ <line num="16" count="0" type="stmt"/>
267
+ <line num="17" count="0" type="stmt"/>
268
+ <line num="21" count="0" type="stmt"/>
274
269
  <line num="22" count="0" type="stmt"/>
275
- <line num="23" count="0" type="stmt"/>
276
- <line num="26" count="0" type="stmt"/>
277
- <line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
278
- <line num="42" count="0" type="stmt"/>
270
+ <line num="24" count="0" type="stmt"/>
271
+ <line num="28" count="0" type="stmt"/>
272
+ <line num="29" count="0" type="stmt"/>
273
+ <line num="30" count="0" type="cond" truecount="0" falsecount="4"/>
274
+ <line num="31" count="0" type="stmt"/>
275
+ <line num="33" count="0" type="stmt"/>
276
+ <line num="34" count="0" type="stmt"/>
277
+ <line num="38" count="0" type="stmt"/>
278
+ <line num="39" count="0" type="stmt"/>
279
+ <line num="40" count="0" type="stmt"/>
280
+ <line num="41" count="0" type="stmt"/>
281
+ <line num="42" count="0" type="cond" truecount="0" falsecount="2"/>
282
+ <line num="43" count="0" type="cond" truecount="0" falsecount="5"/>
283
+ <line num="44" count="0" type="stmt"/>
284
+ <line num="45" count="0" type="stmt"/>
279
285
  <line num="47" count="0" type="stmt"/>
286
+ <line num="48" count="0" type="stmt"/>
287
+ <line num="49" count="0" type="cond" truecount="0" falsecount="1"/>
288
+ <line num="50" count="0" type="stmt"/>
289
+ <line num="51" count="0" type="stmt"/>
290
+ <line num="55" count="0" type="stmt"/>
291
+ <line num="60" count="0" type="cond" truecount="0" falsecount="1"/>
292
+ <line num="61" count="0" type="stmt"/>
293
+ <line num="62" count="0" type="stmt"/>
294
+ <line num="64" count="0" type="stmt"/>
295
+ <line num="65" count="0" type="stmt"/>
296
+ <line num="66" count="0" type="stmt"/>
297
+ <line num="67" count="0" type="stmt"/>
298
+ <line num="71" count="0" type="stmt"/>
299
+ <line num="79" count="0" type="stmt"/>
300
+ <line num="82" count="0" type="stmt"/>
301
+ <line num="87" count="0" type="stmt"/>
302
+ <line num="88" count="0" type="stmt"/>
303
+ <line num="89" count="0" type="stmt"/>
304
+ <line num="93" count="0" type="stmt"/>
305
+ <line num="100" count="0" type="stmt"/>
306
+ <line num="101" count="0" type="stmt"/>
307
+ <line num="105" count="0" type="stmt"/>
308
+ <line num="107" count="0" type="stmt"/>
309
+ <line num="108" count="0" type="stmt"/>
310
+ <line num="109" count="0" type="stmt"/>
311
+ <line num="110" count="0" type="stmt"/>
312
+ <line num="112" count="0" type="stmt"/>
313
+ <line num="113" count="0" type="stmt"/>
314
+ <line num="116" count="0" type="stmt"/>
315
+ <line num="120" count="0" type="stmt"/>
316
+ <line num="121" count="0" type="stmt"/>
317
+ <line num="122" count="0" type="stmt"/>
318
+ <line num="123" count="0" type="stmt"/>
319
+ <line num="125" count="0" type="stmt"/>
320
+ <line num="126" count="0" type="stmt"/>
321
+ <line num="127" count="0" type="stmt"/>
322
+ <line num="130" count="0" type="stmt"/>
323
+ </file>
324
+ <file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
325
+ <metrics statements="16" coveredstatements="16" conditionals="4" coveredconditionals="4" methods="8" coveredmethods="8"/>
326
+ <line num="2" count="1" type="stmt"/>
327
+ <line num="3" count="2" type="cond" truecount="2" falsecount="0"/>
328
+ <line num="6" count="1" type="stmt"/>
329
+ <line num="7" count="2" type="stmt"/>
330
+ <line num="10" count="1" type="stmt"/>
331
+ <line num="11" count="2" type="stmt"/>
332
+ <line num="14" count="1" type="stmt"/>
333
+ <line num="15" count="2" type="stmt"/>
334
+ <line num="18" count="1" type="stmt"/>
335
+ <line num="19" count="2" type="stmt"/>
336
+ <line num="22" count="1" type="stmt"/>
337
+ <line num="23" count="2" type="stmt"/>
338
+ <line num="26" count="1" type="stmt"/>
339
+ <line num="27" count="3" type="cond" truecount="2" falsecount="0"/>
340
+ <line num="43" count="1" type="stmt"/>
341
+ <line num="48" count="2" type="stmt"/>
280
342
  </file>
281
343
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
282
- <metrics statements="282" coveredstatements="0" conditionals="158" coveredconditionals="0" methods="57" coveredmethods="0"/>
344
+ <metrics statements="288" coveredstatements="0" conditionals="170" coveredconditionals="0" methods="57" coveredmethods="0"/>
283
345
  <line num="2" count="0" type="stmt"/>
284
346
  <line num="3" count="0" type="stmt"/>
285
347
  <line num="12" count="0" type="stmt"/>
@@ -291,277 +353,283 @@
291
353
  <line num="18" count="0" type="stmt"/>
292
354
  <line num="19" count="0" type="stmt"/>
293
355
  <line num="20" count="0" type="stmt"/>
294
- <line num="51" count="0" type="stmt"/>
356
+ <line num="26" count="0" type="stmt"/>
295
357
  <line num="52" count="0" type="stmt"/>
296
- <line num="65" count="0" type="stmt"/>
358
+ <line num="53" count="0" type="stmt"/>
297
359
  <line num="66" count="0" type="stmt"/>
298
- <line num="72" count="0" type="cond" truecount="0" falsecount="2"/>
299
- <line num="73" count="0" type="stmt"/>
360
+ <line num="67" count="0" type="stmt"/>
361
+ <line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
300
362
  <line num="74" count="0" type="stmt"/>
301
363
  <line num="75" count="0" type="stmt"/>
302
- <line num="107" count="0" type="stmt"/>
303
- <line num="110" count="0" type="stmt"/>
304
- <line num="111" count="0" type="cond" truecount="0" falsecount="2"/>
305
- <line num="112" count="0" type="stmt"/>
364
+ <line num="76" count="0" type="stmt"/>
365
+ <line num="108" count="0" type="stmt"/>
366
+ <line num="111" count="0" type="stmt"/>
367
+ <line num="112" count="0" type="cond" truecount="0" falsecount="2"/>
306
368
  <line num="113" count="0" type="stmt"/>
307
369
  <line num="114" count="0" type="stmt"/>
308
- <line num="117" count="0" type="stmt"/>
309
- <line num="127" count="0" type="stmt"/>
310
- <line num="130" count="0" type="stmt"/>
370
+ <line num="115" count="0" type="stmt"/>
371
+ <line num="118" count="0" type="stmt"/>
372
+ <line num="128" count="0" type="stmt"/>
311
373
  <line num="131" count="0" type="stmt"/>
312
374
  <line num="132" count="0" type="stmt"/>
313
- <line num="136" count="0" type="stmt"/>
375
+ <line num="133" count="0" type="stmt"/>
314
376
  <line num="137" count="0" type="stmt"/>
315
- <line num="140" count="0" type="stmt"/>
377
+ <line num="138" count="0" type="stmt"/>
316
378
  <line num="141" count="0" type="stmt"/>
317
379
  <line num="142" count="0" type="stmt"/>
318
- <line num="150" count="0" type="stmt"/>
319
- <line num="151" count="0" type="stmt"/>
320
- <line num="152" count="0" type="stmt"/>
321
- <line num="153" count="0" type="stmt"/>
322
- <line num="175" count="0" type="cond" truecount="0" falsecount="4"/>
323
- <line num="176" count="0" type="cond" truecount="0" falsecount="2"/>
324
- <line num="179" count="0" type="stmt"/>
325
- <line num="180" count="0" type="cond" truecount="0" falsecount="4"/>
326
- <line num="181" count="0" type="cond" truecount="0" falsecount="4"/>
327
- <line num="182" count="0" type="stmt"/>
328
- <line num="183" count="0" type="stmt"/>
329
- <line num="184" count="0" type="stmt"/>
330
- <line num="185" count="0" type="stmt"/>
380
+ <line num="143" count="0" type="stmt"/>
381
+ <line num="146" count="0" type="stmt"/>
382
+ <line num="147" count="0" type="stmt"/>
383
+ <line num="157" count="0" type="stmt"/>
384
+ <line num="158" count="0" type="stmt"/>
385
+ <line num="159" count="0" type="stmt"/>
386
+ <line num="160" count="0" type="stmt"/>
387
+ <line num="182" count="0" type="cond" truecount="0" falsecount="4"/>
388
+ <line num="183" count="0" type="cond" truecount="0" falsecount="2"/>
331
389
  <line num="186" count="0" type="stmt"/>
332
- <line num="187" count="0" type="stmt"/>
333
- <line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
390
+ <line num="187" count="0" type="cond" truecount="0" falsecount="4"/>
391
+ <line num="188" count="0" type="cond" truecount="0" falsecount="4"/>
334
392
  <line num="189" count="0" type="stmt"/>
335
393
  <line num="190" count="0" type="stmt"/>
336
394
  <line num="191" count="0" type="stmt"/>
337
- <line num="192" count="0" type="cond" truecount="0" falsecount="1"/>
395
+ <line num="192" count="0" type="stmt"/>
396
+ <line num="193" count="0" type="stmt"/>
338
397
  <line num="194" count="0" type="stmt"/>
339
- <line num="196" count="0" type="cond" truecount="0" falsecount="1"/>
398
+ <line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
399
+ <line num="196" count="0" type="stmt"/>
340
400
  <line num="197" count="0" type="stmt"/>
341
- <line num="202" count="0" type="cond" truecount="0" falsecount="1"/>
342
- <line num="203" count="0" type="stmt"/>
343
- <line num="206" count="0" type="stmt"/>
344
- <line num="207" count="0" type="stmt"/>
401
+ <line num="198" count="0" type="stmt"/>
402
+ <line num="199" count="0" type="cond" truecount="0" falsecount="1"/>
403
+ <line num="201" count="0" type="stmt"/>
404
+ <line num="203" count="0" type="cond" truecount="0" falsecount="1"/>
405
+ <line num="204" count="0" type="stmt"/>
406
+ <line num="209" count="0" type="cond" truecount="0" falsecount="1"/>
345
407
  <line num="210" count="0" type="stmt"/>
346
- <line num="211" count="0" type="stmt"/>
347
408
  <line num="213" count="0" type="stmt"/>
348
- <line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
349
- <line num="215" count="0" type="stmt"/>
350
- <line num="216" count="0" type="stmt"/>
351
- <line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
409
+ <line num="214" count="0" type="stmt"/>
410
+ <line num="217" count="0" type="stmt"/>
352
411
  <line num="218" count="0" type="stmt"/>
353
- <line num="219" count="0" type="cond" truecount="0" falsecount="2"/>
354
412
  <line num="220" count="0" type="stmt"/>
355
- <line num="221" count="0" type="stmt"/>
356
- <line num="222" count="0" type="cond" truecount="0" falsecount="1"/>
413
+ <line num="221" count="0" type="cond" truecount="0" falsecount="2"/>
414
+ <line num="222" count="0" type="stmt"/>
357
415
  <line num="223" count="0" type="stmt"/>
358
- <line num="224" count="0" type="stmt"/>
359
- <line num="225" count="0" type="cond" truecount="0" falsecount="2"/>
360
- <line num="226" count="0" type="stmt"/>
361
- <line num="227" count="0" type="cond" truecount="0" falsecount="1"/>
416
+ <line num="224" count="0" type="cond" truecount="0" falsecount="2"/>
417
+ <line num="225" count="0" type="stmt"/>
418
+ <line num="226" count="0" type="cond" truecount="0" falsecount="2"/>
419
+ <line num="227" count="0" type="stmt"/>
362
420
  <line num="228" count="0" type="stmt"/>
363
- <line num="229" count="0" type="stmt"/>
364
- <line num="230" count="0" type="cond" truecount="0" falsecount="1"/>
421
+ <line num="229" count="0" type="cond" truecount="0" falsecount="1"/>
422
+ <line num="230" count="0" type="stmt"/>
365
423
  <line num="231" count="0" type="stmt"/>
366
- <line num="232" count="0" type="stmt"/>
367
- <line num="236" count="0" type="cond" truecount="0" falsecount="4"/>
368
- <line num="239" count="0" type="cond" truecount="0" falsecount="4"/>
369
- <line num="243" count="0" type="stmt"/>
370
- <line num="244" count="0" type="cond" truecount="0" falsecount="1"/>
371
- <line num="245" count="0" type="stmt"/>
372
- <line num="249" count="0" type="stmt"/>
424
+ <line num="232" count="0" type="cond" truecount="0" falsecount="2"/>
425
+ <line num="233" count="0" type="stmt"/>
426
+ <line num="234" count="0" type="cond" truecount="0" falsecount="1"/>
427
+ <line num="235" count="0" type="stmt"/>
428
+ <line num="236" count="0" type="stmt"/>
429
+ <line num="237" count="0" type="cond" truecount="0" falsecount="1"/>
430
+ <line num="238" count="0" type="stmt"/>
431
+ <line num="239" count="0" type="stmt"/>
432
+ <line num="243" count="0" type="cond" truecount="0" falsecount="4"/>
433
+ <line num="246" count="0" type="cond" truecount="0" falsecount="4"/>
373
434
  <line num="250" count="0" type="stmt"/>
435
+ <line num="251" count="0" type="cond" truecount="0" falsecount="1"/>
374
436
  <line num="252" count="0" type="stmt"/>
375
- <line num="254" count="0" type="stmt"/>
437
+ <line num="256" count="0" type="stmt"/>
376
438
  <line num="257" count="0" type="stmt"/>
377
439
  <line num="259" count="0" type="stmt"/>
378
- <line num="268" count="0" type="cond" truecount="0" falsecount="1"/>
379
- <line num="269" count="0" type="stmt"/>
380
- <line num="276" count="0" type="cond" truecount="0" falsecount="1"/>
381
- <line num="277" count="0" type="stmt"/>
382
- <line num="278" count="0" type="cond" truecount="0" falsecount="1"/>
383
- <line num="279" count="0" type="stmt"/>
384
- <line num="281" count="0" type="cond" truecount="0" falsecount="1"/>
385
- <line num="282" count="0" type="stmt"/>
386
- <line num="283" count="0" type="stmt"/>
440
+ <line num="261" count="0" type="stmt"/>
441
+ <line num="264" count="0" type="stmt"/>
442
+ <line num="266" count="0" type="stmt"/>
443
+ <line num="275" count="0" type="cond" truecount="0" falsecount="1"/>
444
+ <line num="276" count="0" type="stmt"/>
445
+ <line num="283" count="0" type="cond" truecount="0" falsecount="1"/>
446
+ <line num="284" count="0" type="stmt"/>
387
447
  <line num="285" count="0" type="cond" truecount="0" falsecount="1"/>
388
448
  <line num="286" count="0" type="stmt"/>
389
- <line num="287" count="0" type="stmt"/>
390
- <line num="288" count="0" type="stmt"/>
391
- <line num="290" count="0" type="cond" truecount="0" falsecount="1"/>
392
- <line num="291" count="0" type="stmt"/>
393
- <line num="292" count="0" type="cond" truecount="0" falsecount="3"/>
449
+ <line num="288" count="0" type="cond" truecount="0" falsecount="1"/>
450
+ <line num="289" count="0" type="stmt"/>
451
+ <line num="290" count="0" type="stmt"/>
452
+ <line num="292" count="0" type="cond" truecount="0" falsecount="1"/>
394
453
  <line num="293" count="0" type="stmt"/>
395
- <line num="306" count="0" type="cond" truecount="0" falsecount="1"/>
396
- <line num="307" count="0" type="stmt"/>
397
- <line num="317" count="0" type="stmt"/>
398
- <line num="320" count="0" type="stmt"/>
399
- <line num="323" count="0" type="cond" truecount="0" falsecount="1"/>
454
+ <line num="294" count="0" type="stmt"/>
455
+ <line num="295" count="0" type="stmt"/>
456
+ <line num="297" count="0" type="cond" truecount="0" falsecount="1"/>
457
+ <line num="298" count="0" type="stmt"/>
458
+ <line num="299" count="0" type="cond" truecount="0" falsecount="3"/>
459
+ <line num="300" count="0" type="stmt"/>
460
+ <line num="313" count="0" type="cond" truecount="0" falsecount="1"/>
461
+ <line num="314" count="0" type="stmt"/>
400
462
  <line num="324" count="0" type="stmt"/>
401
- <line num="327" count="0" type="cond" truecount="0" falsecount="1"/>
402
- <line num="328" count="0" type="stmt"/>
403
- <line num="329" count="0" type="stmt"/>
404
- <line num="330" count="0" type="stmt"/>
405
- <line num="332" count="0" type="cond" truecount="0" falsecount="3"/>
406
- <line num="333" count="0" type="stmt"/>
463
+ <line num="327" count="0" type="stmt"/>
464
+ <line num="330" count="0" type="cond" truecount="0" falsecount="1"/>
465
+ <line num="331" count="0" type="stmt"/>
466
+ <line num="334" count="0" type="cond" truecount="0" falsecount="1"/>
467
+ <line num="335" count="0" type="stmt"/>
468
+ <line num="336" count="0" type="stmt"/>
407
469
  <line num="337" count="0" type="stmt"/>
408
- <line num="343" count="0" type="cond" truecount="0" falsecount="3"/>
470
+ <line num="339" count="0" type="cond" truecount="0" falsecount="3"/>
471
+ <line num="340" count="0" type="stmt"/>
409
472
  <line num="344" count="0" type="stmt"/>
410
- <line num="349" count="0" type="cond" truecount="0" falsecount="3"/>
411
- <line num="350" count="0" type="stmt"/>
473
+ <line num="350" count="0" type="cond" truecount="0" falsecount="3"/>
412
474
  <line num="351" count="0" type="stmt"/>
413
- <line num="352" count="0" type="stmt"/>
414
- <line num="354" count="0" type="stmt"/>
415
- <line num="355" count="0" type="stmt"/>
416
- <line num="356" count="0" type="stmt"/>
417
- <line num="361" count="0" type="stmt"/>
418
- <line num="364" count="0" type="stmt"/>
475
+ <line num="356" count="0" type="cond" truecount="0" falsecount="3"/>
476
+ <line num="357" count="0" type="stmt"/>
477
+ <line num="358" count="0" type="stmt"/>
478
+ <line num="359" count="0" type="stmt"/>
479
+ <line num="361" count="0" type="cond" truecount="0" falsecount="4"/>
480
+ <line num="362" count="0" type="stmt"/>
481
+ <line num="363" count="0" type="stmt"/>
419
482
  <line num="368" count="0" type="stmt"/>
420
- <line num="369" count="0" type="stmt"/>
421
- <line num="370" count="0" type="stmt"/>
422
483
  <line num="371" count="0" type="stmt"/>
423
- <line num="373" count="0" type="stmt"/>
424
- <line num="383" count="0" type="stmt"/>
425
- <line num="387" count="0" type="cond" truecount="0" falsecount="1"/>
426
- <line num="388" count="0" type="stmt"/>
484
+ <line num="375" count="0" type="stmt"/>
485
+ <line num="376" count="0" type="stmt"/>
486
+ <line num="377" count="0" type="stmt"/>
487
+ <line num="378" count="0" type="stmt"/>
488
+ <line num="380" count="0" type="stmt"/>
427
489
  <line num="390" count="0" type="stmt"/>
428
490
  <line num="394" count="0" type="cond" truecount="0" falsecount="1"/>
429
491
  <line num="395" count="0" type="stmt"/>
430
492
  <line num="397" count="0" type="stmt"/>
431
- <line num="408" count="0" type="cond" truecount="0" falsecount="1"/>
432
- <line num="409" count="0" type="stmt"/>
433
- <line num="411" count="0" type="stmt"/>
434
- <line num="412" count="0" type="cond" truecount="0" falsecount="2"/>
435
- <line num="415" count="0" type="stmt"/>
436
- <line num="416" count="0" type="cond" truecount="0" falsecount="2"/>
437
- <line num="423" count="0" type="stmt"/>
438
- <line num="424" count="0" type="stmt"/>
439
- <line num="425" count="0" type="stmt"/>
440
- <line num="426" count="0" type="cond" truecount="0" falsecount="3"/>
441
- <line num="427" count="0" type="stmt"/>
442
- <line num="429" count="0" type="cond" truecount="0" falsecount="1"/>
493
+ <line num="401" count="0" type="cond" truecount="0" falsecount="1"/>
494
+ <line num="402" count="0" type="stmt"/>
495
+ <line num="404" count="0" type="stmt"/>
496
+ <line num="415" count="0" type="cond" truecount="0" falsecount="1"/>
497
+ <line num="416" count="0" type="stmt"/>
498
+ <line num="418" count="0" type="stmt"/>
499
+ <line num="419" count="0" type="cond" truecount="0" falsecount="2"/>
500
+ <line num="422" count="0" type="stmt"/>
501
+ <line num="423" count="0" type="cond" truecount="0" falsecount="2"/>
443
502
  <line num="430" count="0" type="stmt"/>
444
- <line num="432" count="0" type="cond" truecount="0" falsecount="1"/>
445
- <line num="433" count="0" type="stmt"/>
446
- <line num="436" count="0" type="stmt"/>
503
+ <line num="431" count="0" type="stmt"/>
504
+ <line num="432" count="0" type="stmt"/>
505
+ <line num="433" count="0" type="cond" truecount="0" falsecount="3"/>
506
+ <line num="434" count="0" type="stmt"/>
507
+ <line num="436" count="0" type="cond" truecount="0" falsecount="1"/>
508
+ <line num="437" count="0" type="stmt"/>
509
+ <line num="439" count="0" type="cond" truecount="0" falsecount="1"/>
447
510
  <line num="440" count="0" type="stmt"/>
448
- <line num="450" count="0" type="stmt"/>
511
+ <line num="443" count="0" type="stmt"/>
512
+ <line num="447" count="0" type="stmt"/>
449
513
  <line num="457" count="0" type="stmt"/>
450
- <line num="461" count="0" type="cond" truecount="0" falsecount="2"/>
451
- <line num="465" count="0" type="stmt"/>
452
- <line num="466" count="0" type="cond" truecount="0" falsecount="3"/>
453
- <line num="467" count="0" type="stmt"/>
454
- <line num="468" count="0" type="stmt"/>
455
- <line num="470" count="0" type="stmt"/>
456
- <line num="471" count="0" type="stmt"/>
457
- <line num="473" count="0" type="cond" truecount="0" falsecount="2"/>
514
+ <line num="464" count="0" type="stmt"/>
515
+ <line num="468" count="0" type="cond" truecount="0" falsecount="2"/>
516
+ <line num="472" count="0" type="stmt"/>
517
+ <line num="473" count="0" type="cond" truecount="0" falsecount="3"/>
518
+ <line num="474" count="0" type="stmt"/>
458
519
  <line num="475" count="0" type="stmt"/>
459
- <line num="477" count="0" type="cond" truecount="0" falsecount="5"/>
520
+ <line num="477" count="0" type="stmt"/>
460
521
  <line num="478" count="0" type="stmt"/>
461
- <line num="479" count="0" type="stmt"/>
522
+ <line num="480" count="0" type="cond" truecount="0" falsecount="2"/>
462
523
  <line num="482" count="0" type="stmt"/>
524
+ <line num="484" count="0" type="cond" truecount="0" falsecount="5"/>
525
+ <line num="485" count="0" type="stmt"/>
463
526
  <line num="486" count="0" type="stmt"/>
464
- <line num="490" count="0" type="stmt"/>
465
- <line num="494" count="0" type="cond" truecount="0" falsecount="2"/>
466
- <line num="495" count="0" type="stmt"/>
467
- <line num="496" count="0" type="cond" truecount="0" falsecount="1"/>
468
- <line num="499" count="0" type="cond" truecount="0" falsecount="1"/>
469
- <line num="500" count="0" type="stmt"/>
470
- <line num="503" count="0" type="stmt"/>
527
+ <line num="489" count="0" type="stmt"/>
528
+ <line num="493" count="0" type="stmt"/>
529
+ <line num="497" count="0" type="stmt"/>
530
+ <line num="501" count="0" type="cond" truecount="0" falsecount="2"/>
531
+ <line num="502" count="0" type="stmt"/>
532
+ <line num="503" count="0" type="cond" truecount="0" falsecount="1"/>
533
+ <line num="506" count="0" type="cond" truecount="0" falsecount="1"/>
534
+ <line num="507" count="0" type="stmt"/>
471
535
  <line num="510" count="0" type="stmt"/>
472
- <line num="511" count="0" type="stmt"/>
473
- <line num="512" count="0" type="stmt"/>
474
- <line num="513" count="0" type="stmt"/>
475
536
  <line num="517" count="0" type="stmt"/>
476
- <line num="521" count="0" type="stmt"/>
477
- <line num="525" count="0" type="cond" truecount="0" falsecount="2"/>
478
- <line num="526" count="0" type="stmt"/>
537
+ <line num="518" count="0" type="stmt"/>
538
+ <line num="519" count="0" type="stmt"/>
539
+ <line num="520" count="0" type="stmt"/>
540
+ <line num="524" count="0" type="stmt"/>
479
541
  <line num="528" count="0" type="stmt"/>
480
- <line num="533" count="0" type="cond" truecount="0" falsecount="1"/>
481
- <line num="534" count="0" type="stmt"/>
482
- <line num="536" count="0" type="cond" truecount="0" falsecount="1"/>
483
- <line num="537" count="0" type="stmt"/>
484
- <line num="543" count="0" type="stmt"/>
542
+ <line num="532" count="0" type="cond" truecount="0" falsecount="2"/>
543
+ <line num="533" count="0" type="stmt"/>
544
+ <line num="535" count="0" type="stmt"/>
545
+ <line num="540" count="0" type="cond" truecount="0" falsecount="1"/>
546
+ <line num="541" count="0" type="stmt"/>
547
+ <line num="543" count="0" type="cond" truecount="0" falsecount="1"/>
485
548
  <line num="544" count="0" type="stmt"/>
486
- <line num="546" count="0" type="cond" truecount="0" falsecount="1"/>
487
- <line num="547" count="0" type="stmt"/>
488
- <line num="549" count="0" type="cond" truecount="0" falsecount="1"/>
549
+ <line num="550" count="0" type="stmt"/>
489
550
  <line num="551" count="0" type="stmt"/>
490
- <line num="553" count="0" type="stmt"/>
491
- <line num="559" count="0" type="stmt"/>
551
+ <line num="553" count="0" type="cond" truecount="0" falsecount="1"/>
552
+ <line num="554" count="0" type="stmt"/>
553
+ <line num="556" count="0" type="cond" truecount="0" falsecount="1"/>
554
+ <line num="558" count="0" type="stmt"/>
492
555
  <line num="560" count="0" type="stmt"/>
493
- <line num="571" count="0" type="stmt"/>
494
- <line num="572" count="0" type="stmt"/>
495
- <line num="573" count="0" type="cond" truecount="0" falsecount="3"/>
496
- <line num="574" count="0" type="stmt"/>
497
- <line num="575" count="0" type="cond" truecount="0" falsecount="2"/>
498
- <line num="577" count="0" type="stmt"/>
499
- <line num="583" count="0" type="stmt"/>
500
- <line num="600" count="0" type="cond" truecount="0" falsecount="2"/>
501
- <line num="601" count="0" type="stmt"/>
502
- <line num="603" count="0" type="stmt"/>
503
- <line num="606" count="0" type="cond" truecount="0" falsecount="2"/>
504
- <line num="613" count="0" type="cond" truecount="0" falsecount="1"/>
505
- <line num="614" count="0" type="stmt"/>
506
- <line num="616" count="0" type="cond" truecount="0" falsecount="1"/>
507
- <line num="617" count="0" type="stmt"/>
508
- <line num="634" count="0" type="stmt"/>
509
- <line num="635" count="0" type="cond" truecount="0" falsecount="1"/>
510
- <line num="643" count="0" type="stmt"/>
511
- <line num="645" count="0" type="stmt"/>
512
- <line num="646" count="0" type="stmt"/>
513
- <line num="647" count="0" type="stmt"/>
556
+ <line num="566" count="0" type="stmt"/>
557
+ <line num="567" count="0" type="stmt"/>
558
+ <line num="578" count="0" type="stmt"/>
559
+ <line num="579" count="0" type="stmt"/>
560
+ <line num="580" count="0" type="cond" truecount="0" falsecount="3"/>
561
+ <line num="581" count="0" type="stmt"/>
562
+ <line num="582" count="0" type="cond" truecount="0" falsecount="2"/>
563
+ <line num="584" count="0" type="stmt"/>
564
+ <line num="590" count="0" type="stmt"/>
565
+ <line num="607" count="0" type="cond" truecount="0" falsecount="2"/>
566
+ <line num="608" count="0" type="stmt"/>
567
+ <line num="610" count="0" type="stmt"/>
568
+ <line num="613" count="0" type="cond" truecount="0" falsecount="2"/>
569
+ <line num="620" count="0" type="cond" truecount="0" falsecount="1"/>
570
+ <line num="621" count="0" type="stmt"/>
571
+ <line num="623" count="0" type="cond" truecount="0" falsecount="1"/>
572
+ <line num="624" count="0" type="stmt"/>
573
+ <line num="644" count="0" type="stmt"/>
574
+ <line num="645" count="0" type="cond" truecount="0" falsecount="1"/>
575
+ <line num="653" count="0" type="stmt"/>
514
576
  <line num="655" count="0" type="stmt"/>
515
- <line num="660" count="0" type="cond" truecount="0" falsecount="3"/>
516
- <line num="661" count="0" type="stmt"/>
517
- <line num="663" count="0" type="stmt"/>
518
- <line num="666" count="0" type="stmt"/>
519
- <line num="667" count="0" type="stmt"/>
520
- <line num="669" count="0" type="stmt"/>
577
+ <line num="656" count="0" type="stmt"/>
578
+ <line num="657" count="0" type="stmt"/>
579
+ <line num="665" count="0" type="stmt"/>
580
+ <line num="670" count="0" type="cond" truecount="0" falsecount="3"/>
521
581
  <line num="671" count="0" type="stmt"/>
582
+ <line num="673" count="0" type="stmt"/>
583
+ <line num="676" count="0" type="stmt"/>
522
584
  <line num="677" count="0" type="stmt"/>
523
585
  <line num="679" count="0" type="stmt"/>
524
- <line num="682" count="0" type="stmt"/>
525
- <line num="683" count="0" type="stmt"/>
526
- <line num="684" count="0" type="stmt"/>
527
- <line num="685" count="0" type="stmt"/>
586
+ <line num="681" count="0" type="stmt"/>
528
587
  <line num="687" count="0" type="stmt"/>
529
- <line num="689" count="0" type="cond" truecount="0" falsecount="1"/>
530
- <line num="690" count="0" type="stmt"/>
588
+ <line num="689" count="0" type="stmt"/>
531
589
  <line num="692" count="0" type="stmt"/>
532
- <line num="693" count="0" type="stmt"/>
590
+ <line num="694" count="0" type="stmt"/>
591
+ <line num="695" count="0" type="stmt"/>
533
592
  <line num="696" count="0" type="stmt"/>
534
593
  <line num="697" count="0" type="stmt"/>
535
- <line num="698" count="0" type="cond" truecount="0" falsecount="1"/>
536
- <line num="699" count="0" type="stmt"/>
537
- <line num="702" count="0" type="stmt"/>
594
+ <line num="701" count="0" type="stmt"/>
538
595
  <line num="703" count="0" type="stmt"/>
539
- <line num="704" count="0" type="stmt"/>
540
- <line num="713" count="0" type="cond" truecount="0" falsecount="2"/>
541
- <line num="714" count="0" type="stmt"/>
596
+ <line num="705" count="0" type="cond" truecount="0" falsecount="1"/>
597
+ <line num="706" count="0" type="stmt"/>
598
+ <line num="708" count="0" type="stmt"/>
599
+ <line num="709" count="0" type="stmt"/>
600
+ <line num="712" count="0" type="stmt"/>
601
+ <line num="713" count="0" type="stmt"/>
602
+ <line num="714" count="0" type="cond" truecount="0" falsecount="1"/>
542
603
  <line num="715" count="0" type="stmt"/>
543
- <line num="716" count="0" type="stmt"/>
604
+ <line num="718" count="0" type="stmt"/>
605
+ <line num="719" count="0" type="stmt"/>
544
606
  <line num="720" count="0" type="stmt"/>
545
- <line num="721" count="0" type="stmt"/>
546
- <line num="722" count="0" type="cond" truecount="0" falsecount="1"/>
547
- <line num="723" count="0" type="stmt"/>
548
- <line num="724" count="0" type="stmt"/>
549
- <line num="725" count="0" type="stmt"/>
550
- <line num="729" count="0" type="stmt"/>
551
- <line num="735" count="0" type="cond" truecount="0" falsecount="4"/>
607
+ <line num="729" count="0" type="cond" truecount="0" falsecount="2"/>
608
+ <line num="730" count="0" type="stmt"/>
609
+ <line num="731" count="0" type="stmt"/>
610
+ <line num="732" count="0" type="stmt"/>
611
+ <line num="736" count="0" type="stmt"/>
612
+ <line num="737" count="0" type="stmt"/>
613
+ <line num="738" count="0" type="cond" truecount="0" falsecount="1"/>
552
614
  <line num="739" count="0" type="stmt"/>
553
- <line num="743" count="0" type="cond" truecount="0" falsecount="1"/>
554
- <line num="744" count="0" type="stmt"/>
615
+ <line num="740" count="0" type="stmt"/>
616
+ <line num="741" count="0" type="stmt"/>
555
617
  <line num="745" count="0" type="stmt"/>
556
- <line num="746" count="0" type="stmt"/>
557
- <line num="747" count="0" type="stmt"/>
558
- <line num="748" count="0" type="stmt"/>
559
- <line num="749" count="0" type="stmt"/>
560
- <line num="750" count="0" type="stmt"/>
561
- <line num="751" count="0" type="stmt"/>
562
- <line num="752" count="0" type="cond" truecount="0" falsecount="3"/>
563
- <line num="753" count="0" type="stmt"/>
564
- <line num="756" count="0" type="stmt"/>
618
+ <line num="751" count="0" type="cond" truecount="0" falsecount="4"/>
619
+ <line num="755" count="0" type="stmt"/>
620
+ <line num="759" count="0" type="cond" truecount="0" falsecount="1"/>
621
+ <line num="760" count="0" type="stmt"/>
622
+ <line num="761" count="0" type="stmt"/>
623
+ <line num="762" count="0" type="stmt"/>
624
+ <line num="763" count="0" type="stmt"/>
625
+ <line num="764" count="0" type="stmt"/>
626
+ <line num="765" count="0" type="stmt"/>
627
+ <line num="766" count="0" type="stmt"/>
628
+ <line num="767" count="0" type="stmt"/>
629
+ <line num="768" count="0" type="cond" truecount="0" falsecount="3"/>
630
+ <line num="769" count="0" type="stmt"/>
631
+ <line num="771" count="0" type="cond" truecount="0" falsecount="4"/>
632
+ <line num="773" count="0" type="stmt"/>
565
633
  </file>
566
634
  <file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
567
635
  <metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
@@ -577,145 +645,147 @@
577
645
  <line num="61" count="0" type="stmt"/>
578
646
  </file>
579
647
  <file name="messages.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/messages.gen.ts">
580
- <metrics statements="138" coveredstatements="69" conditionals="0" coveredconditionals="0" methods="69" coveredmethods="0"/>
581
- <line num="8" count="3" type="stmt"/>
648
+ <metrics statements="140" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="70" coveredmethods="0"/>
649
+ <line num="8" count="0" type="stmt"/>
582
650
  <line num="11" count="0" type="stmt"/>
583
- <line num="17" count="3" type="stmt"/>
651
+ <line num="17" count="0" type="stmt"/>
584
652
  <line num="22" count="0" type="stmt"/>
585
- <line num="30" count="3" type="stmt"/>
653
+ <line num="30" count="0" type="stmt"/>
586
654
  <line num="34" count="0" type="stmt"/>
587
- <line num="41" count="3" type="stmt"/>
655
+ <line num="41" count="0" type="stmt"/>
588
656
  <line num="45" count="0" type="stmt"/>
589
- <line num="52" count="3" type="stmt"/>
657
+ <line num="52" count="0" type="stmt"/>
590
658
  <line num="55" count="0" type="stmt"/>
591
- <line num="61" count="3" type="stmt"/>
659
+ <line num="61" count="0" type="stmt"/>
592
660
  <line num="68" count="0" type="stmt"/>
593
- <line num="78" count="3" type="stmt"/>
661
+ <line num="78" count="0" type="stmt"/>
594
662
  <line num="83" count="0" type="stmt"/>
595
- <line num="91" count="3" type="stmt"/>
663
+ <line num="91" count="0" type="stmt"/>
596
664
  <line num="96" count="0" type="stmt"/>
597
- <line num="104" count="3" type="stmt"/>
665
+ <line num="104" count="0" type="stmt"/>
598
666
  <line num="107" count="0" type="stmt"/>
599
- <line num="113" count="3" type="stmt"/>
667
+ <line num="113" count="0" type="stmt"/>
600
668
  <line num="118" count="0" type="stmt"/>
601
- <line num="126" count="3" type="stmt"/>
669
+ <line num="126" count="0" type="stmt"/>
602
670
  <line num="130" count="0" type="stmt"/>
603
- <line num="137" count="3" type="stmt"/>
671
+ <line num="137" count="0" type="stmt"/>
604
672
  <line num="141" count="0" type="stmt"/>
605
- <line num="148" count="3" type="stmt"/>
673
+ <line num="148" count="0" type="stmt"/>
606
674
  <line num="153" count="0" type="stmt"/>
607
- <line num="161" count="3" type="stmt"/>
675
+ <line num="161" count="0" type="stmt"/>
608
676
  <line num="165" count="0" type="stmt"/>
609
- <line num="172" count="3" type="stmt"/>
677
+ <line num="172" count="0" type="stmt"/>
610
678
  <line num="177" count="0" type="stmt"/>
611
- <line num="185" count="3" type="stmt"/>
679
+ <line num="185" count="0" type="stmt"/>
612
680
  <line num="189" count="0" type="stmt"/>
613
- <line num="196" count="3" type="stmt"/>
681
+ <line num="196" count="0" type="stmt"/>
614
682
  <line num="200" count="0" type="stmt"/>
615
- <line num="207" count="3" type="stmt"/>
683
+ <line num="207" count="0" type="stmt"/>
616
684
  <line num="217" count="0" type="stmt"/>
617
- <line num="230" count="3" type="stmt"/>
685
+ <line num="230" count="0" type="stmt"/>
618
686
  <line num="234" count="0" type="stmt"/>
619
- <line num="241" count="3" type="stmt"/>
687
+ <line num="241" count="0" type="stmt"/>
620
688
  <line num="252" count="0" type="stmt"/>
621
- <line num="266" count="3" type="stmt"/>
689
+ <line num="266" count="0" type="stmt"/>
622
690
  <line num="271" count="0" type="stmt"/>
623
- <line num="279" count="3" type="stmt"/>
691
+ <line num="279" count="0" type="stmt"/>
624
692
  <line num="283" count="0" type="stmt"/>
625
- <line num="290" count="3" type="stmt"/>
693
+ <line num="290" count="0" type="stmt"/>
626
694
  <line num="293" count="0" type="stmt"/>
627
- <line num="299" count="3" type="stmt"/>
695
+ <line num="299" count="0" type="stmt"/>
628
696
  <line num="302" count="0" type="stmt"/>
629
- <line num="308" count="3" type="stmt"/>
697
+ <line num="308" count="0" type="stmt"/>
630
698
  <line num="312" count="0" type="stmt"/>
631
- <line num="319" count="3" type="stmt"/>
699
+ <line num="319" count="0" type="stmt"/>
632
700
  <line num="324" count="0" type="stmt"/>
633
- <line num="332" count="3" type="stmt"/>
701
+ <line num="332" count="0" type="stmt"/>
634
702
  <line num="336" count="0" type="stmt"/>
635
- <line num="343" count="3" type="stmt"/>
703
+ <line num="343" count="0" type="stmt"/>
636
704
  <line num="352" count="0" type="stmt"/>
637
- <line num="364" count="3" type="stmt"/>
705
+ <line num="364" count="0" type="stmt"/>
638
706
  <line num="370" count="0" type="stmt"/>
639
- <line num="379" count="3" type="stmt"/>
707
+ <line num="379" count="0" type="stmt"/>
640
708
  <line num="383" count="0" type="stmt"/>
641
- <line num="390" count="3" type="stmt"/>
709
+ <line num="390" count="0" type="stmt"/>
642
710
  <line num="393" count="0" type="stmt"/>
643
- <line num="399" count="3" type="stmt"/>
711
+ <line num="399" count="0" type="stmt"/>
644
712
  <line num="404" count="0" type="stmt"/>
645
- <line num="412" count="3" type="stmt"/>
713
+ <line num="412" count="0" type="stmt"/>
646
714
  <line num="416" count="0" type="stmt"/>
647
- <line num="423" count="3" type="stmt"/>
715
+ <line num="423" count="0" type="stmt"/>
648
716
  <line num="427" count="0" type="stmt"/>
649
- <line num="434" count="3" type="stmt"/>
717
+ <line num="434" count="0" type="stmt"/>
650
718
  <line num="439" count="0" type="stmt"/>
651
- <line num="447" count="3" type="stmt"/>
719
+ <line num="447" count="0" type="stmt"/>
652
720
  <line num="453" count="0" type="stmt"/>
653
- <line num="462" count="3" type="stmt"/>
721
+ <line num="462" count="0" type="stmt"/>
654
722
  <line num="468" count="0" type="stmt"/>
655
- <line num="477" count="3" type="stmt"/>
723
+ <line num="477" count="0" type="stmt"/>
656
724
  <line num="481" count="0" type="stmt"/>
657
- <line num="488" count="3" type="stmt"/>
725
+ <line num="488" count="0" type="stmt"/>
658
726
  <line num="493" count="0" type="stmt"/>
659
- <line num="501" count="3" type="stmt"/>
727
+ <line num="501" count="0" type="stmt"/>
660
728
  <line num="511" count="0" type="stmt"/>
661
- <line num="524" count="3" type="stmt"/>
729
+ <line num="524" count="0" type="stmt"/>
662
730
  <line num="528" count="0" type="stmt"/>
663
- <line num="535" count="3" type="stmt"/>
731
+ <line num="535" count="0" type="stmt"/>
664
732
  <line num="538" count="0" type="stmt"/>
665
- <line num="544" count="3" type="stmt"/>
733
+ <line num="544" count="0" type="stmt"/>
666
734
  <line num="550" count="0" type="stmt"/>
667
- <line num="559" count="3" type="stmt"/>
735
+ <line num="559" count="0" type="stmt"/>
668
736
  <line num="562" count="0" type="stmt"/>
669
- <line num="568" count="3" type="stmt"/>
737
+ <line num="568" count="0" type="stmt"/>
670
738
  <line num="577" count="0" type="stmt"/>
671
- <line num="589" count="3" type="stmt"/>
739
+ <line num="589" count="0" type="stmt"/>
672
740
  <line num="595" count="0" type="stmt"/>
673
- <line num="604" count="3" type="stmt"/>
741
+ <line num="604" count="0" type="stmt"/>
674
742
  <line num="609" count="0" type="stmt"/>
675
- <line num="617" count="3" type="stmt"/>
743
+ <line num="617" count="0" type="stmt"/>
676
744
  <line num="621" count="0" type="stmt"/>
677
- <line num="628" count="3" type="stmt"/>
745
+ <line num="628" count="0" type="stmt"/>
678
746
  <line num="632" count="0" type="stmt"/>
679
- <line num="639" count="3" type="stmt"/>
747
+ <line num="639" count="0" type="stmt"/>
680
748
  <line num="645" count="0" type="stmt"/>
681
- <line num="654" count="3" type="stmt"/>
749
+ <line num="654" count="0" type="stmt"/>
682
750
  <line num="660" count="0" type="stmt"/>
683
- <line num="669" count="3" type="stmt"/>
751
+ <line num="669" count="0" type="stmt"/>
684
752
  <line num="673" count="0" type="stmt"/>
685
- <line num="680" count="3" type="stmt"/>
753
+ <line num="680" count="0" type="stmt"/>
686
754
  <line num="685" count="0" type="stmt"/>
687
- <line num="693" count="3" type="stmt"/>
755
+ <line num="693" count="0" type="stmt"/>
688
756
  <line num="699" count="0" type="stmt"/>
689
- <line num="708" count="3" type="stmt"/>
757
+ <line num="708" count="0" type="stmt"/>
690
758
  <line num="712" count="0" type="stmt"/>
691
- <line num="719" count="3" type="stmt"/>
759
+ <line num="719" count="0" type="stmt"/>
692
760
  <line num="723" count="0" type="stmt"/>
693
- <line num="730" count="3" type="stmt"/>
761
+ <line num="730" count="0" type="stmt"/>
694
762
  <line num="734" count="0" type="stmt"/>
695
- <line num="741" count="3" type="stmt"/>
763
+ <line num="741" count="0" type="stmt"/>
696
764
  <line num="747" count="0" type="stmt"/>
697
- <line num="756" count="3" type="stmt"/>
765
+ <line num="756" count="0" type="stmt"/>
698
766
  <line num="760" count="0" type="stmt"/>
699
- <line num="767" count="3" type="stmt"/>
767
+ <line num="767" count="0" type="stmt"/>
700
768
  <line num="774" count="0" type="stmt"/>
701
- <line num="784" count="3" type="stmt"/>
769
+ <line num="784" count="0" type="stmt"/>
702
770
  <line num="788" count="0" type="stmt"/>
703
- <line num="795" count="3" type="stmt"/>
771
+ <line num="795" count="0" type="stmt"/>
704
772
  <line num="806" count="0" type="stmt"/>
705
- <line num="820" count="3" type="stmt"/>
773
+ <line num="820" count="0" type="stmt"/>
706
774
  <line num="828" count="0" type="stmt"/>
707
- <line num="839" count="3" type="stmt"/>
775
+ <line num="839" count="0" type="stmt"/>
708
776
  <line num="844" count="0" type="stmt"/>
709
- <line num="852" count="3" type="stmt"/>
777
+ <line num="852" count="0" type="stmt"/>
710
778
  <line num="855" count="0" type="stmt"/>
711
- <line num="861" count="3" type="stmt"/>
779
+ <line num="861" count="0" type="stmt"/>
712
780
  <line num="864" count="0" type="stmt"/>
713
- <line num="870" count="3" type="stmt"/>
781
+ <line num="870" count="0" type="stmt"/>
714
782
  <line num="882" count="0" type="stmt"/>
715
- <line num="897" count="3" type="stmt"/>
783
+ <line num="897" count="0" type="stmt"/>
716
784
  <line num="900" count="0" type="stmt"/>
717
- <line num="906" count="3" type="stmt"/>
785
+ <line num="906" count="0" type="stmt"/>
718
786
  <line num="909" count="0" type="stmt"/>
787
+ <line num="915" count="0" type="stmt"/>
788
+ <line num="919" count="0" type="stmt"/>
719
789
  </file>
720
790
  <file name="nodes.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/nodes.ts">
721
791
  <metrics statements="51" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="13" coveredmethods="0"/>
@@ -2223,12 +2293,12 @@
2223
2293
  </file>
2224
2294
  </package>
2225
2295
  <package name="main.modules.Network">
2226
- <metrics statements="490" coveredstatements="104" conditionals="264" coveredconditionals="43" methods="70" coveredmethods="9"/>
2296
+ <metrics statements="491" coveredstatements="0" conditionals="265" coveredconditionals="0" methods="71" coveredmethods="0"/>
2227
2297
  <file name="beaconProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/beaconProxy.ts">
2228
- <metrics statements="53" coveredstatements="6" conditionals="23" coveredconditionals="6" methods="5" coveredmethods="0"/>
2229
- <line num="2" count="1" type="stmt"/>
2230
- <line num="4" count="1" type="stmt"/>
2231
- <line num="7" count="1" type="stmt"/>
2298
+ <metrics statements="53" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="5" coveredmethods="0"/>
2299
+ <line num="2" count="0" type="stmt"/>
2300
+ <line num="4" count="0" type="stmt"/>
2301
+ <line num="7" count="0" type="stmt"/>
2232
2302
  <line num="8" count="0" type="cond" truecount="0" falsecount="1"/>
2233
2303
  <line num="9" count="0" type="stmt"/>
2234
2304
  <line num="11" count="0" type="cond" truecount="0" falsecount="1"/>
@@ -2236,7 +2306,7 @@
2236
2306
  <line num="14" count="0" type="cond" truecount="0" falsecount="1"/>
2237
2307
  <line num="15" count="0" type="stmt"/>
2238
2308
  <line num="17" count="0" type="stmt"/>
2239
- <line num="20" count="1" type="stmt"/>
2309
+ <line num="20" count="0" type="stmt"/>
2240
2310
  <line num="22" count="0" type="stmt"/>
2241
2311
  <line num="23" count="0" type="stmt"/>
2242
2312
  <line num="24" count="0" type="stmt"/>
@@ -2273,18 +2343,18 @@
2273
2343
  <line num="66" count="0" type="stmt"/>
2274
2344
  <line num="69" count="0" type="stmt"/>
2275
2345
  <line num="70" count="0" type="stmt"/>
2276
- <line num="74" count="1" type="stmt"/>
2277
- <line num="75" count="1" type="cond" truecount="6" falsecount="2"/>
2346
+ <line num="74" count="0" type="stmt"/>
2347
+ <line num="75" count="0" type="cond" truecount="0" falsecount="8"/>
2278
2348
  <line num="78" count="0" type="stmt"/>
2279
2349
  <line num="88" count="0" type="cond" truecount="0" falsecount="1"/>
2280
2350
  <line num="89" count="0" type="stmt"/>
2281
2351
  <line num="91" count="0" type="stmt"/>
2282
2352
  </file>
2283
2353
  <file name="fetchProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/fetchProxy.ts">
2284
- <metrics statements="147" coveredstatements="41" conditionals="93" coveredconditionals="26" methods="20" coveredmethods="4"/>
2285
- <line num="8" count="1" type="stmt"/>
2286
- <line num="9" count="1" type="stmt"/>
2287
- <line num="13" count="1" type="stmt"/>
2354
+ <metrics statements="147" coveredstatements="0" conditionals="93" coveredconditionals="0" methods="20" coveredmethods="0"/>
2355
+ <line num="8" count="0" type="stmt"/>
2356
+ <line num="9" count="0" type="stmt"/>
2357
+ <line num="13" count="0" type="stmt"/>
2288
2358
  <line num="18" count="0" type="stmt"/>
2289
2359
  <line num="19" count="0" type="stmt"/>
2290
2360
  <line num="20" count="0" type="stmt"/>
@@ -2336,22 +2406,22 @@
2336
2406
  <line num="113" count="0" type="stmt"/>
2337
2407
  <line num="114" count="0" type="stmt"/>
2338
2408
  <line num="116" count="0" type="stmt"/>
2339
- <line num="121" count="1" type="stmt"/>
2340
- <line num="123" count="1" type="stmt"/>
2341
- <line num="124" count="1" type="stmt"/>
2342
- <line num="125" count="1" type="stmt"/>
2343
- <line num="126" count="1" type="stmt"/>
2344
- <line num="127" count="1" type="stmt"/>
2345
- <line num="128" count="1" type="stmt"/>
2346
- <line num="132" count="1" type="stmt"/>
2347
- <line num="133" count="1" type="stmt"/>
2348
- <line num="135" count="1" type="cond" truecount="5" falsecount="2"/>
2349
- <line num="138" count="1" type="cond" truecount="3" falsecount="1"/>
2350
- <line num="142" count="1" type="cond" truecount="0" falsecount="1"/>
2409
+ <line num="121" count="0" type="stmt"/>
2410
+ <line num="123" count="0" type="stmt"/>
2411
+ <line num="124" count="0" type="stmt"/>
2412
+ <line num="125" count="0" type="stmt"/>
2413
+ <line num="126" count="0" type="stmt"/>
2414
+ <line num="127" count="0" type="stmt"/>
2415
+ <line num="128" count="0" type="stmt"/>
2416
+ <line num="132" count="0" type="stmt"/>
2417
+ <line num="133" count="0" type="stmt"/>
2418
+ <line num="135" count="0" type="cond" truecount="0" falsecount="7"/>
2419
+ <line num="138" count="0" type="cond" truecount="0" falsecount="4"/>
2420
+ <line num="142" count="0" type="cond" truecount="0" falsecount="1"/>
2351
2421
  <line num="143" count="0" type="stmt"/>
2352
- <line num="146" count="1" type="stmt"/>
2353
- <line num="147" count="1" type="stmt"/>
2354
- <line num="149" count="1" type="stmt"/>
2422
+ <line num="146" count="0" type="stmt"/>
2423
+ <line num="147" count="0" type="stmt"/>
2424
+ <line num="149" count="0" type="stmt"/>
2355
2425
  <line num="150" count="0" type="cond" truecount="0" falsecount="1"/>
2356
2426
  <line num="151" count="0" type="cond" truecount="0" falsecount="1"/>
2357
2427
  <line num="152" count="0" type="stmt"/>
@@ -2365,39 +2435,39 @@
2365
2435
  <line num="164" count="0" type="cond" truecount="0" falsecount="2"/>
2366
2436
  <line num="165" count="0" type="stmt"/>
2367
2437
  <line num="168" count="0" type="stmt"/>
2368
- <line num="172" count="1" type="stmt"/>
2438
+ <line num="172" count="0" type="stmt"/>
2369
2439
  <line num="176" count="0" type="stmt"/>
2370
2440
  <line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
2371
2441
  <line num="178" count="0" type="stmt"/>
2372
- <line num="184" count="1" type="stmt"/>
2373
- <line num="185" count="1" type="stmt"/>
2374
- <line num="188" count="1" type="cond" truecount="1" falsecount="1"/>
2375
- <line num="190" count="1" type="cond" truecount="5" falsecount="1"/>
2376
- <line num="191" count="1" type="stmt"/>
2377
- <line num="192" count="1" type="cond" truecount="4" falsecount="2"/>
2442
+ <line num="184" count="0" type="stmt"/>
2443
+ <line num="185" count="0" type="stmt"/>
2444
+ <line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
2445
+ <line num="190" count="0" type="cond" truecount="0" falsecount="6"/>
2446
+ <line num="191" count="0" type="stmt"/>
2447
+ <line num="192" count="0" type="cond" truecount="0" falsecount="6"/>
2378
2448
  <line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
2379
2449
  <line num="196" count="0" type="stmt"/>
2380
2450
  <line num="197" count="0" type="stmt"/>
2381
- <line num="200" count="1" type="stmt"/>
2382
- <line num="201" count="1" type="stmt"/>
2383
- <line num="202" count="1" type="stmt"/>
2384
- <line num="203" count="1" type="stmt"/>
2385
- <line num="204" count="1" type="cond" truecount="2" falsecount="0"/>
2386
- <line num="205" count="1" type="stmt"/>
2387
- <line num="206" count="1" type="stmt"/>
2388
- <line num="207" count="1" type="stmt"/>
2389
- <line num="208" count="1" type="cond" truecount="1" falsecount="0"/>
2390
- <line num="210" count="1" type="stmt"/>
2391
- <line num="213" count="1" type="cond" truecount="1" falsecount="1"/>
2451
+ <line num="200" count="0" type="stmt"/>
2452
+ <line num="201" count="0" type="stmt"/>
2453
+ <line num="202" count="0" type="stmt"/>
2454
+ <line num="203" count="0" type="stmt"/>
2455
+ <line num="204" count="0" type="cond" truecount="0" falsecount="2"/>
2456
+ <line num="205" count="0" type="stmt"/>
2457
+ <line num="206" count="0" type="stmt"/>
2458
+ <line num="207" count="0" type="stmt"/>
2459
+ <line num="208" count="0" type="cond" truecount="0" falsecount="1"/>
2460
+ <line num="210" count="0" type="stmt"/>
2461
+ <line num="213" count="0" type="cond" truecount="0" falsecount="2"/>
2392
2462
  <line num="214" count="0" type="stmt"/>
2393
2463
  <line num="215" count="0" type="stmt"/>
2394
2464
  <line num="216" count="0" type="stmt"/>
2395
- <line num="219" count="1" type="stmt"/>
2396
- <line num="223" count="1" type="cond" truecount="1" falsecount="2"/>
2465
+ <line num="219" count="0" type="stmt"/>
2466
+ <line num="223" count="0" type="cond" truecount="0" falsecount="3"/>
2397
2467
  <line num="224" count="0" type="stmt"/>
2398
2468
  <line num="225" count="0" type="stmt"/>
2399
2469
  <line num="226" count="0" type="stmt"/>
2400
- <line num="231" count="1" type="cond" truecount="3" falsecount="2"/>
2470
+ <line num="231" count="0" type="cond" truecount="0" falsecount="5"/>
2401
2471
  <line num="232" count="0" type="stmt"/>
2402
2472
  <line num="237" count="0" type="stmt"/>
2403
2473
  <line num="238" count="0" type="stmt"/>
@@ -2427,58 +2497,58 @@
2427
2497
  <line num="287" count="0" type="stmt"/>
2428
2498
  <line num="289" count="0" type="stmt"/>
2429
2499
  <line num="290" count="0" type="stmt"/>
2430
- <line num="295" count="1" type="stmt"/>
2431
- <line num="304" count="1" type="stmt"/>
2500
+ <line num="295" count="0" type="stmt"/>
2501
+ <line num="304" count="0" type="stmt"/>
2432
2502
  </file>
2433
2503
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/index.ts">
2434
- <metrics statements="14" coveredstatements="11" conditionals="13" coveredconditionals="8" methods="2" coveredmethods="2"/>
2435
- <line num="1" count="1" type="stmt"/>
2436
- <line num="2" count="1" type="stmt"/>
2437
- <line num="3" count="1" type="stmt"/>
2438
- <line num="7" count="1" type="stmt"/>
2439
- <line num="8" count="1" type="stmt"/>
2440
- <line num="11" count="1" type="stmt"/>
2441
- <line num="20" count="1" type="cond" truecount="1" falsecount="1"/>
2504
+ <metrics statements="14" coveredstatements="0" conditionals="13" coveredconditionals="0" methods="2" coveredmethods="0"/>
2505
+ <line num="1" count="0" type="stmt"/>
2506
+ <line num="2" count="0" type="stmt"/>
2507
+ <line num="3" count="0" type="stmt"/>
2508
+ <line num="7" count="0" type="stmt"/>
2509
+ <line num="8" count="0" type="stmt"/>
2510
+ <line num="11" count="0" type="stmt"/>
2511
+ <line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
2442
2512
  <line num="21" count="0" type="stmt"/>
2443
- <line num="30" count="1" type="stmt"/>
2444
- <line num="32" count="1" type="cond" truecount="1" falsecount="1"/>
2445
- <line num="33" count="1" type="stmt"/>
2513
+ <line num="30" count="0" type="stmt"/>
2514
+ <line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
2515
+ <line num="33" count="0" type="stmt"/>
2446
2516
  <line num="42" count="0" type="stmt"/>
2447
- <line num="44" count="1" type="cond" truecount="6" falsecount="3"/>
2517
+ <line num="44" count="0" type="cond" truecount="0" falsecount="9"/>
2448
2518
  <line num="45" count="0" type="stmt"/>
2449
2519
  </file>
2450
2520
  <file name="networkMessage.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/networkMessage.ts">
2451
- <metrics statements="48" coveredstatements="30" conditionals="8" coveredconditionals="2" methods="8" coveredmethods="2"/>
2452
- <line num="1" count="3" type="stmt"/>
2453
- <line num="3" count="3" type="stmt"/>
2454
- <line num="9" count="3" type="cond" truecount="2" falsecount="0"/>
2455
- <line num="10" count="3" type="stmt"/>
2456
- <line num="11" count="3" type="stmt"/>
2457
- <line num="12" count="3" type="stmt"/>
2458
- <line num="13" count="3" type="stmt"/>
2459
- <line num="14" count="3" type="stmt"/>
2460
- <line num="22" count="3" type="stmt"/>
2461
- <line num="23" count="1" type="stmt"/>
2462
- <line num="24" count="1" type="stmt"/>
2463
- <line num="25" count="1" type="stmt"/>
2464
- <line num="26" count="1" type="stmt"/>
2465
- <line num="27" count="1" type="stmt"/>
2466
- <line num="28" count="1" type="stmt"/>
2467
- <line num="29" count="1" type="stmt"/>
2468
- <line num="30" count="1" type="stmt"/>
2469
- <line num="31" count="1" type="stmt"/>
2470
- <line num="32" count="1" type="stmt"/>
2471
- <line num="34" count="1" type="stmt"/>
2472
- <line num="36" count="1" type="stmt"/>
2473
- <line num="37" count="1" type="stmt"/>
2474
- <line num="38" count="1" type="stmt"/>
2475
- <line num="39" count="1" type="stmt"/>
2476
- <line num="40" count="1" type="stmt"/>
2477
- <line num="41" count="1" type="stmt"/>
2478
- <line num="42" count="1" type="stmt"/>
2479
- <line num="45" count="1" type="cond" truecount="0" falsecount="1"/>
2480
- <line num="46" count="1" type="stmt"/>
2481
- <line num="47" count="1" type="stmt"/>
2521
+ <metrics statements="49" coveredstatements="0" conditionals="9" coveredconditionals="0" methods="9" coveredmethods="0"/>
2522
+ <line num="1" count="0" type="stmt"/>
2523
+ <line num="3" count="0" type="stmt"/>
2524
+ <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
2525
+ <line num="10" count="0" type="stmt"/>
2526
+ <line num="11" count="0" type="stmt"/>
2527
+ <line num="12" count="0" type="stmt"/>
2528
+ <line num="13" count="0" type="stmt"/>
2529
+ <line num="14" count="0" type="stmt"/>
2530
+ <line num="22" count="0" type="stmt"/>
2531
+ <line num="23" count="0" type="stmt"/>
2532
+ <line num="24" count="0" type="stmt"/>
2533
+ <line num="25" count="0" type="stmt"/>
2534
+ <line num="26" count="0" type="stmt"/>
2535
+ <line num="27" count="0" type="stmt"/>
2536
+ <line num="28" count="0" type="stmt"/>
2537
+ <line num="29" count="0" type="stmt"/>
2538
+ <line num="30" count="0" type="stmt"/>
2539
+ <line num="31" count="0" type="stmt"/>
2540
+ <line num="32" count="0" type="stmt"/>
2541
+ <line num="34" count="0" type="stmt"/>
2542
+ <line num="36" count="0" type="stmt"/>
2543
+ <line num="37" count="0" type="stmt"/>
2544
+ <line num="38" count="0" type="stmt"/>
2545
+ <line num="39" count="0" type="stmt"/>
2546
+ <line num="40" count="0" type="stmt"/>
2547
+ <line num="41" count="0" type="stmt"/>
2548
+ <line num="42" count="0" type="stmt"/>
2549
+ <line num="45" count="0" type="cond" truecount="0" falsecount="1"/>
2550
+ <line num="46" count="0" type="stmt"/>
2551
+ <line num="47" count="0" type="stmt"/>
2482
2552
  <line num="51" count="0" type="stmt"/>
2483
2553
  <line num="52" count="0" type="stmt"/>
2484
2554
  <line num="56" count="0" type="stmt"/>
@@ -2495,12 +2565,13 @@
2495
2565
  <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
2496
2566
  <line num="91" count="0" type="stmt"/>
2497
2567
  <line num="93" count="0" type="stmt"/>
2498
- <line num="97" count="0" type="cond" truecount="0" falsecount="1"/>
2568
+ <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
2499
2569
  <line num="98" count="0" type="stmt"/>
2570
+ <line num="100" count="0" type="stmt"/>
2500
2571
  </file>
2501
2572
  <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/utils.ts">
2502
- <metrics statements="106" coveredstatements="12" conditionals="83" coveredconditionals="1" methods="9" coveredmethods="1"/>
2503
- <line num="1" count="3" type="stmt"/>
2573
+ <metrics statements="106" coveredstatements="0" conditionals="83" coveredconditionals="0" methods="9" coveredmethods="0"/>
2574
+ <line num="1" count="0" type="stmt"/>
2504
2575
  <line num="5" count="0" type="stmt"/>
2505
2576
  <line num="6" count="0" type="cond" truecount="0" falsecount="7"/>
2506
2577
  <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2516,7 +2587,7 @@
2516
2587
  <line num="29" count="0" type="stmt"/>
2517
2588
  <line num="31" count="0" type="stmt"/>
2518
2589
  <line num="33" count="0" type="stmt"/>
2519
- <line num="36" count="3" type="stmt"/>
2590
+ <line num="36" count="0" type="stmt"/>
2520
2591
  <line num="40" count="0" type="stmt"/>
2521
2592
  <line num="41" count="0" type="cond" truecount="0" falsecount="7"/>
2522
2593
  <line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2530,7 +2601,7 @@
2530
2601
  <line num="58" count="0" type="stmt"/>
2531
2602
  <line num="60" count="0" type="stmt"/>
2532
2603
  <line num="62" count="0" type="stmt"/>
2533
- <line num="65" count="3" type="stmt"/>
2604
+ <line num="65" count="0" type="stmt"/>
2534
2605
  <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
2535
2606
  <line num="67" count="0" type="stmt"/>
2536
2607
  <line num="71" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2551,7 +2622,7 @@
2551
2622
  <line num="99" count="0" type="stmt"/>
2552
2623
  <line num="101" count="0" type="stmt"/>
2553
2624
  <line num="103" count="0" type="stmt"/>
2554
- <line num="106" count="3" type="cond" truecount="0" falsecount="1"/>
2625
+ <line num="106" count="0" type="cond" truecount="0" falsecount="1"/>
2555
2626
  <line num="107" count="0" type="cond" truecount="0" falsecount="1"/>
2556
2627
  <line num="108" count="0" type="stmt"/>
2557
2628
  <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2564,7 +2635,7 @@
2564
2635
  <line num="117" count="0" type="stmt"/>
2565
2636
  <line num="122" count="0" type="stmt"/>
2566
2637
  <line num="126" count="0" type="stmt"/>
2567
- <line num="129" count="3" type="stmt"/>
2638
+ <line num="129" count="0" type="stmt"/>
2568
2639
  <line num="130" count="0" type="cond" truecount="0" falsecount="1"/>
2569
2640
  <line num="131" count="0" type="stmt"/>
2570
2641
  <line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2585,13 +2656,13 @@
2585
2656
  <line num="163" count="0" type="stmt"/>
2586
2657
  <line num="165" count="0" type="stmt"/>
2587
2658
  <line num="167" count="0" type="stmt"/>
2588
- <line num="170" count="3" type="stmt"/>
2659
+ <line num="170" count="0" type="stmt"/>
2589
2660
  <line num="171" count="0" type="cond" truecount="0" falsecount="2"/>
2590
- <line num="174" count="3" type="stmt"/>
2661
+ <line num="174" count="0" type="stmt"/>
2591
2662
  <line num="175" count="0" type="cond" truecount="0" falsecount="3"/>
2592
2663
  <line num="176" count="0" type="stmt"/>
2593
2664
  <line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
2594
- <line num="181" count="3" type="stmt"/>
2665
+ <line num="181" count="0" type="stmt"/>
2595
2666
  <line num="182" count="0" type="cond" truecount="0" falsecount="1"/>
2596
2667
  <line num="184" count="0" type="stmt"/>
2597
2668
  <line num="186" count="0" type="cond" truecount="0" falsecount="1"/>
@@ -2599,19 +2670,19 @@
2599
2670
  <line num="189" count="0" type="cond" truecount="0" falsecount="1"/>
2600
2671
  <line num="190" count="0" type="stmt"/>
2601
2672
  <line num="192" count="0" type="stmt"/>
2602
- <line num="195" count="3" type="stmt"/>
2603
- <line num="196" count="1" type="cond" truecount="0" falsecount="1"/>
2673
+ <line num="195" count="0" type="stmt"/>
2674
+ <line num="196" count="0" type="cond" truecount="0" falsecount="1"/>
2604
2675
  <line num="197" count="0" type="stmt"/>
2605
2676
  <line num="198" count="0" type="stmt"/>
2606
- <line num="200" count="1" type="cond" truecount="1" falsecount="1"/>
2607
- <line num="201" count="1" type="stmt"/>
2677
+ <line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
2678
+ <line num="201" count="0" type="stmt"/>
2608
2679
  <line num="203" count="0" type="stmt"/>
2609
2680
  </file>
2610
2681
  <file name="xhrProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/xhrProxy.ts">
2611
- <metrics statements="122" coveredstatements="4" conditionals="44" coveredconditionals="0" methods="26" coveredmethods="0"/>
2612
- <line num="9" count="1" type="stmt"/>
2613
- <line num="10" count="1" type="stmt"/>
2614
- <line num="14" count="1" type="stmt"/>
2682
+ <metrics statements="122" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="26" coveredmethods="0"/>
2683
+ <line num="9" count="0" type="stmt"/>
2684
+ <line num="10" count="0" type="stmt"/>
2685
+ <line num="14" count="0" type="stmt"/>
2615
2686
  <line num="20" count="0" type="stmt"/>
2616
2687
  <line num="21" count="0" type="stmt"/>
2617
2688
  <line num="22" count="0" type="stmt"/>
@@ -2727,14 +2798,14 @@
2727
2798
  <line num="221" count="0" type="stmt"/>
2728
2799
  <line num="222" count="0" type="stmt"/>
2729
2800
  <line num="223" count="0" type="stmt"/>
2730
- <line num="228" count="1" type="stmt"/>
2801
+ <line num="228" count="0" type="stmt"/>
2731
2802
  <line num="237" count="0" type="stmt"/>
2732
2803
  <line num="239" count="0" type="stmt"/>
2733
2804
  <line num="240" count="0" type="stmt"/>
2734
2805
  </file>
2735
2806
  </package>
2736
2807
  <package name="webworker">
2737
- <metrics statements="436" coveredstatements="0" conditionals="361" coveredconditionals="0" methods="54" coveredmethods="0"/>
2808
+ <metrics statements="438" coveredstatements="0" conditionals="364" coveredconditionals="0" methods="54" coveredmethods="0"/>
2738
2809
  <file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">
2739
2810
  <metrics statements="68" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="10" coveredmethods="0"/>
2740
2811
  <line num="3" count="0" type="stmt"/>
@@ -2807,10 +2878,10 @@
2807
2878
  <line num="130" count="0" type="stmt"/>
2808
2879
  </file>
2809
2880
  <file name="MessageEncoder.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/MessageEncoder.gen.ts">
2810
- <metrics statements="141" coveredstatements="0" conditionals="269" coveredconditionals="0" methods="1" coveredmethods="0"/>
2881
+ <metrics statements="143" coveredstatements="0" conditionals="272" coveredconditionals="0" methods="1" coveredmethods="0"/>
2811
2882
  <line num="6" count="0" type="stmt"/>
2812
2883
  <line num="9" count="0" type="stmt"/>
2813
- <line num="11" count="0" type="cond" truecount="0" falsecount="69"/>
2884
+ <line num="11" count="0" type="cond" truecount="0" falsecount="70"/>
2814
2885
  <line num="14" count="0" type="stmt"/>
2815
2886
  <line num="15" count="0" type="stmt"/>
2816
2887
  <line num="18" count="0" type="cond" truecount="0" falsecount="3"/>
@@ -2949,6 +3020,8 @@
2949
3020
  <line num="283" count="0" type="stmt"/>
2950
3021
  <line num="286" count="0" type="stmt"/>
2951
3022
  <line num="287" count="0" type="stmt"/>
3023
+ <line num="290" count="0" type="cond" truecount="0" falsecount="2"/>
3024
+ <line num="291" count="0" type="stmt"/>
2952
3025
  </file>
2953
3026
  <file name="PrimitiveEncoder.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/PrimitiveEncoder.ts">
2954
3027
  <metrics statements="69" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="13" coveredmethods="0"/>