@openreplay/tracker 11.0.4 → 11.0.6

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 (83) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/cjs/app/canvas.d.ts +3 -0
  3. package/cjs/app/canvas.js +27 -11
  4. package/cjs/app/index.d.ts +2 -0
  5. package/cjs/app/index.js +15 -6
  6. package/cjs/app/nodes.d.ts +1 -0
  7. package/cjs/app/nodes.js +3 -0
  8. package/cjs/index.d.ts +1 -0
  9. package/cjs/index.js +7 -1
  10. package/coverage/clover.xml +890 -527
  11. package/coverage/coverage-final.json +10 -9
  12. package/coverage/lcov-report/index.html +30 -30
  13. package/coverage/lcov-report/main/app/canvas.ts.html +21 -6
  14. package/coverage/lcov-report/main/app/guards.ts.html +1 -1
  15. package/coverage/lcov-report/main/app/index.html +13 -13
  16. package/coverage/lcov-report/main/app/index.ts.html +1236 -114
  17. package/coverage/lcov-report/main/app/logger.ts.html +25 -91
  18. package/coverage/lcov-report/main/app/messages.gen.ts.html +1 -1
  19. package/coverage/lcov-report/main/app/nodes.ts.html +1 -1
  20. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
  21. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  22. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  23. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
  24. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  25. package/coverage/lcov-report/main/app/sanitizer.ts.html +1 -1
  26. package/coverage/lcov-report/main/app/session.ts.html +1 -1
  27. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  28. package/coverage/lcov-report/main/index.html +9 -9
  29. package/coverage/lcov-report/main/index.ts.html +376 -100
  30. package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +1 -1
  31. package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +1 -1
  32. package/coverage/lcov-report/main/modules/Network/index.html +1 -1
  33. package/coverage/lcov-report/main/modules/Network/index.ts.html +1 -1
  34. package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +1 -1
  35. package/coverage/lcov-report/main/modules/Network/utils.ts.html +1 -1
  36. package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +1 -1
  37. package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
  38. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  39. package/coverage/lcov-report/main/modules/conditionsManager.ts.html +112 -67
  40. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  41. package/coverage/lcov-report/main/modules/console.ts.html +1 -1
  42. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
  43. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  44. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  45. package/coverage/lcov-report/main/modules/featureFlags.ts.html +10 -7
  46. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  47. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  48. package/coverage/lcov-report/main/modules/img.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/index.html +37 -22
  50. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  51. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  52. package/coverage/lcov-report/main/modules/network.ts.html +1 -1
  53. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  54. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  55. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  56. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  57. package/coverage/lcov-report/main/modules/tagWatcher.ts.html +72 -15
  58. package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
  59. package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +1 -1
  60. package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +1 -1
  61. package/coverage/lcov-report/main/modules/userTesting/index.html +1 -1
  62. package/coverage/lcov-report/main/modules/userTesting/index.ts.html +1 -1
  63. package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +1 -1
  64. package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +1 -1
  65. package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +1 -1
  66. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  67. package/coverage/lcov-report/main/utils.ts.html +1 -1
  68. package/coverage/lcov-report/webworker/BatchWriter.ts.html +23 -5
  69. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +1 -1
  70. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
  71. package/coverage/lcov-report/webworker/QueueSender.ts.html +18 -6
  72. package/coverage/lcov-report/webworker/index.html +13 -13
  73. package/coverage/lcov-report/webworker/index.ts.html +17 -8
  74. package/coverage/lcov.info +1629 -942
  75. package/lib/app/canvas.d.ts +3 -0
  76. package/lib/app/canvas.js +27 -11
  77. package/lib/app/index.d.ts +2 -0
  78. package/lib/app/index.js +15 -6
  79. package/lib/app/nodes.d.ts +1 -0
  80. package/lib/app/nodes.js +3 -0
  81. package/lib/index.d.ts +1 -0
  82. package/lib/index.js +7 -1
  83. package/package.json +1 -1
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1704795591564" clover="3.2.0">
3
- <project timestamp="1704795591564" name="All files">
4
- <metrics statements="3632" coveredstatements="27" conditionals="1881" coveredconditionals="9" methods="726" coveredmethods="10" elements="6239" coveredelements="46" complexity="0" loc="3632" ncloc="3632" packages="7" files="53" classes="53"/>
2
+ <coverage generated="1704819090415" clover="3.2.0">
3
+ <project timestamp="1704819090415" name="All files">
4
+ <metrics statements="3992" coveredstatements="38" conditionals="2035" coveredconditionals="12" methods="808" coveredmethods="12" elements="6835" coveredelements="62" complexity="0" loc="3992" ncloc="3992" packages="7" files="54" classes="54"/>
5
5
  <package name="main">
6
- <metrics statements="256" coveredstatements="0" conditionals="121" coveredconditionals="0" methods="57" coveredmethods="0"/>
6
+ <metrics statements="292" coveredstatements="0" conditionals="149" coveredconditionals="0" methods="62" coveredmethods="0"/>
7
7
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/index.ts">
8
- <metrics statements="175" coveredstatements="0" conditionals="91" coveredconditionals="0" methods="35" coveredmethods="0"/>
8
+ <metrics statements="211" coveredstatements="0" conditionals="119" coveredconditionals="0" methods="40" coveredmethods="0"/>
9
9
  <line num="1" count="0" type="stmt"/>
10
10
  <line num="3" count="0" type="stmt"/>
11
11
  <line num="5" count="0" type="stmt"/>
@@ -30,7 +30,6 @@
30
30
  <line num="29" count="0" type="stmt"/>
31
31
  <line num="30" count="0" type="stmt"/>
32
32
  <line num="32" count="0" type="stmt"/>
33
- <line num="33" count="0" type="stmt"/>
34
33
  <line num="65" count="0" type="stmt"/>
35
34
  <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
36
35
  <line num="69" count="0" type="stmt"/>
@@ -58,129 +57,166 @@
58
57
  <line num="110" count="0" type="cond" truecount="0" falsecount="3"/>
59
58
  <line num="111" count="0" type="stmt"/>
60
59
  <line num="114" count="0" type="stmt"/>
61
- <line num="117" count="0" type="cond" truecount="0" falsecount="3"/>
62
- <line num="121" 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"/>
63
66
  <line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
64
- <line num="134" count="0" type="stmt"/>
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
- <line num="154" count="0" type="stmt"/>
84
- <line num="155" count="0" type="cond" truecount="0" falsecount="5"/>
79
+ <line num="153" count="0" type="stmt"/>
85
80
  <line num="156" count="0" type="stmt"/>
86
- <line num="158" count="0" type="stmt"/>
81
+ <line num="157" count="0" type="stmt"/>
87
82
  <line num="160" count="0" type="stmt"/>
88
- <line num="161" count="0" type="cond" truecount="0" falsecount="3"/>
83
+ <line num="161" count="0" type="stmt"/>
89
84
  <line num="162" count="0" type="stmt"/>
90
85
  <line num="163" count="0" type="stmt"/>
91
- <line num="164" count="0" type="cond" truecount="0" falsecount="4"/>
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
- <line num="167" count="0" type="cond" truecount="0" falsecount="1"/>
89
+ <line num="167" count="0" type="stmt"/>
94
90
  <line num="168" count="0" type="stmt"/>
95
- <line num="170" count="0" type="cond" truecount="0" falsecount="1"/>
96
- <line num="171" count="0" type="cond" truecount="0" falsecount="2"/>
91
+ <line num="169" count="0" type="stmt"/>
92
+ <line num="170" count="0" type="stmt"/>
93
+ <line num="171" count="0" type="stmt"/>
94
+ <line num="172" count="0" type="stmt"/>
97
95
  <line num="173" count="0" type="stmt"/>
98
96
  <line num="174" count="0" type="stmt"/>
99
- <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
97
+ <line num="175" count="0" type="stmt"/>
98
+ <line num="176" count="0" type="stmt"/>
99
+ <line num="177" count="0" type="stmt"/>
100
100
  <line num="178" count="0" type="stmt"/>
101
101
  <line num="179" count="0" type="stmt"/>
102
- <line num="183" count="0" type="stmt"/>
102
+ <line num="181" count="0" type="cond" truecount="0" falsecount="5"/>
103
+ <line num="182" count="0" type="stmt"/>
104
+ <line num="184" count="0" type="stmt"/>
105
+ <line num="185" count="0" type="cond" truecount="0" falsecount="3"/>
103
106
  <line num="186" count="0" type="stmt"/>
104
- <line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
105
- <line num="188" count="0" type="stmt"/>
106
- <line num="191" count="0" type="stmt"/>
107
+ <line num="187" count="0" type="stmt"/>
108
+ <line num="188" count="0" type="cond" truecount="0" falsecount="4"/>
109
+ <line num="190" count="0" type="stmt"/>
110
+ <line num="191" count="0" type="cond" truecount="0" falsecount="1"/>
111
+ <line num="192" count="0" type="stmt"/>
112
+ <line num="194" count="0" type="cond" truecount="0" falsecount="1"/>
113
+ <line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
114
+ <line num="197" count="0" type="stmt"/>
115
+ <line num="198" count="0" type="stmt"/>
116
+ <line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
117
+ <line num="202" count="0" type="stmt"/>
107
118
  <line num="203" count="0" type="stmt"/>
108
- <line num="207" count="0" type="stmt"/>
109
- <line num="211" count="0" type="stmt"/>
110
- <line num="215" count="0" type="stmt"/>
119
+ <line num="208" count="0" type="stmt"/>
120
+ <line num="209" count="0" type="stmt"/>
121
+ <line num="217" count="0" type="stmt"/>
122
+ <line num="218" count="0" type="stmt"/>
111
123
  <line num="219" count="0" type="stmt"/>
112
- <line num="223" count="0" type="stmt"/>
113
- <line num="227" count="0" type="stmt"/>
114
- <line num="231" count="0" type="cond" truecount="0" falsecount="1"/>
115
- <line num="232" count="0" type="stmt"/>
124
+ <line num="220" count="0" type="cond" truecount="0" falsecount="2"/>
125
+ <line num="221" count="0" type="stmt"/>
126
+ <line num="222" count="0" type="stmt"/>
116
127
  <line num="234" count="0" type="stmt"/>
117
- <line num="245" count="0" type="cond" truecount="0" falsecount="1"/>
118
- <line num="246" count="0" type="stmt"/>
119
- <line num="248" count="0" type="stmt"/>
120
- <line num="252" count="0" type="cond" truecount="0" falsecount="1"/>
121
- <line num="253" count="0" type="stmt"/>
122
- <line num="256" count="0" type="stmt"/>
123
- <line num="258" count="0" type="cond" truecount="0" falsecount="1"/>
124
- <line num="259" count="0" type="stmt"/>
125
- <line num="262" count="0" type="stmt"/>
126
- <line num="266" count="0" type="cond" truecount="0" falsecount="1"/>
127
- <line num="267" count="0" type="stmt"/>
128
- <line num="269" count="0" type="stmt"/>
129
- <line num="270" count="0" type="stmt"/>
130
- <line num="274" count="0" type="cond" truecount="0" falsecount="1"/>
131
- <line num="275" 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"/>
133
+ <line num="258" count="0" type="stmt"/>
134
+ <line num="262" count="0" type="cond" truecount="0" falsecount="1"/>
135
+ <line num="263" count="0" type="stmt"/>
136
+ <line num="265" count="0" type="stmt"/>
137
+ <line num="276" count="0" type="cond" truecount="0" falsecount="1"/>
132
138
  <line num="277" count="0" type="stmt"/>
133
- <line num="281" count="0" type="cond" truecount="0" falsecount="1"/>
134
- <line num="282" count="0" type="stmt"/>
135
- <line num="284" count="0" type="stmt"/>
136
- <line num="288" count="0" type="cond" truecount="0" falsecount="1"/>
139
+ <line num="279" count="0" type="stmt"/>
140
+ <line num="283" count="0" type="cond" truecount="0" falsecount="2"/>
141
+ <line num="284" count="0" type="cond" truecount="0" falsecount="1"/>
142
+ <line num="285" count="0" type="stmt"/>
143
+ <line num="287" count="0" type="stmt"/>
137
144
  <line num="289" count="0" type="stmt"/>
138
- <line num="291" count="0" type="stmt"/>
139
- <line num="295" count="0" type="cond" truecount="0" falsecount="1"/>
140
- <line num="296" count="0" type="stmt"/>
145
+ <line num="294" count="0" type="cond" truecount="0" falsecount="1"/>
146
+ <line num="295" count="0" type="stmt"/>
141
147
  <line num="298" count="0" type="stmt"/>
142
- <line num="302" count="0" type="cond" truecount="0" falsecount="1"/>
143
- <line num="303" count="0" type="stmt"/>
144
- <line num="305" count="0" type="stmt"/>
145
- <line num="309" count="0" type="stmt"/>
148
+ <line num="300" count="0" type="stmt"/>
149
+ <line num="308" count="0" type="cond" truecount="0" falsecount="2"/>
150
+ <line num="309" count="0" type="cond" truecount="0" falsecount="1"/>
146
151
  <line num="310" count="0" type="stmt"/>
147
- <line num="314" count="0" type="cond" truecount="0" falsecount="1"/>
148
- <line num="315" count="0" type="stmt"/>
149
- <line num="317" count="0" type="stmt"/>
150
- <line num="321" count="0" type="cond" truecount="0" falsecount="3"/>
151
- <line num="322" count="0" type="stmt"/>
152
- <line num="327" count="0" type="stmt"/>
153
- <line num="328" count="0" type="stmt"/>
154
- <line num="332" count="0" type="cond" truecount="0" falsecount="3"/>
155
- <line num="333" count="0" type="stmt"/>
156
- <line num="338" count="0" type="stmt"/>
152
+ <line num="312" count="0" type="stmt"/>
153
+ <line num="314" count="0" type="stmt"/>
154
+ <line num="333" count="0" type="cond" truecount="0" falsecount="2"/>
155
+ <line num="334" count="0" type="cond" truecount="0" falsecount="1"/>
156
+ <line num="335" count="0" type="stmt"/>
157
+ <line num="337" count="0" type="stmt"/>
157
158
  <line num="339" count="0" type="stmt"/>
158
- <line num="343" count="0" type="cond" truecount="0" falsecount="4"/>
159
- <line num="344" count="0" type="stmt"/>
160
- <line num="349" count="0" type="stmt"/>
161
- <line num="350" count="0" type="stmt"/>
162
- <line num="354" count="0" type="cond" truecount="0" falsecount="3"/>
163
- <line num="355" count="0" type="cond" truecount="0" falsecount="2"/>
164
- <line num="356" count="0" type="stmt"/>
165
- <line num="358" count="0" type="stmt"/>
159
+ <line num="351" count="0" type="cond" truecount="0" falsecount="1"/>
160
+ <line num="352" count="0" type="stmt"/>
161
+ <line num="354" count="0" type="stmt"/>
162
+ <line num="358" count="0" type="cond" truecount="0" falsecount="1"/>
166
163
  <line num="359" count="0" type="stmt"/>
167
164
  <line num="361" count="0" type="stmt"/>
168
- <line num="363" count="0" type="stmt"/>
169
- <line num="369" count="0" type="cond" truecount="0" falsecount="3"/>
170
- <line num="370" count="0" type="stmt"/>
171
- <line num="371" count="0" type="stmt"/>
172
- <line num="373" count="0" type="stmt"/>
173
- <line num="375" count="0" type="stmt"/>
174
- <line num="379" count="0" type="stmt"/>
175
- <line num="383" count="0" type="cond" truecount="0" falsecount="1"/>
176
- <line num="384" count="0" type="stmt"/>
177
- <line num="386" count="0" type="cond" truecount="0" falsecount="2"/>
178
- <line num="387" count="0" type="stmt"/>
165
+ <line num="362" count="0" type="stmt"/>
166
+ <line num="366" count="0" type="cond" truecount="0" falsecount="1"/>
167
+ <line num="367" count="0" type="stmt"/>
168
+ <line num="369" count="0" type="stmt"/>
169
+ <line num="373" count="0" type="cond" truecount="0" falsecount="1"/>
170
+ <line num="374" count="0" type="stmt"/>
171
+ <line num="376" count="0" type="stmt"/>
172
+ <line num="380" count="0" type="cond" truecount="0" falsecount="1"/>
173
+ <line num="381" count="0" type="stmt"/>
174
+ <line num="383" count="0" type="stmt"/>
175
+ <line num="387" count="0" type="cond" truecount="0" falsecount="1"/>
179
176
  <line num="388" count="0" type="stmt"/>
180
- <line num="389" count="0" type="cond" truecount="0" falsecount="1"/>
181
- <line num="393" count="0" type="stmt"/>
177
+ <line num="390" count="0" type="stmt"/>
182
178
  <line num="394" count="0" type="cond" truecount="0" falsecount="1"/>
183
179
  <line num="395" count="0" type="stmt"/>
180
+ <line num="397" count="0" type="stmt"/>
181
+ <line num="401" count="0" type="stmt"/>
182
+ <line num="402" count="0" type="stmt"/>
183
+ <line num="406" count="0" type="cond" truecount="0" falsecount="1"/>
184
+ <line num="407" count="0" type="stmt"/>
185
+ <line num="409" count="0" type="stmt"/>
186
+ <line num="413" count="0" type="cond" truecount="0" falsecount="3"/>
187
+ <line num="414" count="0" type="stmt"/>
188
+ <line num="419" count="0" type="stmt"/>
189
+ <line num="420" count="0" type="stmt"/>
190
+ <line num="424" count="0" type="cond" truecount="0" falsecount="3"/>
191
+ <line num="425" count="0" type="stmt"/>
192
+ <line num="430" count="0" type="stmt"/>
193
+ <line num="431" count="0" type="stmt"/>
194
+ <line num="435" count="0" type="cond" truecount="0" falsecount="4"/>
195
+ <line num="436" count="0" type="stmt"/>
196
+ <line num="441" count="0" type="stmt"/>
197
+ <line num="442" count="0" type="stmt"/>
198
+ <line num="446" count="0" type="cond" truecount="0" falsecount="3"/>
199
+ <line num="447" count="0" type="cond" truecount="0" falsecount="2"/>
200
+ <line num="448" count="0" type="stmt"/>
201
+ <line num="450" count="0" type="stmt"/>
202
+ <line num="451" count="0" type="stmt"/>
203
+ <line num="453" count="0" type="stmt"/>
204
+ <line num="455" count="0" type="stmt"/>
205
+ <line num="461" count="0" type="cond" truecount="0" falsecount="3"/>
206
+ <line num="462" count="0" type="stmt"/>
207
+ <line num="463" count="0" type="stmt"/>
208
+ <line num="465" count="0" type="stmt"/>
209
+ <line num="467" count="0" type="stmt"/>
210
+ <line num="471" count="0" type="stmt"/>
211
+ <line num="475" count="0" type="cond" truecount="0" falsecount="1"/>
212
+ <line num="476" count="0" type="stmt"/>
213
+ <line num="478" count="0" type="cond" truecount="0" falsecount="2"/>
214
+ <line num="479" count="0" type="stmt"/>
215
+ <line num="480" count="0" type="stmt"/>
216
+ <line num="481" count="0" type="cond" truecount="0" falsecount="1"/>
217
+ <line num="485" count="0" type="stmt"/>
218
+ <line num="486" count="0" type="cond" truecount="0" falsecount="1"/>
219
+ <line num="487" count="0" type="stmt"/>
184
220
  </file>
185
221
  <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
186
222
  <metrics statements="81" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="22" coveredmethods="0"/>
@@ -268,9 +304,9 @@
268
304
  </file>
269
305
  </package>
270
306
  <package name="main.app">
271
- <metrics statements="728" coveredstatements="0" conditionals="297" coveredconditionals="0" methods="213" coveredmethods="0"/>
307
+ <metrics statements="885" coveredstatements="0" conditionals="350" coveredconditionals="0" methods="234" coveredmethods="0"/>
272
308
  <file name="canvas.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/canvas.ts">
273
- <metrics statements="57" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="13" coveredmethods="0"/>
309
+ <metrics statements="60" coveredstatements="0" conditionals="21" coveredconditionals="0" methods="13" coveredmethods="0"/>
274
310
  <line num="2" count="0" type="stmt"/>
275
311
  <line num="3" count="0" type="stmt"/>
276
312
  <line num="16" count="0" type="stmt"/>
@@ -280,54 +316,57 @@
280
316
  <line num="24" count="0" type="stmt"/>
281
317
  <line num="28" count="0" type="stmt"/>
282
318
  <line num="29" count="0" type="stmt"/>
283
- <line num="30" count="0" type="cond" truecount="0" falsecount="4"/>
319
+ <line num="30" count="0" type="cond" truecount="0" falsecount="1"/>
284
320
  <line num="31" count="0" type="stmt"/>
285
- <line num="33" count="0" type="stmt"/>
286
- <line num="34" count="0" type="stmt"/>
321
+ <line num="34" count="0" type="cond" truecount="0" falsecount="2"/>
322
+ <line num="35" count="0" type="cond" truecount="0" falsecount="4"/>
323
+ <line num="36" count="0" type="stmt"/>
287
324
  <line num="38" count="0" type="stmt"/>
288
325
  <line num="39" count="0" type="stmt"/>
289
- <line num="40" count="0" type="stmt"/>
290
- <line num="41" count="0" type="stmt"/>
291
- <line num="42" count="0" type="cond" truecount="0" falsecount="2"/>
292
- <line num="43" count="0" type="cond" truecount="0" falsecount="5"/>
326
+ <line num="43" count="0" type="stmt"/>
293
327
  <line num="44" count="0" type="stmt"/>
294
328
  <line num="45" count="0" type="stmt"/>
295
- <line num="47" count="0" type="stmt"/>
296
- <line num="48" count="0" type="stmt"/>
297
- <line num="49" count="0" type="cond" truecount="0" falsecount="1"/>
329
+ <line num="46" count="0" type="stmt"/>
330
+ <line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
331
+ <line num="48" count="0" type="cond" truecount="0" falsecount="5"/>
332
+ <line num="49" count="0" type="stmt"/>
298
333
  <line num="50" count="0" type="stmt"/>
299
- <line num="51" count="0" type="stmt"/>
334
+ <line num="52" count="0" type="stmt"/>
335
+ <line num="53" count="0" type="stmt"/>
336
+ <line num="54" count="0" type="cond" truecount="0" falsecount="1"/>
300
337
  <line num="55" count="0" type="stmt"/>
301
- <line num="60" count="0" type="cond" truecount="0" falsecount="1"/>
302
- <line num="61" count="0" type="stmt"/>
303
- <line num="63" count="0" type="stmt"/>
304
- <line num="64" count="0" type="stmt"/>
305
- <line num="65" count="0" type="stmt"/>
338
+ <line num="56" count="0" type="stmt"/>
339
+ <line num="60" count="0" type="stmt"/>
340
+ <line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
306
341
  <line num="66" count="0" type="stmt"/>
342
+ <line num="68" count="0" type="stmt"/>
343
+ <line num="69" count="0" type="stmt"/>
307
344
  <line num="70" count="0" type="stmt"/>
308
- <line num="78" count="0" type="stmt"/>
309
- <line num="81" count="0" type="stmt"/>
345
+ <line num="71" count="0" type="stmt"/>
346
+ <line num="75" count="0" type="stmt"/>
347
+ <line num="83" count="0" type="stmt"/>
310
348
  <line num="86" count="0" type="stmt"/>
311
- <line num="87" count="0" type="stmt"/>
312
349
  <line num="91" count="0" type="stmt"/>
313
- <line num="98" count="0" type="stmt"/>
314
- <line num="99" count="0" type="stmt"/>
350
+ <line num="92" count="0" type="stmt"/>
351
+ <line num="96" count="0" type="stmt"/>
315
352
  <line num="103" count="0" type="stmt"/>
316
- <line num="105" count="0" type="stmt"/>
317
- <line num="106" count="0" type="stmt"/>
318
- <line num="107" count="0" type="stmt"/>
353
+ <line num="104" count="0" type="stmt"/>
319
354
  <line num="108" count="0" type="stmt"/>
320
355
  <line num="110" count="0" type="stmt"/>
321
356
  <line num="111" count="0" type="stmt"/>
322
- <line num="114" count="0" type="stmt"/>
323
- <line num="118" count="0" type="stmt"/>
357
+ <line num="112" count="0" type="stmt"/>
358
+ <line num="113" count="0" type="stmt"/>
359
+ <line num="115" count="0" type="stmt"/>
360
+ <line num="116" count="0" type="stmt"/>
324
361
  <line num="119" count="0" type="stmt"/>
325
- <line num="120" count="0" type="stmt"/>
326
- <line num="121" count="0" type="stmt"/>
327
362
  <line num="123" count="0" type="stmt"/>
328
363
  <line num="124" count="0" type="stmt"/>
329
364
  <line num="125" count="0" type="stmt"/>
365
+ <line num="126" count="0" type="stmt"/>
330
366
  <line num="128" count="0" type="stmt"/>
367
+ <line num="129" count="0" type="stmt"/>
368
+ <line num="130" count="0" type="stmt"/>
369
+ <line num="133" count="0" type="stmt"/>
331
370
  </file>
332
371
  <file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
333
372
  <metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
@@ -349,11 +388,11 @@
349
388
  <line num="48" count="0" type="stmt"/>
350
389
  </file>
351
390
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
352
- <metrics statements="318" coveredstatements="0" conditionals="197" coveredconditionals="0" methods="65" coveredmethods="0"/>
391
+ <metrics statements="472" coveredstatements="0" conditionals="257" coveredconditionals="0" methods="86" coveredmethods="0"/>
392
+ <line num="1" count="0" type="stmt"/>
353
393
  <line num="2" count="0" type="stmt"/>
354
- <line num="11" count="0" type="stmt"/>
355
- <line num="20" count="0" type="stmt"/>
356
- <line num="21" count="0" type="stmt"/>
394
+ <line num="4" count="0" type="stmt"/>
395
+ <line num="13" count="0" type="stmt"/>
357
396
  <line num="22" count="0" type="stmt"/>
358
397
  <line num="23" count="0" type="stmt"/>
359
398
  <line num="24" count="0" type="stmt"/>
@@ -361,326 +400,480 @@
361
400
  <line num="26" count="0" type="stmt"/>
362
401
  <line num="27" count="0" type="stmt"/>
363
402
  <line num="28" count="0" type="stmt"/>
364
- <line num="34" count="0" type="stmt"/>
403
+ <line num="29" count="0" type="stmt"/>
404
+ <line num="30" count="0" type="stmt"/>
365
405
  <line num="35" count="0" type="stmt"/>
366
406
  <line num="36" count="0" type="stmt"/>
367
- <line num="62" count="0" type="stmt"/>
407
+ <line num="37" count="0" type="stmt"/>
368
408
  <line num="63" count="0" type="stmt"/>
369
409
  <line num="64" count="0" type="stmt"/>
370
- <line num="90" count="0" type="stmt"/>
371
- <line num="91" count="0" type="stmt"/>
372
- <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
373
- <line num="98" count="0" type="stmt"/>
374
- <line num="99" count="0" type="stmt"/>
410
+ <line num="65" count="0" type="stmt"/>
411
+ <line num="66" count="0" type="stmt"/>
412
+ <line num="92" count="0" type="stmt"/>
413
+ <line num="93" count="0" type="stmt"/>
414
+ <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
375
415
  <line num="100" count="0" type="stmt"/>
376
- <line num="133" count="0" type="stmt"/>
377
- <line num="136" count="0" type="stmt"/>
378
- <line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
379
- <line num="138" count="0" type="stmt"/>
416
+ <line num="101" count="0" type="stmt"/>
417
+ <line num="102" count="0" type="stmt"/>
418
+ <line num="103" count="0" type="stmt"/>
419
+ <line num="134" count="0" type="stmt"/>
420
+ <line num="137" count="0" type="stmt"/>
421
+ <line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
380
422
  <line num="139" count="0" type="stmt"/>
381
423
  <line num="140" count="0" type="stmt"/>
382
- <line num="143" count="0" type="stmt"/>
383
- <line num="153" count="0" type="stmt"/>
384
- <line num="156" count="0" type="stmt"/>
385
- <line num="157" count="0" type="stmt"/>
386
- <line num="158" count="0" type="stmt"/>
387
- <line num="162" count="0" type="stmt"/>
424
+ <line num="141" count="0" type="stmt"/>
425
+ <line num="144" count="0" type="stmt"/>
426
+ <line num="154" count="0" type="stmt"/>
427
+ <line num="159" count="0" type="stmt"/>
428
+ <line num="160" count="0" type="stmt"/>
388
429
  <line num="163" count="0" type="stmt"/>
389
- <line num="166" count="0" type="stmt"/>
390
- <line num="167" count="0" type="stmt"/>
391
- <line num="168" count="0" type="stmt"/>
392
- <line num="171" count="0" type="stmt"/>
393
- <line num="179" count="0" type="stmt"/>
430
+ <line num="164" count="0" type="stmt"/>
431
+ <line num="165" count="0" type="stmt"/>
432
+ <line num="169" count="0" type="stmt"/>
433
+ <line num="170" count="0" type="stmt"/>
434
+ <line num="173" count="0" type="stmt"/>
435
+ <line num="174" count="0" type="stmt"/>
436
+ <line num="175" count="0" type="stmt"/>
437
+ <line num="178" count="0" type="stmt"/>
394
438
  <line num="180" count="0" type="stmt"/>
395
- <line num="181" count="0" type="stmt"/>
396
- <line num="182" count="0" type="stmt"/>
397
- <line num="205" count="0" type="cond" truecount="0" falsecount="4"/>
398
- <line num="206" count="0" type="stmt"/>
399
- <line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
400
- <line num="210" count="0" type="stmt"/>
401
- <line num="211" count="0" type="cond" truecount="0" falsecount="4"/>
402
- <line num="212" count="0" type="cond" truecount="0" falsecount="4"/>
403
- <line num="213" count="0" type="stmt"/>
404
- <line num="214" count="0" type="stmt"/>
405
- <line num="215" count="0" type="stmt"/>
406
- <line num="216" count="0" type="stmt"/>
439
+ <line num="188" count="0" type="stmt"/>
440
+ <line num="190" count="0" type="stmt"/>
441
+ <line num="191" count="0" type="stmt"/>
442
+ <line num="192" count="0" type="stmt"/>
443
+ <line num="193" count="0" type="stmt"/>
444
+ <line num="216" count="0" type="cond" truecount="0" falsecount="4"/>
407
445
  <line num="217" count="0" type="stmt"/>
408
- <line num="218" count="0" type="stmt"/>
409
- <line num="219" count="0" type="cond" truecount="0" falsecount="2"/>
410
- <line num="220" count="0" type="stmt"/>
446
+ <line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
411
447
  <line num="221" count="0" type="stmt"/>
412
- <line num="222" count="0" type="stmt"/>
413
- <line num="223" count="0" type="stmt"/>
414
- <line num="224" count="0" type="cond" truecount="0" falsecount="1"/>
448
+ <line num="222" count="0" type="cond" truecount="0" falsecount="4"/>
449
+ <line num="223" count="0" type="cond" truecount="0" falsecount="4"/>
450
+ <line num="224" count="0" type="stmt"/>
451
+ <line num="225" count="0" type="stmt"/>
415
452
  <line num="226" count="0" type="stmt"/>
416
- <line num="228" count="0" type="cond" truecount="0" falsecount="1"/>
453
+ <line num="227" count="0" type="stmt"/>
454
+ <line num="228" count="0" type="stmt"/>
417
455
  <line num="229" count="0" type="stmt"/>
418
- <line num="234" count="0" type="cond" truecount="0" falsecount="1"/>
419
- <line num="235" count="0" type="stmt"/>
420
- <line num="238" count="0" type="stmt"/>
456
+ <line num="230" count="0" type="stmt"/>
457
+ <line num="231" count="0" type="stmt"/>
458
+ <line num="232" count="0" type="stmt"/>
459
+ <line num="233" count="0" type="stmt"/>
460
+ <line num="234" count="0" type="stmt"/>
461
+ <line num="236" count="0" type="stmt"/>
462
+ <line num="237" count="0" type="cond" truecount="0" falsecount="1"/>
421
463
  <line num="239" count="0" type="stmt"/>
464
+ <line num="241" count="0" type="cond" truecount="0" falsecount="1"/>
422
465
  <line num="242" count="0" type="stmt"/>
423
- <line num="243" count="0" type="stmt"/>
424
- <line num="245" count="0" type="stmt"/>
425
- <line num="246" count="0" type="cond" truecount="0" falsecount="2"/>
426
- <line num="247" count="0" type="stmt"/>
466
+ <line num="247" count="0" type="cond" truecount="0" falsecount="1"/>
427
467
  <line num="248" count="0" type="stmt"/>
428
- <line num="249" count="0" type="cond" truecount="0" falsecount="2"/>
429
- <line num="250" count="0" type="stmt"/>
430
- <line num="251" count="0" type="cond" truecount="0" falsecount="2"/>
468
+ <line num="251" count="0" type="stmt"/>
431
469
  <line num="252" count="0" type="stmt"/>
432
- <line num="253" count="0" type="stmt"/>
433
- <line num="254" count="0" type="stmt"/>
434
- <line num="255" count="0" type="cond" truecount="0" falsecount="1"/>
470
+ <line num="255" count="0" type="stmt"/>
435
471
  <line num="256" count="0" type="stmt"/>
436
- <line num="257" count="0" type="stmt"/>
437
- <line num="258" count="0" type="cond" truecount="0" falsecount="2"/>
438
- <line num="259" count="0" type="stmt"/>
439
- <line num="260" count="0" type="cond" truecount="0" falsecount="2"/>
472
+ <line num="258" count="0" type="stmt"/>
473
+ <line num="259" count="0" type="cond" truecount="0" falsecount="2"/>
474
+ <line num="260" count="0" type="stmt"/>
440
475
  <line num="261" count="0" type="stmt"/>
441
- <line num="262" count="0" type="stmt"/>
442
- <line num="263" count="0" type="cond" truecount="0" falsecount="1"/>
443
- <line num="264" count="0" type="stmt"/>
476
+ <line num="262" count="0" type="cond" truecount="0" falsecount="2"/>
477
+ <line num="263" count="0" type="stmt"/>
478
+ <line num="264" count="0" type="cond" truecount="0" falsecount="2"/>
444
479
  <line num="265" count="0" type="stmt"/>
445
- <line num="268" count="0" type="cond" truecount="0" falsecount="4"/>
446
- <line num="272" count="0" type="cond" truecount="0" falsecount="4"/>
447
- <line num="276" count="0" type="stmt"/>
448
- <line num="277" count="0" type="cond" truecount="0" falsecount="1"/>
480
+ <line num="266" count="0" type="stmt"/>
481
+ <line num="267" count="0" type="stmt"/>
482
+ <line num="268" count="0" type="cond" truecount="0" falsecount="2"/>
483
+ <line num="269" count="0" type="stmt"/>
484
+ <line num="270" count="0" type="stmt"/>
485
+ <line num="271" count="0" type="cond" truecount="0" falsecount="2"/>
486
+ <line num="272" count="0" type="stmt"/>
487
+ <line num="273" count="0" type="cond" truecount="0" falsecount="2"/>
488
+ <line num="274" count="0" type="stmt"/>
489
+ <line num="275" count="0" type="stmt"/>
490
+ <line num="276" count="0" type="cond" truecount="0" falsecount="1"/>
491
+ <line num="277" count="0" type="stmt"/>
449
492
  <line num="278" count="0" type="stmt"/>
450
- <line num="282" count="0" type="stmt"/>
451
- <line num="283" count="0" type="stmt"/>
452
- <line num="285" count="0" type="stmt"/>
453
- <line num="287" count="0" type="stmt"/>
454
- <line num="290" count="0" type="stmt"/>
455
- <line num="292" count="0" type="stmt"/>
456
- <line num="301" count="0" type="cond" truecount="0" falsecount="1"/>
493
+ <line num="281" count="0" type="cond" truecount="0" falsecount="4"/>
494
+ <line num="285" count="0" type="cond" truecount="0" falsecount="4"/>
495
+ <line num="287" count="0" type="cond" truecount="0" falsecount="1"/>
496
+ <line num="288" count="0" type="stmt"/>
497
+ <line num="291" count="0" type="stmt"/>
498
+ <line num="292" count="0" type="cond" truecount="0" falsecount="1"/>
499
+ <line num="293" count="0" type="stmt"/>
500
+ <line num="297" count="0" type="stmt"/>
501
+ <line num="298" count="0" type="stmt"/>
502
+ <line num="300" count="0" type="stmt"/>
457
503
  <line num="302" count="0" type="stmt"/>
458
- <line num="309" count="0" type="cond" truecount="0" falsecount="1"/>
459
- <line num="310" count="0" type="stmt"/>
460
- <line num="311" count="0" type="cond" truecount="0" falsecount="1"/>
461
- <line num="312" count="0" type="stmt"/>
462
- <line num="314" count="0" type="cond" truecount="0" falsecount="1"/>
463
- <line num="315" count="0" type="stmt"/>
464
- <line num="316" count="0" type="stmt"/>
465
- <line num="318" count="0" type="cond" truecount="0" falsecount="1"/>
466
- <line num="319" count="0" type="stmt"/>
467
- <line num="320" count="0" type="stmt"/>
468
- <line num="321" count="0" type="stmt"/>
469
- <line num="323" count="0" type="cond" truecount="0" falsecount="1"/>
470
- <line num="324" count="0" type="stmt"/>
471
- <line num="325" count="0" type="cond" truecount="0" falsecount="3"/>
472
- <line num="326" count="0" type="stmt"/>
473
- <line num="339" count="0" type="cond" truecount="0" falsecount="1"/>
474
- <line num="340" count="0" type="stmt"/>
475
- <line num="350" count="0" type="stmt"/>
476
- <line num="353" count="0" type="stmt"/>
477
- <line num="356" count="0" type="cond" truecount="0" falsecount="1"/>
478
- <line num="357" count="0" type="stmt"/>
479
- <line num="360" count="0" type="cond" truecount="0" falsecount="1"/>
480
- <line num="361" count="0" type="stmt"/>
481
- <line num="362" count="0" type="stmt"/>
482
- <line num="363" count="0" type="stmt"/>
483
- <line num="365" count="0" type="cond" truecount="0" falsecount="3"/>
484
- <line num="366" count="0" type="stmt"/>
485
- <line num="370" count="0" type="stmt"/>
486
- <line num="376" count="0" type="cond" truecount="0" falsecount="3"/>
504
+ <line num="305" count="0" type="stmt"/>
505
+ <line num="307" count="0" type="stmt"/>
506
+ <line num="316" count="0" type="cond" truecount="0" falsecount="1"/>
507
+ <line num="317" count="0" type="stmt"/>
508
+ <line num="324" count="0" type="cond" truecount="0" falsecount="1"/>
509
+ <line num="325" count="0" type="stmt"/>
510
+ <line num="326" count="0" type="cond" truecount="0" falsecount="1"/>
511
+ <line num="327" count="0" type="stmt"/>
512
+ <line num="329" count="0" type="cond" truecount="0" falsecount="1"/>
513
+ <line num="330" count="0" type="stmt"/>
514
+ <line num="331" count="0" type="stmt"/>
515
+ <line num="333" count="0" type="cond" truecount="0" falsecount="1"/>
516
+ <line num="334" count="0" type="stmt"/>
517
+ <line num="335" count="0" type="stmt"/>
518
+ <line num="336" count="0" type="stmt"/>
519
+ <line num="338" count="0" type="cond" truecount="0" falsecount="1"/>
520
+ <line num="339" count="0" type="stmt"/>
521
+ <line num="340" count="0" type="cond" truecount="0" falsecount="3"/>
522
+ <line num="341" count="0" type="stmt"/>
523
+ <line num="354" count="0" type="cond" truecount="0" falsecount="1"/>
524
+ <line num="355" count="0" type="stmt"/>
525
+ <line num="365" count="0" type="stmt"/>
526
+ <line num="368" count="0" type="stmt"/>
527
+ <line num="371" count="0" type="cond" truecount="0" falsecount="1"/>
528
+ <line num="372" count="0" type="stmt"/>
529
+ <line num="375" count="0" type="cond" truecount="0" falsecount="1"/>
530
+ <line num="376" count="0" type="stmt"/>
487
531
  <line num="377" count="0" type="stmt"/>
488
- <line num="382" count="0" type="cond" truecount="0" falsecount="3"/>
489
- <line num="383" count="0" type="stmt"/>
490
- <line num="384" count="0" type="stmt"/>
491
- <line num="385" count="0" type="stmt"/>
492
- <line num="387" count="0" type="cond" truecount="0" falsecount="4"/>
532
+ <line num="378" count="0" type="stmt"/>
533
+ <line num="380" count="0" type="cond" truecount="0" falsecount="3"/>
534
+ <line num="381" count="0" type="stmt"/>
535
+ <line num="385" count="0" type="cond" truecount="0" falsecount="2"/>
536
+ <line num="386" count="0" type="stmt"/>
537
+ <line num="387" count="0" type="cond" truecount="0" falsecount="1"/>
493
538
  <line num="388" count="0" type="stmt"/>
494
- <line num="389" count="0" type="stmt"/>
495
- <line num="394" count="0" type="stmt"/>
496
- <line num="397" count="0" type="stmt"/>
497
- <line num="401" count="0" type="stmt"/>
498
- <line num="402" count="0" type="stmt"/>
499
- <line num="403" count="0" type="stmt"/>
500
- <line num="404" count="0" type="stmt"/>
501
- <line num="406" count="0" type="stmt"/>
539
+ <line num="390" count="0" type="cond" truecount="0" falsecount="4"/>
540
+ <line num="392" count="0" type="stmt"/>
541
+ <line num="399" count="0" type="cond" truecount="0" falsecount="3"/>
542
+ <line num="400" count="0" type="stmt"/>
543
+ <line num="409" count="0" type="cond" truecount="0" falsecount="3"/>
544
+ <line num="410" count="0" type="stmt"/>
545
+ <line num="411" count="0" type="stmt"/>
546
+ <line num="412" count="0" type="stmt"/>
547
+ <line num="414" count="0" type="cond" truecount="0" falsecount="4"/>
548
+ <line num="415" count="0" type="stmt"/>
502
549
  <line num="416" count="0" type="stmt"/>
503
- <line num="420" count="0" type="cond" truecount="0" falsecount="1"/>
504
550
  <line num="421" count="0" type="stmt"/>
505
- <line num="423" count="0" type="stmt"/>
506
- <line num="427" count="0" type="cond" truecount="0" falsecount="1"/>
507
- <line num="428" count="0" type="stmt"/>
508
551
  <line num="430" count="0" type="stmt"/>
509
- <line num="441" count="0" type="cond" truecount="0" falsecount="1"/>
552
+ <line num="431" count="0" type="cond" truecount="0" falsecount="1"/>
553
+ <line num="432" count="0" type="stmt"/>
554
+ <line num="433" count="0" type="stmt"/>
555
+ <line num="434" count="0" type="stmt"/>
556
+ <line num="435" count="0" type="stmt"/>
557
+ <line num="436" count="0" type="stmt"/>
558
+ <line num="441" count="0" type="cond" truecount="0" falsecount="2"/>
510
559
  <line num="442" count="0" type="stmt"/>
511
560
  <line num="444" count="0" type="stmt"/>
512
- <line num="445" count="0" type="cond" truecount="0" falsecount="2"/>
513
- <line num="448" count="0" type="stmt"/>
514
- <line num="449" count="0" type="cond" truecount="0" falsecount="2"/>
515
- <line num="456" count="0" type="stmt"/>
561
+ <line num="449" count="0" type="cond" truecount="0" falsecount="4"/>
562
+ <line num="450" count="0" type="stmt"/>
563
+ <line num="451" count="0" type="stmt"/>
564
+ <line num="454" count="0" type="stmt"/>
516
565
  <line num="457" count="0" type="stmt"/>
517
- <line num="458" count="0" type="stmt"/>
518
- <line num="459" count="0" type="cond" truecount="0" falsecount="3"/>
519
- <line num="460" count="0" type="stmt"/>
520
- <line num="462" count="0" type="cond" truecount="0" falsecount="1"/>
566
+ <line num="461" count="0" type="stmt"/>
567
+ <line num="462" count="0" type="stmt"/>
521
568
  <line num="463" count="0" type="stmt"/>
522
- <line num="465" count="0" type="cond" truecount="0" falsecount="1"/>
569
+ <line num="464" count="0" type="stmt"/>
523
570
  <line num="466" count="0" type="stmt"/>
524
- <line num="469" count="0" type="stmt"/>
525
- <line num="473" count="0" type="stmt"/>
571
+ <line num="476" count="0" type="stmt"/>
572
+ <line num="480" count="0" type="cond" truecount="0" falsecount="1"/>
573
+ <line num="481" count="0" type="stmt"/>
526
574
  <line num="483" count="0" type="stmt"/>
575
+ <line num="487" count="0" type="cond" truecount="0" falsecount="1"/>
576
+ <line num="488" count="0" type="stmt"/>
527
577
  <line num="490" count="0" type="stmt"/>
528
- <line num="494" count="0" type="cond" truecount="0" falsecount="2"/>
529
- <line num="498" count="0" type="stmt"/>
530
- <line num="499" count="0" type="cond" truecount="0" falsecount="3"/>
531
- <line num="500" count="0" type="stmt"/>
532
- <line num="501" count="0" type="stmt"/>
533
- <line num="503" count="0" type="stmt"/>
578
+ <line num="501" count="0" type="cond" truecount="0" falsecount="1"/>
579
+ <line num="502" count="0" type="stmt"/>
534
580
  <line num="504" count="0" type="stmt"/>
535
- <line num="506" count="0" type="cond" truecount="0" falsecount="2"/>
581
+ <line num="505" count="0" type="cond" truecount="0" falsecount="2"/>
536
582
  <line num="508" count="0" type="stmt"/>
537
- <line num="510" count="0" type="cond" truecount="0" falsecount="5"/>
538
- <line num="511" count="0" type="stmt"/>
539
- <line num="512" count="0" type="stmt"/>
540
- <line num="515" count="0" type="stmt"/>
541
- <line num="519" count="0" type="stmt"/>
583
+ <line num="509" count="0" type="cond" truecount="0" falsecount="2"/>
584
+ <line num="516" count="0" type="stmt"/>
585
+ <line num="517" count="0" type="stmt"/>
586
+ <line num="518" count="0" type="stmt"/>
587
+ <line num="519" count="0" type="cond" truecount="0" falsecount="3"/>
588
+ <line num="520" count="0" type="stmt"/>
589
+ <line num="522" count="0" type="cond" truecount="0" falsecount="1"/>
542
590
  <line num="523" count="0" type="stmt"/>
543
- <line num="527" count="0" type="cond" truecount="0" falsecount="2"/>
544
- <line num="528" count="0" type="stmt"/>
545
- <line num="529" count="0" type="cond" truecount="0" falsecount="1"/>
546
- <line num="532" count="0" type="cond" truecount="0" falsecount="1"/>
591
+ <line num="525" count="0" type="cond" truecount="0" falsecount="1"/>
592
+ <line num="526" count="0" type="stmt"/>
593
+ <line num="529" count="0" type="stmt"/>
547
594
  <line num="533" count="0" type="stmt"/>
548
- <line num="536" count="0" type="stmt"/>
549
595
  <line num="543" count="0" type="stmt"/>
550
- <line num="544" count="0" type="stmt"/>
551
- <line num="545" count="0" type="stmt"/>
552
- <line num="546" count="0" type="stmt"/>
553
596
  <line num="550" count="0" type="stmt"/>
554
- <line num="554" count="0" type="stmt"/>
555
- <line num="558" count="0" type="cond" truecount="0" falsecount="2"/>
556
- <line num="559" count="0" type="stmt"/>
597
+ <line num="554" count="0" type="cond" truecount="0" falsecount="2"/>
598
+ <line num="558" count="0" type="stmt"/>
599
+ <line num="559" count="0" type="cond" truecount="0" falsecount="3"/>
600
+ <line num="560" count="0" type="stmt"/>
557
601
  <line num="561" count="0" type="stmt"/>
558
- <line num="566" count="0" type="cond" truecount="0" falsecount="1"/>
559
- <line num="567" count="0" type="stmt"/>
560
- <line num="569" count="0" type="cond" truecount="0" falsecount="1"/>
561
- <line num="570" count="0" type="stmt"/>
562
- <line num="576" count="0" type="stmt"/>
563
- <line num="577" count="0" type="stmt"/>
564
- <line num="579" count="0" type="cond" truecount="0" falsecount="1"/>
565
- <line num="580" count="0" type="stmt"/>
566
- <line num="582" count="0" type="cond" truecount="0" falsecount="1"/>
567
- <line num="584" count="0" type="stmt"/>
568
- <line num="586" count="0" type="stmt"/>
569
- <line num="592" count="0" type="stmt"/>
602
+ <line num="563" count="0" type="stmt"/>
603
+ <line num="564" count="0" type="stmt"/>
604
+ <line num="566" count="0" type="cond" truecount="0" falsecount="2"/>
605
+ <line num="568" count="0" type="stmt"/>
606
+ <line num="570" count="0" type="cond" truecount="0" falsecount="5"/>
607
+ <line num="571" count="0" type="stmt"/>
608
+ <line num="572" count="0" type="stmt"/>
609
+ <line num="575" count="0" type="stmt"/>
610
+ <line num="579" count="0" type="stmt"/>
611
+ <line num="583" count="0" type="stmt"/>
612
+ <line num="587" count="0" type="cond" truecount="0" falsecount="2"/>
613
+ <line num="588" count="0" type="stmt"/>
614
+ <line num="589" count="0" type="cond" truecount="0" falsecount="1"/>
615
+ <line num="592" count="0" type="cond" truecount="0" falsecount="1"/>
570
616
  <line num="593" count="0" type="stmt"/>
617
+ <line num="596" count="0" type="stmt"/>
618
+ <line num="603" count="0" type="stmt"/>
571
619
  <line num="604" count="0" type="stmt"/>
572
620
  <line num="605" count="0" type="stmt"/>
573
- <line num="606" count="0" type="cond" truecount="0" falsecount="3"/>
574
- <line num="607" count="0" type="stmt"/>
575
- <line num="608" count="0" type="cond" truecount="0" falsecount="2"/>
621
+ <line num="606" count="0" type="stmt"/>
576
622
  <line num="610" count="0" type="stmt"/>
577
- <line num="616" count="0" type="stmt"/>
578
- <line num="633" count="0" type="cond" truecount="0" falsecount="2"/>
579
- <line num="634" count="0" type="stmt"/>
580
- <line num="636" count="0" type="stmt"/>
581
- <line num="639" count="0" type="cond" truecount="0" falsecount="2"/>
582
- <line num="646" count="0" type="cond" truecount="0" falsecount="1"/>
583
- <line num="647" count="0" type="stmt"/>
623
+ <line num="614" count="0" type="stmt"/>
624
+ <line num="618" count="0" type="cond" truecount="0" falsecount="2"/>
625
+ <line num="619" count="0" type="stmt"/>
626
+ <line num="621" count="0" type="stmt"/>
627
+ <line num="625" count="0" type="stmt"/>
628
+ <line num="626" count="0" type="stmt"/>
629
+ <line num="627" count="0" type="stmt"/>
630
+ <line num="628" count="0" type="stmt"/>
631
+ <line num="631" count="0" type="stmt"/>
632
+ <line num="632" count="0" type="cond" truecount="0" falsecount="2"/>
633
+ <line num="633" count="0" type="stmt"/>
634
+ <line num="635" count="0" type="cond" truecount="0" falsecount="2"/>
635
+ <line num="643" count="0" type="stmt"/>
636
+ <line num="644" count="0" type="stmt"/>
637
+ <line num="645" count="0" type="cond" truecount="0" falsecount="1"/>
638
+ <line num="646" count="0" type="stmt"/>
639
+ <line num="648" count="0" type="stmt"/>
584
640
  <line num="649" count="0" type="cond" truecount="0" falsecount="1"/>
585
641
  <line num="650" count="0" type="stmt"/>
586
- <line num="670" count="0" type="stmt"/>
587
- <line num="671" count="0" type="cond" truecount="0" falsecount="1"/>
642
+ <line num="678" count="0" type="stmt"/>
588
643
  <line num="679" count="0" type="stmt"/>
589
- <line num="681" count="0" type="stmt"/>
590
- <line num="682" count="0" type="stmt"/>
591
- <line num="683" count="0" type="stmt"/>
644
+ <line num="680" count="0" type="stmt"/>
645
+ <line num="688" count="0" type="stmt"/>
646
+ <line num="689" count="0" type="stmt"/>
647
+ <line num="690" count="0" type="cond" truecount="0" falsecount="4"/>
592
648
  <line num="691" count="0" type="stmt"/>
649
+ <line num="692" count="0" type="cond" truecount="0" falsecount="4"/>
650
+ <line num="694" count="0" type="stmt"/>
651
+ <line num="695" count="0" type="stmt"/>
652
+ <line num="696" count="0" type="stmt"/>
593
653
  <line num="697" count="0" type="stmt"/>
594
- <line num="703" count="0" type="cond" truecount="0" falsecount="3"/>
654
+ <line num="698" count="0" type="cond" truecount="0" falsecount="2"/>
655
+ <line num="699" count="0" type="stmt"/>
656
+ <line num="700" count="0" type="stmt"/>
657
+ <line num="701" count="0" type="stmt"/>
658
+ <line num="703" count="0" type="stmt"/>
595
659
  <line num="704" count="0" type="stmt"/>
596
- <line num="706" count="0" type="stmt"/>
597
- <line num="709" count="0" type="stmt"/>
660
+ <line num="705" count="0" type="stmt"/>
661
+ <line num="707" count="0" type="stmt"/>
662
+ <line num="708" count="0" type="stmt"/>
663
+ <line num="709" count="0" type="cond" truecount="0" falsecount="1"/>
598
664
  <line num="710" count="0" type="stmt"/>
599
- <line num="712" count="0" type="stmt"/>
665
+ <line num="712" count="0" type="cond" truecount="0" falsecount="1"/>
600
666
  <line num="714" count="0" type="stmt"/>
601
- <line num="715" count="0" type="stmt"/>
602
- <line num="718" count="0" type="stmt"/>
603
- <line num="719" count="0" type="stmt"/>
604
- <line num="720" count="0" type="stmt"/>
605
- <line num="722" count="0" type="cond" truecount="0" falsecount="1"/>
606
- <line num="723" count="0" type="stmt"/>
667
+ <line num="716" count="0" type="stmt"/>
668
+ <line num="721" count="0" type="cond" truecount="0" falsecount="1"/>
669
+ <line num="722" count="0" type="stmt"/>
670
+ <line num="724" count="0" type="stmt"/>
607
671
  <line num="726" count="0" type="stmt"/>
608
- <line num="728" count="0" type="stmt"/>
672
+ <line num="727" count="0" type="stmt"/>
673
+ <line num="729" count="0" type="stmt"/>
609
674
  <line num="730" count="0" type="stmt"/>
610
- <line num="732" count="0" type="cond" truecount="0" falsecount="1"/>
611
- <line num="733" count="0" type="stmt"/>
675
+ <line num="732" count="0" type="stmt"/>
612
676
  <line num="735" count="0" type="stmt"/>
613
- <line num="737" count="0" type="cond" truecount="0" falsecount="2"/>
614
- <line num="741" count="0" type="stmt"/>
615
- <line num="742" count="0" type="cond" truecount="0" falsecount="1"/>
616
- <line num="743" count="0" type="stmt"/>
617
- <line num="745" count="0" type="cond" truecount="0" falsecount="5"/>
677
+ <line num="736" count="0" type="stmt"/>
678
+ <line num="745" count="0" type="stmt"/>
618
679
  <line num="746" count="0" type="stmt"/>
619
- <line num="747" count="0" type="cond" truecount="0" falsecount="1"/>
680
+ <line num="747" count="0" type="stmt"/>
620
681
  <line num="748" count="0" type="stmt"/>
621
- <line num="749" count="0" type="cond" truecount="0" falsecount="2"/>
622
- <line num="753" count="0" type="cond" truecount="0" falsecount="1"/>
623
- <line num="754" count="0" type="cond" truecount="0" falsecount="2"/>
682
+ <line num="749" count="0" type="stmt"/>
683
+ <line num="750" count="0" type="stmt"/>
684
+ <line num="751" count="0" type="cond" truecount="0" falsecount="1"/>
685
+ <line num="752" count="0" type="stmt"/>
686
+ <line num="753" count="0" type="cond" truecount="0" falsecount="2"/>
687
+ <line num="754" count="0" type="stmt"/>
624
688
  <line num="756" count="0" type="stmt"/>
625
- <line num="757" count="0" type="cond" truecount="0" falsecount="1"/>
689
+ <line num="757" count="0" type="stmt"/>
626
690
  <line num="758" count="0" type="stmt"/>
627
- <line num="763" count="0" type="stmt"/>
628
- <line num="767" count="0" type="stmt"/>
629
- <line num="770" count="0" type="stmt"/>
691
+ <line num="759" count="0" type="cond" truecount="0" falsecount="1"/>
692
+ <line num="760" count="0" type="stmt"/>
693
+ <line num="762" count="0" type="cond" truecount="0" falsecount="1"/>
694
+ <line num="764" count="0" type="stmt"/>
695
+ <line num="766" count="0" type="stmt"/>
630
696
  <line num="771" count="0" type="stmt"/>
631
- <line num="772" count="0" type="cond" truecount="0" falsecount="1"/>
632
- <line num="773" count="0" type="stmt"/>
633
- <line num="776" count="0" type="stmt"/>
697
+ <line num="772" count="0" type="stmt"/>
698
+ <line num="773" count="0" type="cond" truecount="0" falsecount="1"/>
699
+ <line num="775" count="0" type="stmt"/>
634
700
  <line num="777" count="0" type="stmt"/>
635
701
  <line num="778" count="0" type="stmt"/>
636
- <line num="782" count="0" type="stmt"/>
637
- <line num="786" count="0" type="stmt"/>
638
- <line num="790" count="0" type="cond" truecount="0" falsecount="4"/>
639
- <line num="798" count="0" type="cond" truecount="0" falsecount="2"/>
640
- <line num="799" count="0" type="stmt"/>
641
- <line num="800" count="0" type="stmt"/>
642
- <line num="801" count="0" type="stmt"/>
643
- <line num="805" count="0" type="stmt"/>
644
- <line num="806" count="0" type="stmt"/>
645
- <line num="807" count="0" type="cond" truecount="0" falsecount="1"/>
646
- <line num="808" count="0" type="stmt"/>
702
+ <line num="780" count="0" type="stmt"/>
703
+ <line num="795" count="0" type="stmt"/>
704
+ <line num="802" count="0" type="stmt"/>
647
705
  <line num="809" count="0" type="stmt"/>
648
- <line num="810" count="0" type="stmt"/>
649
- <line num="814" count="0" type="stmt"/>
650
- <line num="820" count="0" type="cond" truecount="0" falsecount="4"/>
651
- <line num="824" count="0" type="stmt"/>
652
- <line num="833" count="0" type="stmt"/>
653
- <line num="834" count="0" type="cond" truecount="0" falsecount="1"/>
654
- <line num="835" count="0" type="cond" truecount="0" falsecount="1"/>
655
- <line num="841" count="0" type="stmt"/>
656
- <line num="843" count="0" type="stmt"/>
657
- <line num="848" count="0" type="cond" truecount="0" falsecount="1"/>
658
- <line num="849" count="0" type="stmt"/>
659
- <line num="850" count="0" type="stmt"/>
660
- <line num="851" count="0" type="stmt"/>
661
- <line num="852" count="0" type="stmt"/>
662
- <line num="853" count="0" type="stmt"/>
663
- <line num="854" count="0" type="stmt"/>
664
- <line num="855" count="0" type="stmt"/>
665
- <line num="856" count="0" type="stmt"/>
666
- <line num="857" count="0" type="stmt"/>
667
- <line num="858" count="0" type="cond" truecount="0" falsecount="3"/>
706
+ <line num="820" count="0" type="stmt"/>
707
+ <line num="821" count="0" type="stmt"/>
708
+ <line num="822" count="0" type="cond" truecount="0" falsecount="4"/>
709
+ <line num="832" count="0" type="stmt"/>
668
710
  <line num="859" count="0" type="stmt"/>
669
- <line num="861" count="0" type="cond" truecount="0" falsecount="4"/>
670
- <line num="863" count="0" type="stmt"/>
711
+ <line num="860" count="0" type="cond" truecount="0" falsecount="4"/>
712
+ <line num="865" count="0" type="stmt"/>
713
+ <line num="866" count="0" type="stmt"/>
714
+ <line num="874" count="0" type="stmt"/>
715
+ <line num="875" count="0" type="stmt"/>
716
+ <line num="877" count="0" type="stmt"/>
717
+ <line num="878" count="0" type="stmt"/>
718
+ <line num="886" count="0" type="stmt"/>
719
+ <line num="887" count="0" type="cond" truecount="0" falsecount="3"/>
720
+ <line num="888" count="0" type="stmt"/>
721
+ <line num="890" count="0" type="cond" truecount="0" falsecount="1"/>
722
+ <line num="891" count="0" type="stmt"/>
723
+ <line num="892" count="0" type="stmt"/>
724
+ <line num="893" count="0" type="stmt"/>
725
+ <line num="895" count="0" type="cond" truecount="0" falsecount="1"/>
726
+ <line num="900" count="0" type="stmt"/>
727
+ <line num="901" count="0" type="stmt"/>
728
+ <line num="902" count="0" type="stmt"/>
729
+ <line num="904" count="0" type="stmt"/>
730
+ <line num="905" count="0" type="cond" truecount="0" falsecount="1"/>
731
+ <line num="906" count="0" type="stmt"/>
732
+ <line num="909" count="0" type="cond" truecount="0" falsecount="1"/>
733
+ <line num="910" count="0" type="stmt"/>
734
+ <line num="912" count="0" type="cond" truecount="0" falsecount="1"/>
735
+ <line num="914" count="0" type="stmt"/>
736
+ <line num="916" count="0" type="stmt"/>
737
+ <line num="922" count="0" type="stmt"/>
738
+ <line num="923" count="0" type="stmt"/>
739
+ <line num="934" count="0" type="stmt"/>
740
+ <line num="935" count="0" type="stmt"/>
741
+ <line num="936" count="0" type="stmt"/>
742
+ <line num="938" count="0" type="stmt"/>
743
+ <line num="944" count="0" type="stmt"/>
744
+ <line num="964" count="0" type="cond" truecount="0" falsecount="2"/>
745
+ <line num="965" count="0" type="stmt"/>
746
+ <line num="967" count="0" type="stmt"/>
747
+ <line num="970" count="0" type="cond" truecount="0" falsecount="2"/>
748
+ <line num="976" count="0" type="stmt"/>
749
+ <line num="977" count="0" type="cond" truecount="0" falsecount="1"/>
750
+ <line num="978" count="0" type="stmt"/>
751
+ <line num="979" count="0" type="stmt"/>
752
+ <line num="980" count="0" type="stmt"/>
753
+ <line num="982" count="0" type="cond" truecount="0" falsecount="1"/>
754
+ <line num="983" count="0" type="stmt"/>
755
+ <line num="984" count="0" type="stmt"/>
756
+ <line num="985" count="0" type="stmt"/>
757
+ <line num="1005" count="0" type="stmt"/>
758
+ <line num="1006" count="0" type="cond" truecount="0" falsecount="1"/>
759
+ <line num="1014" count="0" type="stmt"/>
760
+ <line num="1015" count="0" type="stmt"/>
761
+ <line num="1016" count="0" type="stmt"/>
762
+ <line num="1018" count="0" type="stmt"/>
763
+ <line num="1019" count="0" type="stmt"/>
764
+ <line num="1020" count="0" type="stmt"/>
765
+ <line num="1028" count="0" type="stmt"/>
766
+ <line num="1034" count="0" type="stmt"/>
767
+ <line num="1040" count="0" type="cond" truecount="0" falsecount="3"/>
768
+ <line num="1041" count="0" type="stmt"/>
769
+ <line num="1043" count="0" type="stmt"/>
770
+ <line num="1046" count="0" type="stmt"/>
771
+ <line num="1047" count="0" type="stmt"/>
772
+ <line num="1049" count="0" type="stmt"/>
773
+ <line num="1051" count="0" type="stmt"/>
774
+ <line num="1052" count="0" type="stmt"/>
775
+ <line num="1054" count="0" type="stmt"/>
776
+ <line num="1055" count="0" type="stmt"/>
777
+ <line num="1056" count="0" type="stmt"/>
778
+ <line num="1059" count="0" type="cond" truecount="0" falsecount="2"/>
779
+ <line num="1061" count="0" type="cond" truecount="0" falsecount="2"/>
780
+ <line num="1064" count="0" type="stmt"/>
781
+ <line num="1065" count="0" type="stmt"/>
782
+ <line num="1067" count="0" type="stmt"/>
783
+ <line num="1068" count="0" type="stmt"/>
784
+ <line num="1071" count="0" type="stmt"/>
785
+ <line num="1072" count="0" type="stmt"/>
786
+ <line num="1075" count="0" type="cond" truecount="0" falsecount="1"/>
787
+ <line num="1076" count="0" type="stmt"/>
788
+ <line num="1079" count="0" type="stmt"/>
789
+ <line num="1083" count="0" type="cond" truecount="0" falsecount="1"/>
790
+ <line num="1084" count="0" type="stmt"/>
791
+ <line num="1086" count="0" type="stmt"/>
792
+ <line num="1088" count="0" type="cond" truecount="0" falsecount="2"/>
793
+ <line num="1092" count="0" type="stmt"/>
794
+ <line num="1093" count="0" type="cond" truecount="0" falsecount="1"/>
795
+ <line num="1094" count="0" type="stmt"/>
796
+ <line num="1096" count="0" type="cond" truecount="0" falsecount="5"/>
797
+ <line num="1097" count="0" type="stmt"/>
798
+ <line num="1098" count="0" type="cond" truecount="0" falsecount="1"/>
799
+ <line num="1099" count="0" type="stmt"/>
800
+ <line num="1100" count="0" type="cond" truecount="0" falsecount="2"/>
801
+ <line num="1104" count="0" type="cond" truecount="0" falsecount="1"/>
802
+ <line num="1105" count="0" type="cond" truecount="0" falsecount="2"/>
803
+ <line num="1107" count="0" type="stmt"/>
804
+ <line num="1108" count="0" type="cond" truecount="0" falsecount="1"/>
805
+ <line num="1109" count="0" type="stmt"/>
806
+ <line num="1114" count="0" type="stmt"/>
807
+ <line num="1118" count="0" type="stmt"/>
808
+ <line num="1121" count="0" type="stmt"/>
809
+ <line num="1122" count="0" type="stmt"/>
810
+ <line num="1123" count="0" type="cond" truecount="0" falsecount="1"/>
811
+ <line num="1124" count="0" type="stmt"/>
812
+ <line num="1125" count="0" type="stmt"/>
813
+ <line num="1128" count="0" type="stmt"/>
814
+ <line num="1129" count="0" type="stmt"/>
815
+ <line num="1130" count="0" type="stmt"/>
816
+ <line num="1134" count="0" type="stmt"/>
817
+ <line num="1135" count="0" type="stmt"/>
818
+ <line num="1136" count="0" type="stmt"/>
819
+ <line num="1137" count="0" type="stmt"/>
820
+ <line num="1138" count="0" type="stmt"/>
821
+ <line num="1139" count="0" type="stmt"/>
822
+ <line num="1140" count="0" type="cond" truecount="0" falsecount="4"/>
823
+ <line num="1141" count="0" type="stmt"/>
824
+ <line num="1143" count="0" type="stmt"/>
825
+ <line num="1146" count="0" type="stmt"/>
826
+ <line num="1147" count="0" type="stmt"/>
827
+ <line num="1151" count="0" type="stmt"/>
828
+ <line num="1155" count="0" type="stmt"/>
829
+ <line num="1159" count="0" type="cond" truecount="0" falsecount="4"/>
830
+ <line num="1167" count="0" type="cond" truecount="0" falsecount="2"/>
831
+ <line num="1168" count="0" type="stmt"/>
832
+ <line num="1169" count="0" type="stmt"/>
833
+ <line num="1170" count="0" type="stmt"/>
834
+ <line num="1174" count="0" type="stmt"/>
835
+ <line num="1175" count="0" type="stmt"/>
836
+ <line num="1176" count="0" type="cond" truecount="0" falsecount="1"/>
837
+ <line num="1177" count="0" type="stmt"/>
838
+ <line num="1178" count="0" type="stmt"/>
839
+ <line num="1179" count="0" type="stmt"/>
840
+ <line num="1183" count="0" type="stmt"/>
841
+ <line num="1189" count="0" type="cond" truecount="0" falsecount="4"/>
842
+ <line num="1193" count="0" type="stmt"/>
843
+ <line num="1197" count="0" type="stmt"/>
844
+ <line num="1198" count="0" type="stmt"/>
845
+ <line num="1207" count="0" type="stmt"/>
846
+ <line num="1208" count="0" type="cond" truecount="0" falsecount="1"/>
847
+ <line num="1209" count="0" type="cond" truecount="0" falsecount="1"/>
848
+ <line num="1215" count="0" type="stmt"/>
849
+ <line num="1217" count="0" type="stmt"/>
850
+ <line num="1222" count="0" type="cond" truecount="0" falsecount="1"/>
851
+ <line num="1223" count="0" type="stmt"/>
852
+ <line num="1224" count="0" type="stmt"/>
853
+ <line num="1225" count="0" type="stmt"/>
854
+ <line num="1226" count="0" type="stmt"/>
855
+ <line num="1227" count="0" type="stmt"/>
856
+ <line num="1228" count="0" type="stmt"/>
857
+ <line num="1229" count="0" type="stmt"/>
858
+ <line num="1230" count="0" type="stmt"/>
859
+ <line num="1231" count="0" type="stmt"/>
860
+ <line num="1232" count="0" type="cond" truecount="0" falsecount="3"/>
861
+ <line num="1233" count="0" type="stmt"/>
862
+ <line num="1235" count="0" type="cond" truecount="0" falsecount="4"/>
863
+ <line num="1237" count="0" type="stmt"/>
671
864
  </file>
672
865
  <file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
673
- <metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
866
+ <metrics statements="10" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="5" coveredmethods="0"/>
674
867
  <line num="1" count="0" type="stmt"/>
675
- <line num="17" count="0" type="stmt"/>
676
- <line num="27" count="0" type="stmt"/>
677
- <line num="30" count="0" type="stmt"/>
678
- <line num="38" count="0" type="cond" truecount="0" falsecount="1"/>
679
- <line num="43" count="0" type="stmt"/>
680
- <line num="47" count="0" type="cond" truecount="0" falsecount="1"/>
681
- <line num="52" count="0" type="stmt"/>
682
- <line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
683
- <line num="61" count="0" type="stmt"/>
868
+ <line num="11" count="0" type="stmt"/>
869
+ <line num="15" count="0" type="stmt"/>
870
+ <line num="19" count="0" type="stmt"/>
871
+ <line num="23" count="0" type="cond" truecount="0" falsecount="1"/>
872
+ <line num="25" count="0" type="stmt"/>
873
+ <line num="30" count="0" type="cond" truecount="0" falsecount="1"/>
874
+ <line num="32" count="0" type="stmt"/>
875
+ <line num="37" count="0" type="cond" truecount="0" falsecount="1"/>
876
+ <line num="39" count="0" type="stmt"/>
684
877
  </file>
685
878
  <file name="messages.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/messages.gen.ts">
686
879
  <metrics statements="142" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="71" coveredmethods="0"/>
@@ -1157,7 +1350,7 @@
1157
1350
  </file>
1158
1351
  </package>
1159
1352
  <package name="main.modules">
1160
- <metrics statements="1141" coveredstatements="27" conditionals="598" coveredconditionals="9" methods="227" coveredmethods="10"/>
1353
+ <metrics statements="1303" coveredstatements="38" conditionals="668" coveredconditionals="12" methods="281" coveredmethods="12"/>
1161
1354
  <file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
1162
1355
  <metrics statements="22" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
1163
1356
  <line num="4" count="0" type="stmt"/>
@@ -1252,6 +1445,159 @@
1252
1445
  <line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
1253
1446
  <line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
1254
1447
  </file>
1448
+ <file name="conditionsManager.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/conditionsManager.ts">
1449
+ <metrics statements="150" coveredstatements="0" conditionals="63" coveredconditionals="0" methods="52" coveredmethods="0"/>
1450
+ <line num="31" count="0" type="stmt"/>
1451
+ <line num="32" count="0" type="stmt"/>
1452
+ <line num="33" count="0" type="stmt"/>
1453
+ <line num="36" count="0" type="stmt"/>
1454
+ <line num="37" count="0" type="stmt"/>
1455
+ <line num="41" count="0" type="stmt"/>
1456
+ <line num="45" count="0" type="stmt"/>
1457
+ <line num="46" count="0" type="stmt"/>
1458
+ <line num="52" count="0" type="stmt"/>
1459
+ <line num="53" count="0" type="stmt"/>
1460
+ <line num="54" count="0" type="stmt"/>
1461
+ <line num="55" count="0" type="stmt"/>
1462
+ <line num="56" count="0" type="stmt"/>
1463
+ <line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
1464
+ <line num="59" count="0" type="stmt"/>
1465
+ <line num="60" count="0" type="stmt"/>
1466
+ <line num="63" count="0" type="stmt"/>
1467
+ <line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
1468
+ <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
1469
+ <line num="67" count="0" type="stmt"/>
1470
+ <line num="69" count="0" type="stmt"/>
1471
+ <line num="73" count="0" type="stmt"/>
1472
+ <line num="75" count="0" type="stmt"/>
1473
+ <line num="79" count="0" type="stmt"/>
1474
+ <line num="80" count="0" type="cond" truecount="0" falsecount="1"/>
1475
+ <line num="81" count="0" type="stmt"/>
1476
+ <line num="82" count="0" type="cond" truecount="0" falsecount="1"/>
1477
+ <line num="83" count="0" type="stmt"/>
1478
+ <line num="86" count="0" type="stmt"/>
1479
+ <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
1480
+ <line num="91" count="0" type="stmt"/>
1481
+ <line num="92" count="0" type="stmt"/>
1482
+ <line num="93" count="0" type="stmt"/>
1483
+ <line num="95" count="0" type="stmt"/>
1484
+ <line num="100" count="0" type="cond" truecount="0" falsecount="1"/>
1485
+ <line num="102" count="0" type="cond" truecount="0" falsecount="6"/>
1486
+ <line num="104" count="0" type="stmt"/>
1487
+ <line num="105" count="0" type="stmt"/>
1488
+ <line num="107" count="0" type="stmt"/>
1489
+ <line num="108" count="0" type="stmt"/>
1490
+ <line num="110" count="0" type="stmt"/>
1491
+ <line num="111" count="0" type="stmt"/>
1492
+ <line num="113" count="0" type="stmt"/>
1493
+ <line num="114" count="0" type="stmt"/>
1494
+ <line num="116" count="0" type="stmt"/>
1495
+ <line num="117" count="0" type="stmt"/>
1496
+ <line num="119" count="0" type="stmt"/>
1497
+ <line num="124" count="0" type="stmt"/>
1498
+ <line num="125" count="0" type="stmt"/>
1499
+ <line num="127" count="0" type="cond" truecount="0" falsecount="1"/>
1500
+ <line num="128" count="0" type="stmt"/>
1501
+ <line num="129" count="0" type="stmt"/>
1502
+ <line num="130" count="0" type="cond" truecount="0" falsecount="3"/>
1503
+ <line num="131" count="0" type="stmt"/>
1504
+ <line num="137" count="0" type="stmt"/>
1505
+ <line num="140" count="0" type="stmt"/>
1506
+ <line num="141" count="0" type="stmt"/>
1507
+ <line num="142" count="0" type="cond" truecount="0" falsecount="1"/>
1508
+ <line num="143" count="0" type="stmt"/>
1509
+ <line num="146" count="0" type="stmt"/>
1510
+ <line num="147" count="0" type="cond" truecount="0" falsecount="1"/>
1511
+ <line num="148" count="0" type="stmt"/>
1512
+ <line num="155" count="0" type="stmt"/>
1513
+ <line num="156" count="0" type="stmt"/>
1514
+ <line num="158" count="0" type="stmt"/>
1515
+ <line num="159" count="0" type="cond" truecount="0" falsecount="1"/>
1516
+ <line num="160" count="0" type="stmt"/>
1517
+ <line num="162" count="0" type="cond" truecount="0" falsecount="5"/>
1518
+ <line num="164" count="0" type="stmt"/>
1519
+ <line num="165" count="0" type="stmt"/>
1520
+ <line num="167" count="0" type="stmt"/>
1521
+ <line num="168" count="0" type="stmt"/>
1522
+ <line num="170" count="0" type="stmt"/>
1523
+ <line num="171" count="0" type="stmt"/>
1524
+ <line num="173" count="0" type="stmt"/>
1525
+ <line num="174" count="0" type="stmt"/>
1526
+ <line num="176" count="0" type="stmt"/>
1527
+ <line num="178" count="0" type="stmt"/>
1528
+ <line num="180" count="0" type="cond" truecount="0" falsecount="3"/>
1529
+ <line num="181" count="0" type="stmt"/>
1530
+ <line num="185" count="0" type="cond" truecount="0" falsecount="3"/>
1531
+ <line num="186" count="0" type="stmt"/>
1532
+ <line num="192" count="0" type="stmt"/>
1533
+ <line num="193" count="0" type="stmt"/>
1534
+ <line num="194" count="0" type="cond" truecount="0" falsecount="1"/>
1535
+ <line num="195" count="0" type="stmt"/>
1536
+ <line num="196" count="0" type="stmt"/>
1537
+ <line num="197" count="0" type="stmt"/>
1538
+ <line num="203" count="0" type="cond" truecount="0" falsecount="1"/>
1539
+ <line num="207" count="0" type="stmt"/>
1540
+ <line num="215" count="0" type="stmt"/>
1541
+ <line num="216" count="0" type="cond" truecount="0" falsecount="1"/>
1542
+ <line num="217" count="0" type="stmt"/>
1543
+ <line num="218" count="0" type="stmt"/>
1544
+ <line num="219" count="0" type="cond" truecount="0" falsecount="4"/>
1545
+ <line num="220" count="0" type="stmt"/>
1546
+ <line num="228" count="0" type="stmt"/>
1547
+ <line num="229" count="0" type="cond" truecount="0" falsecount="1"/>
1548
+ <line num="230" count="0" type="stmt"/>
1549
+ <line num="231" count="0" type="stmt"/>
1550
+ <line num="232" count="0" type="cond" truecount="0" falsecount="3"/>
1551
+ <line num="233" count="0" type="stmt"/>
1552
+ <line num="241" count="0" type="stmt"/>
1553
+ <line num="242" count="0" type="stmt"/>
1554
+ <line num="243" count="0" type="stmt"/>
1555
+ <line num="245" count="0" type="cond" truecount="0" falsecount="1"/>
1556
+ <line num="246" count="0" type="stmt"/>
1557
+ <line num="247" count="0" type="stmt"/>
1558
+ <line num="248" count="0" type="cond" truecount="0" falsecount="3"/>
1559
+ <line num="249" count="0" type="stmt"/>
1560
+ <line num="294" count="0" type="stmt"/>
1561
+ <line num="295" count="0" type="stmt"/>
1562
+ <line num="296" count="0" type="stmt"/>
1563
+ <line num="297" count="0" type="stmt"/>
1564
+ <line num="298" count="0" type="stmt"/>
1565
+ <line num="299" count="0" type="stmt"/>
1566
+ <line num="300" count="0" type="stmt"/>
1567
+ <line num="301" count="0" type="stmt"/>
1568
+ <line num="302" count="0" type="stmt"/>
1569
+ <line num="303" count="0" type="stmt"/>
1570
+ <line num="304" count="0" type="stmt"/>
1571
+ <line num="305" count="0" type="stmt"/>
1572
+ <line num="308" count="0" type="stmt"/>
1573
+ <line num="309" count="0" type="stmt"/>
1574
+ <line num="319" count="0" type="stmt"/>
1575
+ <line num="320" count="0" type="stmt"/>
1576
+ <line num="322" count="0" type="cond" truecount="0" falsecount="1"/>
1577
+ <line num="325" count="0" type="stmt"/>
1578
+ <line num="331" count="0" type="cond" truecount="0" falsecount="10"/>
1579
+ <line num="333" count="0" type="stmt"/>
1580
+ <line num="339" count="0" type="stmt"/>
1581
+ <line num="341" count="0" type="stmt"/>
1582
+ <line num="348" count="0" type="stmt"/>
1583
+ <line num="350" count="0" type="stmt"/>
1584
+ <line num="357" count="0" type="stmt"/>
1585
+ <line num="359" count="0" type="stmt"/>
1586
+ <line num="367" count="0" type="stmt"/>
1587
+ <line num="369" count="0" type="stmt"/>
1588
+ <line num="376" count="0" type="stmt"/>
1589
+ <line num="378" count="0" type="stmt"/>
1590
+ <line num="384" count="0" type="stmt"/>
1591
+ <line num="386" count="0" type="stmt"/>
1592
+ <line num="392" count="0" type="stmt"/>
1593
+ <line num="394" count="0" type="stmt"/>
1594
+ <line num="400" count="0" type="stmt"/>
1595
+ <line num="402" count="0" type="stmt"/>
1596
+ <line num="408" count="0" type="stmt"/>
1597
+ <line num="410" count="0" type="stmt"/>
1598
+ <line num="416" count="0" type="stmt"/>
1599
+ <line num="419" count="0" type="stmt"/>
1600
+ </file>
1255
1601
  <file name="connection.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/connection.ts">
1256
1602
  <metrics statements="9" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
1257
1603
  <line num="2" count="0" type="stmt"/>
@@ -1538,7 +1884,7 @@
1538
1884
  <line num="98" count="0" type="stmt"/>
1539
1885
  </file>
1540
1886
  <file name="featureFlags.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/featureFlags.ts">
1541
- <metrics statements="41" coveredstatements="0" conditionals="9" coveredconditionals="0" methods="17" coveredmethods="0"/>
1887
+ <metrics statements="42" coveredstatements="0" conditionals="13" coveredconditionals="0" methods="17" coveredmethods="0"/>
1542
1888
  <line num="15" count="0" type="stmt"/>
1543
1889
  <line num="16" count="0" type="stmt"/>
1544
1890
  <line num="17" count="0" type="stmt"/>
@@ -1560,26 +1906,27 @@
1560
1906
  <line num="50" count="0" type="stmt"/>
1561
1907
  <line num="51" count="0" type="stmt"/>
1562
1908
  <line num="52" count="0" type="stmt"/>
1563
- <line num="66" count="0" type="stmt"/>
1564
- <line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
1565
- <line num="75" count="0" type="stmt"/>
1909
+ <line num="66" count="0" type="cond" truecount="0" falsecount="4"/>
1910
+ <line num="67" count="0" type="stmt"/>
1911
+ <line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
1566
1912
  <line num="76" count="0" type="stmt"/>
1567
- <line num="81" count="0" type="stmt"/>
1913
+ <line num="77" count="0" type="stmt"/>
1568
1914
  <line num="82" count="0" type="stmt"/>
1569
- <line num="83" count="0" type="cond" truecount="0" falsecount="1"/>
1570
- <line num="86" count="0" type="stmt"/>
1915
+ <line num="83" count="0" type="stmt"/>
1916
+ <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
1571
1917
  <line num="87" count="0" type="stmt"/>
1572
1918
  <line num="88" count="0" type="stmt"/>
1573
1919
  <line num="89" count="0" type="stmt"/>
1574
- <line num="92" count="0" type="stmt"/>
1920
+ <line num="90" count="0" type="stmt"/>
1575
1921
  <line num="93" count="0" type="stmt"/>
1576
- <line num="94" count="0" type="cond" truecount="0" falsecount="4"/>
1577
- <line num="98" count="0" type="stmt"/>
1578
- <line num="102" count="0" type="stmt"/>
1579
- <line num="103" count="0" type="cond" truecount="0" falsecount="1"/>
1580
- <line num="104" count="0" type="stmt"/>
1922
+ <line num="94" count="0" type="stmt"/>
1923
+ <line num="95" count="0" type="cond" truecount="0" falsecount="4"/>
1924
+ <line num="99" count="0" type="stmt"/>
1925
+ <line num="103" count="0" type="stmt"/>
1926
+ <line num="104" count="0" type="cond" truecount="0" falsecount="1"/>
1581
1927
  <line num="105" count="0" type="stmt"/>
1582
- <line num="107" count="0" type="stmt"/>
1928
+ <line num="106" count="0" type="stmt"/>
1929
+ <line num="108" count="0" type="stmt"/>
1583
1930
  </file>
1584
1931
  <file name="focus.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/focus.ts">
1585
1932
  <metrics statements="27" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="7" coveredmethods="0"/>
@@ -2186,35 +2533,46 @@
2186
2533
  <line num="12" count="0" type="stmt"/>
2187
2534
  </file>
2188
2535
  <file name="tagWatcher.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/tagWatcher.ts">
2189
- <metrics statements="28" coveredstatements="27" conditionals="10" coveredconditionals="9" methods="11" coveredmethods="10"/>
2536
+ <metrics statements="39" coveredstatements="38" conditionals="13" coveredconditionals="12" methods="13" coveredmethods="12"/>
2190
2537
  <line num="1" count="1" type="stmt"/>
2191
2538
  <line num="4" count="5" type="stmt"/>
2192
2539
  <line num="5" count="5" type="stmt"/>
2193
- <line num="8" count="5" type="stmt"/>
2194
2540
  <line num="9" count="5" type="stmt"/>
2195
2541
  <line num="10" count="5" type="stmt"/>
2196
- <line num="12" count="5" type="cond" truecount="6" falsecount="0"/>
2197
- <line num="13" count="5" type="stmt"/>
2198
- <line num="17" count="1" type="stmt"/>
2199
- <line num="18" count="1" type="stmt"/>
2542
+ <line num="11" count="5" type="stmt"/>
2543
+ <line num="13" count="5" type="cond" truecount="6" falsecount="0"/>
2544
+ <line num="14" count="5" type="stmt"/>
2545
+ <line num="15" count="5" type="stmt"/>
2546
+ <line num="16" count="1" type="stmt"/>
2547
+ <line num="17" count="1" type="cond" truecount="1" falsecount="0"/>
2548
+ <line num="18" count="1" type="cond" truecount="1" falsecount="0"/>
2200
2549
  <line num="20" count="1" type="stmt"/>
2201
- <line num="21" count="1" type="cond" truecount="1" falsecount="1"/>
2202
- <line num="23" count="0" type="stmt"/>
2203
- <line num="27" count="9" type="stmt"/>
2204
- <line num="28" count="9" type="stmt"/>
2205
- <line num="29" count="9" type="stmt"/>
2206
- <line num="30" count="10" type="stmt"/>
2207
- <line num="31" count="1" type="stmt"/>
2208
- <line num="32" count="1" type="cond" truecount="1" falsecount="0"/>
2550
+ <line num="21" count="1" type="cond" truecount="1" falsecount="0"/>
2551
+ <line num="22" count="1" type="stmt"/>
2552
+ <line num="24" count="1" type="stmt"/>
2553
+ <line num="32" count="1" type="stmt"/>
2209
2554
  <line num="33" count="1" type="stmt"/>
2210
- <line num="40" count="1" type="cond" truecount="1" falsecount="0"/>
2211
- <line num="41" count="1" type="stmt"/>
2212
- <line num="43" count="1" type="stmt"/>
2213
- <line num="47" count="1" type="stmt"/>
2555
+ <line num="35" count="1" type="stmt"/>
2556
+ <line num="36" count="1" type="cond" truecount="1" falsecount="1"/>
2557
+ <line num="38" count="0" type="stmt"/>
2558
+ <line num="42" count="9" type="stmt"/>
2559
+ <line num="43" count="9" type="stmt"/>
2560
+ <line num="44" count="9" type="stmt"/>
2561
+ <line num="45" count="10" type="stmt"/>
2562
+ <line num="46" count="2" type="stmt"/>
2563
+ <line num="47" count="2" type="cond" truecount="1" falsecount="0"/>
2214
2564
  <line num="48" count="2" type="stmt"/>
2215
- <line num="50" count="1" type="stmt"/>
2216
- <line num="51" count="1" type="stmt"/>
2217
- <line num="55" count="1" type="stmt"/>
2565
+ <line num="50" count="2" type="stmt"/>
2566
+ <line num="51" count="2" type="stmt"/>
2567
+ <line num="58" count="1" type="cond" truecount="1" falsecount="0"/>
2568
+ <line num="59" count="1" type="stmt"/>
2569
+ <line num="61" count="1" type="stmt"/>
2570
+ <line num="65" count="1" type="stmt"/>
2571
+ <line num="66" count="2" type="stmt"/>
2572
+ <line num="68" count="1" type="stmt"/>
2573
+ <line num="69" count="1" type="stmt"/>
2574
+ <line num="70" count="1" type="stmt"/>
2575
+ <line num="74" count="1" type="stmt"/>
2218
2576
  </file>
2219
2577
  <file name="timing.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/timing.ts">
2220
2578
  <metrics statements="110" coveredstatements="0" conditionals="111" coveredconditionals="0" methods="12" coveredmethods="0"/>
@@ -3357,9 +3715,9 @@
3357
3715
  </file>
3358
3716
  </package>
3359
3717
  <package name="webworker">
3360
- <metrics statements="440" coveredstatements="0" conditionals="375" coveredconditionals="0" methods="54" coveredmethods="0"/>
3718
+ <metrics statements="445" coveredstatements="0" conditionals="378" coveredconditionals="0" methods="56" coveredmethods="0"/>
3361
3719
  <file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">
3362
- <metrics statements="68" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="10" coveredmethods="0"/>
3720
+ <metrics statements="72" coveredstatements="0" conditionals="16" coveredconditionals="0" methods="10" coveredmethods="0"/>
3363
3721
  <line num="3" count="0" type="stmt"/>
3364
3722
  <line num="5" count="0" type="stmt"/>
3365
3723
  <line num="6" count="0" type="stmt"/>
@@ -3374,60 +3732,64 @@
3374
3732
  <line num="18" count="0" type="stmt"/>
3375
3733
  <line num="19" count="0" type="stmt"/>
3376
3734
  <line num="20" count="0" type="stmt"/>
3377
- <line num="22" count="0" type="stmt"/>
3378
- <line num="26" count="0" type="stmt"/>
3379
- <line num="29" count="0" type="stmt"/>
3380
- <line num="33" count="0" type="stmt"/>
3735
+ <line num="21" count="0" type="stmt"/>
3736
+ <line num="23" count="0" type="stmt"/>
3737
+ <line num="27" count="0" type="stmt"/>
3738
+ <line num="30" count="0" type="stmt"/>
3381
3739
  <line num="34" count="0" type="stmt"/>
3382
- <line num="36" count="0" type="stmt"/>
3383
- <line num="40" count="0" type="cond" truecount="0" falsecount="1"/>
3384
- <line num="41" count="0" type="stmt"/>
3385
- <line num="45" count="0" type="stmt"/>
3386
- <line num="54" count="0" type="stmt"/>
3387
- <line num="56" count="0" type="stmt"/>
3740
+ <line num="35" count="0" type="stmt"/>
3741
+ <line num="37" count="0" type="stmt"/>
3742
+ <line num="41" count="0" type="cond" truecount="0" falsecount="1"/>
3743
+ <line num="42" count="0" type="stmt"/>
3744
+ <line num="46" count="0" type="stmt"/>
3745
+ <line num="55" count="0" type="stmt"/>
3388
3746
  <line num="57" count="0" type="stmt"/>
3389
3747
  <line num="58" count="0" type="stmt"/>
3390
3748
  <line num="59" count="0" type="stmt"/>
3391
- <line num="63" count="0" type="stmt"/>
3392
- <line num="64" count="0" type="cond" truecount="0" falsecount="3"/>
3393
- <line num="66" count="0" type="stmt"/>
3394
- <line num="68" count="0" type="stmt"/>
3749
+ <line num="60" count="0" type="stmt"/>
3750
+ <line num="64" count="0" type="stmt"/>
3751
+ <line num="65" count="0" type="cond" truecount="0" falsecount="3"/>
3752
+ <line num="67" count="0" type="stmt"/>
3395
3753
  <line num="69" count="0" type="stmt"/>
3396
- <line num="70" count="0" type="cond" truecount="0" falsecount="1"/>
3397
- <line num="71" count="0" type="stmt"/>
3754
+ <line num="70" count="0" type="stmt"/>
3755
+ <line num="71" count="0" type="cond" truecount="0" falsecount="1"/>
3398
3756
  <line num="72" count="0" type="stmt"/>
3399
- <line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
3400
- <line num="74" count="0" type="stmt"/>
3757
+ <line num="73" count="0" type="stmt"/>
3758
+ <line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
3401
3759
  <line num="75" count="0" type="stmt"/>
3402
- <line num="77" count="0" type="stmt"/>
3403
- <line num="79" count="0" type="stmt"/>
3404
- <line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
3405
- <line num="81" count="0" type="stmt"/>
3406
- <line num="84" count="0" type="stmt"/>
3407
- <line num="87" count="0" type="stmt"/>
3408
- <line num="89" count="0" type="stmt"/>
3409
- <line num="93" count="0" type="cond" truecount="0" falsecount="1"/>
3410
- <line num="94" count="0" type="stmt"/>
3411
- <line num="96" count="0" type="cond" truecount="0" falsecount="1"/>
3760
+ <line num="76" count="0" type="stmt"/>
3761
+ <line num="78" count="0" type="stmt"/>
3762
+ <line num="80" count="0" type="stmt"/>
3763
+ <line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
3764
+ <line num="82" count="0" type="stmt"/>
3765
+ <line num="85" count="0" type="stmt"/>
3766
+ <line num="88" count="0" type="stmt"/>
3767
+ <line num="90" count="0" type="stmt"/>
3768
+ <line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
3769
+ <line num="96" count="0" type="stmt"/>
3412
3770
  <line num="97" count="0" type="stmt"/>
3413
3771
  <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
3414
3772
  <line num="100" count="0" type="stmt"/>
3773
+ <line num="102" count="0" type="cond" truecount="0" falsecount="1"/>
3415
3774
  <line num="103" count="0" type="stmt"/>
3416
- <line num="104" count="0" type="cond" truecount="0" falsecount="1"/>
3417
- <line num="105" count="0" type="stmt"/>
3418
- <line num="108" count="0" type="stmt"/>
3775
+ <line num="105" count="0" type="cond" truecount="0" falsecount="1"/>
3776
+ <line num="106" count="0" type="stmt"/>
3419
3777
  <line num="109" count="0" type="stmt"/>
3420
- <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
3778
+ <line num="110" count="0" type="cond" truecount="0" falsecount="1"/>
3421
3779
  <line num="111" count="0" type="stmt"/>
3422
- <line num="113" count="0" type="stmt"/>
3423
- <line num="116" count="0" type="stmt"/>
3780
+ <line num="114" count="0" type="stmt"/>
3781
+ <line num="115" count="0" type="stmt"/>
3782
+ <line num="116" count="0" type="cond" truecount="0" falsecount="2"/>
3424
3783
  <line num="117" count="0" type="stmt"/>
3425
- <line num="121" count="0" type="cond" truecount="0" falsecount="1"/>
3784
+ <line num="119" count="0" type="stmt"/>
3426
3785
  <line num="122" count="0" type="stmt"/>
3427
- <line num="124" count="0" type="stmt"/>
3428
- <line num="125" count="0" type="stmt"/>
3429
- <line num="126" count="0" type="stmt"/>
3786
+ <line num="123" count="0" type="stmt"/>
3787
+ <line num="127" count="0" type="cond" truecount="0" falsecount="1"/>
3788
+ <line num="128" count="0" type="stmt"/>
3430
3789
  <line num="130" count="0" type="stmt"/>
3790
+ <line num="131" count="0" type="stmt"/>
3791
+ <line num="132" count="0" type="stmt"/>
3792
+ <line num="136" count="0" type="stmt"/>
3431
3793
  </file>
3432
3794
  <file name="MessageEncoder.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/MessageEncoder.gen.ts">
3433
3795
  <metrics statements="145" coveredstatements="0" conditionals="279" coveredconditionals="0" methods="1" coveredmethods="0"/>
@@ -3650,7 +4012,7 @@
3650
4012
  <line num="115" count="0" type="stmt"/>
3651
4013
  </file>
3652
4014
  <file name="QueueSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/QueueSender.ts">
3653
- <metrics statements="63" coveredstatements="0" conditionals="25" coveredconditionals="0" methods="14" coveredmethods="0"/>
4015
+ <metrics statements="64" coveredstatements="0" conditionals="27" coveredconditionals="0" methods="15" coveredmethods="0"/>
3654
4016
  <line num="1" count="0" type="stmt"/>
3655
4017
  <line num="2" count="0" type="stmt"/>
3656
4018
  <line num="4" count="0" type="stmt"/>
@@ -3667,56 +4029,57 @@
3667
4029
  <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
3668
4030
  <line num="24" count="0" type="stmt"/>
3669
4031
  <line num="26" count="0" type="stmt"/>
3670
- <line num="31" count="0" type="stmt"/>
3671
- <line num="32" count="0" type="cond" truecount="0" falsecount="1"/>
3672
- <line num="34" count="0" type="stmt"/>
3673
- <line num="39" count="0" type="cond" truecount="0" falsecount="4"/>
3674
- <line num="40" count="0" type="stmt"/>
3675
- <line num="42" count="0" type="stmt"/>
4032
+ <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
4033
+ <line num="35" count="0" type="stmt"/>
4034
+ <line num="36" count="0" type="cond" truecount="0" falsecount="1"/>
4035
+ <line num="38" count="0" type="stmt"/>
3676
4036
  <line num="43" count="0" type="cond" truecount="0" falsecount="4"/>
3677
4037
  <line num="44" count="0" type="stmt"/>
3678
4038
  <line num="46" count="0" type="stmt"/>
3679
- <line num="52" count="0" type="stmt"/>
3680
- <line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
3681
- <line num="54" count="0" type="stmt"/>
3682
- <line num="55" count="0" type="cond" truecount="0" falsecount="4"/>
4039
+ <line num="47" count="0" type="cond" truecount="0" falsecount="4"/>
4040
+ <line num="48" count="0" type="stmt"/>
4041
+ <line num="50" count="0" type="stmt"/>
3683
4042
  <line num="56" count="0" type="stmt"/>
4043
+ <line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
3684
4044
  <line num="58" count="0" type="stmt"/>
3685
- <line num="61" count="0" type="stmt"/>
3686
- <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
3687
- <line num="67" count="0" type="stmt"/>
3688
- <line num="69" count="0" type="stmt"/>
4045
+ <line num="59" count="0" type="cond" truecount="0" falsecount="4"/>
4046
+ <line num="60" count="0" type="stmt"/>
4047
+ <line num="62" count="0" type="stmt"/>
4048
+ <line num="65" count="0" type="stmt"/>
4049
+ <line num="70" count="0" type="cond" truecount="0" falsecount="1"/>
3689
4050
  <line num="71" count="0" type="stmt"/>
3690
- <line num="72" count="0" type="stmt"/>
3691
- <line num="77" count="0" type="stmt"/>
3692
- <line num="79" count="0" type="stmt"/>
3693
- <line num="83" count="0" type="cond" truecount="0" falsecount="1"/>
3694
- <line num="84" count="0" type="stmt"/>
3695
- <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
3696
- <line num="91" count="0" type="stmt"/>
3697
- <line num="92" count="0" type="stmt"/>
3698
- <line num="94" count="0" type="stmt"/>
3699
- <line num="97" count="0" type="stmt"/>
3700
- <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
3701
- <line num="106" count="0" type="stmt"/>
3702
- <line num="107" count="0" type="stmt"/>
3703
- <line num="108" count="0" type="stmt"/>
3704
- <line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
4051
+ <line num="73" count="0" type="stmt"/>
4052
+ <line num="75" count="0" type="stmt"/>
4053
+ <line num="76" count="0" type="stmt"/>
4054
+ <line num="81" count="0" type="stmt"/>
4055
+ <line num="83" count="0" type="stmt"/>
4056
+ <line num="87" count="0" type="cond" truecount="0" falsecount="1"/>
4057
+ <line num="88" count="0" type="stmt"/>
4058
+ <line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
4059
+ <line num="95" count="0" type="stmt"/>
4060
+ <line num="96" count="0" type="stmt"/>
4061
+ <line num="98" count="0" type="stmt"/>
4062
+ <line num="101" count="0" type="stmt"/>
4063
+ <line num="108" count="0" type="cond" truecount="0" falsecount="2"/>
3705
4064
  <line num="110" count="0" type="stmt"/>
3706
4065
  <line num="111" count="0" type="stmt"/>
4066
+ <line num="112" count="0" type="stmt"/>
4067
+ <line num="113" count="0" type="cond" truecount="0" falsecount="1"/>
4068
+ <line num="114" count="0" type="stmt"/>
3707
4069
  <line num="115" count="0" type="stmt"/>
3708
- <line num="116" count="0" type="stmt"/>
3709
4070
  <line num="119" count="0" type="stmt"/>
3710
4071
  <line num="120" count="0" type="stmt"/>
3711
- <line num="125" count="0" type="stmt"/>
4072
+ <line num="123" count="0" type="stmt"/>
4073
+ <line num="124" count="0" type="stmt"/>
3712
4074
  <line num="129" count="0" type="stmt"/>
3713
- <line num="134" count="0" type="stmt"/>
3714
- <line num="135" count="0" type="stmt"/>
3715
- <line num="136" count="0" type="stmt"/>
3716
- <line num="137" count="0" type="stmt"/>
4075
+ <line num="133" count="0" type="stmt"/>
4076
+ <line num="138" count="0" type="stmt"/>
4077
+ <line num="139" count="0" type="stmt"/>
4078
+ <line num="140" count="0" type="stmt"/>
4079
+ <line num="141" count="0" type="stmt"/>
3717
4080
  </file>
3718
4081
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/index.ts">
3719
- <metrics statements="95" coveredstatements="0" conditionals="33" coveredconditionals="0" methods="16" coveredmethods="0"/>
4082
+ <metrics statements="95" coveredstatements="0" conditionals="33" coveredconditionals="0" methods="17" coveredmethods="0"/>
3720
4083
  <line num="7" count="0" type="stmt"/>
3721
4084
  <line num="8" count="0" type="stmt"/>
3722
4085
  <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -3750,30 +4113,29 @@
3750
4113
  <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
3751
4114
  <line num="67" count="0" type="stmt"/>
3752
4115
  <line num="68" count="0" type="stmt"/>
3753
- <line num="71" count="0" type="stmt"/>
3754
4116
  <line num="72" count="0" type="stmt"/>
3755
- <line num="75" count="0" type="stmt"/>
3756
- <line num="79" count="0" type="stmt"/>
3757
- <line num="80" count="0" type="cond" truecount="0" falsecount="1"/>
3758
- <line num="81" count="0" type="stmt"/>
4117
+ <line num="73" count="0" type="stmt"/>
4118
+ <line num="76" count="0" type="stmt"/>
4119
+ <line num="80" count="0" type="stmt"/>
4120
+ <line num="81" count="0" type="cond" truecount="0" falsecount="1"/>
3759
4121
  <line num="82" count="0" type="stmt"/>
3760
- <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
3761
- <line num="85" count="0" type="stmt"/>
4122
+ <line num="83" count="0" type="stmt"/>
4123
+ <line num="85" count="0" type="cond" truecount="0" falsecount="1"/>
3762
4124
  <line num="86" count="0" type="stmt"/>
3763
4125
  <line num="87" count="0" type="stmt"/>
3764
- <line num="89" count="0" type="cond" truecount="0" falsecount="1"/>
3765
- <line num="90" count="0" type="stmt"/>
4126
+ <line num="88" count="0" type="stmt"/>
4127
+ <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
3766
4128
  <line num="91" count="0" type="stmt"/>
3767
- <line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
4129
+ <line num="92" count="0" type="stmt"/>
3768
4130
  <line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
3769
- <line num="96" count="0" type="stmt"/>
4131
+ <line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
3770
4132
  <line num="97" count="0" type="stmt"/>
3771
- <line num="98" count="0" type="cond" truecount="0" falsecount="1"/>
3772
- <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
3773
- <line num="101" count="0" type="stmt"/>
3774
- <line num="103" count="0" type="stmt"/>
3775
- <line num="106" count="0" type="stmt"/>
3776
- <line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
4133
+ <line num="98" count="0" type="stmt"/>
4134
+ <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
4135
+ <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
4136
+ <line num="102" count="0" type="stmt"/>
4137
+ <line num="104" count="0" type="stmt"/>
4138
+ <line num="107" count="0" type="stmt"/>
3777
4139
  <line num="110" count="0" type="stmt"/>
3778
4140
  <line num="111" count="0" type="stmt"/>
3779
4141
  <line num="113" count="0" type="stmt"/>
@@ -3796,22 +4158,23 @@
3796
4158
  <line num="143" count="0" type="stmt"/>
3797
4159
  <line num="148" count="0" type="stmt"/>
3798
4160
  <line num="151" count="0" type="stmt"/>
3799
- <line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
3800
- <line num="158" count="0" type="cond" truecount="0" falsecount="1"/>
4161
+ <line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
3801
4162
  <line num="159" count="0" type="stmt"/>
3802
- <line num="161" count="0" type="stmt"/>
3803
- <line num="164" count="0" type="cond" truecount="0" falsecount="1"/>
3804
- <line num="165" count="0" type="cond" truecount="0" falsecount="1"/>
3805
- <line num="166" count="0" type="stmt"/>
3806
- <line num="167" count="0" type="stmt"/>
3807
- <line num="168" count="0" type="stmt"/>
3808
- <line num="171" count="0" type="cond" truecount="0" falsecount="1"/>
3809
- <line num="172" count="0" type="stmt"/>
3810
- <line num="173" count="0" type="stmt"/>
3811
- <line num="174" count="0" type="stmt"/>
4163
+ <line num="161" count="0" type="cond" truecount="0" falsecount="1"/>
4164
+ <line num="162" count="0" type="stmt"/>
4165
+ <line num="164" count="0" type="stmt"/>
4166
+ <line num="167" count="0" type="cond" truecount="0" falsecount="1"/>
4167
+ <line num="168" count="0" type="cond" truecount="0" falsecount="1"/>
4168
+ <line num="169" count="0" type="stmt"/>
4169
+ <line num="170" count="0" type="stmt"/>
4170
+ <line num="171" count="0" type="stmt"/>
4171
+ <line num="174" count="0" type="cond" truecount="0" falsecount="1"/>
4172
+ <line num="175" count="0" type="stmt"/>
4173
+ <line num="176" count="0" type="stmt"/>
3812
4174
  <line num="177" count="0" type="stmt"/>
3813
- <line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
3814
- <line num="179" count="0" type="stmt"/>
4175
+ <line num="180" count="0" type="stmt"/>
4176
+ <line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
4177
+ <line num="182" count="0" type="stmt"/>
3815
4178
  </file>
3816
4179
  </package>
3817
4180
  </project>