@openreplay/tracker 11.0.0 → 11.0.1
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 -0
- package/cjs/app/index.d.ts +3 -0
- package/cjs/app/index.js +27 -4
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +7 -1
- package/cjs/modules/userTesting/SignalManager.d.ts +29 -0
- package/cjs/modules/userTesting/SignalManager.js +83 -0
- package/cjs/modules/userTesting/index.d.ts +5 -5
- package/cjs/modules/userTesting/index.js +156 -189
- package/cjs/modules/userTesting/styles.d.ts +28 -11
- package/cjs/modules/userTesting/styles.js +51 -29
- package/cjs/modules/userTesting/utils.d.ts +9 -0
- package/cjs/modules/userTesting/utils.js +87 -0
- package/coverage/clover.xml +851 -351
- package/coverage/coverage-final.json +10 -4
- package/coverage/lcov-report/index.html +38 -23
- package/coverage/lcov-report/main/app/canvas.ts.html +1 -1
- package/coverage/lcov-report/main/app/guards.ts.html +42 -42
- package/coverage/lcov-report/main/app/index.html +24 -24
- package/coverage/lcov-report/main/app/index.ts.html +196 -28
- package/coverage/lcov-report/main/app/logger.ts.html +1 -1
- package/coverage/lcov-report/main/app/messages.gen.ts.html +1 -1
- package/coverage/lcov-report/main/app/nodes.ts.html +1 -1
- 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 +11 -11
- package/coverage/lcov-report/main/index.ts.html +33 -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/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 +1 -1
- 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/timing.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +361 -0
- package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +10 -22
- package/coverage/lcov-report/main/modules/userTesting/index.html +61 -31
- package/coverage/lcov-report/main/modules/userTesting/index.ts.html +809 -113
- package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +136 -67
- package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +159 -87
- package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +361 -0
- package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
- package/coverage/lcov-report/main/utils.ts.html +48 -6
- package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
- package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +1 -1
- 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 +1 -1
- package/coverage/lcov-report/webworker/index.ts.html +1 -1
- package/coverage/lcov.info +1535 -653
- package/lib/app/index.d.ts +3 -0
- package/lib/app/index.js +27 -4
- package/lib/index.d.ts +1 -0
- package/lib/index.js +7 -1
- package/lib/modules/userTesting/SignalManager.d.ts +29 -0
- package/lib/modules/userTesting/SignalManager.js +80 -0
- package/lib/modules/userTesting/index.d.ts +5 -5
- package/lib/modules/userTesting/index.js +128 -161
- package/lib/modules/userTesting/styles.d.ts +28 -11
- package/lib/modules/userTesting/styles.js +50 -28
- package/lib/modules/userTesting/utils.d.ts +9 -0
- package/lib/modules/userTesting/utils.js +79 -0
- package/package.json +2 -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="1702381501101" clover="3.2.0">
|
|
3
|
+
<project timestamp="1702381501101" name="All files">
|
|
4
|
+
<metrics statements="3581" coveredstatements="69" conditionals="1844" coveredconditionals="7" methods="705" coveredmethods="6" elements="6130" coveredelements="82" complexity="0" loc="3581" ncloc="3581" packages="7" files="52" classes="52"/>
|
|
5
5
|
<package name="main">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="253" coveredstatements="0" conditionals="120" coveredconditionals="0" methods="56" 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="172" coveredstatements="0" conditionals="90" coveredconditionals="0" methods="34" coveredmethods="0"/>
|
|
9
9
|
<line num="1" count="0" type="stmt"/>
|
|
10
10
|
<line num="3" count="0" type="stmt"/>
|
|
11
11
|
<line num="5" count="0" type="stmt"/>
|
|
@@ -29,40 +29,38 @@
|
|
|
29
29
|
<line num="28" count="0" type="stmt"/>
|
|
30
30
|
<line num="29" count="0" type="stmt"/>
|
|
31
31
|
<line num="30" count="0" type="stmt"/>
|
|
32
|
-
<line num="31" count="0" type="stmt"/>
|
|
33
32
|
<line num="32" count="0" type="stmt"/>
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="68" count="0" type="
|
|
37
|
-
<line num="
|
|
38
|
-
<line num="
|
|
39
|
-
<line num="74" count="0" type="cond" truecount="0" falsecount="
|
|
33
|
+
<line num="33" count="0" type="stmt"/>
|
|
34
|
+
<line num="65" count="0" type="stmt"/>
|
|
35
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
36
|
+
<line num="69" count="0" type="stmt"/>
|
|
37
|
+
<line num="72" count="0" type="stmt"/>
|
|
38
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
40
39
|
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
41
|
-
<line num="
|
|
42
|
-
<line num="
|
|
43
|
-
<line num="
|
|
40
|
+
<line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
41
|
+
<line num="78" count="0" type="stmt"/>
|
|
42
|
+
<line num="81" count="0" type="stmt"/>
|
|
44
43
|
<line num="83" count="0" type="stmt"/>
|
|
45
|
-
<line num="
|
|
44
|
+
<line num="84" count="0" type="stmt"/>
|
|
46
45
|
<line num="87" count="0" type="stmt"/>
|
|
47
|
-
<line num="
|
|
48
|
-
<line num="91" count="0" type="
|
|
49
|
-
<line num="
|
|
50
|
-
<line num="
|
|
51
|
-
<line num="
|
|
46
|
+
<line num="88" count="0" type="stmt"/>
|
|
47
|
+
<line num="91" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
48
|
+
<line num="92" count="0" type="stmt"/>
|
|
49
|
+
<line num="94" count="0" type="stmt"/>
|
|
50
|
+
<line num="97" count="0" type="stmt"/>
|
|
52
51
|
<line num="100" count="0" type="stmt"/>
|
|
53
|
-
<line num="101" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
54
52
|
<line num="102" count="0" type="stmt"/>
|
|
55
|
-
<line num="
|
|
56
|
-
<line num="
|
|
57
|
-
<line num="106" count="0" type="
|
|
58
|
-
<line num="
|
|
59
|
-
<line num="
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="
|
|
62
|
-
<line num="
|
|
63
|
-
<line num="
|
|
64
|
-
<line num="
|
|
65
|
-
<line num="133" count="0" type="
|
|
53
|
+
<line num="103" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
54
|
+
<line num="104" count="0" type="stmt"/>
|
|
55
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
56
|
+
<line num="107" count="0" type="stmt"/>
|
|
57
|
+
<line num="108" count="0" type="stmt"/>
|
|
58
|
+
<line num="110" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
59
|
+
<line num="111" count="0" type="stmt"/>
|
|
60
|
+
<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"/>
|
|
63
|
+
<line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
66
64
|
<line num="134" count="0" type="stmt"/>
|
|
67
65
|
<line num="135" count="0" type="stmt"/>
|
|
68
66
|
<line num="136" count="0" type="stmt"/>
|
|
@@ -80,104 +78,109 @@
|
|
|
80
78
|
<line num="148" count="0" type="stmt"/>
|
|
81
79
|
<line num="149" count="0" type="stmt"/>
|
|
82
80
|
<line num="150" count="0" type="stmt"/>
|
|
81
|
+
<line num="151" count="0" type="stmt"/>
|
|
83
82
|
<line num="152" count="0" type="stmt"/>
|
|
84
|
-
<line num="153" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
85
83
|
<line num="154" count="0" type="stmt"/>
|
|
84
|
+
<line num="155" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
86
85
|
<line num="156" count="0" type="stmt"/>
|
|
87
86
|
<line num="158" count="0" type="stmt"/>
|
|
88
|
-
<line num="159" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
89
87
|
<line num="160" count="0" type="stmt"/>
|
|
90
|
-
<line num="161" count="0" type="
|
|
91
|
-
<line num="162" count="0" type="
|
|
92
|
-
<line num="
|
|
93
|
-
<line num="
|
|
88
|
+
<line num="161" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
89
|
+
<line num="162" count="0" type="stmt"/>
|
|
90
|
+
<line num="163" count="0" type="stmt"/>
|
|
91
|
+
<line num="164" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
94
92
|
<line num="166" count="0" type="stmt"/>
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="
|
|
99
|
-
<line num="173" count="0" type="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="
|
|
93
|
+
<line num="167" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
94
|
+
<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"/>
|
|
97
|
+
<line num="173" count="0" type="stmt"/>
|
|
98
|
+
<line num="174" count="0" type="stmt"/>
|
|
99
|
+
<line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
100
|
+
<line num="178" count="0" type="stmt"/>
|
|
101
|
+
<line num="179" count="0" type="stmt"/>
|
|
102
|
+
<line num="183" count="0" type="stmt"/>
|
|
105
103
|
<line num="186" count="0" type="stmt"/>
|
|
106
|
-
<line num="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="
|
|
114
|
-
<line num="
|
|
115
|
-
<line num="
|
|
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="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"/>
|
|
111
|
+
<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"/>
|
|
116
115
|
<line num="232" count="0" type="stmt"/>
|
|
117
|
-
<line num="
|
|
118
|
-
<line num="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="242" count="0" type="
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="
|
|
116
|
+
<line num="234" count="0" type="stmt"/>
|
|
117
|
+
<line num="238" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
118
|
+
<line num="239" count="0" type="stmt"/>
|
|
119
|
+
<line num="242" count="0" type="stmt"/>
|
|
120
|
+
<line num="244" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
121
|
+
<line num="245" count="0" type="stmt"/>
|
|
122
|
+
<line num="248" count="0" type="stmt"/>
|
|
123
|
+
<line num="252" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
125
124
|
<line num="253" count="0" type="stmt"/>
|
|
126
|
-
<line num="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="
|
|
125
|
+
<line num="255" count="0" type="stmt"/>
|
|
126
|
+
<line num="256" count="0" type="stmt"/>
|
|
127
|
+
<line num="260" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
129
128
|
<line num="261" count="0" type="stmt"/>
|
|
130
|
-
<line num="
|
|
131
|
-
<line num="
|
|
129
|
+
<line num="263" count="0" type="stmt"/>
|
|
130
|
+
<line num="267" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
132
131
|
<line num="268" count="0" type="stmt"/>
|
|
133
|
-
<line num="
|
|
134
|
-
<line num="
|
|
132
|
+
<line num="270" count="0" type="stmt"/>
|
|
133
|
+
<line num="274" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
135
134
|
<line num="275" count="0" type="stmt"/>
|
|
136
|
-
<line num="
|
|
137
|
-
<line num="
|
|
135
|
+
<line num="277" count="0" type="stmt"/>
|
|
136
|
+
<line num="281" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
138
137
|
<line num="282" count="0" type="stmt"/>
|
|
139
|
-
<line num="
|
|
140
|
-
<line num="
|
|
141
|
-
<line num="
|
|
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="333" count="0" type="stmt"/>
|
|
138
|
+
<line num="284" count="0" type="stmt"/>
|
|
139
|
+
<line num="288" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
140
|
+
<line num="289" count="0" type="stmt"/>
|
|
141
|
+
<line num="291" count="0" type="stmt"/>
|
|
142
|
+
<line num="295" count="0" type="stmt"/>
|
|
143
|
+
<line num="296" count="0" type="stmt"/>
|
|
144
|
+
<line num="300" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
145
|
+
<line num="301" count="0" type="stmt"/>
|
|
146
|
+
<line num="303" count="0" type="stmt"/>
|
|
147
|
+
<line num="307" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
148
|
+
<line num="308" count="0" type="stmt"/>
|
|
149
|
+
<line num="313" count="0" type="stmt"/>
|
|
150
|
+
<line num="314" count="0" type="stmt"/>
|
|
151
|
+
<line num="318" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
152
|
+
<line num="319" count="0" type="stmt"/>
|
|
153
|
+
<line num="324" count="0" type="stmt"/>
|
|
154
|
+
<line num="325" count="0" type="stmt"/>
|
|
155
|
+
<line num="329" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
156
|
+
<line num="330" count="0" type="stmt"/>
|
|
159
157
|
<line num="335" count="0" type="stmt"/>
|
|
160
158
|
<line num="336" count="0" type="stmt"/>
|
|
161
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="
|
|
159
|
+
<line num="340" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
160
|
+
<line num="341" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
161
|
+
<line num="342" count="0" type="stmt"/>
|
|
162
|
+
<line num="344" count="0" type="stmt"/>
|
|
163
|
+
<line num="345" count="0" type="stmt"/>
|
|
164
164
|
<line num="347" count="0" type="stmt"/>
|
|
165
|
-
<line num="
|
|
166
|
-
<line num="
|
|
167
|
-
<line num="352" count="0" type="stmt"/>
|
|
165
|
+
<line num="349" count="0" type="stmt"/>
|
|
166
|
+
<line num="355" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
168
167
|
<line num="356" count="0" type="stmt"/>
|
|
169
|
-
<line num="
|
|
168
|
+
<line num="357" count="0" type="stmt"/>
|
|
169
|
+
<line num="359" count="0" type="stmt"/>
|
|
170
170
|
<line num="361" count="0" type="stmt"/>
|
|
171
|
-
<line num="363" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
172
|
-
<line num="364" count="0" type="stmt"/>
|
|
173
171
|
<line num="365" count="0" type="stmt"/>
|
|
174
|
-
<line num="
|
|
172
|
+
<line num="369" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
175
173
|
<line num="370" count="0" type="stmt"/>
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
174
|
+
<line num="372" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
175
|
+
<line num="373" count="0" type="stmt"/>
|
|
176
|
+
<line num="374" count="0" type="stmt"/>
|
|
177
|
+
<line num="375" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
178
|
+
<line num="379" count="0" type="stmt"/>
|
|
179
|
+
<line num="380" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
180
|
+
<line num="381" count="0" type="stmt"/>
|
|
178
181
|
</file>
|
|
179
182
|
<file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
|
|
180
|
-
<metrics statements="
|
|
183
|
+
<metrics statements="81" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
181
184
|
<line num="1" count="0" type="stmt"/>
|
|
182
185
|
<line num="3" count="0" type="stmt"/>
|
|
183
186
|
<line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -241,24 +244,28 @@
|
|
|
241
244
|
<line num="134" count="0" type="stmt"/>
|
|
242
245
|
<line num="140" count="0" type="stmt"/>
|
|
243
246
|
<line num="141" count="0" type="stmt"/>
|
|
247
|
+
<line num="142" count="0" type="stmt"/>
|
|
244
248
|
<line num="144" count="0" type="stmt"/>
|
|
245
|
-
<line num="
|
|
246
|
-
<line num="
|
|
249
|
+
<line num="151" count="0" type="stmt"/>
|
|
250
|
+
<line num="157" count="0" type="stmt"/>
|
|
251
|
+
<line num="160" count="0" type="stmt"/>
|
|
252
|
+
<line num="161" count="0" type="stmt"/>
|
|
247
253
|
<line num="163" count="0" type="stmt"/>
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
250
|
-
<line num="
|
|
251
|
-
<line num="
|
|
252
|
-
<line num="
|
|
253
|
-
<line num="
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="
|
|
256
|
-
<line num="
|
|
257
|
-
<line num="
|
|
254
|
+
<line num="177" count="0" type="stmt"/>
|
|
255
|
+
<line num="178" count="0" type="stmt"/>
|
|
256
|
+
<line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
257
|
+
<line num="180" count="0" type="stmt"/>
|
|
258
|
+
<line num="182" count="0" type="stmt"/>
|
|
259
|
+
<line num="183" count="0" type="stmt"/>
|
|
260
|
+
<line num="184" count="0" type="stmt"/>
|
|
261
|
+
<line num="186" count="0" type="stmt"/>
|
|
262
|
+
<line num="187" count="0" type="stmt"/>
|
|
263
|
+
<line num="189" count="0" type="stmt"/>
|
|
264
|
+
<line num="190" count="0" type="stmt"/>
|
|
258
265
|
</file>
|
|
259
266
|
</package>
|
|
260
267
|
<package name="main.app">
|
|
261
|
-
<metrics statements="
|
|
268
|
+
<metrics statements="719" coveredstatements="0" conditionals="290" coveredconditionals="0" methods="209" coveredmethods="0"/>
|
|
262
269
|
<file name="canvas.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/canvas.ts">
|
|
263
270
|
<metrics statements="59" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
264
271
|
<line num="2" count="0" type="stmt"/>
|
|
@@ -322,26 +329,26 @@
|
|
|
322
329
|
<line num="130" count="0" type="stmt"/>
|
|
323
330
|
</file>
|
|
324
331
|
<file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
|
|
325
|
-
<metrics statements="16" coveredstatements="
|
|
326
|
-
<line num="2" count="
|
|
327
|
-
<line num="3" count="
|
|
328
|
-
<line num="6" count="
|
|
329
|
-
<line num="7" count="
|
|
330
|
-
<line num="10" count="
|
|
331
|
-
<line num="11" count="
|
|
332
|
-
<line num="14" count="
|
|
333
|
-
<line num="15" count="
|
|
334
|
-
<line num="18" count="
|
|
335
|
-
<line num="19" count="
|
|
336
|
-
<line num="22" count="
|
|
337
|
-
<line num="23" count="
|
|
338
|
-
<line num="26" count="
|
|
339
|
-
<line num="27" count="
|
|
340
|
-
<line num="43" count="
|
|
341
|
-
<line num="48" count="
|
|
332
|
+
<metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
333
|
+
<line num="2" count="0" type="stmt"/>
|
|
334
|
+
<line num="3" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
335
|
+
<line num="6" count="0" type="stmt"/>
|
|
336
|
+
<line num="7" count="0" type="stmt"/>
|
|
337
|
+
<line num="10" count="0" type="stmt"/>
|
|
338
|
+
<line num="11" count="0" type="stmt"/>
|
|
339
|
+
<line num="14" count="0" type="stmt"/>
|
|
340
|
+
<line num="15" count="0" type="stmt"/>
|
|
341
|
+
<line num="18" count="0" type="stmt"/>
|
|
342
|
+
<line num="19" count="0" type="stmt"/>
|
|
343
|
+
<line num="22" count="0" type="stmt"/>
|
|
344
|
+
<line num="23" count="0" type="stmt"/>
|
|
345
|
+
<line num="26" count="0" type="stmt"/>
|
|
346
|
+
<line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
347
|
+
<line num="43" count="0" type="stmt"/>
|
|
348
|
+
<line num="48" count="0" type="stmt"/>
|
|
342
349
|
</file>
|
|
343
350
|
<file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
|
|
344
|
-
<metrics statements="
|
|
351
|
+
<metrics statements="309" coveredstatements="0" conditionals="190" coveredconditionals="0" methods="62" coveredmethods="0"/>
|
|
345
352
|
<line num="2" count="0" type="stmt"/>
|
|
346
353
|
<line num="3" count="0" type="stmt"/>
|
|
347
354
|
<line num="12" count="0" type="stmt"/>
|
|
@@ -354,282 +361,303 @@
|
|
|
354
361
|
<line num="19" count="0" type="stmt"/>
|
|
355
362
|
<line num="20" count="0" type="stmt"/>
|
|
356
363
|
<line num="26" count="0" type="stmt"/>
|
|
357
|
-
<line num="
|
|
364
|
+
<line num="27" count="0" type="stmt"/>
|
|
358
365
|
<line num="53" count="0" type="stmt"/>
|
|
359
|
-
<line num="
|
|
360
|
-
<line num="
|
|
361
|
-
<line num="
|
|
362
|
-
<line num="
|
|
363
|
-
<line num="
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="
|
|
368
|
-
<line num="
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="128" count="0" type="stmt"/>
|
|
366
|
+
<line num="54" count="0" type="stmt"/>
|
|
367
|
+
<line num="55" count="0" type="stmt"/>
|
|
368
|
+
<line num="81" count="0" type="stmt"/>
|
|
369
|
+
<line num="82" count="0" type="stmt"/>
|
|
370
|
+
<line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
371
|
+
<line num="89" count="0" type="stmt"/>
|
|
372
|
+
<line num="90" count="0" type="stmt"/>
|
|
373
|
+
<line num="91" count="0" type="stmt"/>
|
|
374
|
+
<line num="124" count="0" type="stmt"/>
|
|
375
|
+
<line num="127" count="0" type="stmt"/>
|
|
376
|
+
<line num="128" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
377
|
+
<line num="129" count="0" type="stmt"/>
|
|
378
|
+
<line num="130" count="0" type="stmt"/>
|
|
373
379
|
<line num="131" count="0" type="stmt"/>
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="137" count="0" type="stmt"/>
|
|
377
|
-
<line num="138" count="0" type="stmt"/>
|
|
378
|
-
<line num="141" count="0" type="stmt"/>
|
|
379
|
-
<line num="142" count="0" type="stmt"/>
|
|
380
|
-
<line num="143" count="0" type="stmt"/>
|
|
381
|
-
<line num="146" count="0" type="stmt"/>
|
|
380
|
+
<line num="134" count="0" type="stmt"/>
|
|
381
|
+
<line num="144" count="0" type="stmt"/>
|
|
382
382
|
<line num="147" count="0" type="stmt"/>
|
|
383
|
+
<line num="148" count="0" type="stmt"/>
|
|
384
|
+
<line num="149" count="0" type="stmt"/>
|
|
385
|
+
<line num="153" count="0" type="stmt"/>
|
|
386
|
+
<line num="154" count="0" type="stmt"/>
|
|
383
387
|
<line num="157" count="0" type="stmt"/>
|
|
384
388
|
<line num="158" count="0" type="stmt"/>
|
|
385
389
|
<line num="159" count="0" type="stmt"/>
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
389
|
-
<line num="
|
|
390
|
-
<line num="
|
|
391
|
-
<line num="
|
|
392
|
-
<line num="189" count="0" type="stmt"/>
|
|
393
|
-
<line num="190" count="0" type="stmt"/>
|
|
394
|
-
<line num="191" count="0" type="stmt"/>
|
|
395
|
-
<line num="192" count="0" type="stmt"/>
|
|
396
|
-
<line num="193" count="0" type="stmt"/>
|
|
397
|
-
<line num="194" count="0" type="stmt"/>
|
|
398
|
-
<line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
390
|
+
<line num="162" count="0" type="stmt"/>
|
|
391
|
+
<line num="169" count="0" type="stmt"/>
|
|
392
|
+
<line num="170" count="0" type="stmt"/>
|
|
393
|
+
<line num="171" count="0" type="stmt"/>
|
|
394
|
+
<line num="172" count="0" type="stmt"/>
|
|
395
|
+
<line num="195" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
399
396
|
<line num="196" count="0" type="stmt"/>
|
|
400
|
-
<line num="197" count="0" type="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="203" count="0" type="
|
|
397
|
+
<line num="197" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
398
|
+
<line num="200" count="0" type="stmt"/>
|
|
399
|
+
<line num="201" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
400
|
+
<line num="202" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
401
|
+
<line num="203" count="0" type="stmt"/>
|
|
405
402
|
<line num="204" count="0" type="stmt"/>
|
|
406
|
-
<line num="
|
|
403
|
+
<line num="205" count="0" type="stmt"/>
|
|
404
|
+
<line num="206" count="0" type="stmt"/>
|
|
405
|
+
<line num="207" count="0" type="stmt"/>
|
|
406
|
+
<line num="208" count="0" type="stmt"/>
|
|
407
|
+
<line num="209" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
407
408
|
<line num="210" count="0" type="stmt"/>
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="
|
|
410
|
-
<line num="
|
|
409
|
+
<line num="211" count="0" type="stmt"/>
|
|
410
|
+
<line num="212" count="0" type="stmt"/>
|
|
411
|
+
<line num="213" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
412
|
+
<line num="215" count="0" type="stmt"/>
|
|
413
|
+
<line num="217" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
411
414
|
<line num="218" count="0" type="stmt"/>
|
|
412
|
-
<line num="
|
|
413
|
-
<line num="
|
|
414
|
-
<line num="222" count="0" type="stmt"/>
|
|
415
|
-
<line num="223" count="0" type="stmt"/>
|
|
416
|
-
<line num="224" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
417
|
-
<line num="225" count="0" type="stmt"/>
|
|
418
|
-
<line num="226" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
415
|
+
<line num="223" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
416
|
+
<line num="224" count="0" type="stmt"/>
|
|
419
417
|
<line num="227" count="0" type="stmt"/>
|
|
420
418
|
<line num="228" count="0" type="stmt"/>
|
|
421
|
-
<line num="229" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
422
|
-
<line num="230" count="0" type="stmt"/>
|
|
423
419
|
<line num="231" count="0" type="stmt"/>
|
|
424
|
-
<line num="232" count="0" type="
|
|
425
|
-
<line num="
|
|
426
|
-
<line num="
|
|
427
|
-
<line num="235" count="0" type="stmt"/>
|
|
420
|
+
<line num="232" count="0" type="stmt"/>
|
|
421
|
+
<line num="234" count="0" type="stmt"/>
|
|
422
|
+
<line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
428
423
|
<line num="236" count="0" type="stmt"/>
|
|
429
|
-
<line num="237" count="0" type="
|
|
430
|
-
<line num="238" count="0" type="
|
|
424
|
+
<line num="237" count="0" type="stmt"/>
|
|
425
|
+
<line num="238" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
431
426
|
<line num="239" count="0" type="stmt"/>
|
|
432
|
-
<line num="
|
|
433
|
-
<line num="
|
|
427
|
+
<line num="240" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
428
|
+
<line num="241" count="0" type="stmt"/>
|
|
429
|
+
<line num="242" count="0" type="stmt"/>
|
|
430
|
+
<line num="243" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
431
|
+
<line num="244" count="0" type="stmt"/>
|
|
432
|
+
<line num="245" count="0" type="stmt"/>
|
|
433
|
+
<line num="246" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
434
|
+
<line num="247" count="0" type="stmt"/>
|
|
435
|
+
<line num="248" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
436
|
+
<line num="249" count="0" type="stmt"/>
|
|
434
437
|
<line num="250" count="0" type="stmt"/>
|
|
435
438
|
<line num="251" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
436
439
|
<line num="252" count="0" type="stmt"/>
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="257" count="0" type="
|
|
439
|
-
<line num="
|
|
440
|
-
<line num="261" count="0" type="stmt"/>
|
|
440
|
+
<line num="253" count="0" type="stmt"/>
|
|
441
|
+
<line num="257" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
442
|
+
<line num="260" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
441
443
|
<line num="264" count="0" type="stmt"/>
|
|
444
|
+
<line num="265" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
442
445
|
<line num="266" count="0" type="stmt"/>
|
|
443
|
-
<line num="
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="
|
|
449
|
-
<line num="
|
|
450
|
-
<line num="289" count="0" type="stmt"/>
|
|
446
|
+
<line num="270" count="0" type="stmt"/>
|
|
447
|
+
<line num="271" count="0" type="stmt"/>
|
|
448
|
+
<line num="273" count="0" type="stmt"/>
|
|
449
|
+
<line num="275" count="0" type="stmt"/>
|
|
450
|
+
<line num="278" count="0" type="stmt"/>
|
|
451
|
+
<line num="280" count="0" type="stmt"/>
|
|
452
|
+
<line num="289" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
451
453
|
<line num="290" count="0" type="stmt"/>
|
|
452
|
-
<line num="292" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
453
|
-
<line num="293" count="0" type="stmt"/>
|
|
454
|
-
<line num="294" count="0" type="stmt"/>
|
|
455
|
-
<line num="295" count="0" type="stmt"/>
|
|
456
454
|
<line num="297" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
457
455
|
<line num="298" count="0" type="stmt"/>
|
|
458
|
-
<line num="299" count="0" type="cond" truecount="0" falsecount="
|
|
456
|
+
<line num="299" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
459
457
|
<line num="300" count="0" type="stmt"/>
|
|
460
|
-
<line num="
|
|
458
|
+
<line num="302" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
459
|
+
<line num="303" count="0" type="stmt"/>
|
|
460
|
+
<line num="304" count="0" type="stmt"/>
|
|
461
|
+
<line num="306" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
462
|
+
<line num="307" count="0" type="stmt"/>
|
|
463
|
+
<line num="308" count="0" type="stmt"/>
|
|
464
|
+
<line num="309" count="0" type="stmt"/>
|
|
465
|
+
<line num="311" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
466
|
+
<line num="312" count="0" type="stmt"/>
|
|
467
|
+
<line num="313" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
461
468
|
<line num="314" count="0" type="stmt"/>
|
|
462
|
-
<line num="
|
|
463
|
-
<line num="
|
|
464
|
-
<line num="
|
|
465
|
-
<line num="
|
|
466
|
-
<line num="
|
|
467
|
-
<line num="
|
|
468
|
-
<line num="
|
|
469
|
-
<line num="
|
|
470
|
-
<line num="
|
|
471
|
-
<line num="340" count="0" type="stmt"/>
|
|
472
|
-
<line num="344" count="0" type="stmt"/>
|
|
473
|
-
<line num="350" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
469
|
+
<line num="327" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
470
|
+
<line num="328" count="0" type="stmt"/>
|
|
471
|
+
<line num="338" count="0" type="stmt"/>
|
|
472
|
+
<line num="341" count="0" type="stmt"/>
|
|
473
|
+
<line num="344" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
474
|
+
<line num="345" count="0" type="stmt"/>
|
|
475
|
+
<line num="348" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
476
|
+
<line num="349" count="0" type="stmt"/>
|
|
477
|
+
<line num="350" count="0" type="stmt"/>
|
|
474
478
|
<line num="351" count="0" type="stmt"/>
|
|
475
|
-
<line num="
|
|
476
|
-
<line num="
|
|
479
|
+
<line num="353" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
480
|
+
<line num="354" count="0" type="stmt"/>
|
|
477
481
|
<line num="358" count="0" type="stmt"/>
|
|
478
|
-
<line num="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="
|
|
481
|
-
<line num="363" count="0" type="stmt"/>
|
|
482
|
-
<line num="368" count="0" type="stmt"/>
|
|
482
|
+
<line num="364" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
483
|
+
<line num="365" count="0" type="stmt"/>
|
|
484
|
+
<line num="370" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
483
485
|
<line num="371" count="0" type="stmt"/>
|
|
484
|
-
<line num="
|
|
486
|
+
<line num="372" count="0" type="stmt"/>
|
|
487
|
+
<line num="373" count="0" type="stmt"/>
|
|
488
|
+
<line num="375" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
485
489
|
<line num="376" count="0" type="stmt"/>
|
|
486
490
|
<line num="377" count="0" type="stmt"/>
|
|
487
|
-
<line num="
|
|
488
|
-
<line num="
|
|
491
|
+
<line num="382" count="0" type="stmt"/>
|
|
492
|
+
<line num="385" count="0" type="stmt"/>
|
|
493
|
+
<line num="389" count="0" type="stmt"/>
|
|
489
494
|
<line num="390" count="0" type="stmt"/>
|
|
490
|
-
<line num="
|
|
491
|
-
<line num="
|
|
492
|
-
<line num="
|
|
493
|
-
<line num="401" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
494
|
-
<line num="402" count="0" type="stmt"/>
|
|
495
|
+
<line num="391" count="0" type="stmt"/>
|
|
496
|
+
<line num="392" count="0" type="stmt"/>
|
|
497
|
+
<line num="394" count="0" type="stmt"/>
|
|
495
498
|
<line num="404" count="0" type="stmt"/>
|
|
499
|
+
<line num="408" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
500
|
+
<line num="409" count="0" type="stmt"/>
|
|
501
|
+
<line num="411" count="0" type="stmt"/>
|
|
496
502
|
<line num="415" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
497
503
|
<line num="416" count="0" type="stmt"/>
|
|
498
504
|
<line num="418" count="0" type="stmt"/>
|
|
499
|
-
<line num="
|
|
500
|
-
<line num="422" count="0" type="stmt"/>
|
|
501
|
-
<line num="423" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
505
|
+
<line num="429" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
502
506
|
<line num="430" count="0" type="stmt"/>
|
|
503
|
-
<line num="431" count="0" type="stmt"/>
|
|
504
507
|
<line num="432" count="0" type="stmt"/>
|
|
505
|
-
<line num="433" count="0" type="cond" truecount="0" falsecount="
|
|
506
|
-
<line num="
|
|
507
|
-
<line num="
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
512
|
-
<line num="
|
|
508
|
+
<line num="433" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
509
|
+
<line num="436" count="0" type="stmt"/>
|
|
510
|
+
<line num="437" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
511
|
+
<line num="444" count="0" type="stmt"/>
|
|
512
|
+
<line num="445" count="0" type="stmt"/>
|
|
513
|
+
<line num="446" count="0" type="stmt"/>
|
|
514
|
+
<line num="447" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
515
|
+
<line num="448" count="0" type="stmt"/>
|
|
516
|
+
<line num="450" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
517
|
+
<line num="451" count="0" type="stmt"/>
|
|
518
|
+
<line num="453" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
519
|
+
<line num="454" count="0" type="stmt"/>
|
|
513
520
|
<line num="457" count="0" type="stmt"/>
|
|
514
|
-
<line num="
|
|
515
|
-
<line num="
|
|
516
|
-
<line num="472" count="0" type="stmt"/>
|
|
517
|
-
<line num="473" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
518
|
-
<line num="474" count="0" type="stmt"/>
|
|
519
|
-
<line num="475" count="0" type="stmt"/>
|
|
520
|
-
<line num="477" count="0" type="stmt"/>
|
|
521
|
+
<line num="461" count="0" type="stmt"/>
|
|
522
|
+
<line num="471" count="0" type="stmt"/>
|
|
521
523
|
<line num="478" count="0" type="stmt"/>
|
|
522
|
-
<line num="
|
|
523
|
-
<line num="482" count="0" type="stmt"/>
|
|
524
|
-
<line num="484" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
525
|
-
<line num="485" count="0" type="stmt"/>
|
|
524
|
+
<line num="482" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
526
525
|
<line num="486" count="0" type="stmt"/>
|
|
526
|
+
<line num="487" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
527
|
+
<line num="488" count="0" type="stmt"/>
|
|
527
528
|
<line num="489" count="0" type="stmt"/>
|
|
528
|
-
<line num="
|
|
529
|
-
<line num="
|
|
530
|
-
<line num="
|
|
531
|
-
<line num="
|
|
532
|
-
<line num="
|
|
533
|
-
<line num="
|
|
529
|
+
<line num="491" count="0" type="stmt"/>
|
|
530
|
+
<line num="492" count="0" type="stmt"/>
|
|
531
|
+
<line num="494" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
532
|
+
<line num="496" count="0" type="stmt"/>
|
|
533
|
+
<line num="498" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
534
|
+
<line num="499" count="0" type="stmt"/>
|
|
535
|
+
<line num="500" count="0" type="stmt"/>
|
|
536
|
+
<line num="503" count="0" type="stmt"/>
|
|
534
537
|
<line num="507" count="0" type="stmt"/>
|
|
535
|
-
<line num="
|
|
536
|
-
<line num="
|
|
537
|
-
<line num="
|
|
538
|
-
<line num="
|
|
539
|
-
<line num="520" count="0" type="
|
|
538
|
+
<line num="511" count="0" type="stmt"/>
|
|
539
|
+
<line num="515" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
540
|
+
<line num="516" count="0" type="stmt"/>
|
|
541
|
+
<line num="517" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
542
|
+
<line num="520" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
543
|
+
<line num="521" count="0" type="stmt"/>
|
|
540
544
|
<line num="524" count="0" type="stmt"/>
|
|
541
|
-
<line num="
|
|
542
|
-
<line num="532" count="0" type="
|
|
545
|
+
<line num="531" count="0" type="stmt"/>
|
|
546
|
+
<line num="532" count="0" type="stmt"/>
|
|
543
547
|
<line num="533" count="0" type="stmt"/>
|
|
544
|
-
<line num="
|
|
545
|
-
<line num="
|
|
546
|
-
<line num="
|
|
547
|
-
<line num="
|
|
548
|
-
<line num="
|
|
549
|
-
<line num="
|
|
550
|
-
<line num="
|
|
551
|
-
<line num="
|
|
552
|
-
<line num="
|
|
553
|
-
<line num="556" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
548
|
+
<line num="534" count="0" type="stmt"/>
|
|
549
|
+
<line num="538" count="0" type="stmt"/>
|
|
550
|
+
<line num="542" count="0" type="stmt"/>
|
|
551
|
+
<line num="546" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
552
|
+
<line num="547" count="0" type="stmt"/>
|
|
553
|
+
<line num="549" count="0" type="stmt"/>
|
|
554
|
+
<line num="554" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
555
|
+
<line num="555" count="0" type="stmt"/>
|
|
556
|
+
<line num="557" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
554
557
|
<line num="558" count="0" type="stmt"/>
|
|
555
|
-
<line num="
|
|
556
|
-
<line num="
|
|
557
|
-
<line num="567" count="0" type="
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="
|
|
560
|
-
<line num="
|
|
558
|
+
<line num="564" count="0" type="stmt"/>
|
|
559
|
+
<line num="565" count="0" type="stmt"/>
|
|
560
|
+
<line num="567" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
561
|
+
<line num="568" count="0" type="stmt"/>
|
|
562
|
+
<line num="570" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
563
|
+
<line num="572" count="0" type="stmt"/>
|
|
564
|
+
<line num="574" count="0" type="stmt"/>
|
|
565
|
+
<line num="580" count="0" type="stmt"/>
|
|
561
566
|
<line num="581" count="0" type="stmt"/>
|
|
562
|
-
<line num="
|
|
563
|
-
<line num="
|
|
564
|
-
<line num="
|
|
565
|
-
<line num="
|
|
566
|
-
<line num="
|
|
567
|
-
<line num="
|
|
568
|
-
<line num="
|
|
569
|
-
<line num="
|
|
570
|
-
<line num="
|
|
571
|
-
<line num="623" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
567
|
+
<line num="592" count="0" type="stmt"/>
|
|
568
|
+
<line num="593" count="0" type="stmt"/>
|
|
569
|
+
<line num="594" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
570
|
+
<line num="595" count="0" type="stmt"/>
|
|
571
|
+
<line num="596" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
572
|
+
<line num="598" count="0" type="stmt"/>
|
|
573
|
+
<line num="604" count="0" type="stmt"/>
|
|
574
|
+
<line num="621" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
575
|
+
<line num="622" count="0" type="stmt"/>
|
|
572
576
|
<line num="624" count="0" type="stmt"/>
|
|
573
|
-
<line num="
|
|
574
|
-
<line num="
|
|
575
|
-
<line num="
|
|
576
|
-
<line num="
|
|
577
|
-
<line num="
|
|
578
|
-
<line num="
|
|
579
|
-
<line num="
|
|
580
|
-
<line num="
|
|
577
|
+
<line num="627" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
578
|
+
<line num="634" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
579
|
+
<line num="635" count="0" type="stmt"/>
|
|
580
|
+
<line num="637" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
581
|
+
<line num="638" count="0" type="stmt"/>
|
|
582
|
+
<line num="658" count="0" type="stmt"/>
|
|
583
|
+
<line num="659" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
584
|
+
<line num="667" count="0" type="stmt"/>
|
|
585
|
+
<line num="669" count="0" type="stmt"/>
|
|
586
|
+
<line num="670" count="0" type="stmt"/>
|
|
581
587
|
<line num="671" count="0" type="stmt"/>
|
|
582
|
-
<line num="673" count="0" type="stmt"/>
|
|
583
|
-
<line num="676" count="0" type="stmt"/>
|
|
584
|
-
<line num="677" count="0" type="stmt"/>
|
|
585
588
|
<line num="679" count="0" type="stmt"/>
|
|
586
|
-
<line num="
|
|
589
|
+
<line num="684" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
590
|
+
<line num="685" count="0" type="stmt"/>
|
|
587
591
|
<line num="687" count="0" type="stmt"/>
|
|
588
|
-
<line num="
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="
|
|
592
|
+
<line num="690" count="0" type="stmt"/>
|
|
593
|
+
<line num="691" count="0" type="stmt"/>
|
|
594
|
+
<line num="693" count="0" type="stmt"/>
|
|
591
595
|
<line num="695" count="0" type="stmt"/>
|
|
592
|
-
<line num="696" count="0" type="stmt"/>
|
|
593
|
-
<line num="697" count="0" type="stmt"/>
|
|
594
596
|
<line num="701" count="0" type="stmt"/>
|
|
595
|
-
<line num="
|
|
596
|
-
<line num="705" count="0" type="
|
|
597
|
+
<line num="702" count="0" type="stmt"/>
|
|
598
|
+
<line num="705" count="0" type="stmt"/>
|
|
597
599
|
<line num="706" count="0" type="stmt"/>
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="709" count="0" type="
|
|
600
|
-
<line num="
|
|
600
|
+
<line num="707" count="0" type="stmt"/>
|
|
601
|
+
<line num="709" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
602
|
+
<line num="710" count="0" type="stmt"/>
|
|
601
603
|
<line num="713" count="0" type="stmt"/>
|
|
602
|
-
<line num="714" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
603
604
|
<line num="715" count="0" type="stmt"/>
|
|
604
|
-
<line num="
|
|
605
|
-
<line num="719" count="0" type="
|
|
605
|
+
<line num="717" count="0" type="stmt"/>
|
|
606
|
+
<line num="719" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
606
607
|
<line num="720" count="0" type="stmt"/>
|
|
607
|
-
<line num="
|
|
608
|
+
<line num="722" count="0" type="stmt"/>
|
|
609
|
+
<line num="724" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
610
|
+
<line num="728" count="0" type="stmt"/>
|
|
611
|
+
<line num="729" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
608
612
|
<line num="730" count="0" type="stmt"/>
|
|
609
|
-
<line num="
|
|
610
|
-
<line num="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="
|
|
616
|
-
<line num="
|
|
613
|
+
<line num="732" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
614
|
+
<line num="733" count="0" type="stmt"/>
|
|
615
|
+
<line num="734" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
616
|
+
<line num="735" count="0" type="stmt"/>
|
|
617
|
+
<line num="736" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
618
|
+
<line num="740" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
619
|
+
<line num="741" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
620
|
+
<line num="743" count="0" type="stmt"/>
|
|
621
|
+
<line num="744" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
617
622
|
<line num="745" count="0" type="stmt"/>
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="
|
|
623
|
+
<line num="750" count="0" type="stmt"/>
|
|
624
|
+
<line num="754" count="0" type="stmt"/>
|
|
625
|
+
<line num="757" count="0" type="stmt"/>
|
|
626
|
+
<line num="758" count="0" type="stmt"/>
|
|
620
627
|
<line num="759" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
621
628
|
<line num="760" count="0" type="stmt"/>
|
|
622
|
-
<line num="761" count="0" type="stmt"/>
|
|
623
|
-
<line num="762" count="0" type="stmt"/>
|
|
624
629
|
<line num="763" count="0" type="stmt"/>
|
|
625
630
|
<line num="764" count="0" type="stmt"/>
|
|
626
631
|
<line num="765" count="0" type="stmt"/>
|
|
627
|
-
<line num="766" count="0" type="stmt"/>
|
|
628
|
-
<line num="767" count="0" type="stmt"/>
|
|
629
|
-
<line num="768" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
630
632
|
<line num="769" count="0" type="stmt"/>
|
|
631
|
-
<line num="771" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
632
633
|
<line num="773" count="0" type="stmt"/>
|
|
634
|
+
<line num="777" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
635
|
+
<line num="785" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
636
|
+
<line num="786" count="0" type="stmt"/>
|
|
637
|
+
<line num="787" count="0" type="stmt"/>
|
|
638
|
+
<line num="788" count="0" type="stmt"/>
|
|
639
|
+
<line num="792" count="0" type="stmt"/>
|
|
640
|
+
<line num="793" count="0" type="stmt"/>
|
|
641
|
+
<line num="794" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
642
|
+
<line num="795" count="0" type="stmt"/>
|
|
643
|
+
<line num="796" count="0" type="stmt"/>
|
|
644
|
+
<line num="797" count="0" type="stmt"/>
|
|
645
|
+
<line num="801" count="0" type="stmt"/>
|
|
646
|
+
<line num="807" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
647
|
+
<line num="811" count="0" type="stmt"/>
|
|
648
|
+
<line num="815" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
649
|
+
<line num="816" count="0" type="stmt"/>
|
|
650
|
+
<line num="817" count="0" type="stmt"/>
|
|
651
|
+
<line num="818" count="0" type="stmt"/>
|
|
652
|
+
<line num="819" count="0" type="stmt"/>
|
|
653
|
+
<line num="820" count="0" type="stmt"/>
|
|
654
|
+
<line num="821" count="0" type="stmt"/>
|
|
655
|
+
<line num="822" count="0" type="stmt"/>
|
|
656
|
+
<line num="823" count="0" type="stmt"/>
|
|
657
|
+
<line num="824" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
658
|
+
<line num="825" count="0" type="stmt"/>
|
|
659
|
+
<line num="827" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
660
|
+
<line num="829" count="0" type="stmt"/>
|
|
633
661
|
</file>
|
|
634
662
|
<file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
|
|
635
663
|
<metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
@@ -2804,6 +2832,478 @@
|
|
|
2804
2832
|
<line num="240" count="0" type="stmt"/>
|
|
2805
2833
|
</file>
|
|
2806
2834
|
</package>
|
|
2835
|
+
<package name="main.modules.userTesting">
|
|
2836
|
+
<metrics statements="451" coveredstatements="69" conditionals="176" coveredconditionals="7" methods="70" coveredmethods="6"/>
|
|
2837
|
+
<file name="SignalManager.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/SignalManager.ts">
|
|
2838
|
+
<metrics statements="37" coveredstatements="34" conditionals="9" coveredconditionals="7" methods="6" coveredmethods="6"/>
|
|
2839
|
+
<line num="1" count="1" type="stmt"/>
|
|
2840
|
+
<line num="3" count="1" type="stmt"/>
|
|
2841
|
+
<line num="4" count="5" type="stmt"/>
|
|
2842
|
+
<line num="13" count="5" type="stmt"/>
|
|
2843
|
+
<line num="14" count="5" type="stmt"/>
|
|
2844
|
+
<line num="15" count="5" type="stmt"/>
|
|
2845
|
+
<line num="16" count="5" type="stmt"/>
|
|
2846
|
+
<line num="17" count="5" type="stmt"/>
|
|
2847
|
+
<line num="18" count="5" type="stmt"/>
|
|
2848
|
+
<line num="19" count="5" type="stmt"/>
|
|
2849
|
+
<line num="20" count="5" type="stmt"/>
|
|
2850
|
+
<line num="21" count="5" type="stmt"/>
|
|
2851
|
+
<line num="23" count="5" type="stmt"/>
|
|
2852
|
+
<line num="26" count="5" type="stmt"/>
|
|
2853
|
+
<line num="27" count="1" type="stmt"/>
|
|
2854
|
+
<line num="30" count="5" type="stmt"/>
|
|
2855
|
+
<line num="37" count="1" type="stmt"/>
|
|
2856
|
+
<line num="38" count="1" type="stmt"/>
|
|
2857
|
+
<line num="41" count="5" type="stmt"/>
|
|
2858
|
+
<line num="42" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
2859
|
+
<line num="43" count="1" type="stmt"/>
|
|
2860
|
+
<line num="44" count="1" type="stmt"/>
|
|
2861
|
+
<line num="45" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2862
|
+
<line num="46" count="1" type="stmt"/>
|
|
2863
|
+
<line num="63" count="5" type="stmt"/>
|
|
2864
|
+
<line num="64" count="1" type="stmt"/>
|
|
2865
|
+
<line num="65" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
2866
|
+
<line num="66" count="1" type="stmt"/>
|
|
2867
|
+
<line num="67" count="1" type="stmt"/>
|
|
2868
|
+
<line num="68" count="1" type="stmt"/>
|
|
2869
|
+
<line num="69" count="1" type="stmt"/>
|
|
2870
|
+
<line num="71" count="0" type="stmt"/>
|
|
2871
|
+
<line num="72" count="0" type="stmt"/>
|
|
2872
|
+
<line num="73" count="0" type="stmt"/>
|
|
2873
|
+
<line num="75" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
2874
|
+
<line num="76" count="1" type="stmt"/>
|
|
2875
|
+
<line num="78" count="1" type="stmt"/>
|
|
2876
|
+
</file>
|
|
2877
|
+
<file name="dnd.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/dnd.ts">
|
|
2878
|
+
<metrics statements="26" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
2879
|
+
<line num="3" count="0" type="stmt"/>
|
|
2880
|
+
<line num="4" count="0" type="stmt"/>
|
|
2881
|
+
<line num="5" count="0" type="stmt"/>
|
|
2882
|
+
<line num="6" count="0" type="stmt"/>
|
|
2883
|
+
<line num="7" count="0" type="stmt"/>
|
|
2884
|
+
<line num="9" count="0" type="stmt"/>
|
|
2885
|
+
<line num="10" count="0" type="stmt"/>
|
|
2886
|
+
<line num="12" count="0" type="stmt"/>
|
|
2887
|
+
<line num="15" count="0" type="stmt"/>
|
|
2888
|
+
<line num="16" count="0" type="stmt"/>
|
|
2889
|
+
<line num="18" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2890
|
+
<line num="19" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2891
|
+
<line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2892
|
+
<line num="21" count="0" type="stmt"/>
|
|
2893
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2894
|
+
<line num="23" count="0" type="stmt"/>
|
|
2895
|
+
<line num="25" count="0" type="stmt"/>
|
|
2896
|
+
<line num="26" count="0" type="stmt"/>
|
|
2897
|
+
<line num="30" count="0" type="stmt"/>
|
|
2898
|
+
<line num="33" count="0" type="stmt"/>
|
|
2899
|
+
<line num="35" count="0" type="stmt"/>
|
|
2900
|
+
<line num="36" count="0" type="stmt"/>
|
|
2901
|
+
<line num="37" count="0" type="stmt"/>
|
|
2902
|
+
<line num="39" count="0" type="stmt"/>
|
|
2903
|
+
<line num="42" count="0" type="stmt"/>
|
|
2904
|
+
<line num="43" count="0" type="stmt"/>
|
|
2905
|
+
</file>
|
|
2906
|
+
<file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/index.ts">
|
|
2907
|
+
<metrics statements="278" coveredstatements="0" conditionals="146" coveredconditionals="0" methods="40" coveredmethods="0"/>
|
|
2908
|
+
<line num="2" count="0" type="stmt"/>
|
|
2909
|
+
<line num="3" count="0" type="stmt"/>
|
|
2910
|
+
<line num="4" count="0" type="stmt"/>
|
|
2911
|
+
<line num="5" count="0" type="stmt"/>
|
|
2912
|
+
<line num="15" count="0" type="stmt"/>
|
|
2913
|
+
<line num="34" count="0" type="stmt"/>
|
|
2914
|
+
<line num="36" count="0" type="stmt"/>
|
|
2915
|
+
<line num="37" count="0" type="stmt"/>
|
|
2916
|
+
<line num="44" count="0" type="stmt"/>
|
|
2917
|
+
<line num="45" count="0" type="stmt"/>
|
|
2918
|
+
<line num="46" count="0" type="stmt"/>
|
|
2919
|
+
<line num="47" count="0" type="stmt"/>
|
|
2920
|
+
<line num="48" count="0" type="stmt"/>
|
|
2921
|
+
<line num="49" count="0" type="stmt"/>
|
|
2922
|
+
<line num="50" count="0" type="stmt"/>
|
|
2923
|
+
<line num="51" count="0" type="stmt"/>
|
|
2924
|
+
<line num="52" count="0" type="stmt"/>
|
|
2925
|
+
<line num="53" count="0" type="stmt"/>
|
|
2926
|
+
<line num="54" count="0" type="stmt"/>
|
|
2927
|
+
<line num="57" count="0" type="stmt"/>
|
|
2928
|
+
<line num="58" count="0" type="stmt"/>
|
|
2929
|
+
<line num="60" count="0" type="stmt"/>
|
|
2930
|
+
<line num="61" count="0" type="stmt"/>
|
|
2931
|
+
<line num="62" count="0" type="stmt"/>
|
|
2932
|
+
<line num="63" count="0" type="stmt"/>
|
|
2933
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2934
|
+
<line num="65" count="0" type="stmt"/>
|
|
2935
|
+
<line num="66" count="0" type="stmt"/>
|
|
2936
|
+
<line num="67" count="0" type="stmt"/>
|
|
2937
|
+
<line num="68" count="0" type="stmt"/>
|
|
2938
|
+
<line num="69" count="0" type="stmt"/>
|
|
2939
|
+
<line num="72" count="0" type="stmt"/>
|
|
2940
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2941
|
+
<line num="74" count="0" type="stmt"/>
|
|
2942
|
+
<line num="79" count="0" type="stmt"/>
|
|
2943
|
+
<line num="82" count="0" type="stmt"/>
|
|
2944
|
+
<line num="83" count="0" type="stmt"/>
|
|
2945
|
+
<line num="84" count="0" type="stmt"/>
|
|
2946
|
+
<line num="85" count="0" type="stmt"/>
|
|
2947
|
+
<line num="90" count="0" type="stmt"/>
|
|
2948
|
+
<line num="92" count="0" type="stmt"/>
|
|
2949
|
+
<line num="93" count="0" type="stmt"/>
|
|
2950
|
+
<line num="94" count="0" type="stmt"/>
|
|
2951
|
+
<line num="105" count="0" type="stmt"/>
|
|
2952
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2953
|
+
<line num="107" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
2954
|
+
<line num="108" count="0" type="stmt"/>
|
|
2955
|
+
<line num="110" count="0" type="stmt"/>
|
|
2956
|
+
<line num="111" count="0" type="stmt"/>
|
|
2957
|
+
<line num="114" count="0" type="stmt"/>
|
|
2958
|
+
<line num="116" count="0" type="stmt"/>
|
|
2959
|
+
<line num="120" count="0" type="stmt"/>
|
|
2960
|
+
<line num="121" count="0" type="stmt"/>
|
|
2961
|
+
<line num="122" count="0" type="stmt"/>
|
|
2962
|
+
<line num="123" count="0" type="stmt"/>
|
|
2963
|
+
<line num="126" count="0" type="stmt"/>
|
|
2964
|
+
<line num="127" count="0" type="stmt"/>
|
|
2965
|
+
<line num="135" count="0" type="stmt"/>
|
|
2966
|
+
<line num="142" count="0" type="stmt"/>
|
|
2967
|
+
<line num="144" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
2968
|
+
<line num="145" count="0" type="stmt"/>
|
|
2969
|
+
<line num="147" count="0" type="stmt"/>
|
|
2970
|
+
<line num="148" count="0" type="stmt"/>
|
|
2971
|
+
<line num="149" count="0" type="stmt"/>
|
|
2972
|
+
<line num="150" count="0" type="stmt"/>
|
|
2973
|
+
<line num="152" count="0" type="stmt"/>
|
|
2974
|
+
<line num="153" count="0" type="stmt"/>
|
|
2975
|
+
<line num="154" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2976
|
+
<line num="155" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
2977
|
+
<line num="156" count="0" type="stmt"/>
|
|
2978
|
+
<line num="157" count="0" type="stmt"/>
|
|
2979
|
+
<line num="159" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2980
|
+
<line num="160" count="0" type="stmt"/>
|
|
2981
|
+
<line num="161" count="0" type="stmt"/>
|
|
2982
|
+
<line num="162" count="0" type="cond" truecount="0" falsecount="12"/>
|
|
2983
|
+
<line num="165" count="0" type="stmt"/>
|
|
2984
|
+
<line num="166" count="0" type="stmt"/>
|
|
2985
|
+
<line num="167" count="0" type="stmt"/>
|
|
2986
|
+
<line num="180" count="0" type="stmt"/>
|
|
2987
|
+
<line num="181" count="0" type="stmt"/>
|
|
2988
|
+
<line num="195" count="0" type="stmt"/>
|
|
2989
|
+
<line num="196" count="0" type="stmt"/>
|
|
2990
|
+
<line num="197" count="0" type="stmt"/>
|
|
2991
|
+
<line num="198" count="0" type="stmt"/>
|
|
2992
|
+
<line num="199" count="0" type="stmt"/>
|
|
2993
|
+
<line num="200" count="0" type="stmt"/>
|
|
2994
|
+
<line num="201" count="0" type="stmt"/>
|
|
2995
|
+
<line num="202" count="0" type="stmt"/>
|
|
2996
|
+
<line num="203" count="0" type="stmt"/>
|
|
2997
|
+
<line num="205" count="0" type="stmt"/>
|
|
2998
|
+
<line num="206" count="0" type="stmt"/>
|
|
2999
|
+
<line num="207" count="0" type="stmt"/>
|
|
3000
|
+
<line num="208" count="0" type="stmt"/>
|
|
3001
|
+
<line num="209" count="0" type="stmt"/>
|
|
3002
|
+
<line num="210" count="0" type="stmt"/>
|
|
3003
|
+
<line num="211" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3004
|
+
<line num="212" count="0" type="stmt"/>
|
|
3005
|
+
<line num="213" count="0" type="stmt"/>
|
|
3006
|
+
<line num="215" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3007
|
+
<line num="216" count="0" type="stmt"/>
|
|
3008
|
+
<line num="218" count="0" type="stmt"/>
|
|
3009
|
+
<line num="223" count="0" type="stmt"/>
|
|
3010
|
+
<line num="224" count="0" type="stmt"/>
|
|
3011
|
+
<line num="225" count="0" type="stmt"/>
|
|
3012
|
+
<line num="239" count="0" type="stmt"/>
|
|
3013
|
+
<line num="241" count="0" type="stmt"/>
|
|
3014
|
+
<line num="243" count="0" type="stmt"/>
|
|
3015
|
+
<line num="244" count="0" type="stmt"/>
|
|
3016
|
+
<line num="245" count="0" type="stmt"/>
|
|
3017
|
+
<line num="246" count="0" type="stmt"/>
|
|
3018
|
+
<line num="252" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3019
|
+
<line num="253" count="0" type="stmt"/>
|
|
3020
|
+
<line num="258" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3021
|
+
<line num="259" count="0" type="stmt"/>
|
|
3022
|
+
<line num="264" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3023
|
+
<line num="265" count="0" type="stmt"/>
|
|
3024
|
+
<line num="270" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3025
|
+
<line num="271" count="0" type="stmt"/>
|
|
3026
|
+
<line num="276" count="0" type="stmt"/>
|
|
3027
|
+
<line num="279" count="0" type="stmt"/>
|
|
3028
|
+
<line num="280" count="0" type="stmt"/>
|
|
3029
|
+
<line num="283" count="0" type="stmt"/>
|
|
3030
|
+
<line num="285" count="0" type="stmt"/>
|
|
3031
|
+
<line num="286" count="0" type="stmt"/>
|
|
3032
|
+
<line num="287" count="0" type="stmt"/>
|
|
3033
|
+
<line num="289" count="0" type="stmt"/>
|
|
3034
|
+
<line num="290" count="0" type="stmt"/>
|
|
3035
|
+
<line num="294" count="0" type="stmt"/>
|
|
3036
|
+
<line num="297" count="0" type="stmt"/>
|
|
3037
|
+
<line num="298" count="0" type="stmt"/>
|
|
3038
|
+
<line num="299" count="0" type="stmt"/>
|
|
3039
|
+
<line num="309" count="0" type="stmt"/>
|
|
3040
|
+
<line num="310" count="0" type="stmt"/>
|
|
3041
|
+
<line num="311" count="0" type="stmt"/>
|
|
3042
|
+
<line num="319" count="0" type="stmt"/>
|
|
3043
|
+
<line num="320" count="0" type="stmt"/>
|
|
3044
|
+
<line num="322" count="0" type="stmt"/>
|
|
3045
|
+
<line num="323" count="0" type="stmt"/>
|
|
3046
|
+
<line num="324" count="0" type="stmt"/>
|
|
3047
|
+
<line num="326" count="0" type="stmt"/>
|
|
3048
|
+
<line num="327" count="0" type="stmt"/>
|
|
3049
|
+
<line num="328" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3050
|
+
<line num="329" count="0" type="stmt"/>
|
|
3051
|
+
<line num="335" count="0" type="stmt"/>
|
|
3052
|
+
<line num="336" count="0" type="stmt"/>
|
|
3053
|
+
<line num="337" count="0" type="stmt"/>
|
|
3054
|
+
<line num="338" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3055
|
+
<line num="339" count="0" type="stmt"/>
|
|
3056
|
+
<line num="343" count="0" type="stmt"/>
|
|
3057
|
+
<line num="345" count="0" type="stmt"/>
|
|
3058
|
+
<line num="346" count="0" type="stmt"/>
|
|
3059
|
+
<line num="347" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3060
|
+
<line num="348" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3061
|
+
<line num="349" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3062
|
+
<line num="350" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3063
|
+
<line num="352" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
3064
|
+
<line num="353" count="0" type="stmt"/>
|
|
3065
|
+
<line num="357" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3066
|
+
<line num="359" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3067
|
+
<line num="361" count="0" type="stmt"/>
|
|
3068
|
+
<line num="362" count="0" type="stmt"/>
|
|
3069
|
+
<line num="365" count="0" type="stmt"/>
|
|
3070
|
+
<line num="368" count="0" type="stmt"/>
|
|
3071
|
+
<line num="378" count="0" type="stmt"/>
|
|
3072
|
+
<line num="379" count="0" type="stmt"/>
|
|
3073
|
+
<line num="380" count="0" type="stmt"/>
|
|
3074
|
+
<line num="381" count="0" type="stmt"/>
|
|
3075
|
+
<line num="382" count="0" type="stmt"/>
|
|
3076
|
+
<line num="392" count="0" type="stmt"/>
|
|
3077
|
+
<line num="393" count="0" type="stmt"/>
|
|
3078
|
+
<line num="394" count="0" type="stmt"/>
|
|
3079
|
+
<line num="397" count="0" type="stmt"/>
|
|
3080
|
+
<line num="398" count="0" type="stmt"/>
|
|
3081
|
+
<line num="399" count="0" type="stmt"/>
|
|
3082
|
+
<line num="400" count="0" type="stmt"/>
|
|
3083
|
+
<line num="401" count="0" type="stmt"/>
|
|
3084
|
+
<line num="402" count="0" type="stmt"/>
|
|
3085
|
+
<line num="403" count="0" type="stmt"/>
|
|
3086
|
+
<line num="406" count="0" type="stmt"/>
|
|
3087
|
+
<line num="407" count="0" type="stmt"/>
|
|
3088
|
+
<line num="408" count="0" type="stmt"/>
|
|
3089
|
+
<line num="414" count="0" type="stmt"/>
|
|
3090
|
+
<line num="421" count="0" type="stmt"/>
|
|
3091
|
+
<line num="422" count="0" type="stmt"/>
|
|
3092
|
+
<line num="423" count="0" type="stmt"/>
|
|
3093
|
+
<line num="424" count="0" type="stmt"/>
|
|
3094
|
+
<line num="425" count="0" type="stmt"/>
|
|
3095
|
+
<line num="427" count="0" type="stmt"/>
|
|
3096
|
+
<line num="428" count="0" type="stmt"/>
|
|
3097
|
+
<line num="429" count="0" type="stmt"/>
|
|
3098
|
+
<line num="430" count="0" type="stmt"/>
|
|
3099
|
+
<line num="431" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3100
|
+
<line num="432" count="0" type="stmt"/>
|
|
3101
|
+
<line num="434" count="0" type="stmt"/>
|
|
3102
|
+
<line num="439" count="0" type="stmt"/>
|
|
3103
|
+
<line num="440" count="0" type="stmt"/>
|
|
3104
|
+
<line num="456" count="0" type="stmt"/>
|
|
3105
|
+
<line num="457" count="0" type="stmt"/>
|
|
3106
|
+
<line num="461" count="0" type="stmt"/>
|
|
3107
|
+
<line num="462" count="0" type="stmt"/>
|
|
3108
|
+
<line num="463" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3109
|
+
<line num="464" count="0" type="stmt"/>
|
|
3110
|
+
<line num="469" count="0" type="stmt"/>
|
|
3111
|
+
<line num="470" count="0" type="stmt"/>
|
|
3112
|
+
<line num="471" count="0" type="stmt"/>
|
|
3113
|
+
<line num="474" count="0" type="stmt"/>
|
|
3114
|
+
<line num="475" count="0" type="stmt"/>
|
|
3115
|
+
<line num="477" count="0" type="stmt"/>
|
|
3116
|
+
<line num="478" count="0" type="stmt"/>
|
|
3117
|
+
<line num="479" count="0" type="stmt"/>
|
|
3118
|
+
<line num="480" count="0" type="stmt"/>
|
|
3119
|
+
<line num="481" count="0" type="stmt"/>
|
|
3120
|
+
<line num="484" count="0" type="stmt"/>
|
|
3121
|
+
<line num="485" count="0" type="stmt"/>
|
|
3122
|
+
<line num="486" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3123
|
+
<line num="487" count="0" type="stmt"/>
|
|
3124
|
+
<line num="489" count="0" type="stmt"/>
|
|
3125
|
+
<line num="490" count="0" type="stmt"/>
|
|
3126
|
+
<line num="491" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3127
|
+
<line num="492" count="0" type="stmt"/>
|
|
3128
|
+
<line num="497" count="0" type="stmt"/>
|
|
3129
|
+
<line num="498" count="0" type="stmt"/>
|
|
3130
|
+
<line num="500" count="0" type="stmt"/>
|
|
3131
|
+
<line num="501" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3132
|
+
<line num="502" count="0" type="stmt"/>
|
|
3133
|
+
<line num="503" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3134
|
+
<line num="504" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3135
|
+
<line num="505" count="0" type="stmt"/>
|
|
3136
|
+
<line num="506" count="0" type="stmt"/>
|
|
3137
|
+
<line num="507" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3138
|
+
<line num="508" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3139
|
+
<line num="510" count="0" type="stmt"/>
|
|
3140
|
+
<line num="512" count="0" type="stmt"/>
|
|
3141
|
+
<line num="516" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3142
|
+
<line num="518" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3143
|
+
<line num="519" count="0" type="stmt"/>
|
|
3144
|
+
<line num="521" count="0" type="stmt"/>
|
|
3145
|
+
<line num="523" count="0" type="stmt"/>
|
|
3146
|
+
<line num="526" count="0" type="stmt"/>
|
|
3147
|
+
<line num="527" count="0" type="stmt"/>
|
|
3148
|
+
<line num="528" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3149
|
+
<line num="529" count="0" type="stmt"/>
|
|
3150
|
+
<line num="531" count="0" type="stmt"/>
|
|
3151
|
+
<line num="532" count="0" type="stmt"/>
|
|
3152
|
+
<line num="534" count="0" type="stmt"/>
|
|
3153
|
+
<line num="538" count="0" type="stmt"/>
|
|
3154
|
+
<line num="539" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3155
|
+
<line num="540" count="0" type="stmt"/>
|
|
3156
|
+
<line num="541" count="0" type="stmt"/>
|
|
3157
|
+
<line num="550" count="0" type="stmt"/>
|
|
3158
|
+
<line num="559" count="0" type="stmt"/>
|
|
3159
|
+
<line num="565" count="0" type="stmt"/>
|
|
3160
|
+
<line num="566" count="0" type="stmt"/>
|
|
3161
|
+
<line num="568" count="0" type="cond" truecount="0" falsecount="12"/>
|
|
3162
|
+
<line num="569" count="0" type="stmt"/>
|
|
3163
|
+
<line num="572" count="0" type="stmt"/>
|
|
3164
|
+
<line num="573" count="0" type="stmt"/>
|
|
3165
|
+
<line num="574" count="0" type="stmt"/>
|
|
3166
|
+
<line num="577" count="0" type="stmt"/>
|
|
3167
|
+
<line num="578" count="0" type="stmt"/>
|
|
3168
|
+
<line num="579" count="0" type="stmt"/>
|
|
3169
|
+
<line num="580" count="0" type="stmt"/>
|
|
3170
|
+
<line num="583" count="0" type="stmt"/>
|
|
3171
|
+
<line num="584" count="0" type="stmt"/>
|
|
3172
|
+
<line num="585" count="0" type="stmt"/>
|
|
3173
|
+
<line num="588" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3174
|
+
<line num="589" count="0" type="stmt"/>
|
|
3175
|
+
<line num="591" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3176
|
+
<line num="592" count="0" type="stmt"/>
|
|
3177
|
+
<line num="594" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3178
|
+
<line num="595" count="0" type="stmt"/>
|
|
3179
|
+
<line num="598" count="0" type="stmt"/>
|
|
3180
|
+
<line num="599" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3181
|
+
<line num="600" count="0" type="stmt"/>
|
|
3182
|
+
<line num="601" count="0" type="stmt"/>
|
|
3183
|
+
<line num="603" count="0" type="stmt"/>
|
|
3184
|
+
<line num="604" count="0" type="stmt"/>
|
|
3185
|
+
<line num="605" count="0" type="stmt"/>
|
|
3186
|
+
</file>
|
|
3187
|
+
<file name="recorder.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/recorder.ts">
|
|
3188
|
+
<metrics statements="43" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
3189
|
+
<line num="3" count="0" type="stmt"/>
|
|
3190
|
+
<line num="8" count="0" type="stmt"/>
|
|
3191
|
+
<line num="9" count="0" type="stmt"/>
|
|
3192
|
+
<line num="10" count="0" type="stmt"/>
|
|
3193
|
+
<line num="11" count="0" type="stmt"/>
|
|
3194
|
+
<line num="12" count="0" type="stmt"/>
|
|
3195
|
+
<line num="14" count="0" type="stmt"/>
|
|
3196
|
+
<line num="22" count="0" type="stmt"/>
|
|
3197
|
+
<line num="24" count="0" type="stmt"/>
|
|
3198
|
+
<line num="25" count="0" type="stmt"/>
|
|
3199
|
+
<line num="26" count="0" type="stmt"/>
|
|
3200
|
+
<line num="31" count="0" type="stmt"/>
|
|
3201
|
+
<line num="35" count="0" type="stmt"/>
|
|
3202
|
+
<line num="37" count="0" type="stmt"/>
|
|
3203
|
+
<line num="38" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3204
|
+
<line num="39" count="0" type="stmt"/>
|
|
3205
|
+
<line num="43" count="0" type="stmt"/>
|
|
3206
|
+
<line num="45" count="0" type="stmt"/>
|
|
3207
|
+
<line num="50" count="0" type="stmt"/>
|
|
3208
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3209
|
+
<line num="53" count="0" type="stmt"/>
|
|
3210
|
+
<line num="54" count="0" type="stmt"/>
|
|
3211
|
+
<line num="57" count="0" type="stmt"/>
|
|
3212
|
+
<line num="60" count="0" type="stmt"/>
|
|
3213
|
+
<line num="65" count="0" type="stmt"/>
|
|
3214
|
+
<line num="70" count="0" type="stmt"/>
|
|
3215
|
+
<line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3216
|
+
<line num="77" count="0" type="stmt"/>
|
|
3217
|
+
<line num="79" count="0" type="stmt"/>
|
|
3218
|
+
<line num="83" count="0" type="stmt"/>
|
|
3219
|
+
<line num="93" count="0" type="stmt"/>
|
|
3220
|
+
<line num="98" count="0" type="stmt"/>
|
|
3221
|
+
<line num="99" count="0" type="stmt"/>
|
|
3222
|
+
<line num="100" count="0" type="stmt"/>
|
|
3223
|
+
<line num="101" count="0" type="stmt"/>
|
|
3224
|
+
<line num="102" count="0" type="stmt"/>
|
|
3225
|
+
<line num="103" count="0" type="stmt"/>
|
|
3226
|
+
<line num="104" count="0" type="stmt"/>
|
|
3227
|
+
<line num="105" count="0" type="stmt"/>
|
|
3228
|
+
<line num="107" count="0" type="stmt"/>
|
|
3229
|
+
<line num="108" count="0" type="stmt"/>
|
|
3230
|
+
<line num="112" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3231
|
+
<line num="113" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3232
|
+
</file>
|
|
3233
|
+
<file name="styles.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/styles.ts">
|
|
3234
|
+
<metrics statements="25" coveredstatements="25" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3235
|
+
<line num="1" count="1" type="stmt"/>
|
|
3236
|
+
<line num="15" count="1" type="stmt"/>
|
|
3237
|
+
<line num="26" count="1" type="stmt"/>
|
|
3238
|
+
<line num="39" count="1" type="stmt"/>
|
|
3239
|
+
<line num="48" count="1" type="stmt"/>
|
|
3240
|
+
<line num="61" count="1" type="stmt"/>
|
|
3241
|
+
<line num="70" count="1" type="stmt"/>
|
|
3242
|
+
<line num="90" count="1" type="stmt"/>
|
|
3243
|
+
<line num="101" count="1" type="stmt"/>
|
|
3244
|
+
<line num="111" count="1" type="stmt"/>
|
|
3245
|
+
<line num="128" count="1" type="stmt"/>
|
|
3246
|
+
<line num="144" count="1" type="stmt"/>
|
|
3247
|
+
<line num="152" count="1" type="stmt"/>
|
|
3248
|
+
<line num="159" count="1" type="stmt"/>
|
|
3249
|
+
<line num="181" count="1" type="stmt"/>
|
|
3250
|
+
<line num="191" count="1" type="stmt"/>
|
|
3251
|
+
<line num="201" count="1" type="stmt"/>
|
|
3252
|
+
<line num="212" count="1" type="stmt"/>
|
|
3253
|
+
<line num="226" count="1" type="stmt"/>
|
|
3254
|
+
<line num="238" count="1" type="stmt"/>
|
|
3255
|
+
<line num="242" count="1" type="stmt"/>
|
|
3256
|
+
<line num="247" count="1" type="stmt"/>
|
|
3257
|
+
<line num="258" count="1" type="stmt"/>
|
|
3258
|
+
<line num="269" count="1" type="stmt"/>
|
|
3259
|
+
<line num="277" count="1" type="stmt"/>
|
|
3260
|
+
</file>
|
|
3261
|
+
<file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/utils.ts">
|
|
3262
|
+
<metrics statements="42" coveredstatements="10" conditionals="2" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
3263
|
+
<line num="1" count="1" type="stmt"/>
|
|
3264
|
+
<line num="3" count="1" type="stmt"/>
|
|
3265
|
+
<line num="4" count="0" type="stmt"/>
|
|
3266
|
+
<line num="5" count="0" type="stmt"/>
|
|
3267
|
+
<line num="6" count="0" type="stmt"/>
|
|
3268
|
+
<line num="7" count="0" type="stmt"/>
|
|
3269
|
+
<line num="8" count="0" type="stmt"/>
|
|
3270
|
+
<line num="14" count="0" type="stmt"/>
|
|
3271
|
+
<line num="15" count="0" type="stmt"/>
|
|
3272
|
+
<line num="17" count="0" type="stmt"/>
|
|
3273
|
+
<line num="24" count="0" type="stmt"/>
|
|
3274
|
+
<line num="27" count="1" type="stmt"/>
|
|
3275
|
+
<line num="28" count="0" type="stmt"/>
|
|
3276
|
+
<line num="29" count="0" type="stmt"/>
|
|
3277
|
+
<line num="36" count="0" type="stmt"/>
|
|
3278
|
+
<line num="37" count="0" type="stmt"/>
|
|
3279
|
+
<line num="38" count="0" type="stmt"/>
|
|
3280
|
+
<line num="48" count="0" type="stmt"/>
|
|
3281
|
+
<line num="51" count="1" type="stmt"/>
|
|
3282
|
+
<line num="52" count="0" type="stmt"/>
|
|
3283
|
+
<line num="53" count="0" type="stmt"/>
|
|
3284
|
+
<line num="54" count="0" type="stmt"/>
|
|
3285
|
+
<line num="58" count="0" type="stmt"/>
|
|
3286
|
+
<line num="61" count="1" type="stmt"/>
|
|
3287
|
+
<line num="62" count="0" type="stmt"/>
|
|
3288
|
+
<line num="63" count="0" type="stmt"/>
|
|
3289
|
+
<line num="64" count="0" type="stmt"/>
|
|
3290
|
+
<line num="66" count="0" type="stmt"/>
|
|
3291
|
+
<line num="68" count="0" type="stmt"/>
|
|
3292
|
+
<line num="71" count="1" type="stmt"/>
|
|
3293
|
+
<line num="78" count="0" type="stmt"/>
|
|
3294
|
+
<line num="79" count="0" type="stmt"/>
|
|
3295
|
+
<line num="80" count="0" type="stmt"/>
|
|
3296
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3297
|
+
<line num="82" count="0" type="stmt"/>
|
|
3298
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3299
|
+
<line num="85" count="0" type="stmt"/>
|
|
3300
|
+
<line num="87" count="0" type="stmt"/>
|
|
3301
|
+
<line num="90" count="1" type="stmt"/>
|
|
3302
|
+
<line num="91" count="1" type="stmt"/>
|
|
3303
|
+
<line num="92" count="1" type="stmt"/>
|
|
3304
|
+
<line num="93" count="1" type="stmt"/>
|
|
3305
|
+
</file>
|
|
3306
|
+
</package>
|
|
2807
3307
|
<package name="webworker">
|
|
2808
3308
|
<metrics statements="438" coveredstatements="0" conditionals="364" coveredconditionals="0" methods="54" coveredmethods="0"/>
|
|
2809
3309
|
<file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">
|