@openreplay/tracker 10.0.0 → 10.0.2

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 (67) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/cjs/app/index.js +1 -1
  3. package/cjs/index.js +1 -1
  4. package/cjs/modules/Network/fetchProxy.js +3 -0
  5. package/cjs/modules/Network/networkMessage.js +6 -3
  6. package/cjs/modules/network.js +2 -2
  7. package/coverage/clover.xml +436 -432
  8. package/coverage/coverage-final.json +13 -13
  9. package/coverage/lcov-report/index.html +38 -38
  10. package/coverage/lcov-report/main/app/guards.ts.html +1 -1
  11. package/coverage/lcov-report/main/app/index.html +13 -13
  12. package/coverage/lcov-report/main/app/index.ts.html +18 -3
  13. package/coverage/lcov-report/main/app/logger.ts.html +2 -2
  14. package/coverage/lcov-report/main/app/messages.gen.ts.html +144 -144
  15. package/coverage/lcov-report/main/app/nodes.ts.html +1 -1
  16. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
  17. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  18. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  19. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
  20. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  21. package/coverage/lcov-report/main/app/sanitizer.ts.html +12 -3
  22. package/coverage/lcov-report/main/app/session.ts.html +13 -4
  23. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  24. package/coverage/lcov-report/main/index.html +19 -19
  25. package/coverage/lcov-report/main/index.ts.html +1 -1
  26. package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +19 -19
  27. package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +102 -96
  28. package/coverage/lcov-report/main/modules/Network/index.html +65 -65
  29. package/coverage/lcov-report/main/modules/Network/index.ts.html +33 -33
  30. package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +71 -71
  31. package/coverage/lcov-report/main/modules/Network/utils.ts.html +34 -34
  32. package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +13 -13
  33. package/coverage/lcov-report/main/modules/attributeSender.ts.html +13 -4
  34. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  35. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  36. package/coverage/lcov-report/main/modules/console.ts.html +1 -1
  37. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
  38. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  39. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  40. package/coverage/lcov-report/main/modules/featureFlags.ts.html +1 -1
  41. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  42. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  43. package/coverage/lcov-report/main/modules/img.ts.html +1 -1
  44. package/coverage/lcov-report/main/modules/index.html +8 -8
  45. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  46. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  47. package/coverage/lcov-report/main/modules/network.ts.html +2 -2
  48. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  50. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  51. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  52. package/coverage/lcov-report/main/modules/timing.ts.html +19 -7
  53. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  54. package/coverage/lcov-report/main/utils.ts.html +54 -63
  55. package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
  56. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +1 -1
  57. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
  58. package/coverage/lcov-report/webworker/QueueSender.ts.html +1 -1
  59. package/coverage/lcov-report/webworker/index.html +1 -1
  60. package/coverage/lcov-report/webworker/index.ts.html +1 -1
  61. package/coverage/lcov.info +704 -692
  62. package/lib/app/index.js +1 -1
  63. package/lib/index.js +1 -1
  64. package/lib/modules/Network/fetchProxy.js +3 -0
  65. package/lib/modules/Network/networkMessage.js +6 -3
  66. package/lib/modules/network.js +2 -2
  67. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1698144786669" clover="3.2.0">
3
- <project timestamp="1698144786669" name="All files">
4
- <metrics statements="3028" coveredstatements="37" conditionals="1605" coveredconditionals="9" methods="614" coveredmethods="3" elements="5247" coveredelements="49" complexity="0" loc="3028" ncloc="3028" packages="6" files="45" classes="45"/>
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"/>
5
5
  <package name="main">
6
- <metrics statements="249" coveredstatements="37" conditionals="119" coveredconditionals="9" methods="55" coveredmethods="3"/>
6
+ <metrics statements="246" coveredstatements="24" conditionals="119" coveredconditionals="7" 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="80" coveredstatements="37" conditionals="30" coveredconditionals="9" methods="22" coveredmethods="3"/>
181
- <line num="1" count="1" type="stmt"/>
182
- <line num="3" count="1" type="stmt"/>
183
- <line num="5" count="1" type="cond" truecount="2" falsecount="0"/>
184
- <line num="7" count="1" type="stmt"/>
185
- <line num="12" count="1" type="cond" truecount="1" falsecount="1"/>
186
- <line num="13" count="1" type="stmt"/>
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"/>
187
187
  <line num="14" count="0" type="stmt"/>
188
- <line num="16" count="1" type="stmt"/>
188
+ <line num="16" count="3" type="stmt"/>
189
189
  <line num="17" count="0" type="stmt"/>
190
- <line num="19" count="1" type="stmt"/>
190
+ <line num="19" count="3" 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="1" type="stmt"/>
193
+ <line num="24" count="3" 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="1" type="stmt"/>
196
+ <line num="29" count="3" type="stmt"/>
197
197
  <line num="30" count="0" type="stmt"/>
198
- <line num="34" count="1" type="stmt"/>
198
+ <line num="34" count="3" type="stmt"/>
199
199
  <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
200
- <line num="40" count="1" type="stmt"/>
201
- <line num="42" count="1" type="stmt"/>
202
- <line num="43" count="1" type="cond" truecount="0" falsecount="1"/>
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"/>
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="1" type="stmt"/>
207
+ <line num="55" count="3" 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,56 +212,53 @@
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="1" type="stmt"/>
215
+ <line num="67" count="3" 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="1" type="stmt"/>
222
+ <line num="88" count="3" 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="1" type="stmt"/>
227
+ <line num="100" count="3" 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="1" type="stmt"/>
232
+ <line num="109" count="3" 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="1" type="stmt"/>
236
+ <line num="121" count="3" type="stmt"/>
237
237
  <line num="123" count="0" type="cond" truecount="0" falsecount="4"/>
238
- <line num="129" count="1" type="stmt"/>
238
+ <line num="129" count="3" 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="1" type="stmt"/>
241
+ <line num="134" count="3" 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="1" type="stmt"/>
244
+ <line num="144" count="3" 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="1" type="stmt"/>
248
- <line num="164" count="2" type="stmt"/>
249
- <line num="165" count="2" type="cond" truecount="2" falsecount="0"/>
250
- <line num="166" count="1" type="stmt"/>
251
- <line num="168" count="1" type="stmt"/>
252
- <line num="169" count="1" type="stmt"/>
253
- <line num="170" count="1" type="stmt"/>
254
- <line num="172" count="1" type="stmt"/>
255
- <line num="173" count="1" type="stmt"/>
256
- <line num="174" count="1" type="stmt"/>
257
- <line num="175" count="1" type="stmt"/>
258
- <line num="177" count="1" type="stmt"/>
259
- <line num="178" count="1" type="stmt"/>
260
- <line num="179" count="1" type="stmt"/>
247
+ <line num="163" count="3" type="stmt"/>
248
+ <line num="164" count="0" type="stmt"/>
249
+ <line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
250
+ <line num="166" count="0" type="stmt"/>
251
+ <line num="168" count="0" type="stmt"/>
252
+ <line num="169" count="0" type="stmt"/>
253
+ <line num="170" count="0" type="stmt"/>
254
+ <line num="172" count="0" type="stmt"/>
255
+ <line num="173" count="0" type="stmt"/>
256
+ <line num="175" count="0" type="stmt"/>
257
+ <line num="176" count="0" type="stmt"/>
261
258
  </file>
262
259
  </package>
263
260
  <package name="main.app">
264
- <metrics statements="630" coveredstatements="0" conditionals="240" coveredconditionals="0" methods="190" coveredmethods="0"/>
261
+ <metrics statements="631" coveredstatements="69" conditionals="240" coveredconditionals="0" methods="190" coveredmethods="0"/>
265
262
  <file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
266
263
  <metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
267
264
  <line num="2" count="0" type="stmt"/>
@@ -499,72 +496,72 @@
499
496
  <line num="574" count="0" type="stmt"/>
500
497
  <line num="575" count="0" type="cond" truecount="0" falsecount="2"/>
501
498
  <line num="577" count="0" type="stmt"/>
502
- <line num="578" count="0" type="stmt"/>
503
- <line num="595" count="0" type="cond" truecount="0" falsecount="2"/>
504
- <line num="596" count="0" type="stmt"/>
505
- <line num="598" count="0" type="stmt"/>
506
- <line num="601" count="0" type="cond" truecount="0" falsecount="2"/>
507
- <line num="608" count="0" type="cond" truecount="0" falsecount="1"/>
508
- <line num="609" count="0" type="stmt"/>
509
- <line num="611" count="0" type="cond" truecount="0" falsecount="1"/>
510
- <line num="612" count="0" type="stmt"/>
511
- <line num="629" count="0" type="stmt"/>
512
- <line num="630" count="0" type="cond" truecount="0" falsecount="1"/>
513
- <line num="638" count="0" type="stmt"/>
514
- <line num="640" count="0" type="stmt"/>
515
- <line num="641" count="0" type="stmt"/>
516
- <line num="642" count="0" type="stmt"/>
517
- <line num="650" count="0" type="stmt"/>
518
- <line num="655" count="0" type="cond" truecount="0" falsecount="3"/>
519
- <line num="656" count="0" type="stmt"/>
520
- <line num="658" 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"/>
514
+ <line num="655" count="0" type="stmt"/>
515
+ <line num="660" count="0" type="cond" truecount="0" falsecount="3"/>
521
516
  <line num="661" count="0" type="stmt"/>
522
- <line num="662" count="0" type="stmt"/>
523
- <line num="664" count="0" type="stmt"/>
517
+ <line num="663" count="0" type="stmt"/>
524
518
  <line num="666" count="0" type="stmt"/>
525
- <line num="672" count="0" type="stmt"/>
526
- <line num="674" count="0" type="stmt"/>
519
+ <line num="667" count="0" type="stmt"/>
520
+ <line num="669" count="0" type="stmt"/>
521
+ <line num="671" count="0" type="stmt"/>
527
522
  <line num="677" count="0" type="stmt"/>
528
- <line num="678" count="0" type="stmt"/>
529
523
  <line num="679" count="0" type="stmt"/>
530
- <line num="680" count="0" type="stmt"/>
531
524
  <line num="682" count="0" type="stmt"/>
532
- <line num="684" count="0" type="cond" truecount="0" falsecount="1"/>
525
+ <line num="683" count="0" type="stmt"/>
526
+ <line num="684" count="0" type="stmt"/>
533
527
  <line num="685" count="0" type="stmt"/>
534
528
  <line num="687" count="0" type="stmt"/>
535
- <line num="688" count="0" type="stmt"/>
536
- <line num="691" count="0" type="stmt"/>
529
+ <line num="689" count="0" type="cond" truecount="0" falsecount="1"/>
530
+ <line num="690" count="0" type="stmt"/>
537
531
  <line num="692" count="0" type="stmt"/>
538
- <line num="693" count="0" type="cond" truecount="0" falsecount="1"/>
539
- <line num="694" count="0" type="stmt"/>
532
+ <line num="693" count="0" type="stmt"/>
533
+ <line num="696" count="0" type="stmt"/>
540
534
  <line num="697" count="0" type="stmt"/>
541
- <line num="698" count="0" type="stmt"/>
535
+ <line num="698" count="0" type="cond" truecount="0" falsecount="1"/>
542
536
  <line num="699" count="0" type="stmt"/>
543
- <line num="708" count="0" type="cond" truecount="0" falsecount="2"/>
544
- <line num="709" count="0" type="stmt"/>
545
- <line num="710" count="0" type="stmt"/>
546
- <line num="711" count="0" type="stmt"/>
537
+ <line num="702" count="0" type="stmt"/>
538
+ <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"/>
547
542
  <line num="715" count="0" type="stmt"/>
548
543
  <line num="716" count="0" type="stmt"/>
549
- <line num="717" count="0" type="cond" truecount="0" falsecount="1"/>
550
- <line num="718" count="0" type="stmt"/>
551
- <line num="719" count="0" type="stmt"/>
552
544
  <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"/>
553
548
  <line num="724" count="0" type="stmt"/>
554
- <line num="730" count="0" type="cond" truecount="0" falsecount="4"/>
555
- <line num="734" count="0" type="stmt"/>
556
- <line num="738" count="0" type="cond" truecount="0" falsecount="1"/>
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"/>
557
552
  <line num="739" count="0" type="stmt"/>
558
- <line num="740" count="0" type="stmt"/>
559
- <line num="741" count="0" type="stmt"/>
560
- <line num="742" count="0" type="stmt"/>
561
- <line num="743" count="0" type="stmt"/>
553
+ <line num="743" count="0" type="cond" truecount="0" falsecount="1"/>
562
554
  <line num="744" count="0" type="stmt"/>
563
555
  <line num="745" count="0" type="stmt"/>
564
556
  <line num="746" count="0" type="stmt"/>
565
- <line num="747" count="0" type="cond" truecount="0" falsecount="3"/>
557
+ <line num="747" count="0" type="stmt"/>
566
558
  <line num="748" count="0" type="stmt"/>
559
+ <line num="749" count="0" type="stmt"/>
560
+ <line num="750" count="0" type="stmt"/>
567
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"/>
568
565
  </file>
569
566
  <file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
570
567
  <metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
@@ -580,144 +577,144 @@
580
577
  <line num="61" count="0" type="stmt"/>
581
578
  </file>
582
579
  <file name="messages.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/messages.gen.ts">
583
- <metrics statements="138" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="69" coveredmethods="0"/>
584
- <line num="8" count="0" type="stmt"/>
580
+ <metrics statements="138" coveredstatements="69" conditionals="0" coveredconditionals="0" methods="69" coveredmethods="0"/>
581
+ <line num="8" count="3" type="stmt"/>
585
582
  <line num="11" count="0" type="stmt"/>
586
- <line num="17" count="0" type="stmt"/>
583
+ <line num="17" count="3" type="stmt"/>
587
584
  <line num="22" count="0" type="stmt"/>
588
- <line num="30" count="0" type="stmt"/>
585
+ <line num="30" count="3" type="stmt"/>
589
586
  <line num="34" count="0" type="stmt"/>
590
- <line num="41" count="0" type="stmt"/>
587
+ <line num="41" count="3" type="stmt"/>
591
588
  <line num="45" count="0" type="stmt"/>
592
- <line num="52" count="0" type="stmt"/>
589
+ <line num="52" count="3" type="stmt"/>
593
590
  <line num="55" count="0" type="stmt"/>
594
- <line num="61" count="0" type="stmt"/>
591
+ <line num="61" count="3" type="stmt"/>
595
592
  <line num="68" count="0" type="stmt"/>
596
- <line num="78" count="0" type="stmt"/>
593
+ <line num="78" count="3" type="stmt"/>
597
594
  <line num="83" count="0" type="stmt"/>
598
- <line num="91" count="0" type="stmt"/>
595
+ <line num="91" count="3" type="stmt"/>
599
596
  <line num="96" count="0" type="stmt"/>
600
- <line num="104" count="0" type="stmt"/>
597
+ <line num="104" count="3" type="stmt"/>
601
598
  <line num="107" count="0" type="stmt"/>
602
- <line num="113" count="0" type="stmt"/>
599
+ <line num="113" count="3" type="stmt"/>
603
600
  <line num="118" count="0" type="stmt"/>
604
- <line num="126" count="0" type="stmt"/>
601
+ <line num="126" count="3" type="stmt"/>
605
602
  <line num="130" count="0" type="stmt"/>
606
- <line num="137" count="0" type="stmt"/>
603
+ <line num="137" count="3" type="stmt"/>
607
604
  <line num="141" count="0" type="stmt"/>
608
- <line num="148" count="0" type="stmt"/>
605
+ <line num="148" count="3" type="stmt"/>
609
606
  <line num="153" count="0" type="stmt"/>
610
- <line num="161" count="0" type="stmt"/>
607
+ <line num="161" count="3" type="stmt"/>
611
608
  <line num="165" count="0" type="stmt"/>
612
- <line num="172" count="0" type="stmt"/>
609
+ <line num="172" count="3" type="stmt"/>
613
610
  <line num="177" count="0" type="stmt"/>
614
- <line num="185" count="0" type="stmt"/>
611
+ <line num="185" count="3" type="stmt"/>
615
612
  <line num="189" count="0" type="stmt"/>
616
- <line num="196" count="0" type="stmt"/>
613
+ <line num="196" count="3" type="stmt"/>
617
614
  <line num="200" count="0" type="stmt"/>
618
- <line num="207" count="0" type="stmt"/>
615
+ <line num="207" count="3" type="stmt"/>
619
616
  <line num="217" count="0" type="stmt"/>
620
- <line num="230" count="0" type="stmt"/>
617
+ <line num="230" count="3" type="stmt"/>
621
618
  <line num="234" count="0" type="stmt"/>
622
- <line num="241" count="0" type="stmt"/>
619
+ <line num="241" count="3" type="stmt"/>
623
620
  <line num="252" count="0" type="stmt"/>
624
- <line num="266" count="0" type="stmt"/>
621
+ <line num="266" count="3" type="stmt"/>
625
622
  <line num="271" count="0" type="stmt"/>
626
- <line num="279" count="0" type="stmt"/>
623
+ <line num="279" count="3" type="stmt"/>
627
624
  <line num="283" count="0" type="stmt"/>
628
- <line num="290" count="0" type="stmt"/>
625
+ <line num="290" count="3" type="stmt"/>
629
626
  <line num="293" count="0" type="stmt"/>
630
- <line num="299" count="0" type="stmt"/>
627
+ <line num="299" count="3" type="stmt"/>
631
628
  <line num="302" count="0" type="stmt"/>
632
- <line num="308" count="0" type="stmt"/>
629
+ <line num="308" count="3" type="stmt"/>
633
630
  <line num="312" count="0" type="stmt"/>
634
- <line num="319" count="0" type="stmt"/>
631
+ <line num="319" count="3" type="stmt"/>
635
632
  <line num="324" count="0" type="stmt"/>
636
- <line num="332" count="0" type="stmt"/>
633
+ <line num="332" count="3" type="stmt"/>
637
634
  <line num="336" count="0" type="stmt"/>
638
- <line num="343" count="0" type="stmt"/>
635
+ <line num="343" count="3" type="stmt"/>
639
636
  <line num="352" count="0" type="stmt"/>
640
- <line num="364" count="0" type="stmt"/>
637
+ <line num="364" count="3" type="stmt"/>
641
638
  <line num="370" count="0" type="stmt"/>
642
- <line num="379" count="0" type="stmt"/>
639
+ <line num="379" count="3" type="stmt"/>
643
640
  <line num="383" count="0" type="stmt"/>
644
- <line num="390" count="0" type="stmt"/>
641
+ <line num="390" count="3" type="stmt"/>
645
642
  <line num="393" count="0" type="stmt"/>
646
- <line num="399" count="0" type="stmt"/>
643
+ <line num="399" count="3" type="stmt"/>
647
644
  <line num="404" count="0" type="stmt"/>
648
- <line num="412" count="0" type="stmt"/>
645
+ <line num="412" count="3" type="stmt"/>
649
646
  <line num="416" count="0" type="stmt"/>
650
- <line num="423" count="0" type="stmt"/>
647
+ <line num="423" count="3" type="stmt"/>
651
648
  <line num="427" count="0" type="stmt"/>
652
- <line num="434" count="0" type="stmt"/>
649
+ <line num="434" count="3" type="stmt"/>
653
650
  <line num="439" count="0" type="stmt"/>
654
- <line num="447" count="0" type="stmt"/>
651
+ <line num="447" count="3" type="stmt"/>
655
652
  <line num="453" count="0" type="stmt"/>
656
- <line num="462" count="0" type="stmt"/>
653
+ <line num="462" count="3" type="stmt"/>
657
654
  <line num="468" count="0" type="stmt"/>
658
- <line num="477" count="0" type="stmt"/>
655
+ <line num="477" count="3" type="stmt"/>
659
656
  <line num="481" count="0" type="stmt"/>
660
- <line num="488" count="0" type="stmt"/>
657
+ <line num="488" count="3" type="stmt"/>
661
658
  <line num="493" count="0" type="stmt"/>
662
- <line num="501" count="0" type="stmt"/>
659
+ <line num="501" count="3" type="stmt"/>
663
660
  <line num="511" count="0" type="stmt"/>
664
- <line num="524" count="0" type="stmt"/>
661
+ <line num="524" count="3" type="stmt"/>
665
662
  <line num="528" count="0" type="stmt"/>
666
- <line num="535" count="0" type="stmt"/>
663
+ <line num="535" count="3" type="stmt"/>
667
664
  <line num="538" count="0" type="stmt"/>
668
- <line num="544" count="0" type="stmt"/>
665
+ <line num="544" count="3" type="stmt"/>
669
666
  <line num="550" count="0" type="stmt"/>
670
- <line num="559" count="0" type="stmt"/>
667
+ <line num="559" count="3" type="stmt"/>
671
668
  <line num="562" count="0" type="stmt"/>
672
- <line num="568" count="0" type="stmt"/>
669
+ <line num="568" count="3" type="stmt"/>
673
670
  <line num="577" count="0" type="stmt"/>
674
- <line num="589" count="0" type="stmt"/>
671
+ <line num="589" count="3" type="stmt"/>
675
672
  <line num="595" count="0" type="stmt"/>
676
- <line num="604" count="0" type="stmt"/>
673
+ <line num="604" count="3" type="stmt"/>
677
674
  <line num="609" count="0" type="stmt"/>
678
- <line num="617" count="0" type="stmt"/>
675
+ <line num="617" count="3" type="stmt"/>
679
676
  <line num="621" count="0" type="stmt"/>
680
- <line num="628" count="0" type="stmt"/>
677
+ <line num="628" count="3" type="stmt"/>
681
678
  <line num="632" count="0" type="stmt"/>
682
- <line num="639" count="0" type="stmt"/>
679
+ <line num="639" count="3" type="stmt"/>
683
680
  <line num="645" count="0" type="stmt"/>
684
- <line num="654" count="0" type="stmt"/>
681
+ <line num="654" count="3" type="stmt"/>
685
682
  <line num="660" count="0" type="stmt"/>
686
- <line num="669" count="0" type="stmt"/>
683
+ <line num="669" count="3" type="stmt"/>
687
684
  <line num="673" count="0" type="stmt"/>
688
- <line num="680" count="0" type="stmt"/>
685
+ <line num="680" count="3" type="stmt"/>
689
686
  <line num="685" count="0" type="stmt"/>
690
- <line num="693" count="0" type="stmt"/>
687
+ <line num="693" count="3" type="stmt"/>
691
688
  <line num="699" count="0" type="stmt"/>
692
- <line num="708" count="0" type="stmt"/>
689
+ <line num="708" count="3" type="stmt"/>
693
690
  <line num="712" count="0" type="stmt"/>
694
- <line num="719" count="0" type="stmt"/>
691
+ <line num="719" count="3" type="stmt"/>
695
692
  <line num="723" count="0" type="stmt"/>
696
- <line num="730" count="0" type="stmt"/>
693
+ <line num="730" count="3" type="stmt"/>
697
694
  <line num="734" count="0" type="stmt"/>
698
- <line num="741" count="0" type="stmt"/>
695
+ <line num="741" count="3" type="stmt"/>
699
696
  <line num="747" count="0" type="stmt"/>
700
- <line num="756" count="0" type="stmt"/>
697
+ <line num="756" count="3" type="stmt"/>
701
698
  <line num="760" count="0" type="stmt"/>
702
- <line num="767" count="0" type="stmt"/>
699
+ <line num="767" count="3" type="stmt"/>
703
700
  <line num="774" count="0" type="stmt"/>
704
- <line num="784" count="0" type="stmt"/>
701
+ <line num="784" count="3" type="stmt"/>
705
702
  <line num="788" count="0" type="stmt"/>
706
- <line num="795" count="0" type="stmt"/>
703
+ <line num="795" count="3" type="stmt"/>
707
704
  <line num="806" count="0" type="stmt"/>
708
- <line num="820" count="0" type="stmt"/>
705
+ <line num="820" count="3" type="stmt"/>
709
706
  <line num="828" count="0" type="stmt"/>
710
- <line num="839" count="0" type="stmt"/>
707
+ <line num="839" count="3" type="stmt"/>
711
708
  <line num="844" count="0" type="stmt"/>
712
- <line num="852" count="0" type="stmt"/>
709
+ <line num="852" count="3" type="stmt"/>
713
710
  <line num="855" count="0" type="stmt"/>
714
- <line num="861" count="0" type="stmt"/>
711
+ <line num="861" count="3" type="stmt"/>
715
712
  <line num="864" count="0" type="stmt"/>
716
- <line num="870" count="0" type="stmt"/>
713
+ <line num="870" count="3" type="stmt"/>
717
714
  <line num="882" count="0" type="stmt"/>
718
- <line num="897" count="0" type="stmt"/>
715
+ <line num="897" count="3" type="stmt"/>
719
716
  <line num="900" count="0" type="stmt"/>
720
- <line num="906" count="0" type="stmt"/>
717
+ <line num="906" count="3" type="stmt"/>
721
718
  <line num="909" count="0" type="stmt"/>
722
719
  </file>
723
720
  <file name="nodes.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/nodes.ts">
@@ -787,56 +784,55 @@
787
784
  <line num="22" count="0" type="stmt"/>
788
785
  <line num="23" count="0" type="stmt"/>
789
786
  <line num="24" count="0" type="stmt"/>
790
- <line num="27" count="0" type="stmt"/>
791
787
  <line num="28" count="0" type="stmt"/>
792
- <line num="38" count="0" type="cond" truecount="0" falsecount="1"/>
793
- <line num="43" count="0" type="stmt"/>
794
- <line num="45" count="0" type="cond" truecount="0" falsecount="1"/>
795
- <line num="50" count="0" type="stmt"/>
796
- <line num="53" count="0" type="cond" truecount="0" falsecount="3"/>
797
- <line num="54" count="0" type="stmt"/>
798
- <line num="55" count="0" type="cond" truecount="0" falsecount="1"/>
799
- <line num="56" count="0" type="stmt"/>
788
+ <line num="31" count="0" type="stmt"/>
789
+ <line num="41" count="0" type="cond" truecount="0" falsecount="1"/>
790
+ <line num="46" count="0" type="stmt"/>
791
+ <line num="48" count="0" type="cond" truecount="0" falsecount="1"/>
792
+ <line num="53" count="0" type="stmt"/>
793
+ <line num="56" count="0" type="cond" truecount="0" falsecount="3"/>
794
+ <line num="57" count="0" type="stmt"/>
800
795
  <line num="58" count="0" type="cond" truecount="0" falsecount="1"/>
801
796
  <line num="59" count="0" type="stmt"/>
802
- <line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
803
- <line num="67" count="0" type="stmt"/>
804
- <line num="70" count="0" type="cond" truecount="0" falsecount="1"/>
805
- <line num="71" count="0" type="stmt"/>
797
+ <line num="61" count="0" type="cond" truecount="0" falsecount="1"/>
798
+ <line num="62" count="0" type="stmt"/>
799
+ <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
800
+ <line num="70" count="0" type="stmt"/>
806
801
  <line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
807
802
  <line num="74" count="0" type="stmt"/>
808
- <line num="75" count="0" type="stmt"/>
809
- <line num="76" count="0" type="stmt"/>
803
+ <line num="76" count="0" type="cond" truecount="0" falsecount="1"/>
810
804
  <line num="77" count="0" type="stmt"/>
805
+ <line num="78" count="0" type="stmt"/>
806
+ <line num="79" count="0" type="stmt"/>
811
807
  <line num="80" count="0" type="stmt"/>
812
- <line num="84" count="0" type="stmt"/>
813
- <line num="88" count="0" type="stmt"/>
814
- <line num="92" count="0" type="stmt"/>
815
- <line num="93" count="0" type="cond" truecount="0" falsecount="1"/>
816
- <line num="94" count="0" type="stmt"/>
817
- <line num="96" count="0" type="stmt"/>
818
- <line num="100" count="0" type="stmt"/>
819
- <line num="101" count="0" type="stmt"/>
808
+ <line num="83" count="0" type="stmt"/>
809
+ <line num="87" count="0" type="stmt"/>
810
+ <line num="91" count="0" type="stmt"/>
811
+ <line num="95" count="0" type="stmt"/>
812
+ <line num="96" count="0" type="cond" truecount="0" falsecount="1"/>
813
+ <line num="97" count="0" type="stmt"/>
814
+ <line num="99" count="0" type="stmt"/>
815
+ <line num="103" count="0" type="stmt"/>
816
+ <line num="104" count="0" type="stmt"/>
820
817
  </file>
821
818
  <file name="session.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/session.ts">
822
- <metrics statements="71" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="20" coveredmethods="0"/>
819
+ <metrics statements="72" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="20" coveredmethods="0"/>
823
820
  <line num="2" count="0" type="stmt"/>
824
821
  <line num="28" count="0" type="stmt"/>
825
822
  <line num="29" count="0" type="stmt"/>
826
823
  <line num="30" count="0" type="stmt"/>
827
824
  <line num="32" count="0" type="stmt"/>
828
825
  <line num="33" count="0" type="stmt"/>
829
- <line num="38" count="0" type="stmt"/>
830
826
  <line num="39" count="0" type="stmt"/>
831
- <line num="43" count="0" type="stmt"/>
832
- <line num="46" count="0" type="cond" truecount="0" falsecount="1"/>
833
- <line num="47" count="0" type="stmt"/>
827
+ <line num="40" count="0" type="stmt"/>
828
+ <line num="42" count="0" type="stmt"/>
829
+ <line num="46" count="0" type="stmt"/>
834
830
  <line num="49" count="0" type="cond" truecount="0" falsecount="1"/>
835
831
  <line num="50" count="0" type="stmt"/>
836
- <line num="52" count="0" type="stmt"/>
837
- <line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
838
- <line num="58" count="0" type="stmt"/>
839
- <line num="60" count="0" type="cond" truecount="0" falsecount="1"/>
832
+ <line num="52" count="0" type="cond" truecount="0" falsecount="1"/>
833
+ <line num="53" count="0" type="stmt"/>
834
+ <line num="55" count="0" type="stmt"/>
835
+ <line num="59" count="0" type="cond" truecount="0" falsecount="1"/>
840
836
  <line num="61" count="0" type="stmt"/>
841
837
  <line num="63" count="0" type="cond" truecount="0" falsecount="1"/>
842
838
  <line num="64" count="0" type="stmt"/>
@@ -844,53 +840,55 @@
844
840
  <line num="67" count="0" type="stmt"/>
845
841
  <line num="69" count="0" type="cond" truecount="0" falsecount="1"/>
846
842
  <line num="70" count="0" type="stmt"/>
847
- <line num="72" count="0" type="stmt"/>
848
- <line num="76" count="0" type="stmt"/>
849
- <line num="77" count="0" type="stmt"/>
850
- <line num="81" count="0" type="stmt"/>
851
- <line num="82" count="0" type="stmt"/>
852
- <line num="86" count="0" type="stmt"/>
853
- <line num="90" count="0" type="stmt"/>
854
- <line num="91" count="0" type="cond" truecount="0" falsecount="1"/>
855
- <line num="92" count="0" type="stmt"/>
856
- <line num="94" count="0" type="stmt"/>
857
- <line num="98" count="0" type="stmt"/>
858
- <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
859
- <line num="100" count="0" type="stmt"/>
860
- <line num="102" count="0" type="stmt"/>
861
- <line num="104" count="0" type="stmt"/>
843
+ <line num="72" count="0" type="cond" truecount="0" falsecount="1"/>
844
+ <line num="73" count="0" type="stmt"/>
845
+ <line num="75" count="0" type="stmt"/>
846
+ <line num="79" count="0" type="stmt"/>
847
+ <line num="80" count="0" type="stmt"/>
848
+ <line num="84" count="0" type="stmt"/>
849
+ <line num="85" count="0" type="stmt"/>
850
+ <line num="89" count="0" type="stmt"/>
851
+ <line num="93" count="0" type="stmt"/>
852
+ <line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
853
+ <line num="95" count="0" type="stmt"/>
854
+ <line num="97" count="0" type="stmt"/>
855
+ <line num="101" count="0" type="stmt"/>
856
+ <line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
857
+ <line num="103" count="0" type="stmt"/>
862
858
  <line num="105" count="0" type="stmt"/>
863
- <line num="109" count="0" type="cond" truecount="0" falsecount="2"/>
864
- <line num="113" count="0" type="stmt"/>
865
- <line num="117" count="0" type="stmt"/>
866
- <line num="118" count="0" type="stmt"/>
867
- <line num="119" count="0" type="stmt"/>
868
- <line num="120" count="0" type="cond" truecount="0" falsecount="1"/>
859
+ <line num="107" count="0" type="stmt"/>
860
+ <line num="108" count="0" type="stmt"/>
861
+ <line num="112" count="0" type="cond" truecount="0" falsecount="2"/>
862
+ <line num="116" count="0" type="stmt"/>
863
+ <line num="120" count="0" type="stmt"/>
869
864
  <line num="121" count="0" type="stmt"/>
870
- <line num="123" count="0" type="cond" truecount="0" falsecount="3"/>
865
+ <line num="122" count="0" type="stmt"/>
866
+ <line num="123" count="0" type="cond" truecount="0" falsecount="1"/>
871
867
  <line num="124" count="0" type="stmt"/>
872
- <line num="126" count="0" type="stmt"/>
868
+ <line num="126" count="0" type="cond" truecount="0" falsecount="3"/>
873
869
  <line num="127" count="0" type="stmt"/>
874
- <line num="131" count="0" type="stmt"/>
875
- <line num="132" count="0" type="stmt"/>
876
- <line num="133" count="0" type="cond" truecount="0" falsecount="3"/>
870
+ <line num="129" count="0" type="stmt"/>
871
+ <line num="130" count="0" type="stmt"/>
877
872
  <line num="134" count="0" type="stmt"/>
878
- <line num="136" count="0" type="stmt"/>
879
- <line num="140" count="0" type="cond" truecount="0" falsecount="1"/>
880
- <line num="141" count="0" type="stmt"/>
881
- <line num="145" count="0" type="stmt"/>
882
- <line num="146" count="0" type="stmt"/>
883
- <line num="147" count="0" type="stmt"/>
884
- <line num="151" count="0" type="stmt"/>
885
- <line num="152" count="0" type="cond" truecount="0" falsecount="2"/>
886
- <line num="153" count="0" type="stmt"/>
887
- <line num="155" count="0" type="stmt"/>
888
- <line num="160" count="0" type="stmt"/>
889
- <line num="170" count="0" type="stmt"/>
890
- <line num="171" count="0" type="stmt"/>
891
- <line num="172" count="0" type="stmt"/>
873
+ <line num="135" count="0" type="stmt"/>
874
+ <line num="136" count="0" type="cond" truecount="0" falsecount="3"/>
875
+ <line num="137" count="0" type="stmt"/>
876
+ <line num="139" count="0" type="stmt"/>
877
+ <line num="143" count="0" type="cond" truecount="0" falsecount="1"/>
878
+ <line num="144" count="0" type="stmt"/>
879
+ <line num="148" count="0" type="stmt"/>
880
+ <line num="149" count="0" type="stmt"/>
881
+ <line num="150" count="0" type="stmt"/>
882
+ <line num="154" count="0" type="stmt"/>
883
+ <line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
884
+ <line num="156" count="0" type="stmt"/>
885
+ <line num="158" count="0" type="stmt"/>
886
+ <line num="163" count="0" type="stmt"/>
892
887
  <line num="173" count="0" type="stmt"/>
893
888
  <line num="174" count="0" type="stmt"/>
889
+ <line num="175" count="0" type="stmt"/>
890
+ <line num="176" count="0" type="stmt"/>
891
+ <line num="177" count="0" type="stmt"/>
894
892
  </file>
895
893
  <file name="ticker.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/ticker.ts">
896
894
  <metrics statements="21" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="8" coveredmethods="0"/>
@@ -1049,9 +1047,9 @@
1049
1047
  </file>
1050
1048
  </package>
1051
1049
  <package name="main.modules">
1052
- <metrics statements="1108" coveredstatements="0" conditionals="587" coveredconditionals="0" methods="216" coveredmethods="0"/>
1050
+ <metrics statements="1113" coveredstatements="0" conditionals="588" coveredconditionals="0" methods="216" coveredmethods="0"/>
1053
1051
  <file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
1054
- <metrics statements="21" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
1052
+ <metrics statements="22" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
1055
1053
  <line num="4" count="0" type="stmt"/>
1056
1054
  <line num="5" count="0" type="stmt"/>
1057
1055
  <line num="6" count="0" type="stmt"/>
@@ -1062,17 +1060,18 @@
1062
1060
  <line num="14" count="0" type="stmt"/>
1063
1061
  <line num="18" count="0" type="stmt"/>
1064
1062
  <line num="19" count="0" type="stmt"/>
1065
- <line num="21" count="0" type="stmt"/>
1066
- <line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
1067
- <line num="25" count="0" type="stmt"/>
1068
- <line num="26" count="0" type="stmt"/>
1063
+ <line num="22" count="0" type="stmt"/>
1064
+ <line num="23" count="0" type="stmt"/>
1065
+ <line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
1069
1066
  <line num="28" count="0" type="stmt"/>
1070
- <line num="34" count="0" type="stmt"/>
1071
- <line num="39" count="0" type="stmt"/>
1072
- <line num="40" count="0" type="cond" truecount="0" falsecount="1"/>
1073
- <line num="41" count="0" type="stmt"/>
1074
- <line num="43" count="0" type="stmt"/>
1075
- <line num="47" count="0" type="stmt"/>
1067
+ <line num="29" count="0" type="stmt"/>
1068
+ <line num="31" count="0" type="stmt"/>
1069
+ <line num="37" count="0" type="stmt"/>
1070
+ <line num="42" count="0" type="stmt"/>
1071
+ <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
1072
+ <line num="44" count="0" type="stmt"/>
1073
+ <line num="46" count="0" type="stmt"/>
1074
+ <line num="50" count="0" type="stmt"/>
1076
1075
  </file>
1077
1076
  <file name="axiosSpy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/axiosSpy.ts">
1078
1077
  <metrics statements="66" coveredstatements="0" conditionals="52" coveredconditionals="0" methods="18" coveredmethods="0"/>
@@ -2077,7 +2076,7 @@
2077
2076
  <line num="12" count="0" type="stmt"/>
2078
2077
  </file>
2079
2078
  <file name="timing.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/timing.ts">
2080
- <metrics statements="106" coveredstatements="0" conditionals="110" coveredconditionals="0" methods="12" coveredmethods="0"/>
2079
+ <metrics statements="110" coveredstatements="0" conditionals="111" coveredconditionals="0" methods="12" coveredmethods="0"/>
2081
2080
  <line num="2" count="0" type="stmt"/>
2082
2081
  <line num="3" count="0" type="stmt"/>
2083
2082
  <line num="4" count="0" type="stmt"/>
@@ -2126,64 +2125,68 @@
2126
2125
  <line num="109" count="0" type="cond" truecount="0" falsecount="4"/>
2127
2126
  <line num="110" count="0" type="cond" truecount="0" falsecount="1"/>
2128
2127
  <line num="111" count="0" type="stmt"/>
2128
+ <line num="113" count="0" type="stmt"/>
2129
2129
  <line num="114" count="0" type="cond" truecount="0" falsecount="4"/>
2130
2130
  <line num="115" count="0" type="cond" truecount="0" falsecount="1"/>
2131
2131
  <line num="116" count="0" type="stmt"/>
2132
- <line num="119" count="0" type="stmt"/>
2133
- <line num="136" count="0" type="stmt"/>
2134
- <line num="139" count="0" type="stmt"/>
2135
- <line num="140" count="0" type="cond" truecount="0" falsecount="1"/>
2136
- <line num="142" count="0" type="stmt"/>
2132
+ <line num="117" count="0" type="stmt"/>
2133
+ <line num="120" count="0" type="cond" truecount="0" falsecount="1"/>
2134
+ <line num="121" count="0" type="stmt"/>
2135
+ <line num="123" count="0" type="stmt"/>
2136
+ <line num="140" count="0" type="stmt"/>
2137
2137
  <line num="143" count="0" type="stmt"/>
2138
- <line num="145" count="0" type="stmt"/>
2139
- <line num="148" count="0" type="stmt"/>
2138
+ <line num="144" count="0" type="cond" truecount="0" falsecount="1"/>
2139
+ <line num="146" count="0" type="stmt"/>
2140
+ <line num="147" count="0" type="stmt"/>
2140
2141
  <line num="149" count="0" type="stmt"/>
2141
2142
  <line num="152" count="0" type="stmt"/>
2142
2143
  <line num="153" count="0" type="stmt"/>
2143
- <line num="155" count="0" type="cond" truecount="0" falsecount="1"/>
2144
2144
  <line num="156" count="0" type="stmt"/>
2145
2145
  <line num="157" count="0" type="stmt"/>
2146
- <line num="158" count="0" type="cond" truecount="0" falsecount="1"/>
2147
- <line num="159" count="0" type="stmt"/>
2148
- <line num="161" count="0" type="cond" truecount="0" falsecount="3"/>
2149
- <line num="162" count="0" type="stmt"/>
2146
+ <line num="159" count="0" type="cond" truecount="0" falsecount="1"/>
2147
+ <line num="160" count="0" type="stmt"/>
2148
+ <line num="161" count="0" type="stmt"/>
2149
+ <line num="162" count="0" type="cond" truecount="0" falsecount="1"/>
2150
2150
  <line num="163" count="0" type="stmt"/>
2151
- <line num="164" count="0" type="cond" truecount="0" falsecount="2"/>
2151
+ <line num="165" count="0" type="cond" truecount="0" falsecount="3"/>
2152
2152
  <line num="166" count="0" type="stmt"/>
2153
2153
  <line num="167" count="0" type="stmt"/>
2154
- <line num="169" count="0" type="stmt"/>
2154
+ <line num="168" count="0" type="cond" truecount="0" falsecount="2"/>
2155
2155
  <line num="170" count="0" type="stmt"/>
2156
- <line num="174" count="0" type="cond" truecount="0" falsecount="3"/>
2157
- <line num="175" count="0" type="stmt"/>
2158
- <line num="188" count="0" type="stmt"/>
2159
- <line num="189" count="0" type="stmt"/>
2160
- <line num="206" count="0" type="cond" truecount="0" falsecount="1"/>
2161
- <line num="207" count="0" type="stmt"/>
2162
- <line num="208" count="0" type="stmt"/>
2163
- <line num="209" count="0" type="stmt"/>
2164
- <line num="210" count="0" type="stmt"/>
2156
+ <line num="171" count="0" type="stmt"/>
2157
+ <line num="173" count="0" type="stmt"/>
2158
+ <line num="174" count="0" type="stmt"/>
2159
+ <line num="178" count="0" type="cond" truecount="0" falsecount="3"/>
2160
+ <line num="179" count="0" type="stmt"/>
2161
+ <line num="192" count="0" type="stmt"/>
2162
+ <line num="193" count="0" type="stmt"/>
2163
+ <line num="210" count="0" type="cond" truecount="0" falsecount="1"/>
2164
+ <line num="211" count="0" type="stmt"/>
2165
2165
  <line num="212" count="0" type="stmt"/>
2166
2166
  <line num="213" count="0" type="stmt"/>
2167
- <line num="214" count="0" type="cond" truecount="0" falsecount="1"/>
2168
- <line num="215" count="0" type="stmt"/>
2167
+ <line num="214" count="0" type="stmt"/>
2168
+ <line num="216" count="0" type="stmt"/>
2169
2169
  <line num="217" count="0" type="stmt"/>
2170
2170
  <line num="218" count="0" type="cond" truecount="0" falsecount="1"/>
2171
2171
  <line num="219" count="0" type="stmt"/>
2172
2172
  <line num="221" count="0" type="stmt"/>
2173
- <line num="223" count="0" type="cond" truecount="0" falsecount="1"/>
2174
- <line num="224" count="0" type="stmt"/>
2173
+ <line num="222" count="0" type="cond" truecount="0" falsecount="1"/>
2174
+ <line num="223" count="0" type="stmt"/>
2175
2175
  <line num="225" count="0" type="stmt"/>
2176
- <line num="228" count="0" type="cond" truecount="0" falsecount="1"/>
2177
- <line num="229" count="0" type="cond" truecount="0" falsecount="1"/>
2178
- <line num="230" count="0" type="stmt"/>
2179
- <line num="232" count="0" type="cond" truecount="0" falsecount="2"/>
2180
- <line num="234" count="0" type="cond" truecount="0" falsecount="4"/>
2181
- <line num="235" count="0" type="stmt"/>
2182
- <line num="236" count="0" type="stmt"/>
2183
- <line num="238" count="0" type="cond" truecount="0" falsecount="2"/>
2184
- <line num="241" count="0" type="stmt"/>
2185
- <line num="243" count="0" type="cond" truecount="0" falsecount="2"/>
2186
- <line num="250" count="0" type="stmt"/>
2176
+ <line num="227" count="0" type="cond" truecount="0" falsecount="1"/>
2177
+ <line num="228" count="0" type="stmt"/>
2178
+ <line num="229" count="0" type="stmt"/>
2179
+ <line num="232" count="0" type="cond" truecount="0" falsecount="1"/>
2180
+ <line num="233" count="0" type="cond" truecount="0" falsecount="1"/>
2181
+ <line num="234" count="0" type="stmt"/>
2182
+ <line num="236" count="0" type="cond" truecount="0" falsecount="2"/>
2183
+ <line num="238" count="0" type="cond" truecount="0" falsecount="4"/>
2184
+ <line num="239" count="0" type="stmt"/>
2185
+ <line num="240" count="0" type="stmt"/>
2186
+ <line num="242" count="0" type="cond" truecount="0" falsecount="2"/>
2187
+ <line num="245" count="0" type="stmt"/>
2188
+ <line num="247" count="0" type="cond" truecount="0" falsecount="2"/>
2189
+ <line num="254" count="0" type="stmt"/>
2187
2190
  </file>
2188
2191
  <file name="viewport.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/viewport.ts">
2189
2192
  <metrics statements="30" coveredstatements="0" conditionals="7" coveredconditionals="0" methods="5" coveredmethods="0"/>
@@ -2220,12 +2223,12 @@
2220
2223
  </file>
2221
2224
  </package>
2222
2225
  <package name="main.modules.Network">
2223
- <metrics statements="489" coveredstatements="0" conditionals="257" coveredconditionals="0" methods="70" coveredmethods="0"/>
2226
+ <metrics statements="490" coveredstatements="104" conditionals="264" coveredconditionals="43" methods="70" coveredmethods="9"/>
2224
2227
  <file name="beaconProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/beaconProxy.ts">
2225
- <metrics statements="53" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="5" coveredmethods="0"/>
2226
- <line num="2" count="0" type="stmt"/>
2227
- <line num="4" count="0" type="stmt"/>
2228
- <line num="7" count="0" type="stmt"/>
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"/>
2229
2232
  <line num="8" count="0" type="cond" truecount="0" falsecount="1"/>
2230
2233
  <line num="9" count="0" type="stmt"/>
2231
2234
  <line num="11" count="0" type="cond" truecount="0" falsecount="1"/>
@@ -2233,7 +2236,7 @@
2233
2236
  <line num="14" count="0" type="cond" truecount="0" falsecount="1"/>
2234
2237
  <line num="15" count="0" type="stmt"/>
2235
2238
  <line num="17" count="0" type="stmt"/>
2236
- <line num="20" count="0" type="stmt"/>
2239
+ <line num="20" count="1" type="stmt"/>
2237
2240
  <line num="22" count="0" type="stmt"/>
2238
2241
  <line num="23" count="0" type="stmt"/>
2239
2242
  <line num="24" count="0" type="stmt"/>
@@ -2270,18 +2273,18 @@
2270
2273
  <line num="66" count="0" type="stmt"/>
2271
2274
  <line num="69" count="0" type="stmt"/>
2272
2275
  <line num="70" count="0" type="stmt"/>
2273
- <line num="74" count="0" type="stmt"/>
2274
- <line num="75" count="0" type="cond" truecount="0" falsecount="8"/>
2276
+ <line num="74" count="1" type="stmt"/>
2277
+ <line num="75" count="1" type="cond" truecount="6" falsecount="2"/>
2275
2278
  <line num="78" count="0" type="stmt"/>
2276
2279
  <line num="88" count="0" type="cond" truecount="0" falsecount="1"/>
2277
2280
  <line num="89" count="0" type="stmt"/>
2278
2281
  <line num="91" count="0" type="stmt"/>
2279
2282
  </file>
2280
2283
  <file name="fetchProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/fetchProxy.ts">
2281
- <metrics statements="146" coveredstatements="0" conditionals="86" coveredconditionals="0" methods="20" coveredmethods="0"/>
2282
- <line num="8" count="0" type="stmt"/>
2283
- <line num="9" count="0" type="stmt"/>
2284
- <line num="13" count="0" type="stmt"/>
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"/>
2285
2288
  <line num="18" count="0" type="stmt"/>
2286
2289
  <line num="19" count="0" type="stmt"/>
2287
2290
  <line num="20" count="0" type="stmt"/>
@@ -2333,148 +2336,149 @@
2333
2336
  <line num="113" count="0" type="stmt"/>
2334
2337
  <line num="114" count="0" type="stmt"/>
2335
2338
  <line num="116" count="0" type="stmt"/>
2336
- <line num="121" count="0" type="stmt"/>
2337
- <line num="123" count="0" type="stmt"/>
2338
- <line num="124" count="0" type="stmt"/>
2339
- <line num="125" count="0" type="stmt"/>
2340
- <line num="126" count="0" type="stmt"/>
2341
- <line num="127" count="0" type="stmt"/>
2342
- <line num="128" count="0" type="stmt"/>
2343
- <line num="132" count="0" type="stmt"/>
2344
- <line num="133" count="0" type="stmt"/>
2345
- <line num="136" count="0" type="cond" truecount="0" falsecount="4"/>
2346
- <line num="140" count="0" type="cond" truecount="0" falsecount="1"/>
2347
- <line num="141" count="0" type="stmt"/>
2348
- <line num="144" count="0" type="stmt"/>
2349
- <line num="145" count="0" type="stmt"/>
2350
- <line num="147" count="0" type="stmt"/>
2351
- <line num="148" count="0" type="cond" truecount="0" falsecount="1"/>
2352
- <line num="149" count="0" type="cond" truecount="0" falsecount="1"/>
2353
- <line num="150" count="0" type="stmt"/>
2354
- <line num="153" count="0" type="cond" truecount="0" falsecount="4"/>
2355
- <line num="154" count="0" type="stmt"/>
2356
- <line num="156" count="0" type="cond" truecount="0" falsecount="1"/>
2357
- <line num="157" count="0" type="cond" truecount="0" falsecount="1"/>
2358
- <line num="158" count="0" type="stmt"/>
2359
- <line num="160" count="0" type="cond" truecount="0" falsecount="2"/>
2360
- <line num="161" 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"/>
2351
+ <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"/>
2355
+ <line num="150" count="0" type="cond" truecount="0" falsecount="1"/>
2356
+ <line num="151" count="0" type="cond" truecount="0" falsecount="1"/>
2357
+ <line num="152" count="0" type="stmt"/>
2358
+ <line num="155" count="0" type="cond" truecount="0" falsecount="4"/>
2359
+ <line num="156" count="0" type="stmt"/>
2360
+ <line num="158" count="0" type="cond" truecount="0" falsecount="1"/>
2361
+ <line num="159" count="0" type="cond" truecount="0" falsecount="1"/>
2362
+ <line num="160" count="0" type="stmt"/>
2361
2363
  <line num="162" count="0" type="cond" truecount="0" falsecount="2"/>
2362
2364
  <line num="163" count="0" type="stmt"/>
2363
- <line num="166" count="0" type="stmt"/>
2364
- <line num="170" count="0" type="stmt"/>
2365
- <line num="174" count="0" type="stmt"/>
2366
- <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
2365
+ <line num="164" count="0" type="cond" truecount="0" falsecount="2"/>
2366
+ <line num="165" count="0" type="stmt"/>
2367
+ <line num="168" count="0" type="stmt"/>
2368
+ <line num="172" count="1" type="stmt"/>
2367
2369
  <line num="176" count="0" type="stmt"/>
2368
- <line num="182" count="0" type="stmt"/>
2369
- <line num="183" count="0" type="stmt"/>
2370
- <line num="186" count="0" type="cond" truecount="0" falsecount="2"/>
2371
- <line num="188" count="0" type="cond" truecount="0" falsecount="6"/>
2372
- <line num="189" count="0" type="stmt"/>
2373
- <line num="190" count="0" type="cond" truecount="0" falsecount="6"/>
2374
- <line num="193" count="0" type="cond" truecount="0" falsecount="2"/>
2375
- <line num="194" count="0" type="stmt"/>
2376
- <line num="195" count="0" type="stmt"/>
2377
- <line num="198" count="0" type="stmt"/>
2378
- <line num="199" count="0" type="stmt"/>
2379
- <line num="200" count="0" type="stmt"/>
2380
- <line num="201" count="0" type="stmt"/>
2381
- <line num="202" count="0" type="cond" truecount="0" falsecount="2"/>
2382
- <line num="203" count="0" type="stmt"/>
2383
- <line num="204" count="0" type="stmt"/>
2384
- <line num="205" count="0" type="stmt"/>
2385
- <line num="206" count="0" type="cond" truecount="0" falsecount="1"/>
2386
- <line num="208" count="0" type="stmt"/>
2387
- <line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
2388
- <line num="212" count="0" type="stmt"/>
2389
- <line num="213" count="0" type="stmt"/>
2370
+ <line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
2371
+ <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"/>
2378
+ <line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
2379
+ <line num="196" count="0" type="stmt"/>
2380
+ <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"/>
2390
2392
  <line num="214" count="0" type="stmt"/>
2391
- <line num="217" count="0" type="stmt"/>
2392
- <line num="221" count="0" type="cond" truecount="0" falsecount="3"/>
2393
- <line num="222" count="0" type="stmt"/>
2394
- <line num="223" count="0" type="stmt"/>
2393
+ <line num="215" count="0" type="stmt"/>
2394
+ <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"/>
2395
2397
  <line num="224" count="0" type="stmt"/>
2396
- <line num="229" count="0" type="cond" truecount="0" falsecount="5"/>
2397
- <line num="230" count="0" type="stmt"/>
2398
- <line num="235" count="0" type="stmt"/>
2399
- <line num="236" count="0" type="stmt"/>
2400
- <line num="237" count="0" type="cond" truecount="0" falsecount="2"/>
2398
+ <line num="225" count="0" type="stmt"/>
2399
+ <line num="226" count="0" type="stmt"/>
2400
+ <line num="231" count="1" type="cond" truecount="3" falsecount="2"/>
2401
+ <line num="232" count="0" type="stmt"/>
2402
+ <line num="237" count="0" type="stmt"/>
2401
2403
  <line num="238" count="0" type="stmt"/>
2402
- <line num="239" count="0" type="stmt"/>
2404
+ <line num="239" count="0" type="cond" truecount="0" falsecount="2"/>
2405
+ <line num="240" count="0" type="stmt"/>
2403
2406
  <line num="241" count="0" type="stmt"/>
2404
- <line num="242" count="0" type="stmt"/>
2405
2407
  <line num="243" count="0" type="stmt"/>
2406
2408
  <line num="244" count="0" type="stmt"/>
2407
- <line num="245" count="0" type="cond" truecount="0" falsecount="2"/>
2408
- <line num="248" count="0" type="cond" truecount="0" falsecount="2"/>
2409
- <line num="252" count="0" type="stmt"/>
2410
- <line num="256" count="0" type="stmt"/>
2409
+ <line num="245" count="0" type="stmt"/>
2410
+ <line num="246" count="0" type="stmt"/>
2411
+ <line num="247" count="0" type="cond" truecount="0" falsecount="2"/>
2412
+ <line num="250" count="0" type="cond" truecount="0" falsecount="2"/>
2413
+ <line num="254" count="0" type="stmt"/>
2411
2414
  <line num="258" count="0" type="stmt"/>
2412
2415
  <line num="260" count="0" type="stmt"/>
2413
2416
  <line num="262" count="0" type="stmt"/>
2414
- <line num="263" count="0" type="stmt"/>
2417
+ <line num="264" count="0" type="stmt"/>
2415
2418
  <line num="265" count="0" type="stmt"/>
2416
- <line num="270" count="0" type="stmt"/>
2417
- <line num="276" count="0" type="stmt"/>
2418
- <line num="277" count="0" type="cond" truecount="0" falsecount="4"/>
2419
+ <line num="267" count="0" type="stmt"/>
2420
+ <line num="272" count="0" type="stmt"/>
2419
2421
  <line num="278" count="0" type="stmt"/>
2420
- <line num="279" count="0" type="stmt"/>
2421
- <line num="280" count="0" type="cond" truecount="0" falsecount="2"/>
2422
- <line num="284" count="0" type="stmt"/>
2423
- <line num="285" count="0" type="stmt"/>
2422
+ <line num="279" count="0" type="cond" truecount="0" falsecount="4"/>
2423
+ <line num="280" count="0" type="stmt"/>
2424
+ <line num="281" count="0" type="stmt"/>
2425
+ <line num="282" count="0" type="cond" truecount="0" falsecount="2"/>
2426
+ <line num="286" count="0" type="stmt"/>
2424
2427
  <line num="287" count="0" type="stmt"/>
2425
- <line num="288" count="0" type="stmt"/>
2426
- <line num="293" count="0" type="stmt"/>
2427
- <line num="302" count="0" type="stmt"/>
2428
+ <line num="289" count="0" type="stmt"/>
2429
+ <line num="290" count="0" type="stmt"/>
2430
+ <line num="295" count="1" type="stmt"/>
2431
+ <line num="304" count="1" type="stmt"/>
2428
2432
  </file>
2429
2433
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/index.ts">
2430
- <metrics statements="14" coveredstatements="0" conditionals="13" coveredconditionals="0" methods="2" coveredmethods="0"/>
2431
- <line num="1" count="0" type="stmt"/>
2432
- <line num="2" count="0" type="stmt"/>
2433
- <line num="3" count="0" type="stmt"/>
2434
- <line num="7" count="0" type="stmt"/>
2435
- <line num="8" count="0" type="stmt"/>
2436
- <line num="11" count="0" type="stmt"/>
2437
- <line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
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"/>
2438
2442
  <line num="21" count="0" type="stmt"/>
2439
- <line num="30" count="0" type="stmt"/>
2440
- <line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
2441
- <line num="33" 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"/>
2442
2446
  <line num="42" count="0" type="stmt"/>
2443
- <line num="44" count="0" type="cond" truecount="0" falsecount="9"/>
2447
+ <line num="44" count="1" type="cond" truecount="6" falsecount="3"/>
2444
2448
  <line num="45" count="0" type="stmt"/>
2445
2449
  </file>
2446
2450
  <file name="networkMessage.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/networkMessage.ts">
2447
- <metrics statements="48" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="8" coveredmethods="0"/>
2448
- <line num="1" count="0" type="stmt"/>
2449
- <line num="3" count="0" type="stmt"/>
2450
- <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
2451
- <line num="10" count="0" type="stmt"/>
2452
- <line num="11" count="0" type="stmt"/>
2453
- <line num="12" count="0" type="stmt"/>
2454
- <line num="13" count="0" type="stmt"/>
2455
- <line num="14" count="0" type="stmt"/>
2456
- <line num="22" count="0" type="stmt"/>
2457
- <line num="23" count="0" type="stmt"/>
2458
- <line num="24" count="0" type="stmt"/>
2459
- <line num="25" count="0" type="stmt"/>
2460
- <line num="26" count="0" type="stmt"/>
2461
- <line num="27" count="0" type="stmt"/>
2462
- <line num="28" count="0" type="stmt"/>
2463
- <line num="29" count="0" type="stmt"/>
2464
- <line num="30" count="0" type="stmt"/>
2465
- <line num="31" count="0" type="stmt"/>
2466
- <line num="32" count="0" type="stmt"/>
2467
- <line num="34" count="0" type="stmt"/>
2468
- <line num="36" count="0" type="stmt"/>
2469
- <line num="37" count="0" type="stmt"/>
2470
- <line num="38" count="0" type="stmt"/>
2471
- <line num="39" count="0" type="stmt"/>
2472
- <line num="40" count="0" type="stmt"/>
2473
- <line num="41" count="0" type="stmt"/>
2474
- <line num="42" count="0" type="stmt"/>
2475
- <line num="45" count="0" type="cond" truecount="0" falsecount="1"/>
2476
- <line num="46" count="0" type="stmt"/>
2477
- <line num="47" count="0" type="stmt"/>
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"/>
2478
2482
  <line num="51" count="0" type="stmt"/>
2479
2483
  <line num="52" count="0" type="stmt"/>
2480
2484
  <line num="56" count="0" type="stmt"/>
@@ -2495,8 +2499,8 @@
2495
2499
  <line num="98" count="0" type="stmt"/>
2496
2500
  </file>
2497
2501
  <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/utils.ts">
2498
- <metrics statements="106" coveredstatements="0" conditionals="83" coveredconditionals="0" methods="9" coveredmethods="0"/>
2499
- <line num="1" count="0" type="stmt"/>
2502
+ <metrics statements="106" coveredstatements="12" conditionals="83" coveredconditionals="1" methods="9" coveredmethods="1"/>
2503
+ <line num="1" count="3" type="stmt"/>
2500
2504
  <line num="5" count="0" type="stmt"/>
2501
2505
  <line num="6" count="0" type="cond" truecount="0" falsecount="7"/>
2502
2506
  <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2512,7 +2516,7 @@
2512
2516
  <line num="29" count="0" type="stmt"/>
2513
2517
  <line num="31" count="0" type="stmt"/>
2514
2518
  <line num="33" count="0" type="stmt"/>
2515
- <line num="36" count="0" type="stmt"/>
2519
+ <line num="36" count="3" type="stmt"/>
2516
2520
  <line num="40" count="0" type="stmt"/>
2517
2521
  <line num="41" count="0" type="cond" truecount="0" falsecount="7"/>
2518
2522
  <line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2526,7 +2530,7 @@
2526
2530
  <line num="58" count="0" type="stmt"/>
2527
2531
  <line num="60" count="0" type="stmt"/>
2528
2532
  <line num="62" count="0" type="stmt"/>
2529
- <line num="65" count="0" type="stmt"/>
2533
+ <line num="65" count="3" type="stmt"/>
2530
2534
  <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
2531
2535
  <line num="67" count="0" type="stmt"/>
2532
2536
  <line num="71" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2547,7 +2551,7 @@
2547
2551
  <line num="99" count="0" type="stmt"/>
2548
2552
  <line num="101" count="0" type="stmt"/>
2549
2553
  <line num="103" count="0" type="stmt"/>
2550
- <line num="106" count="0" type="cond" truecount="0" falsecount="1"/>
2554
+ <line num="106" count="3" type="cond" truecount="0" falsecount="1"/>
2551
2555
  <line num="107" count="0" type="cond" truecount="0" falsecount="1"/>
2552
2556
  <line num="108" count="0" type="stmt"/>
2553
2557
  <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2560,7 +2564,7 @@
2560
2564
  <line num="117" count="0" type="stmt"/>
2561
2565
  <line num="122" count="0" type="stmt"/>
2562
2566
  <line num="126" count="0" type="stmt"/>
2563
- <line num="129" count="0" type="stmt"/>
2567
+ <line num="129" count="3" type="stmt"/>
2564
2568
  <line num="130" count="0" type="cond" truecount="0" falsecount="1"/>
2565
2569
  <line num="131" count="0" type="stmt"/>
2566
2570
  <line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2581,13 +2585,13 @@
2581
2585
  <line num="163" count="0" type="stmt"/>
2582
2586
  <line num="165" count="0" type="stmt"/>
2583
2587
  <line num="167" count="0" type="stmt"/>
2584
- <line num="170" count="0" type="stmt"/>
2588
+ <line num="170" count="3" type="stmt"/>
2585
2589
  <line num="171" count="0" type="cond" truecount="0" falsecount="2"/>
2586
- <line num="174" count="0" type="stmt"/>
2590
+ <line num="174" count="3" type="stmt"/>
2587
2591
  <line num="175" count="0" type="cond" truecount="0" falsecount="3"/>
2588
2592
  <line num="176" count="0" type="stmt"/>
2589
2593
  <line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
2590
- <line num="181" count="0" type="stmt"/>
2594
+ <line num="181" count="3" type="stmt"/>
2591
2595
  <line num="182" count="0" type="cond" truecount="0" falsecount="1"/>
2592
2596
  <line num="184" count="0" type="stmt"/>
2593
2597
  <line num="186" count="0" type="cond" truecount="0" falsecount="1"/>
@@ -2595,19 +2599,19 @@
2595
2599
  <line num="189" count="0" type="cond" truecount="0" falsecount="1"/>
2596
2600
  <line num="190" count="0" type="stmt"/>
2597
2601
  <line num="192" count="0" type="stmt"/>
2598
- <line num="195" count="0" type="stmt"/>
2599
- <line num="196" count="0" type="cond" truecount="0" falsecount="1"/>
2602
+ <line num="195" count="3" type="stmt"/>
2603
+ <line num="196" count="1" type="cond" truecount="0" falsecount="1"/>
2600
2604
  <line num="197" count="0" type="stmt"/>
2601
2605
  <line num="198" count="0" type="stmt"/>
2602
- <line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
2603
- <line num="201" count="0" type="stmt"/>
2606
+ <line num="200" count="1" type="cond" truecount="1" falsecount="1"/>
2607
+ <line num="201" count="1" type="stmt"/>
2604
2608
  <line num="203" count="0" type="stmt"/>
2605
2609
  </file>
2606
2610
  <file name="xhrProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/xhrProxy.ts">
2607
- <metrics statements="122" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="26" coveredmethods="0"/>
2608
- <line num="9" count="0" type="stmt"/>
2609
- <line num="10" count="0" type="stmt"/>
2610
- <line num="14" count="0" type="stmt"/>
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"/>
2611
2615
  <line num="20" count="0" type="stmt"/>
2612
2616
  <line num="21" count="0" type="stmt"/>
2613
2617
  <line num="22" count="0" type="stmt"/>
@@ -2723,7 +2727,7 @@
2723
2727
  <line num="221" count="0" type="stmt"/>
2724
2728
  <line num="222" count="0" type="stmt"/>
2725
2729
  <line num="223" count="0" type="stmt"/>
2726
- <line num="228" count="0" type="stmt"/>
2730
+ <line num="228" count="1" type="stmt"/>
2727
2731
  <line num="237" count="0" type="stmt"/>
2728
2732
  <line num="239" count="0" type="stmt"/>
2729
2733
  <line num="240" count="0" type="stmt"/>