@openreplay/tracker 9.0.12 → 9.0.14

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/cjs/app/index.js +2 -2
  2. package/cjs/index.js +3 -2
  3. package/cjs/modules/Network/fetchProxy.d.ts +1 -1
  4. package/cjs/modules/Network/fetchProxy.js +2 -0
  5. package/cjs/modules/mouse.js +1 -0
  6. package/cjs/modules/network.js +1 -0
  7. package/coverage/clover.xml +1783 -995
  8. package/coverage/coverage-final.json +30 -25
  9. package/coverage/lcov-report/index.html +45 -45
  10. package/coverage/lcov-report/main/app/canvas.ts.html +535 -0
  11. package/coverage/lcov-report/main/app/guards.ts.html +5 -2
  12. package/coverage/lcov-report/main/app/index.html +34 -19
  13. package/coverage/lcov-report/main/app/index.ts.html +1769 -116
  14. package/coverage/lcov-report/main/app/logger.ts.html +25 -91
  15. package/coverage/lcov-report/main/app/messages.gen.ts.html +122 -5
  16. package/coverage/lcov-report/main/app/nodes.ts.html +26 -8
  17. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +2 -2
  18. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  19. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  20. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +2 -2
  21. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  22. package/coverage/lcov-report/main/app/sanitizer.ts.html +12 -3
  23. package/coverage/lcov-report/main/app/session.ts.html +30 -9
  24. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  25. package/coverage/lcov-report/main/index.html +13 -13
  26. package/coverage/lcov-report/main/index.ts.html +468 -102
  27. package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +1 -1
  28. package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +27 -6
  29. package/coverage/lcov-report/main/modules/Network/index.html +13 -13
  30. package/coverage/lcov-report/main/modules/Network/index.ts.html +1 -1
  31. package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +17 -8
  32. package/coverage/lcov-report/main/modules/Network/utils.ts.html +1 -1
  33. package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +3 -3
  34. package/coverage/lcov-report/main/modules/attributeSender.ts.html +13 -4
  35. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  36. package/coverage/lcov-report/main/modules/conditionsManager.ts.html +1399 -0
  37. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  38. package/coverage/lcov-report/main/modules/console.ts.html +1 -1
  39. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +42 -30
  40. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  41. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  42. package/coverage/lcov-report/main/modules/featureFlags.ts.html +10 -7
  43. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  44. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  45. package/coverage/lcov-report/main/modules/img.ts.html +23 -20
  46. package/coverage/lcov-report/main/modules/index.html +50 -20
  47. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  48. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/network.ts.html +3 -3
  50. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  51. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  52. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  53. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  54. package/coverage/lcov-report/main/modules/tagWatcher.ts.html +334 -0
  55. package/coverage/lcov-report/main/modules/timing.ts.html +42 -6
  56. package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +370 -0
  57. package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +10 -22
  58. package/coverage/lcov-report/main/modules/userTesting/index.html +57 -27
  59. package/coverage/lcov-report/main/modules/userTesting/index.ts.html +814 -115
  60. package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +136 -67
  61. package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +111 -39
  62. package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +364 -0
  63. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  64. package/coverage/lcov-report/main/utils.ts.html +264 -6
  65. package/coverage/lcov-report/webworker/BatchWriter.ts.html +23 -5
  66. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +41 -5
  67. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
  68. package/coverage/lcov-report/webworker/QueueSender.ts.html +18 -6
  69. package/coverage/lcov-report/webworker/index.html +17 -17
  70. package/coverage/lcov-report/webworker/index.ts.html +24 -15
  71. package/coverage/lcov.info +3283 -1718
  72. package/lib/app/index.js +2 -2
  73. package/lib/common/tsconfig.tsbuildinfo +1 -1
  74. package/lib/index.js +3 -2
  75. package/lib/modules/Network/fetchProxy.d.ts +1 -1
  76. package/lib/modules/Network/fetchProxy.js +2 -0
  77. package/lib/modules/mouse.js +1 -0
  78. package/lib/modules/network.js +1 -0
  79. package/package.json +1 -1
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1697549878466" clover="3.2.0">
3
- <project timestamp="1697549878466" name="All files">
4
- <metrics statements="3252" coveredstatements="22" conditionals="1636" coveredconditionals="0" methods="651" coveredmethods="6" elements="5539" coveredelements="28" complexity="0" loc="3252" ncloc="3252" packages="7" files="49" classes="49"/>
2
+ <coverage generated="1706012377496" clover="3.2.0">
3
+ <project timestamp="1706012377496" name="All files">
4
+ <metrics statements="4025" coveredstatements="38" conditionals="2051" coveredconditionals="12" methods="817" coveredmethods="12" elements="6893" coveredelements="62" complexity="0" loc="4025" ncloc="4025" packages="7" files="54" classes="54"/>
5
5
  <package name="main">
6
- <metrics statements="217" coveredstatements="0" conditionals="101" coveredconditionals="0" methods="48" coveredmethods="0"/>
6
+ <metrics statements="296" coveredstatements="0" conditionals="150" coveredconditionals="0" methods="63" coveredmethods="0"/>
7
7
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/index.ts">
8
- <metrics statements="166" coveredstatements="0" conditionals="77" coveredconditionals="0" methods="34" coveredmethods="0"/>
8
+ <metrics statements="215" coveredstatements="0" conditionals="120" coveredconditionals="0" methods="41" 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"/>
@@ -29,9 +29,7 @@
29
29
  <line num="28" count="0" type="stmt"/>
30
30
  <line num="29" count="0" type="stmt"/>
31
31
  <line num="30" count="0" type="stmt"/>
32
- <line num="31" count="0" type="stmt"/>
33
- <line num="33" count="0" type="stmt"/>
34
- <line num="34" count="0" type="stmt"/>
32
+ <line num="32" count="0" type="stmt"/>
35
33
  <line num="65" count="0" type="stmt"/>
36
34
  <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
37
35
  <line num="69" count="0" type="stmt"/>
@@ -49,132 +47,183 @@
49
47
  <line num="92" count="0" type="stmt"/>
50
48
  <line num="94" count="0" type="stmt"/>
51
49
  <line num="97" count="0" type="stmt"/>
52
- <line num="101" count="0" type="stmt"/>
53
- <line num="103" count="0" type="stmt"/>
54
- <line num="104" count="0" type="cond" truecount="0" falsecount="3"/>
55
- <line num="105" count="0" type="stmt"/>
56
- <line num="107" count="0" type="cond" truecount="0" falsecount="1"/>
50
+ <line num="100" count="0" type="stmt"/>
51
+ <line num="102" count="0" type="stmt"/>
52
+ <line num="103" count="0" type="cond" truecount="0" falsecount="3"/>
53
+ <line num="104" count="0" type="stmt"/>
54
+ <line num="106" count="0" type="cond" truecount="0" falsecount="1"/>
55
+ <line num="107" count="0" type="stmt"/>
57
56
  <line num="108" count="0" type="stmt"/>
58
- <line num="109" count="0" type="stmt"/>
59
- <line num="111" count="0" type="cond" truecount="0" falsecount="3"/>
60
- <line num="112" count="0" type="stmt"/>
61
- <line num="115" count="0" type="stmt"/>
62
- <line num="118" count="0" type="cond" truecount="0" falsecount="3"/>
63
- <line num="122" count="0" type="stmt"/>
64
- <line num="134" count="0" type="cond" truecount="0" falsecount="2"/>
57
+ <line num="110" count="0" type="cond" truecount="0" falsecount="3"/>
58
+ <line num="111" count="0" type="stmt"/>
59
+ <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"/>
66
+ <line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
67
+ <line num="134" count="0" type="cond" truecount="0" falsecount="3"/>
65
68
  <line num="135" count="0" type="stmt"/>
66
69
  <line num="136" count="0" type="stmt"/>
67
- <line num="137" count="0" type="stmt"/>
68
- <line num="138" count="0" type="stmt"/>
69
- <line num="139" 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"/>
70
72
  <line num="140" count="0" type="stmt"/>
71
73
  <line num="141" count="0" type="stmt"/>
72
- <line num="142" count="0" type="stmt"/>
73
- <line num="143" count="0" type="stmt"/>
74
- <line num="144" count="0" type="stmt"/>
74
+ <line num="144" count="0" type="cond" truecount="0" falsecount="1"/>
75
75
  <line num="145" count="0" type="stmt"/>
76
76
  <line num="146" count="0" type="stmt"/>
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"/>
77
+ <line num="151" count="0" type="cond" truecount="0" falsecount="1"/>
82
78
  <line num="152" count="0" type="stmt"/>
83
79
  <line num="153" count="0" type="stmt"/>
84
- <line num="154" count="0" type="stmt"/>
85
80
  <line num="156" count="0" type="stmt"/>
86
- <line num="157" count="0" type="cond" truecount="0" falsecount="5"/>
87
- <line num="158" count="0" type="stmt"/>
81
+ <line num="157" count="0" type="stmt"/>
88
82
  <line num="160" count="0" type="stmt"/>
89
- <line num="162" count="0" type="cond" truecount="0" falsecount="1"/>
83
+ <line num="161" count="0" type="stmt"/>
84
+ <line num="162" count="0" type="stmt"/>
90
85
  <line num="163" count="0" type="stmt"/>
91
86
  <line num="164" count="0" type="stmt"/>
87
+ <line num="165" count="0" type="stmt"/>
92
88
  <line num="166" count="0" type="stmt"/>
93
89
  <line num="167" count="0" type="stmt"/>
94
90
  <line num="168" count="0" type="stmt"/>
95
91
  <line num="169" count="0" type="stmt"/>
92
+ <line num="170" count="0" type="stmt"/>
93
+ <line num="171" count="0" type="stmt"/>
96
94
  <line num="172" count="0" type="stmt"/>
97
95
  <line num="173" count="0" type="stmt"/>
96
+ <line num="174" count="0" type="stmt"/>
97
+ <line num="175" count="0" type="stmt"/>
98
+ <line num="176" count="0" type="stmt"/>
98
99
  <line num="177" count="0" type="stmt"/>
99
- <line num="180" count="0" type="stmt"/>
100
- <line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
100
+ <line num="178" count="0" type="stmt"/>
101
+ <line num="179" count="0" type="stmt"/>
102
+ <line num="181" count="0" type="cond" truecount="0" falsecount="5"/>
101
103
  <line num="182" count="0" type="stmt"/>
102
- <line num="185" count="0" type="stmt"/>
104
+ <line num="184" count="0" type="stmt"/>
105
+ <line num="185" count="0" type="cond" truecount="0" falsecount="3"/>
106
+ <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"/>
103
114
  <line num="197" count="0" type="stmt"/>
104
- <line num="201" count="0" type="stmt"/>
105
- <line num="205" 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"/>
118
+ <line num="203" count="0" type="stmt"/>
119
+ <line num="208" count="0" type="stmt"/>
106
120
  <line num="209" count="0" type="stmt"/>
107
- <line num="213" count="0" type="stmt"/>
108
121
  <line num="217" count="0" type="stmt"/>
122
+ <line num="218" count="0" type="stmt"/>
123
+ <line num="219" count="0" type="stmt"/>
124
+ <line num="220" count="0" type="cond" truecount="0" falsecount="2"/>
109
125
  <line num="221" count="0" type="stmt"/>
110
- <line num="225" count="0" type="cond" truecount="0" falsecount="1"/>
111
- <line num="226" count="0" type="stmt"/>
112
- <line num="228" count="0" type="stmt"/>
113
- <line num="232" count="0" type="cond" truecount="0" falsecount="1"/>
114
- <line num="233" count="0" type="stmt"/>
115
- <line num="236" count="0" type="stmt"/>
116
- <line num="238" count="0" type="cond" truecount="0" falsecount="1"/>
117
- <line num="239" count="0" type="stmt"/>
118
- <line num="242" count="0" type="stmt"/>
119
- <line num="246" count="0" type="cond" truecount="0" falsecount="1"/>
120
- <line num="247" count="0" type="stmt"/>
121
- <line num="249" count="0" type="stmt"/>
122
- <line num="250" count="0" type="stmt"/>
123
- <line num="254" count="0" type="cond" truecount="0" falsecount="1"/>
124
- <line num="255" count="0" type="stmt"/>
126
+ <line num="222" count="0" type="stmt"/>
127
+ <line num="234" count="0" type="stmt"/>
128
+ <line num="238" count="0" type="cond" truecount="0" falsecount="4"/>
129
+ <line num="242" count="0" type="cond" truecount="0" falsecount="4"/>
130
+ <line num="246" count="0" type="cond" truecount="0" falsecount="4"/>
131
+ <line num="250" count="0" type="cond" truecount="0" falsecount="4"/>
132
+ <line num="254" count="0" type="cond" truecount="0" falsecount="4"/>
125
133
  <line num="257" count="0" type="stmt"/>
126
- <line num="261" count="0" type="cond" truecount="0" falsecount="1"/>
127
- <line num="262" count="0" type="stmt"/>
128
- <line num="264" count="0" type="stmt"/>
129
- <line num="268" count="0" type="cond" truecount="0" falsecount="1"/>
130
- <line num="269" count="0" type="stmt"/>
131
- <line num="271" count="0" type="stmt"/>
132
- <line num="275" count="0" type="cond" truecount="0" falsecount="1"/>
133
- <line num="276" count="0" type="stmt"/>
134
- <line num="278" count="0" type="stmt"/>
135
- <line num="282" count="0" type="stmt"/>
136
- <line num="283" count="0" type="stmt"/>
137
- <line num="287" count="0" type="cond" truecount="0" falsecount="1"/>
138
- <line num="288" count="0" type="stmt"/>
139
- <line num="290" count="0" type="stmt"/>
140
- <line num="294" count="0" type="cond" truecount="0" falsecount="3"/>
141
- <line num="295" count="0" type="stmt"/>
142
- <line num="300" count="0" type="stmt"/>
143
- <line num="301" count="0" type="stmt"/>
144
- <line num="305" count="0" type="cond" truecount="0" falsecount="3"/>
145
- <line num="306" count="0" type="stmt"/>
146
- <line num="311" count="0" type="stmt"/>
147
- <line num="312" count="0" type="stmt"/>
148
- <line num="316" count="0" type="cond" truecount="0" falsecount="4"/>
134
+ <line num="258" count="0" type="cond" truecount="0" falsecount="1"/>
135
+ <line num="259" count="0" type="stmt"/>
136
+ <line num="261" count="0" type="stmt"/>
137
+ <line num="265" count="0" type="stmt"/>
138
+ <line num="269" count="0" type="cond" truecount="0" falsecount="1"/>
139
+ <line num="270" count="0" type="stmt"/>
140
+ <line num="272" count="0" type="stmt"/>
141
+ <line num="283" count="0" type="cond" truecount="0" falsecount="1"/>
142
+ <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"/>
148
+ <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="305" count="0" type="stmt"/>
152
+ <line num="307" count="0" type="stmt"/>
153
+ <line num="315" count="0" type="cond" truecount="0" falsecount="2"/>
154
+ <line num="316" count="0" type="cond" truecount="0" falsecount="1"/>
149
155
  <line num="317" count="0" type="stmt"/>
150
- <line num="322" count="0" type="stmt"/>
151
- <line num="323" count="0" type="stmt"/>
152
- <line num="327" count="0" type="cond" truecount="0" falsecount="3"/>
153
- <line num="328" count="0" type="cond" truecount="0" falsecount="2"/>
154
- <line num="329" count="0" type="stmt"/>
155
- <line num="331" count="0" type="stmt"/>
156
- <line num="332" count="0" type="stmt"/>
157
- <line num="334" count="0" type="stmt"/>
158
- <line num="336" count="0" type="stmt"/>
159
- <line num="342" count="0" type="cond" truecount="0" falsecount="3"/>
160
- <line num="343" count="0" type="stmt"/>
156
+ <line num="319" count="0" type="stmt"/>
157
+ <line num="321" count="0" type="stmt"/>
158
+ <line num="340" count="0" type="cond" truecount="0" falsecount="2"/>
159
+ <line num="341" count="0" type="cond" truecount="0" falsecount="1"/>
160
+ <line num="342" count="0" type="stmt"/>
161
161
  <line num="344" count="0" type="stmt"/>
162
162
  <line num="346" count="0" type="stmt"/>
163
- <line num="348" count="0" type="stmt"/>
164
- <line num="352" count="0" type="stmt"/>
165
- <line num="356" count="0" type="cond" truecount="0" falsecount="1"/>
166
- <line num="357" count="0" type="stmt"/>
167
- <line num="359" count="0" type="cond" truecount="0" falsecount="2"/>
168
- <line num="360" count="0" type="stmt"/>
163
+ <line num="358" count="0" type="cond" truecount="0" falsecount="1"/>
164
+ <line num="359" count="0" type="stmt"/>
169
165
  <line num="361" count="0" type="stmt"/>
170
- <line num="362" count="0" type="cond" truecount="0" falsecount="1"/>
166
+ <line num="365" count="0" type="cond" truecount="0" falsecount="1"/>
171
167
  <line num="366" count="0" type="stmt"/>
172
- <line num="367" count="0" type="cond" truecount="0" falsecount="1"/>
173
168
  <line num="368" count="0" type="stmt"/>
169
+ <line num="369" count="0" type="stmt"/>
170
+ <line num="373" count="0" type="cond" truecount="0" falsecount="1"/>
174
171
  <line num="374" count="0" type="stmt"/>
172
+ <line num="376" count="0" type="stmt"/>
173
+ <line num="380" count="0" type="cond" truecount="0" falsecount="1"/>
174
+ <line num="381" count="0" type="stmt"/>
175
+ <line num="383" count="0" type="stmt"/>
176
+ <line num="387" count="0" type="cond" truecount="0" falsecount="1"/>
177
+ <line num="388" count="0" type="stmt"/>
178
+ <line num="390" count="0" type="stmt"/>
179
+ <line num="394" count="0" type="cond" truecount="0" falsecount="1"/>
180
+ <line num="395" count="0" type="stmt"/>
181
+ <line num="397" count="0" type="stmt"/>
182
+ <line num="401" count="0" type="cond" truecount="0" falsecount="1"/>
183
+ <line num="402" count="0" type="stmt"/>
184
+ <line num="404" count="0" type="stmt"/>
185
+ <line num="408" count="0" type="stmt"/>
186
+ <line num="409" count="0" type="stmt"/>
187
+ <line num="413" count="0" type="cond" truecount="0" falsecount="1"/>
188
+ <line num="414" count="0" type="stmt"/>
189
+ <line num="416" count="0" type="stmt"/>
190
+ <line num="420" count="0" type="cond" truecount="0" falsecount="3"/>
191
+ <line num="421" count="0" type="stmt"/>
192
+ <line num="426" count="0" type="stmt"/>
193
+ <line num="427" count="0" type="stmt"/>
194
+ <line num="431" count="0" type="cond" truecount="0" falsecount="3"/>
195
+ <line num="432" count="0" type="stmt"/>
196
+ <line num="437" count="0" type="stmt"/>
197
+ <line num="438" count="0" type="stmt"/>
198
+ <line num="442" count="0" type="cond" truecount="0" falsecount="4"/>
199
+ <line num="443" count="0" type="stmt"/>
200
+ <line num="448" count="0" type="stmt"/>
201
+ <line num="449" count="0" type="stmt"/>
202
+ <line num="453" count="0" type="cond" truecount="0" falsecount="3"/>
203
+ <line num="454" count="0" type="cond" truecount="0" falsecount="2"/>
204
+ <line num="455" count="0" type="stmt"/>
205
+ <line num="457" count="0" type="stmt"/>
206
+ <line num="458" count="0" type="stmt"/>
207
+ <line num="460" count="0" type="stmt"/>
208
+ <line num="462" count="0" type="stmt"/>
209
+ <line num="468" count="0" type="cond" truecount="0" falsecount="3"/>
210
+ <line num="469" count="0" type="stmt"/>
211
+ <line num="470" count="0" type="stmt"/>
212
+ <line num="472" count="0" type="stmt"/>
213
+ <line num="474" count="0" type="stmt"/>
214
+ <line num="478" count="0" type="stmt"/>
215
+ <line num="482" count="0" type="cond" truecount="0" falsecount="1"/>
216
+ <line num="483" count="0" type="stmt"/>
217
+ <line num="485" count="0" type="cond" truecount="0" falsecount="2"/>
218
+ <line num="486" count="0" type="stmt"/>
219
+ <line num="487" count="0" type="stmt"/>
220
+ <line num="488" count="0" type="cond" truecount="0" falsecount="1"/>
221
+ <line num="492" count="0" type="stmt"/>
222
+ <line num="493" count="0" type="cond" truecount="0" falsecount="1"/>
223
+ <line num="494" count="0" type="stmt"/>
175
224
  </file>
176
225
  <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
177
- <metrics statements="51" coveredstatements="0" conditionals="24" coveredconditionals="0" methods="14" coveredmethods="0"/>
226
+ <metrics statements="81" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="22" coveredmethods="0"/>
178
227
  <line num="1" count="0" type="stmt"/>
179
228
  <line num="3" count="0" type="stmt"/>
180
229
  <line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -226,10 +275,115 @@
226
275
  <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
227
276
  <line num="105" count="0" type="stmt"/>
228
277
  <line num="106" count="0" type="stmt"/>
278
+ <line num="109" count="0" type="stmt"/>
279
+ <line num="110" count="0" type="stmt"/>
280
+ <line num="111" count="0" type="stmt"/>
281
+ <line num="113" count="0" type="stmt"/>
282
+ <line num="121" count="0" type="stmt"/>
283
+ <line num="123" count="0" type="cond" truecount="0" falsecount="4"/>
284
+ <line num="129" count="0" type="stmt"/>
285
+ <line num="130" count="0" type="stmt"/>
286
+ <line num="131" count="0" type="stmt"/>
287
+ <line num="134" count="0" type="stmt"/>
288
+ <line num="140" count="0" type="stmt"/>
289
+ <line num="141" count="0" type="stmt"/>
290
+ <line num="142" count="0" type="stmt"/>
291
+ <line num="144" count="0" type="stmt"/>
292
+ <line num="151" count="0" type="stmt"/>
293
+ <line num="157" count="0" type="stmt"/>
294
+ <line num="160" count="0" type="stmt"/>
295
+ <line num="161" count="0" type="stmt"/>
296
+ <line num="163" count="0" type="stmt"/>
297
+ <line num="177" count="0" type="stmt"/>
298
+ <line num="178" count="0" type="stmt"/>
299
+ <line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
300
+ <line num="180" count="0" type="stmt"/>
301
+ <line num="182" count="0" type="stmt"/>
302
+ <line num="183" count="0" type="stmt"/>
303
+ <line num="184" count="0" type="stmt"/>
304
+ <line num="186" count="0" type="stmt"/>
305
+ <line num="187" count="0" type="stmt"/>
306
+ <line num="189" count="0" type="stmt"/>
307
+ <line num="190" count="0" type="stmt"/>
229
308
  </file>
230
309
  </package>
231
310
  <package name="main.app">
232
- <metrics statements="618" coveredstatements="0" conditionals="241" coveredconditionals="0" methods="188" coveredmethods="0"/>
311
+ <metrics statements="905" coveredstatements="0" conditionals="359" coveredconditionals="0" methods="241" coveredmethods="0"/>
312
+ <file name="canvas.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/canvas.ts">
313
+ <metrics statements="72" coveredstatements="0" conditionals="26" coveredconditionals="0" methods="16" coveredmethods="0"/>
314
+ <line num="2" count="0" type="stmt"/>
315
+ <line num="3" count="0" type="stmt"/>
316
+ <line num="17" count="0" type="stmt"/>
317
+ <line num="18" count="0" type="stmt"/>
318
+ <line num="22" count="0" type="stmt"/>
319
+ <line num="23" count="0" type="stmt"/>
320
+ <line num="25" count="0" type="stmt"/>
321
+ <line num="29" count="0" type="stmt"/>
322
+ <line num="30" count="0" type="stmt"/>
323
+ <line num="31" count="0" type="stmt"/>
324
+ <line num="32" count="0" type="stmt"/>
325
+ <line num="37" count="0" type="stmt"/>
326
+ <line num="38" count="0" type="stmt"/>
327
+ <line num="39" count="0" type="stmt"/>
328
+ <line num="42" count="0" type="stmt"/>
329
+ <line num="43" count="0" type="stmt"/>
330
+ <line num="44" count="0" type="cond" truecount="0" falsecount="3"/>
331
+ <line num="45" count="0" type="stmt"/>
332
+ <line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
333
+ <line num="49" count="0" type="cond" truecount="0" falsecount="4"/>
334
+ <line num="50" count="0" type="stmt"/>
335
+ <line num="52" count="0" type="stmt"/>
336
+ <line num="53" count="0" type="stmt"/>
337
+ <line num="57" count="0" type="stmt"/>
338
+ <line num="58" count="0" type="stmt"/>
339
+ <line num="59" count="0" type="stmt"/>
340
+ <line num="60" count="0" type="stmt"/>
341
+ <line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
342
+ <line num="62" count="0" type="cond" truecount="0" falsecount="5"/>
343
+ <line num="63" count="0" type="stmt"/>
344
+ <line num="64" count="0" type="stmt"/>
345
+ <line num="66" count="0" type="stmt"/>
346
+ <line num="67" count="0" type="stmt"/>
347
+ <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
348
+ <line num="69" count="0" type="stmt"/>
349
+ <line num="70" count="0" type="stmt"/>
350
+ <line num="74" count="0" type="stmt"/>
351
+ <line num="78" count="0" type="cond" truecount="0" falsecount="1"/>
352
+ <line num="79" count="0" type="stmt"/>
353
+ <line num="81" count="0" type="stmt"/>
354
+ <line num="82" count="0" type="stmt"/>
355
+ <line num="83" count="0" type="stmt"/>
356
+ <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
357
+ <line num="85" count="0" type="stmt"/>
358
+ <line num="86" count="0" type="cond" truecount="0" falsecount="1"/>
359
+ <line num="87" count="0" type="stmt"/>
360
+ <line num="91" count="0" type="stmt"/>
361
+ <line num="99" count="0" type="stmt"/>
362
+ <line num="102" count="0" type="stmt"/>
363
+ <line num="107" count="0" type="stmt"/>
364
+ <line num="108" count="0" type="stmt"/>
365
+ <line num="112" count="0" type="stmt"/>
366
+ <line num="119" count="0" type="stmt"/>
367
+ <line num="120" count="0" type="stmt"/>
368
+ <line num="124" count="0" type="stmt"/>
369
+ <line num="125" count="0" type="stmt"/>
370
+ <line num="126" count="0" type="cond" truecount="0" falsecount="1"/>
371
+ <line num="127" count="0" type="stmt"/>
372
+ <line num="128" count="0" type="stmt"/>
373
+ <line num="129" count="0" type="stmt"/>
374
+ <line num="130" count="0" type="stmt"/>
375
+ <line num="132" count="0" type="stmt"/>
376
+ <line num="133" count="0" type="stmt"/>
377
+ <line num="136" count="0" type="stmt"/>
378
+ <line num="140" count="0" type="stmt"/>
379
+ <line num="141" count="0" type="stmt"/>
380
+ <line num="142" count="0" type="stmt"/>
381
+ <line num="143" count="0" type="stmt"/>
382
+ <line num="145" count="0" type="stmt"/>
383
+ <line num="146" count="0" type="stmt"/>
384
+ <line num="147" count="0" type="stmt"/>
385
+ <line num="150" count="0" type="stmt"/>
386
+ </file>
233
387
  <file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
234
388
  <metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
235
389
  <line num="2" count="0" type="stmt"/>
@@ -246,299 +400,503 @@
246
400
  <line num="23" count="0" type="stmt"/>
247
401
  <line num="26" count="0" type="stmt"/>
248
402
  <line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
249
- <line num="42" count="0" type="stmt"/>
250
- <line num="47" count="0" type="stmt"/>
403
+ <line num="43" count="0" type="stmt"/>
404
+ <line num="48" count="0" type="stmt"/>
251
405
  </file>
252
406
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
253
- <metrics statements="272" coveredstatements="0" conditionals="159" coveredconditionals="0" methods="56" coveredmethods="0"/>
407
+ <metrics statements="476" coveredstatements="0" conditionals="261" coveredconditionals="0" methods="87" coveredmethods="0"/>
408
+ <line num="1" count="0" type="stmt"/>
254
409
  <line num="2" count="0" type="stmt"/>
255
410
  <line num="3" count="0" type="stmt"/>
256
411
  <line num="4" count="0" type="stmt"/>
257
- <line num="5" count="0" type="stmt"/>
258
- <line num="6" count="0" type="stmt"/>
259
- <line num="7" count="0" type="stmt"/>
260
- <line num="8" count="0" type="stmt"/>
261
- <line num="9" count="0" type="stmt"/>
262
- <line num="10" count="0" type="stmt"/>
263
- <line num="11" count="0" type="stmt"/>
264
- <line num="12" count="0" type="stmt"/>
265
- <line num="42" count="0" type="stmt"/>
266
- <line num="43" count="0" type="stmt"/>
267
- <line num="55" count="0" type="stmt"/>
268
- <line num="56" count="0" type="stmt"/>
269
- <line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
270
- <line num="62" count="0" type="stmt"/>
271
- <line num="63" count="0" type="stmt"/>
272
- <line num="64" count="0" type="stmt"/>
273
- <line num="96" count="0" type="stmt"/>
274
- <line num="99" count="0" type="stmt"/>
275
- <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
412
+ <line num="13" count="0" type="stmt"/>
413
+ <line num="22" count="0" type="stmt"/>
414
+ <line num="23" count="0" type="stmt"/>
415
+ <line num="24" count="0" type="stmt"/>
416
+ <line num="25" count="0" type="stmt"/>
417
+ <line num="26" count="0" type="stmt"/>
418
+ <line num="27" count="0" type="stmt"/>
419
+ <line num="28" count="0" type="stmt"/>
420
+ <line num="29" count="0" type="stmt"/>
421
+ <line num="30" count="0" type="stmt"/>
422
+ <line num="35" count="0" type="stmt"/>
423
+ <line num="36" count="0" type="stmt"/>
424
+ <line num="37" count="0" type="stmt"/>
425
+ <line num="63" count="0" type="stmt"/>
426
+ <line num="64" count="0" type="stmt"/>
427
+ <line num="65" count="0" type="stmt"/>
428
+ <line num="66" count="0" type="stmt"/>
429
+ <line num="92" count="0" type="stmt"/>
430
+ <line num="93" count="0" type="stmt"/>
431
+ <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
432
+ <line num="100" count="0" type="stmt"/>
276
433
  <line num="101" count="0" type="stmt"/>
277
434
  <line num="102" count="0" type="stmt"/>
278
435
  <line num="103" count="0" type="stmt"/>
279
- <line num="106" count="0" type="stmt"/>
280
- <line num="116" count="0" type="stmt"/>
281
- <line num="118" count="0" type="stmt"/>
282
- <line num="119" count="0" type="stmt"/>
283
- <line num="120" count="0" type="stmt"/>
284
- <line num="124" count="0" type="stmt"/>
285
- <line num="125" count="0" type="stmt"/>
286
- <line num="128" count="0" type="stmt"/>
287
- <line num="129" count="0" type="stmt"/>
288
- <line num="130" count="0" type="stmt"/>
436
+ <line num="135" count="0" type="stmt"/>
289
437
  <line num="138" count="0" type="stmt"/>
290
- <line num="139" count="0" type="stmt"/>
438
+ <line num="139" count="0" type="cond" truecount="0" falsecount="2"/>
291
439
  <line num="140" count="0" type="stmt"/>
292
- <line num="162" count="0" type="cond" truecount="0" falsecount="4"/>
293
- <line num="163" count="0" type="stmt"/>
440
+ <line num="141" count="0" type="stmt"/>
441
+ <line num="142" count="0" type="stmt"/>
442
+ <line num="145" count="0" type="stmt"/>
443
+ <line num="155" count="0" type="stmt"/>
444
+ <line num="160" count="0" type="stmt"/>
445
+ <line num="161" count="0" type="stmt"/>
446
+ <line num="164" count="0" type="stmt"/>
447
+ <line num="165" count="0" type="stmt"/>
294
448
  <line num="166" count="0" type="stmt"/>
295
- <line num="167" count="0" type="cond" truecount="0" falsecount="4"/>
296
- <line num="168" count="0" type="cond" truecount="0" falsecount="4"/>
297
- <line num="169" count="0" type="stmt"/>
298
449
  <line num="170" count="0" type="stmt"/>
299
450
  <line num="171" count="0" type="stmt"/>
300
- <line num="172" count="0" type="stmt"/>
301
- <line num="173" count="0" type="stmt"/>
302
451
  <line num="174" count="0" type="stmt"/>
303
- <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
452
+ <line num="175" count="0" type="stmt"/>
304
453
  <line num="176" count="0" type="stmt"/>
305
- <line num="177" count="0" type="stmt"/>
306
- <line num="178" count="0" type="stmt"/>
307
- <line num="179" count="0" type="cond" truecount="0" falsecount="1"/>
454
+ <line num="179" count="0" type="stmt"/>
308
455
  <line num="181" count="0" type="stmt"/>
309
- <line num="183" count="0" type="cond" truecount="0" falsecount="1"/>
310
- <line num="184" count="0" type="stmt"/>
311
- <line num="189" count="0" type="cond" truecount="0" falsecount="1"/>
312
- <line num="190" count="0" type="stmt"/>
456
+ <line num="189" count="0" type="stmt"/>
457
+ <line num="191" count="0" type="stmt"/>
458
+ <line num="192" count="0" type="stmt"/>
313
459
  <line num="193" count="0" type="stmt"/>
314
460
  <line num="194" count="0" type="stmt"/>
315
- <line num="197" count="0" type="stmt"/>
316
- <line num="198" count="0" type="stmt"/>
317
- <line num="200" count="0" type="stmt"/>
318
- <line num="201" count="0" type="cond" truecount="0" falsecount="2"/>
319
- <line num="202" count="0" type="stmt"/>
320
- <line num="203" count="0" type="stmt"/>
321
- <line num="204" count="0" type="cond" truecount="0" falsecount="2"/>
322
- <line num="205" count="0" type="stmt"/>
323
- <line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
324
- <line num="207" count="0" type="stmt"/>
325
- <line num="208" count="0" type="stmt"/>
326
- <line num="209" count="0" type="cond" truecount="0" falsecount="1"/>
327
- <line num="210" count="0" type="stmt"/>
328
- <line num="211" count="0" type="stmt"/>
329
- <line num="212" count="0" type="cond" truecount="0" falsecount="2"/>
330
- <line num="213" count="0" type="stmt"/>
331
- <line num="214" count="0" type="cond" truecount="0" falsecount="1"/>
332
- <line num="215" count="0" type="stmt"/>
333
- <line num="216" count="0" type="stmt"/>
334
- <line num="217" count="0" type="cond" truecount="0" falsecount="1"/>
335
- <line num="218" count="0" type="stmt"/>
461
+ <line num="218" count="0" type="cond" truecount="0" falsecount="4"/>
336
462
  <line num="219" count="0" type="stmt"/>
337
- <line num="223" count="0" type="cond" truecount="0" falsecount="4"/>
338
- <line num="226" count="0" type="cond" truecount="0" falsecount="4"/>
463
+ <line num="220" count="0" type="cond" truecount="0" falsecount="2"/>
464
+ <line num="223" count="0" type="stmt"/>
465
+ <line num="224" count="0" type="cond" truecount="0" falsecount="4"/>
466
+ <line num="225" count="0" type="cond" truecount="0" falsecount="4"/>
467
+ <line num="226" count="0" type="stmt"/>
468
+ <line num="227" count="0" type="stmt"/>
469
+ <line num="228" count="0" type="stmt"/>
470
+ <line num="229" count="0" type="stmt"/>
339
471
  <line num="230" count="0" type="stmt"/>
340
- <line num="231" count="0" type="cond" truecount="0" falsecount="1"/>
472
+ <line num="231" count="0" type="stmt"/>
341
473
  <line num="232" count="0" type="stmt"/>
474
+ <line num="233" count="0" type="stmt"/>
475
+ <line num="234" count="0" type="stmt"/>
476
+ <line num="235" count="0" type="stmt"/>
342
477
  <line num="236" count="0" type="stmt"/>
343
- <line num="237" count="0" type="stmt"/>
344
- <line num="239" count="0" type="stmt"/>
478
+ <line num="238" count="0" type="stmt"/>
479
+ <line num="239" count="0" type="cond" truecount="0" falsecount="1"/>
345
480
  <line num="241" count="0" type="stmt"/>
481
+ <line num="243" count="0" type="cond" truecount="0" falsecount="1"/>
346
482
  <line num="244" count="0" type="stmt"/>
347
- <line num="246" count="0" type="cond" truecount="0" falsecount="3"/>
348
- <line num="247" count="0" type="stmt"/>
349
- <line num="250" count="0" type="cond" truecount="0" falsecount="1"/>
350
- <line num="251" count="0" type="stmt"/>
351
- <line num="252" count="0" type="cond" truecount="0" falsecount="1"/>
352
- <line num="253" count="0" type="cond" truecount="0" falsecount="1"/>
483
+ <line num="249" count="0" type="cond" truecount="0" falsecount="1"/>
484
+ <line num="250" count="0" type="stmt"/>
485
+ <line num="253" count="0" type="stmt"/>
353
486
  <line num="254" count="0" type="stmt"/>
354
- <line num="255" count="0" type="stmt"/>
355
- <line num="257" count="0" type="cond" truecount="0" falsecount="1"/>
487
+ <line num="257" count="0" type="stmt"/>
356
488
  <line num="258" count="0" type="stmt"/>
357
- <line num="259" count="0" type="cond" truecount="0" falsecount="3"/>
358
489
  <line num="260" count="0" type="stmt"/>
359
- <line num="272" count="0" type="cond" truecount="0" falsecount="1"/>
360
- <line num="273" count="0" type="stmt"/>
361
- <line num="283" count="0" type="stmt"/>
362
- <line num="286" count="0" type="stmt"/>
363
- <line num="288" count="0" type="cond" truecount="0" falsecount="1"/>
364
- <line num="289" count="0" type="stmt"/>
365
- <line num="292" count="0" type="cond" truecount="0" falsecount="1"/>
490
+ <line num="261" count="0" type="cond" truecount="0" falsecount="2"/>
491
+ <line num="262" count="0" type="stmt"/>
492
+ <line num="263" count="0" type="stmt"/>
493
+ <line num="264" count="0" type="cond" truecount="0" falsecount="2"/>
494
+ <line num="265" count="0" type="stmt"/>
495
+ <line num="266" count="0" type="cond" truecount="0" falsecount="2"/>
496
+ <line num="267" count="0" type="stmt"/>
497
+ <line num="268" count="0" type="stmt"/>
498
+ <line num="269" count="0" type="stmt"/>
499
+ <line num="270" count="0" type="cond" truecount="0" falsecount="2"/>
500
+ <line num="271" count="0" type="stmt"/>
501
+ <line num="272" count="0" type="stmt"/>
502
+ <line num="273" count="0" type="cond" truecount="0" falsecount="2"/>
503
+ <line num="274" count="0" type="stmt"/>
504
+ <line num="275" count="0" type="cond" truecount="0" falsecount="2"/>
505
+ <line num="276" count="0" type="stmt"/>
506
+ <line num="277" count="0" type="stmt"/>
507
+ <line num="278" count="0" type="cond" truecount="0" falsecount="1"/>
508
+ <line num="279" count="0" type="stmt"/>
509
+ <line num="280" count="0" type="stmt"/>
510
+ <line num="283" count="0" type="cond" truecount="0" falsecount="4"/>
511
+ <line num="287" count="0" type="cond" truecount="0" falsecount="4"/>
512
+ <line num="289" count="0" type="cond" truecount="0" falsecount="1"/>
513
+ <line num="290" count="0" type="stmt"/>
366
514
  <line num="293" count="0" type="stmt"/>
367
- <line num="294" count="0" type="stmt"/>
515
+ <line num="294" count="0" type="cond" truecount="0" falsecount="1"/>
368
516
  <line num="295" count="0" type="stmt"/>
369
- <line num="297" count="0" type="cond" truecount="0" falsecount="3"/>
370
- <line num="298" count="0" type="stmt"/>
517
+ <line num="299" count="0" type="stmt"/>
518
+ <line num="300" count="0" type="stmt"/>
371
519
  <line num="302" count="0" type="stmt"/>
372
- <line num="308" count="0" type="cond" truecount="0" falsecount="3"/>
520
+ <line num="304" count="0" type="stmt"/>
521
+ <line num="307" count="0" type="stmt"/>
373
522
  <line num="309" count="0" type="stmt"/>
374
- <line num="313" count="0" type="cond" truecount="0" falsecount="3"/>
375
- <line num="314" count="0" type="stmt"/>
376
- <line num="315" count="0" type="stmt"/>
377
- <line num="316" count="0" type="stmt"/>
378
- <line num="317" count="0" type="stmt"/>
379
- <line num="318" count="0" type="stmt"/>
380
- <line num="322" count="0" type="stmt"/>
381
- <line num="324" count="0" type="stmt"/>
382
- <line num="328" count="0" type="stmt"/>
523
+ <line num="318" count="0" type="cond" truecount="0" falsecount="1"/>
524
+ <line num="319" count="0" type="stmt"/>
525
+ <line num="326" count="0" type="cond" truecount="0" falsecount="1"/>
526
+ <line num="327" count="0" type="stmt"/>
527
+ <line num="328" count="0" type="cond" truecount="0" falsecount="1"/>
383
528
  <line num="329" count="0" type="stmt"/>
384
- <line num="330" count="0" type="stmt"/>
385
- <line num="331" count="0" type="stmt"/>
529
+ <line num="331" count="0" type="cond" truecount="0" falsecount="1"/>
530
+ <line num="332" count="0" type="stmt"/>
386
531
  <line num="333" count="0" type="stmt"/>
532
+ <line num="335" count="0" type="cond" truecount="0" falsecount="1"/>
533
+ <line num="336" count="0" type="stmt"/>
534
+ <line num="337" count="0" type="stmt"/>
535
+ <line num="338" count="0" type="stmt"/>
536
+ <line num="340" count="0" type="cond" truecount="0" falsecount="1"/>
537
+ <line num="341" count="0" type="stmt"/>
538
+ <line num="342" count="0" type="cond" truecount="0" falsecount="3"/>
387
539
  <line num="343" count="0" type="stmt"/>
388
- <line num="346" count="0" type="cond" truecount="0" falsecount="1"/>
389
- <line num="347" count="0" type="stmt"/>
390
- <line num="349" count="0" type="stmt"/>
391
- <line num="352" count="0" type="cond" truecount="0" falsecount="1"/>
392
- <line num="353" count="0" type="stmt"/>
393
- <line num="355" count="0" type="stmt"/>
394
- <line num="365" count="0" type="cond" truecount="0" falsecount="1"/>
395
- <line num="366" count="0" type="stmt"/>
396
- <line num="368" count="0" type="cond" truecount="0" falsecount="4"/>
397
- <line num="369" count="0" type="cond" truecount="0" falsecount="4"/>
540
+ <line num="356" count="0" type="cond" truecount="0" falsecount="1"/>
541
+ <line num="357" count="0" type="stmt"/>
542
+ <line num="367" count="0" type="stmt"/>
543
+ <line num="370" count="0" type="stmt"/>
544
+ <line num="373" count="0" type="cond" truecount="0" falsecount="1"/>
398
545
  <line num="374" count="0" type="stmt"/>
399
- <line num="375" count="0" type="stmt"/>
400
- <line num="376" count="0" type="stmt"/>
401
- <line num="377" count="0" type="cond" truecount="0" falsecount="3"/>
546
+ <line num="377" count="0" type="cond" truecount="0" falsecount="1"/>
402
547
  <line num="378" count="0" type="stmt"/>
403
- <line num="380" count="0" type="cond" truecount="0" falsecount="1"/>
404
- <line num="381" count="0" type="stmt"/>
405
- <line num="383" count="0" type="cond" truecount="0" falsecount="1"/>
406
- <line num="384" count="0" type="stmt"/>
407
- <line num="387" count="0" type="stmt"/>
408
- <line num="391" count="0" type="stmt"/>
409
- <line num="400" count="0" type="stmt"/>
410
- <line num="406" count="0" type="stmt"/>
411
- <line num="409" count="0" type="cond" truecount="0" falsecount="2"/>
548
+ <line num="379" count="0" type="stmt"/>
549
+ <line num="380" count="0" type="stmt"/>
550
+ <line num="382" count="0" type="cond" truecount="0" falsecount="3"/>
551
+ <line num="383" count="0" type="stmt"/>
552
+ <line num="387" count="0" type="cond" truecount="0" falsecount="2"/>
553
+ <line num="388" count="0" type="stmt"/>
554
+ <line num="389" count="0" type="cond" truecount="0" falsecount="1"/>
555
+ <line num="390" count="0" type="stmt"/>
556
+ <line num="392" count="0" type="cond" truecount="0" falsecount="4"/>
557
+ <line num="394" count="0" type="stmt"/>
558
+ <line num="401" count="0" type="cond" truecount="0" falsecount="3"/>
559
+ <line num="402" count="0" type="stmt"/>
560
+ <line num="411" count="0" type="cond" truecount="0" falsecount="3"/>
561
+ <line num="412" count="0" type="stmt"/>
412
562
  <line num="413" count="0" type="stmt"/>
413
- <line num="414" count="0" type="cond" truecount="0" falsecount="3"/>
414
- <line num="415" count="0" type="stmt"/>
415
- <line num="416" count="0" type="stmt"/>
563
+ <line num="414" count="0" type="stmt"/>
564
+ <line num="416" count="0" type="cond" truecount="0" falsecount="4"/>
565
+ <line num="417" count="0" type="stmt"/>
416
566
  <line num="418" count="0" type="stmt"/>
417
- <line num="419" count="0" type="stmt"/>
418
- <line num="421" count="0" type="cond" truecount="0" falsecount="2"/>
419
567
  <line num="423" count="0" type="stmt"/>
420
- <line num="425" count="0" type="cond" truecount="0" falsecount="5"/>
421
- <line num="426" count="0" type="stmt"/>
422
- <line num="427" count="0" type="stmt"/>
423
- <line num="430" count="0" type="stmt"/>
568
+ <line num="432" count="0" type="stmt"/>
569
+ <line num="433" count="0" type="cond" truecount="0" falsecount="1"/>
424
570
  <line num="434" count="0" type="stmt"/>
571
+ <line num="435" count="0" type="stmt"/>
572
+ <line num="436" count="0" type="stmt"/>
425
573
  <line num="437" count="0" type="stmt"/>
426
- <line num="440" count="0" type="cond" truecount="0" falsecount="2"/>
427
- <line num="441" count="0" type="stmt"/>
428
- <line num="442" count="0" type="cond" truecount="0" falsecount="1"/>
429
- <line num="445" count="0" type="cond" truecount="0" falsecount="1"/>
574
+ <line num="438" count="0" type="stmt"/>
575
+ <line num="443" count="0" type="cond" truecount="0" falsecount="2"/>
576
+ <line num="444" count="0" type="stmt"/>
430
577
  <line num="446" count="0" type="stmt"/>
431
- <line num="449" count="0" type="stmt"/>
432
- <line num="455" count="0" type="stmt"/>
578
+ <line num="451" count="0" type="cond" truecount="0" falsecount="4"/>
579
+ <line num="452" count="0" type="stmt"/>
580
+ <line num="453" count="0" type="stmt"/>
433
581
  <line num="456" count="0" type="stmt"/>
434
- <line num="457" count="0" type="stmt"/>
435
- <line num="458" count="0" type="stmt"/>
436
- <line num="462" count="0" type="stmt"/>
582
+ <line num="459" count="0" type="stmt"/>
583
+ <line num="463" count="0" type="stmt"/>
584
+ <line num="464" count="0" type="stmt"/>
585
+ <line num="465" count="0" type="stmt"/>
437
586
  <line num="466" count="0" type="stmt"/>
438
- <line num="470" count="0" type="cond" truecount="0" falsecount="2"/>
439
- <line num="471" count="0" type="stmt"/>
440
- <line num="473" count="0" type="stmt"/>
441
- <line num="478" count="0" type="cond" truecount="0" falsecount="1"/>
442
- <line num="479" count="0" type="stmt"/>
443
- <line num="481" count="0" type="cond" truecount="0" falsecount="1"/>
444
- <line num="482" count="0" type="stmt"/>
445
- <line num="488" count="0" type="stmt"/>
446
- <line num="489" count="0" type="stmt"/>
447
- <line num="491" count="0" type="cond" truecount="0" falsecount="1"/>
587
+ <line num="468" count="0" type="stmt"/>
588
+ <line num="478" count="0" type="stmt"/>
589
+ <line num="482" count="0" type="cond" truecount="0" falsecount="1"/>
590
+ <line num="483" count="0" type="stmt"/>
591
+ <line num="485" count="0" type="stmt"/>
592
+ <line num="489" count="0" type="cond" truecount="0" falsecount="1"/>
593
+ <line num="490" count="0" type="stmt"/>
448
594
  <line num="492" count="0" type="stmt"/>
449
- <line num="494" count="0" type="cond" truecount="0" falsecount="1"/>
450
- <line num="496" count="0" type="stmt"/>
451
- <line num="498" count="0" type="stmt"/>
595
+ <line num="503" count="0" type="cond" truecount="0" falsecount="1"/>
452
596
  <line num="504" count="0" type="stmt"/>
453
- <line num="505" count="0" type="stmt"/>
454
- <line num="516" count="0" type="stmt"/>
455
- <line num="517" count="0" type="stmt"/>
456
- <line num="518" count="0" type="cond" truecount="0" falsecount="3"/>
597
+ <line num="506" count="0" type="stmt"/>
598
+ <line num="507" count="0" type="cond" truecount="0" falsecount="2"/>
599
+ <line num="510" count="0" type="stmt"/>
600
+ <line num="511" count="0" type="cond" truecount="0" falsecount="2"/>
601
+ <line num="518" count="0" type="stmt"/>
457
602
  <line num="519" count="0" type="stmt"/>
458
- <line num="520" count="0" type="cond" truecount="0" falsecount="2"/>
603
+ <line num="520" count="0" type="stmt"/>
604
+ <line num="521" count="0" type="cond" truecount="0" falsecount="3"/>
459
605
  <line num="522" count="0" type="stmt"/>
460
- <line num="523" count="0" type="stmt"/>
461
- <line num="540" count="0" type="cond" truecount="0" falsecount="2"/>
462
- <line num="541" count="0" type="stmt"/>
463
- <line num="543" count="0" type="stmt"/>
464
- <line num="546" count="0" type="cond" truecount="0" falsecount="2"/>
465
- <line num="553" count="0" type="cond" truecount="0" falsecount="1"/>
466
- <line num="554" count="0" type="stmt"/>
467
- <line num="556" count="0" type="cond" truecount="0" falsecount="1"/>
468
- <line num="557" count="0" type="stmt"/>
606
+ <line num="524" count="0" type="cond" truecount="0" falsecount="1"/>
607
+ <line num="525" count="0" type="stmt"/>
608
+ <line num="527" count="0" type="cond" truecount="0" falsecount="1"/>
609
+ <line num="528" count="0" type="stmt"/>
610
+ <line num="531" count="0" type="stmt"/>
611
+ <line num="535" count="0" type="stmt"/>
612
+ <line num="545" count="0" type="stmt"/>
613
+ <line num="552" count="0" type="stmt"/>
614
+ <line num="556" count="0" type="cond" truecount="0" falsecount="2"/>
615
+ <line num="560" count="0" type="stmt"/>
616
+ <line num="561" count="0" type="cond" truecount="0" falsecount="3"/>
617
+ <line num="562" count="0" type="stmt"/>
618
+ <line num="563" count="0" type="stmt"/>
619
+ <line num="565" count="0" type="stmt"/>
620
+ <line num="566" count="0" type="stmt"/>
621
+ <line num="568" count="0" type="cond" truecount="0" falsecount="2"/>
622
+ <line num="570" count="0" type="stmt"/>
623
+ <line num="572" count="0" type="cond" truecount="0" falsecount="5"/>
624
+ <line num="573" count="0" type="stmt"/>
469
625
  <line num="574" count="0" type="stmt"/>
470
- <line num="575" count="0" type="cond" truecount="0" falsecount="1"/>
471
- <line num="583" count="0" type="stmt"/>
626
+ <line num="577" count="0" type="stmt"/>
627
+ <line num="581" count="0" type="stmt"/>
472
628
  <line num="585" count="0" type="stmt"/>
473
- <line num="586" count="0" type="stmt"/>
474
- <line num="587" count="0" type="stmt"/>
629
+ <line num="589" count="0" type="cond" truecount="0" falsecount="2"/>
630
+ <line num="590" count="0" type="stmt"/>
631
+ <line num="591" count="0" type="cond" truecount="0" falsecount="1"/>
632
+ <line num="594" count="0" type="cond" truecount="0" falsecount="1"/>
475
633
  <line num="595" count="0" type="stmt"/>
476
- <line num="600" count="0" type="cond" truecount="0" falsecount="3"/>
477
- <line num="601" count="0" type="stmt"/>
478
- <line num="603" count="0" type="stmt"/>
634
+ <line num="598" count="0" type="stmt"/>
635
+ <line num="605" count="0" type="stmt"/>
479
636
  <line num="606" count="0" type="stmt"/>
480
637
  <line num="607" count="0" type="stmt"/>
481
- <line num="609" count="0" type="stmt"/>
482
- <line num="611" count="0" type="stmt"/>
483
- <line num="617" count="0" type="stmt"/>
484
- <line num="619" count="0" type="stmt"/>
485
- <line num="622" count="0" type="stmt"/>
638
+ <line num="608" count="0" type="stmt"/>
639
+ <line num="612" count="0" type="stmt"/>
640
+ <line num="616" count="0" type="stmt"/>
641
+ <line num="620" count="0" type="cond" truecount="0" falsecount="2"/>
642
+ <line num="621" count="0" type="stmt"/>
486
643
  <line num="623" count="0" type="stmt"/>
487
- <line num="624" count="0" type="stmt"/>
488
- <line num="625" count="0" type="stmt"/>
489
644
  <line num="627" count="0" type="stmt"/>
490
- <line num="629" count="0" type="cond" truecount="0" falsecount="1"/>
645
+ <line num="628" count="0" type="stmt"/>
646
+ <line num="629" count="0" type="stmt"/>
491
647
  <line num="630" count="0" type="stmt"/>
492
- <line num="632" count="0" type="stmt"/>
493
648
  <line num="633" count="0" type="stmt"/>
494
- <line num="636" count="0" type="stmt"/>
495
- <line num="637" count="0" type="stmt"/>
496
- <line num="638" count="0" type="cond" truecount="0" falsecount="1"/>
497
- <line num="639" count="0" type="stmt"/>
498
- <line num="642" count="0" type="stmt"/>
499
- <line num="643" count="0" type="stmt"/>
500
- <line num="644" count="0" type="stmt"/>
501
- <line num="653" count="0" type="cond" truecount="0" falsecount="2"/>
502
- <line num="654" count="0" type="stmt"/>
503
- <line num="655" count="0" type="stmt"/>
504
- <line num="656" count="0" type="stmt"/>
505
- <line num="660" count="0" type="stmt"/>
506
- <line num="661" count="0" type="stmt"/>
507
- <line num="662" count="0" type="cond" truecount="0" falsecount="1"/>
508
- <line num="663" count="0" type="stmt"/>
509
- <line num="664" count="0" type="stmt"/>
510
- <line num="665" count="0" type="stmt"/>
511
- <line num="669" count="0" type="stmt"/>
512
- <line num="675" count="0" type="cond" truecount="0" falsecount="4"/>
513
- <line num="679" count="0" type="stmt"/>
514
- <line num="682" count="0" type="cond" truecount="0" falsecount="1"/>
649
+ <line num="634" count="0" type="cond" truecount="0" falsecount="2"/>
650
+ <line num="635" count="0" type="stmt"/>
651
+ <line num="637" count="0" type="cond" truecount="0" falsecount="2"/>
652
+ <line num="646" count="0" type="stmt"/>
653
+ <line num="647" count="0" type="stmt"/>
654
+ <line num="648" count="0" type="cond" truecount="0" falsecount="1"/>
655
+ <line num="649" count="0" type="stmt"/>
656
+ <line num="651" count="0" type="stmt"/>
657
+ <line num="652" count="0" type="cond" truecount="0" falsecount="1"/>
658
+ <line num="653" count="0" type="stmt"/>
659
+ <line num="681" count="0" type="stmt"/>
660
+ <line num="682" count="0" type="stmt"/>
515
661
  <line num="683" count="0" type="stmt"/>
516
- <line num="684" count="0" type="stmt"/>
517
- <line num="685" count="0" type="stmt"/>
518
- <line num="686" count="0" type="stmt"/>
519
- <line num="687" count="0" type="stmt"/>
520
- <line num="688" count="0" type="stmt"/>
521
- <line num="689" count="0" type="stmt"/>
522
- <line num="690" count="0" type="stmt"/>
523
- <line num="691" count="0" type="cond" truecount="0" falsecount="3"/>
662
+ <line num="691" count="0" type="stmt"/>
524
663
  <line num="692" count="0" type="stmt"/>
664
+ <line num="693" count="0" type="cond" truecount="0" falsecount="4"/>
665
+ <line num="694" count="0" type="stmt"/>
525
666
  <line num="695" count="0" type="stmt"/>
667
+ <line num="696" count="0" type="cond" truecount="0" falsecount="4"/>
668
+ <line num="698" count="0" type="stmt"/>
669
+ <line num="699" count="0" type="stmt"/>
670
+ <line num="700" count="0" type="stmt"/>
671
+ <line num="701" count="0" type="stmt"/>
672
+ <line num="702" count="0" type="cond" truecount="0" falsecount="2"/>
673
+ <line num="703" count="0" type="stmt"/>
674
+ <line num="704" count="0" type="stmt"/>
675
+ <line num="705" count="0" type="stmt"/>
676
+ <line num="707" count="0" type="stmt"/>
677
+ <line num="708" count="0" type="stmt"/>
678
+ <line num="709" count="0" type="stmt"/>
679
+ <line num="711" count="0" type="stmt"/>
680
+ <line num="712" count="0" type="stmt"/>
681
+ <line num="713" count="0" type="cond" truecount="0" falsecount="1"/>
682
+ <line num="714" count="0" type="stmt"/>
683
+ <line num="716" count="0" type="cond" truecount="0" falsecount="1"/>
684
+ <line num="717" count="0" type="stmt"/>
685
+ <line num="719" count="0" type="stmt"/>
686
+ <line num="723" count="0" type="cond" truecount="0" falsecount="1"/>
687
+ <line num="724" count="0" type="stmt"/>
688
+ <line num="726" count="0" type="stmt"/>
689
+ <line num="728" count="0" type="stmt"/>
690
+ <line num="729" count="0" type="stmt"/>
691
+ <line num="731" count="0" type="stmt"/>
692
+ <line num="732" count="0" type="stmt"/>
693
+ <line num="734" count="0" type="stmt"/>
694
+ <line num="737" count="0" type="stmt"/>
695
+ <line num="738" count="0" type="stmt"/>
696
+ <line num="747" count="0" type="stmt"/>
697
+ <line num="748" count="0" type="stmt"/>
698
+ <line num="749" count="0" type="stmt"/>
699
+ <line num="750" count="0" type="stmt"/>
700
+ <line num="751" count="0" type="stmt"/>
701
+ <line num="752" count="0" type="stmt"/>
702
+ <line num="753" count="0" type="cond" truecount="0" falsecount="1"/>
703
+ <line num="754" count="0" type="stmt"/>
704
+ <line num="755" count="0" type="cond" truecount="0" falsecount="2"/>
705
+ <line num="756" count="0" type="stmt"/>
706
+ <line num="758" count="0" type="stmt"/>
707
+ <line num="759" count="0" type="stmt"/>
708
+ <line num="760" count="0" type="stmt"/>
709
+ <line num="761" count="0" type="cond" truecount="0" falsecount="1"/>
710
+ <line num="762" count="0" type="stmt"/>
711
+ <line num="764" count="0" type="cond" truecount="0" falsecount="1"/>
712
+ <line num="765" count="0" type="stmt"/>
713
+ <line num="767" count="0" type="stmt"/>
714
+ <line num="771" count="0" type="stmt"/>
715
+ <line num="772" count="0" type="stmt"/>
716
+ <line num="773" count="0" type="cond" truecount="0" falsecount="1"/>
717
+ <line num="775" count="0" type="stmt"/>
718
+ <line num="777" count="0" type="stmt"/>
719
+ <line num="778" count="0" type="stmt"/>
720
+ <line num="780" count="0" type="stmt"/>
721
+ <line num="795" count="0" type="stmt"/>
722
+ <line num="802" count="0" type="stmt"/>
723
+ <line num="809" count="0" type="stmt"/>
724
+ <line num="820" count="0" type="stmt"/>
725
+ <line num="821" count="0" type="stmt"/>
726
+ <line num="822" count="0" type="cond" truecount="0" falsecount="4"/>
727
+ <line num="832" count="0" type="stmt"/>
728
+ <line num="859" count="0" type="stmt"/>
729
+ <line num="860" count="0" type="cond" truecount="0" falsecount="4"/>
730
+ <line num="865" count="0" type="stmt"/>
731
+ <line num="866" count="0" type="stmt"/>
732
+ <line num="874" count="0" type="stmt"/>
733
+ <line num="875" count="0" type="stmt"/>
734
+ <line num="877" count="0" type="stmt"/>
735
+ <line num="878" count="0" type="stmt"/>
736
+ <line num="886" count="0" type="stmt"/>
737
+ <line num="887" count="0" type="cond" truecount="0" falsecount="3"/>
738
+ <line num="888" count="0" type="stmt"/>
739
+ <line num="890" count="0" type="cond" truecount="0" falsecount="1"/>
740
+ <line num="891" count="0" type="stmt"/>
741
+ <line num="892" count="0" type="stmt"/>
742
+ <line num="893" count="0" type="stmt"/>
743
+ <line num="895" count="0" type="cond" truecount="0" falsecount="1"/>
744
+ <line num="900" count="0" type="stmt"/>
745
+ <line num="901" count="0" type="stmt"/>
746
+ <line num="903" count="0" type="stmt"/>
747
+ <line num="904" count="0" type="cond" truecount="0" falsecount="1"/>
748
+ <line num="905" count="0" type="stmt"/>
749
+ <line num="908" count="0" type="cond" truecount="0" falsecount="1"/>
750
+ <line num="909" count="0" type="stmt"/>
751
+ <line num="911" count="0" type="cond" truecount="0" falsecount="1"/>
752
+ <line num="913" count="0" type="stmt"/>
753
+ <line num="915" count="0" type="stmt"/>
754
+ <line num="921" count="0" type="stmt"/>
755
+ <line num="922" count="0" type="stmt"/>
756
+ <line num="933" count="0" type="stmt"/>
757
+ <line num="934" count="0" type="stmt"/>
758
+ <line num="935" count="0" type="stmt"/>
759
+ <line num="937" count="0" type="stmt"/>
760
+ <line num="943" count="0" type="stmt"/>
761
+ <line num="963" count="0" type="cond" truecount="0" falsecount="2"/>
762
+ <line num="964" count="0" type="stmt"/>
763
+ <line num="966" count="0" type="stmt"/>
764
+ <line num="969" count="0" type="cond" truecount="0" falsecount="2"/>
765
+ <line num="975" count="0" type="stmt"/>
766
+ <line num="976" count="0" type="cond" truecount="0" falsecount="1"/>
767
+ <line num="977" count="0" type="stmt"/>
768
+ <line num="978" count="0" type="stmt"/>
769
+ <line num="979" count="0" type="stmt"/>
770
+ <line num="981" count="0" type="cond" truecount="0" falsecount="1"/>
771
+ <line num="982" count="0" type="stmt"/>
772
+ <line num="983" count="0" type="stmt"/>
773
+ <line num="984" count="0" type="stmt"/>
774
+ <line num="1004" count="0" type="stmt"/>
775
+ <line num="1005" count="0" type="cond" truecount="0" falsecount="1"/>
776
+ <line num="1013" count="0" type="stmt"/>
777
+ <line num="1014" count="0" type="stmt"/>
778
+ <line num="1015" count="0" type="stmt"/>
779
+ <line num="1017" count="0" type="stmt"/>
780
+ <line num="1018" count="0" type="stmt"/>
781
+ <line num="1019" count="0" type="stmt"/>
782
+ <line num="1027" count="0" type="stmt"/>
783
+ <line num="1033" count="0" type="stmt"/>
784
+ <line num="1039" count="0" type="cond" truecount="0" falsecount="3"/>
785
+ <line num="1040" count="0" type="stmt"/>
786
+ <line num="1042" count="0" type="stmt"/>
787
+ <line num="1045" count="0" type="stmt"/>
788
+ <line num="1046" count="0" type="stmt"/>
789
+ <line num="1048" count="0" type="stmt"/>
790
+ <line num="1050" count="0" type="stmt"/>
791
+ <line num="1051" count="0" type="stmt"/>
792
+ <line num="1054" count="0" type="stmt"/>
793
+ <line num="1055" count="0" type="stmt"/>
794
+ <line num="1056" count="0" type="stmt"/>
795
+ <line num="1057" count="0" type="stmt"/>
796
+ <line num="1059" count="0" type="cond" truecount="0" falsecount="1"/>
797
+ <line num="1060" count="0" type="stmt"/>
798
+ <line num="1067" count="0" type="stmt"/>
799
+ <line num="1071" count="0" type="cond" truecount="0" falsecount="2"/>
800
+ <line num="1073" count="0" type="cond" truecount="0" falsecount="2"/>
801
+ <line num="1076" count="0" type="stmt"/>
802
+ <line num="1077" count="0" type="stmt"/>
803
+ <line num="1079" count="0" type="stmt"/>
804
+ <line num="1080" count="0" type="stmt"/>
805
+ <line num="1083" count="0" type="stmt"/>
806
+ <line num="1084" count="0" type="stmt"/>
807
+ <line num="1088" count="0" type="cond" truecount="0" falsecount="1"/>
808
+ <line num="1089" count="0" type="stmt"/>
809
+ <line num="1091" count="0" type="stmt"/>
810
+ <line num="1093" count="0" type="cond" truecount="0" falsecount="2"/>
811
+ <line num="1097" count="0" type="stmt"/>
812
+ <line num="1098" count="0" type="cond" truecount="0" falsecount="1"/>
813
+ <line num="1099" count="0" type="stmt"/>
814
+ <line num="1101" count="0" type="cond" truecount="0" falsecount="5"/>
815
+ <line num="1102" count="0" type="stmt"/>
816
+ <line num="1103" count="0" type="cond" truecount="0" falsecount="1"/>
817
+ <line num="1104" count="0" type="stmt"/>
818
+ <line num="1105" count="0" type="cond" truecount="0" falsecount="2"/>
819
+ <line num="1109" count="0" type="cond" truecount="0" falsecount="1"/>
820
+ <line num="1110" count="0" type="cond" truecount="0" falsecount="2"/>
821
+ <line num="1112" count="0" type="stmt"/>
822
+ <line num="1113" count="0" type="cond" truecount="0" falsecount="1"/>
823
+ <line num="1114" count="0" type="stmt"/>
824
+ <line num="1119" count="0" type="stmt"/>
825
+ <line num="1123" count="0" type="stmt"/>
826
+ <line num="1126" count="0" type="stmt"/>
827
+ <line num="1127" count="0" type="stmt"/>
828
+ <line num="1128" count="0" type="cond" truecount="0" falsecount="1"/>
829
+ <line num="1129" count="0" type="stmt"/>
830
+ <line num="1130" count="0" type="stmt"/>
831
+ <line num="1133" count="0" type="stmt"/>
832
+ <line num="1134" count="0" type="stmt"/>
833
+ <line num="1135" count="0" type="stmt"/>
834
+ <line num="1139" count="0" type="stmt"/>
835
+ <line num="1140" count="0" type="cond" truecount="0" falsecount="4"/>
836
+ <line num="1143" count="0" type="stmt"/>
837
+ <line num="1144" count="0" type="stmt"/>
838
+ <line num="1145" count="0" type="stmt"/>
839
+ <line num="1146" count="0" type="stmt"/>
840
+ <line num="1147" count="0" type="stmt"/>
841
+ <line num="1148" count="0" type="stmt"/>
842
+ <line num="1149" count="0" type="cond" truecount="0" falsecount="4"/>
843
+ <line num="1150" count="0" type="stmt"/>
844
+ <line num="1152" count="0" type="stmt"/>
845
+ <line num="1155" count="0" type="stmt"/>
846
+ <line num="1156" count="0" type="stmt"/>
847
+ <line num="1160" count="0" type="stmt"/>
848
+ <line num="1164" count="0" type="stmt"/>
849
+ <line num="1168" count="0" type="cond" truecount="0" falsecount="4"/>
850
+ <line num="1176" count="0" type="cond" truecount="0" falsecount="2"/>
851
+ <line num="1177" count="0" type="stmt"/>
852
+ <line num="1178" count="0" type="stmt"/>
853
+ <line num="1179" count="0" type="stmt"/>
854
+ <line num="1183" count="0" type="stmt"/>
855
+ <line num="1184" count="0" type="stmt"/>
856
+ <line num="1185" count="0" type="cond" truecount="0" falsecount="1"/>
857
+ <line num="1186" count="0" type="stmt"/>
858
+ <line num="1187" count="0" type="stmt"/>
859
+ <line num="1188" count="0" type="stmt"/>
860
+ <line num="1192" count="0" type="stmt"/>
861
+ <line num="1198" count="0" type="cond" truecount="0" falsecount="4"/>
862
+ <line num="1202" count="0" type="stmt"/>
863
+ <line num="1206" count="0" type="stmt"/>
864
+ <line num="1207" count="0" type="stmt"/>
865
+ <line num="1216" count="0" type="stmt"/>
866
+ <line num="1217" count="0" type="cond" truecount="0" falsecount="1"/>
867
+ <line num="1218" count="0" type="cond" truecount="0" falsecount="1"/>
868
+ <line num="1224" count="0" type="stmt"/>
869
+ <line num="1226" count="0" type="stmt"/>
870
+ <line num="1231" count="0" type="cond" truecount="0" falsecount="1"/>
871
+ <line num="1232" count="0" type="stmt"/>
872
+ <line num="1233" count="0" type="stmt"/>
873
+ <line num="1234" count="0" type="stmt"/>
874
+ <line num="1235" count="0" type="stmt"/>
875
+ <line num="1236" count="0" type="stmt"/>
876
+ <line num="1237" count="0" type="stmt"/>
877
+ <line num="1238" count="0" type="stmt"/>
878
+ <line num="1239" count="0" type="stmt"/>
879
+ <line num="1240" count="0" type="stmt"/>
880
+ <line num="1241" count="0" type="cond" truecount="0" falsecount="3"/>
881
+ <line num="1242" count="0" type="stmt"/>
882
+ <line num="1244" count="0" type="cond" truecount="0" falsecount="4"/>
883
+ <line num="1246" count="0" type="stmt"/>
526
884
  </file>
527
885
  <file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
528
- <metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
886
+ <metrics statements="10" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="5" coveredmethods="0"/>
529
887
  <line num="1" count="0" type="stmt"/>
530
- <line num="17" count="0" type="stmt"/>
531
- <line num="27" count="0" type="stmt"/>
532
- <line num="30" count="0" type="stmt"/>
533
- <line num="38" count="0" type="cond" truecount="0" falsecount="1"/>
534
- <line num="43" count="0" type="stmt"/>
535
- <line num="47" count="0" type="cond" truecount="0" falsecount="1"/>
536
- <line num="52" count="0" type="stmt"/>
537
- <line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
538
- <line num="61" count="0" type="stmt"/>
888
+ <line num="11" count="0" type="stmt"/>
889
+ <line num="15" count="0" type="stmt"/>
890
+ <line num="19" count="0" type="stmt"/>
891
+ <line num="23" count="0" type="cond" truecount="0" falsecount="1"/>
892
+ <line num="25" count="0" type="stmt"/>
893
+ <line num="30" count="0" type="cond" truecount="0" falsecount="1"/>
894
+ <line num="32" count="0" type="stmt"/>
895
+ <line num="37" count="0" type="cond" truecount="0" falsecount="1"/>
896
+ <line num="39" count="0" type="stmt"/>
539
897
  </file>
540
898
  <file name="messages.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/messages.gen.ts">
541
- <metrics statements="138" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="69" coveredmethods="0"/>
899
+ <metrics statements="144" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="72" coveredmethods="0"/>
542
900
  <line num="8" count="0" type="stmt"/>
543
901
  <line num="11" count="0" type="stmt"/>
544
902
  <line num="17" count="0" type="stmt"/>
@@ -666,70 +1024,79 @@
666
1024
  <line num="820" count="0" type="stmt"/>
667
1025
  <line num="828" count="0" type="stmt"/>
668
1026
  <line num="839" count="0" type="stmt"/>
669
- <line num="844" count="0" type="stmt"/>
670
- <line num="852" count="0" type="stmt"/>
671
- <line num="855" count="0" type="stmt"/>
672
- <line num="861" count="0" type="stmt"/>
673
- <line num="864" count="0" type="stmt"/>
674
- <line num="870" count="0" type="stmt"/>
675
- <line num="882" count="0" type="stmt"/>
676
- <line num="897" count="0" type="stmt"/>
677
- <line num="900" count="0" type="stmt"/>
678
- <line num="906" count="0" type="stmt"/>
679
- <line num="909" count="0" type="stmt"/>
1027
+ <line num="847" count="0" type="stmt"/>
1028
+ <line num="858" count="0" type="stmt"/>
1029
+ <line num="863" count="0" type="stmt"/>
1030
+ <line num="871" count="0" type="stmt"/>
1031
+ <line num="874" count="0" type="stmt"/>
1032
+ <line num="880" count="0" type="stmt"/>
1033
+ <line num="883" count="0" type="stmt"/>
1034
+ <line num="889" count="0" type="stmt"/>
1035
+ <line num="901" count="0" type="stmt"/>
1036
+ <line num="916" count="0" type="stmt"/>
1037
+ <line num="919" count="0" type="stmt"/>
1038
+ <line num="925" count="0" type="stmt"/>
1039
+ <line num="928" count="0" type="stmt"/>
1040
+ <line num="934" count="0" type="stmt"/>
1041
+ <line num="938" count="0" type="stmt"/>
1042
+ <line num="945" count="0" type="stmt"/>
1043
+ <line num="948" count="0" type="stmt"/>
680
1044
  </file>
681
1045
  <file name="nodes.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/nodes.ts">
682
- <metrics statements="50" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="13" coveredmethods="0"/>
683
- <line num="4" count="0" type="stmt"/>
684
- <line num="5" count="0" type="stmt"/>
1046
+ <metrics statements="53" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="15" coveredmethods="0"/>
1047
+ <line num="1" count="0" type="stmt"/>
685
1048
  <line num="6" count="0" type="stmt"/>
686
1049
  <line num="7" count="0" type="stmt"/>
687
1050
  <line num="8" count="0" type="stmt"/>
1051
+ <line num="9" count="0" type="stmt"/>
688
1052
  <line num="10" count="0" type="stmt"/>
689
- <line num="14" count="0" type="stmt"/>
690
- <line num="18" count="0" type="stmt"/>
691
- <line num="19" count="0" type="cond" truecount="0" falsecount="1"/>
1053
+ <line num="12" count="0" type="stmt"/>
1054
+ <line num="16" count="0" type="stmt"/>
1055
+ <line num="19" count="0" type="stmt"/>
692
1056
  <line num="20" count="0" type="stmt"/>
693
- <line num="22" count="0" type="stmt"/>
694
- <line num="23" count="0" type="stmt"/>
695
- <line num="24" count="0" type="cond" truecount="0" falsecount="1"/>
696
- <line num="25" count="0" type="stmt"/>
1057
+ <line num="24" count="0" type="stmt"/>
1058
+ <line num="25" count="0" type="cond" truecount="0" falsecount="1"/>
697
1059
  <line num="26" count="0" type="stmt"/>
698
1060
  <line num="28" count="0" type="stmt"/>
1061
+ <line num="29" count="0" type="stmt"/>
1062
+ <line num="30" count="0" type="cond" truecount="0" falsecount="1"/>
1063
+ <line num="31" count="0" type="stmt"/>
699
1064
  <line num="32" count="0" type="stmt"/>
700
- <line num="33" count="0" type="stmt"/>
701
- <line num="34" count="0" type="cond" truecount="0" falsecount="1"/>
702
- <line num="35" count="0" type="stmt"/>
703
- <line num="36" count="0" type="stmt"/>
704
- <line num="37" count="0" type="stmt"/>
1065
+ <line num="34" count="0" type="stmt"/>
705
1066
  <line num="38" count="0" type="stmt"/>
706
- <line num="40" count="0" type="stmt"/>
1067
+ <line num="39" count="0" type="stmt"/>
1068
+ <line num="40" count="0" type="cond" truecount="0" falsecount="1"/>
1069
+ <line num="41" count="0" type="stmt"/>
1070
+ <line num="42" count="0" type="stmt"/>
1071
+ <line num="43" count="0" type="stmt"/>
707
1072
  <line num="44" count="0" type="stmt"/>
708
- <line num="45" count="0" type="cond" truecount="0" falsecount="1"/>
709
1073
  <line num="46" count="0" type="stmt"/>
710
- <line num="47" count="0" type="stmt"/>
711
- <line num="48" count="0" type="stmt"/>
712
- <line num="49" count="0" type="cond" truecount="0" falsecount="1"/>
713
1074
  <line num="50" count="0" type="stmt"/>
714
- <line num="51" count="0" type="stmt"/>
1075
+ <line num="51" count="0" type="cond" truecount="0" falsecount="1"/>
715
1076
  <line num="52" count="0" type="stmt"/>
716
- <line num="55" count="0" type="stmt"/>
1077
+ <line num="53" count="0" type="stmt"/>
1078
+ <line num="54" count="0" type="stmt"/>
1079
+ <line num="55" count="0" type="cond" truecount="0" falsecount="1"/>
1080
+ <line num="56" count="0" type="stmt"/>
717
1081
  <line num="57" count="0" type="stmt"/>
718
- <line num="65" count="0" type="stmt"/>
719
- <line num="66" count="0" type="stmt"/>
720
- <line num="67" count="0" type="cond" truecount="0" falsecount="3"/>
721
- <line num="68" count="0" type="stmt"/>
1082
+ <line num="58" count="0" type="stmt"/>
1083
+ <line num="61" count="0" type="stmt"/>
1084
+ <line num="63" count="0" type="stmt"/>
1085
+ <line num="71" count="0" type="stmt"/>
1086
+ <line num="72" count="0" type="stmt"/>
1087
+ <line num="73" count="0" type="cond" truecount="0" falsecount="3"/>
722
1088
  <line num="74" count="0" type="stmt"/>
723
- <line num="78" count="0" type="cond" truecount="0" falsecount="1"/>
724
- <line num="79" count="0" type="stmt"/>
725
- <line num="83" count="0" type="stmt"/>
726
- <line num="87" count="0" type="stmt"/>
727
- <line num="91" count="0" type="stmt"/>
728
- <line num="92" count="0" type="stmt"/>
729
- <line num="93" count="0" type="cond" truecount="0" falsecount="1"/>
730
- <line num="94" count="0" type="stmt"/>
731
- <line num="96" count="0" type="stmt"/>
1089
+ <line num="80" count="0" type="stmt"/>
1090
+ <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
1091
+ <line num="85" count="0" type="stmt"/>
1092
+ <line num="89" count="0" type="stmt"/>
1093
+ <line num="93" count="0" type="stmt"/>
1094
+ <line num="97" count="0" type="stmt"/>
732
1095
  <line num="98" count="0" type="stmt"/>
1096
+ <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
1097
+ <line num="100" count="0" type="stmt"/>
1098
+ <line num="102" count="0" type="stmt"/>
1099
+ <line num="104" count="0" type="stmt"/>
733
1100
  </file>
734
1101
  <file name="sanitizer.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/sanitizer.ts">
735
1102
  <metrics statements="41" coveredstatements="0" conditionals="21" coveredconditionals="0" methods="10" coveredmethods="0"/>
@@ -744,56 +1111,55 @@
744
1111
  <line num="22" count="0" type="stmt"/>
745
1112
  <line num="23" count="0" type="stmt"/>
746
1113
  <line num="24" count="0" type="stmt"/>
747
- <line num="27" count="0" type="stmt"/>
748
1114
  <line num="28" count="0" type="stmt"/>
749
- <line num="38" count="0" type="cond" truecount="0" falsecount="1"/>
750
- <line num="43" count="0" type="stmt"/>
751
- <line num="45" count="0" type="cond" truecount="0" falsecount="1"/>
752
- <line num="50" count="0" type="stmt"/>
753
- <line num="53" count="0" type="cond" truecount="0" falsecount="3"/>
754
- <line num="54" count="0" type="stmt"/>
755
- <line num="55" count="0" type="cond" truecount="0" falsecount="1"/>
756
- <line num="56" count="0" type="stmt"/>
1115
+ <line num="31" count="0" type="stmt"/>
1116
+ <line num="41" count="0" type="cond" truecount="0" falsecount="1"/>
1117
+ <line num="46" count="0" type="stmt"/>
1118
+ <line num="48" count="0" type="cond" truecount="0" falsecount="1"/>
1119
+ <line num="53" count="0" type="stmt"/>
1120
+ <line num="56" count="0" type="cond" truecount="0" falsecount="3"/>
1121
+ <line num="57" count="0" type="stmt"/>
757
1122
  <line num="58" count="0" type="cond" truecount="0" falsecount="1"/>
758
1123
  <line num="59" count="0" type="stmt"/>
759
- <line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
760
- <line num="67" count="0" type="stmt"/>
761
- <line num="70" count="0" type="cond" truecount="0" falsecount="1"/>
762
- <line num="71" count="0" type="stmt"/>
1124
+ <line num="61" count="0" type="cond" truecount="0" falsecount="1"/>
1125
+ <line num="62" count="0" type="stmt"/>
1126
+ <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
1127
+ <line num="70" count="0" type="stmt"/>
763
1128
  <line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
764
1129
  <line num="74" count="0" type="stmt"/>
765
- <line num="75" count="0" type="stmt"/>
766
- <line num="76" count="0" type="stmt"/>
1130
+ <line num="76" count="0" type="cond" truecount="0" falsecount="1"/>
767
1131
  <line num="77" count="0" type="stmt"/>
1132
+ <line num="78" count="0" type="stmt"/>
1133
+ <line num="79" count="0" type="stmt"/>
768
1134
  <line num="80" count="0" type="stmt"/>
769
- <line num="84" count="0" type="stmt"/>
770
- <line num="88" count="0" type="stmt"/>
771
- <line num="92" count="0" type="stmt"/>
772
- <line num="93" count="0" type="cond" truecount="0" falsecount="1"/>
773
- <line num="94" count="0" type="stmt"/>
774
- <line num="96" count="0" type="stmt"/>
775
- <line num="100" count="0" type="stmt"/>
776
- <line num="101" count="0" type="stmt"/>
1135
+ <line num="83" count="0" type="stmt"/>
1136
+ <line num="87" count="0" type="stmt"/>
1137
+ <line num="91" count="0" type="stmt"/>
1138
+ <line num="95" count="0" type="stmt"/>
1139
+ <line num="96" count="0" type="cond" truecount="0" falsecount="1"/>
1140
+ <line num="97" count="0" type="stmt"/>
1141
+ <line num="99" count="0" type="stmt"/>
1142
+ <line num="103" count="0" type="stmt"/>
1143
+ <line num="104" count="0" type="stmt"/>
777
1144
  </file>
778
1145
  <file name="session.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/session.ts">
779
- <metrics statements="70" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="19" coveredmethods="0"/>
1146
+ <metrics statements="72" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="20" coveredmethods="0"/>
780
1147
  <line num="2" count="0" type="stmt"/>
781
1148
  <line num="28" count="0" type="stmt"/>
782
1149
  <line num="29" count="0" type="stmt"/>
783
1150
  <line num="30" count="0" type="stmt"/>
784
1151
  <line num="32" count="0" type="stmt"/>
785
1152
  <line num="33" count="0" type="stmt"/>
786
- <line num="38" count="0" type="stmt"/>
787
1153
  <line num="39" count="0" type="stmt"/>
788
- <line num="43" count="0" type="stmt"/>
789
- <line num="46" count="0" type="cond" truecount="0" falsecount="1"/>
790
- <line num="47" count="0" type="stmt"/>
1154
+ <line num="40" count="0" type="stmt"/>
1155
+ <line num="42" count="0" type="stmt"/>
1156
+ <line num="46" count="0" type="stmt"/>
791
1157
  <line num="49" count="0" type="cond" truecount="0" falsecount="1"/>
792
1158
  <line num="50" count="0" type="stmt"/>
793
- <line num="52" count="0" type="stmt"/>
794
- <line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
795
- <line num="58" count="0" type="stmt"/>
796
- <line num="60" count="0" type="cond" truecount="0" falsecount="1"/>
1159
+ <line num="52" count="0" type="cond" truecount="0" falsecount="1"/>
1160
+ <line num="53" count="0" type="stmt"/>
1161
+ <line num="55" count="0" type="stmt"/>
1162
+ <line num="59" count="0" type="cond" truecount="0" falsecount="1"/>
797
1163
  <line num="61" count="0" type="stmt"/>
798
1164
  <line num="63" count="0" type="cond" truecount="0" falsecount="1"/>
799
1165
  <line num="64" count="0" type="stmt"/>
@@ -801,52 +1167,55 @@
801
1167
  <line num="67" count="0" type="stmt"/>
802
1168
  <line num="69" count="0" type="cond" truecount="0" falsecount="1"/>
803
1169
  <line num="70" count="0" type="stmt"/>
804
- <line num="72" count="0" type="stmt"/>
805
- <line num="76" count="0" type="stmt"/>
806
- <line num="77" count="0" type="stmt"/>
807
- <line num="81" count="0" type="stmt"/>
808
- <line num="82" count="0" type="stmt"/>
809
- <line num="86" count="0" type="stmt"/>
810
- <line num="90" count="0" type="stmt"/>
811
- <line num="91" count="0" type="cond" truecount="0" falsecount="1"/>
812
- <line num="92" count="0" type="stmt"/>
813
- <line num="94" count="0" type="stmt"/>
814
- <line num="98" count="0" type="stmt"/>
815
- <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
816
- <line num="100" count="0" type="stmt"/>
817
- <line num="102" count="0" type="stmt"/>
818
- <line num="104" count="0" type="stmt"/>
1170
+ <line num="72" count="0" type="cond" truecount="0" falsecount="1"/>
1171
+ <line num="73" count="0" type="stmt"/>
1172
+ <line num="75" count="0" type="stmt"/>
1173
+ <line num="79" count="0" type="stmt"/>
1174
+ <line num="80" count="0" type="stmt"/>
1175
+ <line num="84" count="0" type="stmt"/>
1176
+ <line num="85" count="0" type="stmt"/>
1177
+ <line num="89" count="0" type="stmt"/>
1178
+ <line num="93" count="0" type="stmt"/>
1179
+ <line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
1180
+ <line num="95" count="0" type="stmt"/>
1181
+ <line num="97" count="0" type="stmt"/>
1182
+ <line num="101" count="0" type="stmt"/>
1183
+ <line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
1184
+ <line num="103" count="0" type="stmt"/>
819
1185
  <line num="105" count="0" type="stmt"/>
820
- <line num="109" count="0" type="cond" truecount="0" falsecount="2"/>
821
- <line num="113" count="0" type="stmt"/>
822
- <line num="117" count="0" type="stmt"/>
823
- <line num="118" count="0" type="stmt"/>
824
- <line num="119" count="0" type="stmt"/>
825
- <line num="120" count="0" type="cond" truecount="0" falsecount="1"/>
1186
+ <line num="107" count="0" type="stmt"/>
1187
+ <line num="108" count="0" type="stmt"/>
1188
+ <line num="112" count="0" type="cond" truecount="0" falsecount="2"/>
1189
+ <line num="116" count="0" type="stmt"/>
1190
+ <line num="120" count="0" type="stmt"/>
826
1191
  <line num="121" count="0" type="stmt"/>
827
- <line num="123" count="0" type="cond" truecount="0" falsecount="3"/>
1192
+ <line num="122" count="0" type="stmt"/>
1193
+ <line num="123" count="0" type="cond" truecount="0" falsecount="1"/>
828
1194
  <line num="124" count="0" type="stmt"/>
829
- <line num="126" count="0" type="stmt"/>
1195
+ <line num="126" count="0" type="cond" truecount="0" falsecount="3"/>
830
1196
  <line num="127" count="0" type="stmt"/>
831
- <line num="131" count="0" type="stmt"/>
832
- <line num="132" count="0" type="stmt"/>
833
- <line num="133" count="0" type="cond" truecount="0" falsecount="3"/>
1197
+ <line num="129" count="0" type="stmt"/>
1198
+ <line num="130" count="0" type="stmt"/>
834
1199
  <line num="134" count="0" type="stmt"/>
835
- <line num="136" count="0" type="stmt"/>
836
- <line num="140" count="0" type="cond" truecount="0" falsecount="1"/>
837
- <line num="141" count="0" type="stmt"/>
838
- <line num="145" count="0" type="stmt"/>
839
- <line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
840
- <line num="147" count="0" type="stmt"/>
1200
+ <line num="135" count="0" type="stmt"/>
1201
+ <line num="136" count="0" type="cond" truecount="0" falsecount="3"/>
1202
+ <line num="137" count="0" type="stmt"/>
1203
+ <line num="139" count="0" type="stmt"/>
1204
+ <line num="143" count="0" type="cond" truecount="0" falsecount="1"/>
1205
+ <line num="144" count="0" type="stmt"/>
1206
+ <line num="148" count="0" type="stmt"/>
841
1207
  <line num="149" count="0" type="stmt"/>
842
1208
  <line num="150" count="0" type="stmt"/>
843
- <line num="151" count="0" type="stmt"/>
1209
+ <line num="154" count="0" type="stmt"/>
1210
+ <line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
844
1211
  <line num="156" count="0" type="stmt"/>
845
- <line num="166" count="0" type="stmt"/>
846
- <line num="167" count="0" type="stmt"/>
847
- <line num="168" count="0" type="stmt"/>
848
- <line num="169" count="0" type="stmt"/>
849
- <line num="170" count="0" type="stmt"/>
1212
+ <line num="158" count="0" type="stmt"/>
1213
+ <line num="163" count="0" type="stmt"/>
1214
+ <line num="173" count="0" type="stmt"/>
1215
+ <line num="174" count="0" type="stmt"/>
1216
+ <line num="175" count="0" type="stmt"/>
1217
+ <line num="176" count="0" type="stmt"/>
1218
+ <line num="177" count="0" type="stmt"/>
850
1219
  </file>
851
1220
  <file name="ticker.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/ticker.ts">
852
1221
  <metrics statements="21" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="8" coveredmethods="0"/>
@@ -1005,9 +1374,9 @@
1005
1374
  </file>
1006
1375
  </package>
1007
1376
  <package name="main.modules">
1008
- <metrics statements="1103" coveredstatements="0" conditionals="580" coveredconditionals="0" methods="215" coveredmethods="0"/>
1377
+ <metrics statements="1310" coveredstatements="38" conditionals="673" coveredconditionals="12" methods="282" coveredmethods="12"/>
1009
1378
  <file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
1010
- <metrics statements="21" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
1379
+ <metrics statements="22" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
1011
1380
  <line num="4" count="0" type="stmt"/>
1012
1381
  <line num="5" count="0" type="stmt"/>
1013
1382
  <line num="6" count="0" type="stmt"/>
@@ -1018,17 +1387,18 @@
1018
1387
  <line num="14" count="0" type="stmt"/>
1019
1388
  <line num="18" count="0" type="stmt"/>
1020
1389
  <line num="19" count="0" type="stmt"/>
1021
- <line num="21" count="0" type="stmt"/>
1022
- <line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
1023
- <line num="25" count="0" type="stmt"/>
1024
- <line num="26" count="0" type="stmt"/>
1390
+ <line num="22" count="0" type="stmt"/>
1391
+ <line num="23" count="0" type="stmt"/>
1392
+ <line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
1025
1393
  <line num="28" count="0" type="stmt"/>
1026
- <line num="34" count="0" type="stmt"/>
1027
- <line num="39" count="0" type="stmt"/>
1028
- <line num="40" count="0" type="cond" truecount="0" falsecount="1"/>
1029
- <line num="41" count="0" type="stmt"/>
1030
- <line num="43" count="0" type="stmt"/>
1031
- <line num="47" count="0" type="stmt"/>
1394
+ <line num="29" count="0" type="stmt"/>
1395
+ <line num="31" count="0" type="stmt"/>
1396
+ <line num="37" count="0" type="stmt"/>
1397
+ <line num="42" count="0" type="stmt"/>
1398
+ <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
1399
+ <line num="44" count="0" type="stmt"/>
1400
+ <line num="46" count="0" type="stmt"/>
1401
+ <line num="50" count="0" type="stmt"/>
1032
1402
  </file>
1033
1403
  <file name="axiosSpy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/axiosSpy.ts">
1034
1404
  <metrics statements="66" coveredstatements="0" conditionals="52" coveredconditionals="0" methods="18" coveredmethods="0"/>
@@ -1099,77 +1469,236 @@
1099
1469
  <line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
1100
1470
  <line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
1101
1471
  </file>
1102
- <file name="connection.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/connection.ts">
1103
- <metrics statements="9" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
1104
- <line num="2" count="0" type="stmt"/>
1105
- <line num="4" count="0" type="stmt"/>
1106
- <line num="12" count="0" type="cond" truecount="0" falsecount="3"/>
1107
- <line num="15" count="0" type="cond" truecount="0" falsecount="1"/>
1108
- <line num="16" count="0" type="stmt"/>
1109
- <line num="19" count="0" type="stmt"/>
1110
- <line num="20" count="0" type="stmt"/>
1111
- <line num="23" count="0" type="stmt"/>
1112
- <line num="24" count="0" type="stmt"/>
1113
- </file>
1114
- <file name="console.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/console.ts">
1115
- <metrics statements="78" coveredstatements="0" conditionals="32" coveredconditionals="0" methods="15" coveredmethods="0"/>
1116
- <line num="2" count="0" type="stmt"/>
1117
- <line num="3" count="0" type="stmt"/>
1118
- <line num="6" count="0" type="cond" truecount="0" falsecount="4"/>
1119
- <line num="7" count="0" type="stmt"/>
1120
- <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
1121
- <line num="11" count="0" type="cond" truecount="0" falsecount="1"/>
1122
- <line num="12" count="0" type="stmt"/>
1123
- <line num="14" count="0" type="cond" truecount="0" falsecount="1"/>
1124
- <line num="15" count="0" type="stmt"/>
1125
- <line num="17" count="0" type="cond" truecount="0" falsecount="1"/>
1126
- <line num="18" count="0" type="stmt"/>
1127
- <line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
1128
- <line num="21" count="0" type="stmt"/>
1129
- <line num="23" count="0" type="stmt"/>
1130
- <line num="27" count="0" type="cond" truecount="0" falsecount="1"/>
1131
- <line num="28" count="0" type="stmt"/>
1132
- <line num="32" count="0" type="cond" truecount="0" falsecount="1"/>
1472
+ <file name="conditionsManager.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/conditionsManager.ts">
1473
+ <metrics statements="156" coveredstatements="0" conditionals="67" coveredconditionals="0" methods="53" coveredmethods="0"/>
1474
+ <line num="31" count="0" type="stmt"/>
1475
+ <line num="32" count="0" type="stmt"/>
1133
1476
  <line num="33" count="0" type="stmt"/>
1134
- <line num="37" count="0" type="cond" truecount="0" falsecount="1"/>
1135
- <line num="38" count="0" type="stmt"/>
1136
- <line num="40" count="0" type="cond" truecount="0" falsecount="1"/>
1477
+ <line num="36" count="0" type="stmt"/>
1478
+ <line num="37" count="0" type="stmt"/>
1137
1479
  <line num="41" count="0" type="stmt"/>
1138
- <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
1139
- <line num="44" count="0" type="stmt"/>
1140
- <line num="46" count="0" type="cond" truecount="0" falsecount="1"/>
1141
- <line num="47" count="0" type="stmt"/>
1142
- <line num="48" count="0" type="stmt"/>
1143
- <line num="49" count="0" type="stmt"/>
1144
- <line num="51" count="0" type="cond" truecount="0" falsecount="1"/>
1480
+ <line num="45" count="0" type="stmt"/>
1481
+ <line num="46" count="0" type="stmt"/>
1145
1482
  <line num="52" count="0" type="stmt"/>
1146
1483
  <line num="53" count="0" type="stmt"/>
1147
1484
  <line num="54" count="0" type="stmt"/>
1148
- <line num="55" count="0" type="cond" truecount="0" falsecount="1"/>
1485
+ <line num="55" count="0" type="stmt"/>
1149
1486
  <line num="56" count="0" type="stmt"/>
1150
- <line num="58" count="0" type="stmt"/>
1487
+ <line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
1151
1488
  <line num="59" count="0" type="stmt"/>
1152
- <line num="61" count="0" type="stmt"/>
1153
- <line num="63" count="0" type="stmt"/>
1154
- <line num="67" count="0" type="cond" truecount="0" falsecount="1"/>
1155
- <line num="68" count="0" type="stmt"/>
1156
- <line num="70" count="0" type="stmt"/>
1157
- <line num="71" count="0" type="cond" truecount="0" falsecount="1"/>
1158
- <line num="72" count="0" type="cond" truecount="0" falsecount="6"/>
1159
- <line num="74" count="0" type="stmt"/>
1160
- <line num="76" count="0" type="stmt"/>
1161
- <line num="78" count="0" type="stmt"/>
1162
- <line num="81" count="0" type="stmt"/>
1489
+ <line num="64" count="0" type="stmt"/>
1490
+ <line num="65" count="0" type="stmt"/>
1491
+ <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
1492
+ <line num="67" count="0" type="stmt"/>
1493
+ <line num="73" count="0" type="stmt"/>
1494
+ <line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
1495
+ <line num="76" count="0" type="cond" truecount="0" falsecount="1"/>
1496
+ <line num="77" count="0" type="stmt"/>
1497
+ <line num="79" count="0" type="stmt"/>
1163
1498
  <line num="83" count="0" type="stmt"/>
1164
- <line num="88" count="0" type="stmt"/>
1499
+ <line num="85" count="0" type="stmt"/>
1500
+ <line num="89" count="0" type="stmt"/>
1501
+ <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
1502
+ <line num="91" count="0" type="stmt"/>
1503
+ <line num="92" count="0" type="cond" truecount="0" falsecount="1"/>
1504
+ <line num="93" count="0" type="stmt"/>
1165
1505
  <line num="96" count="0" type="stmt"/>
1166
- <line num="98" count="0" type="stmt"/>
1167
- <line num="99" count="0" type="stmt"/>
1168
- <line num="107" count="0" type="cond" truecount="0" falsecount="3"/>
1169
- <line num="108" count="0" type="stmt"/>
1170
- <line num="111" count="0" type="stmt"/>
1171
- <line num="112" count="0" type="stmt"/>
1172
- <line num="115" count="0" type="stmt"/>
1506
+ <line num="100" count="0" type="cond" truecount="0" falsecount="1"/>
1507
+ <line num="101" count="0" type="stmt"/>
1508
+ <line num="102" count="0" type="stmt"/>
1509
+ <line num="103" count="0" type="stmt"/>
1510
+ <line num="105" count="0" type="stmt"/>
1511
+ <line num="110" count="0" type="cond" truecount="0" falsecount="1"/>
1512
+ <line num="112" count="0" type="cond" truecount="0" falsecount="6"/>
1513
+ <line num="114" count="0" type="stmt"/>
1514
+ <line num="115" count="0" type="stmt"/>
1515
+ <line num="117" count="0" type="stmt"/>
1516
+ <line num="118" count="0" type="stmt"/>
1517
+ <line num="120" count="0" type="stmt"/>
1518
+ <line num="121" count="0" type="stmt"/>
1519
+ <line num="123" count="0" type="stmt"/>
1520
+ <line num="124" count="0" type="stmt"/>
1521
+ <line num="126" count="0" type="stmt"/>
1522
+ <line num="127" count="0" type="stmt"/>
1523
+ <line num="129" count="0" type="stmt"/>
1524
+ <line num="134" count="0" type="stmt"/>
1525
+ <line num="135" count="0" type="stmt"/>
1526
+ <line num="137" count="0" type="cond" truecount="0" falsecount="1"/>
1527
+ <line num="138" count="0" type="stmt"/>
1528
+ <line num="139" count="0" type="stmt"/>
1529
+ <line num="140" count="0" type="cond" truecount="0" falsecount="3"/>
1530
+ <line num="141" count="0" type="stmt"/>
1531
+ <line num="147" count="0" type="stmt"/>
1532
+ <line num="150" count="0" type="stmt"/>
1533
+ <line num="151" count="0" type="stmt"/>
1534
+ <line num="152" count="0" type="cond" truecount="0" falsecount="1"/>
1535
+ <line num="153" count="0" type="stmt"/>
1536
+ <line num="156" count="0" type="stmt"/>
1537
+ <line num="157" count="0" type="cond" truecount="0" falsecount="1"/>
1538
+ <line num="158" count="0" type="stmt"/>
1539
+ <line num="165" count="0" type="stmt"/>
1540
+ <line num="166" count="0" type="stmt"/>
1541
+ <line num="168" count="0" type="cond" truecount="0" falsecount="1"/>
1542
+ <line num="169" count="0" type="stmt"/>
1543
+ <line num="170" count="0" type="stmt"/>
1544
+ <line num="171" count="0" type="cond" truecount="0" falsecount="2"/>
1545
+ <line num="172" count="0" type="stmt"/>
1546
+ <line num="174" count="0" type="cond" truecount="0" falsecount="5"/>
1547
+ <line num="176" count="0" type="stmt"/>
1548
+ <line num="177" count="0" type="stmt"/>
1549
+ <line num="179" count="0" type="stmt"/>
1550
+ <line num="180" count="0" type="stmt"/>
1551
+ <line num="182" count="0" type="stmt"/>
1552
+ <line num="183" count="0" type="stmt"/>
1553
+ <line num="185" count="0" type="stmt"/>
1554
+ <line num="186" count="0" type="stmt"/>
1555
+ <line num="188" count="0" type="stmt"/>
1556
+ <line num="190" count="0" type="stmt"/>
1557
+ <line num="192" count="0" type="cond" truecount="0" falsecount="3"/>
1558
+ <line num="193" count="0" type="stmt"/>
1559
+ <line num="196" count="0" type="cond" truecount="0" falsecount="1"/>
1560
+ <line num="197" count="0" type="stmt"/>
1561
+ <line num="199" count="0" type="cond" truecount="0" falsecount="3"/>
1562
+ <line num="200" count="0" type="stmt"/>
1563
+ <line num="207" count="0" type="stmt"/>
1564
+ <line num="208" count="0" type="cond" truecount="0" falsecount="1"/>
1565
+ <line num="209" count="0" type="stmt"/>
1566
+ <line num="210" count="0" type="stmt"/>
1567
+ <line num="211" count="0" type="stmt"/>
1568
+ <line num="217" count="0" type="cond" truecount="0" falsecount="1"/>
1569
+ <line num="221" count="0" type="stmt"/>
1570
+ <line num="229" count="0" type="stmt"/>
1571
+ <line num="230" count="0" type="cond" truecount="0" falsecount="1"/>
1572
+ <line num="231" count="0" type="stmt"/>
1573
+ <line num="232" count="0" type="stmt"/>
1574
+ <line num="233" count="0" type="cond" truecount="0" falsecount="4"/>
1575
+ <line num="234" count="0" type="stmt"/>
1576
+ <line num="242" count="0" type="stmt"/>
1577
+ <line num="243" count="0" type="cond" truecount="0" falsecount="1"/>
1578
+ <line num="244" count="0" type="stmt"/>
1579
+ <line num="245" count="0" type="stmt"/>
1580
+ <line num="246" count="0" type="cond" truecount="0" falsecount="3"/>
1581
+ <line num="247" count="0" type="stmt"/>
1582
+ <line num="255" count="0" type="stmt"/>
1583
+ <line num="256" count="0" type="stmt"/>
1584
+ <line num="257" count="0" type="stmt"/>
1585
+ <line num="259" count="0" type="cond" truecount="0" falsecount="1"/>
1586
+ <line num="260" count="0" type="stmt"/>
1587
+ <line num="261" count="0" type="stmt"/>
1588
+ <line num="262" count="0" type="cond" truecount="0" falsecount="3"/>
1589
+ <line num="263" count="0" type="stmt"/>
1590
+ <line num="312" count="0" type="stmt"/>
1591
+ <line num="313" count="0" type="stmt"/>
1592
+ <line num="314" count="0" type="stmt"/>
1593
+ <line num="315" count="0" type="stmt"/>
1594
+ <line num="316" count="0" type="stmt"/>
1595
+ <line num="317" count="0" type="stmt"/>
1596
+ <line num="318" count="0" type="stmt"/>
1597
+ <line num="319" count="0" type="stmt"/>
1598
+ <line num="320" count="0" type="stmt"/>
1599
+ <line num="321" count="0" type="stmt"/>
1600
+ <line num="322" count="0" type="stmt"/>
1601
+ <line num="323" count="0" type="stmt"/>
1602
+ <line num="326" count="0" type="stmt"/>
1603
+ <line num="327" count="0" type="stmt"/>
1604
+ <line num="337" count="0" type="stmt"/>
1605
+ <line num="338" count="0" type="stmt"/>
1606
+ <line num="340" count="0" type="cond" truecount="0" falsecount="1"/>
1607
+ <line num="343" count="0" type="stmt"/>
1608
+ <line num="349" count="0" type="cond" truecount="0" falsecount="10"/>
1609
+ <line num="351" count="0" type="stmt"/>
1610
+ <line num="357" count="0" type="stmt"/>
1611
+ <line num="359" count="0" type="stmt"/>
1612
+ <line num="366" count="0" type="stmt"/>
1613
+ <line num="368" count="0" type="stmt"/>
1614
+ <line num="375" count="0" type="stmt"/>
1615
+ <line num="377" count="0" type="stmt"/>
1616
+ <line num="385" count="0" type="stmt"/>
1617
+ <line num="387" count="0" type="stmt"/>
1618
+ <line num="394" count="0" type="stmt"/>
1619
+ <line num="396" count="0" type="stmt"/>
1620
+ <line num="402" count="0" type="stmt"/>
1621
+ <line num="404" count="0" type="stmt"/>
1622
+ <line num="410" count="0" type="stmt"/>
1623
+ <line num="412" count="0" type="stmt"/>
1624
+ <line num="418" count="0" type="stmt"/>
1625
+ <line num="420" count="0" type="stmt"/>
1626
+ <line num="426" count="0" type="stmt"/>
1627
+ <line num="428" count="0" type="stmt"/>
1628
+ <line num="434" count="0" type="stmt"/>
1629
+ <line num="437" count="0" type="stmt"/>
1630
+ </file>
1631
+ <file name="connection.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/connection.ts">
1632
+ <metrics statements="9" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
1633
+ <line num="2" count="0" type="stmt"/>
1634
+ <line num="4" count="0" type="stmt"/>
1635
+ <line num="12" count="0" type="cond" truecount="0" falsecount="3"/>
1636
+ <line num="15" count="0" type="cond" truecount="0" falsecount="1"/>
1637
+ <line num="16" count="0" type="stmt"/>
1638
+ <line num="19" count="0" type="stmt"/>
1639
+ <line num="20" count="0" type="stmt"/>
1640
+ <line num="23" count="0" type="stmt"/>
1641
+ <line num="24" count="0" type="stmt"/>
1642
+ </file>
1643
+ <file name="console.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/console.ts">
1644
+ <metrics statements="78" coveredstatements="0" conditionals="32" coveredconditionals="0" methods="15" coveredmethods="0"/>
1645
+ <line num="2" count="0" type="stmt"/>
1646
+ <line num="3" count="0" type="stmt"/>
1647
+ <line num="6" count="0" type="cond" truecount="0" falsecount="4"/>
1648
+ <line num="7" count="0" type="stmt"/>
1649
+ <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
1650
+ <line num="11" count="0" type="cond" truecount="0" falsecount="1"/>
1651
+ <line num="12" count="0" type="stmt"/>
1652
+ <line num="14" count="0" type="cond" truecount="0" falsecount="1"/>
1653
+ <line num="15" count="0" type="stmt"/>
1654
+ <line num="17" count="0" type="cond" truecount="0" falsecount="1"/>
1655
+ <line num="18" count="0" type="stmt"/>
1656
+ <line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
1657
+ <line num="21" count="0" type="stmt"/>
1658
+ <line num="23" count="0" type="stmt"/>
1659
+ <line num="27" count="0" type="cond" truecount="0" falsecount="1"/>
1660
+ <line num="28" count="0" type="stmt"/>
1661
+ <line num="32" count="0" type="cond" truecount="0" falsecount="1"/>
1662
+ <line num="33" count="0" type="stmt"/>
1663
+ <line num="37" count="0" type="cond" truecount="0" falsecount="1"/>
1664
+ <line num="38" count="0" type="stmt"/>
1665
+ <line num="40" count="0" type="cond" truecount="0" falsecount="1"/>
1666
+ <line num="41" count="0" type="stmt"/>
1667
+ <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
1668
+ <line num="44" count="0" type="stmt"/>
1669
+ <line num="46" count="0" type="cond" truecount="0" falsecount="1"/>
1670
+ <line num="47" count="0" type="stmt"/>
1671
+ <line num="48" count="0" type="stmt"/>
1672
+ <line num="49" count="0" type="stmt"/>
1673
+ <line num="51" count="0" type="cond" truecount="0" falsecount="1"/>
1674
+ <line num="52" count="0" type="stmt"/>
1675
+ <line num="53" count="0" type="stmt"/>
1676
+ <line num="54" count="0" type="stmt"/>
1677
+ <line num="55" count="0" type="cond" truecount="0" falsecount="1"/>
1678
+ <line num="56" count="0" type="stmt"/>
1679
+ <line num="58" count="0" type="stmt"/>
1680
+ <line num="59" count="0" type="stmt"/>
1681
+ <line num="61" count="0" type="stmt"/>
1682
+ <line num="63" count="0" type="stmt"/>
1683
+ <line num="67" count="0" type="cond" truecount="0" falsecount="1"/>
1684
+ <line num="68" count="0" type="stmt"/>
1685
+ <line num="70" count="0" type="stmt"/>
1686
+ <line num="71" count="0" type="cond" truecount="0" falsecount="1"/>
1687
+ <line num="72" count="0" type="cond" truecount="0" falsecount="6"/>
1688
+ <line num="74" count="0" type="stmt"/>
1689
+ <line num="76" count="0" type="stmt"/>
1690
+ <line num="78" count="0" type="stmt"/>
1691
+ <line num="81" count="0" type="stmt"/>
1692
+ <line num="83" count="0" type="stmt"/>
1693
+ <line num="88" count="0" type="stmt"/>
1694
+ <line num="96" count="0" type="stmt"/>
1695
+ <line num="98" count="0" type="stmt"/>
1696
+ <line num="99" count="0" type="stmt"/>
1697
+ <line num="107" count="0" type="cond" truecount="0" falsecount="3"/>
1698
+ <line num="108" count="0" type="stmt"/>
1699
+ <line num="111" count="0" type="stmt"/>
1700
+ <line num="112" count="0" type="stmt"/>
1701
+ <line num="115" count="0" type="stmt"/>
1173
1702
  <line num="116" count="0" type="stmt"/>
1174
1703
  <line num="117" count="0" type="stmt"/>
1175
1704
  <line num="119" count="0" type="stmt"/>
@@ -1193,13 +1722,13 @@
1193
1722
  <line num="151" count="0" type="stmt"/>
1194
1723
  </file>
1195
1724
  <file name="constructedStyleSheets.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/constructedStyleSheets.ts">
1196
- <metrics statements="77" coveredstatements="0" conditionals="17" coveredconditionals="0" methods="14" coveredmethods="0"/>
1725
+ <metrics statements="79" coveredstatements="0" conditionals="19" coveredconditionals="0" methods="14" coveredmethods="0"/>
1197
1726
  <line num="2" count="0" type="stmt"/>
1198
- <line num="10" count="0" type="stmt"/>
1199
- <line num="15" count="0" type="stmt"/>
1727
+ <line num="8" count="0" type="stmt"/>
1728
+ <line num="13" count="0" type="stmt"/>
1729
+ <line num="21" count="0" type="stmt"/>
1200
1730
  <line num="23" count="0" type="stmt"/>
1201
1731
  <line num="24" count="0" type="stmt"/>
1202
- <line num="25" count="0" type="stmt"/>
1203
1732
  <line num="27" count="0" type="stmt"/>
1204
1733
  <line num="29" count="0" type="stmt"/>
1205
1734
  <line num="30" count="0" type="cond" truecount="0" falsecount="1"/>
@@ -1220,57 +1749,59 @@
1220
1749
  <line num="51" count="0" type="stmt"/>
1221
1750
  <line num="53" count="0" type="stmt"/>
1222
1751
  <line num="54" count="0" type="stmt"/>
1223
- <line num="55" count="0" type="stmt"/>
1752
+ <line num="55" count="0" type="cond" truecount="0" falsecount="1"/>
1224
1753
  <line num="56" count="0" type="stmt"/>
1225
1754
  <line num="57" count="0" type="stmt"/>
1226
- <line num="58" count="0" type="cond" truecount="0" falsecount="1"/>
1227
- <line num="59" count="0" type="stmt"/>
1755
+ <line num="58" count="0" type="stmt"/>
1756
+ <line num="59" count="0" type="cond" truecount="0" falsecount="1"/>
1228
1757
  <line num="60" count="0" type="stmt"/>
1229
- <line num="62" count="0" type="cond" truecount="0" falsecount="1"/>
1230
- <line num="63" count="0" type="stmt"/>
1231
- <line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
1232
- <line num="66" count="0" type="stmt"/>
1758
+ <line num="61" count="0" type="stmt"/>
1759
+ <line num="63" count="0" type="cond" truecount="0" falsecount="1"/>
1760
+ <line num="64" count="0" type="stmt"/>
1761
+ <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
1233
1762
  <line num="67" count="0" type="stmt"/>
1234
1763
  <line num="68" count="0" type="stmt"/>
1235
- <line num="71" count="0" type="stmt"/>
1236
- <line num="73" count="0" type="stmt"/>
1237
- <line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
1238
- <line num="75" count="0" type="stmt"/>
1764
+ <line num="69" count="0" type="stmt"/>
1765
+ <line num="72" count="0" type="stmt"/>
1766
+ <line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
1767
+ <line num="76" count="0" type="stmt"/>
1768
+ <line num="77" count="0" type="cond" truecount="0" falsecount="1"/>
1239
1769
  <line num="78" count="0" type="stmt"/>
1240
- <line num="90" count="0" type="stmt"/>
1241
- <line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
1242
- <line num="95" count="0" type="stmt"/>
1770
+ <line num="82" count="0" type="stmt"/>
1771
+ <line num="94" count="0" type="stmt"/>
1772
+ <line num="98" count="0" type="cond" truecount="0" falsecount="1"/>
1243
1773
  <line num="99" count="0" type="stmt"/>
1244
- <line num="100" count="0" type="stmt"/>
1245
- <line num="101" count="0" type="stmt"/>
1246
- <line num="107" count="0" type="stmt"/>
1247
- <line num="109" count="0" type="cond" truecount="0" falsecount="2"/>
1248
- <line num="110" count="0" type="stmt"/>
1249
- <line num="113" count="0" type="stmt"/>
1250
- <line num="115" count="0" type="stmt"/>
1251
- <line num="116" count="0" type="stmt"/>
1774
+ <line num="103" count="0" type="stmt"/>
1775
+ <line num="104" count="0" type="stmt"/>
1776
+ <line num="105" count="0" type="stmt"/>
1777
+ <line num="111" count="0" type="stmt"/>
1778
+ <line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
1779
+ <line num="114" count="0" type="stmt"/>
1780
+ <line num="117" count="0" type="stmt"/>
1252
1781
  <line num="119" count="0" type="stmt"/>
1253
- <line num="122" count="0" type="stmt"/>
1782
+ <line num="120" count="0" type="stmt"/>
1254
1783
  <line num="123" count="0" type="stmt"/>
1255
- <line num="124" count="0" type="stmt"/>
1256
- <line num="125" count="0" type="cond" truecount="0" falsecount="1"/>
1257
1784
  <line num="126" count="0" type="stmt"/>
1785
+ <line num="127" count="0" type="stmt"/>
1258
1786
  <line num="128" count="0" type="stmt"/>
1787
+ <line num="129" count="0" type="cond" truecount="0" falsecount="1"/>
1788
+ <line num="130" count="0" type="stmt"/>
1259
1789
  <line num="132" count="0" type="stmt"/>
1260
- <line num="133" count="0" type="stmt"/>
1261
- <line num="134" count="0" type="cond" truecount="0" falsecount="1"/>
1262
- <line num="135" count="0" type="stmt"/>
1790
+ <line num="136" count="0" type="stmt"/>
1263
1791
  <line num="137" count="0" type="stmt"/>
1792
+ <line num="138" count="0" type="cond" truecount="0" falsecount="1"/>
1793
+ <line num="139" count="0" type="stmt"/>
1264
1794
  <line num="141" count="0" type="stmt"/>
1265
- <line num="142" count="0" type="stmt"/>
1266
- <line num="144" count="0" type="stmt"/>
1267
1795
  <line num="145" count="0" type="stmt"/>
1268
1796
  <line num="146" count="0" type="stmt"/>
1797
+ <line num="148" count="0" type="stmt"/>
1798
+ <line num="149" count="0" type="stmt"/>
1269
1799
  <line num="150" count="0" type="stmt"/>
1270
- <line num="151" count="0" type="stmt"/>
1271
- <line num="153" count="0" type="stmt"/>
1272
- <line num="154" count="0" type="cond" truecount="0" falsecount="1"/>
1800
+ <line num="154" count="0" type="stmt"/>
1273
1801
  <line num="155" count="0" type="stmt"/>
1802
+ <line num="157" count="0" type="stmt"/>
1803
+ <line num="158" count="0" type="cond" truecount="0" falsecount="1"/>
1804
+ <line num="159" count="0" type="stmt"/>
1274
1805
  </file>
1275
1806
  <file name="cssrules.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/cssrules.ts">
1276
1807
  <metrics statements="69" coveredstatements="0" conditionals="19" coveredconditionals="0" methods="9" coveredmethods="0"/>
@@ -1383,7 +1914,7 @@
1383
1914
  <line num="98" count="0" type="stmt"/>
1384
1915
  </file>
1385
1916
  <file name="featureFlags.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/featureFlags.ts">
1386
- <metrics statements="41" coveredstatements="0" conditionals="9" coveredconditionals="0" methods="17" coveredmethods="0"/>
1917
+ <metrics statements="42" coveredstatements="0" conditionals="13" coveredconditionals="0" methods="17" coveredmethods="0"/>
1387
1918
  <line num="15" count="0" type="stmt"/>
1388
1919
  <line num="16" count="0" type="stmt"/>
1389
1920
  <line num="17" count="0" type="stmt"/>
@@ -1405,26 +1936,27 @@
1405
1936
  <line num="50" count="0" type="stmt"/>
1406
1937
  <line num="51" count="0" type="stmt"/>
1407
1938
  <line num="52" count="0" type="stmt"/>
1408
- <line num="66" count="0" type="stmt"/>
1409
- <line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
1410
- <line num="75" count="0" type="stmt"/>
1939
+ <line num="66" count="0" type="cond" truecount="0" falsecount="4"/>
1940
+ <line num="67" count="0" type="stmt"/>
1941
+ <line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
1411
1942
  <line num="76" count="0" type="stmt"/>
1412
- <line num="81" count="0" type="stmt"/>
1943
+ <line num="77" count="0" type="stmt"/>
1413
1944
  <line num="82" count="0" type="stmt"/>
1414
- <line num="83" count="0" type="cond" truecount="0" falsecount="1"/>
1415
- <line num="86" count="0" type="stmt"/>
1945
+ <line num="83" count="0" type="stmt"/>
1946
+ <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
1416
1947
  <line num="87" count="0" type="stmt"/>
1417
1948
  <line num="88" count="0" type="stmt"/>
1418
1949
  <line num="89" count="0" type="stmt"/>
1419
- <line num="92" count="0" type="stmt"/>
1950
+ <line num="90" count="0" type="stmt"/>
1420
1951
  <line num="93" count="0" type="stmt"/>
1421
- <line num="94" count="0" type="cond" truecount="0" falsecount="4"/>
1422
- <line num="98" count="0" type="stmt"/>
1423
- <line num="102" count="0" type="stmt"/>
1424
- <line num="103" count="0" type="cond" truecount="0" falsecount="1"/>
1425
- <line num="104" count="0" type="stmt"/>
1426
- <line num="105" count="0" type="stmt"/>
1427
- <line num="107" count="0" type="stmt"/>
1952
+ <line num="94" count="0" type="stmt"/>
1953
+ <line num="95" count="0" type="cond" truecount="0" falsecount="4"/>
1954
+ <line num="99" count="0" type="stmt"/>
1955
+ <line num="103" count="0" type="stmt"/>
1956
+ <line num="104" count="0" type="cond" truecount="0" falsecount="1"/>
1957
+ <line num="105" count="0" type="stmt"/>
1958
+ <line num="106" count="0" type="stmt"/>
1959
+ <line num="108" count="0" type="stmt"/>
1428
1960
  </file>
1429
1961
  <file name="focus.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/focus.ts">
1430
1962
  <metrics statements="27" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="7" coveredmethods="0"/>
@@ -1542,7 +2074,7 @@
1542
2074
  <line num="78" count="0" type="stmt"/>
1543
2075
  <line num="80" count="0" type="stmt"/>
1544
2076
  <line num="81" count="0" type="stmt"/>
1545
- <line num="85" count="0" type="stmt"/>
2077
+ <line num="84" count="0" type="stmt"/>
1546
2078
  <line num="86" count="0" type="stmt"/>
1547
2079
  <line num="87" count="0" type="cond" truecount="0" falsecount="1"/>
1548
2080
  <line num="88" count="0" type="stmt"/>
@@ -1553,15 +2085,15 @@
1553
2085
  <line num="94" count="0" type="stmt"/>
1554
2086
  <line num="96" count="0" type="cond" truecount="0" falsecount="1"/>
1555
2087
  <line num="97" count="0" type="stmt"/>
1556
- <line num="103" count="0" type="stmt"/>
1557
2088
  <line num="104" count="0" type="stmt"/>
1558
- <line num="107" count="0" type="stmt"/>
1559
- <line num="108" count="0" type="cond" truecount="0" falsecount="1"/>
1560
- <line num="109" count="0" type="stmt"/>
1561
- <line num="111" count="0" type="stmt"/>
2089
+ <line num="105" count="0" type="stmt"/>
2090
+ <line num="108" count="0" type="stmt"/>
2091
+ <line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
2092
+ <line num="110" count="0" type="stmt"/>
1562
2093
  <line num="112" count="0" type="stmt"/>
1563
2094
  <line num="113" count="0" type="stmt"/>
1564
2095
  <line num="114" count="0" type="stmt"/>
2096
+ <line num="115" count="0" type="stmt"/>
1565
2097
  </file>
1566
2098
  <file name="input.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/input.ts">
1567
2099
  <metrics statements="113" coveredstatements="0" conditionals="55" coveredconditionals="0" methods="21" coveredmethods="0"/>
@@ -2030,8 +2562,51 @@
2030
2562
  <line num="8" count="0" type="stmt"/>
2031
2563
  <line num="12" count="0" type="stmt"/>
2032
2564
  </file>
2565
+ <file name="tagWatcher.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/tagWatcher.ts">
2566
+ <metrics statements="40" coveredstatements="38" conditionals="14" coveredconditionals="12" methods="13" coveredmethods="12"/>
2567
+ <line num="1" count="1" type="stmt"/>
2568
+ <line num="4" count="5" type="stmt"/>
2569
+ <line num="5" count="5" type="stmt"/>
2570
+ <line num="9" count="5" type="stmt"/>
2571
+ <line num="10" count="5" type="stmt"/>
2572
+ <line num="11" count="5" type="stmt"/>
2573
+ <line num="13" count="5" type="stmt"/>
2574
+ <line num="16" count="5" type="stmt"/>
2575
+ <line num="17" count="5" type="stmt"/>
2576
+ <line num="18" count="1" type="stmt"/>
2577
+ <line num="19" count="1" type="cond" truecount="1" falsecount="0"/>
2578
+ <line num="20" count="1" type="cond" truecount="1" falsecount="0"/>
2579
+ <line num="22" count="1" type="stmt"/>
2580
+ <line num="23" count="1" type="cond" truecount="1" falsecount="0"/>
2581
+ <line num="24" count="1" type="stmt"/>
2582
+ <line num="26" count="1" type="stmt"/>
2583
+ <line num="34" count="1" type="stmt"/>
2584
+ <line num="40" count="1" type="stmt"/>
2585
+ <line num="42" count="1" type="cond" truecount="3" falsecount="0"/>
2586
+ <line num="43" count="1" type="stmt"/>
2587
+ <line num="44" count="1" type="cond" truecount="1" falsecount="1"/>
2588
+ <line num="47" count="0" type="stmt"/>
2589
+ <line num="51" count="9" type="stmt"/>
2590
+ <line num="52" count="9" type="stmt"/>
2591
+ <line num="53" count="9" type="stmt"/>
2592
+ <line num="54" count="10" type="stmt"/>
2593
+ <line num="55" count="2" type="stmt"/>
2594
+ <line num="56" count="2" type="cond" truecount="1" falsecount="0"/>
2595
+ <line num="57" count="2" type="stmt"/>
2596
+ <line num="59" count="2" type="stmt"/>
2597
+ <line num="60" count="2" type="stmt"/>
2598
+ <line num="67" count="1" type="cond" truecount="0" falsecount="1"/>
2599
+ <line num="68" count="0" type="stmt"/>
2600
+ <line num="70" count="1" type="stmt"/>
2601
+ <line num="74" count="1" type="stmt"/>
2602
+ <line num="75" count="2" type="stmt"/>
2603
+ <line num="77" count="1" type="stmt"/>
2604
+ <line num="78" count="1" type="stmt"/>
2605
+ <line num="79" count="1" type="stmt"/>
2606
+ <line num="83" count="1" type="stmt"/>
2607
+ </file>
2033
2608
  <file name="timing.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/timing.ts">
2034
- <metrics statements="103" coveredstatements="0" conditionals="105" coveredconditionals="0" methods="11" coveredmethods="0"/>
2609
+ <metrics statements="110" coveredstatements="0" conditionals="111" coveredconditionals="0" methods="12" coveredmethods="0"/>
2035
2610
  <line num="2" count="0" type="stmt"/>
2036
2611
  <line num="3" count="0" type="stmt"/>
2037
2612
  <line num="4" count="0" type="stmt"/>
@@ -2070,71 +2645,78 @@
2070
2645
  <line num="76" count="0" type="stmt"/>
2071
2646
  <line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
2072
2647
  <line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
2073
- <line num="88" count="0" type="stmt"/>
2074
2648
  <line num="89" count="0" type="stmt"/>
2075
- <line num="97" count="0" type="cond" truecount="0" falsecount="1"/>
2076
- <line num="98" count="0" type="stmt"/>
2077
- <line num="100" count="0" type="cond" truecount="0" falsecount="1"/>
2078
- <line num="101" count="0" type="stmt"/>
2079
- <line num="104" count="0" type="stmt"/>
2080
- <line num="107" count="0" type="cond" truecount="0" falsecount="4"/>
2081
- <line num="108" count="0" type="cond" truecount="0" falsecount="1"/>
2082
- <line num="109" count="0" type="stmt"/>
2649
+ <line num="90" count="0" type="stmt"/>
2650
+ <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
2651
+ <line num="100" count="0" type="stmt"/>
2652
+ <line num="102" count="0" type="cond" truecount="0" falsecount="1"/>
2653
+ <line num="103" count="0" type="stmt"/>
2654
+ <line num="106" count="0" type="stmt"/>
2655
+ <line num="109" count="0" type="cond" truecount="0" falsecount="4"/>
2656
+ <line num="110" count="0" type="cond" truecount="0" falsecount="1"/>
2083
2657
  <line num="111" count="0" type="stmt"/>
2084
- <line num="128" count="0" type="stmt"/>
2085
- <line num="131" count="0" type="stmt"/>
2086
- <line num="132" count="0" type="cond" truecount="0" falsecount="1"/>
2087
- <line num="134" count="0" type="stmt"/>
2088
- <line num="135" count="0" type="stmt"/>
2089
- <line num="137" count="0" type="stmt"/>
2658
+ <line num="113" count="0" type="stmt"/>
2659
+ <line num="114" count="0" type="cond" truecount="0" falsecount="4"/>
2660
+ <line num="115" count="0" type="cond" truecount="0" falsecount="1"/>
2661
+ <line num="116" count="0" type="stmt"/>
2662
+ <line num="117" count="0" type="stmt"/>
2663
+ <line num="120" count="0" type="cond" truecount="0" falsecount="1"/>
2664
+ <line num="121" count="0" type="stmt"/>
2665
+ <line num="123" count="0" type="stmt"/>
2090
2666
  <line num="140" count="0" type="stmt"/>
2091
- <line num="141" count="0" type="stmt"/>
2092
- <line num="144" count="0" type="stmt"/>
2093
- <line num="145" count="0" type="stmt"/>
2094
- <line num="147" count="0" type="cond" truecount="0" falsecount="1"/>
2095
- <line num="148" count="0" type="stmt"/>
2667
+ <line num="143" count="0" type="stmt"/>
2668
+ <line num="144" count="0" type="cond" truecount="0" falsecount="1"/>
2669
+ <line num="146" count="0" type="stmt"/>
2670
+ <line num="147" count="0" type="stmt"/>
2096
2671
  <line num="149" count="0" type="stmt"/>
2097
- <line num="150" count="0" type="cond" truecount="0" falsecount="1"/>
2098
- <line num="151" count="0" type="stmt"/>
2099
- <line num="153" count="0" type="cond" truecount="0" falsecount="3"/>
2100
- <line num="154" count="0" type="stmt"/>
2101
- <line num="155" count="0" type="stmt"/>
2102
- <line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
2103
- <line num="158" count="0" type="stmt"/>
2104
- <line num="159" count="0" type="stmt"/>
2672
+ <line num="152" count="0" type="stmt"/>
2673
+ <line num="153" count="0" type="stmt"/>
2674
+ <line num="156" count="0" type="stmt"/>
2675
+ <line num="157" count="0" type="stmt"/>
2676
+ <line num="159" count="0" type="cond" truecount="0" falsecount="1"/>
2677
+ <line num="160" count="0" type="stmt"/>
2105
2678
  <line num="161" count="0" type="stmt"/>
2106
- <line num="162" count="0" type="stmt"/>
2107
- <line num="166" count="0" type="cond" truecount="0" falsecount="3"/>
2679
+ <line num="162" count="0" type="cond" truecount="0" falsecount="1"/>
2680
+ <line num="163" count="0" type="stmt"/>
2681
+ <line num="165" count="0" type="cond" truecount="0" falsecount="3"/>
2682
+ <line num="166" count="0" type="stmt"/>
2108
2683
  <line num="167" count="0" type="stmt"/>
2109
- <line num="180" count="0" type="stmt"/>
2110
- <line num="181" count="0" type="stmt"/>
2111
- <line num="198" count="0" type="cond" truecount="0" falsecount="1"/>
2112
- <line num="199" count="0" type="stmt"/>
2113
- <line num="200" count="0" type="stmt"/>
2114
- <line num="201" count="0" type="stmt"/>
2115
- <line num="202" count="0" type="stmt"/>
2116
- <line num="204" count="0" type="stmt"/>
2117
- <line num="205" count="0" type="stmt"/>
2118
- <line num="206" count="0" type="cond" truecount="0" falsecount="1"/>
2119
- <line num="207" count="0" type="stmt"/>
2120
- <line num="209" count="0" type="stmt"/>
2684
+ <line num="168" count="0" type="cond" truecount="0" falsecount="2"/>
2685
+ <line num="170" count="0" type="stmt"/>
2686
+ <line num="171" count="0" type="stmt"/>
2687
+ <line num="173" count="0" type="stmt"/>
2688
+ <line num="174" count="0" type="stmt"/>
2689
+ <line num="178" count="0" type="cond" truecount="0" falsecount="3"/>
2690
+ <line num="179" count="0" type="stmt"/>
2691
+ <line num="192" count="0" type="stmt"/>
2692
+ <line num="193" count="0" type="stmt"/>
2121
2693
  <line num="210" count="0" type="cond" truecount="0" falsecount="1"/>
2122
2694
  <line num="211" count="0" type="stmt"/>
2695
+ <line num="212" count="0" type="stmt"/>
2123
2696
  <line num="213" count="0" type="stmt"/>
2124
- <line num="215" count="0" type="cond" truecount="0" falsecount="1"/>
2697
+ <line num="214" count="0" type="stmt"/>
2125
2698
  <line num="216" count="0" type="stmt"/>
2126
2699
  <line num="217" count="0" type="stmt"/>
2127
- <line num="220" count="0" type="cond" truecount="0" falsecount="1"/>
2128
- <line num="221" count="0" type="cond" truecount="0" falsecount="1"/>
2129
- <line num="222" count="0" type="stmt"/>
2130
- <line num="224" count="0" type="cond" truecount="0" falsecount="2"/>
2131
- <line num="226" count="0" type="cond" truecount="0" falsecount="4"/>
2132
- <line num="227" count="0" type="stmt"/>
2700
+ <line num="218" count="0" type="cond" truecount="0" falsecount="1"/>
2701
+ <line num="219" count="0" type="stmt"/>
2702
+ <line num="221" count="0" type="stmt"/>
2703
+ <line num="222" count="0" type="cond" truecount="0" falsecount="1"/>
2704
+ <line num="223" count="0" type="stmt"/>
2705
+ <line num="225" count="0" type="stmt"/>
2706
+ <line num="227" count="0" type="cond" truecount="0" falsecount="1"/>
2133
2707
  <line num="228" count="0" type="stmt"/>
2134
- <line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
2135
- <line num="233" count="0" type="stmt"/>
2136
- <line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
2137
- <line num="242" count="0" type="stmt"/>
2708
+ <line num="229" count="0" type="stmt"/>
2709
+ <line num="232" count="0" type="cond" truecount="0" falsecount="1"/>
2710
+ <line num="233" count="0" type="cond" truecount="0" falsecount="1"/>
2711
+ <line num="234" count="0" type="stmt"/>
2712
+ <line num="236" count="0" type="cond" truecount="0" falsecount="2"/>
2713
+ <line num="238" count="0" type="cond" truecount="0" falsecount="4"/>
2714
+ <line num="239" count="0" type="stmt"/>
2715
+ <line num="240" count="0" type="stmt"/>
2716
+ <line num="242" count="0" type="cond" truecount="0" falsecount="2"/>
2717
+ <line num="245" count="0" type="stmt"/>
2718
+ <line num="247" count="0" type="cond" truecount="0" falsecount="2"/>
2719
+ <line num="254" count="0" type="stmt"/>
2138
2720
  </file>
2139
2721
  <file name="viewport.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/viewport.ts">
2140
2722
  <metrics statements="30" coveredstatements="0" conditionals="7" coveredconditionals="0" methods="5" coveredmethods="0"/>
@@ -2171,7 +2753,7 @@
2171
2753
  </file>
2172
2754
  </package>
2173
2755
  <package name="main.modules.Network">
2174
- <metrics statements="489" coveredstatements="0" conditionals="257" coveredconditionals="0" methods="70" coveredmethods="0"/>
2756
+ <metrics statements="492" coveredstatements="0" conditionals="270" coveredconditionals="0" methods="71" coveredmethods="0"/>
2175
2757
  <file name="beaconProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/beaconProxy.ts">
2176
2758
  <metrics statements="53" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="5" coveredmethods="0"/>
2177
2759
  <line num="2" count="0" type="stmt"/>
@@ -2229,7 +2811,7 @@
2229
2811
  <line num="91" count="0" type="stmt"/>
2230
2812
  </file>
2231
2813
  <file name="fetchProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/fetchProxy.ts">
2232
- <metrics statements="146" coveredstatements="0" conditionals="86" coveredconditionals="0" methods="20" coveredmethods="0"/>
2814
+ <metrics statements="148" coveredstatements="0" conditionals="94" coveredconditionals="0" methods="20" coveredmethods="0"/>
2233
2815
  <line num="8" count="0" type="stmt"/>
2234
2816
  <line num="9" count="0" type="stmt"/>
2235
2817
  <line num="13" count="0" type="stmt"/>
@@ -2293,89 +2875,91 @@
2293
2875
  <line num="128" count="0" type="stmt"/>
2294
2876
  <line num="132" count="0" type="stmt"/>
2295
2877
  <line num="133" count="0" type="stmt"/>
2296
- <line num="136" count="0" type="cond" truecount="0" falsecount="4"/>
2297
- <line num="140" count="0" type="cond" truecount="0" falsecount="1"/>
2298
- <line num="141" count="0" type="stmt"/>
2299
- <line num="144" count="0" type="stmt"/>
2300
- <line num="145" count="0" type="stmt"/>
2301
- <line num="147" count="0" type="stmt"/>
2302
- <line num="148" count="0" type="cond" truecount="0" falsecount="1"/>
2303
- <line num="149" count="0" type="cond" truecount="0" falsecount="1"/>
2304
- <line num="150" count="0" type="stmt"/>
2305
- <line num="153" count="0" type="cond" truecount="0" falsecount="4"/>
2878
+ <line num="134" count="0" type="cond" truecount="0" falsecount="1"/>
2879
+ <line num="139" count="0" type="stmt"/>
2880
+ <line num="143" count="0" type="cond" truecount="0" falsecount="4"/>
2881
+ <line num="147" count="0" type="cond" truecount="0" falsecount="1"/>
2882
+ <line num="148" count="0" type="stmt"/>
2883
+ <line num="151" count="0" type="stmt"/>
2884
+ <line num="152" count="0" type="stmt"/>
2306
2885
  <line num="154" count="0" type="stmt"/>
2886
+ <line num="155" count="0" type="cond" truecount="0" falsecount="1"/>
2307
2887
  <line num="156" count="0" type="cond" truecount="0" falsecount="1"/>
2308
- <line num="157" count="0" type="cond" truecount="0" falsecount="1"/>
2309
- <line num="158" count="0" type="stmt"/>
2310
- <line num="160" count="0" type="cond" truecount="0" falsecount="2"/>
2888
+ <line num="157" count="0" type="stmt"/>
2889
+ <line num="160" count="0" type="cond" truecount="0" falsecount="4"/>
2311
2890
  <line num="161" count="0" type="stmt"/>
2312
- <line num="162" count="0" type="cond" truecount="0" falsecount="2"/>
2313
- <line num="163" count="0" type="stmt"/>
2314
- <line num="166" count="0" type="stmt"/>
2891
+ <line num="163" count="0" type="cond" truecount="0" falsecount="1"/>
2892
+ <line num="164" count="0" type="cond" truecount="0" falsecount="1"/>
2893
+ <line num="165" count="0" type="stmt"/>
2894
+ <line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
2895
+ <line num="168" count="0" type="stmt"/>
2896
+ <line num="169" count="0" type="cond" truecount="0" falsecount="2"/>
2315
2897
  <line num="170" count="0" type="stmt"/>
2316
- <line num="174" count="0" type="stmt"/>
2317
- <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
2318
- <line num="176" count="0" type="stmt"/>
2319
- <line num="182" count="0" type="stmt"/>
2898
+ <line num="173" count="0" type="stmt"/>
2899
+ <line num="177" count="0" type="stmt"/>
2900
+ <line num="181" count="0" type="stmt"/>
2901
+ <line num="182" count="0" type="cond" truecount="0" falsecount="2"/>
2320
2902
  <line num="183" count="0" type="stmt"/>
2321
- <line num="186" count="0" type="cond" truecount="0" falsecount="2"/>
2322
- <line num="188" count="0" type="cond" truecount="0" falsecount="6"/>
2323
2903
  <line num="189" count="0" type="stmt"/>
2324
- <line num="190" count="0" type="cond" truecount="0" falsecount="6"/>
2904
+ <line num="190" count="0" type="stmt"/>
2325
2905
  <line num="193" count="0" type="cond" truecount="0" falsecount="2"/>
2326
- <line num="194" count="0" type="stmt"/>
2327
- <line num="195" count="0" type="stmt"/>
2328
- <line num="198" count="0" type="stmt"/>
2329
- <line num="199" count="0" type="stmt"/>
2330
- <line num="200" count="0" type="stmt"/>
2906
+ <line num="195" count="0" type="cond" truecount="0" falsecount="6"/>
2907
+ <line num="196" count="0" type="stmt"/>
2908
+ <line num="197" count="0" type="cond" truecount="0" falsecount="6"/>
2909
+ <line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
2331
2910
  <line num="201" count="0" type="stmt"/>
2332
- <line num="202" count="0" type="cond" truecount="0" falsecount="2"/>
2333
- <line num="203" count="0" type="stmt"/>
2334
- <line num="204" count="0" type="stmt"/>
2911
+ <line num="202" count="0" type="stmt"/>
2335
2912
  <line num="205" count="0" type="stmt"/>
2336
- <line num="206" count="0" type="cond" truecount="0" falsecount="1"/>
2913
+ <line num="206" count="0" type="stmt"/>
2914
+ <line num="207" count="0" type="stmt"/>
2337
2915
  <line num="208" count="0" type="stmt"/>
2338
- <line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
2916
+ <line num="209" count="0" type="cond" truecount="0" falsecount="2"/>
2917
+ <line num="210" count="0" type="stmt"/>
2918
+ <line num="211" count="0" type="stmt"/>
2339
2919
  <line num="212" count="0" type="stmt"/>
2340
- <line num="213" count="0" type="stmt"/>
2341
- <line num="214" count="0" type="stmt"/>
2342
- <line num="217" count="0" type="stmt"/>
2343
- <line num="221" count="0" type="cond" truecount="0" falsecount="3"/>
2344
- <line num="222" count="0" type="stmt"/>
2345
- <line num="223" count="0" type="stmt"/>
2920
+ <line num="213" count="0" type="cond" truecount="0" falsecount="1"/>
2921
+ <line num="215" count="0" type="stmt"/>
2922
+ <line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
2923
+ <line num="219" count="0" type="stmt"/>
2924
+ <line num="220" count="0" type="stmt"/>
2925
+ <line num="221" count="0" type="stmt"/>
2346
2926
  <line num="224" count="0" type="stmt"/>
2347
- <line num="229" count="0" type="cond" truecount="0" falsecount="5"/>
2927
+ <line num="228" count="0" type="cond" truecount="0" falsecount="3"/>
2928
+ <line num="229" count="0" type="stmt"/>
2348
2929
  <line num="230" count="0" type="stmt"/>
2349
- <line num="235" count="0" type="stmt"/>
2350
- <line num="236" count="0" type="stmt"/>
2351
- <line num="237" count="0" type="cond" truecount="0" falsecount="2"/>
2352
- <line num="238" count="0" type="stmt"/>
2353
- <line num="239" count="0" type="stmt"/>
2354
- <line num="241" count="0" type="stmt"/>
2930
+ <line num="231" count="0" type="stmt"/>
2931
+ <line num="236" count="0" type="cond" truecount="0" falsecount="5"/>
2932
+ <line num="237" count="0" type="stmt"/>
2355
2933
  <line num="242" count="0" type="stmt"/>
2356
2934
  <line num="243" count="0" type="stmt"/>
2357
- <line num="244" count="0" type="stmt"/>
2358
- <line num="245" count="0" type="cond" truecount="0" falsecount="2"/>
2359
- <line num="248" count="0" type="cond" truecount="0" falsecount="2"/>
2360
- <line num="252" count="0" type="stmt"/>
2361
- <line num="256" count="0" type="stmt"/>
2362
- <line num="258" count="0" type="stmt"/>
2363
- <line num="260" count="0" type="stmt"/>
2364
- <line num="262" count="0" type="stmt"/>
2935
+ <line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
2936
+ <line num="245" count="0" type="stmt"/>
2937
+ <line num="246" count="0" type="stmt"/>
2938
+ <line num="248" count="0" type="stmt"/>
2939
+ <line num="249" count="0" type="stmt"/>
2940
+ <line num="250" count="0" type="stmt"/>
2941
+ <line num="251" count="0" type="stmt"/>
2942
+ <line num="252" count="0" type="cond" truecount="0" falsecount="2"/>
2943
+ <line num="255" count="0" type="cond" truecount="0" falsecount="2"/>
2944
+ <line num="259" count="0" type="stmt"/>
2365
2945
  <line num="263" count="0" type="stmt"/>
2366
2946
  <line num="265" count="0" type="stmt"/>
2947
+ <line num="267" count="0" type="stmt"/>
2948
+ <line num="269" count="0" type="stmt"/>
2367
2949
  <line num="270" count="0" type="stmt"/>
2368
- <line num="276" count="0" type="stmt"/>
2369
- <line num="277" count="0" type="cond" truecount="0" falsecount="4"/>
2370
- <line num="278" count="0" type="stmt"/>
2371
- <line num="279" count="0" type="stmt"/>
2372
- <line num="280" count="0" type="cond" truecount="0" falsecount="2"/>
2373
- <line num="284" count="0" type="stmt"/>
2950
+ <line num="272" count="0" type="stmt"/>
2951
+ <line num="277" count="0" type="stmt"/>
2952
+ <line num="283" count="0" type="stmt"/>
2953
+ <line num="284" count="0" type="cond" truecount="0" falsecount="4"/>
2374
2954
  <line num="285" count="0" type="stmt"/>
2375
- <line num="287" count="0" type="stmt"/>
2376
- <line num="288" count="0" type="stmt"/>
2377
- <line num="293" count="0" type="stmt"/>
2378
- <line num="302" count="0" type="stmt"/>
2955
+ <line num="286" count="0" type="stmt"/>
2956
+ <line num="287" count="0" type="cond" truecount="0" falsecount="2"/>
2957
+ <line num="291" count="0" type="stmt"/>
2958
+ <line num="292" count="0" type="stmt"/>
2959
+ <line num="294" count="0" type="stmt"/>
2960
+ <line num="295" count="0" type="stmt"/>
2961
+ <line num="300" count="0" type="stmt"/>
2962
+ <line num="309" count="0" type="stmt"/>
2379
2963
  </file>
2380
2964
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/index.ts">
2381
2965
  <metrics statements="14" coveredstatements="0" conditionals="13" coveredconditionals="0" methods="2" coveredmethods="0"/>
@@ -2395,7 +2979,7 @@
2395
2979
  <line num="45" count="0" type="stmt"/>
2396
2980
  </file>
2397
2981
  <file name="networkMessage.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/networkMessage.ts">
2398
- <metrics statements="48" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="8" coveredmethods="0"/>
2982
+ <metrics statements="49" coveredstatements="0" conditionals="9" coveredconditionals="0" methods="9" coveredmethods="0"/>
2399
2983
  <line num="1" count="0" type="stmt"/>
2400
2984
  <line num="3" count="0" type="stmt"/>
2401
2985
  <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2442,8 +3026,9 @@
2442
3026
  <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
2443
3027
  <line num="91" count="0" type="stmt"/>
2444
3028
  <line num="93" count="0" type="stmt"/>
2445
- <line num="97" count="0" type="cond" truecount="0" falsecount="1"/>
3029
+ <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
2446
3030
  <line num="98" count="0" type="stmt"/>
3031
+ <line num="100" count="0" type="stmt"/>
2447
3032
  </file>
2448
3033
  <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/utils.ts">
2449
3034
  <metrics statements="106" coveredstatements="0" conditionals="83" coveredconditionals="0" methods="9" coveredmethods="0"/>
@@ -2555,7 +3140,7 @@
2555
3140
  <line num="203" count="0" type="stmt"/>
2556
3141
  </file>
2557
3142
  <file name="xhrProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/xhrProxy.ts">
2558
- <metrics statements="122" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="26" coveredmethods="0"/>
3143
+ <metrics statements="122" coveredstatements="0" conditionals="48" coveredconditionals="0" methods="26" coveredmethods="0"/>
2559
3144
  <line num="9" count="0" type="stmt"/>
2560
3145
  <line num="10" count="0" type="stmt"/>
2561
3146
  <line num="14" count="0" type="stmt"/>
@@ -2630,7 +3215,7 @@
2630
3215
  <line num="142" count="0" type="stmt"/>
2631
3216
  <line num="147" count="0" type="stmt"/>
2632
3217
  <line num="148" count="0" type="stmt"/>
2633
- <line num="149" count="0" type="stmt"/>
3218
+ <line num="149" count="0" type="cond" truecount="0" falsecount="4"/>
2634
3219
  <line num="154" count="0" type="stmt"/>
2635
3220
  <line num="155" count="0" type="stmt"/>
2636
3221
  <line num="156" count="0" type="stmt"/>
@@ -2681,9 +3266,51 @@
2681
3266
  </file>
2682
3267
  </package>
2683
3268
  <package name="main.modules.userTesting">
2684
- <metrics statements="273" coveredstatements="22" conditionals="55" coveredconditionals="0" methods="47" coveredmethods="6"/>
3269
+ <metrics statements="459" coveredstatements="0" conditionals="179" coveredconditionals="0" methods="75" coveredmethods="0"/>
3270
+ <file name="SignalManager.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/SignalManager.ts">
3271
+ <metrics statements="39" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="6" coveredmethods="0"/>
3272
+ <line num="1" count="0" type="stmt"/>
3273
+ <line num="3" count="0" type="stmt"/>
3274
+ <line num="4" count="0" type="stmt"/>
3275
+ <line num="13" count="0" type="stmt"/>
3276
+ <line num="14" count="0" type="stmt"/>
3277
+ <line num="15" count="0" type="stmt"/>
3278
+ <line num="16" count="0" type="stmt"/>
3279
+ <line num="17" count="0" type="stmt"/>
3280
+ <line num="18" count="0" type="stmt"/>
3281
+ <line num="19" count="0" type="stmt"/>
3282
+ <line num="20" count="0" type="stmt"/>
3283
+ <line num="21" count="0" type="stmt"/>
3284
+ <line num="23" count="0" type="stmt"/>
3285
+ <line num="24" count="0" type="cond" truecount="0" falsecount="1"/>
3286
+ <line num="25" count="0" type="stmt"/>
3287
+ <line num="29" count="0" type="stmt"/>
3288
+ <line num="30" count="0" type="stmt"/>
3289
+ <line num="33" count="0" type="stmt"/>
3290
+ <line num="40" count="0" type="stmt"/>
3291
+ <line num="41" count="0" type="stmt"/>
3292
+ <line num="44" count="0" type="stmt"/>
3293
+ <line num="45" count="0" type="cond" truecount="0" falsecount="1"/>
3294
+ <line num="46" count="0" type="stmt"/>
3295
+ <line num="47" count="0" type="stmt"/>
3296
+ <line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
3297
+ <line num="49" count="0" type="stmt"/>
3298
+ <line num="66" count="0" type="stmt"/>
3299
+ <line num="67" count="0" type="stmt"/>
3300
+ <line num="68" count="0" type="cond" truecount="0" falsecount="4"/>
3301
+ <line num="69" count="0" type="stmt"/>
3302
+ <line num="70" count="0" type="stmt"/>
3303
+ <line num="71" count="0" type="stmt"/>
3304
+ <line num="72" count="0" type="stmt"/>
3305
+ <line num="74" count="0" type="stmt"/>
3306
+ <line num="75" count="0" type="stmt"/>
3307
+ <line num="76" count="0" type="stmt"/>
3308
+ <line num="78" count="0" type="cond" truecount="0" falsecount="2"/>
3309
+ <line num="79" count="0" type="stmt"/>
3310
+ <line num="81" count="0" type="stmt"/>
3311
+ </file>
2685
3312
  <file name="dnd.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/dnd.ts">
2686
- <metrics statements="28" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="7" coveredmethods="0"/>
3313
+ <metrics statements="26" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
2687
3314
  <line num="3" count="0" type="stmt"/>
2688
3315
  <line num="4" count="0" type="stmt"/>
2689
3316
  <line num="5" count="0" type="stmt"/>
@@ -2707,90 +3334,99 @@
2707
3334
  <line num="35" count="0" type="stmt"/>
2708
3335
  <line num="36" count="0" type="stmt"/>
2709
3336
  <line num="37" count="0" type="stmt"/>
2710
- <line num="40" count="0" type="stmt"/>
2711
- <line num="41" count="0" type="stmt"/>
3337
+ <line num="39" count="0" type="stmt"/>
2712
3338
  <line num="42" count="0" type="stmt"/>
2713
- <line num="46" count="0" type="stmt"/>
2714
- <line num="47" count="0" type="stmt"/>
3339
+ <line num="43" count="0" type="stmt"/>
2715
3340
  </file>
2716
3341
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/index.ts">
2717
- <metrics statements="177" coveredstatements="0" conditionals="32" coveredconditionals="0" methods="27" coveredmethods="0"/>
3342
+ <metrics statements="284" coveredstatements="0" conditionals="148" coveredconditionals="0" methods="45" coveredmethods="0"/>
2718
3343
  <line num="2" count="0" type="stmt"/>
2719
3344
  <line num="3" count="0" type="stmt"/>
2720
3345
  <line num="4" count="0" type="stmt"/>
2721
- <line num="13" count="0" type="stmt"/>
2722
- <line num="14" count="0" type="stmt"/>
3346
+ <line num="5" count="0" type="stmt"/>
2723
3347
  <line num="15" count="0" type="stmt"/>
2724
- <line num="16" count="0" type="cond" truecount="0" falsecount="1"/>
2725
- <line num="17" count="0" type="stmt"/>
2726
- <line num="19" count="0" type="cond" truecount="0" falsecount="1"/>
2727
- <line num="20" count="0" type="stmt"/>
2728
- <line num="22" count="0" type="stmt"/>
2729
- <line num="25" count="0" type="stmt"/>
2730
- <line num="27" count="0" type="stmt"/>
2731
- <line num="28" count="0" type="stmt"/>
2732
- <line num="35" count="0" type="stmt"/>
3348
+ <line num="34" count="0" type="stmt"/>
2733
3349
  <line num="36" count="0" type="stmt"/>
2734
3350
  <line num="37" count="0" type="stmt"/>
2735
- <line num="38" count="0" type="stmt"/>
2736
- <line num="39" count="0" type="stmt"/>
2737
- <line num="40" count="0" type="stmt"/>
2738
- <line num="41" count="0" type="stmt"/>
2739
- <line num="42" count="0" type="stmt"/>
2740
- <line num="43" count="0" type="stmt"/>
2741
3351
  <line num="44" count="0" type="stmt"/>
2742
3352
  <line num="45" count="0" type="stmt"/>
3353
+ <line num="46" count="0" type="stmt"/>
3354
+ <line num="47" count="0" type="stmt"/>
2743
3355
  <line num="48" count="0" type="stmt"/>
3356
+ <line num="49" count="0" type="stmt"/>
3357
+ <line num="50" count="0" type="stmt"/>
2744
3358
  <line num="51" count="0" type="stmt"/>
2745
3359
  <line num="52" count="0" type="stmt"/>
2746
3360
  <line num="53" count="0" type="stmt"/>
2747
- <line num="56" count="0" type="stmt"/>
2748
- <line num="57" count="0" type="stmt"/>
3361
+ <line num="54" count="0" type="stmt"/>
3362
+ <line num="55" count="0" type="stmt"/>
3363
+ <line num="58" count="0" type="stmt"/>
3364
+ <line num="59" count="0" type="stmt"/>
3365
+ <line num="61" count="0" type="stmt"/>
3366
+ <line num="62" count="0" type="stmt"/>
2749
3367
  <line num="63" count="0" type="stmt"/>
3368
+ <line num="64" count="0" type="cond" truecount="0" falsecount="1"/>
3369
+ <line num="65" count="0" type="stmt"/>
3370
+ <line num="66" count="0" type="stmt"/>
3371
+ <line num="67" count="0" type="stmt"/>
3372
+ <line num="68" count="0" type="stmt"/>
2750
3373
  <line num="69" count="0" type="stmt"/>
2751
- <line num="76" count="0" type="stmt"/>
2752
- <line num="77" count="0" type="stmt"/>
2753
- <line num="78" count="0" type="stmt"/>
3374
+ <line num="72" count="0" type="stmt"/>
3375
+ <line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
3376
+ <line num="74" count="0" type="stmt"/>
2754
3377
  <line num="79" count="0" type="stmt"/>
2755
- <line num="98" count="0" type="stmt"/>
2756
- <line num="99" count="0" type="stmt"/>
3378
+ <line num="82" count="0" type="stmt"/>
3379
+ <line num="83" count="0" type="stmt"/>
3380
+ <line num="84" count="0" type="stmt"/>
3381
+ <line num="85" count="0" type="stmt"/>
3382
+ <line num="90" count="0" type="stmt"/>
3383
+ <line num="92" count="0" type="stmt"/>
3384
+ <line num="93" count="0" type="stmt"/>
3385
+ <line num="94" count="0" type="stmt"/>
3386
+ <line num="96" count="0" type="stmt"/>
2757
3387
  <line num="100" count="0" type="stmt"/>
3388
+ <line num="101" count="0" type="stmt"/>
3389
+ <line num="102" count="0" type="stmt"/>
3390
+ <line num="103" count="0" type="stmt"/>
3391
+ <line num="105" count="0" type="stmt"/>
3392
+ <line num="106" count="0" type="cond" truecount="0" falsecount="1"/>
3393
+ <line num="107" count="0" type="cond" truecount="0" falsecount="3"/>
3394
+ <line num="108" count="0" type="stmt"/>
2758
3395
  <line num="110" count="0" type="stmt"/>
2759
3396
  <line num="111" count="0" type="stmt"/>
2760
- <line num="124" count="0" type="stmt"/>
2761
- <line num="125" count="0" type="stmt"/>
3397
+ <line num="114" count="0" type="stmt"/>
3398
+ <line num="116" count="0" type="stmt"/>
3399
+ <line num="120" count="0" type="stmt"/>
3400
+ <line num="121" count="0" type="stmt"/>
3401
+ <line num="122" count="0" type="stmt"/>
3402
+ <line num="123" count="0" type="stmt"/>
2762
3403
  <line num="126" count="0" type="stmt"/>
2763
3404
  <line num="127" count="0" type="stmt"/>
2764
- <line num="128" count="0" type="stmt"/>
2765
- <line num="130" count="0" type="stmt"/>
2766
- <line num="131" count="0" type="stmt"/>
2767
- <line num="132" count="0" type="stmt"/>
2768
- <line num="133" count="0" type="stmt"/>
2769
- <line num="134" count="0" type="stmt"/>
2770
3405
  <line num="135" count="0" type="stmt"/>
2771
- <line num="136" count="0" type="stmt"/>
2772
- <line num="138" count="0" type="stmt"/>
2773
3406
  <line num="142" count="0" type="stmt"/>
2774
- <line num="143" count="0" type="stmt"/>
2775
- <line num="144" count="0" type="stmt"/>
3407
+ <line num="144" count="0" type="cond" truecount="0" falsecount="3"/>
2776
3408
  <line num="145" count="0" type="stmt"/>
3409
+ <line num="147" count="0" type="stmt"/>
3410
+ <line num="148" count="0" type="stmt"/>
3411
+ <line num="149" count="0" type="stmt"/>
3412
+ <line num="150" count="0" type="stmt"/>
2777
3413
  <line num="152" count="0" type="stmt"/>
2778
- <line num="154" count="0" type="stmt"/>
2779
- <line num="155" count="0" type="stmt"/>
3414
+ <line num="153" count="0" type="stmt"/>
3415
+ <line num="154" count="0" type="cond" truecount="0" falsecount="4"/>
3416
+ <line num="155" count="0" type="cond" truecount="0" falsecount="3"/>
2780
3417
  <line num="156" count="0" type="stmt"/>
2781
- <line num="162" count="0" type="cond" truecount="0" falsecount="1"/>
2782
- <line num="163" count="0" type="stmt"/>
2783
- <line num="168" count="0" type="cond" truecount="0" falsecount="1"/>
2784
- <line num="169" count="0" type="stmt"/>
2785
- <line num="174" count="0" type="cond" truecount="0" falsecount="1"/>
2786
- <line num="175" count="0" type="stmt"/>
2787
- <line num="180" count="0" type="cond" truecount="0" falsecount="1"/>
3418
+ <line num="157" count="0" type="stmt"/>
3419
+ <line num="159" count="0" type="cond" truecount="0" falsecount="4"/>
3420
+ <line num="160" count="0" type="stmt"/>
3421
+ <line num="161" count="0" type="stmt"/>
3422
+ <line num="162" count="0" type="cond" truecount="0" falsecount="12"/>
3423
+ <line num="165" count="0" type="stmt"/>
3424
+ <line num="166" count="0" type="stmt"/>
3425
+ <line num="167" count="0" type="stmt"/>
3426
+ <line num="180" count="0" type="stmt"/>
2788
3427
  <line num="181" count="0" type="stmt"/>
2789
- <line num="186" count="0" type="stmt"/>
2790
- <line num="189" count="0" type="stmt"/>
2791
- <line num="190" count="0" type="stmt"/>
2792
- <line num="192" count="0" type="stmt"/>
2793
- <line num="193" count="0" type="stmt"/>
3428
+ <line num="195" count="0" type="stmt"/>
3429
+ <line num="196" count="0" type="stmt"/>
2794
3430
  <line num="197" count="0" type="stmt"/>
2795
3431
  <line num="198" count="0" type="stmt"/>
2796
3432
  <line num="199" count="0" type="stmt"/>
@@ -2798,180 +3434,321 @@
2798
3434
  <line num="201" count="0" type="stmt"/>
2799
3435
  <line num="202" count="0" type="stmt"/>
2800
3436
  <line num="203" count="0" type="stmt"/>
2801
- <line num="204" count="0" type="stmt"/>
3437
+ <line num="205" count="0" type="stmt"/>
2802
3438
  <line num="206" count="0" type="stmt"/>
2803
3439
  <line num="207" count="0" type="stmt"/>
2804
3440
  <line num="208" count="0" type="stmt"/>
3441
+ <line num="209" count="0" type="stmt"/>
2805
3442
  <line num="210" count="0" type="stmt"/>
2806
3443
  <line num="211" count="0" type="stmt"/>
2807
- <line num="212" count="0" type="cond" truecount="0" falsecount="2"/>
3444
+ <line num="212" count="0" type="cond" truecount="0" falsecount="4"/>
2808
3445
  <line num="213" count="0" type="stmt"/>
3446
+ <line num="214" count="0" type="stmt"/>
3447
+ <line num="216" count="0" type="cond" truecount="0" falsecount="2"/>
3448
+ <line num="217" count="0" type="stmt"/>
2809
3449
  <line num="219" count="0" type="stmt"/>
2810
- <line num="220" count="0" type="stmt"/>
2811
- <line num="221" count="0" type="stmt"/>
2812
- <line num="222" count="0" type="stmt"/>
3450
+ <line num="224" count="0" type="stmt"/>
2813
3451
  <line num="225" count="0" type="stmt"/>
2814
- <line num="234" count="0" type="stmt"/>
2815
- <line num="235" count="0" type="stmt"/>
2816
- <line num="236" count="0" type="stmt"/>
2817
- <line num="237" count="0" type="stmt"/>
2818
- <line num="238" count="0" type="stmt"/>
2819
- <line num="239" count="0" type="stmt"/>
3452
+ <line num="226" count="0" type="stmt"/>
2820
3453
  <line num="240" count="0" type="stmt"/>
2821
- <line num="241" count="0" type="stmt"/>
2822
3454
  <line num="242" count="0" type="stmt"/>
2823
- <line num="243" count="0" type="stmt"/>
2824
3455
  <line num="244" count="0" type="stmt"/>
2825
3456
  <line num="245" count="0" type="stmt"/>
2826
3457
  <line num="246" count="0" type="stmt"/>
2827
3458
  <line num="247" count="0" type="stmt"/>
2828
- <line num="253" count="0" type="stmt"/>
3459
+ <line num="253" count="0" type="cond" truecount="0" falsecount="1"/>
3460
+ <line num="254" count="0" type="stmt"/>
3461
+ <line num="259" count="0" type="cond" truecount="0" falsecount="1"/>
2829
3462
  <line num="260" count="0" type="stmt"/>
2830
- <line num="261" count="0" type="stmt"/>
2831
- <line num="262" count="0" type="stmt"/>
2832
- <line num="263" count="0" type="stmt"/>
2833
- <line num="264" count="0" type="stmt"/>
3463
+ <line num="265" count="0" type="cond" truecount="0" falsecount="1"/>
2834
3464
  <line num="266" count="0" type="stmt"/>
2835
- <line num="267" count="0" type="stmt"/>
2836
- <line num="268" count="0" type="stmt"/>
2837
- <line num="269" count="0" type="stmt"/>
3465
+ <line num="271" count="0" type="cond" truecount="0" falsecount="1"/>
2838
3466
  <line num="272" count="0" type="stmt"/>
2839
- <line num="273" count="0" type="stmt"/>
2840
- <line num="274" count="0" type="stmt"/>
2841
- <line num="275" count="0" type="stmt"/>
2842
- <line num="276" count="0" type="stmt"/>
2843
- <line num="278" count="0" type="stmt"/>
3467
+ <line num="277" count="0" type="stmt"/>
2844
3468
  <line num="280" count="0" type="stmt"/>
2845
3469
  <line num="281" count="0" type="stmt"/>
2846
- <line num="282" count="0" type="cond" truecount="0" falsecount="2"/>
2847
- <line num="283" count="0" type="stmt"/>
3470
+ <line num="284" count="0" type="stmt"/>
3471
+ <line num="286" count="0" type="stmt"/>
3472
+ <line num="287" count="0" type="stmt"/>
2848
3473
  <line num="288" count="0" type="stmt"/>
2849
- <line num="289" count="0" type="stmt"/>
2850
3474
  <line num="290" count="0" type="stmt"/>
2851
- <line num="293" count="0" type="stmt"/>
2852
- <line num="294" count="0" type="stmt"/>
2853
- <line num="296" count="0" type="stmt"/>
2854
- <line num="297" count="0" type="stmt"/>
3475
+ <line num="291" count="0" type="stmt"/>
3476
+ <line num="295" count="0" type="stmt"/>
2855
3477
  <line num="298" count="0" type="stmt"/>
2856
3478
  <line num="299" count="0" type="stmt"/>
2857
3479
  <line num="300" count="0" type="stmt"/>
2858
- <line num="303" count="0" type="stmt"/>
2859
- <line num="304" count="0" type="stmt"/>
2860
- <line num="306" count="0" type="stmt"/>
2861
- <line num="307" count="0" type="cond" truecount="0" falsecount="2"/>
2862
- <line num="308" count="0" type="stmt"/>
2863
- <line num="309" count="0" type="stmt"/>
2864
3480
  <line num="310" count="0" type="stmt"/>
2865
- <line num="311" count="0" type="cond" truecount="0" falsecount="1"/>
3481
+ <line num="311" count="0" type="stmt"/>
2866
3482
  <line num="312" count="0" type="stmt"/>
2867
- <line num="314" count="0" type="stmt"/>
2868
- <line num="315" count="0" type="stmt"/>
2869
- <line num="316" count="0" type="cond" truecount="0" falsecount="1"/>
2870
- <line num="317" count="0" type="stmt"/>
3483
+ <line num="320" count="0" type="stmt"/>
2871
3484
  <line num="321" count="0" type="stmt"/>
3485
+ <line num="323" count="0" type="stmt"/>
3486
+ <line num="324" count="0" type="stmt"/>
2872
3487
  <line num="325" count="0" type="stmt"/>
2873
- <line num="326" count="0" type="stmt"/>
2874
3488
  <line num="327" count="0" type="stmt"/>
2875
3489
  <line num="328" count="0" type="stmt"/>
2876
- <line num="329" count="0" type="cond" truecount="0" falsecount="1"/>
3490
+ <line num="329" count="0" type="cond" truecount="0" falsecount="2"/>
2877
3491
  <line num="330" count="0" type="stmt"/>
2878
- <line num="333" count="0" type="stmt"/>
3492
+ <line num="336" count="0" type="stmt"/>
2879
3493
  <line num="337" count="0" type="stmt"/>
2880
3494
  <line num="338" count="0" type="stmt"/>
2881
- <line num="339" count="0" type="stmt"/>
2882
- <line num="348" count="0" type="stmt"/>
2883
- <line num="356" count="0" type="stmt"/>
2884
- <line num="358" count="0" type="cond" truecount="0" falsecount="1"/>
2885
- <line num="359" count="0" type="stmt"/>
2886
- <line num="361" count="0" type="cond" truecount="0" falsecount="1"/>
3495
+ <line num="339" count="0" type="cond" truecount="0" falsecount="2"/>
3496
+ <line num="340" count="0" type="stmt"/>
3497
+ <line num="344" count="0" type="stmt"/>
3498
+ <line num="346" count="0" type="stmt"/>
3499
+ <line num="347" count="0" type="stmt"/>
3500
+ <line num="348" count="0" type="cond" truecount="0" falsecount="1"/>
3501
+ <line num="349" count="0" type="cond" truecount="0" falsecount="4"/>
3502
+ <line num="350" count="0" type="cond" truecount="0" falsecount="2"/>
3503
+ <line num="351" count="0" type="cond" truecount="0" falsecount="2"/>
3504
+ <line num="353" count="0" type="cond" truecount="0" falsecount="3"/>
3505
+ <line num="354" count="0" type="stmt"/>
3506
+ <line num="358" count="0" type="cond" truecount="0" falsecount="4"/>
3507
+ <line num="360" count="0" type="cond" truecount="0" falsecount="4"/>
2887
3508
  <line num="362" count="0" type="stmt"/>
2888
- <line num="364" count="0" type="cond" truecount="0" falsecount="1"/>
2889
- <line num="365" count="0" type="stmt"/>
2890
- <line num="368" count="0" type="stmt"/>
3509
+ <line num="363" count="0" type="stmt"/>
3510
+ <line num="366" count="0" type="stmt"/>
2891
3511
  <line num="369" count="0" type="stmt"/>
2892
- <line num="371" count="0" type="stmt"/>
2893
- <line num="372" count="0" type="stmt"/>
2894
- <line num="373" count="0" type="stmt"/>
3512
+ <line num="379" count="0" type="stmt"/>
3513
+ <line num="380" count="0" type="stmt"/>
3514
+ <line num="381" count="0" type="stmt"/>
3515
+ <line num="382" count="0" type="stmt"/>
3516
+ <line num="383" count="0" type="stmt"/>
3517
+ <line num="393" count="0" type="stmt"/>
3518
+ <line num="394" count="0" type="stmt"/>
3519
+ <line num="395" count="0" type="stmt"/>
3520
+ <line num="398" count="0" type="stmt"/>
3521
+ <line num="399" count="0" type="stmt"/>
3522
+ <line num="400" count="0" type="stmt"/>
3523
+ <line num="401" count="0" type="stmt"/>
3524
+ <line num="402" count="0" type="stmt"/>
3525
+ <line num="403" count="0" type="stmt"/>
3526
+ <line num="404" count="0" type="stmt"/>
3527
+ <line num="407" count="0" type="stmt"/>
3528
+ <line num="408" count="0" type="stmt"/>
3529
+ <line num="409" count="0" type="stmt"/>
3530
+ <line num="415" count="0" type="stmt"/>
3531
+ <line num="422" count="0" type="stmt"/>
3532
+ <line num="423" count="0" type="stmt"/>
3533
+ <line num="424" count="0" type="stmt"/>
3534
+ <line num="425" count="0" type="stmt"/>
3535
+ <line num="426" count="0" type="stmt"/>
3536
+ <line num="428" count="0" type="stmt"/>
3537
+ <line num="429" count="0" type="stmt"/>
3538
+ <line num="430" count="0" type="stmt"/>
3539
+ <line num="431" count="0" type="stmt"/>
3540
+ <line num="432" count="0" type="cond" truecount="0" falsecount="2"/>
3541
+ <line num="433" count="0" type="stmt"/>
3542
+ <line num="435" count="0" type="stmt"/>
3543
+ <line num="440" count="0" type="stmt"/>
3544
+ <line num="441" count="0" type="stmt"/>
3545
+ <line num="457" count="0" type="stmt"/>
3546
+ <line num="458" count="0" type="stmt"/>
3547
+ <line num="462" count="0" type="stmt"/>
3548
+ <line num="463" count="0" type="stmt"/>
3549
+ <line num="464" count="0" type="cond" truecount="0" falsecount="2"/>
3550
+ <line num="465" count="0" type="stmt"/>
3551
+ <line num="470" count="0" type="stmt"/>
3552
+ <line num="471" count="0" type="stmt"/>
3553
+ <line num="472" count="0" type="stmt"/>
3554
+ <line num="475" count="0" type="stmt"/>
3555
+ <line num="476" count="0" type="stmt"/>
3556
+ <line num="478" count="0" type="stmt"/>
3557
+ <line num="479" count="0" type="stmt"/>
3558
+ <line num="480" count="0" type="stmt"/>
3559
+ <line num="481" count="0" type="stmt"/>
3560
+ <line num="482" count="0" type="stmt"/>
3561
+ <line num="485" count="0" type="stmt"/>
3562
+ <line num="486" count="0" type="stmt"/>
3563
+ <line num="487" count="0" type="cond" truecount="0" falsecount="1"/>
3564
+ <line num="488" count="0" type="stmt"/>
3565
+ <line num="490" count="0" type="stmt"/>
3566
+ <line num="491" count="0" type="stmt"/>
3567
+ <line num="492" count="0" type="cond" truecount="0" falsecount="1"/>
3568
+ <line num="493" count="0" type="stmt"/>
3569
+ <line num="498" count="0" type="stmt"/>
3570
+ <line num="499" count="0" type="stmt"/>
3571
+ <line num="501" count="0" type="stmt"/>
3572
+ <line num="502" count="0" type="cond" truecount="0" falsecount="2"/>
3573
+ <line num="503" count="0" type="stmt"/>
3574
+ <line num="504" count="0" type="cond" truecount="0" falsecount="4"/>
3575
+ <line num="505" count="0" type="cond" truecount="0" falsecount="2"/>
3576
+ <line num="506" count="0" type="stmt"/>
3577
+ <line num="507" count="0" type="stmt"/>
3578
+ <line num="508" count="0" type="cond" truecount="0" falsecount="4"/>
3579
+ <line num="509" count="0" type="cond" truecount="0" falsecount="1"/>
3580
+ <line num="511" count="0" type="stmt"/>
3581
+ <line num="513" count="0" type="stmt"/>
3582
+ <line num="517" count="0" type="cond" truecount="0" falsecount="4"/>
3583
+ <line num="519" count="0" type="cond" truecount="0" falsecount="4"/>
3584
+ <line num="520" count="0" type="stmt"/>
3585
+ <line num="522" count="0" type="stmt"/>
3586
+ <line num="524" count="0" type="stmt"/>
3587
+ <line num="527" count="0" type="stmt"/>
3588
+ <line num="528" count="0" type="stmt"/>
3589
+ <line num="529" count="0" type="cond" truecount="0" falsecount="1"/>
3590
+ <line num="530" count="0" type="stmt"/>
3591
+ <line num="532" count="0" type="stmt"/>
3592
+ <line num="533" count="0" type="stmt"/>
3593
+ <line num="535" count="0" type="stmt"/>
3594
+ <line num="539" count="0" type="stmt"/>
3595
+ <line num="540" count="0" type="cond" truecount="0" falsecount="4"/>
3596
+ <line num="541" count="0" type="stmt"/>
3597
+ <line num="542" count="0" type="stmt"/>
3598
+ <line num="551" count="0" type="stmt"/>
3599
+ <line num="560" count="0" type="stmt"/>
3600
+ <line num="566" count="0" type="stmt"/>
3601
+ <line num="567" count="0" type="stmt"/>
3602
+ <line num="569" count="0" type="cond" truecount="0" falsecount="12"/>
3603
+ <line num="570" count="0" type="stmt"/>
3604
+ <line num="573" count="0" type="stmt"/>
3605
+ <line num="574" count="0" type="stmt"/>
3606
+ <line num="575" count="0" type="stmt"/>
3607
+ <line num="578" count="0" type="stmt"/>
3608
+ <line num="579" count="0" type="stmt"/>
3609
+ <line num="580" count="0" type="stmt"/>
3610
+ <line num="581" count="0" type="stmt"/>
3611
+ <line num="584" count="0" type="stmt"/>
3612
+ <line num="585" count="0" type="stmt"/>
3613
+ <line num="586" count="0" type="stmt"/>
3614
+ <line num="589" count="0" type="cond" truecount="0" falsecount="1"/>
3615
+ <line num="590" count="0" type="stmt"/>
3616
+ <line num="592" count="0" type="cond" truecount="0" falsecount="1"/>
3617
+ <line num="593" count="0" type="stmt"/>
3618
+ <line num="595" count="0" type="cond" truecount="0" falsecount="3"/>
3619
+ <line num="596" count="0" type="stmt"/>
3620
+ <line num="599" count="0" type="stmt"/>
3621
+ <line num="600" count="0" type="cond" truecount="0" falsecount="1"/>
3622
+ <line num="601" count="0" type="stmt"/>
3623
+ <line num="602" count="0" type="stmt"/>
3624
+ <line num="604" count="0" type="stmt"/>
3625
+ <line num="605" count="0" type="stmt"/>
3626
+ <line num="606" count="0" type="stmt"/>
2895
3627
  </file>
2896
3628
  <file name="recorder.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/recorder.ts">
2897
- <metrics statements="44" coveredstatements="22" conditionals="19" coveredconditionals="0" methods="13" coveredmethods="6"/>
2898
- <line num="3" count="1" type="stmt"/>
2899
- <line num="8" count="1" type="stmt"/>
2900
- <line num="9" count="2" type="stmt"/>
2901
- <line num="10" count="2" type="stmt"/>
2902
- <line num="11" count="2" type="stmt"/>
2903
- <line num="12" count="2" type="stmt"/>
2904
- <line num="14" count="2" type="stmt"/>
2905
- <line num="17" count="2" type="stmt"/>
2906
- <line num="19" count="2" type="stmt"/>
2907
- <line num="20" count="2" type="stmt"/>
2908
- <line num="21" count="2" type="stmt"/>
2909
- <line num="26" count="2" type="stmt"/>
2910
- <line num="30" count="2" type="stmt"/>
2911
- <line num="32" count="2" type="stmt"/>
2912
- <line num="33" count="1" type="cond" truecount="0" falsecount="1"/>
2913
- <line num="34" count="0" type="stmt"/>
2914
- <line num="38" count="2" type="stmt"/>
2915
- <line num="40" count="0" type="stmt"/>
2916
- <line num="45" count="1" type="stmt"/>
2917
- <line num="46" count="1" type="cond" truecount="0" falsecount="1"/>
2918
- <line num="48" count="1" type="stmt"/>
2919
- <line num="49" count="1" type="stmt"/>
2920
- <line num="52" count="1" type="stmt"/>
2921
- <line num="55" count="1" type="stmt"/>
3629
+ <metrics statements="43" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="13" coveredmethods="0"/>
3630
+ <line num="3" count="0" type="stmt"/>
3631
+ <line num="8" count="0" type="stmt"/>
3632
+ <line num="9" count="0" type="stmt"/>
3633
+ <line num="10" count="0" type="stmt"/>
3634
+ <line num="11" count="0" type="stmt"/>
3635
+ <line num="12" count="0" type="stmt"/>
3636
+ <line num="14" count="0" type="stmt"/>
3637
+ <line num="22" count="0" type="stmt"/>
3638
+ <line num="24" count="0" type="stmt"/>
3639
+ <line num="25" count="0" type="stmt"/>
3640
+ <line num="26" count="0" type="stmt"/>
3641
+ <line num="31" count="0" type="stmt"/>
3642
+ <line num="35" count="0" type="stmt"/>
3643
+ <line num="37" count="0" type="stmt"/>
3644
+ <line num="38" count="0" type="cond" truecount="0" falsecount="1"/>
3645
+ <line num="39" count="0" type="stmt"/>
3646
+ <line num="43" count="0" type="stmt"/>
3647
+ <line num="45" count="0" type="stmt"/>
3648
+ <line num="50" count="0" type="stmt"/>
3649
+ <line num="51" count="0" type="cond" truecount="0" falsecount="1"/>
3650
+ <line num="53" count="0" type="stmt"/>
3651
+ <line num="54" count="0" type="stmt"/>
3652
+ <line num="57" count="0" type="stmt"/>
2922
3653
  <line num="60" count="0" type="stmt"/>
3654
+ <line num="65" count="0" type="stmt"/>
3655
+ <line num="70" count="0" type="stmt"/>
3656
+ <line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
3657
+ <line num="77" count="0" type="stmt"/>
3658
+ <line num="79" count="0" type="stmt"/>
3659
+ <line num="83" count="0" type="stmt"/>
3660
+ <line num="93" count="0" type="stmt"/>
3661
+ <line num="98" count="0" type="stmt"/>
3662
+ <line num="99" count="0" type="stmt"/>
3663
+ <line num="100" count="0" type="stmt"/>
3664
+ <line num="101" count="0" type="stmt"/>
3665
+ <line num="102" count="0" type="stmt"/>
3666
+ <line num="103" count="0" type="stmt"/>
3667
+ <line num="104" count="0" type="stmt"/>
3668
+ <line num="105" count="0" type="stmt"/>
3669
+ <line num="107" count="0" type="stmt"/>
3670
+ <line num="108" count="0" type="stmt"/>
3671
+ <line num="112" count="0" type="cond" truecount="0" falsecount="4"/>
3672
+ <line num="113" count="0" type="cond" truecount="0" falsecount="4"/>
3673
+ </file>
3674
+ <file name="styles.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/styles.ts">
3675
+ <metrics statements="25" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
3676
+ <line num="1" count="0" type="stmt"/>
3677
+ <line num="15" count="0" type="stmt"/>
3678
+ <line num="26" count="0" type="stmt"/>
3679
+ <line num="39" count="0" type="stmt"/>
3680
+ <line num="48" count="0" type="stmt"/>
3681
+ <line num="61" count="0" type="stmt"/>
3682
+ <line num="70" count="0" type="stmt"/>
3683
+ <line num="90" count="0" type="stmt"/>
3684
+ <line num="101" count="0" type="stmt"/>
3685
+ <line num="111" count="0" type="stmt"/>
3686
+ <line num="128" count="0" type="stmt"/>
3687
+ <line num="144" count="0" type="stmt"/>
3688
+ <line num="152" count="0" type="stmt"/>
3689
+ <line num="159" count="0" type="stmt"/>
3690
+ <line num="181" count="0" type="stmt"/>
3691
+ <line num="191" count="0" type="stmt"/>
3692
+ <line num="201" count="0" type="stmt"/>
3693
+ <line num="212" count="0" type="stmt"/>
3694
+ <line num="226" count="0" type="stmt"/>
3695
+ <line num="238" count="0" type="stmt"/>
3696
+ <line num="242" count="0" type="stmt"/>
3697
+ <line num="247" count="0" type="stmt"/>
3698
+ <line num="258" count="0" type="stmt"/>
3699
+ <line num="269" count="0" type="stmt"/>
3700
+ <line num="277" count="0" type="stmt"/>
3701
+ </file>
3702
+ <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/utils.ts">
3703
+ <metrics statements="42" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="5" coveredmethods="0"/>
3704
+ <line num="1" count="0" type="stmt"/>
3705
+ <line num="3" count="0" type="stmt"/>
3706
+ <line num="4" count="0" type="stmt"/>
3707
+ <line num="5" count="0" type="stmt"/>
3708
+ <line num="6" count="0" type="stmt"/>
3709
+ <line num="7" count="0" type="stmt"/>
3710
+ <line num="8" count="0" type="stmt"/>
3711
+ <line num="14" count="0" type="stmt"/>
3712
+ <line num="15" count="0" type="stmt"/>
3713
+ <line num="17" count="0" type="stmt"/>
3714
+ <line num="24" count="0" type="stmt"/>
3715
+ <line num="27" count="0" type="stmt"/>
3716
+ <line num="28" count="0" type="stmt"/>
3717
+ <line num="29" count="0" type="stmt"/>
3718
+ <line num="36" count="0" type="stmt"/>
3719
+ <line num="37" count="0" type="stmt"/>
3720
+ <line num="38" count="0" type="stmt"/>
3721
+ <line num="48" count="0" type="stmt"/>
3722
+ <line num="51" count="0" type="stmt"/>
3723
+ <line num="52" count="0" type="stmt"/>
3724
+ <line num="53" count="0" type="stmt"/>
3725
+ <line num="54" count="0" type="stmt"/>
3726
+ <line num="58" count="0" type="stmt"/>
2923
3727
  <line num="61" count="0" type="stmt"/>
2924
3728
  <line num="62" count="0" type="stmt"/>
2925
- <line num="63" count="0" type="cond" truecount="0" falsecount="8"/>
2926
- <line num="65" count="0" type="stmt"/>
2927
- <line num="69" count="0" type="stmt"/>
2928
- <line num="70" count="0" type="stmt"/>
3729
+ <line num="63" count="0" type="stmt"/>
3730
+ <line num="64" count="0" type="stmt"/>
3731
+ <line num="66" count="0" type="stmt"/>
3732
+ <line num="68" count="0" type="stmt"/>
2929
3733
  <line num="71" count="0" type="stmt"/>
2930
- <line num="75" count="0" type="stmt"/>
2931
- <line num="76" count="0" type="stmt"/>
2932
- <line num="77" count="0" type="stmt"/>
2933
3734
  <line num="78" count="0" type="stmt"/>
2934
3735
  <line num="79" count="0" type="stmt"/>
2935
3736
  <line num="80" count="0" type="stmt"/>
2936
- <line num="81" count="0" type="stmt"/>
3737
+ <line num="81" count="0" type="cond" truecount="0" falsecount="1"/>
2937
3738
  <line num="82" count="0" type="stmt"/>
2938
- <line num="84" count="0" type="stmt"/>
2939
- <line num="85" count="0" type="stmt"/>
2940
- <line num="89" count="0" type="cond" truecount="0" falsecount="4"/>
2941
- <line num="90" count="0" type="cond" truecount="0" falsecount="4"/>
2942
- </file>
2943
- <file name="styles.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/styles.ts">
2944
- <metrics statements="24" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
2945
- <line num="1" count="0" type="stmt"/>
2946
- <line num="13" count="0" type="stmt"/>
2947
- <line num="24" count="0" type="stmt"/>
2948
- <line num="36" count="0" type="stmt"/>
2949
- <line num="45" count="0" type="stmt"/>
2950
- <line num="57" count="0" type="stmt"/>
2951
- <line num="66" count="0" type="stmt"/>
3739
+ <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
2952
3740
  <line num="85" count="0" type="stmt"/>
2953
- <line num="96" count="0" type="stmt"/>
2954
- <line num="104" count="0" type="stmt"/>
2955
- <line num="122" count="0" type="stmt"/>
2956
- <line num="139" count="0" type="stmt"/>
2957
- <line num="147" count="0" type="stmt"/>
2958
- <line num="154" count="0" type="stmt"/>
2959
- <line num="176" count="0" type="stmt"/>
2960
- <line num="183" count="0" type="stmt"/>
2961
- <line num="193" count="0" type="stmt"/>
2962
- <line num="201" count="0" type="stmt"/>
2963
- <line num="212" count="0" type="stmt"/>
2964
- <line num="224" count="0" type="stmt"/>
2965
- <line num="228" count="0" type="stmt"/>
2966
- <line num="232" count="0" type="stmt"/>
2967
- <line num="243" count="0" type="stmt"/>
2968
- <line num="254" count="0" type="stmt"/>
3741
+ <line num="87" count="0" type="stmt"/>
3742
+ <line num="90" count="0" type="stmt"/>
3743
+ <line num="91" count="0" type="stmt"/>
3744
+ <line num="92" count="0" type="stmt"/>
3745
+ <line num="93" count="0" type="stmt"/>
2969
3746
  </file>
2970
3747
  </package>
2971
3748
  <package name="webworker">
2972
- <metrics statements="436" coveredstatements="0" conditionals="361" coveredconditionals="0" methods="54" coveredmethods="0"/>
3749
+ <metrics statements="447" coveredstatements="0" conditionals="379" coveredconditionals="0" methods="56" coveredmethods="0"/>
2973
3750
  <file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">
2974
- <metrics statements="68" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="10" coveredmethods="0"/>
3751
+ <metrics statements="72" coveredstatements="0" conditionals="16" coveredconditionals="0" methods="10" coveredmethods="0"/>
2975
3752
  <line num="3" count="0" type="stmt"/>
2976
3753
  <line num="5" count="0" type="stmt"/>
2977
3754
  <line num="6" count="0" type="stmt"/>
@@ -2986,66 +3763,70 @@
2986
3763
  <line num="18" count="0" type="stmt"/>
2987
3764
  <line num="19" count="0" type="stmt"/>
2988
3765
  <line num="20" count="0" type="stmt"/>
2989
- <line num="22" count="0" type="stmt"/>
2990
- <line num="26" count="0" type="stmt"/>
2991
- <line num="29" count="0" type="stmt"/>
2992
- <line num="33" count="0" type="stmt"/>
3766
+ <line num="21" count="0" type="stmt"/>
3767
+ <line num="23" count="0" type="stmt"/>
3768
+ <line num="27" count="0" type="stmt"/>
3769
+ <line num="30" count="0" type="stmt"/>
2993
3770
  <line num="34" count="0" type="stmt"/>
2994
- <line num="36" count="0" type="stmt"/>
2995
- <line num="40" count="0" type="cond" truecount="0" falsecount="1"/>
2996
- <line num="41" count="0" type="stmt"/>
2997
- <line num="45" count="0" type="stmt"/>
2998
- <line num="54" count="0" type="stmt"/>
2999
- <line num="56" count="0" type="stmt"/>
3771
+ <line num="35" count="0" type="stmt"/>
3772
+ <line num="37" count="0" type="stmt"/>
3773
+ <line num="41" count="0" type="cond" truecount="0" falsecount="1"/>
3774
+ <line num="42" count="0" type="stmt"/>
3775
+ <line num="46" count="0" type="stmt"/>
3776
+ <line num="55" count="0" type="stmt"/>
3000
3777
  <line num="57" count="0" type="stmt"/>
3001
3778
  <line num="58" count="0" type="stmt"/>
3002
3779
  <line num="59" count="0" type="stmt"/>
3003
- <line num="63" count="0" type="stmt"/>
3004
- <line num="64" count="0" type="cond" truecount="0" falsecount="3"/>
3005
- <line num="66" count="0" type="stmt"/>
3006
- <line num="68" count="0" type="stmt"/>
3780
+ <line num="60" count="0" type="stmt"/>
3781
+ <line num="64" count="0" type="stmt"/>
3782
+ <line num="65" count="0" type="cond" truecount="0" falsecount="3"/>
3783
+ <line num="67" count="0" type="stmt"/>
3007
3784
  <line num="69" count="0" type="stmt"/>
3008
- <line num="70" count="0" type="cond" truecount="0" falsecount="1"/>
3009
- <line num="71" count="0" type="stmt"/>
3785
+ <line num="70" count="0" type="stmt"/>
3786
+ <line num="71" count="0" type="cond" truecount="0" falsecount="1"/>
3010
3787
  <line num="72" count="0" type="stmt"/>
3011
- <line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
3012
- <line num="74" count="0" type="stmt"/>
3788
+ <line num="73" count="0" type="stmt"/>
3789
+ <line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
3013
3790
  <line num="75" count="0" type="stmt"/>
3014
- <line num="77" count="0" type="stmt"/>
3015
- <line num="79" count="0" type="stmt"/>
3016
- <line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
3017
- <line num="81" count="0" type="stmt"/>
3018
- <line num="84" count="0" type="stmt"/>
3019
- <line num="87" count="0" type="stmt"/>
3020
- <line num="89" count="0" type="stmt"/>
3021
- <line num="93" count="0" type="cond" truecount="0" falsecount="1"/>
3022
- <line num="94" count="0" type="stmt"/>
3023
- <line num="96" count="0" type="cond" truecount="0" falsecount="1"/>
3791
+ <line num="76" count="0" type="stmt"/>
3792
+ <line num="78" count="0" type="stmt"/>
3793
+ <line num="80" count="0" type="stmt"/>
3794
+ <line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
3795
+ <line num="82" count="0" type="stmt"/>
3796
+ <line num="85" count="0" type="stmt"/>
3797
+ <line num="88" count="0" type="stmt"/>
3798
+ <line num="90" count="0" type="stmt"/>
3799
+ <line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
3800
+ <line num="96" count="0" type="stmt"/>
3024
3801
  <line num="97" count="0" type="stmt"/>
3025
3802
  <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
3026
3803
  <line num="100" count="0" type="stmt"/>
3804
+ <line num="102" count="0" type="cond" truecount="0" falsecount="1"/>
3027
3805
  <line num="103" count="0" type="stmt"/>
3028
- <line num="104" count="0" type="cond" truecount="0" falsecount="1"/>
3029
- <line num="105" count="0" type="stmt"/>
3030
- <line num="108" count="0" type="stmt"/>
3806
+ <line num="105" count="0" type="cond" truecount="0" falsecount="1"/>
3807
+ <line num="106" count="0" type="stmt"/>
3031
3808
  <line num="109" count="0" type="stmt"/>
3032
- <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
3809
+ <line num="110" count="0" type="cond" truecount="0" falsecount="1"/>
3033
3810
  <line num="111" count="0" type="stmt"/>
3034
- <line num="113" count="0" type="stmt"/>
3035
- <line num="116" count="0" type="stmt"/>
3811
+ <line num="114" count="0" type="stmt"/>
3812
+ <line num="115" count="0" type="stmt"/>
3813
+ <line num="116" count="0" type="cond" truecount="0" falsecount="2"/>
3036
3814
  <line num="117" count="0" type="stmt"/>
3037
- <line num="121" count="0" type="cond" truecount="0" falsecount="1"/>
3815
+ <line num="119" count="0" type="stmt"/>
3038
3816
  <line num="122" count="0" type="stmt"/>
3039
- <line num="124" count="0" type="stmt"/>
3040
- <line num="125" count="0" type="stmt"/>
3041
- <line num="126" count="0" type="stmt"/>
3817
+ <line num="123" count="0" type="stmt"/>
3818
+ <line num="127" count="0" type="cond" truecount="0" falsecount="1"/>
3819
+ <line num="128" count="0" type="stmt"/>
3042
3820
  <line num="130" count="0" type="stmt"/>
3821
+ <line num="131" count="0" type="stmt"/>
3822
+ <line num="132" count="0" type="stmt"/>
3823
+ <line num="136" count="0" type="stmt"/>
3043
3824
  </file>
3044
3825
  <file name="MessageEncoder.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/MessageEncoder.gen.ts">
3045
- <metrics statements="141" coveredstatements="0" conditionals="269" coveredconditionals="0" methods="1" coveredmethods="0"/>
3826
+ <metrics statements="147" coveredstatements="0" conditionals="280" coveredconditionals="0" methods="1" coveredmethods="0"/>
3046
3827
  <line num="6" count="0" type="stmt"/>
3047
3828
  <line num="9" count="0" type="stmt"/>
3048
- <line num="11" count="0" type="cond" truecount="0" falsecount="69"/>
3829
+ <line num="11" count="0" type="cond" truecount="0" falsecount="72"/>
3049
3830
  <line num="14" count="0" type="stmt"/>
3050
3831
  <line num="15" count="0" type="stmt"/>
3051
3832
  <line num="18" count="0" type="cond" truecount="0" falsecount="3"/>
@@ -3172,18 +3953,24 @@
3172
3953
  <line num="259" count="0" type="stmt"/>
3173
3954
  <line num="262" count="0" type="cond" truecount="0" falsecount="6"/>
3174
3955
  <line num="263" count="0" type="stmt"/>
3175
- <line num="266" count="0" type="cond" truecount="0" falsecount="3"/>
3956
+ <line num="266" count="0" type="cond" truecount="0" falsecount="6"/>
3176
3957
  <line num="267" count="0" type="stmt"/>
3177
- <line num="270" count="0" type="stmt"/>
3958
+ <line num="270" count="0" type="cond" truecount="0" falsecount="3"/>
3178
3959
  <line num="271" count="0" type="stmt"/>
3179
3960
  <line num="274" count="0" type="stmt"/>
3180
3961
  <line num="275" count="0" type="stmt"/>
3181
- <line num="278" count="0" type="cond" truecount="0" falsecount="10"/>
3962
+ <line num="278" count="0" type="stmt"/>
3182
3963
  <line num="279" count="0" type="stmt"/>
3183
- <line num="282" count="0" type="stmt"/>
3964
+ <line num="282" count="0" type="cond" truecount="0" falsecount="10"/>
3184
3965
  <line num="283" count="0" type="stmt"/>
3185
3966
  <line num="286" count="0" type="stmt"/>
3186
3967
  <line num="287" count="0" type="stmt"/>
3968
+ <line num="290" count="0" type="stmt"/>
3969
+ <line num="291" count="0" type="stmt"/>
3970
+ <line num="294" count="0" type="cond" truecount="0" falsecount="2"/>
3971
+ <line num="295" count="0" type="stmt"/>
3972
+ <line num="298" count="0" type="stmt"/>
3973
+ <line num="299" count="0" type="stmt"/>
3187
3974
  </file>
3188
3975
  <file name="PrimitiveEncoder.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/PrimitiveEncoder.ts">
3189
3976
  <metrics statements="69" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="13" coveredmethods="0"/>
@@ -3258,7 +4045,7 @@
3258
4045
  <line num="115" count="0" type="stmt"/>
3259
4046
  </file>
3260
4047
  <file name="QueueSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/QueueSender.ts">
3261
- <metrics statements="63" coveredstatements="0" conditionals="25" coveredconditionals="0" methods="14" coveredmethods="0"/>
4048
+ <metrics statements="64" coveredstatements="0" conditionals="27" coveredconditionals="0" methods="15" coveredmethods="0"/>
3262
4049
  <line num="1" count="0" type="stmt"/>
3263
4050
  <line num="2" count="0" type="stmt"/>
3264
4051
  <line num="4" count="0" type="stmt"/>
@@ -3275,56 +4062,57 @@
3275
4062
  <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
3276
4063
  <line num="24" count="0" type="stmt"/>
3277
4064
  <line num="26" count="0" type="stmt"/>
3278
- <line num="31" count="0" type="stmt"/>
3279
- <line num="32" count="0" type="cond" truecount="0" falsecount="1"/>
3280
- <line num="34" count="0" type="stmt"/>
3281
- <line num="39" count="0" type="cond" truecount="0" falsecount="4"/>
3282
- <line num="40" count="0" type="stmt"/>
3283
- <line num="42" count="0" type="stmt"/>
4065
+ <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
4066
+ <line num="35" count="0" type="stmt"/>
4067
+ <line num="36" count="0" type="cond" truecount="0" falsecount="1"/>
4068
+ <line num="38" count="0" type="stmt"/>
3284
4069
  <line num="43" count="0" type="cond" truecount="0" falsecount="4"/>
3285
4070
  <line num="44" count="0" type="stmt"/>
3286
4071
  <line num="46" count="0" type="stmt"/>
3287
- <line num="52" count="0" type="stmt"/>
3288
- <line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
3289
- <line num="54" count="0" type="stmt"/>
3290
- <line num="55" count="0" type="cond" truecount="0" falsecount="4"/>
4072
+ <line num="47" count="0" type="cond" truecount="0" falsecount="4"/>
4073
+ <line num="48" count="0" type="stmt"/>
4074
+ <line num="50" count="0" type="stmt"/>
3291
4075
  <line num="56" count="0" type="stmt"/>
4076
+ <line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
3292
4077
  <line num="58" count="0" type="stmt"/>
3293
- <line num="61" count="0" type="stmt"/>
3294
- <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
3295
- <line num="67" count="0" type="stmt"/>
3296
- <line num="69" count="0" type="stmt"/>
4078
+ <line num="59" count="0" type="cond" truecount="0" falsecount="4"/>
4079
+ <line num="60" count="0" type="stmt"/>
4080
+ <line num="62" count="0" type="stmt"/>
4081
+ <line num="65" count="0" type="stmt"/>
4082
+ <line num="70" count="0" type="cond" truecount="0" falsecount="1"/>
3297
4083
  <line num="71" count="0" type="stmt"/>
3298
- <line num="72" count="0" type="stmt"/>
3299
- <line num="77" count="0" type="stmt"/>
3300
- <line num="79" count="0" type="stmt"/>
3301
- <line num="83" count="0" type="cond" truecount="0" falsecount="1"/>
3302
- <line num="84" count="0" type="stmt"/>
3303
- <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
3304
- <line num="91" count="0" type="stmt"/>
3305
- <line num="92" count="0" type="stmt"/>
3306
- <line num="94" count="0" type="stmt"/>
3307
- <line num="97" count="0" type="stmt"/>
3308
- <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
3309
- <line num="106" count="0" type="stmt"/>
3310
- <line num="107" count="0" type="stmt"/>
3311
- <line num="108" count="0" type="stmt"/>
3312
- <line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
4084
+ <line num="73" count="0" type="stmt"/>
4085
+ <line num="75" count="0" type="stmt"/>
4086
+ <line num="76" count="0" type="stmt"/>
4087
+ <line num="81" count="0" type="stmt"/>
4088
+ <line num="83" count="0" type="stmt"/>
4089
+ <line num="87" count="0" type="cond" truecount="0" falsecount="1"/>
4090
+ <line num="88" count="0" type="stmt"/>
4091
+ <line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
4092
+ <line num="95" count="0" type="stmt"/>
4093
+ <line num="96" count="0" type="stmt"/>
4094
+ <line num="98" count="0" type="stmt"/>
4095
+ <line num="101" count="0" type="stmt"/>
4096
+ <line num="108" count="0" type="cond" truecount="0" falsecount="2"/>
3313
4097
  <line num="110" count="0" type="stmt"/>
3314
4098
  <line num="111" count="0" type="stmt"/>
4099
+ <line num="112" count="0" type="stmt"/>
4100
+ <line num="113" count="0" type="cond" truecount="0" falsecount="1"/>
4101
+ <line num="114" count="0" type="stmt"/>
3315
4102
  <line num="115" count="0" type="stmt"/>
3316
- <line num="116" count="0" type="stmt"/>
3317
4103
  <line num="119" count="0" type="stmt"/>
3318
4104
  <line num="120" count="0" type="stmt"/>
3319
- <line num="125" count="0" type="stmt"/>
4105
+ <line num="123" count="0" type="stmt"/>
4106
+ <line num="124" count="0" type="stmt"/>
3320
4107
  <line num="129" count="0" type="stmt"/>
3321
- <line num="134" count="0" type="stmt"/>
3322
- <line num="135" count="0" type="stmt"/>
3323
- <line num="136" count="0" type="stmt"/>
3324
- <line num="137" count="0" type="stmt"/>
4108
+ <line num="133" count="0" type="stmt"/>
4109
+ <line num="138" count="0" type="stmt"/>
4110
+ <line num="139" count="0" type="stmt"/>
4111
+ <line num="140" count="0" type="stmt"/>
4112
+ <line num="141" count="0" type="stmt"/>
3325
4113
  </file>
3326
4114
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/index.ts">
3327
- <metrics statements="95" coveredstatements="0" conditionals="29" coveredconditionals="0" methods="16" coveredmethods="0"/>
4115
+ <metrics statements="95" coveredstatements="0" conditionals="33" coveredconditionals="0" methods="17" coveredmethods="0"/>
3328
4116
  <line num="7" count="0" type="stmt"/>
3329
4117
  <line num="8" count="0" type="stmt"/>
3330
4118
  <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -3358,30 +4146,29 @@
3358
4146
  <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
3359
4147
  <line num="67" count="0" type="stmt"/>
3360
4148
  <line num="68" count="0" type="stmt"/>
3361
- <line num="71" count="0" type="stmt"/>
3362
4149
  <line num="72" count="0" type="stmt"/>
3363
- <line num="75" count="0" type="stmt"/>
3364
- <line num="79" count="0" type="stmt"/>
3365
- <line num="80" count="0" type="cond" truecount="0" falsecount="1"/>
3366
- <line num="81" count="0" type="stmt"/>
4150
+ <line num="73" count="0" type="stmt"/>
4151
+ <line num="76" count="0" type="stmt"/>
4152
+ <line num="80" count="0" type="stmt"/>
4153
+ <line num="81" count="0" type="cond" truecount="0" falsecount="1"/>
3367
4154
  <line num="82" count="0" type="stmt"/>
3368
- <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
3369
- <line num="85" count="0" type="stmt"/>
4155
+ <line num="83" count="0" type="stmt"/>
4156
+ <line num="85" count="0" type="cond" truecount="0" falsecount="1"/>
3370
4157
  <line num="86" count="0" type="stmt"/>
3371
4158
  <line num="87" count="0" type="stmt"/>
3372
- <line num="89" count="0" type="cond" truecount="0" falsecount="1"/>
3373
- <line num="90" count="0" type="stmt"/>
4159
+ <line num="88" count="0" type="stmt"/>
4160
+ <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
3374
4161
  <line num="91" count="0" type="stmt"/>
3375
- <line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
4162
+ <line num="92" count="0" type="stmt"/>
3376
4163
  <line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
3377
- <line num="96" count="0" type="stmt"/>
4164
+ <line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
3378
4165
  <line num="97" count="0" type="stmt"/>
3379
- <line num="98" count="0" type="cond" truecount="0" falsecount="1"/>
3380
- <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
3381
- <line num="101" count="0" type="stmt"/>
3382
- <line num="103" count="0" type="stmt"/>
3383
- <line num="106" count="0" type="stmt"/>
3384
- <line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
4166
+ <line num="98" count="0" type="stmt"/>
4167
+ <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
4168
+ <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
4169
+ <line num="102" count="0" type="stmt"/>
4170
+ <line num="104" count="0" type="stmt"/>
4171
+ <line num="107" count="0" type="stmt"/>
3385
4172
  <line num="110" count="0" type="stmt"/>
3386
4173
  <line num="111" count="0" type="stmt"/>
3387
4174
  <line num="113" count="0" type="stmt"/>
@@ -3390,13 +4177,13 @@
3390
4177
  <line num="118" count="0" type="stmt"/>
3391
4178
  <line num="119" count="0" type="stmt"/>
3392
4179
  <line num="120" count="0" type="stmt"/>
3393
- <line num="122" count="0" type="stmt"/>
4180
+ <line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
3394
4181
  <line num="124" count="0" type="cond" truecount="0" falsecount="1"/>
3395
4182
  <line num="125" count="0" type="cond" truecount="0" falsecount="1"/>
3396
4183
  <line num="126" count="0" type="stmt"/>
3397
4184
  <line num="127" count="0" type="stmt"/>
3398
4185
  <line num="128" count="0" type="stmt"/>
3399
- <line num="130" count="0" type="stmt"/>
4186
+ <line num="130" count="0" type="cond" truecount="0" falsecount="2"/>
3400
4187
  <line num="133" count="0" type="cond" truecount="0" falsecount="1"/>
3401
4188
  <line num="134" count="0" type="stmt"/>
3402
4189
  <line num="135" count="0" type="stmt"/>
@@ -3404,22 +4191,23 @@
3404
4191
  <line num="143" count="0" type="stmt"/>
3405
4192
  <line num="148" count="0" type="stmt"/>
3406
4193
  <line num="151" count="0" type="stmt"/>
3407
- <line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
3408
- <line num="158" count="0" type="cond" truecount="0" falsecount="1"/>
4194
+ <line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
3409
4195
  <line num="159" count="0" type="stmt"/>
3410
- <line num="161" count="0" type="stmt"/>
3411
- <line num="164" count="0" type="cond" truecount="0" falsecount="1"/>
3412
- <line num="165" count="0" type="cond" truecount="0" falsecount="1"/>
3413
- <line num="166" count="0" type="stmt"/>
3414
- <line num="167" count="0" type="stmt"/>
3415
- <line num="168" count="0" type="stmt"/>
3416
- <line num="171" count="0" type="cond" truecount="0" falsecount="1"/>
3417
- <line num="172" count="0" type="stmt"/>
3418
- <line num="173" count="0" type="stmt"/>
3419
- <line num="174" count="0" type="stmt"/>
4196
+ <line num="161" count="0" type="cond" truecount="0" falsecount="1"/>
4197
+ <line num="162" count="0" type="stmt"/>
4198
+ <line num="164" count="0" type="stmt"/>
4199
+ <line num="167" count="0" type="cond" truecount="0" falsecount="1"/>
4200
+ <line num="168" count="0" type="cond" truecount="0" falsecount="1"/>
4201
+ <line num="169" count="0" type="stmt"/>
4202
+ <line num="170" count="0" type="stmt"/>
4203
+ <line num="171" count="0" type="stmt"/>
4204
+ <line num="174" count="0" type="cond" truecount="0" falsecount="1"/>
4205
+ <line num="175" count="0" type="stmt"/>
4206
+ <line num="176" count="0" type="stmt"/>
3420
4207
  <line num="177" count="0" type="stmt"/>
3421
- <line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
3422
- <line num="179" count="0" type="stmt"/>
4208
+ <line num="180" count="0" type="stmt"/>
4209
+ <line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
4210
+ <line num="182" count="0" type="stmt"/>
3423
4211
  </file>
3424
4212
  </package>
3425
4213
  </project>