@openreplay/tracker 8.0.0 → 8.0.1-beta14

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 (100) hide show
  1. package/cjs/app/index.d.ts +4 -1
  2. package/cjs/app/index.js +18 -2
  3. package/cjs/app/session.d.ts +10 -0
  4. package/cjs/app/session.js +3 -0
  5. package/cjs/index.d.ts +11 -0
  6. package/cjs/index.js +28 -1
  7. package/cjs/modules/Network/fetchProxy.d.ts +34 -0
  8. package/cjs/modules/Network/fetchProxy.js +240 -0
  9. package/cjs/modules/Network/index.d.ts +3 -0
  10. package/cjs/modules/Network/index.js +9 -0
  11. package/cjs/modules/Network/networkMessage.d.ts +49 -0
  12. package/cjs/modules/Network/networkMessage.js +82 -0
  13. package/cjs/modules/Network/types.d.ts +13 -0
  14. package/cjs/modules/Network/types.js +3 -0
  15. package/cjs/modules/Network/utils.d.ts +11 -0
  16. package/cjs/modules/Network/utils.js +213 -0
  17. package/cjs/modules/Network/xhrProxy.d.ts +47 -0
  18. package/cjs/modules/Network/xhrProxy.js +209 -0
  19. package/cjs/modules/console.js +21 -13
  20. package/cjs/modules/featureFlags.d.ts +25 -0
  21. package/cjs/modules/featureFlags.js +100 -0
  22. package/cjs/modules/network.d.ts +3 -4
  23. package/cjs/modules/network.js +13 -3
  24. package/coverage/clover.xml +898 -449
  25. package/coverage/coverage-final.json +13 -8
  26. package/coverage/lcov-report/index.html +50 -35
  27. package/coverage/lcov-report/main/app/guards.ts.html +1 -1
  28. package/coverage/lcov-report/main/app/index.html +21 -21
  29. package/coverage/lcov-report/main/app/index.ts.html +46 -4
  30. package/coverage/lcov-report/main/app/logger.ts.html +1 -1
  31. package/coverage/lcov-report/main/app/messages.gen.ts.html +146 -146
  32. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
  33. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  34. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  35. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
  36. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  37. package/coverage/lcov-report/main/app/sanitizer.ts.html +1 -1
  38. package/coverage/lcov-report/main/app/session.ts.html +47 -5
  39. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  40. package/coverage/lcov-report/main/index.html +20 -20
  41. package/coverage/lcov-report/main/index.ts.html +38 -26
  42. package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +949 -0
  43. package/coverage/lcov-report/main/modules/Network/index.html +176 -0
  44. package/coverage/lcov-report/main/modules/Network/index.ts.html +169 -0
  45. package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +382 -0
  46. package/coverage/lcov-report/main/modules/Network/utils.ts.html +700 -0
  47. package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +823 -0
  48. package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  50. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  51. package/coverage/lcov-report/main/modules/console.ts.html +174 -147
  52. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
  53. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  54. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  55. package/coverage/lcov-report/main/modules/featureFlags.ts.html +102 -51
  56. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  57. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  58. package/coverage/lcov-report/main/modules/img.ts.html +1 -1
  59. package/coverage/lcov-report/main/modules/index.html +33 -33
  60. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  61. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  62. package/coverage/lcov-report/main/modules/network.ts.html +70 -70
  63. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  64. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  65. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  66. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  67. package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
  68. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  69. package/coverage/lcov-report/main/utils.ts.html +45 -45
  70. package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
  71. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +1 -1
  72. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
  73. package/coverage/lcov-report/webworker/QueueSender.ts.html +1 -1
  74. package/coverage/lcov-report/webworker/index.html +1 -1
  75. package/coverage/lcov-report/webworker/index.ts.html +1 -1
  76. package/coverage/lcov.info +1558 -726
  77. package/lib/app/index.d.ts +4 -1
  78. package/lib/app/index.js +18 -2
  79. package/lib/app/session.d.ts +10 -0
  80. package/lib/app/session.js +3 -0
  81. package/lib/index.d.ts +11 -0
  82. package/lib/index.js +28 -1
  83. package/lib/modules/Network/fetchProxy.d.ts +34 -0
  84. package/lib/modules/Network/fetchProxy.js +234 -0
  85. package/lib/modules/Network/index.d.ts +3 -0
  86. package/lib/modules/Network/index.js +6 -0
  87. package/lib/modules/Network/networkMessage.d.ts +49 -0
  88. package/lib/modules/Network/networkMessage.js +78 -0
  89. package/lib/modules/Network/types.d.ts +13 -0
  90. package/lib/modules/Network/types.js +2 -0
  91. package/lib/modules/Network/utils.d.ts +11 -0
  92. package/lib/modules/Network/utils.js +201 -0
  93. package/lib/modules/Network/xhrProxy.d.ts +47 -0
  94. package/lib/modules/Network/xhrProxy.js +204 -0
  95. package/lib/modules/console.js +21 -13
  96. package/lib/modules/featureFlags.d.ts +25 -0
  97. package/lib/modules/featureFlags.js +97 -0
  98. package/lib/modules/network.d.ts +3 -4
  99. package/lib/modules/network.js +13 -3
  100. package/package.json +1 -1
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1686844155236" clover="3.2.0">
3
- <project timestamp="1686844155236" name="All files">
4
- <metrics statements="2389" coveredstatements="8" conditionals="1273" coveredconditionals="0" methods="509" coveredmethods="5" elements="4171" coveredelements="13" complexity="0" loc="2389" ncloc="2389" packages="5" files="38" classes="38"/>
2
+ <coverage generated="1687946239302" clover="3.2.0">
3
+ <project timestamp="1687946239302" name="All files">
4
+ <metrics statements="2820" coveredstatements="152" conditionals="1487" coveredconditionals="24" methods="580" coveredmethods="13" elements="4887" coveredelements="189" complexity="0" loc="2820" ncloc="2820" packages="6" files="43" classes="43"/>
5
5
  <package name="main">
6
- <metrics statements="212" coveredstatements="0" conditionals="97" coveredconditionals="0" methods="45" coveredmethods="0"/>
6
+ <metrics statements="211" coveredstatements="18" conditionals="100" coveredconditionals="7" methods="46" coveredmethods="0"/>
7
7
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/index.ts">
8
- <metrics statements="161" coveredstatements="0" conditionals="73" coveredconditionals="0" methods="31" coveredmethods="0"/>
8
+ <metrics statements="160" coveredstatements="0" conditionals="76" coveredconditionals="0" methods="32" coveredmethods="0"/>
9
9
  <line num="1" count="0" type="stmt"/>
10
10
  <line num="2" count="0" type="stmt"/>
11
11
  <line num="4" count="0" type="stmt"/>
@@ -31,39 +31,36 @@
31
31
  <line num="28" count="0" type="stmt"/>
32
32
  <line num="29" count="0" type="stmt"/>
33
33
  <line num="30" count="0" type="stmt"/>
34
- <line num="59" count="0" type="stmt"/>
35
- <line num="62" count="0" type="cond" truecount="0" falsecount="1"/>
36
- <line num="63" count="0" type="stmt"/>
34
+ <line num="62" count="0" type="stmt"/>
35
+ <line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
37
36
  <line num="66" count="0" type="stmt"/>
38
- <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
39
- <line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
40
- <line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
41
- <line num="72" count="0" type="stmt"/>
37
+ <line num="69" count="0" type="stmt"/>
38
+ <line num="71" count="0" type="cond" truecount="0" falsecount="1"/>
39
+ <line num="72" count="0" type="cond" truecount="0" falsecount="2"/>
40
+ <line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
42
41
  <line num="75" count="0" type="stmt"/>
43
- <line num="77" count="0" type="stmt"/>
44
42
  <line num="78" count="0" type="stmt"/>
43
+ <line num="80" count="0" type="stmt"/>
45
44
  <line num="81" count="0" type="stmt"/>
46
- <line num="82" count="0" type="stmt"/>
47
- <line num="85" count="0" type="cond" truecount="0" falsecount="1"/>
48
- <line num="86" count="0" type="stmt"/>
49
- <line num="88" count="0" type="stmt"/>
45
+ <line num="84" count="0" type="stmt"/>
46
+ <line num="85" count="0" type="stmt"/>
47
+ <line num="88" count="0" type="cond" truecount="0" falsecount="1"/>
48
+ <line num="89" count="0" type="stmt"/>
50
49
  <line num="91" count="0" type="stmt"/>
51
- <line num="93" count="0" type="stmt"/>
52
50
  <line num="94" count="0" type="stmt"/>
53
- <line num="95" count="0" type="cond" truecount="0" falsecount="3"/>
54
51
  <line num="96" count="0" type="stmt"/>
55
- <line num="98" count="0" type="cond" truecount="0" falsecount="1"/>
52
+ <line num="97" count="0" type="stmt"/>
53
+ <line num="98" count="0" type="cond" truecount="0" falsecount="3"/>
56
54
  <line num="99" count="0" type="stmt"/>
57
- <line num="100" count="0" type="stmt"/>
58
- <line num="102" count="0" type="cond" truecount="0" falsecount="3"/>
55
+ <line num="101" count="0" type="cond" truecount="0" falsecount="1"/>
56
+ <line num="102" count="0" type="stmt"/>
59
57
  <line num="103" count="0" type="stmt"/>
58
+ <line num="105" count="0" type="cond" truecount="0" falsecount="3"/>
60
59
  <line num="106" count="0" type="stmt"/>
61
- <line num="109" count="0" type="cond" truecount="0" falsecount="3"/>
62
- <line num="113" count="0" type="stmt"/>
63
- <line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
64
- <line num="126" count="0" type="stmt"/>
65
- <line num="127" count="0" type="stmt"/>
66
- <line num="128" count="0" type="stmt"/>
60
+ <line num="109" count="0" type="stmt"/>
61
+ <line num="112" count="0" type="cond" truecount="0" falsecount="3"/>
62
+ <line num="116" count="0" type="stmt"/>
63
+ <line num="128" count="0" type="cond" truecount="0" falsecount="2"/>
67
64
  <line num="129" count="0" type="stmt"/>
68
65
  <line num="130" count="0" type="stmt"/>
69
66
  <line num="131" count="0" type="stmt"/>
@@ -80,123 +77,125 @@
80
77
  <line num="142" count="0" type="stmt"/>
81
78
  <line num="143" count="0" type="stmt"/>
82
79
  <line num="144" count="0" type="stmt"/>
80
+ <line num="145" count="0" type="stmt"/>
83
81
  <line num="146" count="0" type="stmt"/>
84
82
  <line num="147" count="0" type="stmt"/>
85
- <line num="149" count="0" type="cond" truecount="0" falsecount="1"/>
86
- <line num="150" count="0" type="stmt"/>
83
+ <line num="149" count="0" type="stmt"/>
84
+ <line num="150" count="0" type="cond" truecount="0" falsecount="5"/>
87
85
  <line num="151" count="0" type="stmt"/>
88
86
  <line num="153" count="0" type="stmt"/>
89
- <line num="154" count="0" type="stmt"/>
90
- <line num="155" count="0" type="stmt"/>
87
+ <line num="155" count="0" type="cond" truecount="0" falsecount="1"/>
91
88
  <line num="156" count="0" type="stmt"/>
89
+ <line num="157" count="0" type="stmt"/>
92
90
  <line num="159" count="0" type="stmt"/>
93
91
  <line num="160" count="0" type="stmt"/>
94
- <line num="164" count="0" type="stmt"/>
95
- <line num="167" count="0" type="stmt"/>
96
- <line num="168" count="0" type="cond" truecount="0" falsecount="2"/>
97
- <line num="169" count="0" type="stmt"/>
98
- <line num="172" count="0" type="stmt"/>
99
- <line num="184" count="0" type="stmt"/>
100
- <line num="188" count="0" type="stmt"/>
101
- <line num="192" count="0" type="stmt"/>
102
- <line num="196" count="0" type="stmt"/>
103
- <line num="200" count="0" type="cond" truecount="0" falsecount="1"/>
104
- <line num="201" count="0" type="stmt"/>
105
- <line num="203" count="0" type="stmt"/>
106
- <line num="207" count="0" type="cond" truecount="0" falsecount="1"/>
107
- <line num="208" count="0" type="stmt"/>
108
- <line num="211" count="0" type="stmt"/>
109
- <line num="213" count="0" type="cond" truecount="0" falsecount="1"/>
92
+ <line num="161" count="0" type="stmt"/>
93
+ <line num="162" count="0" type="stmt"/>
94
+ <line num="165" count="0" type="stmt"/>
95
+ <line num="166" count="0" type="stmt"/>
96
+ <line num="170" count="0" type="stmt"/>
97
+ <line num="173" count="0" type="stmt"/>
98
+ <line num="174" count="0" type="cond" truecount="0" falsecount="2"/>
99
+ <line num="175" count="0" type="stmt"/>
100
+ <line num="178" count="0" type="stmt"/>
101
+ <line num="190" count="0" type="stmt"/>
102
+ <line num="194" count="0" type="stmt"/>
103
+ <line num="198" count="0" type="stmt"/>
104
+ <line num="202" count="0" type="stmt"/>
105
+ <line num="206" count="0" type="stmt"/>
106
+ <line num="210" count="0" type="stmt"/>
110
107
  <line num="214" count="0" type="stmt"/>
111
- <line num="217" count="0" type="stmt"/>
112
- <line num="221" count="0" type="cond" truecount="0" falsecount="1"/>
113
- <line num="222" count="0" type="stmt"/>
114
- <line num="224" count="0" type="stmt"/>
115
- <line num="228" count="0" type="cond" truecount="0" falsecount="1"/>
108
+ <line num="218" count="0" type="cond" truecount="0" falsecount="1"/>
109
+ <line num="219" count="0" type="stmt"/>
110
+ <line num="221" count="0" type="stmt"/>
111
+ <line num="225" count="0" type="cond" truecount="0" falsecount="1"/>
112
+ <line num="226" count="0" type="stmt"/>
116
113
  <line num="229" count="0" type="stmt"/>
117
- <line num="231" count="0" type="stmt"/>
118
- <line num="235" count="0" type="cond" truecount="0" falsecount="1"/>
119
- <line num="236" count="0" type="stmt"/>
120
- <line num="238" count="0" type="stmt"/>
121
- <line num="239" count="0" type="stmt"/>
122
- <line num="243" count="0" type="cond" truecount="0" falsecount="1"/>
123
- <line num="244" count="0" type="stmt"/>
124
- <line num="246" count="0" type="stmt"/>
125
- <line num="249" count="0" type="cond" truecount="0" falsecount="1"/>
114
+ <line num="231" count="0" type="cond" truecount="0" falsecount="1"/>
115
+ <line num="232" count="0" type="stmt"/>
116
+ <line num="235" count="0" type="stmt"/>
117
+ <line num="239" count="0" type="cond" truecount="0" falsecount="1"/>
118
+ <line num="240" count="0" type="stmt"/>
119
+ <line num="242" count="0" type="stmt"/>
120
+ <line num="243" count="0" type="stmt"/>
121
+ <line num="247" count="0" type="cond" truecount="0" falsecount="1"/>
122
+ <line num="248" count="0" type="stmt"/>
126
123
  <line num="250" count="0" type="stmt"/>
127
- <line num="252" count="0" type="stmt"/>
128
- <line num="256" count="0" type="cond" truecount="0" falsecount="1"/>
129
- <line num="257" count="0" type="stmt"/>
130
- <line num="259" count="0" type="stmt"/>
131
- <line num="262" count="0" type="stmt"/>
124
+ <line num="253" count="0" type="cond" truecount="0" falsecount="1"/>
125
+ <line num="254" count="0" type="stmt"/>
126
+ <line num="256" count="0" type="stmt"/>
127
+ <line num="260" count="0" type="cond" truecount="0" falsecount="1"/>
128
+ <line num="261" count="0" type="stmt"/>
132
129
  <line num="263" count="0" type="stmt"/>
133
- <line num="267" count="0" type="cond" truecount="0" falsecount="1"/>
134
- <line num="268" count="0" type="stmt"/>
135
- <line num="270" count="0" type="stmt"/>
136
- <line num="274" count="0" type="cond" truecount="0" falsecount="3"/>
137
- <line num="275" count="0" type="stmt"/>
130
+ <line num="266" count="0" type="stmt"/>
131
+ <line num="267" count="0" type="stmt"/>
132
+ <line num="271" count="0" type="cond" truecount="0" falsecount="1"/>
133
+ <line num="272" count="0" type="stmt"/>
134
+ <line num="274" count="0" type="stmt"/>
135
+ <line num="278" count="0" type="cond" truecount="0" falsecount="3"/>
138
136
  <line num="279" count="0" type="stmt"/>
139
- <line num="280" count="0" type="stmt"/>
140
- <line num="284" count="0" type="cond" truecount="0" falsecount="3"/>
141
- <line num="285" count="0" type="stmt"/>
137
+ <line num="283" count="0" type="stmt"/>
138
+ <line num="284" count="0" type="stmt"/>
139
+ <line num="288" count="0" type="cond" truecount="0" falsecount="3"/>
142
140
  <line num="289" count="0" type="stmt"/>
143
- <line num="290" count="0" type="stmt"/>
144
- <line num="294" count="0" type="cond" truecount="0" falsecount="4"/>
145
- <line num="295" count="0" type="stmt"/>
141
+ <line num="293" count="0" type="stmt"/>
142
+ <line num="294" count="0" type="stmt"/>
143
+ <line num="298" count="0" type="cond" truecount="0" falsecount="4"/>
146
144
  <line num="299" count="0" type="stmt"/>
147
- <line num="300" count="0" type="stmt"/>
148
- <line num="304" count="0" type="cond" truecount="0" falsecount="3"/>
149
- <line num="305" count="0" type="cond" truecount="0" falsecount="2"/>
150
- <line num="306" count="0" type="stmt"/>
151
- <line num="308" count="0" type="stmt"/>
152
- <line num="309" count="0" type="stmt"/>
153
- <line num="311" count="0" type="stmt"/>
145
+ <line num="303" count="0" type="stmt"/>
146
+ <line num="304" count="0" type="stmt"/>
147
+ <line num="308" count="0" type="cond" truecount="0" falsecount="3"/>
148
+ <line num="309" count="0" type="cond" truecount="0" falsecount="2"/>
149
+ <line num="310" count="0" type="stmt"/>
150
+ <line num="312" count="0" type="stmt"/>
154
151
  <line num="313" count="0" type="stmt"/>
155
- <line num="319" count="0" type="cond" truecount="0" falsecount="3"/>
156
- <line num="320" count="0" type="stmt"/>
157
- <line num="321" count="0" type="stmt"/>
158
- <line num="323" count="0" type="stmt"/>
152
+ <line num="315" count="0" type="stmt"/>
153
+ <line num="317" count="0" type="stmt"/>
154
+ <line num="323" count="0" type="cond" truecount="0" falsecount="3"/>
155
+ <line num="324" count="0" type="stmt"/>
159
156
  <line num="325" count="0" type="stmt"/>
157
+ <line num="327" count="0" type="stmt"/>
160
158
  <line num="329" count="0" type="stmt"/>
161
- <line num="333" count="0" type="cond" truecount="0" falsecount="1"/>
162
- <line num="334" count="0" type="stmt"/>
163
- <line num="336" count="0" type="cond" truecount="0" falsecount="2"/>
164
- <line num="337" count="0" type="stmt"/>
159
+ <line num="333" count="0" type="stmt"/>
160
+ <line num="337" count="0" type="cond" truecount="0" falsecount="1"/>
165
161
  <line num="338" count="0" type="stmt"/>
166
- <line num="339" count="0" type="cond" truecount="0" falsecount="1"/>
167
- <line num="343" count="0" type="stmt"/>
168
- <line num="344" count="0" type="cond" truecount="0" falsecount="1"/>
169
- <line num="345" count="0" type="stmt"/>
162
+ <line num="340" count="0" type="cond" truecount="0" falsecount="2"/>
163
+ <line num="341" count="0" type="stmt"/>
164
+ <line num="342" count="0" type="stmt"/>
165
+ <line num="343" count="0" type="cond" truecount="0" falsecount="1"/>
166
+ <line num="347" count="0" type="stmt"/>
167
+ <line num="348" count="0" type="cond" truecount="0" falsecount="1"/>
168
+ <line num="349" count="0" type="stmt"/>
170
169
  </file>
171
170
  <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
172
- <metrics statements="51" coveredstatements="0" conditionals="24" coveredconditionals="0" methods="14" coveredmethods="0"/>
173
- <line num="1" count="0" type="stmt"/>
174
- <line num="3" count="0" type="stmt"/>
175
- <line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
176
- <line num="7" count="0" type="stmt"/>
177
- <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
178
- <line num="13" count="0" type="stmt"/>
171
+ <metrics statements="51" coveredstatements="18" conditionals="24" coveredconditionals="7" methods="14" coveredmethods="0"/>
172
+ <line num="1" count="1" type="stmt"/>
173
+ <line num="3" count="1" type="stmt"/>
174
+ <line num="5" count="1" type="cond" truecount="2" falsecount="0"/>
175
+ <line num="7" count="1" type="stmt"/>
176
+ <line num="12" count="1" type="cond" truecount="1" falsecount="1"/>
177
+ <line num="13" count="1" type="stmt"/>
179
178
  <line num="14" count="0" type="stmt"/>
180
- <line num="16" count="0" type="stmt"/>
179
+ <line num="16" count="1" type="stmt"/>
181
180
  <line num="17" count="0" type="stmt"/>
182
- <line num="19" count="0" type="stmt"/>
181
+ <line num="19" count="1" type="stmt"/>
183
182
  <line num="21" count="0" type="stmt"/>
184
183
  <line num="22" count="0" type="stmt"/>
185
- <line num="24" count="0" type="stmt"/>
184
+ <line num="24" count="1" type="stmt"/>
186
185
  <line num="26" count="0" type="stmt"/>
187
186
  <line num="27" count="0" type="stmt"/>
188
- <line num="29" count="0" type="stmt"/>
187
+ <line num="29" count="1" type="stmt"/>
189
188
  <line num="30" count="0" type="stmt"/>
190
- <line num="34" count="0" type="stmt"/>
189
+ <line num="34" count="1" type="stmt"/>
191
190
  <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
192
- <line num="40" count="0" type="stmt"/>
193
- <line num="42" count="0" type="stmt"/>
194
- <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
191
+ <line num="40" count="1" type="stmt"/>
192
+ <line num="42" count="1" type="stmt"/>
193
+ <line num="43" count="1" type="cond" truecount="0" falsecount="1"/>
195
194
  <line num="44" count="0" type="cond" truecount="0" falsecount="1"/>
196
195
  <line num="45" count="0" type="stmt"/>
197
196
  <line num="47" count="0" type="stmt"/>
198
197
  <line num="52" count="0" type="stmt"/>
199
- <line num="55" count="0" type="stmt"/>
198
+ <line num="55" count="1" type="stmt"/>
200
199
  <line num="56" count="0" type="stmt"/>
201
200
  <line num="57" count="0" type="cond" truecount="0" falsecount="1"/>
202
201
  <line num="58" count="0" type="stmt"/>
@@ -204,19 +203,19 @@
204
203
  <line num="61" count="0" type="cond" truecount="0" falsecount="1"/>
205
204
  <line num="62" count="0" type="stmt"/>
206
205
  <line num="64" count="0" type="stmt"/>
207
- <line num="67" count="0" type="stmt"/>
206
+ <line num="67" count="1" type="stmt"/>
208
207
  <line num="68" count="0" type="stmt"/>
209
208
  <line num="69" count="0" type="cond" truecount="0" falsecount="1"/>
210
209
  <line num="71" count="0" type="cond" truecount="0" falsecount="1"/>
211
210
  <line num="72" count="0" type="stmt"/>
212
211
  <line num="79" count="0" type="stmt"/>
213
212
  <line num="82" count="0" type="stmt"/>
214
- <line num="88" count="0" type="stmt"/>
213
+ <line num="88" count="1" type="stmt"/>
215
214
  <line num="89" count="0" type="stmt"/>
216
215
  <line num="90" count="0" type="stmt"/>
217
216
  <line num="92" count="0" type="stmt"/>
218
217
  <line num="97" count="0" type="stmt"/>
219
- <line num="100" count="0" type="stmt"/>
218
+ <line num="100" count="1" type="stmt"/>
220
219
  <line num="101" count="0" type="cond" truecount="0" falsecount="2"/>
221
220
  <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
222
221
  <line num="105" count="0" type="stmt"/>
@@ -224,7 +223,7 @@
224
223
  </file>
225
224
  </package>
226
225
  <package name="main.app">
227
- <metrics statements="558" coveredstatements="0" conditionals="217" coveredconditionals="0" methods="173" coveredmethods="0"/>
226
+ <metrics statements="560" coveredstatements="69" conditionals="217" coveredconditionals="0" methods="174" coveredmethods="1"/>
228
227
  <file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
229
228
  <metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
230
229
  <line num="2" count="0" type="stmt"/>
@@ -245,7 +244,7 @@
245
244
  <line num="47" count="0" type="stmt"/>
246
245
  </file>
247
246
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
248
- <metrics statements="265" coveredstatements="0" conditionals="146" coveredconditionals="0" methods="56" coveredmethods="0"/>
247
+ <metrics statements="266" coveredstatements="0" conditionals="146" coveredconditionals="0" methods="56" coveredmethods="0"/>
249
248
  <line num="2" count="0" type="stmt"/>
250
249
  <line num="3" count="0" type="stmt"/>
251
250
  <line num="4" count="0" type="stmt"/>
@@ -456,61 +455,62 @@
456
455
  <line num="546" count="0" type="stmt"/>
457
456
  <line num="548" count="0" type="cond" truecount="0" falsecount="1"/>
458
457
  <line num="549" count="0" type="stmt"/>
459
- <line num="560" count="0" type="stmt"/>
460
- <line num="562" count="0" type="cond" truecount="0" falsecount="1"/>
461
- <line num="570" count="0" type="stmt"/>
462
- <line num="572" count="0" type="stmt"/>
463
- <line num="573" count="0" type="stmt"/>
464
- <line num="574" count="0" type="stmt"/>
465
- <line num="579" count="0" type="cond" truecount="0" falsecount="3"/>
458
+ <line num="566" count="0" type="stmt"/>
459
+ <line num="568" count="0" type="cond" truecount="0" falsecount="1"/>
460
+ <line num="576" count="0" type="stmt"/>
461
+ <line num="578" count="0" type="stmt"/>
462
+ <line num="579" count="0" type="stmt"/>
466
463
  <line num="580" count="0" type="stmt"/>
467
- <line num="582" count="0" type="stmt"/>
468
- <line num="585" count="0" type="stmt"/>
469
- <line num="586" count="0" type="stmt"/>
470
464
  <line num="588" count="0" type="stmt"/>
471
- <line num="590" count="0" type="stmt"/>
465
+ <line num="593" count="0" type="cond" truecount="0" falsecount="3"/>
466
+ <line num="594" count="0" type="stmt"/>
472
467
  <line num="596" count="0" type="stmt"/>
473
- <line num="598" count="0" type="stmt"/>
474
- <line num="601" count="0" type="stmt"/>
468
+ <line num="599" count="0" type="stmt"/>
469
+ <line num="600" count="0" type="stmt"/>
475
470
  <line num="602" count="0" type="stmt"/>
476
- <line num="603" count="0" type="stmt"/>
477
471
  <line num="604" count="0" type="stmt"/>
478
- <line num="606" count="0" type="stmt"/>
479
- <line num="608" count="0" type="cond" truecount="0" falsecount="1"/>
480
- <line num="609" count="0" type="stmt"/>
481
- <line num="611" count="0" type="stmt"/>
472
+ <line num="610" count="0" type="stmt"/>
482
473
  <line num="612" count="0" type="stmt"/>
483
474
  <line num="615" count="0" type="stmt"/>
484
475
  <line num="616" count="0" type="stmt"/>
485
- <line num="617" count="0" type="cond" truecount="0" falsecount="1"/>
476
+ <line num="617" count="0" type="stmt"/>
486
477
  <line num="618" count="0" type="stmt"/>
487
- <line num="621" count="0" type="stmt"/>
488
- <line num="622" count="0" type="stmt"/>
478
+ <line num="620" count="0" type="stmt"/>
479
+ <line num="622" count="0" type="cond" truecount="0" falsecount="1"/>
489
480
  <line num="623" count="0" type="stmt"/>
490
- <line num="632" count="0" type="cond" truecount="0" falsecount="2"/>
491
- <line num="633" count="0" type="stmt"/>
492
- <line num="634" count="0" type="stmt"/>
481
+ <line num="625" count="0" type="stmt"/>
482
+ <line num="626" count="0" type="stmt"/>
483
+ <line num="629" count="0" type="stmt"/>
484
+ <line num="630" count="0" type="stmt"/>
485
+ <line num="631" count="0" type="cond" truecount="0" falsecount="1"/>
486
+ <line num="632" count="0" type="stmt"/>
493
487
  <line num="635" count="0" type="stmt"/>
494
- <line num="639" count="0" type="stmt"/>
495
- <line num="640" count="0" type="stmt"/>
496
- <line num="641" count="0" type="cond" truecount="0" falsecount="1"/>
497
- <line num="642" count="0" type="stmt"/>
498
- <line num="643" count="0" type="stmt"/>
499
- <line num="644" count="0" type="stmt"/>
488
+ <line num="636" count="0" type="stmt"/>
489
+ <line num="637" count="0" type="stmt"/>
490
+ <line num="646" count="0" type="cond" truecount="0" falsecount="2"/>
491
+ <line num="647" count="0" type="stmt"/>
500
492
  <line num="648" count="0" type="stmt"/>
493
+ <line num="649" count="0" type="stmt"/>
494
+ <line num="653" count="0" type="stmt"/>
501
495
  <line num="654" count="0" type="stmt"/>
502
- <line num="657" count="0" type="cond" truecount="0" falsecount="1"/>
496
+ <line num="655" count="0" type="cond" truecount="0" falsecount="1"/>
497
+ <line num="656" count="0" type="stmt"/>
498
+ <line num="657" count="0" type="stmt"/>
503
499
  <line num="658" count="0" type="stmt"/>
504
- <line num="659" count="0" type="stmt"/>
505
- <line num="660" count="0" type="stmt"/>
506
- <line num="661" count="0" type="stmt"/>
507
500
  <line num="662" count="0" type="stmt"/>
508
- <line num="663" count="0" type="stmt"/>
509
- <line num="664" count="0" type="stmt"/>
510
- <line num="665" count="0" type="stmt"/>
511
- <line num="666" count="0" type="cond" truecount="0" falsecount="3"/>
512
- <line num="667" count="0" type="stmt"/>
513
- <line num="670" count="0" type="stmt"/>
501
+ <line num="668" count="0" type="stmt"/>
502
+ <line num="671" count="0" type="cond" truecount="0" falsecount="1"/>
503
+ <line num="672" count="0" type="stmt"/>
504
+ <line num="673" count="0" type="stmt"/>
505
+ <line num="674" count="0" type="stmt"/>
506
+ <line num="675" count="0" type="stmt"/>
507
+ <line num="676" count="0" type="stmt"/>
508
+ <line num="677" count="0" type="stmt"/>
509
+ <line num="678" count="0" type="stmt"/>
510
+ <line num="679" count="0" type="stmt"/>
511
+ <line num="680" count="0" type="cond" truecount="0" falsecount="3"/>
512
+ <line num="681" count="0" type="stmt"/>
513
+ <line num="684" count="0" type="stmt"/>
514
514
  </file>
515
515
  <file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
516
516
  <metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
@@ -526,142 +526,142 @@
526
526
  <line num="61" count="0" type="stmt"/>
527
527
  </file>
528
528
  <file name="messages.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/messages.gen.ts">
529
- <metrics statements="136" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="68" coveredmethods="0"/>
530
- <line num="8" count="0" type="stmt"/>
529
+ <metrics statements="136" coveredstatements="69" conditionals="0" coveredconditionals="0" methods="68" coveredmethods="1"/>
530
+ <line num="8" count="1" type="stmt"/>
531
531
  <line num="11" count="0" type="stmt"/>
532
- <line num="17" count="0" type="stmt"/>
532
+ <line num="17" count="1" type="stmt"/>
533
533
  <line num="22" count="0" type="stmt"/>
534
- <line num="30" count="0" type="stmt"/>
534
+ <line num="30" count="1" type="stmt"/>
535
535
  <line num="34" count="0" type="stmt"/>
536
- <line num="41" count="0" type="stmt"/>
536
+ <line num="41" count="1" type="stmt"/>
537
537
  <line num="45" count="0" type="stmt"/>
538
- <line num="52" count="0" type="stmt"/>
538
+ <line num="52" count="1" type="stmt"/>
539
539
  <line num="55" count="0" type="stmt"/>
540
- <line num="61" count="0" type="stmt"/>
540
+ <line num="61" count="1" type="stmt"/>
541
541
  <line num="68" count="0" type="stmt"/>
542
- <line num="78" count="0" type="stmt"/>
542
+ <line num="78" count="1" type="stmt"/>
543
543
  <line num="83" count="0" type="stmt"/>
544
- <line num="91" count="0" type="stmt"/>
544
+ <line num="91" count="1" type="stmt"/>
545
545
  <line num="96" count="0" type="stmt"/>
546
- <line num="104" count="0" type="stmt"/>
546
+ <line num="104" count="1" type="stmt"/>
547
547
  <line num="107" count="0" type="stmt"/>
548
- <line num="113" count="0" type="stmt"/>
548
+ <line num="113" count="1" type="stmt"/>
549
549
  <line num="118" count="0" type="stmt"/>
550
- <line num="126" count="0" type="stmt"/>
550
+ <line num="126" count="1" type="stmt"/>
551
551
  <line num="130" count="0" type="stmt"/>
552
- <line num="137" count="0" type="stmt"/>
552
+ <line num="137" count="1" type="stmt"/>
553
553
  <line num="141" count="0" type="stmt"/>
554
- <line num="148" count="0" type="stmt"/>
554
+ <line num="148" count="1" type="stmt"/>
555
555
  <line num="153" count="0" type="stmt"/>
556
- <line num="161" count="0" type="stmt"/>
556
+ <line num="161" count="1" type="stmt"/>
557
557
  <line num="165" count="0" type="stmt"/>
558
- <line num="172" count="0" type="stmt"/>
558
+ <line num="172" count="1" type="stmt"/>
559
559
  <line num="177" count="0" type="stmt"/>
560
- <line num="185" count="0" type="stmt"/>
560
+ <line num="185" count="1" type="stmt"/>
561
561
  <line num="189" count="0" type="stmt"/>
562
- <line num="196" count="0" type="stmt"/>
562
+ <line num="196" count="1" type="stmt"/>
563
563
  <line num="200" count="0" type="stmt"/>
564
- <line num="207" count="0" type="stmt"/>
564
+ <line num="207" count="1" type="stmt"/>
565
565
  <line num="217" count="0" type="stmt"/>
566
- <line num="230" count="0" type="stmt"/>
567
- <line num="234" count="0" type="stmt"/>
568
- <line num="241" count="0" type="stmt"/>
566
+ <line num="230" count="1" type="stmt"/>
567
+ <line num="234" count="4" type="stmt"/>
568
+ <line num="241" count="1" type="stmt"/>
569
569
  <line num="252" count="0" type="stmt"/>
570
- <line num="266" count="0" type="stmt"/>
570
+ <line num="266" count="1" type="stmt"/>
571
571
  <line num="271" count="0" type="stmt"/>
572
- <line num="279" count="0" type="stmt"/>
572
+ <line num="279" count="1" type="stmt"/>
573
573
  <line num="283" count="0" type="stmt"/>
574
- <line num="290" count="0" type="stmt"/>
574
+ <line num="290" count="1" type="stmt"/>
575
575
  <line num="293" count="0" type="stmt"/>
576
- <line num="299" count="0" type="stmt"/>
576
+ <line num="299" count="1" type="stmt"/>
577
577
  <line num="302" count="0" type="stmt"/>
578
- <line num="308" count="0" type="stmt"/>
578
+ <line num="308" count="1" type="stmt"/>
579
579
  <line num="312" count="0" type="stmt"/>
580
- <line num="319" count="0" type="stmt"/>
580
+ <line num="319" count="1" type="stmt"/>
581
581
  <line num="324" count="0" type="stmt"/>
582
- <line num="332" count="0" type="stmt"/>
582
+ <line num="332" count="1" type="stmt"/>
583
583
  <line num="336" count="0" type="stmt"/>
584
- <line num="343" count="0" type="stmt"/>
584
+ <line num="343" count="1" type="stmt"/>
585
585
  <line num="352" count="0" type="stmt"/>
586
- <line num="364" count="0" type="stmt"/>
586
+ <line num="364" count="1" type="stmt"/>
587
587
  <line num="370" count="0" type="stmt"/>
588
- <line num="379" count="0" type="stmt"/>
588
+ <line num="379" count="1" type="stmt"/>
589
589
  <line num="383" count="0" type="stmt"/>
590
- <line num="390" count="0" type="stmt"/>
590
+ <line num="390" count="1" type="stmt"/>
591
591
  <line num="393" count="0" type="stmt"/>
592
- <line num="399" count="0" type="stmt"/>
592
+ <line num="399" count="1" type="stmt"/>
593
593
  <line num="404" count="0" type="stmt"/>
594
- <line num="412" count="0" type="stmt"/>
594
+ <line num="412" count="1" type="stmt"/>
595
595
  <line num="416" count="0" type="stmt"/>
596
- <line num="423" count="0" type="stmt"/>
596
+ <line num="423" count="1" type="stmt"/>
597
597
  <line num="427" count="0" type="stmt"/>
598
- <line num="434" count="0" type="stmt"/>
598
+ <line num="434" count="1" type="stmt"/>
599
599
  <line num="439" count="0" type="stmt"/>
600
- <line num="447" count="0" type="stmt"/>
600
+ <line num="447" count="1" type="stmt"/>
601
601
  <line num="453" count="0" type="stmt"/>
602
- <line num="462" count="0" type="stmt"/>
602
+ <line num="462" count="1" type="stmt"/>
603
603
  <line num="468" count="0" type="stmt"/>
604
- <line num="477" count="0" type="stmt"/>
604
+ <line num="477" count="1" type="stmt"/>
605
605
  <line num="481" count="0" type="stmt"/>
606
- <line num="488" count="0" type="stmt"/>
606
+ <line num="488" count="1" type="stmt"/>
607
607
  <line num="493" count="0" type="stmt"/>
608
- <line num="501" count="0" type="stmt"/>
608
+ <line num="501" count="1" type="stmt"/>
609
609
  <line num="511" count="0" type="stmt"/>
610
- <line num="524" count="0" type="stmt"/>
610
+ <line num="524" count="1" type="stmt"/>
611
611
  <line num="528" count="0" type="stmt"/>
612
- <line num="535" count="0" type="stmt"/>
612
+ <line num="535" count="1" type="stmt"/>
613
613
  <line num="538" count="0" type="stmt"/>
614
- <line num="544" count="0" type="stmt"/>
614
+ <line num="544" count="1" type="stmt"/>
615
615
  <line num="550" count="0" type="stmt"/>
616
- <line num="559" count="0" type="stmt"/>
616
+ <line num="559" count="1" type="stmt"/>
617
617
  <line num="562" count="0" type="stmt"/>
618
- <line num="568" count="0" type="stmt"/>
618
+ <line num="568" count="1" type="stmt"/>
619
619
  <line num="577" count="0" type="stmt"/>
620
- <line num="589" count="0" type="stmt"/>
620
+ <line num="589" count="1" type="stmt"/>
621
621
  <line num="595" count="0" type="stmt"/>
622
- <line num="604" count="0" type="stmt"/>
622
+ <line num="604" count="1" type="stmt"/>
623
623
  <line num="609" count="0" type="stmt"/>
624
- <line num="617" count="0" type="stmt"/>
624
+ <line num="617" count="1" type="stmt"/>
625
625
  <line num="621" count="0" type="stmt"/>
626
- <line num="628" count="0" type="stmt"/>
626
+ <line num="628" count="1" type="stmt"/>
627
627
  <line num="632" count="0" type="stmt"/>
628
- <line num="639" count="0" type="stmt"/>
628
+ <line num="639" count="1" type="stmt"/>
629
629
  <line num="645" count="0" type="stmt"/>
630
- <line num="654" count="0" type="stmt"/>
630
+ <line num="654" count="1" type="stmt"/>
631
631
  <line num="660" count="0" type="stmt"/>
632
- <line num="669" count="0" type="stmt"/>
632
+ <line num="669" count="1" type="stmt"/>
633
633
  <line num="673" count="0" type="stmt"/>
634
- <line num="680" count="0" type="stmt"/>
634
+ <line num="680" count="1" type="stmt"/>
635
635
  <line num="685" count="0" type="stmt"/>
636
- <line num="693" count="0" type="stmt"/>
636
+ <line num="693" count="1" type="stmt"/>
637
637
  <line num="699" count="0" type="stmt"/>
638
- <line num="708" count="0" type="stmt"/>
638
+ <line num="708" count="1" type="stmt"/>
639
639
  <line num="712" count="0" type="stmt"/>
640
- <line num="719" count="0" type="stmt"/>
640
+ <line num="719" count="1" type="stmt"/>
641
641
  <line num="723" count="0" type="stmt"/>
642
- <line num="730" count="0" type="stmt"/>
642
+ <line num="730" count="1" type="stmt"/>
643
643
  <line num="734" count="0" type="stmt"/>
644
- <line num="741" count="0" type="stmt"/>
644
+ <line num="741" count="1" type="stmt"/>
645
645
  <line num="747" count="0" type="stmt"/>
646
- <line num="756" count="0" type="stmt"/>
646
+ <line num="756" count="1" type="stmt"/>
647
647
  <line num="760" count="0" type="stmt"/>
648
- <line num="767" count="0" type="stmt"/>
648
+ <line num="767" count="1" type="stmt"/>
649
649
  <line num="774" count="0" type="stmt"/>
650
- <line num="784" count="0" type="stmt"/>
650
+ <line num="784" count="1" type="stmt"/>
651
651
  <line num="788" count="0" type="stmt"/>
652
- <line num="795" count="0" type="stmt"/>
652
+ <line num="795" count="1" type="stmt"/>
653
653
  <line num="803" count="0" type="stmt"/>
654
- <line num="814" count="0" type="stmt"/>
654
+ <line num="814" count="1" type="stmt"/>
655
655
  <line num="819" count="0" type="stmt"/>
656
- <line num="827" count="0" type="stmt"/>
656
+ <line num="827" count="1" type="stmt"/>
657
657
  <line num="830" count="0" type="stmt"/>
658
- <line num="836" count="0" type="stmt"/>
658
+ <line num="836" count="1" type="stmt"/>
659
659
  <line num="839" count="0" type="stmt"/>
660
- <line num="845" count="0" type="stmt"/>
660
+ <line num="845" count="1" type="stmt"/>
661
661
  <line num="857" count="0" type="stmt"/>
662
- <line num="872" count="0" type="stmt"/>
662
+ <line num="872" count="1" type="stmt"/>
663
663
  <line num="875" count="0" type="stmt"/>
664
- <line num="881" count="0" type="stmt"/>
664
+ <line num="881" count="1" type="stmt"/>
665
665
  <line num="884" count="0" type="stmt"/>
666
666
  </file>
667
667
  <file name="sanitizer.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/sanitizer.ts">
@@ -709,76 +709,77 @@
709
709
  <line num="101" count="0" type="stmt"/>
710
710
  </file>
711
711
  <file name="session.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/session.ts">
712
- <metrics statements="69" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="18" coveredmethods="0"/>
712
+ <metrics statements="70" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="19" coveredmethods="0"/>
713
713
  <line num="2" count="0" type="stmt"/>
714
- <line num="19" count="0" type="stmt"/>
715
- <line num="20" count="0" type="stmt"/>
716
- <line num="21" count="0" type="stmt"/>
717
- <line num="23" count="0" type="stmt"/>
718
- <line num="24" count="0" type="stmt"/>
719
714
  <line num="28" count="0" type="stmt"/>
720
715
  <line num="29" count="0" type="stmt"/>
716
+ <line num="30" count="0" type="stmt"/>
717
+ <line num="32" count="0" type="stmt"/>
721
718
  <line num="33" count="0" type="stmt"/>
722
- <line num="36" count="0" type="cond" truecount="0" falsecount="1"/>
723
- <line num="37" count="0" type="stmt"/>
724
- <line num="39" count="0" type="cond" truecount="0" falsecount="1"/>
725
- <line num="40" count="0" type="stmt"/>
726
- <line num="42" count="0" type="stmt"/>
719
+ <line num="38" count="0" type="stmt"/>
720
+ <line num="39" count="0" type="stmt"/>
721
+ <line num="43" count="0" type="stmt"/>
727
722
  <line num="46" count="0" type="cond" truecount="0" falsecount="1"/>
728
- <line num="48" count="0" type="stmt"/>
729
- <line num="50" count="0" type="cond" truecount="0" falsecount="1"/>
730
- <line num="51" count="0" type="stmt"/>
731
- <line num="53" count="0" type="cond" truecount="0" falsecount="1"/>
732
- <line num="54" count="0" type="stmt"/>
723
+ <line num="47" count="0" type="stmt"/>
724
+ <line num="49" count="0" type="cond" truecount="0" falsecount="1"/>
725
+ <line num="50" count="0" type="stmt"/>
726
+ <line num="52" count="0" type="stmt"/>
733
727
  <line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
734
- <line num="57" count="0" type="stmt"/>
735
- <line num="59" count="0" type="cond" truecount="0" falsecount="1"/>
736
- <line num="60" count="0" type="stmt"/>
737
- <line num="62" count="0" type="stmt"/>
738
- <line num="66" count="0" type="stmt"/>
728
+ <line num="58" count="0" type="stmt"/>
729
+ <line num="60" count="0" type="cond" truecount="0" falsecount="1"/>
730
+ <line num="61" count="0" type="stmt"/>
731
+ <line num="63" count="0" type="cond" truecount="0" falsecount="1"/>
732
+ <line num="64" count="0" type="stmt"/>
733
+ <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
739
734
  <line num="67" count="0" type="stmt"/>
740
- <line num="71" count="0" type="stmt"/>
735
+ <line num="69" count="0" type="cond" truecount="0" falsecount="1"/>
736
+ <line num="70" count="0" type="stmt"/>
741
737
  <line num="72" count="0" type="stmt"/>
742
738
  <line num="76" count="0" type="stmt"/>
743
- <line num="77" count="0" type="cond" truecount="0" falsecount="1"/>
744
- <line num="78" count="0" type="stmt"/>
745
- <line num="80" count="0" type="stmt"/>
746
- <line num="84" count="0" type="stmt"/>
747
- <line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
739
+ <line num="77" count="0" type="stmt"/>
740
+ <line num="81" count="0" type="stmt"/>
741
+ <line num="82" count="0" type="stmt"/>
748
742
  <line num="86" count="0" type="stmt"/>
749
- <line num="88" count="0" type="stmt"/>
750
743
  <line num="90" count="0" type="stmt"/>
751
- <line num="91" count="0" type="stmt"/>
752
- <line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
753
- <line num="99" count="0" type="stmt"/>
754
- <line num="103" count="0" type="stmt"/>
744
+ <line num="91" count="0" type="cond" truecount="0" falsecount="1"/>
745
+ <line num="92" count="0" type="stmt"/>
746
+ <line num="94" count="0" type="stmt"/>
747
+ <line num="98" count="0" type="stmt"/>
748
+ <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
749
+ <line num="100" count="0" type="stmt"/>
750
+ <line num="102" count="0" type="stmt"/>
755
751
  <line num="104" count="0" type="stmt"/>
756
752
  <line num="105" count="0" type="stmt"/>
757
- <line num="106" count="0" type="cond" truecount="0" falsecount="1"/>
758
- <line num="107" count="0" type="stmt"/>
759
- <line num="109" count="0" type="cond" truecount="0" falsecount="3"/>
760
- <line num="110" count="0" type="stmt"/>
761
- <line num="112" count="0" type="stmt"/>
753
+ <line num="109" count="0" type="cond" truecount="0" falsecount="2"/>
762
754
  <line num="113" count="0" type="stmt"/>
763
755
  <line num="117" count="0" type="stmt"/>
764
756
  <line num="118" count="0" type="stmt"/>
765
- <line num="119" count="0" type="cond" truecount="0" falsecount="3"/>
766
- <line num="120" count="0" type="stmt"/>
767
- <line num="122" count="0" type="stmt"/>
768
- <line num="126" count="0" type="cond" truecount="0" falsecount="1"/>
757
+ <line num="119" count="0" type="stmt"/>
758
+ <line num="120" count="0" type="cond" truecount="0" falsecount="1"/>
759
+ <line num="121" count="0" type="stmt"/>
760
+ <line num="123" count="0" type="cond" truecount="0" falsecount="3"/>
761
+ <line num="124" count="0" type="stmt"/>
762
+ <line num="126" count="0" type="stmt"/>
769
763
  <line num="127" count="0" type="stmt"/>
770
764
  <line num="131" count="0" type="stmt"/>
771
- <line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
772
- <line num="133" count="0" type="stmt"/>
773
- <line num="135" count="0" type="stmt"/>
765
+ <line num="132" count="0" type="stmt"/>
766
+ <line num="133" count="0" type="cond" truecount="0" falsecount="3"/>
767
+ <line num="134" count="0" type="stmt"/>
774
768
  <line num="136" count="0" type="stmt"/>
775
- <line num="137" count="0" type="stmt"/>
776
- <line num="142" count="0" type="stmt"/>
777
- <line num="152" count="0" type="stmt"/>
778
- <line num="153" count="0" type="stmt"/>
779
- <line num="154" count="0" type="stmt"/>
780
- <line num="155" count="0" type="stmt"/>
769
+ <line num="140" count="0" type="cond" truecount="0" falsecount="1"/>
770
+ <line num="141" count="0" type="stmt"/>
771
+ <line num="145" count="0" type="stmt"/>
772
+ <line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
773
+ <line num="147" count="0" type="stmt"/>
774
+ <line num="149" count="0" type="stmt"/>
775
+ <line num="150" count="0" type="stmt"/>
776
+ <line num="151" count="0" type="stmt"/>
781
777
  <line num="156" count="0" type="stmt"/>
778
+ <line num="166" count="0" type="stmt"/>
779
+ <line num="167" count="0" type="stmt"/>
780
+ <line num="168" count="0" type="stmt"/>
781
+ <line num="169" count="0" type="stmt"/>
782
+ <line num="170" count="0" type="stmt"/>
782
783
  </file>
783
784
  <file name="ticker.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/ticker.ts">
784
785
  <metrics statements="21" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="8" coveredmethods="0"/>
@@ -937,7 +938,7 @@
937
938
  </file>
938
939
  </package>
939
940
  <package name="main.modules">
940
- <metrics statements="1072" coveredstatements="8" conditionals="568" coveredconditionals="0" methods="208" coveredmethods="5"/>
941
+ <metrics statements="1094" coveredstatements="65" conditionals="572" coveredconditionals="17" methods="215" coveredmethods="12"/>
941
942
  <file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
942
943
  <metrics statements="18" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="6" coveredmethods="0"/>
943
944
  <line num="4" count="0" type="stmt"/>
@@ -1041,81 +1042,84 @@
1041
1042
  <line num="24" count="0" type="stmt"/>
1042
1043
  </file>
1043
1044
  <file name="console.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/console.ts">
1044
- <metrics statements="74" coveredstatements="0" conditionals="31" coveredconditionals="0" methods="15" coveredmethods="0"/>
1045
- <line num="3" count="0" type="stmt"/>
1046
- <line num="4" count="0" type="stmt"/>
1047
- <line num="7" count="0" type="cond" truecount="0" falsecount="4"/>
1048
- <line num="8" count="0" type="stmt"/>
1049
- <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
1050
- <line num="12" count="0" type="cond" truecount="0" falsecount="1"/>
1051
- <line num="13" count="0" type="stmt"/>
1052
- <line num="15" count="0" type="cond" truecount="0" falsecount="1"/>
1053
- <line num="16" count="0" type="stmt"/>
1054
- <line num="18" count="0" type="cond" truecount="0" falsecount="1"/>
1055
- <line num="19" count="0" type="stmt"/>
1056
- <line num="21" count="0" type="cond" truecount="0" falsecount="1"/>
1057
- <line num="22" count="0" type="stmt"/>
1058
- <line num="24" count="0" type="stmt"/>
1059
- <line num="28" count="0" type="cond" truecount="0" falsecount="1"/>
1060
- <line num="29" count="0" type="stmt"/>
1061
- <line num="33" count="0" type="cond" truecount="0" falsecount="1"/>
1062
- <line num="34" count="0" type="stmt"/>
1063
- <line num="38" count="0" type="cond" truecount="0" falsecount="1"/>
1064
- <line num="39" count="0" type="stmt"/>
1065
- <line num="41" count="0" type="cond" truecount="0" falsecount="1"/>
1066
- <line num="42" count="0" type="stmt"/>
1067
- <line num="44" count="0" type="cond" truecount="0" falsecount="1"/>
1068
- <line num="45" count="0" type="stmt"/>
1069
- <line num="47" count="0" type="cond" truecount="0" falsecount="1"/>
1070
- <line num="48" count="0" type="stmt"/>
1071
- <line num="49" count="0" type="stmt"/>
1072
- <line num="50" count="0" type="stmt"/>
1073
- <line num="52" count="0" type="cond" truecount="0" falsecount="1"/>
1074
- <line num="53" count="0" type="stmt"/>
1075
- <line num="54" count="0" type="stmt"/>
1076
- <line num="55" count="0" type="stmt"/>
1077
- <line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
1078
- <line num="57" count="0" type="stmt"/>
1079
- <line num="59" count="0" type="stmt"/>
1080
- <line num="60" count="0" type="stmt"/>
1081
- <line num="62" count="0" type="stmt"/>
1082
- <line num="64" count="0" type="stmt"/>
1083
- <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
1084
- <line num="69" count="0" type="stmt"/>
1085
- <line num="71" count="0" type="stmt"/>
1086
- <line num="72" count="0" type="cond" truecount="0" falsecount="1"/>
1087
- <line num="73" count="0" type="cond" truecount="0" falsecount="6"/>
1088
- <line num="75" count="0" type="stmt"/>
1089
- <line num="77" count="0" type="stmt"/>
1090
- <line num="79" count="0" type="stmt"/>
1091
- <line num="82" count="0" type="stmt"/>
1092
- <line num="84" count="0" type="stmt"/>
1093
- <line num="89" count="0" type="stmt"/>
1094
- <line num="97" count="0" type="stmt"/>
1095
- <line num="99" count="0" type="stmt"/>
1096
- <line num="100" count="0" type="stmt"/>
1097
- <line num="107" count="0" type="cond" truecount="0" falsecount="3"/>
1098
- <line num="108" count="0" type="stmt"/>
1099
- <line num="111" count="0" type="stmt"/>
1100
- <line num="112" count="0" type="stmt"/>
1101
- <line num="116" count="0" type="stmt"/>
1045
+ <metrics statements="77" coveredstatements="65" conditionals="32" coveredconditionals="17" methods="15" coveredmethods="12"/>
1046
+ <line num="2" count="1" type="stmt"/>
1047
+ <line num="3" count="1" type="stmt"/>
1048
+ <line num="6" count="1" type="cond" truecount="3" falsecount="1"/>
1049
+ <line num="7" count="0" type="stmt"/>
1050
+ <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
1051
+ <line num="11" count="7" type="cond" truecount="0" falsecount="1"/>
1052
+ <line num="12" count="0" type="stmt"/>
1053
+ <line num="14" count="7" type="cond" truecount="0" falsecount="1"/>
1054
+ <line num="15" count="0" type="stmt"/>
1055
+ <line num="17" count="7" type="cond" truecount="0" falsecount="1"/>
1056
+ <line num="18" count="0" type="stmt"/>
1057
+ <line num="20" count="7" type="cond" truecount="0" falsecount="1"/>
1058
+ <line num="21" count="0" type="stmt"/>
1059
+ <line num="23" count="7" type="stmt"/>
1060
+ <line num="27" count="1" type="cond" truecount="0" falsecount="1"/>
1061
+ <line num="28" count="1" type="stmt"/>
1062
+ <line num="32" count="1" type="cond" truecount="0" falsecount="1"/>
1063
+ <line num="33" count="1" type="stmt"/>
1064
+ <line num="37" count="6" type="cond" truecount="0" falsecount="1"/>
1065
+ <line num="38" count="0" type="stmt"/>
1066
+ <line num="40" count="6" type="cond" truecount="0" falsecount="1"/>
1067
+ <line num="41" count="0" type="stmt"/>
1068
+ <line num="43" count="6" type="cond" truecount="0" falsecount="1"/>
1069
+ <line num="44" count="0" type="stmt"/>
1070
+ <line num="46" count="6" type="cond" truecount="1" falsecount="0"/>
1071
+ <line num="47" count="1" type="stmt"/>
1072
+ <line num="48" count="1" type="stmt"/>
1073
+ <line num="49" count="1" type="stmt"/>
1074
+ <line num="51" count="5" type="cond" truecount="1" falsecount="0"/>
1075
+ <line num="52" count="2" type="stmt"/>
1076
+ <line num="53" count="2" type="stmt"/>
1077
+ <line num="54" count="2" type="stmt"/>
1078
+ <line num="55" count="3" type="cond" truecount="0" falsecount="1"/>
1079
+ <line num="56" count="0" type="stmt"/>
1080
+ <line num="58" count="3" type="stmt"/>
1081
+ <line num="59" count="3" type="stmt"/>
1082
+ <line num="61" count="2" type="stmt"/>
1083
+ <line num="63" count="3" type="stmt"/>
1084
+ <line num="67" count="4" type="cond" truecount="1" falsecount="0"/>
1085
+ <line num="68" count="3" type="stmt"/>
1086
+ <line num="70" count="4" type="stmt"/>
1087
+ <line num="71" count="4" type="cond" truecount="0" falsecount="1"/>
1088
+ <line num="72" count="4" type="cond" truecount="5" falsecount="1"/>
1089
+ <line num="74" count="1" type="stmt"/>
1090
+ <line num="76" count="1" type="stmt"/>
1091
+ <line num="78" count="1" type="stmt"/>
1092
+ <line num="81" count="1" type="stmt"/>
1093
+ <line num="83" count="0" type="stmt"/>
1094
+ <line num="88" count="4" type="stmt"/>
1095
+ <line num="96" count="1" type="stmt"/>
1096
+ <line num="98" count="1" type="stmt"/>
1097
+ <line num="99" count="7" type="stmt"/>
1098
+ <line num="107" count="7" type="cond" truecount="3" falsecount="0"/>
1099
+ <line num="108" count="2" type="stmt"/>
1100
+ <line num="111" count="5" type="stmt"/>
1101
+ <line num="112" count="4" type="stmt"/>
1102
+ <line num="115" count="5" type="stmt"/>
1103
+ <line num="116" count="5" type="stmt"/>
1102
1104
  <line num="117" count="0" type="stmt"/>
1103
- <line num="119" count="0" type="stmt"/>
1104
- <line num="120" count="0" type="stmt"/>
1105
- <line num="122" count="0" type="stmt"/>
1106
- <line num="123" count="0" type="stmt"/>
1107
- <line num="124" count="0" type="cond" truecount="0" falsecount="1"/>
1108
- <line num="125" count="0" type="stmt"/>
1109
- <line num="126" count="0" type="stmt"/>
1110
- <line num="128" count="0" type="stmt"/>
1111
- <line num="129" count="0" type="stmt"/>
1112
- <line num="130" count="0" type="stmt"/>
1113
- <line num="131" count="0" type="cond" truecount="0" falsecount="1"/>
1114
- <line num="132" count="0" type="stmt"/>
1115
- <line num="134" count="0" type="stmt"/>
1116
- <line num="137" count="0" type="stmt"/>
1117
- <line num="139" count="0" type="stmt"/>
1118
- <line num="140" count="0" type="stmt"/>
1105
+ <line num="119" count="5" type="stmt"/>
1106
+ <line num="120" count="5" type="stmt"/>
1107
+ <line num="123" count="5" type="stmt"/>
1108
+ <line num="124" count="5" type="stmt"/>
1109
+ <line num="126" count="7" type="stmt"/>
1110
+ <line num="127" count="7" type="stmt"/>
1111
+ <line num="128" count="7" type="cond" truecount="2" falsecount="0"/>
1112
+ <line num="129" count="3" type="stmt"/>
1113
+ <line num="131" count="4" type="stmt"/>
1114
+ <line num="136" count="5" type="stmt"/>
1115
+ <line num="137" count="10" type="cond" truecount="1" falsecount="0"/>
1116
+ <line num="138" count="1" type="stmt"/>
1117
+ <line num="139" count="1" type="stmt"/>
1118
+ <line num="141" count="9" type="stmt"/>
1119
+ <line num="142" count="9" type="stmt"/>
1120
+ <line num="146" count="5" type="stmt"/>
1121
+ <line num="148" count="5" type="stmt"/>
1122
+ <line num="149" count="5" type="stmt"/>
1119
1123
  </file>
1120
1124
  <file name="constructedStyleSheets.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/constructedStyleSheets.ts">
1121
1125
  <metrics statements="77" coveredstatements="0" conditionals="17" coveredconditionals="0" methods="14" coveredmethods="0"/>
@@ -1308,34 +1312,47 @@
1308
1312
  <line num="98" count="0" type="stmt"/>
1309
1313
  </file>
1310
1314
  <file name="featureFlags.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/featureFlags.ts">
1311
- <metrics statements="27" coveredstatements="8" conditionals="11" coveredconditionals="0" methods="12" coveredmethods="5"/>
1312
- <line num="15" count="1" type="stmt"/>
1313
- <line num="17" count="1" type="stmt"/>
1314
- <line num="20" count="1" type="stmt"/>
1315
- <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
1316
- <line num="27" count="0" type="stmt"/>
1317
- <line num="31" count="0" type="stmt"/>
1318
- <line num="32" count="0" type="stmt"/>
1315
+ <metrics statements="40" coveredstatements="0" conditionals="9" coveredconditionals="0" methods="17" coveredmethods="0"/>
1316
+ <line num="15" count="0" type="stmt"/>
1317
+ <line num="17" count="0" type="stmt"/>
1318
+ <line num="20" count="0" type="stmt"/>
1319
+ <line num="21" count="0" type="stmt"/>
1320
+ <line num="22" count="0" type="cond" truecount="0" falsecount="1"/>
1321
+ <line num="23" count="0" type="stmt"/>
1322
+ <line num="24" count="0" type="stmt"/>
1323
+ <line num="29" count="0" type="stmt"/>
1324
+ <line num="33" count="0" type="stmt"/>
1325
+ <line num="37" count="0" type="stmt"/>
1326
+ <line num="41" count="0" type="stmt"/>
1327
+ <line num="42" count="0" type="stmt"/>
1328
+ <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
1329
+ <line num="44" count="0" type="stmt"/>
1330
+ <line num="45" count="0" type="stmt"/>
1331
+ <line num="46" count="0" type="stmt"/>
1332
+ <line num="47" count="0" type="stmt"/>
1333
+ <line num="50" count="0" type="stmt"/>
1334
+ <line num="51" count="0" type="stmt"/>
1319
1335
  <line num="52" count="0" type="stmt"/>
1320
- <line num="60" count="0" type="cond" truecount="0" falsecount="1"/>
1321
- <line num="61" count="0" type="stmt"/>
1322
- <line num="62" count="0" type="stmt"/>
1323
1336
  <line num="67" count="0" type="stmt"/>
1324
- <line num="68" count="0" type="stmt"/>
1325
- <line num="69" count="0" type="cond" truecount="0" falsecount="1"/>
1326
- <line num="71" count="0" type="stmt"/>
1327
- <line num="72" count="0" type="stmt"/>
1328
- <line num="73" count="0" type="stmt"/>
1329
- <line num="74" count="0" type="stmt"/>
1337
+ <line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
1338
+ <line num="76" count="0" type="stmt"/>
1330
1339
  <line num="77" count="0" type="stmt"/>
1331
- <line num="78" count="0" type="stmt"/>
1332
- <line num="79" count="0" type="cond" truecount="0" falsecount="4"/>
1340
+ <line num="82" count="0" type="stmt"/>
1333
1341
  <line num="83" count="0" type="stmt"/>
1334
- <line num="87" count="1" type="stmt"/>
1335
- <line num="88" count="1" type="cond" truecount="0" falsecount="1"/>
1336
- <line num="89" count="1" type="stmt"/>
1337
- <line num="90" count="2" type="stmt"/>
1338
- <line num="91" count="5" type="stmt"/>
1342
+ <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
1343
+ <line num="87" count="0" type="stmt"/>
1344
+ <line num="88" count="0" type="stmt"/>
1345
+ <line num="89" count="0" type="stmt"/>
1346
+ <line num="90" count="0" type="stmt"/>
1347
+ <line num="93" count="0" type="stmt"/>
1348
+ <line num="94" count="0" type="stmt"/>
1349
+ <line num="95" count="0" type="cond" truecount="0" falsecount="4"/>
1350
+ <line num="99" count="0" type="stmt"/>
1351
+ <line num="103" count="0" type="stmt"/>
1352
+ <line num="104" count="0" type="cond" truecount="0" falsecount="1"/>
1353
+ <line num="105" count="0" type="stmt"/>
1354
+ <line num="106" count="0" type="stmt"/>
1355
+ <line num="108" count="0" type="stmt"/>
1339
1356
  </file>
1340
1357
  <file name="focus.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/focus.ts">
1341
1358
  <metrics statements="27" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="7" coveredmethods="0"/>
@@ -1706,104 +1723,110 @@
1706
1723
  <line num="246" count="0" type="cond" truecount="0" falsecount="6"/>
1707
1724
  </file>
1708
1725
  <file name="network.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/network.ts">
1709
- <metrics statements="118" coveredstatements="0" conditionals="49" coveredconditionals="0" methods="25" coveredmethods="0"/>
1726
+ <metrics statements="124" coveredstatements="0" conditionals="54" coveredconditionals="0" methods="27" coveredmethods="0"/>
1710
1727
  <line num="2" count="0" type="stmt"/>
1711
1728
  <line num="3" count="0" type="stmt"/>
1712
1729
  <line num="5" count="0" type="stmt"/>
1713
- <line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
1714
- <line num="67" count="0" type="stmt"/>
1715
- <line num="70" count="0" type="stmt"/>
1716
- <line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
1717
- <line num="89" count="0" type="cond" truecount="0" falsecount="1"/>
1718
- <line num="90" count="0" type="stmt"/>
1730
+ <line num="6" count="0" type="stmt"/>
1731
+ <line num="36" count="0" type="cond" truecount="0" falsecount="1"/>
1732
+ <line num="38" count="0" type="stmt"/>
1733
+ <line num="41" count="0" type="stmt"/>
1734
+ <line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
1735
+ <line num="61" count="0" type="cond" truecount="0" falsecount="1"/>
1736
+ <line num="62" count="0" type="stmt"/>
1737
+ <line num="75" count="0" type="stmt"/>
1738
+ <line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
1739
+ <line num="77" count="0" type="stmt"/>
1740
+ <line num="78" count="0" type="stmt"/>
1741
+ <line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
1742
+ <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
1743
+ <line num="85" count="0" type="stmt"/>
1744
+ <line num="86" count="0" type="cond" truecount="0" falsecount="1"/>
1745
+ <line num="87" count="0" type="stmt"/>
1746
+ <line num="93" count="0" type="cond" truecount="0" falsecount="1"/>
1747
+ <line num="95" count="0" type="stmt"/>
1748
+ <line num="96" count="0" type="stmt"/>
1749
+ <line num="98" count="0" type="cond" truecount="0" falsecount="1"/>
1750
+ <line num="99" count="0" type="stmt"/>
1751
+ <line num="100" count="0" type="cond" truecount="0" falsecount="1"/>
1719
1752
  <line num="102" count="0" type="stmt"/>
1720
- <line num="103" count="0" type="cond" truecount="0" falsecount="2"/>
1721
- <line num="104" count="0" type="stmt"/>
1722
- <line num="105" count="0" type="stmt"/>
1723
- <line num="108" count="0" type="cond" truecount="0" falsecount="2"/>
1724
- <line num="111" count="0" type="cond" truecount="0" falsecount="1"/>
1725
- <line num="112" count="0" type="stmt"/>
1726
- <line num="113" count="0" type="cond" truecount="0" falsecount="1"/>
1753
+ <line num="103" count="0" type="stmt"/>
1754
+ <line num="106" count="0" type="stmt"/>
1755
+ <line num="108" count="0" type="stmt"/>
1756
+ <line num="112" count="0" type="cond" truecount="0" falsecount="3"/>
1757
+ <line num="113" count="0" type="stmt"/>
1727
1758
  <line num="114" count="0" type="stmt"/>
1728
- <line num="120" count="0" type="cond" truecount="0" falsecount="1"/>
1729
- <line num="121" count="0" type="stmt"/>
1730
- <line num="122" count="0" type="stmt"/>
1731
- <line num="124" count="0" type="cond" truecount="0" falsecount="1"/>
1732
- <line num="125" count="0" type="stmt"/>
1733
- <line num="126" count="0" type="cond" truecount="0" falsecount="1"/>
1734
- <line num="128" count="0" type="stmt"/>
1735
- <line num="129" count="0" type="stmt"/>
1759
+ <line num="116" count="0" type="stmt"/>
1760
+ <line num="117" count="0" type="stmt"/>
1761
+ <line num="120" count="0" type="stmt"/>
1762
+ <line num="123" count="0" type="stmt"/>
1763
+ <line num="125" count="0" type="cond" truecount="0" falsecount="1"/>
1764
+ <line num="126" count="0" type="stmt"/>
1765
+ <line num="131" count="0" type="stmt"/>
1736
1766
  <line num="132" count="0" type="stmt"/>
1737
- <line num="134" count="0" type="stmt"/>
1738
- <line num="138" count="0" type="cond" truecount="0" falsecount="3"/>
1739
- <line num="139" count="0" type="stmt"/>
1767
+ <line num="136" count="0" type="stmt"/>
1768
+ <line num="138" count="0" type="cond" truecount="0" falsecount="1"/>
1769
+ <line num="139" count="0" type="cond" truecount="0" falsecount="5"/>
1740
1770
  <line num="140" count="0" type="stmt"/>
1741
- <line num="142" count="0" type="stmt"/>
1742
1771
  <line num="143" count="0" type="stmt"/>
1743
- <line num="146" count="0" type="stmt"/>
1744
- <line num="149" count="0" type="stmt"/>
1745
- <line num="151" count="0" type="stmt"/>
1746
- <line num="153" count="0" type="cond" truecount="0" falsecount="1"/>
1747
- <line num="154" count="0" type="cond" truecount="0" falsecount="5"/>
1748
- <line num="155" count="0" type="stmt"/>
1772
+ <line num="144" count="0" type="cond" truecount="0" falsecount="1"/>
1773
+ <line num="145" count="0" type="stmt"/>
1774
+ <line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
1775
+ <line num="148" count="0" type="stmt"/>
1776
+ <line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
1777
+ <line num="150" count="0" type="stmt"/>
1778
+ <line num="152" count="0" type="stmt"/>
1779
+ <line num="156" count="0" type="stmt"/>
1780
+ <line num="157" count="0" type="stmt"/>
1749
1781
  <line num="158" count="0" type="stmt"/>
1750
- <line num="159" count="0" type="cond" truecount="0" falsecount="1"/>
1782
+ <line num="159" count="0" type="cond" truecount="0" falsecount="3"/>
1751
1783
  <line num="160" count="0" type="stmt"/>
1752
- <line num="162" count="0" type="cond" truecount="0" falsecount="2"/>
1753
1784
  <line num="163" count="0" type="stmt"/>
1754
- <line num="164" count="0" type="cond" truecount="0" falsecount="2"/>
1755
- <line num="165" count="0" type="stmt"/>
1785
+ <line num="164" count="0" type="stmt"/>
1786
+ <line num="166" count="0" type="stmt"/>
1756
1787
  <line num="167" count="0" type="stmt"/>
1757
- <line num="171" count="0" type="stmt"/>
1788
+ <line num="168" count="0" type="cond" truecount="0" falsecount="1"/>
1789
+ <line num="170" count="0" type="stmt"/>
1790
+ <line num="171" count="0" type="cond" truecount="0" falsecount="1"/>
1758
1791
  <line num="172" count="0" type="stmt"/>
1759
- <line num="173" count="0" type="stmt"/>
1760
- <line num="174" count="0" type="cond" truecount="0" falsecount="3"/>
1761
- <line num="175" count="0" type="stmt"/>
1792
+ <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
1793
+ <line num="176" count="0" type="stmt"/>
1794
+ <line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
1762
1795
  <line num="178" count="0" type="stmt"/>
1763
- <line num="179" count="0" type="stmt"/>
1764
- <line num="181" count="0" type="stmt"/>
1765
- <line num="182" count="0" type="stmt"/>
1766
- <line num="183" count="0" type="cond" truecount="0" falsecount="1"/>
1767
- <line num="185" count="0" type="stmt"/>
1768
- <line num="186" count="0" type="cond" truecount="0" falsecount="1"/>
1796
+ <line num="179" count="0" type="cond" truecount="0" falsecount="1"/>
1797
+ <line num="180" count="0" type="stmt"/>
1798
+ <line num="183" count="0" type="stmt"/>
1799
+ <line num="184" count="0" type="cond" truecount="0" falsecount="1"/>
1769
1800
  <line num="187" count="0" type="stmt"/>
1770
- <line num="190" count="0" type="cond" truecount="0" falsecount="2"/>
1771
- <line num="191" count="0" type="stmt"/>
1772
- <line num="192" count="0" type="cond" truecount="0" falsecount="2"/>
1773
- <line num="193" count="0" type="stmt"/>
1774
- <line num="194" count="0" type="cond" truecount="0" falsecount="1"/>
1775
- <line num="195" count="0" type="stmt"/>
1776
- <line num="198" count="0" type="stmt"/>
1777
- <line num="199" count="0" type="cond" truecount="0" falsecount="1"/>
1778
- <line num="202" count="0" type="stmt"/>
1801
+ <line num="189" count="0" type="stmt"/>
1802
+ <line num="203" count="0" type="cond" truecount="0" falsecount="1"/>
1779
1803
  <line num="204" count="0" type="stmt"/>
1780
- <line num="217" count="0" type="cond" truecount="0" falsecount="1"/>
1781
- <line num="218" count="0" type="stmt"/>
1782
- <line num="221" count="0" type="stmt"/>
1783
- <line num="234" count="0" type="stmt"/>
1784
- <line num="236" count="0" type="stmt"/>
1785
- <line num="239" count="0" type="stmt"/>
1804
+ <line num="207" count="0" type="stmt"/>
1805
+ <line num="220" count="0" type="stmt"/>
1806
+ <line num="233" count="0" type="stmt"/>
1807
+ <line num="235" count="0" type="stmt"/>
1808
+ <line num="238" count="0" type="stmt"/>
1809
+ <line num="243" count="0" type="stmt"/>
1786
1810
  <line num="244" count="0" type="stmt"/>
1787
1811
  <line num="245" count="0" type="stmt"/>
1788
- <line num="246" count="0" type="stmt"/>
1812
+ <line num="248" count="0" type="stmt"/>
1789
1813
  <line num="249" count="0" type="stmt"/>
1790
- <line num="250" count="0" type="stmt"/>
1814
+ <line num="251" count="0" type="stmt"/>
1791
1815
  <line num="252" count="0" type="stmt"/>
1792
1816
  <line num="253" count="0" type="stmt"/>
1793
- <line num="254" count="0" type="stmt"/>
1794
- <line num="256" count="0" type="stmt"/>
1795
- <line num="259" count="0" type="stmt"/>
1796
- <line num="260" count="0" type="cond" truecount="0" falsecount="2"/>
1797
- <line num="262" count="0" type="cond" truecount="0" falsecount="2"/>
1817
+ <line num="255" count="0" type="stmt"/>
1818
+ <line num="258" count="0" type="stmt"/>
1819
+ <line num="259" count="0" type="cond" truecount="0" falsecount="2"/>
1820
+ <line num="261" count="0" type="cond" truecount="0" falsecount="2"/>
1821
+ <line num="262" count="0" type="stmt"/>
1798
1822
  <line num="263" count="0" type="stmt"/>
1799
1823
  <line num="264" count="0" type="stmt"/>
1800
1824
  <line num="265" count="0" type="stmt"/>
1801
1825
  <line num="266" count="0" type="stmt"/>
1802
- <line num="267" count="0" type="stmt"/>
1803
- <line num="268" count="0" type="cond" truecount="0" falsecount="1"/>
1804
- <line num="269" count="0" type="stmt"/>
1826
+ <line num="267" count="0" type="cond" truecount="0" falsecount="1"/>
1827
+ <line num="268" count="0" type="stmt"/>
1828
+ <line num="272" count="0" type="stmt"/>
1805
1829
  <line num="273" count="0" type="stmt"/>
1806
- <line num="274" count="0" type="stmt"/>
1807
1830
  <line num="287" count="0" type="cond" truecount="0" falsecount="1"/>
1808
1831
  <line num="288" count="0" type="stmt"/>
1809
1832
  <line num="291" count="0" type="stmt"/>
@@ -2071,6 +2094,432 @@
2071
2094
  <line num="54" count="0" type="stmt"/>
2072
2095
  </file>
2073
2096
  </package>
2097
+ <package name="main.modules.Network">
2098
+ <metrics statements="408" coveredstatements="0" conditionals="207" coveredconditionals="0" methods="62" coveredmethods="0"/>
2099
+ <file name="fetchProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/fetchProxy.ts">
2100
+ <metrics statements="132" coveredstatements="0" conditionals="74" coveredconditionals="0" methods="19" coveredmethods="0"/>
2101
+ <line num="8" count="0" type="stmt"/>
2102
+ <line num="9" count="0" type="stmt"/>
2103
+ <line num="13" count="0" type="stmt"/>
2104
+ <line num="18" count="0" type="stmt"/>
2105
+ <line num="19" count="0" type="stmt"/>
2106
+ <line num="20" count="0" type="stmt"/>
2107
+ <line num="24" count="0" type="stmt"/>
2108
+ <line num="28" count="0" type="stmt"/>
2109
+ <line num="29" count="0" type="cond" truecount="0" falsecount="5"/>
2110
+ <line num="35" count="0" type="stmt"/>
2111
+ <line num="36" count="0" type="stmt"/>
2112
+ <line num="38" count="0" type="stmt"/>
2113
+ <line num="39" count="0" type="stmt"/>
2114
+ <line num="40" count="0" type="stmt"/>
2115
+ <line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
2116
+ <line num="45" count="0" type="stmt"/>
2117
+ <line num="47" count="0" type="stmt"/>
2118
+ <line num="53" count="0" type="cond" truecount="0" falsecount="1"/>
2119
+ <line num="55" count="0" type="stmt"/>
2120
+ <line num="57" count="0" type="cond" truecount="0" falsecount="1"/>
2121
+ <line num="58" count="0" type="stmt"/>
2122
+ <line num="60" count="0" type="stmt"/>
2123
+ <line num="62" count="0" type="stmt"/>
2124
+ <line num="63" count="0" type="stmt"/>
2125
+ <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
2126
+ <line num="69" count="0" type="stmt"/>
2127
+ <line num="72" count="0" type="stmt"/>
2128
+ <line num="73" count="0" type="stmt"/>
2129
+ <line num="74" count="0" type="stmt"/>
2130
+ <line num="77" count="0" type="stmt"/>
2131
+ <line num="78" count="0" type="stmt"/>
2132
+ <line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
2133
+ <line num="82" count="0" type="stmt"/>
2134
+ <line num="84" count="0" type="stmt"/>
2135
+ <line num="85" count="0" type="stmt"/>
2136
+ <line num="86" count="0" type="stmt"/>
2137
+ <line num="87" count="0" type="stmt"/>
2138
+ <line num="89" count="0" type="stmt"/>
2139
+ <line num="90" count="0" type="cond" truecount="0" falsecount="2"/>
2140
+ <line num="91" count="0" type="cond" truecount="0" falsecount="2"/>
2141
+ <line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
2142
+ <line num="93" count="0" type="stmt"/>
2143
+ <line num="94" count="0" type="stmt"/>
2144
+ <line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
2145
+ <line num="96" count="0" type="stmt"/>
2146
+ <line num="101" count="0" type="stmt"/>
2147
+ <line num="106" count="0" type="stmt"/>
2148
+ <line num="107" count="0" type="stmt"/>
2149
+ <line num="108" count="0" type="stmt"/>
2150
+ <line num="109" count="0" type="stmt"/>
2151
+ <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
2152
+ <line num="111" count="0" type="stmt"/>
2153
+ <line num="112" count="0" type="stmt"/>
2154
+ <line num="114" count="0" type="stmt"/>
2155
+ <line num="119" count="0" type="stmt"/>
2156
+ <line num="121" count="0" type="stmt"/>
2157
+ <line num="122" count="0" type="stmt"/>
2158
+ <line num="123" count="0" type="stmt"/>
2159
+ <line num="124" count="0" type="stmt"/>
2160
+ <line num="125" count="0" type="stmt"/>
2161
+ <line num="129" count="0" type="stmt"/>
2162
+ <line num="130" count="0" type="stmt"/>
2163
+ <line num="133" count="0" type="cond" truecount="0" falsecount="4"/>
2164
+ <line num="137" count="0" type="cond" truecount="0" falsecount="1"/>
2165
+ <line num="138" count="0" type="stmt"/>
2166
+ <line num="141" count="0" type="stmt"/>
2167
+ <line num="142" count="0" type="stmt"/>
2168
+ <line num="144" count="0" type="stmt"/>
2169
+ <line num="148" count="0" type="stmt"/>
2170
+ <line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
2171
+ <line num="150" count="0" type="stmt"/>
2172
+ <line num="156" count="0" type="stmt"/>
2173
+ <line num="157" count="0" type="stmt"/>
2174
+ <line num="160" count="0" type="cond" truecount="0" falsecount="2"/>
2175
+ <line num="162" count="0" type="cond" truecount="0" falsecount="6"/>
2176
+ <line num="163" count="0" type="stmt"/>
2177
+ <line num="164" count="0" type="cond" truecount="0" falsecount="6"/>
2178
+ <line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
2179
+ <line num="168" count="0" type="stmt"/>
2180
+ <line num="169" count="0" type="stmt"/>
2181
+ <line num="172" count="0" type="stmt"/>
2182
+ <line num="173" count="0" type="stmt"/>
2183
+ <line num="174" count="0" type="stmt"/>
2184
+ <line num="175" count="0" type="stmt"/>
2185
+ <line num="176" count="0" type="cond" truecount="0" falsecount="2"/>
2186
+ <line num="177" count="0" type="stmt"/>
2187
+ <line num="178" count="0" type="stmt"/>
2188
+ <line num="179" count="0" type="stmt"/>
2189
+ <line num="180" count="0" type="cond" truecount="0" falsecount="1"/>
2190
+ <line num="182" count="0" type="stmt"/>
2191
+ <line num="185" count="0" type="cond" truecount="0" falsecount="2"/>
2192
+ <line num="186" count="0" type="stmt"/>
2193
+ <line num="187" count="0" type="stmt"/>
2194
+ <line num="188" count="0" type="stmt"/>
2195
+ <line num="191" count="0" type="stmt"/>
2196
+ <line num="195" count="0" type="cond" truecount="0" falsecount="3"/>
2197
+ <line num="196" count="0" type="stmt"/>
2198
+ <line num="197" count="0" type="stmt"/>
2199
+ <line num="198" count="0" type="stmt"/>
2200
+ <line num="203" count="0" type="cond" truecount="0" falsecount="5"/>
2201
+ <line num="204" count="0" type="stmt"/>
2202
+ <line num="209" count="0" type="stmt"/>
2203
+ <line num="210" count="0" type="stmt"/>
2204
+ <line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
2205
+ <line num="212" count="0" type="stmt"/>
2206
+ <line num="213" count="0" type="stmt"/>
2207
+ <line num="215" count="0" type="stmt"/>
2208
+ <line num="216" count="0" type="stmt"/>
2209
+ <line num="217" count="0" type="stmt"/>
2210
+ <line num="218" count="0" type="stmt"/>
2211
+ <line num="219" count="0" type="cond" truecount="0" falsecount="2"/>
2212
+ <line num="222" count="0" type="cond" truecount="0" falsecount="2"/>
2213
+ <line num="226" count="0" type="stmt"/>
2214
+ <line num="230" count="0" type="stmt"/>
2215
+ <line num="232" count="0" type="stmt"/>
2216
+ <line num="234" count="0" type="stmt"/>
2217
+ <line num="236" count="0" type="stmt"/>
2218
+ <line num="237" count="0" type="stmt"/>
2219
+ <line num="239" count="0" type="stmt"/>
2220
+ <line num="244" count="0" type="stmt"/>
2221
+ <line num="250" count="0" type="stmt"/>
2222
+ <line num="251" count="0" type="cond" truecount="0" falsecount="4"/>
2223
+ <line num="252" count="0" type="stmt"/>
2224
+ <line num="253" count="0" type="stmt"/>
2225
+ <line num="254" count="0" type="cond" truecount="0" falsecount="2"/>
2226
+ <line num="258" count="0" type="stmt"/>
2227
+ <line num="259" count="0" type="stmt"/>
2228
+ <line num="261" count="0" type="stmt"/>
2229
+ <line num="262" count="0" type="stmt"/>
2230
+ <line num="267" count="0" type="stmt"/>
2231
+ <line num="268" count="0" type="stmt"/>
2232
+ <line num="277" count="0" type="stmt"/>
2233
+ </file>
2234
+ <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/index.ts">
2235
+ <metrics statements="5" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2236
+ <line num="1" count="0" type="stmt"/>
2237
+ <line num="2" count="0" type="stmt"/>
2238
+ <line num="6" count="0" type="stmt"/>
2239
+ <line num="14" count="0" type="stmt"/>
2240
+ <line num="21" count="0" type="stmt"/>
2241
+ </file>
2242
+ <file name="networkMessage.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/networkMessage.ts">
2243
+ <metrics statements="48" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="8" coveredmethods="0"/>
2244
+ <line num="1" count="0" type="stmt"/>
2245
+ <line num="3" count="0" type="stmt"/>
2246
+ <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
2247
+ <line num="10" count="0" type="stmt"/>
2248
+ <line num="11" count="0" type="stmt"/>
2249
+ <line num="12" count="0" type="stmt"/>
2250
+ <line num="13" count="0" type="stmt"/>
2251
+ <line num="14" count="0" type="stmt"/>
2252
+ <line num="22" count="0" type="stmt"/>
2253
+ <line num="23" count="0" type="stmt"/>
2254
+ <line num="24" count="0" type="stmt"/>
2255
+ <line num="25" count="0" type="stmt"/>
2256
+ <line num="26" count="0" type="stmt"/>
2257
+ <line num="27" count="0" type="stmt"/>
2258
+ <line num="28" count="0" type="stmt"/>
2259
+ <line num="29" count="0" type="stmt"/>
2260
+ <line num="30" count="0" type="stmt"/>
2261
+ <line num="31" count="0" type="stmt"/>
2262
+ <line num="32" count="0" type="stmt"/>
2263
+ <line num="34" count="0" type="stmt"/>
2264
+ <line num="36" count="0" type="stmt"/>
2265
+ <line num="37" count="0" type="stmt"/>
2266
+ <line num="38" count="0" type="stmt"/>
2267
+ <line num="39" count="0" type="stmt"/>
2268
+ <line num="40" count="0" type="stmt"/>
2269
+ <line num="41" count="0" type="stmt"/>
2270
+ <line num="42" count="0" type="stmt"/>
2271
+ <line num="45" count="0" type="cond" truecount="0" falsecount="1"/>
2272
+ <line num="46" count="0" type="stmt"/>
2273
+ <line num="47" count="0" type="stmt"/>
2274
+ <line num="51" count="0" type="stmt"/>
2275
+ <line num="52" count="0" type="stmt"/>
2276
+ <line num="56" count="0" type="stmt"/>
2277
+ <line num="58" count="0" type="stmt"/>
2278
+ <line num="66" count="0" type="stmt"/>
2279
+ <line num="79" count="0" type="stmt"/>
2280
+ <line num="80" count="0" type="stmt"/>
2281
+ <line num="81" count="0" type="cond" truecount="0" falsecount="1"/>
2282
+ <line num="82" count="0" type="stmt"/>
2283
+ <line num="84" count="0" type="stmt"/>
2284
+ <line num="85" count="0" type="stmt"/>
2285
+ <line num="87" count="0" type="stmt"/>
2286
+ <line num="88" count="0" type="stmt"/>
2287
+ <line num="89" count="0" type="cond" truecount="0" falsecount="1"/>
2288
+ <line num="90" count="0" type="stmt"/>
2289
+ <line num="92" count="0" type="stmt"/>
2290
+ <line num="96" count="0" type="cond" truecount="0" falsecount="1"/>
2291
+ <line num="97" count="0" type="stmt"/>
2292
+ </file>
2293
+ <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/utils.ts">
2294
+ <metrics statements="106" coveredstatements="0" conditionals="83" coveredconditionals="0" methods="9" coveredmethods="0"/>
2295
+ <line num="1" count="0" type="stmt"/>
2296
+ <line num="5" count="0" type="stmt"/>
2297
+ <line num="6" count="0" type="cond" truecount="0" falsecount="7"/>
2298
+ <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
2299
+ <line num="11" count="0" type="stmt"/>
2300
+ <line num="12" count="0" type="stmt"/>
2301
+ <line num="15" count="0" type="stmt"/>
2302
+ <line num="17" count="0" type="cond" truecount="0" falsecount="4"/>
2303
+ <line num="18" count="0" type="stmt"/>
2304
+ <line num="19" count="0" type="cond" truecount="0" falsecount="1"/>
2305
+ <line num="20" count="0" type="stmt"/>
2306
+ <line num="22" count="0" type="stmt"/>
2307
+ <line num="28" count="0" type="cond" truecount="0" falsecount="1"/>
2308
+ <line num="29" count="0" type="stmt"/>
2309
+ <line num="31" count="0" type="stmt"/>
2310
+ <line num="33" count="0" type="stmt"/>
2311
+ <line num="36" count="0" type="stmt"/>
2312
+ <line num="40" count="0" type="stmt"/>
2313
+ <line num="41" count="0" type="cond" truecount="0" falsecount="7"/>
2314
+ <line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
2315
+ <line num="46" count="0" type="stmt"/>
2316
+ <line num="47" count="0" type="cond" truecount="0" falsecount="4"/>
2317
+ <line num="48" count="0" type="stmt"/>
2318
+ <line num="49" count="0" type="cond" truecount="0" falsecount="1"/>
2319
+ <line num="50" count="0" type="stmt"/>
2320
+ <line num="52" count="0" type="stmt"/>
2321
+ <line num="57" count="0" type="cond" truecount="0" falsecount="1"/>
2322
+ <line num="58" count="0" type="stmt"/>
2323
+ <line num="60" count="0" type="stmt"/>
2324
+ <line num="62" count="0" type="stmt"/>
2325
+ <line num="65" count="0" type="stmt"/>
2326
+ <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
2327
+ <line num="67" count="0" type="stmt"/>
2328
+ <line num="71" count="0" type="cond" truecount="0" falsecount="2"/>
2329
+ <line num="72" count="0" type="cond" truecount="0" falsecount="3"/>
2330
+ <line num="73" count="0" type="stmt"/>
2331
+ <line num="76" count="0" type="stmt"/>
2332
+ <line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
2333
+ <line num="79" count="0" type="stmt"/>
2334
+ <line num="82" count="0" type="stmt"/>
2335
+ <line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
2336
+ <line num="86" count="0" type="stmt"/>
2337
+ <line num="87" count="0" type="stmt"/>
2338
+ <line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
2339
+ <line num="90" count="0" type="stmt"/>
2340
+ <line num="91" count="0" type="cond" truecount="0" falsecount="2"/>
2341
+ <line num="96" count="0" type="stmt"/>
2342
+ <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
2343
+ <line num="99" count="0" type="stmt"/>
2344
+ <line num="101" count="0" type="stmt"/>
2345
+ <line num="103" count="0" type="stmt"/>
2346
+ <line num="106" count="0" type="cond" truecount="0" falsecount="1"/>
2347
+ <line num="107" count="0" type="cond" truecount="0" falsecount="1"/>
2348
+ <line num="108" count="0" type="stmt"/>
2349
+ <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
2350
+ <line num="111" count="0" type="stmt"/>
2351
+ <line num="112" count="0" type="cond" truecount="0" falsecount="1"/>
2352
+ <line num="113" count="0" type="stmt"/>
2353
+ <line num="114" count="0" type="stmt"/>
2354
+ <line num="115" count="0" type="stmt"/>
2355
+ <line num="116" count="0" type="stmt"/>
2356
+ <line num="117" count="0" type="stmt"/>
2357
+ <line num="122" count="0" type="stmt"/>
2358
+ <line num="126" count="0" type="stmt"/>
2359
+ <line num="129" count="0" type="stmt"/>
2360
+ <line num="130" count="0" type="cond" truecount="0" falsecount="1"/>
2361
+ <line num="131" count="0" type="stmt"/>
2362
+ <line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
2363
+ <line num="136" count="0" type="stmt"/>
2364
+ <line num="138" count="0" type="stmt"/>
2365
+ <line num="141" count="0" type="stmt"/>
2366
+ <line num="142" count="0" type="stmt"/>
2367
+ <line num="144" count="0" type="stmt"/>
2368
+ <line num="145" count="0" type="stmt"/>
2369
+ <line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
2370
+ <line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
2371
+ <line num="151" count="0" type="stmt"/>
2372
+ <line num="152" count="0" type="stmt"/>
2373
+ <line num="153" count="0" type="cond" truecount="0" falsecount="2"/>
2374
+ <line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
2375
+ <line num="160" count="0" type="stmt"/>
2376
+ <line num="161" count="0" type="cond" truecount="0" falsecount="2"/>
2377
+ <line num="163" count="0" type="stmt"/>
2378
+ <line num="165" count="0" type="stmt"/>
2379
+ <line num="167" count="0" type="stmt"/>
2380
+ <line num="170" count="0" type="stmt"/>
2381
+ <line num="171" count="0" type="cond" truecount="0" falsecount="2"/>
2382
+ <line num="174" count="0" type="stmt"/>
2383
+ <line num="175" count="0" type="cond" truecount="0" falsecount="3"/>
2384
+ <line num="176" count="0" type="stmt"/>
2385
+ <line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
2386
+ <line num="181" count="0" type="stmt"/>
2387
+ <line num="182" count="0" type="cond" truecount="0" falsecount="1"/>
2388
+ <line num="184" count="0" type="stmt"/>
2389
+ <line num="186" count="0" type="cond" truecount="0" falsecount="1"/>
2390
+ <line num="187" count="0" type="stmt"/>
2391
+ <line num="189" count="0" type="cond" truecount="0" falsecount="1"/>
2392
+ <line num="190" count="0" type="stmt"/>
2393
+ <line num="192" count="0" type="stmt"/>
2394
+ <line num="195" count="0" type="stmt"/>
2395
+ <line num="196" count="0" type="cond" truecount="0" falsecount="1"/>
2396
+ <line num="197" count="0" type="stmt"/>
2397
+ <line num="198" count="0" type="stmt"/>
2398
+ <line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
2399
+ <line num="201" count="0" type="stmt"/>
2400
+ <line num="203" count="0" type="stmt"/>
2401
+ </file>
2402
+ <file name="xhrProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/xhrProxy.ts">
2403
+ <metrics statements="117" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="25" coveredmethods="0"/>
2404
+ <line num="9" count="0" type="stmt"/>
2405
+ <line num="10" count="0" type="stmt"/>
2406
+ <line num="14" count="0" type="stmt"/>
2407
+ <line num="20" count="0" type="stmt"/>
2408
+ <line num="21" count="0" type="stmt"/>
2409
+ <line num="22" count="0" type="stmt"/>
2410
+ <line num="23" count="0" type="stmt"/>
2411
+ <line num="24" count="0" type="stmt"/>
2412
+ <line num="26" count="0" type="stmt"/>
2413
+ <line num="27" count="0" type="stmt"/>
2414
+ <line num="28" count="0" type="stmt"/>
2415
+ <line num="30" count="0" type="stmt"/>
2416
+ <line num="31" count="0" type="stmt"/>
2417
+ <line num="33" count="0" type="stmt"/>
2418
+ <line num="34" count="0" type="stmt"/>
2419
+ <line num="36" count="0" type="stmt"/>
2420
+ <line num="37" count="0" type="stmt"/>
2421
+ <line num="41" count="0" type="cond" truecount="0" falsecount="4"/>
2422
+ <line num="43" count="0" type="stmt"/>
2423
+ <line num="45" count="0" type="stmt"/>
2424
+ <line num="47" count="0" type="stmt"/>
2425
+ <line num="50" count="0" type="stmt"/>
2426
+ <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
2427
+ <line num="52" count="0" type="stmt"/>
2428
+ <line num="54" count="0" type="stmt"/>
2429
+ <line num="60" count="0" type="cond" truecount="0" falsecount="4"/>
2430
+ <line num="62" count="0" type="stmt"/>
2431
+ <line num="64" count="0" type="stmt"/>
2432
+ <line num="66" count="0" type="stmt"/>
2433
+ <line num="70" count="0" type="stmt"/>
2434
+ <line num="74" count="0" type="cond" truecount="0" falsecount="3"/>
2435
+ <line num="75" count="0" type="stmt"/>
2436
+ <line num="76" count="0" type="stmt"/>
2437
+ <line num="77" count="0" type="stmt"/>
2438
+ <line num="78" count="0" type="stmt"/>
2439
+ <line num="79" count="0" type="stmt"/>
2440
+ <line num="80" count="0" type="stmt"/>
2441
+ <line num="81" count="0" type="stmt"/>
2442
+ <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
2443
+ <line num="85" count="0" type="stmt"/>
2444
+ <line num="90" count="0" type="stmt"/>
2445
+ <line num="91" count="0" type="stmt"/>
2446
+ <line num="93" count="0" type="stmt"/>
2447
+ <line num="97" count="0" type="stmt"/>
2448
+ <line num="98" count="0" type="stmt"/>
2449
+ <line num="100" count="0" type="stmt"/>
2450
+ <line num="104" count="0" type="stmt"/>
2451
+ <line num="105" count="0" type="stmt"/>
2452
+ <line num="106" count="0" type="stmt"/>
2453
+ <line num="107" count="0" type="stmt"/>
2454
+ <line num="108" count="0" type="cond" truecount="0" falsecount="2"/>
2455
+ <line num="109" count="0" type="cond" truecount="0" falsecount="2"/>
2456
+ <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
2457
+ <line num="111" count="0" type="stmt"/>
2458
+ <line num="112" count="0" type="stmt"/>
2459
+ <line num="117" count="0" type="stmt"/>
2460
+ <line num="118" count="0" type="stmt"/>
2461
+ <line num="119" count="0" type="stmt"/>
2462
+ <line num="120" count="0" type="stmt"/>
2463
+ <line num="121" count="0" type="stmt"/>
2464
+ <line num="126" count="0" type="stmt"/>
2465
+ <line num="127" count="0" type="stmt"/>
2466
+ <line num="128" count="0" type="cond" truecount="0" falsecount="1"/>
2467
+ <line num="129" count="0" type="stmt"/>
2468
+ <line num="132" count="0" type="stmt"/>
2469
+ <line num="133" count="0" type="stmt"/>
2470
+ <line num="138" count="0" type="stmt"/>
2471
+ <line num="139" count="0" type="stmt"/>
2472
+ <line num="140" count="0" type="stmt"/>
2473
+ <line num="145" count="0" type="stmt"/>
2474
+ <line num="146" count="0" type="stmt"/>
2475
+ <line num="147" count="0" type="stmt"/>
2476
+ <line num="152" count="0" type="stmt"/>
2477
+ <line num="153" count="0" type="stmt"/>
2478
+ <line num="154" count="0" type="stmt"/>
2479
+ <line num="162" count="0" type="cond" truecount="0" falsecount="6"/>
2480
+ <line num="165" count="0" type="stmt"/>
2481
+ <line num="166" count="0" type="stmt"/>
2482
+ <line num="167" count="0" type="cond" truecount="0" falsecount="1"/>
2483
+ <line num="168" count="0" type="stmt"/>
2484
+ <line num="170" count="0" type="stmt"/>
2485
+ <line num="172" count="0" type="stmt"/>
2486
+ <line num="173" count="0" type="stmt"/>
2487
+ <line num="174" count="0" type="stmt"/>
2488
+ <line num="176" count="0" type="cond" truecount="0" falsecount="2"/>
2489
+ <line num="177" count="0" type="stmt"/>
2490
+ <line num="179" count="0" type="stmt"/>
2491
+ <line num="180" count="0" type="stmt"/>
2492
+ <line num="181" count="0" type="cond" truecount="0" falsecount="1"/>
2493
+ <line num="182" count="0" type="stmt"/>
2494
+ <line num="184" count="0" type="stmt"/>
2495
+ <line num="185" count="0" type="stmt"/>
2496
+ <line num="186" count="0" type="stmt"/>
2497
+ <line num="188" count="0" type="stmt"/>
2498
+ <line num="190" count="0" type="stmt"/>
2499
+ <line num="191" count="0" type="stmt"/>
2500
+ <line num="192" count="0" type="cond" truecount="0" falsecount="3"/>
2501
+ <line num="193" count="0" type="stmt"/>
2502
+ <line num="194" count="0" type="stmt"/>
2503
+ <line num="196" count="0" type="stmt"/>
2504
+ <line num="199" count="0" type="cond" truecount="0" falsecount="3"/>
2505
+ <line num="201" count="0" type="stmt"/>
2506
+ <line num="202" count="0" type="stmt"/>
2507
+ <line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
2508
+ <line num="204" count="0" type="stmt"/>
2509
+ <line num="206" count="0" type="cond" truecount="0" falsecount="3"/>
2510
+ <line num="207" count="0" type="stmt"/>
2511
+ <line num="208" count="0" type="stmt"/>
2512
+ <line num="210" count="0" type="stmt"/>
2513
+ <line num="212" count="0" type="stmt"/>
2514
+ <line num="213" count="0" type="stmt"/>
2515
+ <line num="214" count="0" type="stmt"/>
2516
+ <line num="219" count="0" type="stmt"/>
2517
+ <line num="220" count="0" type="stmt"/>
2518
+ <line num="229" count="0" type="stmt"/>
2519
+ <line num="231" count="0" type="stmt"/>
2520
+ <line num="232" count="0" type="stmt"/>
2521
+ </file>
2522
+ </package>
2074
2523
  <package name="webworker">
2075
2524
  <metrics statements="431" coveredstatements="0" conditionals="350" coveredconditionals="0" methods="54" coveredmethods="0"/>
2076
2525
  <file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">