@openreplay/tracker 11.0.6 → 12.0.0
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.
- package/CHANGELOG.md +4 -2
- package/cjs/app/index.d.ts +84 -6
- package/cjs/app/index.js +427 -58
- package/cjs/app/logger.d.ts +7 -17
- package/cjs/app/logger.js +11 -19
- package/cjs/app/messages.gen.d.ts +2 -0
- package/cjs/app/messages.gen.js +20 -1
- package/cjs/app/observer/iframe_observer.js +4 -1
- package/cjs/app/observer/shadow_root_observer.js +4 -1
- package/cjs/app/observer/top_observer.js +7 -4
- package/cjs/common/interaction.d.ts +5 -2
- package/cjs/common/messages.gen.d.ts +17 -2
- package/cjs/index.d.ts +45 -2
- package/cjs/index.js +237 -106
- package/cjs/modules/Network/beaconProxy.js +4 -1
- package/cjs/modules/Network/fetchProxy.js +24 -1
- package/cjs/modules/Network/index.js +6 -3
- package/cjs/modules/Network/xhrProxy.js +24 -1
- package/cjs/modules/conditionsManager.d.ts +84 -0
- package/cjs/modules/conditionsManager.js +343 -0
- package/cjs/modules/exception.js +4 -1
- package/cjs/modules/featureFlags.d.ts +1 -1
- package/cjs/modules/featureFlags.js +36 -46
- package/cjs/modules/network.js +5 -2
- package/cjs/modules/tagWatcher.d.ts +21 -0
- package/cjs/modules/tagWatcher.js +77 -0
- package/cjs/modules/userTesting/index.js +30 -4
- package/cjs/modules/userTesting/recorder.js +71 -88
- package/coverage/clover.xml +577 -544
- package/coverage/coverage-final.json +8 -8
- package/coverage/lcov-report/index.html +28 -28
- package/coverage/lcov-report/main/app/canvas.ts.html +97 -46
- package/coverage/lcov-report/main/app/guards.ts.html +1 -1
- package/coverage/lcov-report/main/app/index.html +19 -19
- package/coverage/lcov-report/main/app/index.ts.html +62 -35
- package/coverage/lcov-report/main/app/logger.ts.html +1 -1
- package/coverage/lcov-report/main/app/messages.gen.ts.html +32 -5
- package/coverage/lcov-report/main/app/nodes.ts.html +17 -5
- package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/index.html +1 -1
- package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
- package/coverage/lcov-report/main/app/sanitizer.ts.html +1 -1
- package/coverage/lcov-report/main/app/session.ts.html +1 -1
- package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
- package/coverage/lcov-report/main/index.html +9 -9
- package/coverage/lcov-report/main/index.ts.html +27 -6
- package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/index.html +1 -1
- package/coverage/lcov-report/main/modules/Network/index.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/utils.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
- package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/conditionsManager.ts.html +92 -38
- package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
- package/coverage/lcov-report/main/modules/console.ts.html +1 -1
- package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
- package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
- package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
- package/coverage/lcov-report/main/modules/featureFlags.ts.html +1 -1
- package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
- package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
- package/coverage/lcov-report/main/modules/img.ts.html +1 -1
- package/coverage/lcov-report/main/modules/index.html +21 -21
- package/coverage/lcov-report/main/modules/input.ts.html +1 -1
- package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
- package/coverage/lcov-report/main/modules/network.ts.html +1 -1
- package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
- package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
- package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
- package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
- package/coverage/lcov-report/main/modules/tagWatcher.ts.html +54 -27
- package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/index.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/index.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +1 -1
- package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
- package/coverage/lcov-report/main/utils.ts.html +1 -1
- package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
- package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +17 -5
- package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
- package/coverage/lcov-report/webworker/QueueSender.ts.html +1 -1
- package/coverage/lcov-report/webworker/index.html +7 -7
- package/coverage/lcov-report/webworker/index.ts.html +1 -1
- package/coverage/lcov.info +1100 -1033
- package/lib/app/index.d.ts +84 -6
- package/lib/app/index.js +387 -44
- package/lib/app/logger.d.ts +7 -17
- package/lib/app/logger.js +11 -19
- package/lib/app/messages.gen.d.ts +2 -0
- package/lib/app/messages.gen.js +17 -0
- package/lib/common/interaction.d.ts +5 -2
- package/lib/common/messages.gen.d.ts +17 -2
- package/lib/common/tsconfig.tsbuildinfo +1 -1
- package/lib/index.d.ts +45 -2
- package/lib/index.js +191 -86
- package/lib/modules/conditionsManager.d.ts +84 -0
- package/lib/modules/conditionsManager.js +340 -0
- package/lib/modules/featureFlags.d.ts +1 -1
- package/lib/modules/featureFlags.js +36 -46
- package/lib/modules/tagWatcher.d.ts +21 -0
- package/lib/modules/tagWatcher.js +74 -0
- package/lib/modules/userTesting/recorder.js +71 -88
- package/package.json +1 -1
- package/tsconfig-base.json +3 -2
package/coverage/clover.xml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1706012377496" clover="3.2.0">
|
|
3
|
+
<project timestamp="1706012377496" name="All files">
|
|
4
|
+
<metrics statements="4025" coveredstatements="38" conditionals="2051" coveredconditionals="12" methods="817" coveredmethods="12" elements="6893" coveredelements="62" complexity="0" loc="4025" ncloc="4025" packages="7" files="54" classes="54"/>
|
|
5
5
|
<package name="main">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="296" coveredstatements="0" conditionals="150" coveredconditionals="0" methods="63" coveredmethods="0"/>
|
|
7
7
|
<file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/index.ts">
|
|
8
|
-
<metrics statements="
|
|
8
|
+
<metrics statements="215" coveredstatements="0" conditionals="120" coveredconditionals="0" methods="41" coveredmethods="0"/>
|
|
9
9
|
<line num="1" count="0" type="stmt"/>
|
|
10
10
|
<line num="3" count="0" type="stmt"/>
|
|
11
11
|
<line num="5" count="0" type="stmt"/>
|
|
@@ -130,41 +130,42 @@
|
|
|
130
130
|
<line num="246" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
131
131
|
<line num="250" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
132
132
|
<line num="254" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
133
|
-
<line num="
|
|
134
|
-
<line num="
|
|
135
|
-
<line num="
|
|
133
|
+
<line num="257" count="0" type="stmt"/>
|
|
134
|
+
<line num="258" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
135
|
+
<line num="259" count="0" type="stmt"/>
|
|
136
|
+
<line num="261" count="0" type="stmt"/>
|
|
136
137
|
<line num="265" count="0" type="stmt"/>
|
|
137
|
-
<line num="
|
|
138
|
-
<line num="
|
|
139
|
-
<line num="
|
|
140
|
-
<line num="283" count="0" type="cond" truecount="0" falsecount="
|
|
141
|
-
<line num="284" count="0" type="
|
|
142
|
-
<line num="
|
|
143
|
-
<line num="
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="
|
|
146
|
-
<line num="
|
|
147
|
-
<line num="
|
|
148
|
-
<line num="
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="
|
|
138
|
+
<line num="269" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
139
|
+
<line num="270" count="0" type="stmt"/>
|
|
140
|
+
<line num="272" count="0" type="stmt"/>
|
|
141
|
+
<line num="283" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
142
|
+
<line num="284" count="0" type="stmt"/>
|
|
143
|
+
<line num="286" count="0" type="stmt"/>
|
|
144
|
+
<line num="290" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
145
|
+
<line num="291" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
146
|
+
<line num="292" count="0" type="stmt"/>
|
|
147
|
+
<line num="294" count="0" type="stmt"/>
|
|
148
|
+
<line num="296" count="0" type="stmt"/>
|
|
149
|
+
<line num="301" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
150
|
+
<line num="302" count="0" type="stmt"/>
|
|
151
|
+
<line num="305" count="0" type="stmt"/>
|
|
152
|
+
<line num="307" count="0" type="stmt"/>
|
|
153
|
+
<line num="315" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
154
|
+
<line num="316" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
155
|
+
<line num="317" count="0" type="stmt"/>
|
|
156
|
+
<line num="319" count="0" type="stmt"/>
|
|
157
|
+
<line num="321" count="0" type="stmt"/>
|
|
158
|
+
<line num="340" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
159
|
+
<line num="341" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
160
|
+
<line num="342" count="0" type="stmt"/>
|
|
161
|
+
<line num="344" count="0" type="stmt"/>
|
|
162
|
+
<line num="346" count="0" type="stmt"/>
|
|
162
163
|
<line num="358" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
163
164
|
<line num="359" count="0" type="stmt"/>
|
|
164
165
|
<line num="361" count="0" type="stmt"/>
|
|
165
|
-
<line num="
|
|
166
|
-
<line num="366" count="0" type="
|
|
167
|
-
<line num="
|
|
166
|
+
<line num="365" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
167
|
+
<line num="366" count="0" type="stmt"/>
|
|
168
|
+
<line num="368" count="0" type="stmt"/>
|
|
168
169
|
<line num="369" count="0" type="stmt"/>
|
|
169
170
|
<line num="373" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
170
171
|
<line num="374" count="0" type="stmt"/>
|
|
@@ -178,45 +179,48 @@
|
|
|
178
179
|
<line num="394" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
179
180
|
<line num="395" count="0" type="stmt"/>
|
|
180
181
|
<line num="397" count="0" type="stmt"/>
|
|
181
|
-
<line num="401" count="0" type="
|
|
182
|
+
<line num="401" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
182
183
|
<line num="402" count="0" type="stmt"/>
|
|
183
|
-
<line num="
|
|
184
|
-
<line num="
|
|
184
|
+
<line num="404" count="0" type="stmt"/>
|
|
185
|
+
<line num="408" count="0" type="stmt"/>
|
|
185
186
|
<line num="409" count="0" type="stmt"/>
|
|
186
|
-
<line num="413" count="0" type="cond" truecount="0" falsecount="
|
|
187
|
+
<line num="413" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
187
188
|
<line num="414" count="0" type="stmt"/>
|
|
188
|
-
<line num="
|
|
189
|
-
<line num="420" count="0" type="
|
|
190
|
-
<line num="
|
|
191
|
-
<line num="
|
|
192
|
-
<line num="
|
|
193
|
-
<line num="431" count="0" type="
|
|
194
|
-
<line num="
|
|
195
|
-
<line num="
|
|
196
|
-
<line num="
|
|
197
|
-
<line num="442" count="0" type="
|
|
198
|
-
<line num="
|
|
199
|
-
<line num="447" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
189
|
+
<line num="416" count="0" type="stmt"/>
|
|
190
|
+
<line num="420" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
191
|
+
<line num="421" count="0" type="stmt"/>
|
|
192
|
+
<line num="426" count="0" type="stmt"/>
|
|
193
|
+
<line num="427" count="0" type="stmt"/>
|
|
194
|
+
<line num="431" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
195
|
+
<line num="432" count="0" type="stmt"/>
|
|
196
|
+
<line num="437" count="0" type="stmt"/>
|
|
197
|
+
<line num="438" count="0" type="stmt"/>
|
|
198
|
+
<line num="442" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
199
|
+
<line num="443" count="0" type="stmt"/>
|
|
200
200
|
<line num="448" count="0" type="stmt"/>
|
|
201
|
-
<line num="
|
|
202
|
-
<line num="
|
|
203
|
-
<line num="
|
|
201
|
+
<line num="449" count="0" type="stmt"/>
|
|
202
|
+
<line num="453" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
203
|
+
<line num="454" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
204
204
|
<line num="455" count="0" type="stmt"/>
|
|
205
|
-
<line num="
|
|
205
|
+
<line num="457" count="0" type="stmt"/>
|
|
206
|
+
<line num="458" count="0" type="stmt"/>
|
|
207
|
+
<line num="460" count="0" type="stmt"/>
|
|
206
208
|
<line num="462" count="0" type="stmt"/>
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="485" count="0" type="stmt"/>
|
|
218
|
-
<line num="486" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
209
|
+
<line num="468" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
210
|
+
<line num="469" count="0" type="stmt"/>
|
|
211
|
+
<line num="470" count="0" type="stmt"/>
|
|
212
|
+
<line num="472" count="0" type="stmt"/>
|
|
213
|
+
<line num="474" count="0" type="stmt"/>
|
|
214
|
+
<line num="478" count="0" type="stmt"/>
|
|
215
|
+
<line num="482" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
216
|
+
<line num="483" count="0" type="stmt"/>
|
|
217
|
+
<line num="485" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
218
|
+
<line num="486" count="0" type="stmt"/>
|
|
219
219
|
<line num="487" count="0" type="stmt"/>
|
|
220
|
+
<line num="488" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
221
|
+
<line num="492" count="0" type="stmt"/>
|
|
222
|
+
<line num="493" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
223
|
+
<line num="494" count="0" type="stmt"/>
|
|
220
224
|
</file>
|
|
221
225
|
<file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
|
|
222
226
|
<metrics statements="81" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
@@ -304,69 +308,81 @@
|
|
|
304
308
|
</file>
|
|
305
309
|
</package>
|
|
306
310
|
<package name="main.app">
|
|
307
|
-
<metrics statements="
|
|
311
|
+
<metrics statements="905" coveredstatements="0" conditionals="359" coveredconditionals="0" methods="241" coveredmethods="0"/>
|
|
308
312
|
<file name="canvas.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/canvas.ts">
|
|
309
|
-
<metrics statements="
|
|
313
|
+
<metrics statements="72" coveredstatements="0" conditionals="26" coveredconditionals="0" methods="16" coveredmethods="0"/>
|
|
310
314
|
<line num="2" count="0" type="stmt"/>
|
|
311
315
|
<line num="3" count="0" type="stmt"/>
|
|
312
|
-
<line num="16" count="0" type="stmt"/>
|
|
313
316
|
<line num="17" count="0" type="stmt"/>
|
|
314
|
-
<line num="
|
|
317
|
+
<line num="18" count="0" type="stmt"/>
|
|
315
318
|
<line num="22" count="0" type="stmt"/>
|
|
316
|
-
<line num="
|
|
317
|
-
<line num="
|
|
319
|
+
<line num="23" count="0" type="stmt"/>
|
|
320
|
+
<line num="25" count="0" type="stmt"/>
|
|
318
321
|
<line num="29" count="0" type="stmt"/>
|
|
319
|
-
<line num="30" count="0" type="
|
|
322
|
+
<line num="30" count="0" type="stmt"/>
|
|
320
323
|
<line num="31" count="0" type="stmt"/>
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
323
|
-
<line num="36" count="0" type="stmt"/>
|
|
324
|
+
<line num="32" count="0" type="stmt"/>
|
|
325
|
+
<line num="37" count="0" type="stmt"/>
|
|
324
326
|
<line num="38" count="0" type="stmt"/>
|
|
325
327
|
<line num="39" count="0" type="stmt"/>
|
|
328
|
+
<line num="42" count="0" type="stmt"/>
|
|
326
329
|
<line num="43" count="0" type="stmt"/>
|
|
327
|
-
<line num="44" count="0" type="
|
|
330
|
+
<line num="44" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
328
331
|
<line num="45" count="0" type="stmt"/>
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="48" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
332
|
-
<line num="49" count="0" type="stmt"/>
|
|
332
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
333
|
+
<line num="49" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
333
334
|
<line num="50" count="0" type="stmt"/>
|
|
334
335
|
<line num="52" count="0" type="stmt"/>
|
|
335
336
|
<line num="53" count="0" type="stmt"/>
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="
|
|
337
|
+
<line num="57" count="0" type="stmt"/>
|
|
338
|
+
<line num="58" count="0" type="stmt"/>
|
|
339
|
+
<line num="59" count="0" type="stmt"/>
|
|
339
340
|
<line num="60" count="0" type="stmt"/>
|
|
340
|
-
<line num="
|
|
341
|
+
<line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
342
|
+
<line num="62" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
343
|
+
<line num="63" count="0" type="stmt"/>
|
|
344
|
+
<line num="64" count="0" type="stmt"/>
|
|
341
345
|
<line num="66" count="0" type="stmt"/>
|
|
342
|
-
<line num="
|
|
346
|
+
<line num="67" count="0" type="stmt"/>
|
|
347
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
343
348
|
<line num="69" count="0" type="stmt"/>
|
|
344
349
|
<line num="70" count="0" type="stmt"/>
|
|
345
|
-
<line num="
|
|
346
|
-
<line num="
|
|
350
|
+
<line num="74" count="0" type="stmt"/>
|
|
351
|
+
<line num="78" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
352
|
+
<line num="79" count="0" type="stmt"/>
|
|
353
|
+
<line num="81" count="0" type="stmt"/>
|
|
354
|
+
<line num="82" count="0" type="stmt"/>
|
|
347
355
|
<line num="83" count="0" type="stmt"/>
|
|
348
|
-
<line num="
|
|
356
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
357
|
+
<line num="85" count="0" type="stmt"/>
|
|
358
|
+
<line num="86" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
359
|
+
<line num="87" count="0" type="stmt"/>
|
|
349
360
|
<line num="91" count="0" type="stmt"/>
|
|
350
|
-
<line num="
|
|
351
|
-
<line num="
|
|
352
|
-
<line num="
|
|
353
|
-
<line num="104" count="0" type="stmt"/>
|
|
361
|
+
<line num="99" count="0" type="stmt"/>
|
|
362
|
+
<line num="102" count="0" type="stmt"/>
|
|
363
|
+
<line num="107" count="0" type="stmt"/>
|
|
354
364
|
<line num="108" count="0" type="stmt"/>
|
|
355
|
-
<line num="110" count="0" type="stmt"/>
|
|
356
|
-
<line num="111" count="0" type="stmt"/>
|
|
357
365
|
<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"/>
|
|
361
366
|
<line num="119" count="0" type="stmt"/>
|
|
362
|
-
<line num="
|
|
367
|
+
<line num="120" count="0" type="stmt"/>
|
|
363
368
|
<line num="124" count="0" type="stmt"/>
|
|
364
369
|
<line num="125" count="0" type="stmt"/>
|
|
365
|
-
<line num="126" count="0" type="
|
|
370
|
+
<line num="126" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
371
|
+
<line num="127" count="0" type="stmt"/>
|
|
366
372
|
<line num="128" count="0" type="stmt"/>
|
|
367
373
|
<line num="129" count="0" type="stmt"/>
|
|
368
374
|
<line num="130" count="0" type="stmt"/>
|
|
375
|
+
<line num="132" count="0" type="stmt"/>
|
|
369
376
|
<line num="133" count="0" type="stmt"/>
|
|
377
|
+
<line num="136" count="0" type="stmt"/>
|
|
378
|
+
<line num="140" count="0" type="stmt"/>
|
|
379
|
+
<line num="141" count="0" type="stmt"/>
|
|
380
|
+
<line num="142" count="0" type="stmt"/>
|
|
381
|
+
<line num="143" count="0" type="stmt"/>
|
|
382
|
+
<line num="145" count="0" type="stmt"/>
|
|
383
|
+
<line num="146" count="0" type="stmt"/>
|
|
384
|
+
<line num="147" count="0" type="stmt"/>
|
|
385
|
+
<line num="150" count="0" type="stmt"/>
|
|
370
386
|
</file>
|
|
371
387
|
<file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
|
|
372
388
|
<metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
@@ -388,9 +404,10 @@
|
|
|
388
404
|
<line num="48" count="0" type="stmt"/>
|
|
389
405
|
</file>
|
|
390
406
|
<file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
|
|
391
|
-
<metrics statements="
|
|
407
|
+
<metrics statements="476" coveredstatements="0" conditionals="261" coveredconditionals="0" methods="87" coveredmethods="0"/>
|
|
392
408
|
<line num="1" count="0" type="stmt"/>
|
|
393
409
|
<line num="2" count="0" type="stmt"/>
|
|
410
|
+
<line num="3" count="0" type="stmt"/>
|
|
394
411
|
<line num="4" count="0" type="stmt"/>
|
|
395
412
|
<line num="13" count="0" type="stmt"/>
|
|
396
413
|
<line num="22" count="0" type="stmt"/>
|
|
@@ -416,39 +433,37 @@
|
|
|
416
433
|
<line num="101" count="0" type="stmt"/>
|
|
417
434
|
<line num="102" count="0" type="stmt"/>
|
|
418
435
|
<line num="103" count="0" type="stmt"/>
|
|
419
|
-
<line num="
|
|
420
|
-
<line num="
|
|
421
|
-
<line num="
|
|
422
|
-
<line num="139" count="0" type="stmt"/>
|
|
436
|
+
<line num="135" count="0" type="stmt"/>
|
|
437
|
+
<line num="138" count="0" type="stmt"/>
|
|
438
|
+
<line num="139" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
423
439
|
<line num="140" count="0" type="stmt"/>
|
|
424
440
|
<line num="141" count="0" type="stmt"/>
|
|
425
|
-
<line num="
|
|
426
|
-
<line num="
|
|
427
|
-
<line num="
|
|
441
|
+
<line num="142" count="0" type="stmt"/>
|
|
442
|
+
<line num="145" count="0" type="stmt"/>
|
|
443
|
+
<line num="155" count="0" type="stmt"/>
|
|
428
444
|
<line num="160" count="0" type="stmt"/>
|
|
429
|
-
<line num="
|
|
445
|
+
<line num="161" count="0" type="stmt"/>
|
|
430
446
|
<line num="164" count="0" type="stmt"/>
|
|
431
447
|
<line num="165" count="0" type="stmt"/>
|
|
432
|
-
<line num="
|
|
448
|
+
<line num="166" count="0" type="stmt"/>
|
|
433
449
|
<line num="170" count="0" type="stmt"/>
|
|
434
|
-
<line num="
|
|
450
|
+
<line num="171" count="0" type="stmt"/>
|
|
435
451
|
<line num="174" count="0" type="stmt"/>
|
|
436
452
|
<line num="175" count="0" type="stmt"/>
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="
|
|
439
|
-
<line num="
|
|
440
|
-
<line num="
|
|
453
|
+
<line num="176" count="0" type="stmt"/>
|
|
454
|
+
<line num="179" count="0" type="stmt"/>
|
|
455
|
+
<line num="181" count="0" type="stmt"/>
|
|
456
|
+
<line num="189" count="0" type="stmt"/>
|
|
441
457
|
<line num="191" count="0" type="stmt"/>
|
|
442
458
|
<line num="192" count="0" type="stmt"/>
|
|
443
459
|
<line num="193" count="0" type="stmt"/>
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="
|
|
449
|
-
<line num="
|
|
450
|
-
<line num="
|
|
451
|
-
<line num="225" count="0" type="stmt"/>
|
|
460
|
+
<line num="194" count="0" type="stmt"/>
|
|
461
|
+
<line num="218" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
462
|
+
<line num="219" count="0" type="stmt"/>
|
|
463
|
+
<line num="220" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
464
|
+
<line num="223" count="0" type="stmt"/>
|
|
465
|
+
<line num="224" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
466
|
+
<line num="225" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
452
467
|
<line num="226" count="0" type="stmt"/>
|
|
453
468
|
<line num="227" count="0" type="stmt"/>
|
|
454
469
|
<line num="228" count="0" type="stmt"/>
|
|
@@ -458,241 +473,244 @@
|
|
|
458
473
|
<line num="232" count="0" type="stmt"/>
|
|
459
474
|
<line num="233" count="0" type="stmt"/>
|
|
460
475
|
<line num="234" count="0" type="stmt"/>
|
|
476
|
+
<line num="235" count="0" type="stmt"/>
|
|
461
477
|
<line num="236" count="0" type="stmt"/>
|
|
462
|
-
<line num="
|
|
463
|
-
<line num="239" count="0" type="
|
|
464
|
-
<line num="241" count="0" type="
|
|
465
|
-
<line num="
|
|
466
|
-
<line num="
|
|
467
|
-
<line num="
|
|
468
|
-
<line num="
|
|
469
|
-
<line num="
|
|
470
|
-
<line num="
|
|
471
|
-
<line num="
|
|
478
|
+
<line num="238" count="0" type="stmt"/>
|
|
479
|
+
<line num="239" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
480
|
+
<line num="241" count="0" type="stmt"/>
|
|
481
|
+
<line num="243" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
482
|
+
<line num="244" count="0" type="stmt"/>
|
|
483
|
+
<line num="249" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
484
|
+
<line num="250" count="0" type="stmt"/>
|
|
485
|
+
<line num="253" count="0" type="stmt"/>
|
|
486
|
+
<line num="254" count="0" type="stmt"/>
|
|
487
|
+
<line num="257" count="0" type="stmt"/>
|
|
472
488
|
<line num="258" count="0" type="stmt"/>
|
|
473
|
-
<line num="259" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
474
489
|
<line num="260" count="0" type="stmt"/>
|
|
475
|
-
<line num="261" count="0" type="
|
|
476
|
-
<line num="262" count="0" type="
|
|
490
|
+
<line num="261" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
491
|
+
<line num="262" count="0" type="stmt"/>
|
|
477
492
|
<line num="263" count="0" type="stmt"/>
|
|
478
493
|
<line num="264" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
479
494
|
<line num="265" count="0" type="stmt"/>
|
|
480
|
-
<line num="266" count="0" type="
|
|
495
|
+
<line num="266" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
481
496
|
<line num="267" count="0" type="stmt"/>
|
|
482
|
-
<line num="268" count="0" type="
|
|
497
|
+
<line num="268" count="0" type="stmt"/>
|
|
483
498
|
<line num="269" count="0" type="stmt"/>
|
|
484
|
-
<line num="270" count="0" type="
|
|
485
|
-
<line num="271" count="0" type="
|
|
499
|
+
<line num="270" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
500
|
+
<line num="271" count="0" type="stmt"/>
|
|
486
501
|
<line num="272" count="0" type="stmt"/>
|
|
487
502
|
<line num="273" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
488
503
|
<line num="274" count="0" type="stmt"/>
|
|
489
|
-
<line num="275" count="0" type="
|
|
490
|
-
<line num="276" count="0" type="
|
|
504
|
+
<line num="275" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
505
|
+
<line num="276" count="0" type="stmt"/>
|
|
491
506
|
<line num="277" count="0" type="stmt"/>
|
|
492
|
-
<line num="278" count="0" type="
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="
|
|
496
|
-
<line num="
|
|
497
|
-
<line num="
|
|
498
|
-
<line num="
|
|
507
|
+
<line num="278" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
508
|
+
<line num="279" count="0" type="stmt"/>
|
|
509
|
+
<line num="280" count="0" type="stmt"/>
|
|
510
|
+
<line num="283" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
511
|
+
<line num="287" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
512
|
+
<line num="289" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
513
|
+
<line num="290" count="0" type="stmt"/>
|
|
499
514
|
<line num="293" count="0" type="stmt"/>
|
|
500
|
-
<line num="
|
|
501
|
-
<line num="
|
|
515
|
+
<line num="294" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
516
|
+
<line num="295" count="0" type="stmt"/>
|
|
517
|
+
<line num="299" count="0" type="stmt"/>
|
|
502
518
|
<line num="300" count="0" type="stmt"/>
|
|
503
519
|
<line num="302" count="0" type="stmt"/>
|
|
504
|
-
<line num="
|
|
520
|
+
<line num="304" count="0" type="stmt"/>
|
|
505
521
|
<line num="307" count="0" type="stmt"/>
|
|
506
|
-
<line num="
|
|
507
|
-
<line num="
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="325" count="0" type="stmt"/>
|
|
522
|
+
<line num="309" count="0" type="stmt"/>
|
|
523
|
+
<line num="318" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
524
|
+
<line num="319" count="0" type="stmt"/>
|
|
510
525
|
<line num="326" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
511
526
|
<line num="327" count="0" type="stmt"/>
|
|
512
|
-
<line num="
|
|
513
|
-
<line num="
|
|
514
|
-
<line num="331" count="0" type="
|
|
515
|
-
<line num="
|
|
516
|
-
<line num="
|
|
517
|
-
<line num="335" count="0" type="
|
|
527
|
+
<line num="328" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
528
|
+
<line num="329" count="0" type="stmt"/>
|
|
529
|
+
<line num="331" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
530
|
+
<line num="332" count="0" type="stmt"/>
|
|
531
|
+
<line num="333" count="0" type="stmt"/>
|
|
532
|
+
<line num="335" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
518
533
|
<line num="336" count="0" type="stmt"/>
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="340" count="0" type="cond" truecount="0" falsecount="
|
|
534
|
+
<line num="337" count="0" type="stmt"/>
|
|
535
|
+
<line num="338" count="0" type="stmt"/>
|
|
536
|
+
<line num="340" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
522
537
|
<line num="341" count="0" type="stmt"/>
|
|
523
|
-
<line num="
|
|
524
|
-
<line num="
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
528
|
-
<line num="
|
|
529
|
-
<line num="
|
|
530
|
-
<line num="
|
|
531
|
-
<line num="377" count="0" type="
|
|
538
|
+
<line num="342" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
539
|
+
<line num="343" count="0" type="stmt"/>
|
|
540
|
+
<line num="356" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
541
|
+
<line num="357" count="0" type="stmt"/>
|
|
542
|
+
<line num="367" count="0" type="stmt"/>
|
|
543
|
+
<line num="370" count="0" type="stmt"/>
|
|
544
|
+
<line num="373" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
545
|
+
<line num="374" count="0" type="stmt"/>
|
|
546
|
+
<line num="377" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
532
547
|
<line num="378" count="0" type="stmt"/>
|
|
533
|
-
<line num="
|
|
534
|
-
<line num="
|
|
535
|
-
<line num="
|
|
536
|
-
<line num="
|
|
537
|
-
<line num="387" count="0" type="cond" truecount="0" falsecount="
|
|
548
|
+
<line num="379" count="0" type="stmt"/>
|
|
549
|
+
<line num="380" count="0" type="stmt"/>
|
|
550
|
+
<line num="382" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
551
|
+
<line num="383" count="0" type="stmt"/>
|
|
552
|
+
<line num="387" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
538
553
|
<line num="388" count="0" type="stmt"/>
|
|
539
|
-
<line num="
|
|
540
|
-
<line num="
|
|
541
|
-
<line num="
|
|
542
|
-
<line num="
|
|
543
|
-
<line num="
|
|
544
|
-
<line num="
|
|
545
|
-
<line num="411" count="0" type="
|
|
554
|
+
<line num="389" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
555
|
+
<line num="390" count="0" type="stmt"/>
|
|
556
|
+
<line num="392" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
557
|
+
<line num="394" count="0" type="stmt"/>
|
|
558
|
+
<line num="401" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
559
|
+
<line num="402" count="0" type="stmt"/>
|
|
560
|
+
<line num="411" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
546
561
|
<line num="412" count="0" type="stmt"/>
|
|
547
|
-
<line num="
|
|
548
|
-
<line num="
|
|
549
|
-
<line num="416" count="0" type="
|
|
550
|
-
<line num="
|
|
551
|
-
<line num="
|
|
552
|
-
<line num="
|
|
562
|
+
<line num="413" count="0" type="stmt"/>
|
|
563
|
+
<line num="414" count="0" type="stmt"/>
|
|
564
|
+
<line num="416" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
565
|
+
<line num="417" count="0" type="stmt"/>
|
|
566
|
+
<line num="418" count="0" type="stmt"/>
|
|
567
|
+
<line num="423" count="0" type="stmt"/>
|
|
553
568
|
<line num="432" count="0" type="stmt"/>
|
|
554
|
-
<line num="433" count="0" type="
|
|
569
|
+
<line num="433" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
555
570
|
<line num="434" count="0" type="stmt"/>
|
|
556
571
|
<line num="435" count="0" type="stmt"/>
|
|
557
572
|
<line num="436" count="0" type="stmt"/>
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="
|
|
573
|
+
<line num="437" count="0" type="stmt"/>
|
|
574
|
+
<line num="438" count="0" type="stmt"/>
|
|
575
|
+
<line num="443" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
560
576
|
<line num="444" count="0" type="stmt"/>
|
|
561
|
-
<line num="
|
|
562
|
-
<line num="
|
|
563
|
-
<line num="
|
|
564
|
-
<line num="
|
|
565
|
-
<line num="
|
|
566
|
-
<line num="
|
|
567
|
-
<line num="462" count="0" type="stmt"/>
|
|
577
|
+
<line num="446" count="0" type="stmt"/>
|
|
578
|
+
<line num="451" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
579
|
+
<line num="452" count="0" type="stmt"/>
|
|
580
|
+
<line num="453" count="0" type="stmt"/>
|
|
581
|
+
<line num="456" count="0" type="stmt"/>
|
|
582
|
+
<line num="459" count="0" type="stmt"/>
|
|
568
583
|
<line num="463" count="0" type="stmt"/>
|
|
569
584
|
<line num="464" count="0" type="stmt"/>
|
|
585
|
+
<line num="465" count="0" type="stmt"/>
|
|
570
586
|
<line num="466" count="0" type="stmt"/>
|
|
571
|
-
<line num="
|
|
572
|
-
<line num="
|
|
573
|
-
<line num="
|
|
587
|
+
<line num="468" count="0" type="stmt"/>
|
|
588
|
+
<line num="478" count="0" type="stmt"/>
|
|
589
|
+
<line num="482" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
574
590
|
<line num="483" count="0" type="stmt"/>
|
|
575
|
-
<line num="
|
|
576
|
-
<line num="
|
|
591
|
+
<line num="485" count="0" type="stmt"/>
|
|
592
|
+
<line num="489" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
577
593
|
<line num="490" count="0" type="stmt"/>
|
|
578
|
-
<line num="
|
|
579
|
-
<line num="
|
|
594
|
+
<line num="492" count="0" type="stmt"/>
|
|
595
|
+
<line num="503" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
580
596
|
<line num="504" count="0" type="stmt"/>
|
|
581
|
-
<line num="
|
|
582
|
-
<line num="
|
|
583
|
-
<line num="
|
|
584
|
-
<line num="
|
|
585
|
-
<line num="517" count="0" type="stmt"/>
|
|
597
|
+
<line num="506" count="0" type="stmt"/>
|
|
598
|
+
<line num="507" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
599
|
+
<line num="510" count="0" type="stmt"/>
|
|
600
|
+
<line num="511" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
586
601
|
<line num="518" count="0" type="stmt"/>
|
|
587
|
-
<line num="519" count="0" type="
|
|
602
|
+
<line num="519" count="0" type="stmt"/>
|
|
588
603
|
<line num="520" count="0" type="stmt"/>
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="
|
|
591
|
-
<line num="
|
|
592
|
-
<line num="
|
|
593
|
-
<line num="
|
|
594
|
-
<line num="
|
|
595
|
-
<line num="
|
|
596
|
-
<line num="
|
|
597
|
-
<line num="
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="
|
|
604
|
+
<line num="521" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
605
|
+
<line num="522" count="0" type="stmt"/>
|
|
606
|
+
<line num="524" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
607
|
+
<line num="525" count="0" type="stmt"/>
|
|
608
|
+
<line num="527" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
609
|
+
<line num="528" count="0" type="stmt"/>
|
|
610
|
+
<line num="531" count="0" type="stmt"/>
|
|
611
|
+
<line num="535" count="0" type="stmt"/>
|
|
612
|
+
<line num="545" count="0" type="stmt"/>
|
|
613
|
+
<line num="552" count="0" type="stmt"/>
|
|
614
|
+
<line num="556" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
600
615
|
<line num="560" count="0" type="stmt"/>
|
|
601
|
-
<line num="561" count="0" type="
|
|
616
|
+
<line num="561" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
617
|
+
<line num="562" count="0" type="stmt"/>
|
|
602
618
|
<line num="563" count="0" type="stmt"/>
|
|
603
|
-
<line num="
|
|
604
|
-
<line num="566" count="0" type="
|
|
605
|
-
<line num="568" count="0" type="
|
|
606
|
-
<line num="570" count="0" type="
|
|
607
|
-
<line num="
|
|
608
|
-
<line num="
|
|
609
|
-
<line num="
|
|
610
|
-
<line num="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="604" count="0" type="stmt"/>
|
|
619
|
+
<line num="565" count="0" type="stmt"/>
|
|
620
|
+
<line num="566" count="0" type="stmt"/>
|
|
621
|
+
<line num="568" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
622
|
+
<line num="570" count="0" type="stmt"/>
|
|
623
|
+
<line num="572" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
624
|
+
<line num="573" count="0" type="stmt"/>
|
|
625
|
+
<line num="574" count="0" type="stmt"/>
|
|
626
|
+
<line num="577" count="0" type="stmt"/>
|
|
627
|
+
<line num="581" count="0" type="stmt"/>
|
|
628
|
+
<line num="585" count="0" type="stmt"/>
|
|
629
|
+
<line num="589" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
630
|
+
<line num="590" count="0" type="stmt"/>
|
|
631
|
+
<line num="591" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
632
|
+
<line num="594" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
633
|
+
<line num="595" count="0" type="stmt"/>
|
|
634
|
+
<line num="598" count="0" type="stmt"/>
|
|
620
635
|
<line num="605" count="0" type="stmt"/>
|
|
621
636
|
<line num="606" count="0" type="stmt"/>
|
|
622
|
-
<line num="
|
|
623
|
-
<line num="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
637
|
+
<line num="607" count="0" type="stmt"/>
|
|
638
|
+
<line num="608" count="0" type="stmt"/>
|
|
639
|
+
<line num="612" count="0" type="stmt"/>
|
|
640
|
+
<line num="616" count="0" type="stmt"/>
|
|
641
|
+
<line num="620" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
626
642
|
<line num="621" count="0" type="stmt"/>
|
|
627
|
-
<line num="
|
|
628
|
-
<line num="626" count="0" type="stmt"/>
|
|
643
|
+
<line num="623" count="0" type="stmt"/>
|
|
629
644
|
<line num="627" count="0" type="stmt"/>
|
|
630
645
|
<line num="628" count="0" type="stmt"/>
|
|
631
|
-
<line num="
|
|
632
|
-
<line num="
|
|
646
|
+
<line num="629" count="0" type="stmt"/>
|
|
647
|
+
<line num="630" count="0" type="stmt"/>
|
|
633
648
|
<line num="633" count="0" type="stmt"/>
|
|
634
|
-
<line num="
|
|
635
|
-
<line num="
|
|
636
|
-
<line num="
|
|
637
|
-
<line num="645" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
649
|
+
<line num="634" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
650
|
+
<line num="635" count="0" type="stmt"/>
|
|
651
|
+
<line num="637" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
638
652
|
<line num="646" count="0" type="stmt"/>
|
|
639
|
-
<line num="
|
|
640
|
-
<line num="
|
|
641
|
-
<line num="
|
|
642
|
-
<line num="
|
|
643
|
-
<line num="
|
|
644
|
-
<line num="
|
|
645
|
-
<line num="
|
|
646
|
-
<line num="
|
|
647
|
-
<line num="
|
|
653
|
+
<line num="647" count="0" type="stmt"/>
|
|
654
|
+
<line num="648" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
655
|
+
<line num="649" count="0" type="stmt"/>
|
|
656
|
+
<line num="651" count="0" type="stmt"/>
|
|
657
|
+
<line num="652" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
658
|
+
<line num="653" count="0" type="stmt"/>
|
|
659
|
+
<line num="681" count="0" type="stmt"/>
|
|
660
|
+
<line num="682" count="0" type="stmt"/>
|
|
661
|
+
<line num="683" count="0" type="stmt"/>
|
|
648
662
|
<line num="691" count="0" type="stmt"/>
|
|
649
|
-
<line num="692" count="0" type="
|
|
663
|
+
<line num="692" count="0" type="stmt"/>
|
|
664
|
+
<line num="693" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
650
665
|
<line num="694" count="0" type="stmt"/>
|
|
651
666
|
<line num="695" count="0" type="stmt"/>
|
|
652
|
-
<line num="696" count="0" type="
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="698" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
667
|
+
<line num="696" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
668
|
+
<line num="698" count="0" type="stmt"/>
|
|
655
669
|
<line num="699" count="0" type="stmt"/>
|
|
656
670
|
<line num="700" count="0" type="stmt"/>
|
|
657
671
|
<line num="701" count="0" type="stmt"/>
|
|
672
|
+
<line num="702" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
658
673
|
<line num="703" count="0" type="stmt"/>
|
|
659
674
|
<line num="704" count="0" type="stmt"/>
|
|
660
675
|
<line num="705" count="0" type="stmt"/>
|
|
661
676
|
<line num="707" count="0" type="stmt"/>
|
|
662
677
|
<line num="708" count="0" type="stmt"/>
|
|
663
|
-
<line num="709" count="0" type="
|
|
664
|
-
<line num="
|
|
665
|
-
<line num="712" count="0" type="
|
|
678
|
+
<line num="709" count="0" type="stmt"/>
|
|
679
|
+
<line num="711" count="0" type="stmt"/>
|
|
680
|
+
<line num="712" count="0" type="stmt"/>
|
|
681
|
+
<line num="713" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
666
682
|
<line num="714" count="0" type="stmt"/>
|
|
667
|
-
<line num="716" count="0" type="
|
|
668
|
-
<line num="
|
|
669
|
-
<line num="
|
|
683
|
+
<line num="716" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
684
|
+
<line num="717" count="0" type="stmt"/>
|
|
685
|
+
<line num="719" count="0" type="stmt"/>
|
|
686
|
+
<line num="723" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
670
687
|
<line num="724" count="0" type="stmt"/>
|
|
671
688
|
<line num="726" count="0" type="stmt"/>
|
|
672
|
-
<line num="
|
|
689
|
+
<line num="728" count="0" type="stmt"/>
|
|
673
690
|
<line num="729" count="0" type="stmt"/>
|
|
674
|
-
<line num="
|
|
691
|
+
<line num="731" count="0" type="stmt"/>
|
|
675
692
|
<line num="732" count="0" type="stmt"/>
|
|
676
|
-
<line num="
|
|
677
|
-
<line num="
|
|
678
|
-
<line num="
|
|
679
|
-
<line num="746" count="0" type="stmt"/>
|
|
693
|
+
<line num="734" count="0" type="stmt"/>
|
|
694
|
+
<line num="737" count="0" type="stmt"/>
|
|
695
|
+
<line num="738" count="0" type="stmt"/>
|
|
680
696
|
<line num="747" count="0" type="stmt"/>
|
|
681
697
|
<line num="748" count="0" type="stmt"/>
|
|
682
698
|
<line num="749" count="0" type="stmt"/>
|
|
683
699
|
<line num="750" count="0" type="stmt"/>
|
|
684
|
-
<line num="751" count="0" type="
|
|
700
|
+
<line num="751" count="0" type="stmt"/>
|
|
685
701
|
<line num="752" count="0" type="stmt"/>
|
|
686
|
-
<line num="753" count="0" type="cond" truecount="0" falsecount="
|
|
702
|
+
<line num="753" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
687
703
|
<line num="754" count="0" type="stmt"/>
|
|
704
|
+
<line num="755" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
688
705
|
<line num="756" count="0" type="stmt"/>
|
|
689
|
-
<line num="757" count="0" type="stmt"/>
|
|
690
706
|
<line num="758" count="0" type="stmt"/>
|
|
691
|
-
<line num="759" count="0" type="
|
|
707
|
+
<line num="759" count="0" type="stmt"/>
|
|
692
708
|
<line num="760" count="0" type="stmt"/>
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="
|
|
695
|
-
<line num="
|
|
709
|
+
<line num="761" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
710
|
+
<line num="762" count="0" type="stmt"/>
|
|
711
|
+
<line num="764" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
712
|
+
<line num="765" count="0" type="stmt"/>
|
|
713
|
+
<line num="767" count="0" type="stmt"/>
|
|
696
714
|
<line num="771" count="0" type="stmt"/>
|
|
697
715
|
<line num="772" count="0" type="stmt"/>
|
|
698
716
|
<line num="773" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
@@ -725,142 +743,144 @@
|
|
|
725
743
|
<line num="895" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
726
744
|
<line num="900" count="0" type="stmt"/>
|
|
727
745
|
<line num="901" count="0" type="stmt"/>
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="904" count="0" type="
|
|
730
|
-
<line num="905" count="0" type="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="909" count="0" type="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
735
|
-
<line num="
|
|
736
|
-
<line num="
|
|
746
|
+
<line num="903" count="0" type="stmt"/>
|
|
747
|
+
<line num="904" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
748
|
+
<line num="905" count="0" type="stmt"/>
|
|
749
|
+
<line num="908" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
750
|
+
<line num="909" count="0" type="stmt"/>
|
|
751
|
+
<line num="911" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
752
|
+
<line num="913" count="0" type="stmt"/>
|
|
753
|
+
<line num="915" count="0" type="stmt"/>
|
|
754
|
+
<line num="921" count="0" type="stmt"/>
|
|
737
755
|
<line num="922" count="0" type="stmt"/>
|
|
738
|
-
<line num="
|
|
756
|
+
<line num="933" count="0" type="stmt"/>
|
|
739
757
|
<line num="934" count="0" type="stmt"/>
|
|
740
758
|
<line num="935" count="0" type="stmt"/>
|
|
741
|
-
<line num="
|
|
742
|
-
<line num="
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="964" count="0" type="
|
|
745
|
-
<line num="
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="976" count="0" type="
|
|
749
|
-
<line num="977" count="0" type="
|
|
759
|
+
<line num="937" count="0" type="stmt"/>
|
|
760
|
+
<line num="943" count="0" type="stmt"/>
|
|
761
|
+
<line num="963" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
762
|
+
<line num="964" count="0" type="stmt"/>
|
|
763
|
+
<line num="966" count="0" type="stmt"/>
|
|
764
|
+
<line num="969" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
765
|
+
<line num="975" count="0" type="stmt"/>
|
|
766
|
+
<line num="976" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
767
|
+
<line num="977" count="0" type="stmt"/>
|
|
750
768
|
<line num="978" count="0" type="stmt"/>
|
|
751
769
|
<line num="979" count="0" type="stmt"/>
|
|
752
|
-
<line num="
|
|
753
|
-
<line num="982" count="0" type="
|
|
770
|
+
<line num="981" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
771
|
+
<line num="982" count="0" type="stmt"/>
|
|
754
772
|
<line num="983" count="0" type="stmt"/>
|
|
755
773
|
<line num="984" count="0" type="stmt"/>
|
|
756
|
-
<line num="
|
|
757
|
-
<line num="1005" count="0" type="
|
|
758
|
-
<line num="
|
|
774
|
+
<line num="1004" count="0" type="stmt"/>
|
|
775
|
+
<line num="1005" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
776
|
+
<line num="1013" count="0" type="stmt"/>
|
|
759
777
|
<line num="1014" count="0" type="stmt"/>
|
|
760
778
|
<line num="1015" count="0" type="stmt"/>
|
|
761
|
-
<line num="
|
|
779
|
+
<line num="1017" count="0" type="stmt"/>
|
|
762
780
|
<line num="1018" count="0" type="stmt"/>
|
|
763
781
|
<line num="1019" count="0" type="stmt"/>
|
|
764
|
-
<line num="
|
|
765
|
-
<line num="
|
|
766
|
-
<line num="
|
|
767
|
-
<line num="1040" count="0" type="
|
|
768
|
-
<line num="
|
|
769
|
-
<line num="
|
|
782
|
+
<line num="1027" count="0" type="stmt"/>
|
|
783
|
+
<line num="1033" count="0" type="stmt"/>
|
|
784
|
+
<line num="1039" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
785
|
+
<line num="1040" count="0" type="stmt"/>
|
|
786
|
+
<line num="1042" count="0" type="stmt"/>
|
|
787
|
+
<line num="1045" count="0" type="stmt"/>
|
|
770
788
|
<line num="1046" count="0" type="stmt"/>
|
|
771
|
-
<line num="
|
|
772
|
-
<line num="
|
|
789
|
+
<line num="1048" count="0" type="stmt"/>
|
|
790
|
+
<line num="1050" count="0" type="stmt"/>
|
|
773
791
|
<line num="1051" count="0" type="stmt"/>
|
|
774
|
-
<line num="1052" count="0" type="stmt"/>
|
|
775
792
|
<line num="1054" count="0" type="stmt"/>
|
|
776
793
|
<line num="1055" count="0" type="stmt"/>
|
|
777
794
|
<line num="1056" count="0" type="stmt"/>
|
|
778
|
-
<line num="
|
|
779
|
-
<line num="
|
|
780
|
-
<line num="
|
|
781
|
-
<line num="1065" count="0" type="stmt"/>
|
|
795
|
+
<line num="1057" count="0" type="stmt"/>
|
|
796
|
+
<line num="1059" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
797
|
+
<line num="1060" count="0" type="stmt"/>
|
|
782
798
|
<line num="1067" count="0" type="stmt"/>
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="
|
|
785
|
-
<line num="1072" count="0" type="stmt"/>
|
|
786
|
-
<line num="1075" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
799
|
+
<line num="1071" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
800
|
+
<line num="1073" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
787
801
|
<line num="1076" count="0" type="stmt"/>
|
|
802
|
+
<line num="1077" count="0" type="stmt"/>
|
|
788
803
|
<line num="1079" count="0" type="stmt"/>
|
|
789
|
-
<line num="
|
|
804
|
+
<line num="1080" count="0" type="stmt"/>
|
|
805
|
+
<line num="1083" count="0" type="stmt"/>
|
|
790
806
|
<line num="1084" count="0" type="stmt"/>
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
793
|
-
<line num="
|
|
794
|
-
<line num="1093" count="0" type="cond" truecount="0" falsecount="
|
|
795
|
-
<line num="1094" count="0" type="stmt"/>
|
|
796
|
-
<line num="1096" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
807
|
+
<line num="1088" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
808
|
+
<line num="1089" count="0" type="stmt"/>
|
|
809
|
+
<line num="1091" count="0" type="stmt"/>
|
|
810
|
+
<line num="1093" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
797
811
|
<line num="1097" count="0" type="stmt"/>
|
|
798
812
|
<line num="1098" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
799
813
|
<line num="1099" count="0" type="stmt"/>
|
|
800
|
-
<line num="
|
|
801
|
-
<line num="
|
|
814
|
+
<line num="1101" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
815
|
+
<line num="1102" count="0" type="stmt"/>
|
|
816
|
+
<line num="1103" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
817
|
+
<line num="1104" count="0" type="stmt"/>
|
|
802
818
|
<line num="1105" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
803
|
-
<line num="
|
|
804
|
-
<line num="
|
|
805
|
-
<line num="
|
|
819
|
+
<line num="1109" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
820
|
+
<line num="1110" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
821
|
+
<line num="1112" count="0" type="stmt"/>
|
|
822
|
+
<line num="1113" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
806
823
|
<line num="1114" count="0" type="stmt"/>
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
810
|
-
<line num="
|
|
811
|
-
<line num="
|
|
812
|
-
<line num="1125" count="0" type="stmt"/>
|
|
813
|
-
<line num="1128" count="0" type="stmt"/>
|
|
824
|
+
<line num="1119" count="0" type="stmt"/>
|
|
825
|
+
<line num="1123" count="0" type="stmt"/>
|
|
826
|
+
<line num="1126" count="0" type="stmt"/>
|
|
827
|
+
<line num="1127" count="0" type="stmt"/>
|
|
828
|
+
<line num="1128" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
814
829
|
<line num="1129" count="0" type="stmt"/>
|
|
815
830
|
<line num="1130" count="0" type="stmt"/>
|
|
831
|
+
<line num="1133" count="0" type="stmt"/>
|
|
816
832
|
<line num="1134" count="0" type="stmt"/>
|
|
817
833
|
<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
834
|
<line num="1139" count="0" type="stmt"/>
|
|
822
835
|
<line num="1140" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
823
|
-
<line num="1141" count="0" type="stmt"/>
|
|
824
836
|
<line num="1143" count="0" type="stmt"/>
|
|
837
|
+
<line num="1144" count="0" type="stmt"/>
|
|
838
|
+
<line num="1145" count="0" type="stmt"/>
|
|
825
839
|
<line num="1146" count="0" type="stmt"/>
|
|
826
840
|
<line num="1147" count="0" type="stmt"/>
|
|
827
|
-
<line num="
|
|
841
|
+
<line num="1148" count="0" type="stmt"/>
|
|
842
|
+
<line num="1149" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
843
|
+
<line num="1150" count="0" type="stmt"/>
|
|
844
|
+
<line num="1152" count="0" type="stmt"/>
|
|
828
845
|
<line num="1155" count="0" type="stmt"/>
|
|
829
|
-
<line num="
|
|
830
|
-
<line num="
|
|
831
|
-
<line num="
|
|
832
|
-
<line num="
|
|
833
|
-
<line num="
|
|
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"/>
|
|
846
|
+
<line num="1156" count="0" type="stmt"/>
|
|
847
|
+
<line num="1160" count="0" type="stmt"/>
|
|
848
|
+
<line num="1164" count="0" type="stmt"/>
|
|
849
|
+
<line num="1168" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
850
|
+
<line num="1176" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
837
851
|
<line num="1177" count="0" type="stmt"/>
|
|
838
852
|
<line num="1178" count="0" type="stmt"/>
|
|
839
853
|
<line num="1179" count="0" type="stmt"/>
|
|
840
854
|
<line num="1183" count="0" type="stmt"/>
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
855
|
+
<line num="1184" count="0" type="stmt"/>
|
|
856
|
+
<line num="1185" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
857
|
+
<line num="1186" count="0" type="stmt"/>
|
|
858
|
+
<line num="1187" count="0" type="stmt"/>
|
|
859
|
+
<line num="1188" count="0" type="stmt"/>
|
|
860
|
+
<line num="1192" count="0" type="stmt"/>
|
|
861
|
+
<line num="1198" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
862
|
+
<line num="1202" count="0" type="stmt"/>
|
|
863
|
+
<line num="1206" count="0" type="stmt"/>
|
|
845
864
|
<line num="1207" count="0" type="stmt"/>
|
|
846
|
-
<line num="
|
|
847
|
-
<line num="
|
|
848
|
-
<line num="
|
|
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"/>
|
|
865
|
+
<line num="1216" count="0" type="stmt"/>
|
|
866
|
+
<line num="1217" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
867
|
+
<line num="1218" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
852
868
|
<line num="1224" count="0" type="stmt"/>
|
|
853
|
-
<line num="1225" count="0" type="stmt"/>
|
|
854
869
|
<line num="1226" count="0" type="stmt"/>
|
|
855
|
-
<line num="
|
|
856
|
-
<line num="
|
|
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"/>
|
|
870
|
+
<line num="1231" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
871
|
+
<line num="1232" count="0" type="stmt"/>
|
|
861
872
|
<line num="1233" count="0" type="stmt"/>
|
|
862
|
-
<line num="
|
|
873
|
+
<line num="1234" count="0" type="stmt"/>
|
|
874
|
+
<line num="1235" count="0" type="stmt"/>
|
|
875
|
+
<line num="1236" count="0" type="stmt"/>
|
|
863
876
|
<line num="1237" count="0" type="stmt"/>
|
|
877
|
+
<line num="1238" count="0" type="stmt"/>
|
|
878
|
+
<line num="1239" count="0" type="stmt"/>
|
|
879
|
+
<line num="1240" count="0" type="stmt"/>
|
|
880
|
+
<line num="1241" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
881
|
+
<line num="1242" count="0" type="stmt"/>
|
|
882
|
+
<line num="1244" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
883
|
+
<line num="1246" count="0" type="stmt"/>
|
|
864
884
|
</file>
|
|
865
885
|
<file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
|
|
866
886
|
<metrics statements="10" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
@@ -876,7 +896,7 @@
|
|
|
876
896
|
<line num="39" count="0" type="stmt"/>
|
|
877
897
|
</file>
|
|
878
898
|
<file name="messages.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/messages.gen.ts">
|
|
879
|
-
<metrics statements="
|
|
899
|
+
<metrics statements="144" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="72" coveredmethods="0"/>
|
|
880
900
|
<line num="8" count="0" type="stmt"/>
|
|
881
901
|
<line num="11" count="0" type="stmt"/>
|
|
882
902
|
<line num="17" count="0" type="stmt"/>
|
|
@@ -1019,9 +1039,11 @@
|
|
|
1019
1039
|
<line num="928" count="0" type="stmt"/>
|
|
1020
1040
|
<line num="934" count="0" type="stmt"/>
|
|
1021
1041
|
<line num="938" count="0" type="stmt"/>
|
|
1042
|
+
<line num="945" count="0" type="stmt"/>
|
|
1043
|
+
<line num="948" count="0" type="stmt"/>
|
|
1022
1044
|
</file>
|
|
1023
1045
|
<file name="nodes.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/nodes.ts">
|
|
1024
|
-
<metrics statements="
|
|
1046
|
+
<metrics statements="53" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="15" coveredmethods="0"/>
|
|
1025
1047
|
<line num="1" count="0" type="stmt"/>
|
|
1026
1048
|
<line num="6" count="0" type="stmt"/>
|
|
1027
1049
|
<line num="7" count="0" type="stmt"/>
|
|
@@ -1030,49 +1052,51 @@
|
|
|
1030
1052
|
<line num="10" count="0" type="stmt"/>
|
|
1031
1053
|
<line num="12" count="0" type="stmt"/>
|
|
1032
1054
|
<line num="16" count="0" type="stmt"/>
|
|
1055
|
+
<line num="19" count="0" type="stmt"/>
|
|
1033
1056
|
<line num="20" count="0" type="stmt"/>
|
|
1034
|
-
<line num="21" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1035
|
-
<line num="22" count="0" type="stmt"/>
|
|
1036
1057
|
<line num="24" count="0" type="stmt"/>
|
|
1037
|
-
<line num="25" count="0" type="
|
|
1038
|
-
<line num="26" count="0" type="
|
|
1039
|
-
<line num="27" count="0" type="stmt"/>
|
|
1058
|
+
<line num="25" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1059
|
+
<line num="26" count="0" type="stmt"/>
|
|
1040
1060
|
<line num="28" count="0" type="stmt"/>
|
|
1041
|
-
<line num="
|
|
1061
|
+
<line num="29" count="0" type="stmt"/>
|
|
1062
|
+
<line num="30" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1063
|
+
<line num="31" count="0" type="stmt"/>
|
|
1064
|
+
<line num="32" count="0" type="stmt"/>
|
|
1042
1065
|
<line num="34" count="0" type="stmt"/>
|
|
1043
|
-
<line num="35" count="0" type="stmt"/>
|
|
1044
|
-
<line num="36" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1045
|
-
<line num="37" count="0" type="stmt"/>
|
|
1046
1066
|
<line num="38" count="0" type="stmt"/>
|
|
1047
1067
|
<line num="39" count="0" type="stmt"/>
|
|
1048
|
-
<line num="40" count="0" type="
|
|
1068
|
+
<line num="40" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1069
|
+
<line num="41" count="0" type="stmt"/>
|
|
1049
1070
|
<line num="42" count="0" type="stmt"/>
|
|
1071
|
+
<line num="43" count="0" type="stmt"/>
|
|
1072
|
+
<line num="44" count="0" type="stmt"/>
|
|
1050
1073
|
<line num="46" count="0" type="stmt"/>
|
|
1051
|
-
<line num="47" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1052
|
-
<line num="48" count="0" type="stmt"/>
|
|
1053
|
-
<line num="49" count="0" type="stmt"/>
|
|
1054
1074
|
<line num="50" count="0" type="stmt"/>
|
|
1055
1075
|
<line num="51" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1056
1076
|
<line num="52" count="0" type="stmt"/>
|
|
1057
1077
|
<line num="53" count="0" type="stmt"/>
|
|
1058
1078
|
<line num="54" count="0" type="stmt"/>
|
|
1079
|
+
<line num="55" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1080
|
+
<line num="56" count="0" type="stmt"/>
|
|
1059
1081
|
<line num="57" count="0" type="stmt"/>
|
|
1060
|
-
<line num="
|
|
1061
|
-
<line num="
|
|
1062
|
-
<line num="
|
|
1063
|
-
<line num="
|
|
1064
|
-
<line num="
|
|
1065
|
-
<line num="
|
|
1066
|
-
<line num="
|
|
1067
|
-
<line num="
|
|
1082
|
+
<line num="58" count="0" type="stmt"/>
|
|
1083
|
+
<line num="61" count="0" type="stmt"/>
|
|
1084
|
+
<line num="63" count="0" type="stmt"/>
|
|
1085
|
+
<line num="71" count="0" type="stmt"/>
|
|
1086
|
+
<line num="72" count="0" type="stmt"/>
|
|
1087
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1088
|
+
<line num="74" count="0" type="stmt"/>
|
|
1089
|
+
<line num="80" count="0" type="stmt"/>
|
|
1090
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1068
1091
|
<line num="85" count="0" type="stmt"/>
|
|
1069
1092
|
<line num="89" count="0" type="stmt"/>
|
|
1070
1093
|
<line num="93" count="0" type="stmt"/>
|
|
1071
|
-
<line num="
|
|
1072
|
-
<line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1073
|
-
<line num="96" count="0" type="stmt"/>
|
|
1094
|
+
<line num="97" count="0" type="stmt"/>
|
|
1074
1095
|
<line num="98" count="0" type="stmt"/>
|
|
1096
|
+
<line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1075
1097
|
<line num="100" count="0" type="stmt"/>
|
|
1098
|
+
<line num="102" count="0" type="stmt"/>
|
|
1099
|
+
<line num="104" count="0" type="stmt"/>
|
|
1076
1100
|
</file>
|
|
1077
1101
|
<file name="sanitizer.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/sanitizer.ts">
|
|
1078
1102
|
<metrics statements="41" coveredstatements="0" conditionals="21" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
@@ -1350,7 +1374,7 @@
|
|
|
1350
1374
|
</file>
|
|
1351
1375
|
</package>
|
|
1352
1376
|
<package name="main.modules">
|
|
1353
|
-
<metrics statements="
|
|
1377
|
+
<metrics statements="1310" coveredstatements="38" conditionals="673" coveredconditionals="12" methods="282" coveredmethods="12"/>
|
|
1354
1378
|
<file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
|
|
1355
1379
|
<metrics statements="22" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
1356
1380
|
<line num="4" count="0" type="stmt"/>
|
|
@@ -1446,7 +1470,7 @@
|
|
|
1446
1470
|
<line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1447
1471
|
</file>
|
|
1448
1472
|
<file name="conditionsManager.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/conditionsManager.ts">
|
|
1449
|
-
<metrics statements="
|
|
1473
|
+
<metrics statements="156" coveredstatements="0" conditionals="67" coveredconditionals="0" methods="53" coveredmethods="0"/>
|
|
1450
1474
|
<line num="31" count="0" type="stmt"/>
|
|
1451
1475
|
<line num="32" count="0" type="stmt"/>
|
|
1452
1476
|
<line num="33" count="0" type="stmt"/>
|
|
@@ -1462,141 +1486,147 @@
|
|
|
1462
1486
|
<line num="56" count="0" type="stmt"/>
|
|
1463
1487
|
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1464
1488
|
<line num="59" count="0" type="stmt"/>
|
|
1465
|
-
<line num="
|
|
1466
|
-
<line num="
|
|
1467
|
-
<line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1489
|
+
<line num="64" count="0" type="stmt"/>
|
|
1490
|
+
<line num="65" count="0" type="stmt"/>
|
|
1468
1491
|
<line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1469
1492
|
<line num="67" count="0" type="stmt"/>
|
|
1470
|
-
<line num="69" count="0" type="stmt"/>
|
|
1471
1493
|
<line num="73" count="0" type="stmt"/>
|
|
1472
|
-
<line num="75" count="0" type="
|
|
1494
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1495
|
+
<line num="76" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1496
|
+
<line num="77" count="0" type="stmt"/>
|
|
1473
1497
|
<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
1498
|
<line num="83" count="0" type="stmt"/>
|
|
1478
|
-
<line num="
|
|
1499
|
+
<line num="85" count="0" type="stmt"/>
|
|
1500
|
+
<line num="89" count="0" type="stmt"/>
|
|
1479
1501
|
<line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1480
1502
|
<line num="91" count="0" type="stmt"/>
|
|
1481
|
-
<line num="92" count="0" type="
|
|
1503
|
+
<line num="92" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1482
1504
|
<line num="93" count="0" type="stmt"/>
|
|
1483
|
-
<line num="
|
|
1505
|
+
<line num="96" count="0" type="stmt"/>
|
|
1484
1506
|
<line num="100" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1485
|
-
<line num="
|
|
1486
|
-
<line num="
|
|
1507
|
+
<line num="101" count="0" type="stmt"/>
|
|
1508
|
+
<line num="102" count="0" type="stmt"/>
|
|
1509
|
+
<line num="103" count="0" type="stmt"/>
|
|
1487
1510
|
<line num="105" count="0" type="stmt"/>
|
|
1488
|
-
<line num="
|
|
1489
|
-
<line num="
|
|
1490
|
-
<line num="110" count="0" type="stmt"/>
|
|
1491
|
-
<line num="111" count="0" type="stmt"/>
|
|
1492
|
-
<line num="113" count="0" type="stmt"/>
|
|
1511
|
+
<line num="110" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1512
|
+
<line num="112" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
1493
1513
|
<line num="114" count="0" type="stmt"/>
|
|
1494
|
-
<line num="
|
|
1514
|
+
<line num="115" count="0" type="stmt"/>
|
|
1495
1515
|
<line num="117" count="0" type="stmt"/>
|
|
1496
|
-
<line num="
|
|
1516
|
+
<line num="118" count="0" type="stmt"/>
|
|
1517
|
+
<line num="120" count="0" type="stmt"/>
|
|
1518
|
+
<line num="121" count="0" type="stmt"/>
|
|
1519
|
+
<line num="123" count="0" type="stmt"/>
|
|
1497
1520
|
<line num="124" count="0" type="stmt"/>
|
|
1498
|
-
<line num="
|
|
1499
|
-
<line num="127" count="0" type="
|
|
1500
|
-
<line num="128" count="0" type="stmt"/>
|
|
1521
|
+
<line num="126" count="0" type="stmt"/>
|
|
1522
|
+
<line num="127" count="0" type="stmt"/>
|
|
1501
1523
|
<line num="129" count="0" type="stmt"/>
|
|
1502
|
-
<line num="
|
|
1503
|
-
<line num="
|
|
1504
|
-
<line num="137" count="0" type="
|
|
1505
|
-
<line num="
|
|
1524
|
+
<line num="134" count="0" type="stmt"/>
|
|
1525
|
+
<line num="135" count="0" type="stmt"/>
|
|
1526
|
+
<line num="137" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1527
|
+
<line num="138" count="0" type="stmt"/>
|
|
1528
|
+
<line num="139" count="0" type="stmt"/>
|
|
1529
|
+
<line num="140" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1506
1530
|
<line num="141" count="0" type="stmt"/>
|
|
1507
|
-
<line num="
|
|
1508
|
-
<line num="
|
|
1509
|
-
<line num="
|
|
1510
|
-
<line num="
|
|
1511
|
-
<line num="
|
|
1512
|
-
<line num="155" count="0" type="stmt"/>
|
|
1531
|
+
<line num="147" count="0" type="stmt"/>
|
|
1532
|
+
<line num="150" count="0" type="stmt"/>
|
|
1533
|
+
<line num="151" count="0" type="stmt"/>
|
|
1534
|
+
<line num="152" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1535
|
+
<line num="153" count="0" type="stmt"/>
|
|
1513
1536
|
<line num="156" count="0" type="stmt"/>
|
|
1537
|
+
<line num="157" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1514
1538
|
<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
1539
|
<line num="165" count="0" type="stmt"/>
|
|
1520
|
-
<line num="
|
|
1521
|
-
<line num="168" count="0" type="
|
|
1540
|
+
<line num="166" count="0" type="stmt"/>
|
|
1541
|
+
<line num="168" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1542
|
+
<line num="169" count="0" type="stmt"/>
|
|
1522
1543
|
<line num="170" count="0" type="stmt"/>
|
|
1523
|
-
<line num="171" count="0" type="
|
|
1524
|
-
<line num="
|
|
1525
|
-
<line num="174" count="0" type="
|
|
1544
|
+
<line num="171" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1545
|
+
<line num="172" count="0" type="stmt"/>
|
|
1546
|
+
<line num="174" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
1526
1547
|
<line num="176" count="0" type="stmt"/>
|
|
1527
|
-
<line num="
|
|
1528
|
-
<line num="
|
|
1529
|
-
<line num="
|
|
1530
|
-
<line num="
|
|
1548
|
+
<line num="177" count="0" type="stmt"/>
|
|
1549
|
+
<line num="179" count="0" type="stmt"/>
|
|
1550
|
+
<line num="180" count="0" type="stmt"/>
|
|
1551
|
+
<line num="182" count="0" type="stmt"/>
|
|
1552
|
+
<line num="183" count="0" type="stmt"/>
|
|
1553
|
+
<line num="185" count="0" type="stmt"/>
|
|
1531
1554
|
<line num="186" count="0" type="stmt"/>
|
|
1532
|
-
<line num="
|
|
1555
|
+
<line num="188" count="0" type="stmt"/>
|
|
1556
|
+
<line num="190" count="0" type="stmt"/>
|
|
1557
|
+
<line num="192" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1533
1558
|
<line num="193" count="0" type="stmt"/>
|
|
1534
|
-
<line num="
|
|
1535
|
-
<line num="195" count="0" type="stmt"/>
|
|
1536
|
-
<line num="196" count="0" type="stmt"/>
|
|
1559
|
+
<line num="196" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1537
1560
|
<line num="197" count="0" type="stmt"/>
|
|
1538
|
-
<line num="
|
|
1561
|
+
<line num="199" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1562
|
+
<line num="200" count="0" type="stmt"/>
|
|
1539
1563
|
<line num="207" count="0" type="stmt"/>
|
|
1540
|
-
<line num="
|
|
1541
|
-
<line num="
|
|
1542
|
-
<line num="
|
|
1543
|
-
<line num="
|
|
1544
|
-
<line num="
|
|
1545
|
-
<line num="
|
|
1546
|
-
<line num="
|
|
1547
|
-
<line num="
|
|
1548
|
-
<line num="230" count="0" type="stmt"/>
|
|
1564
|
+
<line num="208" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1565
|
+
<line num="209" count="0" type="stmt"/>
|
|
1566
|
+
<line num="210" count="0" type="stmt"/>
|
|
1567
|
+
<line num="211" count="0" type="stmt"/>
|
|
1568
|
+
<line num="217" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1569
|
+
<line num="221" count="0" type="stmt"/>
|
|
1570
|
+
<line num="229" count="0" type="stmt"/>
|
|
1571
|
+
<line num="230" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1549
1572
|
<line num="231" count="0" type="stmt"/>
|
|
1550
|
-
<line num="232" count="0" type="
|
|
1551
|
-
<line num="233" count="0" type="
|
|
1552
|
-
<line num="
|
|
1573
|
+
<line num="232" count="0" type="stmt"/>
|
|
1574
|
+
<line num="233" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1575
|
+
<line num="234" count="0" type="stmt"/>
|
|
1553
1576
|
<line num="242" count="0" type="stmt"/>
|
|
1554
|
-
<line num="243" count="0" type="
|
|
1555
|
-
<line num="
|
|
1556
|
-
<line num="
|
|
1577
|
+
<line num="243" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1578
|
+
<line num="244" count="0" type="stmt"/>
|
|
1579
|
+
<line num="245" count="0" type="stmt"/>
|
|
1580
|
+
<line num="246" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1557
1581
|
<line num="247" count="0" type="stmt"/>
|
|
1558
|
-
<line num="
|
|
1559
|
-
<line num="
|
|
1560
|
-
<line num="
|
|
1561
|
-
<line num="
|
|
1562
|
-
<line num="
|
|
1563
|
-
<line num="
|
|
1564
|
-
<line num="
|
|
1565
|
-
<line num="
|
|
1566
|
-
<line num="
|
|
1567
|
-
<line num="
|
|
1568
|
-
<line num="
|
|
1569
|
-
<line num="
|
|
1570
|
-
<line num="
|
|
1571
|
-
<line num="
|
|
1572
|
-
<line num="
|
|
1573
|
-
<line num="309" count="0" type="stmt"/>
|
|
1582
|
+
<line num="255" count="0" type="stmt"/>
|
|
1583
|
+
<line num="256" count="0" type="stmt"/>
|
|
1584
|
+
<line num="257" count="0" type="stmt"/>
|
|
1585
|
+
<line num="259" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1586
|
+
<line num="260" count="0" type="stmt"/>
|
|
1587
|
+
<line num="261" count="0" type="stmt"/>
|
|
1588
|
+
<line num="262" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1589
|
+
<line num="263" count="0" type="stmt"/>
|
|
1590
|
+
<line num="312" count="0" type="stmt"/>
|
|
1591
|
+
<line num="313" count="0" type="stmt"/>
|
|
1592
|
+
<line num="314" count="0" type="stmt"/>
|
|
1593
|
+
<line num="315" count="0" type="stmt"/>
|
|
1594
|
+
<line num="316" count="0" type="stmt"/>
|
|
1595
|
+
<line num="317" count="0" type="stmt"/>
|
|
1596
|
+
<line num="318" count="0" type="stmt"/>
|
|
1574
1597
|
<line num="319" count="0" type="stmt"/>
|
|
1575
1598
|
<line num="320" count="0" type="stmt"/>
|
|
1576
|
-
<line num="
|
|
1577
|
-
<line num="
|
|
1578
|
-
<line num="
|
|
1579
|
-
<line num="
|
|
1580
|
-
<line num="
|
|
1581
|
-
<line num="
|
|
1582
|
-
<line num="
|
|
1583
|
-
<line num="
|
|
1599
|
+
<line num="321" count="0" type="stmt"/>
|
|
1600
|
+
<line num="322" count="0" type="stmt"/>
|
|
1601
|
+
<line num="323" count="0" type="stmt"/>
|
|
1602
|
+
<line num="326" count="0" type="stmt"/>
|
|
1603
|
+
<line num="327" count="0" type="stmt"/>
|
|
1604
|
+
<line num="337" count="0" type="stmt"/>
|
|
1605
|
+
<line num="338" count="0" type="stmt"/>
|
|
1606
|
+
<line num="340" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1607
|
+
<line num="343" count="0" type="stmt"/>
|
|
1608
|
+
<line num="349" count="0" type="cond" truecount="0" falsecount="10"/>
|
|
1609
|
+
<line num="351" count="0" type="stmt"/>
|
|
1584
1610
|
<line num="357" count="0" type="stmt"/>
|
|
1585
1611
|
<line num="359" count="0" type="stmt"/>
|
|
1586
|
-
<line num="
|
|
1587
|
-
<line num="
|
|
1588
|
-
<line num="
|
|
1589
|
-
<line num="
|
|
1590
|
-
<line num="
|
|
1591
|
-
<line num="
|
|
1592
|
-
<line num="392" count="0" type="stmt"/>
|
|
1612
|
+
<line num="366" count="0" type="stmt"/>
|
|
1613
|
+
<line num="368" count="0" type="stmt"/>
|
|
1614
|
+
<line num="375" count="0" type="stmt"/>
|
|
1615
|
+
<line num="377" count="0" type="stmt"/>
|
|
1616
|
+
<line num="385" count="0" type="stmt"/>
|
|
1617
|
+
<line num="387" count="0" type="stmt"/>
|
|
1593
1618
|
<line num="394" count="0" type="stmt"/>
|
|
1594
|
-
<line num="
|
|
1619
|
+
<line num="396" count="0" type="stmt"/>
|
|
1595
1620
|
<line num="402" count="0" type="stmt"/>
|
|
1596
|
-
<line num="
|
|
1621
|
+
<line num="404" count="0" type="stmt"/>
|
|
1597
1622
|
<line num="410" count="0" type="stmt"/>
|
|
1598
|
-
<line num="
|
|
1599
|
-
<line num="
|
|
1623
|
+
<line num="412" count="0" type="stmt"/>
|
|
1624
|
+
<line num="418" count="0" type="stmt"/>
|
|
1625
|
+
<line num="420" count="0" type="stmt"/>
|
|
1626
|
+
<line num="426" count="0" type="stmt"/>
|
|
1627
|
+
<line num="428" count="0" type="stmt"/>
|
|
1628
|
+
<line num="434" count="0" type="stmt"/>
|
|
1629
|
+
<line num="437" count="0" type="stmt"/>
|
|
1600
1630
|
</file>
|
|
1601
1631
|
<file name="connection.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/connection.ts">
|
|
1602
1632
|
<metrics statements="9" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -2533,46 +2563,47 @@
|
|
|
2533
2563
|
<line num="12" count="0" type="stmt"/>
|
|
2534
2564
|
</file>
|
|
2535
2565
|
<file name="tagWatcher.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/tagWatcher.ts">
|
|
2536
|
-
<metrics statements="
|
|
2566
|
+
<metrics statements="40" coveredstatements="38" conditionals="14" coveredconditionals="12" methods="13" coveredmethods="12"/>
|
|
2537
2567
|
<line num="1" count="1" type="stmt"/>
|
|
2538
2568
|
<line num="4" count="5" type="stmt"/>
|
|
2539
2569
|
<line num="5" count="5" type="stmt"/>
|
|
2540
2570
|
<line num="9" count="5" type="stmt"/>
|
|
2541
2571
|
<line num="10" count="5" type="stmt"/>
|
|
2542
2572
|
<line num="11" count="5" type="stmt"/>
|
|
2543
|
-
<line num="13" count="5" type="
|
|
2544
|
-
<line num="
|
|
2545
|
-
<line num="
|
|
2546
|
-
<line num="
|
|
2547
|
-
<line num="
|
|
2548
|
-
<line num="
|
|
2549
|
-
<line num="20" count="1" type="stmt"/>
|
|
2550
|
-
<line num="21" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
2573
|
+
<line num="13" count="5" type="stmt"/>
|
|
2574
|
+
<line num="16" count="5" type="stmt"/>
|
|
2575
|
+
<line num="17" count="5" type="stmt"/>
|
|
2576
|
+
<line num="18" count="1" type="stmt"/>
|
|
2577
|
+
<line num="19" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
2578
|
+
<line num="20" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
2551
2579
|
<line num="22" count="1" type="stmt"/>
|
|
2580
|
+
<line num="23" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
2552
2581
|
<line num="24" count="1" type="stmt"/>
|
|
2553
|
-
<line num="
|
|
2554
|
-
<line num="
|
|
2555
|
-
<line num="
|
|
2556
|
-
<line num="
|
|
2557
|
-
<line num="
|
|
2558
|
-
<line num="
|
|
2559
|
-
<line num="
|
|
2560
|
-
<line num="
|
|
2561
|
-
<line num="
|
|
2562
|
-
<line num="
|
|
2563
|
-
<line num="
|
|
2564
|
-
<line num="
|
|
2565
|
-
<line num="
|
|
2566
|
-
<line num="
|
|
2567
|
-
<line num="
|
|
2568
|
-
<line num="
|
|
2569
|
-
<line num="
|
|
2570
|
-
<line num="
|
|
2571
|
-
<line num="66" count="2" type="stmt"/>
|
|
2572
|
-
<line num="68" count="1" type="stmt"/>
|
|
2573
|
-
<line num="69" count="1" type="stmt"/>
|
|
2582
|
+
<line num="26" count="1" type="stmt"/>
|
|
2583
|
+
<line num="34" count="1" type="stmt"/>
|
|
2584
|
+
<line num="40" count="1" type="stmt"/>
|
|
2585
|
+
<line num="42" count="1" type="cond" truecount="3" falsecount="0"/>
|
|
2586
|
+
<line num="43" count="1" type="stmt"/>
|
|
2587
|
+
<line num="44" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2588
|
+
<line num="47" count="0" type="stmt"/>
|
|
2589
|
+
<line num="51" count="9" type="stmt"/>
|
|
2590
|
+
<line num="52" count="9" type="stmt"/>
|
|
2591
|
+
<line num="53" count="9" type="stmt"/>
|
|
2592
|
+
<line num="54" count="10" type="stmt"/>
|
|
2593
|
+
<line num="55" count="2" type="stmt"/>
|
|
2594
|
+
<line num="56" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
2595
|
+
<line num="57" count="2" type="stmt"/>
|
|
2596
|
+
<line num="59" count="2" type="stmt"/>
|
|
2597
|
+
<line num="60" count="2" type="stmt"/>
|
|
2598
|
+
<line num="67" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
2599
|
+
<line num="68" count="0" type="stmt"/>
|
|
2574
2600
|
<line num="70" count="1" type="stmt"/>
|
|
2575
2601
|
<line num="74" count="1" type="stmt"/>
|
|
2602
|
+
<line num="75" count="2" type="stmt"/>
|
|
2603
|
+
<line num="77" count="1" type="stmt"/>
|
|
2604
|
+
<line num="78" count="1" type="stmt"/>
|
|
2605
|
+
<line num="79" count="1" type="stmt"/>
|
|
2606
|
+
<line num="83" count="1" type="stmt"/>
|
|
2576
2607
|
</file>
|
|
2577
2608
|
<file name="timing.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/timing.ts">
|
|
2578
2609
|
<metrics statements="110" coveredstatements="0" conditionals="111" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
@@ -3715,7 +3746,7 @@
|
|
|
3715
3746
|
</file>
|
|
3716
3747
|
</package>
|
|
3717
3748
|
<package name="webworker">
|
|
3718
|
-
<metrics statements="
|
|
3749
|
+
<metrics statements="447" coveredstatements="0" conditionals="379" coveredconditionals="0" methods="56" coveredmethods="0"/>
|
|
3719
3750
|
<file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">
|
|
3720
3751
|
<metrics statements="72" coveredstatements="0" conditionals="16" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
3721
3752
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -3792,10 +3823,10 @@
|
|
|
3792
3823
|
<line num="136" count="0" type="stmt"/>
|
|
3793
3824
|
</file>
|
|
3794
3825
|
<file name="MessageEncoder.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/MessageEncoder.gen.ts">
|
|
3795
|
-
<metrics statements="
|
|
3826
|
+
<metrics statements="147" coveredstatements="0" conditionals="280" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3796
3827
|
<line num="6" count="0" type="stmt"/>
|
|
3797
3828
|
<line num="9" count="0" type="stmt"/>
|
|
3798
|
-
<line num="11" count="0" type="cond" truecount="0" falsecount="
|
|
3829
|
+
<line num="11" count="0" type="cond" truecount="0" falsecount="72"/>
|
|
3799
3830
|
<line num="14" count="0" type="stmt"/>
|
|
3800
3831
|
<line num="15" count="0" type="stmt"/>
|
|
3801
3832
|
<line num="18" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
@@ -3938,6 +3969,8 @@
|
|
|
3938
3969
|
<line num="291" count="0" type="stmt"/>
|
|
3939
3970
|
<line num="294" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3940
3971
|
<line num="295" count="0" type="stmt"/>
|
|
3972
|
+
<line num="298" count="0" type="stmt"/>
|
|
3973
|
+
<line num="299" count="0" type="stmt"/>
|
|
3941
3974
|
</file>
|
|
3942
3975
|
<file name="PrimitiveEncoder.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/PrimitiveEncoder.ts">
|
|
3943
3976
|
<metrics statements="69" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="13" coveredmethods="0"/>
|