@openreplay/tracker 11.0.2 → 11.0.4

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 (79) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/cjs/app/canvas.js +9 -7
  3. package/cjs/app/index.js +7 -6
  4. package/cjs/app/observer/iframe_observer.js +1 -1
  5. package/cjs/app/observer/shadow_root_observer.js +1 -1
  6. package/cjs/index.js +1 -1
  7. package/cjs/modules/Network/xhrProxy.js +1 -1
  8. package/coverage/clover.xml +507 -722
  9. package/coverage/coverage-final.json +10 -10
  10. package/coverage/lcov-report/index.html +32 -32
  11. package/coverage/lcov-report/main/app/canvas.ts.html +8 -14
  12. package/coverage/lcov-report/main/app/guards.ts.html +1 -1
  13. package/coverage/lcov-report/main/app/index.html +14 -14
  14. package/coverage/lcov-report/main/app/index.ts.html +106 -826
  15. package/coverage/lcov-report/main/app/logger.ts.html +1 -1
  16. package/coverage/lcov-report/main/app/messages.gen.ts.html +62 -5
  17. package/coverage/lcov-report/main/app/nodes.ts.html +1 -1
  18. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +2 -2
  19. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  20. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  21. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +2 -2
  22. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  23. package/coverage/lcov-report/main/app/sanitizer.ts.html +1 -1
  24. package/coverage/lcov-report/main/app/session.ts.html +1 -1
  25. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  26. package/coverage/lcov-report/main/index.html +9 -9
  27. package/coverage/lcov-report/main/index.ts.html +118 -223
  28. package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +1 -1
  29. package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +21 -6
  30. package/coverage/lcov-report/main/modules/Network/index.html +6 -6
  31. package/coverage/lcov-report/main/modules/Network/index.ts.html +1 -1
  32. package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +1 -1
  33. package/coverage/lcov-report/main/modules/Network/utils.ts.html +1 -1
  34. package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +3 -3
  35. package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
  36. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  37. package/coverage/lcov-report/main/modules/conditionsManager.ts.html +680 -179
  38. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  39. package/coverage/lcov-report/main/modules/console.ts.html +1 -1
  40. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
  41. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  42. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  43. package/coverage/lcov-report/main/modules/featureFlags.ts.html +7 -10
  44. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  45. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  46. package/coverage/lcov-report/main/modules/img.ts.html +1 -1
  47. package/coverage/lcov-report/main/modules/index.html +27 -27
  48. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  50. package/coverage/lcov-report/main/modules/network.ts.html +1 -1
  51. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  52. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  53. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  54. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  55. package/coverage/lcov-report/main/modules/tagWatcher.ts.html +250 -0
  56. package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
  57. package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +1 -1
  58. package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +1 -1
  59. package/coverage/lcov-report/main/modules/userTesting/index.html +1 -1
  60. package/coverage/lcov-report/main/modules/userTesting/index.ts.html +1 -1
  61. package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +1 -1
  62. package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +1 -1
  63. package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +1 -1
  64. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  65. package/coverage/lcov-report/main/utils.ts.html +1 -1
  66. package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
  67. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +17 -5
  68. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
  69. package/coverage/lcov-report/webworker/QueueSender.ts.html +1 -1
  70. package/coverage/lcov-report/webworker/index.html +10 -10
  71. package/coverage/lcov-report/webworker/index.ts.html +16 -22
  72. package/coverage/lcov.info +986 -1371
  73. package/lib/app/canvas.js +9 -7
  74. package/lib/app/index.js +7 -6
  75. package/lib/app/observer/iframe_observer.js +1 -1
  76. package/lib/app/observer/shadow_root_observer.js +1 -1
  77. package/lib/index.js +1 -1
  78. package/lib/modules/Network/xhrProxy.js +1 -1
  79. package/package.json +1 -1
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1702655745021" clover="3.2.0">
3
- <project timestamp="1702655745021" name="All files">
4
- <metrics statements="3847" coveredstatements="76" conditionals="1967" coveredconditionals="30" methods="768" coveredmethods="28" elements="6582" coveredelements="134" complexity="0" loc="3847" ncloc="3847" packages="7" files="53" classes="53"/>
2
+ <coverage generated="1704795591564" clover="3.2.0">
3
+ <project timestamp="1704795591564" name="All files">
4
+ <metrics statements="3632" coveredstatements="27" conditionals="1881" coveredconditionals="9" methods="726" coveredmethods="10" elements="6239" coveredelements="46" complexity="0" loc="3632" ncloc="3632" packages="7" files="53" classes="53"/>
5
5
  <package name="main">
6
- <metrics statements="279" coveredstatements="0" conditionals="144" coveredconditionals="0" methods="59" coveredmethods="0"/>
6
+ <metrics statements="256" coveredstatements="0" conditionals="121" coveredconditionals="0" methods="57" coveredmethods="0"/>
7
7
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/index.ts">
8
- <metrics statements="198" coveredstatements="0" conditionals="114" coveredconditionals="0" methods="37" coveredmethods="0"/>
8
+ <metrics statements="175" coveredstatements="0" conditionals="91" coveredconditionals="0" methods="35" coveredmethods="0"/>
9
9
  <line num="1" count="0" type="stmt"/>
10
10
  <line num="3" count="0" type="stmt"/>
11
11
  <line num="5" count="0" type="stmt"/>
@@ -30,6 +30,7 @@
30
30
  <line num="29" count="0" type="stmt"/>
31
31
  <line num="30" count="0" type="stmt"/>
32
32
  <line num="32" count="0" type="stmt"/>
33
+ <line num="33" count="0" type="stmt"/>
33
34
  <line num="65" count="0" type="stmt"/>
34
35
  <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
35
36
  <line num="69" count="0" type="stmt"/>
@@ -57,153 +58,129 @@
57
58
  <line num="110" count="0" type="cond" truecount="0" falsecount="3"/>
58
59
  <line num="111" count="0" type="stmt"/>
59
60
  <line num="114" count="0" type="stmt"/>
60
- <line num="116" count="0" type="stmt"/>
61
- <line num="117" count="0" type="stmt"/>
62
- <line num="118" count="0" type="stmt"/>
63
- <line num="129" count="0" type="cond" truecount="0" falsecount="2"/>
64
- <line num="130" count="0" type="stmt"/>
65
- <line num="132" count="0" type="stmt"/>
61
+ <line num="117" count="0" type="cond" truecount="0" falsecount="3"/>
62
+ <line num="121" count="0" type="stmt"/>
66
63
  <line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
67
- <line num="134" count="0" type="cond" truecount="0" falsecount="3"/>
64
+ <line num="134" count="0" type="stmt"/>
68
65
  <line num="135" count="0" type="stmt"/>
69
66
  <line num="136" count="0" type="stmt"/>
70
- <line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
71
- <line num="139" count="0" type="cond" truecount="0" falsecount="1"/>
67
+ <line num="137" count="0" type="stmt"/>
68
+ <line num="138" count="0" type="stmt"/>
69
+ <line num="139" count="0" type="stmt"/>
72
70
  <line num="140" count="0" type="stmt"/>
73
71
  <line num="141" count="0" type="stmt"/>
74
- <line num="144" count="0" type="cond" truecount="0" falsecount="1"/>
72
+ <line num="142" count="0" type="stmt"/>
73
+ <line num="143" count="0" type="stmt"/>
74
+ <line num="144" count="0" type="stmt"/>
75
75
  <line num="145" count="0" type="stmt"/>
76
76
  <line num="146" count="0" type="stmt"/>
77
- <line num="151" count="0" type="cond" truecount="0" falsecount="1"/>
77
+ <line num="147" count="0" type="stmt"/>
78
+ <line num="148" count="0" type="stmt"/>
79
+ <line num="149" count="0" type="stmt"/>
80
+ <line num="150" count="0" type="stmt"/>
81
+ <line num="151" count="0" type="stmt"/>
78
82
  <line num="152" count="0" type="stmt"/>
79
- <line num="153" count="0" type="stmt"/>
83
+ <line num="154" count="0" type="stmt"/>
84
+ <line num="155" count="0" type="cond" truecount="0" falsecount="5"/>
80
85
  <line num="156" count="0" type="stmt"/>
81
- <line num="157" count="0" type="stmt"/>
86
+ <line num="158" count="0" type="stmt"/>
82
87
  <line num="160" count="0" type="stmt"/>
83
- <line num="161" count="0" type="stmt"/>
88
+ <line num="161" count="0" type="cond" truecount="0" falsecount="3"/>
84
89
  <line num="162" count="0" type="stmt"/>
85
90
  <line num="163" count="0" type="stmt"/>
86
- <line num="164" count="0" type="stmt"/>
87
- <line num="165" count="0" type="stmt"/>
91
+ <line num="164" count="0" type="cond" truecount="0" falsecount="4"/>
88
92
  <line num="166" count="0" type="stmt"/>
89
- <line num="167" count="0" type="stmt"/>
93
+ <line num="167" count="0" type="cond" truecount="0" falsecount="1"/>
90
94
  <line num="168" count="0" type="stmt"/>
91
- <line num="169" count="0" type="stmt"/>
92
- <line num="170" count="0" type="stmt"/>
93
- <line num="171" count="0" type="stmt"/>
94
- <line num="172" count="0" type="stmt"/>
95
+ <line num="170" count="0" type="cond" truecount="0" falsecount="1"/>
96
+ <line num="171" count="0" type="cond" truecount="0" falsecount="2"/>
95
97
  <line num="173" count="0" type="stmt"/>
96
98
  <line num="174" count="0" type="stmt"/>
97
- <line num="175" count="0" type="stmt"/>
98
- <line num="176" count="0" type="stmt"/>
99
- <line num="177" count="0" type="stmt"/>
99
+ <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
100
100
  <line num="178" count="0" type="stmt"/>
101
101
  <line num="179" count="0" type="stmt"/>
102
- <line num="181" count="0" type="cond" truecount="0" falsecount="5"/>
103
- <line num="182" count="0" type="stmt"/>
104
- <line num="184" count="0" type="stmt"/>
105
- <line num="185" count="0" type="cond" truecount="0" falsecount="3"/>
102
+ <line num="183" count="0" type="stmt"/>
106
103
  <line num="186" count="0" type="stmt"/>
107
- <line num="187" count="0" type="stmt"/>
108
- <line num="188" count="0" type="cond" truecount="0" falsecount="4"/>
109
- <line num="190" count="0" type="stmt"/>
110
- <line num="191" count="0" type="cond" truecount="0" falsecount="1"/>
111
- <line num="192" count="0" type="stmt"/>
112
- <line num="194" count="0" type="cond" truecount="0" falsecount="1"/>
113
- <line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
114
- <line num="197" count="0" type="stmt"/>
115
- <line num="198" count="0" type="stmt"/>
116
- <line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
117
- <line num="202" count="0" type="stmt"/>
104
+ <line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
105
+ <line num="188" count="0" type="stmt"/>
106
+ <line num="191" count="0" type="stmt"/>
118
107
  <line num="203" count="0" type="stmt"/>
119
- <line num="209" count="0" type="stmt"/>
120
- <line num="218" count="0" type="stmt"/>
108
+ <line num="207" count="0" type="stmt"/>
109
+ <line num="211" count="0" type="stmt"/>
110
+ <line num="215" count="0" type="stmt"/>
121
111
  <line num="219" count="0" type="stmt"/>
122
- <line num="220" count="0" type="cond" truecount="0" falsecount="2"/>
123
- <line num="221" count="0" type="stmt"/>
124
- <line num="222" count="0" type="stmt"/>
112
+ <line num="223" count="0" type="stmt"/>
113
+ <line num="227" count="0" type="stmt"/>
114
+ <line num="231" count="0" type="cond" truecount="0" falsecount="1"/>
115
+ <line num="232" count="0" type="stmt"/>
125
116
  <line num="234" count="0" type="stmt"/>
126
- <line num="238" count="0" type="cond" truecount="0" falsecount="4"/>
127
- <line num="242" count="0" type="cond" truecount="0" falsecount="4"/>
128
- <line num="246" count="0" type="cond" truecount="0" falsecount="4"/>
129
- <line num="250" count="0" type="cond" truecount="0" falsecount="4"/>
130
- <line num="254" count="0" type="cond" truecount="0" falsecount="4"/>
131
- <line num="258" count="0" type="stmt"/>
132
- <line num="262" count="0" type="cond" truecount="0" falsecount="1"/>
133
- <line num="263" count="0" type="stmt"/>
134
- <line num="265" count="0" type="stmt"/>
135
- <line num="269" count="0" type="cond" truecount="0" falsecount="2"/>
136
- <line num="270" count="0" type="cond" truecount="0" falsecount="1"/>
137
- <line num="271" count="0" type="stmt"/>
138
- <line num="273" count="0" type="stmt"/>
117
+ <line num="245" count="0" type="cond" truecount="0" falsecount="1"/>
118
+ <line num="246" count="0" type="stmt"/>
119
+ <line num="248" count="0" type="stmt"/>
120
+ <line num="252" count="0" type="cond" truecount="0" falsecount="1"/>
121
+ <line num="253" count="0" type="stmt"/>
122
+ <line num="256" count="0" type="stmt"/>
123
+ <line num="258" count="0" type="cond" truecount="0" falsecount="1"/>
124
+ <line num="259" count="0" type="stmt"/>
125
+ <line num="262" count="0" type="stmt"/>
126
+ <line num="266" count="0" type="cond" truecount="0" falsecount="1"/>
127
+ <line num="267" count="0" type="stmt"/>
128
+ <line num="269" count="0" type="stmt"/>
129
+ <line num="270" count="0" type="stmt"/>
130
+ <line num="274" count="0" type="cond" truecount="0" falsecount="1"/>
139
131
  <line num="275" count="0" type="stmt"/>
140
- <line num="280" count="0" type="cond" truecount="0" falsecount="1"/>
141
- <line num="281" count="0" type="stmt"/>
132
+ <line num="277" count="0" type="stmt"/>
133
+ <line num="281" count="0" type="cond" truecount="0" falsecount="1"/>
134
+ <line num="282" count="0" type="stmt"/>
142
135
  <line num="284" count="0" type="stmt"/>
143
- <line num="286" count="0" type="stmt"/>
144
- <line num="290" count="0" type="cond" truecount="0" falsecount="2"/>
145
- <line num="291" count="0" type="cond" truecount="0" falsecount="1"/>
146
- <line num="292" count="0" type="stmt"/>
147
- <line num="294" count="0" type="stmt"/>
136
+ <line num="288" count="0" type="cond" truecount="0" falsecount="1"/>
137
+ <line num="289" count="0" type="stmt"/>
138
+ <line num="291" count="0" type="stmt"/>
139
+ <line num="295" count="0" type="cond" truecount="0" falsecount="1"/>
148
140
  <line num="296" count="0" type="stmt"/>
149
- <line num="301" count="0" type="cond" truecount="0" falsecount="1"/>
150
- <line num="302" count="0" type="stmt"/>
151
- <line num="304" count="0" type="stmt"/>
141
+ <line num="298" count="0" type="stmt"/>
142
+ <line num="302" count="0" type="cond" truecount="0" falsecount="1"/>
143
+ <line num="303" count="0" type="stmt"/>
152
144
  <line num="305" count="0" type="stmt"/>
153
- <line num="309" count="0" type="cond" truecount="0" falsecount="1"/>
145
+ <line num="309" count="0" type="stmt"/>
154
146
  <line num="310" count="0" type="stmt"/>
155
- <line num="312" count="0" type="stmt"/>
156
- <line num="316" count="0" type="cond" truecount="0" falsecount="1"/>
147
+ <line num="314" count="0" type="cond" truecount="0" falsecount="1"/>
148
+ <line num="315" count="0" type="stmt"/>
157
149
  <line num="317" count="0" type="stmt"/>
158
- <line num="319" count="0" type="stmt"/>
159
- <line num="323" count="0" type="cond" truecount="0" falsecount="1"/>
160
- <line num="324" count="0" type="stmt"/>
161
- <line num="326" count="0" type="stmt"/>
162
- <line num="330" count="0" type="cond" truecount="0" falsecount="1"/>
163
- <line num="331" count="0" type="stmt"/>
150
+ <line num="321" count="0" type="cond" truecount="0" falsecount="3"/>
151
+ <line num="322" count="0" type="stmt"/>
152
+ <line num="327" count="0" type="stmt"/>
153
+ <line num="328" count="0" type="stmt"/>
154
+ <line num="332" count="0" type="cond" truecount="0" falsecount="3"/>
164
155
  <line num="333" count="0" type="stmt"/>
165
- <line num="337" count="0" type="cond" truecount="0" falsecount="1"/>
166
156
  <line num="338" count="0" type="stmt"/>
167
- <line num="340" count="0" type="stmt"/>
157
+ <line num="339" count="0" type="stmt"/>
158
+ <line num="343" count="0" type="cond" truecount="0" falsecount="4"/>
168
159
  <line num="344" count="0" type="stmt"/>
169
- <line num="345" count="0" type="stmt"/>
170
- <line num="349" count="0" type="cond" truecount="0" falsecount="1"/>
160
+ <line num="349" count="0" type="stmt"/>
171
161
  <line num="350" count="0" type="stmt"/>
172
- <line num="352" count="0" type="stmt"/>
173
- <line num="356" count="0" type="cond" truecount="0" falsecount="3"/>
174
- <line num="357" count="0" type="stmt"/>
175
- <line num="362" count="0" type="stmt"/>
162
+ <line num="354" count="0" type="cond" truecount="0" falsecount="3"/>
163
+ <line num="355" count="0" type="cond" truecount="0" falsecount="2"/>
164
+ <line num="356" count="0" type="stmt"/>
165
+ <line num="358" count="0" type="stmt"/>
166
+ <line num="359" count="0" type="stmt"/>
167
+ <line num="361" count="0" type="stmt"/>
176
168
  <line num="363" count="0" type="stmt"/>
177
- <line num="367" count="0" type="cond" truecount="0" falsecount="3"/>
178
- <line num="368" count="0" type="stmt"/>
169
+ <line num="369" count="0" type="cond" truecount="0" falsecount="3"/>
170
+ <line num="370" count="0" type="stmt"/>
171
+ <line num="371" count="0" type="stmt"/>
179
172
  <line num="373" count="0" type="stmt"/>
180
- <line num="374" count="0" type="stmt"/>
181
- <line num="378" count="0" type="cond" truecount="0" falsecount="4"/>
173
+ <line num="375" count="0" type="stmt"/>
182
174
  <line num="379" count="0" type="stmt"/>
175
+ <line num="383" count="0" type="cond" truecount="0" falsecount="1"/>
183
176
  <line num="384" count="0" type="stmt"/>
184
- <line num="385" count="0" type="stmt"/>
185
- <line num="389" count="0" type="cond" truecount="0" falsecount="3"/>
186
- <line num="390" count="0" type="cond" truecount="0" falsecount="2"/>
187
- <line num="391" count="0" type="stmt"/>
177
+ <line num="386" count="0" type="cond" truecount="0" falsecount="2"/>
178
+ <line num="387" count="0" type="stmt"/>
179
+ <line num="388" count="0" type="stmt"/>
180
+ <line num="389" count="0" type="cond" truecount="0" falsecount="1"/>
188
181
  <line num="393" count="0" type="stmt"/>
189
- <line num="394" count="0" type="stmt"/>
190
- <line num="396" count="0" type="stmt"/>
191
- <line num="398" count="0" type="stmt"/>
192
- <line num="404" count="0" type="cond" truecount="0" falsecount="3"/>
193
- <line num="405" count="0" type="stmt"/>
194
- <line num="406" count="0" type="stmt"/>
195
- <line num="408" count="0" type="stmt"/>
196
- <line num="410" count="0" type="stmt"/>
197
- <line num="414" count="0" type="stmt"/>
198
- <line num="418" count="0" type="cond" truecount="0" falsecount="1"/>
199
- <line num="419" count="0" type="stmt"/>
200
- <line num="421" count="0" type="cond" truecount="0" falsecount="2"/>
201
- <line num="422" count="0" type="stmt"/>
202
- <line num="423" count="0" type="stmt"/>
203
- <line num="424" count="0" type="cond" truecount="0" falsecount="1"/>
204
- <line num="428" count="0" type="stmt"/>
205
- <line num="429" count="0" type="cond" truecount="0" falsecount="1"/>
206
- <line num="430" count="0" type="stmt"/>
182
+ <line num="394" count="0" type="cond" truecount="0" falsecount="1"/>
183
+ <line num="395" count="0" type="stmt"/>
207
184
  </file>
208
185
  <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
209
186
  <metrics statements="81" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="22" coveredmethods="0"/>
@@ -291,9 +268,9 @@
291
268
  </file>
292
269
  </package>
293
270
  <package name="main.app">
294
- <metrics statements="851" coveredstatements="0" conditionals="340" coveredconditionals="0" methods="222" coveredmethods="0"/>
271
+ <metrics statements="728" coveredstatements="0" conditionals="297" coveredconditionals="0" methods="213" coveredmethods="0"/>
295
272
  <file name="canvas.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/canvas.ts">
296
- <metrics statements="59" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="13" coveredmethods="0"/>
273
+ <metrics statements="57" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="13" coveredmethods="0"/>
297
274
  <line num="2" count="0" type="stmt"/>
298
275
  <line num="3" count="0" type="stmt"/>
299
276
  <line num="16" count="0" type="stmt"/>
@@ -323,36 +300,34 @@
323
300
  <line num="55" count="0" type="stmt"/>
324
301
  <line num="60" count="0" type="cond" truecount="0" falsecount="1"/>
325
302
  <line num="61" count="0" type="stmt"/>
326
- <line num="62" count="0" type="stmt"/>
303
+ <line num="63" count="0" type="stmt"/>
327
304
  <line num="64" count="0" type="stmt"/>
328
305
  <line num="65" count="0" type="stmt"/>
329
306
  <line num="66" count="0" type="stmt"/>
330
- <line num="67" count="0" type="stmt"/>
331
- <line num="71" count="0" type="stmt"/>
332
- <line num="79" count="0" type="stmt"/>
333
- <line num="82" count="0" type="stmt"/>
307
+ <line num="70" count="0" type="stmt"/>
308
+ <line num="78" count="0" type="stmt"/>
309
+ <line num="81" count="0" type="stmt"/>
310
+ <line num="86" count="0" type="stmt"/>
334
311
  <line num="87" count="0" type="stmt"/>
335
- <line num="88" count="0" type="stmt"/>
336
- <line num="89" count="0" type="stmt"/>
337
- <line num="93" count="0" type="stmt"/>
338
- <line num="100" count="0" type="stmt"/>
339
- <line num="101" count="0" type="stmt"/>
312
+ <line num="91" count="0" type="stmt"/>
313
+ <line num="98" count="0" type="stmt"/>
314
+ <line num="99" count="0" type="stmt"/>
315
+ <line num="103" count="0" type="stmt"/>
340
316
  <line num="105" count="0" type="stmt"/>
317
+ <line num="106" count="0" type="stmt"/>
341
318
  <line num="107" count="0" type="stmt"/>
342
319
  <line num="108" count="0" type="stmt"/>
343
- <line num="109" count="0" type="stmt"/>
344
320
  <line num="110" count="0" type="stmt"/>
345
- <line num="112" count="0" type="stmt"/>
346
- <line num="113" count="0" type="stmt"/>
347
- <line num="116" count="0" type="stmt"/>
321
+ <line num="111" count="0" type="stmt"/>
322
+ <line num="114" count="0" type="stmt"/>
323
+ <line num="118" count="0" type="stmt"/>
324
+ <line num="119" count="0" type="stmt"/>
348
325
  <line num="120" count="0" type="stmt"/>
349
326
  <line num="121" count="0" type="stmt"/>
350
- <line num="122" count="0" type="stmt"/>
351
327
  <line num="123" count="0" type="stmt"/>
328
+ <line num="124" count="0" type="stmt"/>
352
329
  <line num="125" count="0" type="stmt"/>
353
- <line num="126" count="0" type="stmt"/>
354
- <line num="127" count="0" type="stmt"/>
355
- <line num="130" count="0" type="stmt"/>
330
+ <line num="128" count="0" type="stmt"/>
356
331
  </file>
357
332
  <file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
358
333
  <metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
@@ -374,448 +349,325 @@
374
349
  <line num="48" count="0" type="stmt"/>
375
350
  </file>
376
351
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
377
- <metrics statements="441" coveredstatements="0" conditionals="240" coveredconditionals="0" methods="75" coveredmethods="0"/>
378
- <line num="1" count="0" type="stmt"/>
352
+ <metrics statements="318" coveredstatements="0" conditionals="197" coveredconditionals="0" methods="65" coveredmethods="0"/>
379
353
  <line num="2" count="0" type="stmt"/>
380
- <line num="4" count="0" type="stmt"/>
381
- <line num="5" count="0" type="stmt"/>
382
- <line num="14" count="0" type="stmt"/>
383
- <line num="15" count="0" type="stmt"/>
384
- <line num="16" count="0" type="stmt"/>
385
- <line num="17" count="0" type="stmt"/>
386
- <line num="18" count="0" type="stmt"/>
387
- <line num="19" count="0" type="stmt"/>
354
+ <line num="11" count="0" type="stmt"/>
388
355
  <line num="20" count="0" type="stmt"/>
389
356
  <line num="21" count="0" type="stmt"/>
390
357
  <line num="22" count="0" type="stmt"/>
358
+ <line num="23" count="0" type="stmt"/>
359
+ <line num="24" count="0" type="stmt"/>
360
+ <line num="25" count="0" type="stmt"/>
361
+ <line num="26" count="0" type="stmt"/>
362
+ <line num="27" count="0" type="stmt"/>
391
363
  <line num="28" count="0" type="stmt"/>
392
- <line num="29" count="0" type="stmt"/>
393
- <line num="55" count="0" type="stmt"/>
394
- <line num="56" count="0" type="stmt"/>
395
- <line num="57" count="0" type="stmt"/>
396
- <line num="58" count="0" type="stmt"/>
397
- <line num="84" count="0" type="stmt"/>
398
- <line num="85" count="0" type="stmt"/>
399
- <line num="91" count="0" type="cond" truecount="0" falsecount="2"/>
400
- <line num="92" count="0" type="stmt"/>
401
- <line num="93" count="0" type="stmt"/>
402
- <line num="94" count="0" type="stmt"/>
403
- <line num="95" count="0" type="stmt"/>
404
- <line num="128" count="0" type="stmt"/>
405
- <line num="131" count="0" type="stmt"/>
406
- <line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
364
+ <line num="34" count="0" type="stmt"/>
365
+ <line num="35" count="0" type="stmt"/>
366
+ <line num="36" count="0" type="stmt"/>
367
+ <line num="62" count="0" type="stmt"/>
368
+ <line num="63" count="0" type="stmt"/>
369
+ <line num="64" count="0" type="stmt"/>
370
+ <line num="90" count="0" type="stmt"/>
371
+ <line num="91" count="0" type="stmt"/>
372
+ <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
373
+ <line num="98" count="0" type="stmt"/>
374
+ <line num="99" count="0" type="stmt"/>
375
+ <line num="100" count="0" type="stmt"/>
407
376
  <line num="133" count="0" type="stmt"/>
408
- <line num="134" count="0" type="stmt"/>
409
- <line num="135" count="0" type="stmt"/>
377
+ <line num="136" count="0" type="stmt"/>
378
+ <line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
410
379
  <line num="138" count="0" type="stmt"/>
411
- <line num="148" count="0" type="stmt"/>
380
+ <line num="139" count="0" type="stmt"/>
381
+ <line num="140" count="0" type="stmt"/>
382
+ <line num="143" count="0" type="stmt"/>
412
383
  <line num="153" count="0" type="stmt"/>
413
- <line num="154" count="0" type="stmt"/>
384
+ <line num="156" count="0" type="stmt"/>
414
385
  <line num="157" count="0" type="stmt"/>
415
386
  <line num="158" count="0" type="stmt"/>
416
- <line num="159" count="0" type="stmt"/>
387
+ <line num="162" count="0" type="stmt"/>
417
388
  <line num="163" count="0" type="stmt"/>
418
- <line num="164" count="0" type="stmt"/>
389
+ <line num="166" count="0" type="stmt"/>
419
390
  <line num="167" count="0" type="stmt"/>
420
391
  <line num="168" count="0" type="stmt"/>
421
- <line num="169" count="0" type="stmt"/>
422
- <line num="172" count="0" type="stmt"/>
423
- <line num="174" count="0" type="stmt"/>
392
+ <line num="171" count="0" type="stmt"/>
393
+ <line num="179" count="0" type="stmt"/>
394
+ <line num="180" count="0" type="stmt"/>
424
395
  <line num="181" count="0" type="stmt"/>
425
- <line num="183" count="0" type="stmt"/>
426
- <line num="184" count="0" type="stmt"/>
427
- <line num="185" count="0" type="stmt"/>
428
- <line num="186" count="0" type="stmt"/>
429
- <line num="209" count="0" type="cond" truecount="0" falsecount="4"/>
396
+ <line num="182" count="0" type="stmt"/>
397
+ <line num="205" count="0" type="cond" truecount="0" falsecount="4"/>
398
+ <line num="206" count="0" type="stmt"/>
399
+ <line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
430
400
  <line num="210" count="0" type="stmt"/>
431
- <line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
401
+ <line num="211" count="0" type="cond" truecount="0" falsecount="4"/>
402
+ <line num="212" count="0" type="cond" truecount="0" falsecount="4"/>
403
+ <line num="213" count="0" type="stmt"/>
432
404
  <line num="214" count="0" type="stmt"/>
433
- <line num="215" count="0" type="cond" truecount="0" falsecount="4"/>
434
- <line num="216" count="0" type="cond" truecount="0" falsecount="4"/>
405
+ <line num="215" count="0" type="stmt"/>
406
+ <line num="216" count="0" type="stmt"/>
435
407
  <line num="217" count="0" type="stmt"/>
436
408
  <line num="218" count="0" type="stmt"/>
437
- <line num="219" count="0" type="stmt"/>
409
+ <line num="219" count="0" type="cond" truecount="0" falsecount="2"/>
438
410
  <line num="220" count="0" type="stmt"/>
439
411
  <line num="221" count="0" type="stmt"/>
440
412
  <line num="222" count="0" type="stmt"/>
441
- <line num="223" count="0" type="cond" truecount="0" falsecount="2"/>
442
- <line num="224" count="0" type="stmt"/>
443
- <line num="225" count="0" type="stmt"/>
413
+ <line num="223" count="0" type="stmt"/>
414
+ <line num="224" count="0" type="cond" truecount="0" falsecount="1"/>
444
415
  <line num="226" count="0" type="stmt"/>
445
- <line num="227" count="0" type="stmt"/>
446
416
  <line num="228" count="0" type="cond" truecount="0" falsecount="1"/>
447
- <line num="230" count="0" type="stmt"/>
448
- <line num="232" count="0" type="cond" truecount="0" falsecount="1"/>
449
- <line num="233" count="0" type="stmt"/>
450
- <line num="238" count="0" type="cond" truecount="0" falsecount="1"/>
417
+ <line num="229" count="0" type="stmt"/>
418
+ <line num="234" count="0" type="cond" truecount="0" falsecount="1"/>
419
+ <line num="235" count="0" type="stmt"/>
420
+ <line num="238" count="0" type="stmt"/>
451
421
  <line num="239" count="0" type="stmt"/>
452
422
  <line num="242" count="0" type="stmt"/>
453
423
  <line num="243" count="0" type="stmt"/>
454
- <line num="246" count="0" type="stmt"/>
424
+ <line num="245" count="0" type="stmt"/>
425
+ <line num="246" count="0" type="cond" truecount="0" falsecount="2"/>
455
426
  <line num="247" count="0" type="stmt"/>
456
- <line num="249" count="0" type="stmt"/>
457
- <line num="250" count="0" type="cond" truecount="0" falsecount="2"/>
458
- <line num="251" count="0" type="stmt"/>
427
+ <line num="248" count="0" type="stmt"/>
428
+ <line num="249" count="0" type="cond" truecount="0" falsecount="2"/>
429
+ <line num="250" count="0" type="stmt"/>
430
+ <line num="251" count="0" type="cond" truecount="0" falsecount="2"/>
459
431
  <line num="252" count="0" type="stmt"/>
460
- <line num="253" count="0" type="cond" truecount="0" falsecount="2"/>
432
+ <line num="253" count="0" type="stmt"/>
461
433
  <line num="254" count="0" type="stmt"/>
462
- <line num="255" count="0" type="cond" truecount="0" falsecount="2"/>
434
+ <line num="255" count="0" type="cond" truecount="0" falsecount="1"/>
463
435
  <line num="256" count="0" type="stmt"/>
464
436
  <line num="257" count="0" type="stmt"/>
465
- <line num="258" count="0" type="cond" truecount="0" falsecount="1"/>
437
+ <line num="258" count="0" type="cond" truecount="0" falsecount="2"/>
466
438
  <line num="259" count="0" type="stmt"/>
467
- <line num="260" count="0" type="stmt"/>
468
- <line num="261" count="0" type="cond" truecount="0" falsecount="2"/>
439
+ <line num="260" count="0" type="cond" truecount="0" falsecount="2"/>
440
+ <line num="261" count="0" type="stmt"/>
469
441
  <line num="262" count="0" type="stmt"/>
470
442
  <line num="263" count="0" type="cond" truecount="0" falsecount="1"/>
471
443
  <line num="264" count="0" type="stmt"/>
472
444
  <line num="265" count="0" type="stmt"/>
473
- <line num="266" count="0" type="cond" truecount="0" falsecount="1"/>
474
- <line num="267" count="0" type="stmt"/>
475
- <line num="268" count="0" type="stmt"/>
445
+ <line num="268" count="0" type="cond" truecount="0" falsecount="4"/>
476
446
  <line num="272" count="0" type="cond" truecount="0" falsecount="4"/>
477
- <line num="275" count="0" type="cond" truecount="0" falsecount="4"/>
478
- <line num="279" count="0" type="stmt"/>
479
- <line num="280" count="0" type="cond" truecount="0" falsecount="1"/>
480
- <line num="281" count="0" type="stmt"/>
447
+ <line num="276" count="0" type="stmt"/>
448
+ <line num="277" count="0" type="cond" truecount="0" falsecount="1"/>
449
+ <line num="278" count="0" type="stmt"/>
450
+ <line num="282" count="0" type="stmt"/>
451
+ <line num="283" count="0" type="stmt"/>
481
452
  <line num="285" count="0" type="stmt"/>
482
- <line num="286" count="0" type="stmt"/>
483
- <line num="288" count="0" type="stmt"/>
453
+ <line num="287" count="0" type="stmt"/>
484
454
  <line num="290" count="0" type="stmt"/>
485
- <line num="293" count="0" type="stmt"/>
486
- <line num="295" count="0" type="stmt"/>
487
- <line num="304" count="0" type="cond" truecount="0" falsecount="1"/>
488
- <line num="305" count="0" type="stmt"/>
489
- <line num="312" count="0" type="cond" truecount="0" falsecount="1"/>
490
- <line num="313" count="0" type="stmt"/>
455
+ <line num="292" count="0" type="stmt"/>
456
+ <line num="301" count="0" type="cond" truecount="0" falsecount="1"/>
457
+ <line num="302" count="0" type="stmt"/>
458
+ <line num="309" count="0" type="cond" truecount="0" falsecount="1"/>
459
+ <line num="310" count="0" type="stmt"/>
460
+ <line num="311" count="0" type="cond" truecount="0" falsecount="1"/>
461
+ <line num="312" count="0" type="stmt"/>
491
462
  <line num="314" count="0" type="cond" truecount="0" falsecount="1"/>
492
463
  <line num="315" count="0" type="stmt"/>
493
- <line num="317" count="0" type="cond" truecount="0" falsecount="1"/>
494
- <line num="318" count="0" type="stmt"/>
464
+ <line num="316" count="0" type="stmt"/>
465
+ <line num="318" count="0" type="cond" truecount="0" falsecount="1"/>
495
466
  <line num="319" count="0" type="stmt"/>
496
- <line num="321" count="0" type="cond" truecount="0" falsecount="1"/>
497
- <line num="322" count="0" type="stmt"/>
498
- <line num="323" count="0" type="stmt"/>
467
+ <line num="320" count="0" type="stmt"/>
468
+ <line num="321" count="0" type="stmt"/>
469
+ <line num="323" count="0" type="cond" truecount="0" falsecount="1"/>
499
470
  <line num="324" count="0" type="stmt"/>
500
- <line num="326" count="0" type="cond" truecount="0" falsecount="1"/>
501
- <line num="327" count="0" type="stmt"/>
502
- <line num="328" count="0" type="cond" truecount="0" falsecount="3"/>
503
- <line num="329" count="0" type="stmt"/>
504
- <line num="342" count="0" type="cond" truecount="0" falsecount="1"/>
505
- <line num="343" count="0" type="stmt"/>
471
+ <line num="325" count="0" type="cond" truecount="0" falsecount="3"/>
472
+ <line num="326" count="0" type="stmt"/>
473
+ <line num="339" count="0" type="cond" truecount="0" falsecount="1"/>
474
+ <line num="340" count="0" type="stmt"/>
475
+ <line num="350" count="0" type="stmt"/>
506
476
  <line num="353" count="0" type="stmt"/>
507
- <line num="356" count="0" type="stmt"/>
508
- <line num="359" count="0" type="cond" truecount="0" falsecount="1"/>
509
- <line num="360" count="0" type="stmt"/>
510
- <line num="363" count="0" type="cond" truecount="0" falsecount="1"/>
511
- <line num="364" count="0" type="stmt"/>
512
- <line num="365" count="0" type="stmt"/>
513
- <line num="366" count="0" type="stmt"/>
514
- <line num="368" count="0" type="cond" truecount="0" falsecount="3"/>
515
- <line num="369" count="0" type="stmt"/>
516
- <line num="373" count="0" type="cond" truecount="0" falsecount="2"/>
517
- <line num="374" count="0" type="stmt"/>
518
- <line num="375" count="0" type="cond" truecount="0" falsecount="1"/>
519
- <line num="376" count="0" type="stmt"/>
520
- <line num="378" count="0" type="cond" truecount="0" falsecount="4"/>
521
- <line num="380" count="0" type="stmt"/>
522
- <line num="387" count="0" type="cond" truecount="0" falsecount="3"/>
477
+ <line num="356" count="0" type="cond" truecount="0" falsecount="1"/>
478
+ <line num="357" count="0" type="stmt"/>
479
+ <line num="360" count="0" type="cond" truecount="0" falsecount="1"/>
480
+ <line num="361" count="0" type="stmt"/>
481
+ <line num="362" count="0" type="stmt"/>
482
+ <line num="363" count="0" type="stmt"/>
483
+ <line num="365" count="0" type="cond" truecount="0" falsecount="3"/>
484
+ <line num="366" count="0" type="stmt"/>
485
+ <line num="370" count="0" type="stmt"/>
486
+ <line num="376" count="0" type="cond" truecount="0" falsecount="3"/>
487
+ <line num="377" count="0" type="stmt"/>
488
+ <line num="382" count="0" type="cond" truecount="0" falsecount="3"/>
489
+ <line num="383" count="0" type="stmt"/>
490
+ <line num="384" count="0" type="stmt"/>
491
+ <line num="385" count="0" type="stmt"/>
492
+ <line num="387" count="0" type="cond" truecount="0" falsecount="4"/>
523
493
  <line num="388" count="0" type="stmt"/>
524
- <line num="397" count="0" type="cond" truecount="0" falsecount="3"/>
525
- <line num="398" count="0" type="stmt"/>
526
- <line num="399" count="0" type="stmt"/>
527
- <line num="400" count="0" type="stmt"/>
528
- <line num="402" count="0" type="cond" truecount="0" falsecount="4"/>
494
+ <line num="389" count="0" type="stmt"/>
495
+ <line num="394" count="0" type="stmt"/>
496
+ <line num="397" count="0" type="stmt"/>
497
+ <line num="401" count="0" type="stmt"/>
498
+ <line num="402" count="0" type="stmt"/>
529
499
  <line num="403" count="0" type="stmt"/>
530
500
  <line num="404" count="0" type="stmt"/>
531
- <line num="409" count="0" type="stmt"/>
532
- <line num="418" count="0" type="stmt"/>
533
- <line num="419" count="0" type="cond" truecount="0" falsecount="1"/>
534
- <line num="420" count="0" type="stmt"/>
501
+ <line num="406" count="0" type="stmt"/>
502
+ <line num="416" count="0" type="stmt"/>
503
+ <line num="420" count="0" type="cond" truecount="0" falsecount="1"/>
535
504
  <line num="421" count="0" type="stmt"/>
536
- <line num="422" count="0" type="stmt"/>
537
505
  <line num="423" count="0" type="stmt"/>
538
- <line num="424" count="0" type="stmt"/>
539
- <line num="429" count="0" type="cond" truecount="0" falsecount="2"/>
506
+ <line num="427" count="0" type="cond" truecount="0" falsecount="1"/>
507
+ <line num="428" count="0" type="stmt"/>
540
508
  <line num="430" count="0" type="stmt"/>
541
- <line num="432" count="0" type="stmt"/>
542
- <line num="437" count="0" type="cond" truecount="0" falsecount="4"/>
543
- <line num="438" count="0" type="stmt"/>
544
- <line num="439" count="0" type="stmt"/>
509
+ <line num="441" count="0" type="cond" truecount="0" falsecount="1"/>
545
510
  <line num="442" count="0" type="stmt"/>
546
- <line num="445" count="0" type="stmt"/>
547
- <line num="449" count="0" type="stmt"/>
548
- <line num="450" count="0" type="stmt"/>
549
- <line num="451" count="0" type="stmt"/>
550
- <line num="452" count="0" type="stmt"/>
551
- <line num="454" count="0" type="stmt"/>
552
- <line num="464" count="0" type="stmt"/>
553
- <line num="468" count="0" type="cond" truecount="0" falsecount="1"/>
511
+ <line num="444" count="0" type="stmt"/>
512
+ <line num="445" count="0" type="cond" truecount="0" falsecount="2"/>
513
+ <line num="448" count="0" type="stmt"/>
514
+ <line num="449" count="0" type="cond" truecount="0" falsecount="2"/>
515
+ <line num="456" count="0" type="stmt"/>
516
+ <line num="457" count="0" type="stmt"/>
517
+ <line num="458" count="0" type="stmt"/>
518
+ <line num="459" count="0" type="cond" truecount="0" falsecount="3"/>
519
+ <line num="460" count="0" type="stmt"/>
520
+ <line num="462" count="0" type="cond" truecount="0" falsecount="1"/>
521
+ <line num="463" count="0" type="stmt"/>
522
+ <line num="465" count="0" type="cond" truecount="0" falsecount="1"/>
523
+ <line num="466" count="0" type="stmt"/>
554
524
  <line num="469" count="0" type="stmt"/>
555
- <line num="471" count="0" type="stmt"/>
556
- <line num="475" count="0" type="cond" truecount="0" falsecount="1"/>
557
- <line num="476" count="0" type="stmt"/>
558
- <line num="478" count="0" type="stmt"/>
559
- <line num="489" count="0" type="cond" truecount="0" falsecount="1"/>
525
+ <line num="473" count="0" type="stmt"/>
526
+ <line num="483" count="0" type="stmt"/>
560
527
  <line num="490" count="0" type="stmt"/>
561
- <line num="492" count="0" type="stmt"/>
562
- <line num="493" count="0" type="cond" truecount="0" falsecount="2"/>
563
- <line num="496" count="0" type="stmt"/>
564
- <line num="497" count="0" type="cond" truecount="0" falsecount="2"/>
528
+ <line num="494" count="0" type="cond" truecount="0" falsecount="2"/>
529
+ <line num="498" count="0" type="stmt"/>
530
+ <line num="499" count="0" type="cond" truecount="0" falsecount="3"/>
531
+ <line num="500" count="0" type="stmt"/>
532
+ <line num="501" count="0" type="stmt"/>
533
+ <line num="503" count="0" type="stmt"/>
565
534
  <line num="504" count="0" type="stmt"/>
566
- <line num="505" count="0" type="stmt"/>
567
- <line num="506" count="0" type="stmt"/>
568
- <line num="507" count="0" type="cond" truecount="0" falsecount="3"/>
535
+ <line num="506" count="0" type="cond" truecount="0" falsecount="2"/>
569
536
  <line num="508" count="0" type="stmt"/>
570
- <line num="510" count="0" type="cond" truecount="0" falsecount="1"/>
537
+ <line num="510" count="0" type="cond" truecount="0" falsecount="5"/>
571
538
  <line num="511" count="0" type="stmt"/>
572
- <line num="513" count="0" type="cond" truecount="0" falsecount="1"/>
573
- <line num="514" count="0" type="stmt"/>
574
- <line num="517" count="0" type="stmt"/>
575
- <line num="521" count="0" type="stmt"/>
576
- <line num="531" count="0" type="stmt"/>
577
- <line num="538" count="0" type="stmt"/>
578
- <line num="542" count="0" type="cond" truecount="0" falsecount="2"/>
539
+ <line num="512" count="0" type="stmt"/>
540
+ <line num="515" count="0" type="stmt"/>
541
+ <line num="519" count="0" type="stmt"/>
542
+ <line num="523" count="0" type="stmt"/>
543
+ <line num="527" count="0" type="cond" truecount="0" falsecount="2"/>
544
+ <line num="528" count="0" type="stmt"/>
545
+ <line num="529" count="0" type="cond" truecount="0" falsecount="1"/>
546
+ <line num="532" count="0" type="cond" truecount="0" falsecount="1"/>
547
+ <line num="533" count="0" type="stmt"/>
548
+ <line num="536" count="0" type="stmt"/>
549
+ <line num="543" count="0" type="stmt"/>
550
+ <line num="544" count="0" type="stmt"/>
551
+ <line num="545" count="0" type="stmt"/>
579
552
  <line num="546" count="0" type="stmt"/>
580
- <line num="547" count="0" type="cond" truecount="0" falsecount="3"/>
581
- <line num="548" count="0" type="stmt"/>
582
- <line num="549" count="0" type="stmt"/>
583
- <line num="551" count="0" type="stmt"/>
584
- <line num="552" count="0" type="stmt"/>
585
- <line num="554" count="0" type="cond" truecount="0" falsecount="2"/>
586
- <line num="556" count="0" type="stmt"/>
587
- <line num="558" count="0" type="cond" truecount="0" falsecount="5"/>
553
+ <line num="550" count="0" type="stmt"/>
554
+ <line num="554" count="0" type="stmt"/>
555
+ <line num="558" count="0" type="cond" truecount="0" falsecount="2"/>
588
556
  <line num="559" count="0" type="stmt"/>
589
- <line num="560" count="0" type="stmt"/>
590
- <line num="563" count="0" type="stmt"/>
557
+ <line num="561" count="0" type="stmt"/>
558
+ <line num="566" count="0" type="cond" truecount="0" falsecount="1"/>
591
559
  <line num="567" count="0" type="stmt"/>
592
- <line num="571" count="0" type="stmt"/>
593
- <line num="575" count="0" type="cond" truecount="0" falsecount="2"/>
560
+ <line num="569" count="0" type="cond" truecount="0" falsecount="1"/>
561
+ <line num="570" count="0" type="stmt"/>
594
562
  <line num="576" count="0" type="stmt"/>
595
- <line num="577" count="0" type="cond" truecount="0" falsecount="1"/>
596
- <line num="580" count="0" type="cond" truecount="0" falsecount="1"/>
597
- <line num="581" count="0" type="stmt"/>
563
+ <line num="577" count="0" type="stmt"/>
564
+ <line num="579" count="0" type="cond" truecount="0" falsecount="1"/>
565
+ <line num="580" count="0" type="stmt"/>
566
+ <line num="582" count="0" type="cond" truecount="0" falsecount="1"/>
598
567
  <line num="584" count="0" type="stmt"/>
599
- <line num="591" count="0" type="stmt"/>
568
+ <line num="586" count="0" type="stmt"/>
600
569
  <line num="592" count="0" type="stmt"/>
601
570
  <line num="593" count="0" type="stmt"/>
602
- <line num="594" count="0" type="stmt"/>
603
- <line num="598" count="0" type="stmt"/>
604
- <line num="602" count="0" type="stmt"/>
605
- <line num="606" count="0" type="cond" truecount="0" falsecount="2"/>
571
+ <line num="604" count="0" type="stmt"/>
572
+ <line num="605" count="0" type="stmt"/>
573
+ <line num="606" count="0" type="cond" truecount="0" falsecount="3"/>
606
574
  <line num="607" count="0" type="stmt"/>
607
- <line num="609" count="0" type="stmt"/>
608
- <line num="613" count="0" type="stmt"/>
609
- <line num="614" count="0" type="stmt"/>
610
- <line num="615" count="0" type="stmt"/>
575
+ <line num="608" count="0" type="cond" truecount="0" falsecount="2"/>
576
+ <line num="610" count="0" type="stmt"/>
611
577
  <line num="616" count="0" type="stmt"/>
612
- <line num="619" count="0" type="stmt"/>
613
- <line num="620" count="0" type="cond" truecount="0" falsecount="2"/>
614
- <line num="621" count="0" type="stmt"/>
615
- <line num="623" count="0" type="cond" truecount="0" falsecount="2"/>
616
- <line num="631" count="0" type="stmt"/>
617
- <line num="632" count="0" type="stmt"/>
618
- <line num="633" count="0" type="cond" truecount="0" falsecount="1"/>
578
+ <line num="633" count="0" type="cond" truecount="0" falsecount="2"/>
619
579
  <line num="634" count="0" type="stmt"/>
620
580
  <line num="636" count="0" type="stmt"/>
621
- <line num="637" count="0" type="cond" truecount="0" falsecount="1"/>
622
- <line num="638" count="0" type="stmt"/>
623
- <line num="666" count="0" type="stmt"/>
624
- <line num="667" count="0" type="stmt"/>
625
- <line num="668" count="0" type="stmt"/>
626
- <line num="676" count="0" type="cond" truecount="0" falsecount="4"/>
627
- <line num="677" count="0" type="stmt"/>
628
- <line num="678" count="0" type="cond" truecount="0" falsecount="4"/>
629
- <line num="680" count="0" type="stmt"/>
581
+ <line num="639" count="0" type="cond" truecount="0" falsecount="2"/>
582
+ <line num="646" count="0" type="cond" truecount="0" falsecount="1"/>
583
+ <line num="647" count="0" type="stmt"/>
584
+ <line num="649" count="0" type="cond" truecount="0" falsecount="1"/>
585
+ <line num="650" count="0" type="stmt"/>
586
+ <line num="670" count="0" type="stmt"/>
587
+ <line num="671" count="0" type="cond" truecount="0" falsecount="1"/>
588
+ <line num="679" count="0" type="stmt"/>
630
589
  <line num="681" count="0" type="stmt"/>
631
590
  <line num="682" count="0" type="stmt"/>
632
591
  <line num="683" count="0" type="stmt"/>
633
- <line num="684" count="0" type="cond" truecount="0" falsecount="2"/>
634
- <line num="685" count="0" type="stmt"/>
635
- <line num="686" count="0" type="stmt"/>
636
- <line num="687" count="0" type="stmt"/>
637
- <line num="689" count="0" type="stmt"/>
638
- <line num="690" count="0" type="stmt"/>
639
592
  <line num="691" count="0" type="stmt"/>
640
- <line num="693" count="0" type="stmt"/>
641
- <line num="694" count="0" type="stmt"/>
642
- <line num="695" count="0" type="cond" truecount="0" falsecount="1"/>
643
- <line num="696" count="0" type="stmt"/>
644
- <line num="698" count="0" type="cond" truecount="0" falsecount="1"/>
645
- <line num="700" count="0" type="stmt"/>
646
- <line num="702" count="0" type="stmt"/>
647
- <line num="707" count="0" type="cond" truecount="0" falsecount="1"/>
593
+ <line num="697" count="0" type="stmt"/>
594
+ <line num="703" count="0" type="cond" truecount="0" falsecount="3"/>
595
+ <line num="704" count="0" type="stmt"/>
596
+ <line num="706" count="0" type="stmt"/>
648
597
  <line num="709" count="0" type="stmt"/>
649
- <line num="711" count="0" type="stmt"/>
598
+ <line num="710" count="0" type="stmt"/>
650
599
  <line num="712" count="0" type="stmt"/>
651
600
  <line num="714" count="0" type="stmt"/>
652
601
  <line num="715" count="0" type="stmt"/>
653
- <line num="717" count="0" type="stmt"/>
654
- <line num="721" count="0" type="stmt"/>
655
- <line num="722" count="0" type="stmt"/>
602
+ <line num="718" count="0" type="stmt"/>
603
+ <line num="719" count="0" type="stmt"/>
604
+ <line num="720" count="0" type="stmt"/>
605
+ <line num="722" count="0" type="cond" truecount="0" falsecount="1"/>
656
606
  <line num="723" count="0" type="stmt"/>
657
- <line num="724" count="0" type="stmt"/>
658
- <line num="725" count="0" type="stmt"/>
659
607
  <line num="726" count="0" type="stmt"/>
660
- <line num="727" count="0" type="cond" truecount="0" falsecount="1"/>
661
608
  <line num="728" count="0" type="stmt"/>
662
- <line num="729" count="0" type="cond" truecount="0" falsecount="2"/>
663
609
  <line num="730" count="0" type="stmt"/>
664
- <line num="732" count="0" type="stmt"/>
610
+ <line num="732" count="0" type="cond" truecount="0" falsecount="1"/>
665
611
  <line num="733" count="0" type="stmt"/>
666
- <line num="734" count="0" type="stmt"/>
667
- <line num="735" count="0" type="cond" truecount="0" falsecount="1"/>
668
- <line num="736" count="0" type="stmt"/>
669
- <line num="738" count="0" type="cond" truecount="0" falsecount="1"/>
670
- <line num="740" count="0" type="stmt"/>
671
- <line num="742" count="0" type="stmt"/>
612
+ <line num="735" count="0" type="stmt"/>
613
+ <line num="737" count="0" type="cond" truecount="0" falsecount="2"/>
614
+ <line num="741" count="0" type="stmt"/>
615
+ <line num="742" count="0" type="cond" truecount="0" falsecount="1"/>
616
+ <line num="743" count="0" type="stmt"/>
617
+ <line num="745" count="0" type="cond" truecount="0" falsecount="5"/>
618
+ <line num="746" count="0" type="stmt"/>
672
619
  <line num="747" count="0" type="cond" truecount="0" falsecount="1"/>
673
- <line num="749" count="0" type="stmt"/>
674
- <line num="751" count="0" type="stmt"/>
675
- <line num="752" count="0" type="stmt"/>
620
+ <line num="748" count="0" type="stmt"/>
621
+ <line num="749" count="0" type="cond" truecount="0" falsecount="2"/>
622
+ <line num="753" count="0" type="cond" truecount="0" falsecount="1"/>
623
+ <line num="754" count="0" type="cond" truecount="0" falsecount="2"/>
624
+ <line num="756" count="0" type="stmt"/>
625
+ <line num="757" count="0" type="cond" truecount="0" falsecount="1"/>
626
+ <line num="758" count="0" type="stmt"/>
676
627
  <line num="763" count="0" type="stmt"/>
628
+ <line num="767" count="0" type="stmt"/>
677
629
  <line num="770" count="0" type="stmt"/>
678
630
  <line num="771" count="0" type="stmt"/>
631
+ <line num="772" count="0" type="cond" truecount="0" falsecount="1"/>
679
632
  <line num="773" count="0" type="stmt"/>
633
+ <line num="776" count="0" type="stmt"/>
680
634
  <line num="777" count="0" type="stmt"/>
681
- <line num="778" count="0" type="cond" truecount="0" falsecount="3"/>
682
- <line num="779" count="0" type="stmt"/>
683
- <line num="781" count="0" type="cond" truecount="0" falsecount="1"/>
635
+ <line num="778" count="0" type="stmt"/>
684
636
  <line num="782" count="0" type="stmt"/>
685
- <line num="783" count="0" type="stmt"/>
686
- <line num="784" count="0" type="stmt"/>
687
- <line num="786" count="0" type="cond" truecount="0" falsecount="1"/>
688
- <line num="791" count="0" type="stmt"/>
689
- <line num="792" count="0" type="stmt"/>
690
- <line num="793" count="0" type="stmt"/>
691
- <line num="795" count="0" type="stmt"/>
692
- <line num="796" count="0" type="cond" truecount="0" falsecount="1"/>
693
- <line num="797" count="0" type="stmt"/>
694
- <line num="800" count="0" type="cond" truecount="0" falsecount="1"/>
637
+ <line num="786" count="0" type="stmt"/>
638
+ <line num="790" count="0" type="cond" truecount="0" falsecount="4"/>
639
+ <line num="798" count="0" type="cond" truecount="0" falsecount="2"/>
640
+ <line num="799" count="0" type="stmt"/>
641
+ <line num="800" count="0" type="stmt"/>
695
642
  <line num="801" count="0" type="stmt"/>
696
- <line num="803" count="0" type="cond" truecount="0" falsecount="1"/>
697
643
  <line num="805" count="0" type="stmt"/>
698
- <line num="807" count="0" type="stmt"/>
699
- <line num="813" count="0" type="stmt"/>
644
+ <line num="806" count="0" type="stmt"/>
645
+ <line num="807" count="0" type="cond" truecount="0" falsecount="1"/>
646
+ <line num="808" count="0" type="stmt"/>
647
+ <line num="809" count="0" type="stmt"/>
648
+ <line num="810" count="0" type="stmt"/>
700
649
  <line num="814" count="0" type="stmt"/>
701
- <line num="825" count="0" type="stmt"/>
702
- <line num="826" count="0" type="stmt"/>
703
- <line num="827" count="0" type="stmt"/>
704
- <line num="829" count="0" type="stmt"/>
705
- <line num="835" count="0" type="stmt"/>
706
- <line num="854" count="0" type="cond" truecount="0" falsecount="2"/>
650
+ <line num="820" count="0" type="cond" truecount="0" falsecount="4"/>
651
+ <line num="824" count="0" type="stmt"/>
652
+ <line num="833" count="0" type="stmt"/>
653
+ <line num="834" count="0" type="cond" truecount="0" falsecount="1"/>
654
+ <line num="835" count="0" type="cond" truecount="0" falsecount="1"/>
655
+ <line num="841" count="0" type="stmt"/>
656
+ <line num="843" count="0" type="stmt"/>
657
+ <line num="848" count="0" type="cond" truecount="0" falsecount="1"/>
658
+ <line num="849" count="0" type="stmt"/>
659
+ <line num="850" count="0" type="stmt"/>
660
+ <line num="851" count="0" type="stmt"/>
661
+ <line num="852" count="0" type="stmt"/>
662
+ <line num="853" count="0" type="stmt"/>
663
+ <line num="854" count="0" type="stmt"/>
707
664
  <line num="855" count="0" type="stmt"/>
665
+ <line num="856" count="0" type="stmt"/>
708
666
  <line num="857" count="0" type="stmt"/>
709
- <line num="860" count="0" type="cond" truecount="0" falsecount="2"/>
710
- <line num="867" count="0" type="cond" truecount="0" falsecount="1"/>
711
- <line num="868" count="0" type="stmt"/>
712
- <line num="869" count="0" type="stmt"/>
713
- <line num="870" count="0" type="stmt"/>
714
- <line num="872" count="0" type="cond" truecount="0" falsecount="1"/>
715
- <line num="873" count="0" type="stmt"/>
716
- <line num="874" count="0" type="stmt"/>
717
- <line num="875" count="0" type="stmt"/>
718
- <line num="895" count="0" type="stmt"/>
719
- <line num="896" count="0" type="cond" truecount="0" falsecount="1"/>
720
- <line num="904" count="0" type="stmt"/>
721
- <line num="905" count="0" type="stmt"/>
722
- <line num="906" count="0" type="stmt"/>
723
- <line num="908" count="0" type="stmt"/>
724
- <line num="909" count="0" type="stmt"/>
725
- <line num="910" count="0" type="stmt"/>
726
- <line num="918" count="0" type="stmt"/>
727
- <line num="923" count="0" type="cond" truecount="0" falsecount="3"/>
728
- <line num="924" count="0" type="stmt"/>
729
- <line num="926" count="0" type="stmt"/>
730
- <line num="929" count="0" type="stmt"/>
731
- <line num="930" count="0" type="stmt"/>
732
- <line num="932" count="0" type="stmt"/>
733
- <line num="934" count="0" type="stmt"/>
734
- <line num="940" count="0" type="stmt"/>
735
- <line num="941" count="0" type="stmt"/>
736
- <line num="943" count="0" type="stmt"/>
737
- <line num="944" count="0" type="stmt"/>
738
- <line num="945" count="0" type="stmt"/>
739
- <line num="946" count="0" type="stmt"/>
740
- <line num="947" count="0" type="stmt"/>
741
- <line num="948" count="0" type="cond" truecount="0" falsecount="4"/>
742
- <line num="949" count="0" type="stmt"/>
743
- <line num="951" count="0" type="stmt"/>
744
- <line num="954" count="0" type="stmt"/>
745
- <line num="957" count="0" type="stmt"/>
746
- <line num="958" count="0" type="stmt"/>
747
- <line num="960" count="0" type="stmt"/>
748
- <line num="961" count="0" type="cond" truecount="0" falsecount="2"/>
749
- <line num="963" count="0" type="cond" truecount="0" falsecount="2"/>
750
- <line num="966" count="0" type="stmt"/>
751
- <line num="967" count="0" type="stmt"/>
752
- <line num="969" count="0" type="stmt"/>
753
- <line num="970" count="0" type="stmt"/>
754
- <line num="973" count="0" type="stmt"/>
755
- <line num="974" count="0" type="stmt"/>
756
- <line num="977" count="0" type="cond" truecount="0" falsecount="1"/>
757
- <line num="978" count="0" type="stmt"/>
758
- <line num="981" count="0" type="stmt"/>
759
- <line num="984" count="0" type="stmt"/>
760
- <line num="986" count="0" type="cond" truecount="0" falsecount="1"/>
761
- <line num="987" count="0" type="stmt"/>
762
- <line num="989" count="0" type="stmt"/>
763
- <line num="991" count="0" type="cond" truecount="0" falsecount="2"/>
764
- <line num="995" count="0" type="stmt"/>
765
- <line num="996" count="0" type="cond" truecount="0" falsecount="1"/>
766
- <line num="997" count="0" type="stmt"/>
767
- <line num="999" count="0" type="cond" truecount="0" falsecount="5"/>
768
- <line num="1000" count="0" type="stmt"/>
769
- <line num="1001" count="0" type="cond" truecount="0" falsecount="1"/>
770
- <line num="1002" count="0" type="stmt"/>
771
- <line num="1003" count="0" type="cond" truecount="0" falsecount="2"/>
772
- <line num="1007" count="0" type="cond" truecount="0" falsecount="1"/>
773
- <line num="1008" count="0" type="cond" truecount="0" falsecount="2"/>
774
- <line num="1010" count="0" type="stmt"/>
775
- <line num="1011" count="0" type="cond" truecount="0" falsecount="1"/>
776
- <line num="1012" count="0" type="stmt"/>
777
- <line num="1017" count="0" type="stmt"/>
778
- <line num="1021" count="0" type="stmt"/>
779
- <line num="1024" count="0" type="stmt"/>
780
- <line num="1025" count="0" type="stmt"/>
781
- <line num="1026" count="0" type="cond" truecount="0" falsecount="1"/>
782
- <line num="1027" count="0" type="stmt"/>
783
- <line num="1028" count="0" type="stmt"/>
784
- <line num="1031" count="0" type="stmt"/>
785
- <line num="1032" count="0" type="stmt"/>
786
- <line num="1033" count="0" type="stmt"/>
787
- <line num="1034" count="0" type="stmt"/>
788
- <line num="1038" count="0" type="stmt"/>
789
- <line num="1042" count="0" type="stmt"/>
790
- <line num="1046" count="0" type="cond" truecount="0" falsecount="4"/>
791
- <line num="1054" count="0" type="cond" truecount="0" falsecount="2"/>
792
- <line num="1055" count="0" type="stmt"/>
793
- <line num="1056" count="0" type="stmt"/>
794
- <line num="1057" count="0" type="stmt"/>
795
- <line num="1061" count="0" type="stmt"/>
796
- <line num="1062" count="0" type="stmt"/>
797
- <line num="1063" count="0" type="cond" truecount="0" falsecount="1"/>
798
- <line num="1064" count="0" type="stmt"/>
799
- <line num="1065" count="0" type="stmt"/>
800
- <line num="1066" count="0" type="stmt"/>
801
- <line num="1070" count="0" type="stmt"/>
802
- <line num="1076" count="0" type="cond" truecount="0" falsecount="4"/>
803
- <line num="1080" count="0" type="stmt"/>
804
- <line num="1084" count="0" type="stmt"/>
805
- <line num="1085" count="0" type="stmt"/>
806
- <line num="1089" count="0" type="cond" truecount="0" falsecount="1"/>
807
- <line num="1090" count="0" type="stmt"/>
808
- <line num="1091" count="0" type="stmt"/>
809
- <line num="1092" count="0" type="stmt"/>
810
- <line num="1093" count="0" type="stmt"/>
811
- <line num="1094" count="0" type="stmt"/>
812
- <line num="1095" count="0" type="stmt"/>
813
- <line num="1096" count="0" type="stmt"/>
814
- <line num="1097" count="0" type="stmt"/>
815
- <line num="1098" count="0" type="cond" truecount="0" falsecount="3"/>
816
- <line num="1099" count="0" type="stmt"/>
817
- <line num="1101" count="0" type="cond" truecount="0" falsecount="4"/>
818
- <line num="1103" count="0" type="stmt"/>
667
+ <line num="858" count="0" type="cond" truecount="0" falsecount="3"/>
668
+ <line num="859" count="0" type="stmt"/>
669
+ <line num="861" count="0" type="cond" truecount="0" falsecount="4"/>
670
+ <line num="863" count="0" type="stmt"/>
819
671
  </file>
820
672
  <file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
821
673
  <metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
@@ -831,7 +683,7 @@
831
683
  <line num="61" count="0" type="stmt"/>
832
684
  </file>
833
685
  <file name="messages.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/messages.gen.ts">
834
- <metrics statements="140" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="70" coveredmethods="0"/>
686
+ <metrics statements="142" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="71" coveredmethods="0"/>
835
687
  <line num="8" count="0" type="stmt"/>
836
688
  <line num="11" count="0" type="stmt"/>
837
689
  <line num="17" count="0" type="stmt"/>
@@ -959,19 +811,21 @@
959
811
  <line num="820" count="0" type="stmt"/>
960
812
  <line num="828" count="0" type="stmt"/>
961
813
  <line num="839" count="0" type="stmt"/>
962
- <line num="844" count="0" type="stmt"/>
963
- <line num="852" count="0" type="stmt"/>
964
- <line num="855" count="0" type="stmt"/>
965
- <line num="861" count="0" type="stmt"/>
966
- <line num="864" count="0" type="stmt"/>
967
- <line num="870" count="0" type="stmt"/>
968
- <line num="882" count="0" type="stmt"/>
969
- <line num="897" count="0" type="stmt"/>
970
- <line num="900" count="0" type="stmt"/>
971
- <line num="906" count="0" type="stmt"/>
972
- <line num="909" count="0" type="stmt"/>
973
- <line num="915" count="0" type="stmt"/>
814
+ <line num="847" count="0" type="stmt"/>
815
+ <line num="858" count="0" type="stmt"/>
816
+ <line num="863" count="0" type="stmt"/>
817
+ <line num="871" count="0" type="stmt"/>
818
+ <line num="874" count="0" type="stmt"/>
819
+ <line num="880" count="0" type="stmt"/>
820
+ <line num="883" count="0" type="stmt"/>
821
+ <line num="889" count="0" type="stmt"/>
822
+ <line num="901" count="0" type="stmt"/>
823
+ <line num="916" count="0" type="stmt"/>
974
824
  <line num="919" count="0" type="stmt"/>
825
+ <line num="925" count="0" type="stmt"/>
826
+ <line num="928" count="0" type="stmt"/>
827
+ <line num="934" count="0" type="stmt"/>
828
+ <line num="938" count="0" type="stmt"/>
975
829
  </file>
976
830
  <file name="nodes.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/nodes.ts">
977
831
  <metrics statements="51" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="13" coveredmethods="0"/>
@@ -1303,7 +1157,7 @@
1303
1157
  </file>
1304
1158
  </package>
1305
1159
  <package name="main.modules">
1306
- <metrics statements="1214" coveredstatements="76" conditionals="634" coveredconditionals="30" methods="258" coveredmethods="28"/>
1160
+ <metrics statements="1141" coveredstatements="27" conditionals="598" coveredconditionals="9" methods="227" coveredmethods="10"/>
1307
1161
  <file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
1308
1162
  <metrics statements="22" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
1309
1163
  <line num="4" count="0" type="stmt"/>
@@ -1398,109 +1252,6 @@
1398
1252
  <line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
1399
1253
  <line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
1400
1254
  </file>
1401
- <file name="conditionsManager.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/conditionsManager.ts">
1402
- <metrics statements="100" coveredstatements="76" conditionals="42" coveredconditionals="30" methods="42" coveredmethods="28"/>
1403
- <line num="12" count="1" type="stmt"/>
1404
- <line num="13" count="11" type="stmt"/>
1405
- <line num="14" count="11" type="stmt"/>
1406
- <line num="16" count="11" type="stmt"/>
1407
- <line num="19" count="6" type="stmt"/>
1408
- <line num="23" count="1" type="stmt"/>
1409
- <line num="24" count="1" type="stmt"/>
1410
- <line num="30" count="1" type="stmt"/>
1411
- <line num="31" count="1" type="stmt"/>
1412
- <line num="33" count="0" type="stmt"/>
1413
- <line num="38" count="9" type="cond" truecount="1" falsecount="0"/>
1414
- <line num="39" count="8" type="stmt"/>
1415
- <line num="40" count="8" type="stmt"/>
1416
- <line num="41" count="8" type="stmt"/>
1417
- <line num="43" count="0" type="stmt"/>
1418
- <line num="48" count="6" type="cond" truecount="0" falsecount="1"/>
1419
- <line num="50" count="6" type="cond" truecount="5" falsecount="1"/>
1420
- <line num="52" count="1" type="stmt"/>
1421
- <line num="53" count="1" type="stmt"/>
1422
- <line num="55" count="1" type="stmt"/>
1423
- <line num="56" count="1" type="stmt"/>
1424
- <line num="58" count="1" type="stmt"/>
1425
- <line num="59" count="1" type="stmt"/>
1426
- <line num="61" count="1" type="stmt"/>
1427
- <line num="62" count="1" type="stmt"/>
1428
- <line num="64" count="2" type="stmt"/>
1429
- <line num="65" count="2" type="stmt"/>
1430
- <line num="67" count="0" type="stmt"/>
1431
- <line num="72" count="0" type="stmt"/>
1432
- <line num="73" count="0" type="stmt"/>
1433
- <line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
1434
- <line num="76" count="0" type="stmt"/>
1435
- <line num="77" count="0" type="stmt"/>
1436
- <line num="78" count="0" type="cond" truecount="0" falsecount="3"/>
1437
- <line num="79" count="0" type="stmt"/>
1438
- <line num="85" count="11" type="stmt"/>
1439
- <line num="88" count="1" type="stmt"/>
1440
- <line num="89" count="6" type="stmt"/>
1441
- <line num="90" count="6" type="cond" truecount="1" falsecount="0"/>
1442
- <line num="91" count="1" type="stmt"/>
1443
- <line num="98" count="2" type="stmt"/>
1444
- <line num="99" count="4" type="stmt"/>
1445
- <line num="101" count="2" type="cond" truecount="1" falsecount="0"/>
1446
- <line num="102" count="2" type="stmt"/>
1447
- <line num="104" count="4" type="cond" truecount="2" falsecount="3"/>
1448
- <line num="106" count="2" type="stmt"/>
1449
- <line num="107" count="2" type="stmt"/>
1450
- <line num="109" count="2" type="stmt"/>
1451
- <line num="110" count="2" type="stmt"/>
1452
- <line num="112" count="0" type="stmt"/>
1453
- <line num="113" count="0" type="stmt"/>
1454
- <line num="115" count="0" type="stmt"/>
1455
- <line num="116" count="0" type="stmt"/>
1456
- <line num="118" count="0" type="stmt"/>
1457
- <line num="120" count="4" type="stmt"/>
1458
- <line num="122" count="4" type="cond" truecount="3" falsecount="0"/>
1459
- <line num="123" count="2" type="stmt"/>
1460
- <line num="131" count="1" type="stmt"/>
1461
- <line num="132" count="1" type="cond" truecount="1" falsecount="0"/>
1462
- <line num="133" count="1" type="stmt"/>
1463
- <line num="134" count="1" type="stmt"/>
1464
- <line num="135" count="1" type="cond" truecount="3" falsecount="0"/>
1465
- <line num="136" count="1" type="stmt"/>
1466
- <line num="144" count="1" type="stmt"/>
1467
- <line num="145" count="1" type="stmt"/>
1468
- <line num="147" count="1" type="cond" truecount="1" falsecount="0"/>
1469
- <line num="148" count="1" type="stmt"/>
1470
- <line num="149" count="0" type="stmt"/>
1471
- <line num="150" count="0" type="cond" truecount="0" falsecount="3"/>
1472
- <line num="151" count="0" type="stmt"/>
1473
- <line num="155" count="1" type="stmt"/>
1474
- <line num="156" count="1" type="cond" truecount="1" falsecount="0"/>
1475
- <line num="157" count="1" type="stmt"/>
1476
- <line num="158" count="1" type="stmt"/>
1477
- <line num="159" count="1" type="cond" truecount="3" falsecount="0"/>
1478
- <line num="160" count="1" type="stmt"/>
1479
- <line num="168" count="1" type="stmt"/>
1480
- <line num="169" count="1" type="cond" truecount="1" falsecount="0"/>
1481
- <line num="170" count="1" type="stmt"/>
1482
- <line num="171" count="1" type="stmt"/>
1483
- <line num="172" count="1" type="cond" truecount="3" falsecount="0"/>
1484
- <line num="173" count="1" type="stmt"/>
1485
- <line num="181" count="1" type="stmt"/>
1486
- <line num="182" count="1" type="stmt"/>
1487
- <line num="183" count="1" type="stmt"/>
1488
- <line num="185" count="1" type="cond" truecount="1" falsecount="0"/>
1489
- <line num="186" count="1" type="stmt"/>
1490
- <line num="187" count="1" type="stmt"/>
1491
- <line num="188" count="1" type="cond" truecount="3" falsecount="0"/>
1492
- <line num="189" count="1" type="stmt"/>
1493
- <line num="228" count="1" type="stmt"/>
1494
- <line num="229" count="5" type="stmt"/>
1495
- <line num="230" count="0" type="stmt"/>
1496
- <line num="231" count="1" type="stmt"/>
1497
- <line num="232" count="0" type="stmt"/>
1498
- <line num="233" count="0" type="stmt"/>
1499
- <line num="234" count="0" type="stmt"/>
1500
- <line num="235" count="0" type="stmt"/>
1501
- <line num="236" count="2" type="stmt"/>
1502
- <line num="237" count="0" type="stmt"/>
1503
- </file>
1504
1255
  <file name="connection.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/connection.ts">
1505
1256
  <metrics statements="9" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
1506
1257
  <line num="2" count="0" type="stmt"/>
@@ -1787,7 +1538,7 @@
1787
1538
  <line num="98" count="0" type="stmt"/>
1788
1539
  </file>
1789
1540
  <file name="featureFlags.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/featureFlags.ts">
1790
- <metrics statements="42" coveredstatements="0" conditionals="13" coveredconditionals="0" methods="17" coveredmethods="0"/>
1541
+ <metrics statements="41" coveredstatements="0" conditionals="9" coveredconditionals="0" methods="17" coveredmethods="0"/>
1791
1542
  <line num="15" count="0" type="stmt"/>
1792
1543
  <line num="16" count="0" type="stmt"/>
1793
1544
  <line num="17" count="0" type="stmt"/>
@@ -1809,27 +1560,26 @@
1809
1560
  <line num="50" count="0" type="stmt"/>
1810
1561
  <line num="51" count="0" type="stmt"/>
1811
1562
  <line num="52" count="0" type="stmt"/>
1812
- <line num="66" count="0" type="cond" truecount="0" falsecount="4"/>
1813
- <line num="67" count="0" type="stmt"/>
1814
- <line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
1563
+ <line num="66" count="0" type="stmt"/>
1564
+ <line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
1565
+ <line num="75" count="0" type="stmt"/>
1815
1566
  <line num="76" count="0" type="stmt"/>
1816
- <line num="77" count="0" type="stmt"/>
1567
+ <line num="81" count="0" type="stmt"/>
1817
1568
  <line num="82" count="0" type="stmt"/>
1818
- <line num="83" count="0" type="stmt"/>
1819
- <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
1569
+ <line num="83" count="0" type="cond" truecount="0" falsecount="1"/>
1570
+ <line num="86" count="0" type="stmt"/>
1820
1571
  <line num="87" count="0" type="stmt"/>
1821
1572
  <line num="88" count="0" type="stmt"/>
1822
1573
  <line num="89" count="0" type="stmt"/>
1823
- <line num="90" count="0" type="stmt"/>
1574
+ <line num="92" count="0" type="stmt"/>
1824
1575
  <line num="93" count="0" type="stmt"/>
1825
- <line num="94" count="0" type="stmt"/>
1826
- <line num="95" count="0" type="cond" truecount="0" falsecount="4"/>
1827
- <line num="99" count="0" type="stmt"/>
1828
- <line num="103" count="0" type="stmt"/>
1829
- <line num="104" count="0" type="cond" truecount="0" falsecount="1"/>
1576
+ <line num="94" count="0" type="cond" truecount="0" falsecount="4"/>
1577
+ <line num="98" count="0" type="stmt"/>
1578
+ <line num="102" count="0" type="stmt"/>
1579
+ <line num="103" count="0" type="cond" truecount="0" falsecount="1"/>
1580
+ <line num="104" count="0" type="stmt"/>
1830
1581
  <line num="105" count="0" type="stmt"/>
1831
- <line num="106" count="0" type="stmt"/>
1832
- <line num="108" count="0" type="stmt"/>
1582
+ <line num="107" count="0" type="stmt"/>
1833
1583
  </file>
1834
1584
  <file name="focus.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/focus.ts">
1835
1585
  <metrics statements="27" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="7" coveredmethods="0"/>
@@ -2435,6 +2185,37 @@
2435
2185
  <line num="8" count="0" type="stmt"/>
2436
2186
  <line num="12" count="0" type="stmt"/>
2437
2187
  </file>
2188
+ <file name="tagWatcher.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/tagWatcher.ts">
2189
+ <metrics statements="28" coveredstatements="27" conditionals="10" coveredconditionals="9" methods="11" coveredmethods="10"/>
2190
+ <line num="1" count="1" type="stmt"/>
2191
+ <line num="4" count="5" type="stmt"/>
2192
+ <line num="5" count="5" type="stmt"/>
2193
+ <line num="8" count="5" type="stmt"/>
2194
+ <line num="9" count="5" type="stmt"/>
2195
+ <line num="10" count="5" type="stmt"/>
2196
+ <line num="12" count="5" type="cond" truecount="6" falsecount="0"/>
2197
+ <line num="13" count="5" type="stmt"/>
2198
+ <line num="17" count="1" type="stmt"/>
2199
+ <line num="18" count="1" type="stmt"/>
2200
+ <line num="20" count="1" type="stmt"/>
2201
+ <line num="21" count="1" type="cond" truecount="1" falsecount="1"/>
2202
+ <line num="23" count="0" type="stmt"/>
2203
+ <line num="27" count="9" type="stmt"/>
2204
+ <line num="28" count="9" type="stmt"/>
2205
+ <line num="29" count="9" type="stmt"/>
2206
+ <line num="30" count="10" type="stmt"/>
2207
+ <line num="31" count="1" type="stmt"/>
2208
+ <line num="32" count="1" type="cond" truecount="1" falsecount="0"/>
2209
+ <line num="33" count="1" type="stmt"/>
2210
+ <line num="40" count="1" type="cond" truecount="1" falsecount="0"/>
2211
+ <line num="41" count="1" type="stmt"/>
2212
+ <line num="43" count="1" type="stmt"/>
2213
+ <line num="47" count="1" type="stmt"/>
2214
+ <line num="48" count="2" type="stmt"/>
2215
+ <line num="50" count="1" type="stmt"/>
2216
+ <line num="51" count="1" type="stmt"/>
2217
+ <line num="55" count="1" type="stmt"/>
2218
+ </file>
2438
2219
  <file name="timing.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/timing.ts">
2439
2220
  <metrics statements="110" coveredstatements="0" conditionals="111" coveredconditionals="0" methods="12" coveredmethods="0"/>
2440
2221
  <line num="2" count="0" type="stmt"/>
@@ -2583,7 +2364,7 @@
2583
2364
  </file>
2584
2365
  </package>
2585
2366
  <package name="main.modules.Network">
2586
- <metrics statements="491" coveredstatements="0" conditionals="265" coveredconditionals="0" methods="71" coveredmethods="0"/>
2367
+ <metrics statements="492" coveredstatements="0" conditionals="270" coveredconditionals="0" methods="71" coveredmethods="0"/>
2587
2368
  <file name="beaconProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/beaconProxy.ts">
2588
2369
  <metrics statements="53" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="5" coveredmethods="0"/>
2589
2370
  <line num="2" count="0" type="stmt"/>
@@ -2641,7 +2422,7 @@
2641
2422
  <line num="91" count="0" type="stmt"/>
2642
2423
  </file>
2643
2424
  <file name="fetchProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/fetchProxy.ts">
2644
- <metrics statements="147" coveredstatements="0" conditionals="93" coveredconditionals="0" methods="20" coveredmethods="0"/>
2425
+ <metrics statements="148" coveredstatements="0" conditionals="94" coveredconditionals="0" methods="20" coveredmethods="0"/>
2645
2426
  <line num="8" count="0" type="stmt"/>
2646
2427
  <line num="9" count="0" type="stmt"/>
2647
2428
  <line num="13" count="0" type="stmt"/>
@@ -2705,90 +2486,91 @@
2705
2486
  <line num="128" count="0" type="stmt"/>
2706
2487
  <line num="132" count="0" type="stmt"/>
2707
2488
  <line num="133" count="0" type="stmt"/>
2708
- <line num="135" count="0" type="cond" truecount="0" falsecount="7"/>
2709
- <line num="138" count="0" type="cond" truecount="0" falsecount="4"/>
2710
- <line num="142" count="0" type="cond" truecount="0" falsecount="1"/>
2711
- <line num="143" count="0" type="stmt"/>
2712
- <line num="146" count="0" type="stmt"/>
2713
- <line num="147" count="0" type="stmt"/>
2714
- <line num="149" count="0" type="stmt"/>
2715
- <line num="150" count="0" type="cond" truecount="0" falsecount="1"/>
2716
- <line num="151" count="0" type="cond" truecount="0" falsecount="1"/>
2489
+ <line num="134" count="0" type="cond" truecount="0" falsecount="1"/>
2490
+ <line num="139" count="0" type="stmt"/>
2491
+ <line num="143" count="0" type="cond" truecount="0" falsecount="4"/>
2492
+ <line num="147" count="0" type="cond" truecount="0" falsecount="1"/>
2493
+ <line num="148" count="0" type="stmt"/>
2494
+ <line num="151" count="0" type="stmt"/>
2717
2495
  <line num="152" count="0" type="stmt"/>
2718
- <line num="155" count="0" type="cond" truecount="0" falsecount="4"/>
2719
- <line num="156" count="0" type="stmt"/>
2720
- <line num="158" count="0" type="cond" truecount="0" falsecount="1"/>
2721
- <line num="159" count="0" type="cond" truecount="0" falsecount="1"/>
2722
- <line num="160" count="0" type="stmt"/>
2723
- <line num="162" count="0" type="cond" truecount="0" falsecount="2"/>
2724
- <line num="163" count="0" type="stmt"/>
2725
- <line num="164" count="0" type="cond" truecount="0" falsecount="2"/>
2496
+ <line num="154" count="0" type="stmt"/>
2497
+ <line num="155" count="0" type="cond" truecount="0" falsecount="1"/>
2498
+ <line num="156" count="0" type="cond" truecount="0" falsecount="1"/>
2499
+ <line num="157" count="0" type="stmt"/>
2500
+ <line num="160" count="0" type="cond" truecount="0" falsecount="4"/>
2501
+ <line num="161" count="0" type="stmt"/>
2502
+ <line num="163" count="0" type="cond" truecount="0" falsecount="1"/>
2503
+ <line num="164" count="0" type="cond" truecount="0" falsecount="1"/>
2726
2504
  <line num="165" count="0" type="stmt"/>
2505
+ <line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
2727
2506
  <line num="168" count="0" type="stmt"/>
2728
- <line num="172" count="0" type="stmt"/>
2729
- <line num="176" count="0" type="stmt"/>
2730
- <line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
2731
- <line num="178" count="0" type="stmt"/>
2732
- <line num="184" count="0" type="stmt"/>
2733
- <line num="185" count="0" type="stmt"/>
2734
- <line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
2735
- <line num="190" count="0" type="cond" truecount="0" falsecount="6"/>
2736
- <line num="191" count="0" type="stmt"/>
2737
- <line num="192" count="0" type="cond" truecount="0" falsecount="6"/>
2738
- <line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
2507
+ <line num="169" count="0" type="cond" truecount="0" falsecount="2"/>
2508
+ <line num="170" count="0" type="stmt"/>
2509
+ <line num="173" count="0" type="stmt"/>
2510
+ <line num="177" count="0" type="stmt"/>
2511
+ <line num="181" count="0" type="stmt"/>
2512
+ <line num="182" count="0" type="cond" truecount="0" falsecount="2"/>
2513
+ <line num="183" count="0" type="stmt"/>
2514
+ <line num="189" count="0" type="stmt"/>
2515
+ <line num="190" count="0" type="stmt"/>
2516
+ <line num="193" count="0" type="cond" truecount="0" falsecount="2"/>
2517
+ <line num="195" count="0" type="cond" truecount="0" falsecount="6"/>
2739
2518
  <line num="196" count="0" type="stmt"/>
2740
- <line num="197" count="0" type="stmt"/>
2741
- <line num="200" count="0" type="stmt"/>
2519
+ <line num="197" count="0" type="cond" truecount="0" falsecount="6"/>
2520
+ <line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
2742
2521
  <line num="201" count="0" type="stmt"/>
2743
2522
  <line num="202" count="0" type="stmt"/>
2744
- <line num="203" count="0" type="stmt"/>
2745
- <line num="204" count="0" type="cond" truecount="0" falsecount="2"/>
2746
2523
  <line num="205" count="0" type="stmt"/>
2747
2524
  <line num="206" count="0" type="stmt"/>
2748
2525
  <line num="207" count="0" type="stmt"/>
2749
- <line num="208" count="0" type="cond" truecount="0" falsecount="1"/>
2526
+ <line num="208" count="0" type="stmt"/>
2527
+ <line num="209" count="0" type="cond" truecount="0" falsecount="2"/>
2750
2528
  <line num="210" count="0" type="stmt"/>
2751
- <line num="213" count="0" type="cond" truecount="0" falsecount="2"/>
2752
- <line num="214" count="0" type="stmt"/>
2529
+ <line num="211" count="0" type="stmt"/>
2530
+ <line num="212" count="0" type="stmt"/>
2531
+ <line num="213" count="0" type="cond" truecount="0" falsecount="1"/>
2753
2532
  <line num="215" count="0" type="stmt"/>
2754
- <line num="216" count="0" type="stmt"/>
2533
+ <line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
2755
2534
  <line num="219" count="0" type="stmt"/>
2756
- <line num="223" count="0" type="cond" truecount="0" falsecount="3"/>
2535
+ <line num="220" count="0" type="stmt"/>
2536
+ <line num="221" count="0" type="stmt"/>
2757
2537
  <line num="224" count="0" type="stmt"/>
2758
- <line num="225" count="0" type="stmt"/>
2759
- <line num="226" count="0" type="stmt"/>
2760
- <line num="231" count="0" type="cond" truecount="0" falsecount="5"/>
2761
- <line num="232" count="0" type="stmt"/>
2538
+ <line num="228" count="0" type="cond" truecount="0" falsecount="3"/>
2539
+ <line num="229" count="0" type="stmt"/>
2540
+ <line num="230" count="0" type="stmt"/>
2541
+ <line num="231" count="0" type="stmt"/>
2542
+ <line num="236" count="0" type="cond" truecount="0" falsecount="5"/>
2762
2543
  <line num="237" count="0" type="stmt"/>
2763
- <line num="238" count="0" type="stmt"/>
2764
- <line num="239" count="0" type="cond" truecount="0" falsecount="2"/>
2765
- <line num="240" count="0" type="stmt"/>
2766
- <line num="241" count="0" type="stmt"/>
2544
+ <line num="242" count="0" type="stmt"/>
2767
2545
  <line num="243" count="0" type="stmt"/>
2768
- <line num="244" count="0" type="stmt"/>
2546
+ <line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
2769
2547
  <line num="245" count="0" type="stmt"/>
2770
2548
  <line num="246" count="0" type="stmt"/>
2771
- <line num="247" count="0" type="cond" truecount="0" falsecount="2"/>
2772
- <line num="250" count="0" type="cond" truecount="0" falsecount="2"/>
2773
- <line num="254" count="0" type="stmt"/>
2774
- <line num="258" count="0" type="stmt"/>
2775
- <line num="260" count="0" type="stmt"/>
2776
- <line num="262" count="0" type="stmt"/>
2777
- <line num="264" count="0" type="stmt"/>
2549
+ <line num="248" count="0" type="stmt"/>
2550
+ <line num="249" count="0" type="stmt"/>
2551
+ <line num="250" count="0" type="stmt"/>
2552
+ <line num="251" count="0" type="stmt"/>
2553
+ <line num="252" count="0" type="cond" truecount="0" falsecount="2"/>
2554
+ <line num="255" count="0" type="cond" truecount="0" falsecount="2"/>
2555
+ <line num="259" count="0" type="stmt"/>
2556
+ <line num="263" count="0" type="stmt"/>
2778
2557
  <line num="265" count="0" type="stmt"/>
2779
2558
  <line num="267" count="0" type="stmt"/>
2559
+ <line num="269" count="0" type="stmt"/>
2560
+ <line num="270" count="0" type="stmt"/>
2780
2561
  <line num="272" count="0" type="stmt"/>
2781
- <line num="278" count="0" type="stmt"/>
2782
- <line num="279" count="0" type="cond" truecount="0" falsecount="4"/>
2783
- <line num="280" count="0" type="stmt"/>
2784
- <line num="281" count="0" type="stmt"/>
2785
- <line num="282" count="0" type="cond" truecount="0" falsecount="2"/>
2562
+ <line num="277" count="0" type="stmt"/>
2563
+ <line num="283" count="0" type="stmt"/>
2564
+ <line num="284" count="0" type="cond" truecount="0" falsecount="4"/>
2565
+ <line num="285" count="0" type="stmt"/>
2786
2566
  <line num="286" count="0" type="stmt"/>
2787
- <line num="287" count="0" type="stmt"/>
2788
- <line num="289" count="0" type="stmt"/>
2789
- <line num="290" count="0" type="stmt"/>
2567
+ <line num="287" count="0" type="cond" truecount="0" falsecount="2"/>
2568
+ <line num="291" count="0" type="stmt"/>
2569
+ <line num="292" count="0" type="stmt"/>
2570
+ <line num="294" count="0" type="stmt"/>
2790
2571
  <line num="295" count="0" type="stmt"/>
2791
- <line num="304" count="0" type="stmt"/>
2572
+ <line num="300" count="0" type="stmt"/>
2573
+ <line num="309" count="0" type="stmt"/>
2792
2574
  </file>
2793
2575
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/index.ts">
2794
2576
  <metrics statements="14" coveredstatements="0" conditionals="13" coveredconditionals="0" methods="2" coveredmethods="0"/>
@@ -2969,7 +2751,7 @@
2969
2751
  <line num="203" count="0" type="stmt"/>
2970
2752
  </file>
2971
2753
  <file name="xhrProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/xhrProxy.ts">
2972
- <metrics statements="122" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="26" coveredmethods="0"/>
2754
+ <metrics statements="122" coveredstatements="0" conditionals="48" coveredconditionals="0" methods="26" coveredmethods="0"/>
2973
2755
  <line num="9" count="0" type="stmt"/>
2974
2756
  <line num="10" count="0" type="stmt"/>
2975
2757
  <line num="14" count="0" type="stmt"/>
@@ -3044,7 +2826,7 @@
3044
2826
  <line num="142" count="0" type="stmt"/>
3045
2827
  <line num="147" count="0" type="stmt"/>
3046
2828
  <line num="148" count="0" type="stmt"/>
3047
- <line num="149" count="0" type="stmt"/>
2829
+ <line num="149" count="0" type="cond" truecount="0" falsecount="4"/>
3048
2830
  <line num="154" count="0" type="stmt"/>
3049
2831
  <line num="155" count="0" type="stmt"/>
3050
2832
  <line num="156" count="0" type="stmt"/>
@@ -3575,7 +3357,7 @@
3575
3357
  </file>
3576
3358
  </package>
3577
3359
  <package name="webworker">
3578
- <metrics statements="437" coveredstatements="0" conditionals="364" coveredconditionals="0" methods="54" coveredmethods="0"/>
3360
+ <metrics statements="440" coveredstatements="0" conditionals="375" coveredconditionals="0" methods="54" coveredmethods="0"/>
3579
3361
  <file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">
3580
3362
  <metrics statements="68" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="10" coveredmethods="0"/>
3581
3363
  <line num="3" count="0" type="stmt"/>
@@ -3648,10 +3430,10 @@
3648
3430
  <line num="130" count="0" type="stmt"/>
3649
3431
  </file>
3650
3432
  <file name="MessageEncoder.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/MessageEncoder.gen.ts">
3651
- <metrics statements="143" coveredstatements="0" conditionals="272" coveredconditionals="0" methods="1" coveredmethods="0"/>
3433
+ <metrics statements="145" coveredstatements="0" conditionals="279" coveredconditionals="0" methods="1" coveredmethods="0"/>
3652
3434
  <line num="6" count="0" type="stmt"/>
3653
3435
  <line num="9" count="0" type="stmt"/>
3654
- <line num="11" count="0" type="cond" truecount="0" falsecount="70"/>
3436
+ <line num="11" count="0" type="cond" truecount="0" falsecount="71"/>
3655
3437
  <line num="14" count="0" type="stmt"/>
3656
3438
  <line num="15" count="0" type="stmt"/>
3657
3439
  <line num="18" count="0" type="cond" truecount="0" falsecount="3"/>
@@ -3778,20 +3560,22 @@
3778
3560
  <line num="259" count="0" type="stmt"/>
3779
3561
  <line num="262" count="0" type="cond" truecount="0" falsecount="6"/>
3780
3562
  <line num="263" count="0" type="stmt"/>
3781
- <line num="266" count="0" type="cond" truecount="0" falsecount="3"/>
3563
+ <line num="266" count="0" type="cond" truecount="0" falsecount="6"/>
3782
3564
  <line num="267" count="0" type="stmt"/>
3783
- <line num="270" count="0" type="stmt"/>
3565
+ <line num="270" count="0" type="cond" truecount="0" falsecount="3"/>
3784
3566
  <line num="271" count="0" type="stmt"/>
3785
3567
  <line num="274" count="0" type="stmt"/>
3786
3568
  <line num="275" count="0" type="stmt"/>
3787
- <line num="278" count="0" type="cond" truecount="0" falsecount="10"/>
3569
+ <line num="278" count="0" type="stmt"/>
3788
3570
  <line num="279" count="0" type="stmt"/>
3789
- <line num="282" count="0" type="stmt"/>
3571
+ <line num="282" count="0" type="cond" truecount="0" falsecount="10"/>
3790
3572
  <line num="283" count="0" type="stmt"/>
3791
3573
  <line num="286" count="0" type="stmt"/>
3792
3574
  <line num="287" count="0" type="stmt"/>
3793
- <line num="290" count="0" type="cond" truecount="0" falsecount="2"/>
3575
+ <line num="290" count="0" type="stmt"/>
3794
3576
  <line num="291" count="0" type="stmt"/>
3577
+ <line num="294" count="0" type="cond" truecount="0" falsecount="2"/>
3578
+ <line num="295" count="0" type="stmt"/>
3795
3579
  </file>
3796
3580
  <file name="PrimitiveEncoder.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/PrimitiveEncoder.ts">
3797
3581
  <metrics statements="69" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="13" coveredmethods="0"/>
@@ -3932,7 +3716,7 @@
3932
3716
  <line num="137" count="0" type="stmt"/>
3933
3717
  </file>
3934
3718
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/index.ts">
3935
- <metrics statements="94" coveredstatements="0" conditionals="29" coveredconditionals="0" methods="16" coveredmethods="0"/>
3719
+ <metrics statements="95" coveredstatements="0" conditionals="33" coveredconditionals="0" methods="16" coveredmethods="0"/>
3936
3720
  <line num="7" count="0" type="stmt"/>
3937
3721
  <line num="8" count="0" type="stmt"/>
3938
3722
  <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -3966,29 +3750,30 @@
3966
3750
  <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
3967
3751
  <line num="67" count="0" type="stmt"/>
3968
3752
  <line num="68" count="0" type="stmt"/>
3753
+ <line num="71" count="0" type="stmt"/>
3969
3754
  <line num="72" count="0" type="stmt"/>
3970
- <line num="73" count="0" type="stmt"/>
3971
- <line num="76" count="0" type="stmt"/>
3972
- <line num="80" count="0" type="stmt"/>
3973
- <line num="81" count="0" type="cond" truecount="0" falsecount="1"/>
3755
+ <line num="75" count="0" type="stmt"/>
3756
+ <line num="79" count="0" type="stmt"/>
3757
+ <line num="80" count="0" type="cond" truecount="0" falsecount="1"/>
3758
+ <line num="81" count="0" type="stmt"/>
3974
3759
  <line num="82" count="0" type="stmt"/>
3975
- <line num="83" count="0" type="stmt"/>
3976
- <line num="85" count="0" type="cond" truecount="0" falsecount="1"/>
3760
+ <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
3761
+ <line num="85" count="0" type="stmt"/>
3977
3762
  <line num="86" count="0" type="stmt"/>
3978
3763
  <line num="87" count="0" type="stmt"/>
3979
- <line num="88" count="0" type="stmt"/>
3980
- <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
3764
+ <line num="89" count="0" type="cond" truecount="0" falsecount="1"/>
3765
+ <line num="90" count="0" type="stmt"/>
3981
3766
  <line num="91" count="0" type="stmt"/>
3982
- <line num="92" count="0" type="stmt"/>
3767
+ <line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
3983
3768
  <line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
3984
- <line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
3769
+ <line num="96" count="0" type="stmt"/>
3985
3770
  <line num="97" count="0" type="stmt"/>
3986
- <line num="98" count="0" type="stmt"/>
3987
- <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
3988
- <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
3989
- <line num="102" count="0" type="stmt"/>
3990
- <line num="104" count="0" type="stmt"/>
3991
- <line num="107" count="0" type="stmt"/>
3771
+ <line num="98" count="0" type="cond" truecount="0" falsecount="1"/>
3772
+ <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
3773
+ <line num="101" count="0" type="stmt"/>
3774
+ <line num="103" count="0" type="stmt"/>
3775
+ <line num="106" count="0" type="stmt"/>
3776
+ <line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
3992
3777
  <line num="110" count="0" type="stmt"/>
3993
3778
  <line num="111" count="0" type="stmt"/>
3994
3779
  <line num="113" count="0" type="stmt"/>
@@ -3997,13 +3782,13 @@
3997
3782
  <line num="118" count="0" type="stmt"/>
3998
3783
  <line num="119" count="0" type="stmt"/>
3999
3784
  <line num="120" count="0" type="stmt"/>
4000
- <line num="122" count="0" type="stmt"/>
3785
+ <line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
4001
3786
  <line num="124" count="0" type="cond" truecount="0" falsecount="1"/>
4002
3787
  <line num="125" count="0" type="cond" truecount="0" falsecount="1"/>
4003
3788
  <line num="126" count="0" type="stmt"/>
4004
3789
  <line num="127" count="0" type="stmt"/>
4005
3790
  <line num="128" count="0" type="stmt"/>
4006
- <line num="130" count="0" type="stmt"/>
3791
+ <line num="130" count="0" type="cond" truecount="0" falsecount="2"/>
4007
3792
  <line num="133" count="0" type="cond" truecount="0" falsecount="1"/>
4008
3793
  <line num="134" count="0" type="stmt"/>
4009
3794
  <line num="135" count="0" type="stmt"/>
@@ -4011,22 +3796,22 @@
4011
3796
  <line num="143" count="0" type="stmt"/>
4012
3797
  <line num="148" count="0" type="stmt"/>
4013
3798
  <line num="151" count="0" type="stmt"/>
4014
- <line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
4015
- <line num="160" count="0" type="cond" truecount="0" falsecount="1"/>
3799
+ <line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
3800
+ <line num="158" count="0" type="cond" truecount="0" falsecount="1"/>
3801
+ <line num="159" count="0" type="stmt"/>
4016
3802
  <line num="161" count="0" type="stmt"/>
4017
- <line num="163" count="0" type="stmt"/>
4018
- <line num="166" count="0" type="cond" truecount="0" falsecount="1"/>
4019
- <line num="167" count="0" type="cond" truecount="0" falsecount="1"/>
3803
+ <line num="164" count="0" type="cond" truecount="0" falsecount="1"/>
3804
+ <line num="165" count="0" type="cond" truecount="0" falsecount="1"/>
3805
+ <line num="166" count="0" type="stmt"/>
3806
+ <line num="167" count="0" type="stmt"/>
4020
3807
  <line num="168" count="0" type="stmt"/>
4021
- <line num="169" count="0" type="stmt"/>
4022
- <line num="170" count="0" type="stmt"/>
4023
- <line num="173" count="0" type="cond" truecount="0" falsecount="1"/>
3808
+ <line num="171" count="0" type="cond" truecount="0" falsecount="1"/>
3809
+ <line num="172" count="0" type="stmt"/>
3810
+ <line num="173" count="0" type="stmt"/>
4024
3811
  <line num="174" count="0" type="stmt"/>
4025
- <line num="175" count="0" type="stmt"/>
4026
- <line num="176" count="0" type="stmt"/>
3812
+ <line num="177" count="0" type="stmt"/>
3813
+ <line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
4027
3814
  <line num="179" count="0" type="stmt"/>
4028
- <line num="180" count="0" type="cond" truecount="0" falsecount="2"/>
4029
- <line num="181" count="0" type="stmt"/>
4030
3815
  </file>
4031
3816
  </package>
4032
3817
  </project>