@openreplay/tracker 11.0.1 → 11.0.3
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 +6 -1
- package/cjs/app/canvas.js +4 -6
- package/cjs/app/index.js +7 -6
- package/cjs/app/observer/iframe_observer.js +1 -1
- package/cjs/app/observer/shadow_root_observer.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/modules/Network/fetchProxy.js +4 -2
- package/cjs/modules/Network/xhrProxy.js +1 -1
- package/coverage/clover.xml +879 -563
- package/coverage/coverage-final.json +9 -8
- package/coverage/lcov-report/index.html +38 -38
- package/coverage/lcov-report/main/app/canvas.ts.html +1 -1
- package/coverage/lcov-report/main/app/guards.ts.html +1 -1
- package/coverage/lcov-report/main/app/index.html +9 -9
- package/coverage/lcov-report/main/app/index.ts.html +867 -39
- 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 +9 -9
- package/coverage/lcov-report/main/index.ts.html +247 -100
- 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 +1300 -0
- 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 +10 -7
- 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 +26 -11
- 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 +89 -80
- package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/index.html +37 -37
- package/coverage/lcov-report/main/modules/userTesting/index.ts.html +24 -21
- package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +56 -56
- package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +27 -24
- 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 +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 +5 -5
- package/coverage/lcov-report/webworker/index.ts.html +15 -9
- package/coverage/lcov.info +1604 -999
- package/lib/app/canvas.js +4 -6
- package/lib/app/index.js +7 -6
- package/lib/app/observer/iframe_observer.js +1 -1
- package/lib/app/observer/shadow_root_observer.js +1 -1
- package/lib/index.js +1 -1
- package/lib/modules/Network/fetchProxy.js +4 -2
- package/lib/modules/Network/xhrProxy.js +1 -1
- 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="1703174863672" clover="3.2.0">
|
|
3
|
+
<project timestamp="1703174863672" name="All files">
|
|
4
|
+
<metrics statements="3894" coveredstatements="12" conditionals="1985" coveredconditionals="0" methods="776" coveredmethods="2" elements="6655" coveredelements="14" complexity="0" loc="3894" ncloc="3894" packages="7" files="53" classes="53"/>
|
|
5
5
|
<package name="main">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="279" coveredstatements="0" conditionals="144" coveredconditionals="0" methods="59" 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="198" coveredstatements="0" conditionals="114" coveredconditionals="0" methods="37" coveredmethods="0"/>
|
|
9
9
|
<line num="1" count="0" type="stmt"/>
|
|
10
10
|
<line num="3" count="0" type="stmt"/>
|
|
11
11
|
<line num="5" count="0" type="stmt"/>
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
<line num="29" count="0" type="stmt"/>
|
|
31
31
|
<line num="30" count="0" type="stmt"/>
|
|
32
32
|
<line num="32" count="0" type="stmt"/>
|
|
33
|
-
<line num="33" count="0" type="stmt"/>
|
|
34
33
|
<line num="65" count="0" type="stmt"/>
|
|
35
34
|
<line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
36
35
|
<line num="69" count="0" type="stmt"/>
|
|
@@ -58,126 +57,153 @@
|
|
|
58
57
|
<line num="110" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
59
58
|
<line num="111" count="0" type="stmt"/>
|
|
60
59
|
<line num="114" count="0" type="stmt"/>
|
|
61
|
-
<line num="
|
|
62
|
-
<line num="
|
|
60
|
+
<line num="116" count="0" type="stmt"/>
|
|
61
|
+
<line num="117" count="0" type="stmt"/>
|
|
62
|
+
<line num="118" count="0" type="stmt"/>
|
|
63
|
+
<line num="129" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
64
|
+
<line num="130" count="0" type="stmt"/>
|
|
65
|
+
<line num="132" count="0" type="stmt"/>
|
|
63
66
|
<line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
64
|
-
<line num="134" count="0" type="
|
|
67
|
+
<line num="134" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
65
68
|
<line num="135" count="0" type="stmt"/>
|
|
66
69
|
<line num="136" count="0" type="stmt"/>
|
|
67
|
-
<line num="
|
|
68
|
-
<line num="
|
|
69
|
-
<line num="139" count="0" type="stmt"/>
|
|
70
|
+
<line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
71
|
+
<line num="139" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
70
72
|
<line num="140" count="0" type="stmt"/>
|
|
71
73
|
<line num="141" count="0" type="stmt"/>
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="143" count="0" type="stmt"/>
|
|
74
|
-
<line num="144" count="0" type="stmt"/>
|
|
74
|
+
<line num="144" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
75
75
|
<line num="145" count="0" type="stmt"/>
|
|
76
76
|
<line num="146" count="0" type="stmt"/>
|
|
77
|
-
<line num="
|
|
78
|
-
<line num="148" count="0" type="stmt"/>
|
|
79
|
-
<line num="149" count="0" type="stmt"/>
|
|
80
|
-
<line num="150" count="0" type="stmt"/>
|
|
81
|
-
<line num="151" count="0" type="stmt"/>
|
|
77
|
+
<line num="151" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
82
78
|
<line num="152" count="0" type="stmt"/>
|
|
83
|
-
<line num="
|
|
84
|
-
<line num="155" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
79
|
+
<line num="153" count="0" type="stmt"/>
|
|
85
80
|
<line num="156" count="0" type="stmt"/>
|
|
86
|
-
<line num="
|
|
81
|
+
<line num="157" count="0" type="stmt"/>
|
|
87
82
|
<line num="160" count="0" type="stmt"/>
|
|
88
|
-
<line num="161" count="0" type="
|
|
83
|
+
<line num="161" count="0" type="stmt"/>
|
|
89
84
|
<line num="162" count="0" type="stmt"/>
|
|
90
85
|
<line num="163" count="0" type="stmt"/>
|
|
91
|
-
<line num="164" count="0" type="
|
|
86
|
+
<line num="164" count="0" type="stmt"/>
|
|
87
|
+
<line num="165" count="0" type="stmt"/>
|
|
92
88
|
<line num="166" count="0" type="stmt"/>
|
|
93
|
-
<line num="167" count="0" type="
|
|
89
|
+
<line num="167" count="0" type="stmt"/>
|
|
94
90
|
<line num="168" count="0" type="stmt"/>
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
91
|
+
<line num="169" count="0" type="stmt"/>
|
|
92
|
+
<line num="170" count="0" type="stmt"/>
|
|
93
|
+
<line num="171" count="0" type="stmt"/>
|
|
94
|
+
<line num="172" count="0" type="stmt"/>
|
|
97
95
|
<line num="173" count="0" type="stmt"/>
|
|
98
96
|
<line num="174" count="0" type="stmt"/>
|
|
99
|
-
<line num="175" count="0" type="
|
|
97
|
+
<line num="175" count="0" type="stmt"/>
|
|
98
|
+
<line num="176" count="0" type="stmt"/>
|
|
99
|
+
<line num="177" count="0" type="stmt"/>
|
|
100
100
|
<line num="178" count="0" type="stmt"/>
|
|
101
101
|
<line num="179" count="0" type="stmt"/>
|
|
102
|
-
<line num="
|
|
102
|
+
<line num="181" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
103
|
+
<line num="182" count="0" type="stmt"/>
|
|
104
|
+
<line num="184" count="0" type="stmt"/>
|
|
105
|
+
<line num="185" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
103
106
|
<line num="186" count="0" type="stmt"/>
|
|
104
|
-
<line num="187" count="0" type="
|
|
105
|
-
<line num="188" count="0" type="
|
|
106
|
-
<line num="
|
|
107
|
+
<line num="187" count="0" type="stmt"/>
|
|
108
|
+
<line num="188" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
109
|
+
<line num="190" count="0" type="stmt"/>
|
|
110
|
+
<line num="191" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
111
|
+
<line num="192" count="0" type="stmt"/>
|
|
112
|
+
<line num="194" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
113
|
+
<line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
114
|
+
<line num="197" count="0" type="stmt"/>
|
|
115
|
+
<line num="198" count="0" type="stmt"/>
|
|
116
|
+
<line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
117
|
+
<line num="202" count="0" type="stmt"/>
|
|
107
118
|
<line num="203" count="0" type="stmt"/>
|
|
108
|
-
<line num="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="215" count="0" type="stmt"/>
|
|
119
|
+
<line num="209" count="0" type="stmt"/>
|
|
120
|
+
<line num="218" count="0" type="stmt"/>
|
|
111
121
|
<line num="219" count="0" type="stmt"/>
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="
|
|
114
|
-
<line num="
|
|
115
|
-
<line num="232" count="0" type="stmt"/>
|
|
122
|
+
<line num="220" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
123
|
+
<line num="221" count="0" type="stmt"/>
|
|
124
|
+
<line num="222" count="0" type="stmt"/>
|
|
116
125
|
<line num="234" count="0" type="stmt"/>
|
|
117
|
-
<line num="238" count="0" type="cond" truecount="0" falsecount="
|
|
118
|
-
<line num="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="253" count="0" type="stmt"/>
|
|
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"/>
|
|
128
|
-
<line num="261" count="0" type="stmt"/>
|
|
126
|
+
<line num="238" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
127
|
+
<line num="242" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
128
|
+
<line num="246" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
129
|
+
<line num="250" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
130
|
+
<line num="254" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
131
|
+
<line num="258" count="0" type="stmt"/>
|
|
132
|
+
<line num="262" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
129
133
|
<line num="263" count="0" type="stmt"/>
|
|
130
|
-
<line num="
|
|
131
|
-
<line num="
|
|
132
|
-
<line num="270" count="0" type="
|
|
133
|
-
<line num="
|
|
134
|
+
<line num="265" count="0" type="stmt"/>
|
|
135
|
+
<line num="269" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
136
|
+
<line num="270" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
137
|
+
<line num="271" count="0" type="stmt"/>
|
|
138
|
+
<line num="273" count="0" type="stmt"/>
|
|
134
139
|
<line num="275" count="0" type="stmt"/>
|
|
135
|
-
<line num="
|
|
136
|
-
<line num="281" count="0" type="
|
|
137
|
-
<line num="282" count="0" type="stmt"/>
|
|
140
|
+
<line num="280" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
141
|
+
<line num="281" count="0" type="stmt"/>
|
|
138
142
|
<line num="284" count="0" type="stmt"/>
|
|
139
|
-
<line num="
|
|
140
|
-
<line num="
|
|
141
|
-
<line num="291" count="0" type="
|
|
142
|
-
<line num="
|
|
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"/>
|
|
143
148
|
<line num="296" count="0" type="stmt"/>
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="
|
|
146
|
-
<line num="
|
|
147
|
-
<line num="
|
|
148
|
-
<line num="
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
149
|
+
<line num="301" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
150
|
+
<line num="302" count="0" type="stmt"/>
|
|
151
|
+
<line num="304" count="0" type="stmt"/>
|
|
152
|
+
<line num="305" count="0" type="stmt"/>
|
|
153
|
+
<line num="309" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
154
|
+
<line num="310" count="0" type="stmt"/>
|
|
155
|
+
<line num="312" count="0" type="stmt"/>
|
|
156
|
+
<line num="316" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
157
|
+
<line num="317" count="0" type="stmt"/>
|
|
152
158
|
<line num="319" count="0" type="stmt"/>
|
|
159
|
+
<line num="323" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
153
160
|
<line num="324" count="0" type="stmt"/>
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="342" count="0" type="stmt"/>
|
|
161
|
+
<line num="326" count="0" type="stmt"/>
|
|
162
|
+
<line num="330" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
163
|
+
<line num="331" count="0" type="stmt"/>
|
|
164
|
+
<line num="333" count="0" type="stmt"/>
|
|
165
|
+
<line num="337" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
166
|
+
<line num="338" count="0" type="stmt"/>
|
|
167
|
+
<line num="340" count="0" type="stmt"/>
|
|
162
168
|
<line num="344" count="0" type="stmt"/>
|
|
163
169
|
<line num="345" count="0" type="stmt"/>
|
|
164
|
-
<line num="
|
|
165
|
-
<line num="
|
|
166
|
-
<line num="
|
|
167
|
-
<line num="356" count="0" type="
|
|
170
|
+
<line num="349" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
171
|
+
<line num="350" count="0" type="stmt"/>
|
|
172
|
+
<line num="352" count="0" type="stmt"/>
|
|
173
|
+
<line num="356" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
168
174
|
<line num="357" count="0" type="stmt"/>
|
|
169
|
-
<line num="
|
|
170
|
-
<line num="
|
|
171
|
-
<line num="
|
|
172
|
-
<line num="
|
|
173
|
-
<line num="370" count="0" type="stmt"/>
|
|
174
|
-
<line num="372" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
175
|
+
<line num="362" count="0" type="stmt"/>
|
|
176
|
+
<line num="363" count="0" type="stmt"/>
|
|
177
|
+
<line num="367" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
178
|
+
<line num="368" count="0" type="stmt"/>
|
|
175
179
|
<line num="373" count="0" type="stmt"/>
|
|
176
180
|
<line num="374" count="0" type="stmt"/>
|
|
177
|
-
<line num="
|
|
181
|
+
<line num="378" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
178
182
|
<line num="379" count="0" type="stmt"/>
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
183
|
+
<line num="384" count="0" type="stmt"/>
|
|
184
|
+
<line num="385" count="0" type="stmt"/>
|
|
185
|
+
<line num="389" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
186
|
+
<line num="390" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
187
|
+
<line num="391" count="0" type="stmt"/>
|
|
188
|
+
<line num="393" count="0" type="stmt"/>
|
|
189
|
+
<line num="394" count="0" type="stmt"/>
|
|
190
|
+
<line num="396" count="0" type="stmt"/>
|
|
191
|
+
<line num="398" count="0" type="stmt"/>
|
|
192
|
+
<line num="404" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
193
|
+
<line num="405" count="0" type="stmt"/>
|
|
194
|
+
<line num="406" count="0" type="stmt"/>
|
|
195
|
+
<line num="408" count="0" type="stmt"/>
|
|
196
|
+
<line num="410" count="0" type="stmt"/>
|
|
197
|
+
<line num="414" count="0" type="stmt"/>
|
|
198
|
+
<line num="418" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
199
|
+
<line num="419" count="0" type="stmt"/>
|
|
200
|
+
<line num="421" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
201
|
+
<line num="422" count="0" type="stmt"/>
|
|
202
|
+
<line num="423" count="0" type="stmt"/>
|
|
203
|
+
<line num="424" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
204
|
+
<line num="428" count="0" type="stmt"/>
|
|
205
|
+
<line num="429" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
206
|
+
<line num="430" count="0" type="stmt"/>
|
|
181
207
|
</file>
|
|
182
208
|
<file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
|
|
183
209
|
<metrics statements="81" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
@@ -265,7 +291,7 @@
|
|
|
265
291
|
</file>
|
|
266
292
|
</package>
|
|
267
293
|
<package name="main.app">
|
|
268
|
-
<metrics statements="
|
|
294
|
+
<metrics statements="852" coveredstatements="0" conditionals="340" coveredconditionals="0" methods="223" coveredmethods="0"/>
|
|
269
295
|
<file name="canvas.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/canvas.ts">
|
|
270
296
|
<metrics statements="59" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
271
297
|
<line num="2" count="0" type="stmt"/>
|
|
@@ -348,11 +374,11 @@
|
|
|
348
374
|
<line num="48" count="0" type="stmt"/>
|
|
349
375
|
</file>
|
|
350
376
|
<file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
|
|
351
|
-
<metrics statements="
|
|
377
|
+
<metrics statements="442" coveredstatements="0" conditionals="240" coveredconditionals="0" methods="76" coveredmethods="0"/>
|
|
378
|
+
<line num="1" count="0" type="stmt"/>
|
|
352
379
|
<line num="2" count="0" type="stmt"/>
|
|
353
|
-
<line num="
|
|
354
|
-
<line num="
|
|
355
|
-
<line num="13" count="0" type="stmt"/>
|
|
380
|
+
<line num="4" count="0" type="stmt"/>
|
|
381
|
+
<line num="5" count="0" type="stmt"/>
|
|
356
382
|
<line num="14" count="0" type="stmt"/>
|
|
357
383
|
<line num="15" count="0" type="stmt"/>
|
|
358
384
|
<line num="16" count="0" type="stmt"/>
|
|
@@ -360,304 +386,437 @@
|
|
|
360
386
|
<line num="18" count="0" type="stmt"/>
|
|
361
387
|
<line num="19" count="0" type="stmt"/>
|
|
362
388
|
<line num="20" count="0" type="stmt"/>
|
|
363
|
-
<line num="
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
389
|
+
<line num="21" count="0" type="stmt"/>
|
|
390
|
+
<line num="22" count="0" type="stmt"/>
|
|
391
|
+
<line num="28" count="0" type="stmt"/>
|
|
392
|
+
<line num="29" count="0" type="stmt"/>
|
|
367
393
|
<line num="55" count="0" type="stmt"/>
|
|
368
|
-
<line num="
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
373
|
-
<line num="91" count="0" type="
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="
|
|
377
|
-
<line num="
|
|
378
|
-
<line num="
|
|
394
|
+
<line num="56" count="0" type="stmt"/>
|
|
395
|
+
<line num="57" count="0" type="stmt"/>
|
|
396
|
+
<line num="58" count="0" type="stmt"/>
|
|
397
|
+
<line num="84" count="0" type="stmt"/>
|
|
398
|
+
<line num="85" count="0" type="stmt"/>
|
|
399
|
+
<line num="91" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
400
|
+
<line num="92" count="0" type="stmt"/>
|
|
401
|
+
<line num="93" count="0" type="stmt"/>
|
|
402
|
+
<line num="94" count="0" type="stmt"/>
|
|
403
|
+
<line num="95" count="0" type="stmt"/>
|
|
404
|
+
<line num="128" count="0" type="stmt"/>
|
|
379
405
|
<line num="131" count="0" type="stmt"/>
|
|
406
|
+
<line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
407
|
+
<line num="133" count="0" type="stmt"/>
|
|
380
408
|
<line num="134" count="0" type="stmt"/>
|
|
381
|
-
<line num="
|
|
382
|
-
<line num="
|
|
409
|
+
<line num="135" count="0" type="stmt"/>
|
|
410
|
+
<line num="138" count="0" type="stmt"/>
|
|
383
411
|
<line num="148" count="0" type="stmt"/>
|
|
384
|
-
<line num="149" count="0" type="stmt"/>
|
|
385
412
|
<line num="153" count="0" type="stmt"/>
|
|
386
413
|
<line num="154" count="0" type="stmt"/>
|
|
387
414
|
<line num="157" count="0" type="stmt"/>
|
|
388
415
|
<line num="158" count="0" type="stmt"/>
|
|
389
416
|
<line num="159" count="0" type="stmt"/>
|
|
390
|
-
<line num="
|
|
417
|
+
<line num="163" count="0" type="stmt"/>
|
|
418
|
+
<line num="164" count="0" type="stmt"/>
|
|
419
|
+
<line num="167" count="0" type="stmt"/>
|
|
420
|
+
<line num="168" count="0" type="stmt"/>
|
|
391
421
|
<line num="169" count="0" type="stmt"/>
|
|
392
|
-
<line num="170" count="0" type="stmt"/>
|
|
393
|
-
<line num="171" count="0" type="stmt"/>
|
|
394
422
|
<line num="172" count="0" type="stmt"/>
|
|
395
|
-
<line num="
|
|
396
|
-
<line num="
|
|
397
|
-
<line num="
|
|
398
|
-
<line num="
|
|
399
|
-
<line num="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="204" count="0" type="stmt"/>
|
|
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"/>
|
|
423
|
+
<line num="174" count="0" type="stmt"/>
|
|
424
|
+
<line num="181" count="0" type="stmt"/>
|
|
425
|
+
<line num="183" count="0" type="stmt"/>
|
|
426
|
+
<line num="184" count="0" type="stmt"/>
|
|
427
|
+
<line num="185" count="0" type="stmt"/>
|
|
428
|
+
<line num="186" count="0" type="stmt"/>
|
|
429
|
+
<line num="209" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
408
430
|
<line num="210" count="0" type="stmt"/>
|
|
409
|
-
<line num="211" count="0" type="
|
|
410
|
-
<line num="
|
|
411
|
-
<line num="
|
|
412
|
-
<line num="
|
|
413
|
-
<line num="217" count="0" type="
|
|
431
|
+
<line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
432
|
+
<line num="214" count="0" type="stmt"/>
|
|
433
|
+
<line num="215" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
434
|
+
<line num="216" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
435
|
+
<line num="217" count="0" type="stmt"/>
|
|
414
436
|
<line num="218" count="0" type="stmt"/>
|
|
415
|
-
<line num="
|
|
437
|
+
<line num="219" count="0" type="stmt"/>
|
|
438
|
+
<line num="220" count="0" type="stmt"/>
|
|
439
|
+
<line num="221" count="0" type="stmt"/>
|
|
440
|
+
<line num="222" count="0" type="stmt"/>
|
|
441
|
+
<line num="223" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
416
442
|
<line num="224" count="0" type="stmt"/>
|
|
443
|
+
<line num="225" count="0" type="stmt"/>
|
|
444
|
+
<line num="226" count="0" type="stmt"/>
|
|
417
445
|
<line num="227" count="0" type="stmt"/>
|
|
418
|
-
<line num="228" count="0" type="
|
|
419
|
-
<line num="
|
|
420
|
-
<line num="232" count="0" type="
|
|
421
|
-
<line num="
|
|
422
|
-
<line num="
|
|
423
|
-
<line num="236" count="0" type="stmt"/>
|
|
424
|
-
<line num="237" count="0" type="stmt"/>
|
|
425
|
-
<line num="238" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
446
|
+
<line num="228" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
447
|
+
<line num="230" count="0" type="stmt"/>
|
|
448
|
+
<line num="232" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
449
|
+
<line num="233" count="0" type="stmt"/>
|
|
450
|
+
<line num="238" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
426
451
|
<line num="239" count="0" type="stmt"/>
|
|
427
|
-
<line num="240" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
428
|
-
<line num="241" count="0" type="stmt"/>
|
|
429
452
|
<line num="242" count="0" type="stmt"/>
|
|
430
|
-
<line num="243" count="0" type="
|
|
431
|
-
<line num="
|
|
432
|
-
<line num="245" count="0" type="stmt"/>
|
|
433
|
-
<line num="246" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
453
|
+
<line num="243" count="0" type="stmt"/>
|
|
454
|
+
<line num="246" count="0" type="stmt"/>
|
|
434
455
|
<line num="247" count="0" type="stmt"/>
|
|
435
|
-
<line num="248" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
436
456
|
<line num="249" count="0" type="stmt"/>
|
|
437
|
-
<line num="250" count="0" type="
|
|
438
|
-
<line num="251" count="0" type="
|
|
457
|
+
<line num="250" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
458
|
+
<line num="251" count="0" type="stmt"/>
|
|
439
459
|
<line num="252" count="0" type="stmt"/>
|
|
440
|
-
<line num="253" count="0" type="
|
|
441
|
-
<line num="
|
|
442
|
-
<line num="
|
|
460
|
+
<line num="253" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
461
|
+
<line num="254" count="0" type="stmt"/>
|
|
462
|
+
<line num="255" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
463
|
+
<line num="256" count="0" type="stmt"/>
|
|
464
|
+
<line num="257" count="0" type="stmt"/>
|
|
465
|
+
<line num="258" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
466
|
+
<line num="259" count="0" type="stmt"/>
|
|
467
|
+
<line num="260" count="0" type="stmt"/>
|
|
468
|
+
<line num="261" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
469
|
+
<line num="262" count="0" type="stmt"/>
|
|
470
|
+
<line num="263" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
443
471
|
<line num="264" count="0" type="stmt"/>
|
|
444
|
-
<line num="265" count="0" type="
|
|
445
|
-
<line num="266" count="0" type="
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="
|
|
449
|
-
<line num="275" count="0" type="
|
|
450
|
-
<line num="
|
|
451
|
-
<line num="280" count="0" type="
|
|
452
|
-
<line num="
|
|
472
|
+
<line num="265" count="0" type="stmt"/>
|
|
473
|
+
<line num="266" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
474
|
+
<line num="267" count="0" type="stmt"/>
|
|
475
|
+
<line num="268" count="0" type="stmt"/>
|
|
476
|
+
<line num="272" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
477
|
+
<line num="275" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
478
|
+
<line num="279" count="0" type="stmt"/>
|
|
479
|
+
<line num="280" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
480
|
+
<line num="281" count="0" type="stmt"/>
|
|
481
|
+
<line num="285" count="0" type="stmt"/>
|
|
482
|
+
<line num="286" count="0" type="stmt"/>
|
|
483
|
+
<line num="288" count="0" type="stmt"/>
|
|
453
484
|
<line num="290" count="0" type="stmt"/>
|
|
454
|
-
<line num="
|
|
455
|
-
<line num="
|
|
456
|
-
<line num="
|
|
457
|
-
<line num="
|
|
458
|
-
<line num="
|
|
459
|
-
<line num="
|
|
460
|
-
<line num="
|
|
461
|
-
<line num="
|
|
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="
|
|
472
|
-
<line num="
|
|
473
|
-
<line num="
|
|
474
|
-
<line num="
|
|
475
|
-
<line num="
|
|
476
|
-
<line num="
|
|
477
|
-
<line num="
|
|
478
|
-
<line num="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="
|
|
481
|
-
<line num="358" count="0" type="stmt"/>
|
|
482
|
-
<line num="364" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
485
|
+
<line num="293" count="0" type="stmt"/>
|
|
486
|
+
<line num="295" count="0" type="stmt"/>
|
|
487
|
+
<line num="304" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
488
|
+
<line num="305" count="0" type="stmt"/>
|
|
489
|
+
<line num="312" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
490
|
+
<line num="313" count="0" type="stmt"/>
|
|
491
|
+
<line num="314" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
492
|
+
<line num="315" count="0" type="stmt"/>
|
|
493
|
+
<line num="317" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
494
|
+
<line num="318" count="0" type="stmt"/>
|
|
495
|
+
<line num="319" count="0" type="stmt"/>
|
|
496
|
+
<line num="321" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
497
|
+
<line num="322" count="0" type="stmt"/>
|
|
498
|
+
<line num="323" count="0" type="stmt"/>
|
|
499
|
+
<line num="324" count="0" type="stmt"/>
|
|
500
|
+
<line num="326" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
501
|
+
<line num="327" count="0" type="stmt"/>
|
|
502
|
+
<line num="328" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
503
|
+
<line num="329" count="0" type="stmt"/>
|
|
504
|
+
<line num="342" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
505
|
+
<line num="343" count="0" type="stmt"/>
|
|
506
|
+
<line num="353" count="0" type="stmt"/>
|
|
507
|
+
<line num="356" count="0" type="stmt"/>
|
|
508
|
+
<line num="359" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
509
|
+
<line num="360" count="0" type="stmt"/>
|
|
510
|
+
<line num="363" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
511
|
+
<line num="364" count="0" type="stmt"/>
|
|
483
512
|
<line num="365" count="0" type="stmt"/>
|
|
484
|
-
<line num="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="
|
|
487
|
-
<line num="373" count="0" type="
|
|
488
|
-
<line num="
|
|
513
|
+
<line num="366" count="0" type="stmt"/>
|
|
514
|
+
<line num="368" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
515
|
+
<line num="369" count="0" type="stmt"/>
|
|
516
|
+
<line num="373" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
517
|
+
<line num="374" count="0" type="stmt"/>
|
|
518
|
+
<line num="375" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
489
519
|
<line num="376" count="0" type="stmt"/>
|
|
490
|
-
<line num="
|
|
491
|
-
<line num="
|
|
492
|
-
<line num="
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="
|
|
496
|
-
<line num="
|
|
497
|
-
<line num="
|
|
520
|
+
<line num="378" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
521
|
+
<line num="380" count="0" type="stmt"/>
|
|
522
|
+
<line num="387" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
523
|
+
<line num="388" count="0" type="stmt"/>
|
|
524
|
+
<line num="397" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
525
|
+
<line num="398" count="0" type="stmt"/>
|
|
526
|
+
<line num="399" count="0" type="stmt"/>
|
|
527
|
+
<line num="400" count="0" type="stmt"/>
|
|
528
|
+
<line num="402" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
529
|
+
<line num="403" count="0" type="stmt"/>
|
|
498
530
|
<line num="404" count="0" type="stmt"/>
|
|
499
|
-
<line num="408" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
500
531
|
<line num="409" count="0" type="stmt"/>
|
|
501
|
-
<line num="411" count="0" type="stmt"/>
|
|
502
|
-
<line num="415" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
503
|
-
<line num="416" count="0" type="stmt"/>
|
|
504
532
|
<line num="418" count="0" type="stmt"/>
|
|
505
|
-
<line num="
|
|
533
|
+
<line num="419" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
534
|
+
<line num="420" count="0" type="stmt"/>
|
|
535
|
+
<line num="421" count="0" type="stmt"/>
|
|
536
|
+
<line num="422" count="0" type="stmt"/>
|
|
537
|
+
<line num="423" count="0" type="stmt"/>
|
|
538
|
+
<line num="424" count="0" type="stmt"/>
|
|
539
|
+
<line num="429" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
506
540
|
<line num="430" count="0" type="stmt"/>
|
|
507
541
|
<line num="432" count="0" type="stmt"/>
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
542
|
+
<line num="437" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
543
|
+
<line num="438" count="0" type="stmt"/>
|
|
544
|
+
<line num="439" count="0" type="stmt"/>
|
|
545
|
+
<line num="442" count="0" type="stmt"/>
|
|
512
546
|
<line num="445" count="0" type="stmt"/>
|
|
513
|
-
<line num="
|
|
514
|
-
<line num="
|
|
515
|
-
<line num="448" count="0" type="stmt"/>
|
|
516
|
-
<line num="450" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
547
|
+
<line num="449" count="0" type="stmt"/>
|
|
548
|
+
<line num="450" count="0" type="stmt"/>
|
|
517
549
|
<line num="451" count="0" type="stmt"/>
|
|
518
|
-
<line num="
|
|
550
|
+
<line num="452" count="0" type="stmt"/>
|
|
519
551
|
<line num="454" count="0" type="stmt"/>
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="
|
|
552
|
+
<line num="464" count="0" type="stmt"/>
|
|
553
|
+
<line num="468" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
554
|
+
<line num="469" count="0" type="stmt"/>
|
|
522
555
|
<line num="471" count="0" type="stmt"/>
|
|
556
|
+
<line num="475" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
557
|
+
<line num="476" count="0" type="stmt"/>
|
|
523
558
|
<line num="478" count="0" type="stmt"/>
|
|
524
|
-
<line num="
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="487" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
527
|
-
<line num="488" count="0" type="stmt"/>
|
|
528
|
-
<line num="489" count="0" type="stmt"/>
|
|
529
|
-
<line num="491" count="0" type="stmt"/>
|
|
559
|
+
<line num="489" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
560
|
+
<line num="490" count="0" type="stmt"/>
|
|
530
561
|
<line num="492" count="0" type="stmt"/>
|
|
531
|
-
<line num="
|
|
562
|
+
<line num="493" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
532
563
|
<line num="496" count="0" type="stmt"/>
|
|
533
|
-
<line num="
|
|
534
|
-
<line num="
|
|
535
|
-
<line num="
|
|
536
|
-
<line num="
|
|
537
|
-
<line num="507" count="0" type="
|
|
564
|
+
<line num="497" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
565
|
+
<line num="504" count="0" type="stmt"/>
|
|
566
|
+
<line num="505" count="0" type="stmt"/>
|
|
567
|
+
<line num="506" count="0" type="stmt"/>
|
|
568
|
+
<line num="507" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
569
|
+
<line num="508" count="0" type="stmt"/>
|
|
570
|
+
<line num="510" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
538
571
|
<line num="511" count="0" type="stmt"/>
|
|
539
|
-
<line num="
|
|
540
|
-
<line num="
|
|
541
|
-
<line num="517" count="0" type="
|
|
542
|
-
<line num="520" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
572
|
+
<line num="513" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
573
|
+
<line num="514" count="0" type="stmt"/>
|
|
574
|
+
<line num="517" count="0" type="stmt"/>
|
|
543
575
|
<line num="521" count="0" type="stmt"/>
|
|
544
|
-
<line num="524" count="0" type="stmt"/>
|
|
545
576
|
<line num="531" count="0" type="stmt"/>
|
|
546
|
-
<line num="532" count="0" type="stmt"/>
|
|
547
|
-
<line num="533" count="0" type="stmt"/>
|
|
548
|
-
<line num="534" count="0" type="stmt"/>
|
|
549
577
|
<line num="538" count="0" type="stmt"/>
|
|
550
|
-
<line num="542" count="0" type="
|
|
551
|
-
<line num="546" count="0" type="
|
|
552
|
-
<line num="547" count="0" type="
|
|
578
|
+
<line num="542" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
579
|
+
<line num="546" count="0" type="stmt"/>
|
|
580
|
+
<line num="547" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
581
|
+
<line num="548" count="0" type="stmt"/>
|
|
553
582
|
<line num="549" count="0" type="stmt"/>
|
|
554
|
-
<line num="
|
|
555
|
-
<line num="
|
|
556
|
-
<line num="
|
|
557
|
-
<line num="
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="
|
|
560
|
-
<line num="
|
|
561
|
-
<line num="
|
|
562
|
-
<line num="
|
|
563
|
-
<line num="
|
|
564
|
-
<line num="
|
|
565
|
-
<line num="
|
|
583
|
+
<line num="551" count="0" type="stmt"/>
|
|
584
|
+
<line num="552" count="0" type="stmt"/>
|
|
585
|
+
<line num="554" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
586
|
+
<line num="556" count="0" type="stmt"/>
|
|
587
|
+
<line num="558" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
588
|
+
<line num="559" count="0" type="stmt"/>
|
|
589
|
+
<line num="560" count="0" type="stmt"/>
|
|
590
|
+
<line num="563" count="0" type="stmt"/>
|
|
591
|
+
<line num="567" count="0" type="stmt"/>
|
|
592
|
+
<line num="571" count="0" type="stmt"/>
|
|
593
|
+
<line num="575" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
594
|
+
<line num="576" count="0" type="stmt"/>
|
|
595
|
+
<line num="577" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
596
|
+
<line num="580" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
566
597
|
<line num="581" count="0" type="stmt"/>
|
|
598
|
+
<line num="584" count="0" type="stmt"/>
|
|
599
|
+
<line num="591" count="0" type="stmt"/>
|
|
567
600
|
<line num="592" count="0" type="stmt"/>
|
|
568
601
|
<line num="593" count="0" type="stmt"/>
|
|
569
|
-
<line num="594" count="0" type="
|
|
570
|
-
<line num="595" count="0" type="stmt"/>
|
|
571
|
-
<line num="596" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
602
|
+
<line num="594" count="0" type="stmt"/>
|
|
572
603
|
<line num="598" 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="
|
|
604
|
+
<line num="602" count="0" type="stmt"/>
|
|
605
|
+
<line num="606" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
606
|
+
<line num="607" count="0" type="stmt"/>
|
|
607
|
+
<line num="609" count="0" type="stmt"/>
|
|
608
|
+
<line num="613" count="0" type="stmt"/>
|
|
609
|
+
<line num="614" count="0" type="stmt"/>
|
|
610
|
+
<line num="615" count="0" type="stmt"/>
|
|
611
|
+
<line num="616" count="0" type="stmt"/>
|
|
612
|
+
<line num="619" count="0" type="stmt"/>
|
|
613
|
+
<line num="620" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
614
|
+
<line num="621" count="0" type="stmt"/>
|
|
615
|
+
<line num="623" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
616
|
+
<line num="631" count="0" type="stmt"/>
|
|
617
|
+
<line num="632" count="0" type="stmt"/>
|
|
618
|
+
<line num="633" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
619
|
+
<line num="634" count="0" type="stmt"/>
|
|
620
|
+
<line num="636" count="0" type="stmt"/>
|
|
580
621
|
<line num="637" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
581
622
|
<line num="638" count="0" type="stmt"/>
|
|
582
|
-
<line num="
|
|
583
|
-
<line num="659" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
623
|
+
<line num="666" count="0" type="stmt"/>
|
|
584
624
|
<line num="667" count="0" type="stmt"/>
|
|
585
|
-
<line num="
|
|
586
|
-
<line num="
|
|
587
|
-
<line num="
|
|
625
|
+
<line num="668" count="0" type="stmt"/>
|
|
626
|
+
<line num="676" count="0" type="stmt"/>
|
|
627
|
+
<line num="677" count="0" type="stmt"/>
|
|
628
|
+
<line num="678" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
588
629
|
<line num="679" count="0" type="stmt"/>
|
|
589
|
-
<line num="
|
|
630
|
+
<line num="680" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
631
|
+
<line num="682" count="0" type="stmt"/>
|
|
632
|
+
<line num="683" count="0" type="stmt"/>
|
|
633
|
+
<line num="684" count="0" type="stmt"/>
|
|
590
634
|
<line num="685" count="0" type="stmt"/>
|
|
635
|
+
<line num="686" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
591
636
|
<line num="687" count="0" type="stmt"/>
|
|
592
|
-
<line num="
|
|
637
|
+
<line num="688" count="0" type="stmt"/>
|
|
638
|
+
<line num="689" count="0" type="stmt"/>
|
|
593
639
|
<line num="691" count="0" type="stmt"/>
|
|
640
|
+
<line num="692" count="0" type="stmt"/>
|
|
594
641
|
<line num="693" count="0" type="stmt"/>
|
|
595
642
|
<line num="695" count="0" type="stmt"/>
|
|
596
|
-
<line num="
|
|
643
|
+
<line num="696" count="0" type="stmt"/>
|
|
644
|
+
<line num="697" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
645
|
+
<line num="698" count="0" type="stmt"/>
|
|
646
|
+
<line num="700" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
597
647
|
<line num="702" count="0" type="stmt"/>
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="706" count="0" type="stmt"/>
|
|
600
|
-
<line num="707" count="0" type="stmt"/>
|
|
648
|
+
<line num="704" count="0" type="stmt"/>
|
|
601
649
|
<line num="709" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
602
|
-
<line num="
|
|
650
|
+
<line num="711" count="0" type="stmt"/>
|
|
603
651
|
<line num="713" count="0" type="stmt"/>
|
|
604
|
-
<line num="
|
|
652
|
+
<line num="714" count="0" type="stmt"/>
|
|
653
|
+
<line num="716" count="0" type="stmt"/>
|
|
605
654
|
<line num="717" count="0" type="stmt"/>
|
|
606
|
-
<line num="719" count="0" type="
|
|
607
|
-
<line num="
|
|
608
|
-
<line num="
|
|
609
|
-
<line num="
|
|
655
|
+
<line num="719" count="0" type="stmt"/>
|
|
656
|
+
<line num="723" count="0" type="stmt"/>
|
|
657
|
+
<line num="724" count="0" type="stmt"/>
|
|
658
|
+
<line num="725" count="0" type="stmt"/>
|
|
659
|
+
<line num="726" count="0" type="stmt"/>
|
|
660
|
+
<line num="727" count="0" type="stmt"/>
|
|
610
661
|
<line num="728" count="0" type="stmt"/>
|
|
611
662
|
<line num="729" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
612
663
|
<line num="730" count="0" type="stmt"/>
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="734" count="0" type="
|
|
664
|
+
<line num="731" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
665
|
+
<line num="732" count="0" type="stmt"/>
|
|
666
|
+
<line num="734" count="0" type="stmt"/>
|
|
616
667
|
<line num="735" count="0" type="stmt"/>
|
|
617
|
-
<line num="736" count="0" type="
|
|
668
|
+
<line num="736" count="0" type="stmt"/>
|
|
669
|
+
<line num="737" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
670
|
+
<line num="738" count="0" type="stmt"/>
|
|
618
671
|
<line num="740" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
619
|
-
<line num="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="
|
|
623
|
-
<line num="
|
|
672
|
+
<line num="742" count="0" type="stmt"/>
|
|
673
|
+
<line num="744" count="0" type="stmt"/>
|
|
674
|
+
<line num="749" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
675
|
+
<line num="751" count="0" type="stmt"/>
|
|
676
|
+
<line num="753" count="0" type="stmt"/>
|
|
624
677
|
<line num="754" count="0" type="stmt"/>
|
|
625
|
-
<line num="757" count="0" type="stmt"/>
|
|
626
|
-
<line num="758" count="0" type="stmt"/>
|
|
627
|
-
<line num="759" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
628
|
-
<line num="760" count="0" type="stmt"/>
|
|
629
|
-
<line num="763" count="0" type="stmt"/>
|
|
630
|
-
<line num="764" count="0" type="stmt"/>
|
|
631
678
|
<line num="765" count="0" type="stmt"/>
|
|
632
|
-
<line num="
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="
|
|
635
|
-
<line num="
|
|
636
|
-
<line num="
|
|
637
|
-
<line num="
|
|
638
|
-
<line num="
|
|
679
|
+
<line num="772" count="0" type="stmt"/>
|
|
680
|
+
<line num="774" count="0" type="stmt"/>
|
|
681
|
+
<line num="778" count="0" type="stmt"/>
|
|
682
|
+
<line num="779" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
683
|
+
<line num="780" count="0" type="stmt"/>
|
|
684
|
+
<line num="782" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
685
|
+
<line num="783" count="0" type="stmt"/>
|
|
686
|
+
<line num="784" count="0" type="stmt"/>
|
|
687
|
+
<line num="785" count="0" type="stmt"/>
|
|
688
|
+
<line num="787" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
639
689
|
<line num="792" count="0" type="stmt"/>
|
|
640
690
|
<line num="793" count="0" type="stmt"/>
|
|
641
|
-
<line num="794" count="0" type="
|
|
642
|
-
<line num="795" count="0" type="stmt"/>
|
|
691
|
+
<line num="794" count="0" type="stmt"/>
|
|
643
692
|
<line num="796" count="0" type="stmt"/>
|
|
644
|
-
<line num="797" count="0" type="
|
|
645
|
-
<line num="
|
|
646
|
-
<line num="
|
|
647
|
-
<line num="
|
|
648
|
-
<line num="
|
|
649
|
-
<line num="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="
|
|
652
|
-
<line num="
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="
|
|
655
|
-
<line num="
|
|
656
|
-
<line num="
|
|
657
|
-
<line num="
|
|
658
|
-
<line num="
|
|
659
|
-
<line num="
|
|
660
|
-
<line num="
|
|
693
|
+
<line num="797" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
694
|
+
<line num="798" count="0" type="stmt"/>
|
|
695
|
+
<line num="801" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
696
|
+
<line num="802" count="0" type="stmt"/>
|
|
697
|
+
<line num="804" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
698
|
+
<line num="806" count="0" type="stmt"/>
|
|
699
|
+
<line num="808" count="0" type="stmt"/>
|
|
700
|
+
<line num="814" count="0" type="stmt"/>
|
|
701
|
+
<line num="815" count="0" type="stmt"/>
|
|
702
|
+
<line num="826" count="0" type="stmt"/>
|
|
703
|
+
<line num="827" count="0" type="stmt"/>
|
|
704
|
+
<line num="828" count="0" type="stmt"/>
|
|
705
|
+
<line num="830" count="0" type="stmt"/>
|
|
706
|
+
<line num="836" count="0" type="stmt"/>
|
|
707
|
+
<line num="856" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
708
|
+
<line num="857" count="0" type="stmt"/>
|
|
709
|
+
<line num="859" count="0" type="stmt"/>
|
|
710
|
+
<line num="862" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
711
|
+
<line num="869" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
712
|
+
<line num="870" count="0" type="stmt"/>
|
|
713
|
+
<line num="871" count="0" type="stmt"/>
|
|
714
|
+
<line num="872" count="0" type="stmt"/>
|
|
715
|
+
<line num="874" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
716
|
+
<line num="875" count="0" type="stmt"/>
|
|
717
|
+
<line num="876" count="0" type="stmt"/>
|
|
718
|
+
<line num="877" count="0" type="stmt"/>
|
|
719
|
+
<line num="897" count="0" type="stmt"/>
|
|
720
|
+
<line num="898" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
721
|
+
<line num="906" count="0" type="stmt"/>
|
|
722
|
+
<line num="907" count="0" type="stmt"/>
|
|
723
|
+
<line num="908" count="0" type="stmt"/>
|
|
724
|
+
<line num="910" count="0" type="stmt"/>
|
|
725
|
+
<line num="911" count="0" type="stmt"/>
|
|
726
|
+
<line num="912" count="0" type="stmt"/>
|
|
727
|
+
<line num="920" count="0" type="stmt"/>
|
|
728
|
+
<line num="925" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
729
|
+
<line num="926" count="0" type="stmt"/>
|
|
730
|
+
<line num="928" count="0" type="stmt"/>
|
|
731
|
+
<line num="931" count="0" type="stmt"/>
|
|
732
|
+
<line num="932" count="0" type="stmt"/>
|
|
733
|
+
<line num="934" count="0" type="stmt"/>
|
|
734
|
+
<line num="936" count="0" type="stmt"/>
|
|
735
|
+
<line num="942" count="0" type="stmt"/>
|
|
736
|
+
<line num="943" count="0" type="stmt"/>
|
|
737
|
+
<line num="945" count="0" type="stmt"/>
|
|
738
|
+
<line num="946" count="0" type="stmt"/>
|
|
739
|
+
<line num="947" count="0" type="stmt"/>
|
|
740
|
+
<line num="948" count="0" type="stmt"/>
|
|
741
|
+
<line num="949" count="0" type="stmt"/>
|
|
742
|
+
<line num="950" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
743
|
+
<line num="951" count="0" type="stmt"/>
|
|
744
|
+
<line num="953" count="0" type="stmt"/>
|
|
745
|
+
<line num="956" count="0" type="stmt"/>
|
|
746
|
+
<line num="959" count="0" type="stmt"/>
|
|
747
|
+
<line num="960" count="0" type="stmt"/>
|
|
748
|
+
<line num="962" count="0" type="stmt"/>
|
|
749
|
+
<line num="963" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
750
|
+
<line num="965" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
751
|
+
<line num="968" count="0" type="stmt"/>
|
|
752
|
+
<line num="969" count="0" type="stmt"/>
|
|
753
|
+
<line num="971" count="0" type="stmt"/>
|
|
754
|
+
<line num="972" count="0" type="stmt"/>
|
|
755
|
+
<line num="975" count="0" type="stmt"/>
|
|
756
|
+
<line num="976" count="0" type="stmt"/>
|
|
757
|
+
<line num="979" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
758
|
+
<line num="980" count="0" type="stmt"/>
|
|
759
|
+
<line num="983" count="0" type="stmt"/>
|
|
760
|
+
<line num="986" count="0" type="stmt"/>
|
|
761
|
+
<line num="988" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
762
|
+
<line num="989" count="0" type="stmt"/>
|
|
763
|
+
<line num="991" count="0" type="stmt"/>
|
|
764
|
+
<line num="993" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
765
|
+
<line num="997" count="0" type="stmt"/>
|
|
766
|
+
<line num="998" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
767
|
+
<line num="999" count="0" type="stmt"/>
|
|
768
|
+
<line num="1001" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
769
|
+
<line num="1002" count="0" type="stmt"/>
|
|
770
|
+
<line num="1003" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
771
|
+
<line num="1004" count="0" type="stmt"/>
|
|
772
|
+
<line num="1005" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
773
|
+
<line num="1009" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
774
|
+
<line num="1010" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
775
|
+
<line num="1012" count="0" type="stmt"/>
|
|
776
|
+
<line num="1013" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
777
|
+
<line num="1014" count="0" type="stmt"/>
|
|
778
|
+
<line num="1019" count="0" type="stmt"/>
|
|
779
|
+
<line num="1023" count="0" type="stmt"/>
|
|
780
|
+
<line num="1026" count="0" type="stmt"/>
|
|
781
|
+
<line num="1027" count="0" type="stmt"/>
|
|
782
|
+
<line num="1028" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
783
|
+
<line num="1029" count="0" type="stmt"/>
|
|
784
|
+
<line num="1030" count="0" type="stmt"/>
|
|
785
|
+
<line num="1033" count="0" type="stmt"/>
|
|
786
|
+
<line num="1034" count="0" type="stmt"/>
|
|
787
|
+
<line num="1035" count="0" type="stmt"/>
|
|
788
|
+
<line num="1036" count="0" type="stmt"/>
|
|
789
|
+
<line num="1040" count="0" type="stmt"/>
|
|
790
|
+
<line num="1044" count="0" type="stmt"/>
|
|
791
|
+
<line num="1048" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
792
|
+
<line num="1056" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
793
|
+
<line num="1057" count="0" type="stmt"/>
|
|
794
|
+
<line num="1058" count="0" type="stmt"/>
|
|
795
|
+
<line num="1059" count="0" type="stmt"/>
|
|
796
|
+
<line num="1063" count="0" type="stmt"/>
|
|
797
|
+
<line num="1064" count="0" type="stmt"/>
|
|
798
|
+
<line num="1065" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
799
|
+
<line num="1066" count="0" type="stmt"/>
|
|
800
|
+
<line num="1067" count="0" type="stmt"/>
|
|
801
|
+
<line num="1068" count="0" type="stmt"/>
|
|
802
|
+
<line num="1072" count="0" type="stmt"/>
|
|
803
|
+
<line num="1078" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
804
|
+
<line num="1082" count="0" type="stmt"/>
|
|
805
|
+
<line num="1086" count="0" type="stmt"/>
|
|
806
|
+
<line num="1087" count="0" type="stmt"/>
|
|
807
|
+
<line num="1091" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
808
|
+
<line num="1092" count="0" type="stmt"/>
|
|
809
|
+
<line num="1093" count="0" type="stmt"/>
|
|
810
|
+
<line num="1094" count="0" type="stmt"/>
|
|
811
|
+
<line num="1095" count="0" type="stmt"/>
|
|
812
|
+
<line num="1096" count="0" type="stmt"/>
|
|
813
|
+
<line num="1097" count="0" type="stmt"/>
|
|
814
|
+
<line num="1098" count="0" type="stmt"/>
|
|
815
|
+
<line num="1099" count="0" type="stmt"/>
|
|
816
|
+
<line num="1100" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
817
|
+
<line num="1101" count="0" type="stmt"/>
|
|
818
|
+
<line num="1103" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
819
|
+
<line num="1105" count="0" type="stmt"/>
|
|
661
820
|
</file>
|
|
662
821
|
<file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
|
|
663
822
|
<metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
@@ -1145,7 +1304,7 @@
|
|
|
1145
1304
|
</file>
|
|
1146
1305
|
</package>
|
|
1147
1306
|
<package name="main.modules">
|
|
1148
|
-
<metrics statements="
|
|
1307
|
+
<metrics statements="1260" coveredstatements="12" conditionals="652" coveredconditionals="0" methods="265" coveredmethods="2"/>
|
|
1149
1308
|
<file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
|
|
1150
1309
|
<metrics statements="22" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
1151
1310
|
<line num="4" count="0" type="stmt"/>
|
|
@@ -1240,6 +1399,155 @@
|
|
|
1240
1399
|
<line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1241
1400
|
<line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1242
1401
|
</file>
|
|
1402
|
+
<file name="conditionsManager.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/conditionsManager.ts">
|
|
1403
|
+
<metrics statements="146" coveredstatements="12" conditionals="60" coveredconditionals="0" methods="49" coveredmethods="2"/>
|
|
1404
|
+
<line num="30" count="1" type="stmt"/>
|
|
1405
|
+
<line num="31" count="1" type="stmt"/>
|
|
1406
|
+
<line num="32" count="1" type="stmt"/>
|
|
1407
|
+
<line num="35" count="1" type="stmt"/>
|
|
1408
|
+
<line num="36" count="1" type="stmt"/>
|
|
1409
|
+
<line num="40" count="0" type="stmt"/>
|
|
1410
|
+
<line num="44" count="0" type="stmt"/>
|
|
1411
|
+
<line num="45" count="0" type="stmt"/>
|
|
1412
|
+
<line num="51" count="0" type="stmt"/>
|
|
1413
|
+
<line num="52" count="0" type="stmt"/>
|
|
1414
|
+
<line num="53" count="0" type="stmt"/>
|
|
1415
|
+
<line num="54" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1416
|
+
<line num="55" count="0" type="stmt"/>
|
|
1417
|
+
<line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1418
|
+
<line num="57" count="0" type="stmt"/>
|
|
1419
|
+
<line num="61" count="0" type="stmt"/>
|
|
1420
|
+
<line num="62" count="0" type="stmt"/>
|
|
1421
|
+
<line num="63" count="0" type="stmt"/>
|
|
1422
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1423
|
+
<line num="65" count="0" type="stmt"/>
|
|
1424
|
+
<line num="66" count="0" type="stmt"/>
|
|
1425
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1426
|
+
<line num="68" count="0" type="stmt"/>
|
|
1427
|
+
<line num="72" count="0" type="stmt"/>
|
|
1428
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1429
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1430
|
+
<line num="75" count="0" type="stmt"/>
|
|
1431
|
+
<line num="77" count="0" type="stmt"/>
|
|
1432
|
+
<line num="82" count="0" type="stmt"/>
|
|
1433
|
+
<line num="84" count="0" type="stmt"/>
|
|
1434
|
+
<line num="89" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
1435
|
+
<line num="90" count="1" type="stmt"/>
|
|
1436
|
+
<line num="91" count="1" type="stmt"/>
|
|
1437
|
+
<line num="92" count="1" type="stmt"/>
|
|
1438
|
+
<line num="94" count="0" type="stmt"/>
|
|
1439
|
+
<line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1440
|
+
<line num="101" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
1441
|
+
<line num="103" count="0" type="stmt"/>
|
|
1442
|
+
<line num="104" count="0" type="stmt"/>
|
|
1443
|
+
<line num="106" count="0" type="stmt"/>
|
|
1444
|
+
<line num="107" count="0" type="stmt"/>
|
|
1445
|
+
<line num="109" count="0" type="stmt"/>
|
|
1446
|
+
<line num="110" count="0" type="stmt"/>
|
|
1447
|
+
<line num="112" count="0" type="stmt"/>
|
|
1448
|
+
<line num="113" count="0" type="stmt"/>
|
|
1449
|
+
<line num="115" count="0" type="stmt"/>
|
|
1450
|
+
<line num="116" count="0" type="stmt"/>
|
|
1451
|
+
<line num="118" count="0" type="stmt"/>
|
|
1452
|
+
<line num="123" count="0" type="stmt"/>
|
|
1453
|
+
<line num="124" count="0" type="stmt"/>
|
|
1454
|
+
<line num="126" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1455
|
+
<line num="127" count="0" type="stmt"/>
|
|
1456
|
+
<line num="128" count="0" type="stmt"/>
|
|
1457
|
+
<line num="129" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1458
|
+
<line num="130" count="0" type="stmt"/>
|
|
1459
|
+
<line num="136" count="1" type="stmt"/>
|
|
1460
|
+
<line num="139" count="0" type="stmt"/>
|
|
1461
|
+
<line num="140" count="0" type="stmt"/>
|
|
1462
|
+
<line num="141" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1463
|
+
<line num="142" count="0" type="stmt"/>
|
|
1464
|
+
<line num="145" count="0" type="stmt"/>
|
|
1465
|
+
<line num="146" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1466
|
+
<line num="147" count="0" type="stmt"/>
|
|
1467
|
+
<line num="154" count="0" type="stmt"/>
|
|
1468
|
+
<line num="155" count="0" type="stmt"/>
|
|
1469
|
+
<line num="157" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1470
|
+
<line num="158" count="0" type="stmt"/>
|
|
1471
|
+
<line num="160" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
1472
|
+
<line num="162" count="0" type="stmt"/>
|
|
1473
|
+
<line num="163" count="0" type="stmt"/>
|
|
1474
|
+
<line num="165" count="0" type="stmt"/>
|
|
1475
|
+
<line num="166" count="0" type="stmt"/>
|
|
1476
|
+
<line num="168" count="0" type="stmt"/>
|
|
1477
|
+
<line num="169" count="0" type="stmt"/>
|
|
1478
|
+
<line num="171" count="0" type="stmt"/>
|
|
1479
|
+
<line num="172" count="0" type="stmt"/>
|
|
1480
|
+
<line num="174" count="0" type="stmt"/>
|
|
1481
|
+
<line num="176" count="0" type="stmt"/>
|
|
1482
|
+
<line num="178" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1483
|
+
<line num="179" count="0" type="stmt"/>
|
|
1484
|
+
<line num="187" count="0" type="stmt"/>
|
|
1485
|
+
<line num="188" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1486
|
+
<line num="189" count="0" type="stmt"/>
|
|
1487
|
+
<line num="190" count="0" type="stmt"/>
|
|
1488
|
+
<line num="191" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1489
|
+
<line num="192" count="0" type="stmt"/>
|
|
1490
|
+
<line num="200" count="0" type="stmt"/>
|
|
1491
|
+
<line num="201" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1492
|
+
<line num="202" count="0" type="stmt"/>
|
|
1493
|
+
<line num="203" count="0" type="stmt"/>
|
|
1494
|
+
<line num="204" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1495
|
+
<line num="205" count="0" type="stmt"/>
|
|
1496
|
+
<line num="213" count="0" type="stmt"/>
|
|
1497
|
+
<line num="214" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1498
|
+
<line num="215" count="0" type="stmt"/>
|
|
1499
|
+
<line num="216" count="0" type="stmt"/>
|
|
1500
|
+
<line num="217" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1501
|
+
<line num="218" count="0" type="stmt"/>
|
|
1502
|
+
<line num="226" count="0" type="stmt"/>
|
|
1503
|
+
<line num="227" count="0" type="stmt"/>
|
|
1504
|
+
<line num="228" count="0" type="stmt"/>
|
|
1505
|
+
<line num="230" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1506
|
+
<line num="231" count="0" type="stmt"/>
|
|
1507
|
+
<line num="232" count="0" type="stmt"/>
|
|
1508
|
+
<line num="233" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1509
|
+
<line num="234" count="0" type="stmt"/>
|
|
1510
|
+
<line num="279" count="1" type="stmt"/>
|
|
1511
|
+
<line num="280" count="0" type="stmt"/>
|
|
1512
|
+
<line num="281" count="0" type="stmt"/>
|
|
1513
|
+
<line num="282" count="0" type="stmt"/>
|
|
1514
|
+
<line num="283" count="0" type="stmt"/>
|
|
1515
|
+
<line num="284" count="0" type="stmt"/>
|
|
1516
|
+
<line num="285" count="0" type="stmt"/>
|
|
1517
|
+
<line num="286" count="0" type="stmt"/>
|
|
1518
|
+
<line num="287" count="0" type="stmt"/>
|
|
1519
|
+
<line num="288" count="0" type="stmt"/>
|
|
1520
|
+
<line num="289" count="0" type="stmt"/>
|
|
1521
|
+
<line num="290" count="0" type="stmt"/>
|
|
1522
|
+
<line num="293" count="1" type="stmt"/>
|
|
1523
|
+
<line num="294" count="0" type="stmt"/>
|
|
1524
|
+
<line num="304" count="0" type="stmt"/>
|
|
1525
|
+
<line num="305" count="0" type="stmt"/>
|
|
1526
|
+
<line num="307" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1527
|
+
<line num="310" count="0" type="stmt"/>
|
|
1528
|
+
<line num="316" count="0" type="cond" truecount="0" falsecount="10"/>
|
|
1529
|
+
<line num="318" count="0" type="stmt"/>
|
|
1530
|
+
<line num="324" count="0" type="stmt"/>
|
|
1531
|
+
<line num="326" count="0" type="stmt"/>
|
|
1532
|
+
<line num="333" count="0" type="stmt"/>
|
|
1533
|
+
<line num="335" count="0" type="stmt"/>
|
|
1534
|
+
<line num="342" count="0" type="stmt"/>
|
|
1535
|
+
<line num="344" count="0" type="stmt"/>
|
|
1536
|
+
<line num="352" count="0" type="stmt"/>
|
|
1537
|
+
<line num="354" count="0" type="stmt"/>
|
|
1538
|
+
<line num="361" count="0" type="stmt"/>
|
|
1539
|
+
<line num="363" count="0" type="stmt"/>
|
|
1540
|
+
<line num="369" count="0" type="stmt"/>
|
|
1541
|
+
<line num="371" count="0" type="stmt"/>
|
|
1542
|
+
<line num="377" count="0" type="stmt"/>
|
|
1543
|
+
<line num="379" count="0" type="stmt"/>
|
|
1544
|
+
<line num="385" count="0" type="stmt"/>
|
|
1545
|
+
<line num="387" count="0" type="stmt"/>
|
|
1546
|
+
<line num="393" count="0" type="stmt"/>
|
|
1547
|
+
<line num="395" count="0" type="stmt"/>
|
|
1548
|
+
<line num="401" count="0" type="stmt"/>
|
|
1549
|
+
<line num="404" count="0" type="stmt"/>
|
|
1550
|
+
</file>
|
|
1243
1551
|
<file name="connection.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/connection.ts">
|
|
1244
1552
|
<metrics statements="9" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
1245
1553
|
<line num="2" count="0" type="stmt"/>
|
|
@@ -1526,7 +1834,7 @@
|
|
|
1526
1834
|
<line num="98" count="0" type="stmt"/>
|
|
1527
1835
|
</file>
|
|
1528
1836
|
<file name="featureFlags.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/featureFlags.ts">
|
|
1529
|
-
<metrics statements="
|
|
1837
|
+
<metrics statements="42" coveredstatements="0" conditionals="13" coveredconditionals="0" methods="17" coveredmethods="0"/>
|
|
1530
1838
|
<line num="15" count="0" type="stmt"/>
|
|
1531
1839
|
<line num="16" count="0" type="stmt"/>
|
|
1532
1840
|
<line num="17" count="0" type="stmt"/>
|
|
@@ -1546,28 +1854,29 @@
|
|
|
1546
1854
|
<line num="46" count="0" type="stmt"/>
|
|
1547
1855
|
<line num="47" count="0" type="stmt"/>
|
|
1548
1856
|
<line num="50" count="0" type="stmt"/>
|
|
1549
|
-
<line num="51" count="0" type="stmt"/>
|
|
1550
|
-
<line num="52" count="0" type="stmt"/>
|
|
1551
|
-
<line num="66" count="0" type="
|
|
1552
|
-
<line num="
|
|
1553
|
-
<line num="75" count="0" type="
|
|
1857
|
+
<line num="51" count="0" type="stmt"/>
|
|
1858
|
+
<line num="52" count="0" type="stmt"/>
|
|
1859
|
+
<line num="66" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1860
|
+
<line num="67" count="0" type="stmt"/>
|
|
1861
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1554
1862
|
<line num="76" count="0" type="stmt"/>
|
|
1555
|
-
<line num="
|
|
1863
|
+
<line num="77" count="0" type="stmt"/>
|
|
1556
1864
|
<line num="82" count="0" type="stmt"/>
|
|
1557
|
-
<line num="83" count="0" type="
|
|
1558
|
-
<line num="
|
|
1865
|
+
<line num="83" count="0" type="stmt"/>
|
|
1866
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1559
1867
|
<line num="87" count="0" type="stmt"/>
|
|
1560
1868
|
<line num="88" count="0" type="stmt"/>
|
|
1561
1869
|
<line num="89" count="0" type="stmt"/>
|
|
1562
|
-
<line num="
|
|
1870
|
+
<line num="90" count="0" type="stmt"/>
|
|
1563
1871
|
<line num="93" count="0" type="stmt"/>
|
|
1564
|
-
<line num="94" count="0" type="
|
|
1565
|
-
<line num="
|
|
1566
|
-
<line num="
|
|
1567
|
-
<line num="103" count="0" type="
|
|
1568
|
-
<line num="104" count="0" type="
|
|
1872
|
+
<line num="94" count="0" type="stmt"/>
|
|
1873
|
+
<line num="95" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1874
|
+
<line num="99" count="0" type="stmt"/>
|
|
1875
|
+
<line num="103" count="0" type="stmt"/>
|
|
1876
|
+
<line num="104" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1569
1877
|
<line num="105" count="0" type="stmt"/>
|
|
1570
|
-
<line num="
|
|
1878
|
+
<line num="106" count="0" type="stmt"/>
|
|
1879
|
+
<line num="108" count="0" type="stmt"/>
|
|
1571
1880
|
</file>
|
|
1572
1881
|
<file name="focus.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/focus.ts">
|
|
1573
1882
|
<metrics statements="27" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
@@ -2833,46 +3142,48 @@
|
|
|
2833
3142
|
</file>
|
|
2834
3143
|
</package>
|
|
2835
3144
|
<package name="main.modules.userTesting">
|
|
2836
|
-
<metrics statements="
|
|
3145
|
+
<metrics statements="459" coveredstatements="0" conditionals="179" coveredconditionals="0" methods="75" coveredmethods="0"/>
|
|
2837
3146
|
<file name="SignalManager.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/SignalManager.ts">
|
|
2838
|
-
<metrics statements="
|
|
2839
|
-
<line num="1" count="
|
|
2840
|
-
<line num="3" count="
|
|
2841
|
-
<line num="4" count="
|
|
2842
|
-
<line num="13" count="
|
|
2843
|
-
<line num="14" count="
|
|
2844
|
-
<line num="15" count="
|
|
2845
|
-
<line num="16" count="
|
|
2846
|
-
<line num="17" count="
|
|
2847
|
-
<line num="18" count="
|
|
2848
|
-
<line num="19" count="
|
|
2849
|
-
<line num="20" count="
|
|
2850
|
-
<line num="21" count="
|
|
2851
|
-
<line num="23" count="
|
|
2852
|
-
<line num="
|
|
2853
|
-
<line num="
|
|
2854
|
-
<line num="
|
|
2855
|
-
<line num="
|
|
2856
|
-
<line num="
|
|
2857
|
-
<line num="
|
|
2858
|
-
<line num="
|
|
2859
|
-
<line num="
|
|
2860
|
-
<line num="
|
|
2861
|
-
<line num="
|
|
2862
|
-
<line num="
|
|
2863
|
-
<line num="
|
|
2864
|
-
<line num="
|
|
2865
|
-
<line num="
|
|
2866
|
-
<line num="
|
|
2867
|
-
<line num="
|
|
2868
|
-
<line num="
|
|
2869
|
-
<line num="
|
|
3147
|
+
<metrics statements="39" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
3148
|
+
<line num="1" count="0" type="stmt"/>
|
|
3149
|
+
<line num="3" count="0" type="stmt"/>
|
|
3150
|
+
<line num="4" count="0" type="stmt"/>
|
|
3151
|
+
<line num="13" count="0" type="stmt"/>
|
|
3152
|
+
<line num="14" count="0" type="stmt"/>
|
|
3153
|
+
<line num="15" count="0" type="stmt"/>
|
|
3154
|
+
<line num="16" count="0" type="stmt"/>
|
|
3155
|
+
<line num="17" count="0" type="stmt"/>
|
|
3156
|
+
<line num="18" count="0" type="stmt"/>
|
|
3157
|
+
<line num="19" count="0" type="stmt"/>
|
|
3158
|
+
<line num="20" count="0" type="stmt"/>
|
|
3159
|
+
<line num="21" count="0" type="stmt"/>
|
|
3160
|
+
<line num="23" count="0" type="stmt"/>
|
|
3161
|
+
<line num="24" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3162
|
+
<line num="25" count="0" type="stmt"/>
|
|
3163
|
+
<line num="29" count="0" type="stmt"/>
|
|
3164
|
+
<line num="30" count="0" type="stmt"/>
|
|
3165
|
+
<line num="33" count="0" type="stmt"/>
|
|
3166
|
+
<line num="40" count="0" type="stmt"/>
|
|
3167
|
+
<line num="41" count="0" type="stmt"/>
|
|
3168
|
+
<line num="44" count="0" type="stmt"/>
|
|
3169
|
+
<line num="45" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3170
|
+
<line num="46" count="0" type="stmt"/>
|
|
3171
|
+
<line num="47" count="0" type="stmt"/>
|
|
3172
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3173
|
+
<line num="49" count="0" type="stmt"/>
|
|
3174
|
+
<line num="66" count="0" type="stmt"/>
|
|
3175
|
+
<line num="67" count="0" type="stmt"/>
|
|
3176
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3177
|
+
<line num="69" count="0" type="stmt"/>
|
|
3178
|
+
<line num="70" count="0" type="stmt"/>
|
|
2870
3179
|
<line num="71" count="0" type="stmt"/>
|
|
2871
3180
|
<line num="72" count="0" type="stmt"/>
|
|
2872
|
-
<line num="
|
|
2873
|
-
<line num="75" count="
|
|
2874
|
-
<line num="76" count="
|
|
2875
|
-
<line num="78" count="
|
|
3181
|
+
<line num="74" count="0" type="stmt"/>
|
|
3182
|
+
<line num="75" count="0" type="stmt"/>
|
|
3183
|
+
<line num="76" count="0" type="stmt"/>
|
|
3184
|
+
<line num="78" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3185
|
+
<line num="79" count="0" type="stmt"/>
|
|
3186
|
+
<line num="81" count="0" type="stmt"/>
|
|
2876
3187
|
</file>
|
|
2877
3188
|
<file name="dnd.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/dnd.ts">
|
|
2878
3189
|
<metrics statements="26" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
@@ -2904,7 +3215,7 @@
|
|
|
2904
3215
|
<line num="43" count="0" type="stmt"/>
|
|
2905
3216
|
</file>
|
|
2906
3217
|
<file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/index.ts">
|
|
2907
|
-
<metrics statements="
|
|
3218
|
+
<metrics statements="284" coveredstatements="0" conditionals="148" coveredconditionals="0" methods="45" coveredmethods="0"/>
|
|
2908
3219
|
<line num="2" count="0" type="stmt"/>
|
|
2909
3220
|
<line num="3" count="0" type="stmt"/>
|
|
2910
3221
|
<line num="4" count="0" type="stmt"/>
|
|
@@ -2924,9 +3235,9 @@
|
|
|
2924
3235
|
<line num="52" count="0" type="stmt"/>
|
|
2925
3236
|
<line num="53" count="0" type="stmt"/>
|
|
2926
3237
|
<line num="54" count="0" type="stmt"/>
|
|
2927
|
-
<line num="
|
|
3238
|
+
<line num="55" count="0" type="stmt"/>
|
|
2928
3239
|
<line num="58" count="0" type="stmt"/>
|
|
2929
|
-
<line num="
|
|
3240
|
+
<line num="59" count="0" type="stmt"/>
|
|
2930
3241
|
<line num="61" count="0" type="stmt"/>
|
|
2931
3242
|
<line num="62" count="0" type="stmt"/>
|
|
2932
3243
|
<line num="63" count="0" type="stmt"/>
|
|
@@ -2948,6 +3259,11 @@
|
|
|
2948
3259
|
<line num="92" count="0" type="stmt"/>
|
|
2949
3260
|
<line num="93" count="0" type="stmt"/>
|
|
2950
3261
|
<line num="94" count="0" type="stmt"/>
|
|
3262
|
+
<line num="96" count="0" type="stmt"/>
|
|
3263
|
+
<line num="100" count="0" type="stmt"/>
|
|
3264
|
+
<line num="101" count="0" type="stmt"/>
|
|
3265
|
+
<line num="102" count="0" type="stmt"/>
|
|
3266
|
+
<line num="103" count="0" type="stmt"/>
|
|
2951
3267
|
<line num="105" count="0" type="stmt"/>
|
|
2952
3268
|
<line num="106" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2953
3269
|
<line num="107" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
@@ -3000,189 +3316,190 @@
|
|
|
3000
3316
|
<line num="208" count="0" type="stmt"/>
|
|
3001
3317
|
<line num="209" count="0" type="stmt"/>
|
|
3002
3318
|
<line num="210" count="0" type="stmt"/>
|
|
3003
|
-
<line num="211" count="0" type="
|
|
3004
|
-
<line num="212" count="0" type="
|
|
3319
|
+
<line num="211" count="0" type="stmt"/>
|
|
3320
|
+
<line num="212" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3005
3321
|
<line num="213" count="0" type="stmt"/>
|
|
3006
|
-
<line num="
|
|
3007
|
-
<line num="216" count="0" type="
|
|
3008
|
-
<line num="
|
|
3009
|
-
<line num="
|
|
3322
|
+
<line num="214" count="0" type="stmt"/>
|
|
3323
|
+
<line num="216" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3324
|
+
<line num="217" count="0" type="stmt"/>
|
|
3325
|
+
<line num="219" count="0" type="stmt"/>
|
|
3010
3326
|
<line num="224" count="0" type="stmt"/>
|
|
3011
3327
|
<line num="225" count="0" type="stmt"/>
|
|
3012
|
-
<line num="
|
|
3013
|
-
<line num="
|
|
3014
|
-
<line num="
|
|
3328
|
+
<line num="226" count="0" type="stmt"/>
|
|
3329
|
+
<line num="240" count="0" type="stmt"/>
|
|
3330
|
+
<line num="242" count="0" type="stmt"/>
|
|
3015
3331
|
<line num="244" count="0" type="stmt"/>
|
|
3016
3332
|
<line num="245" count="0" type="stmt"/>
|
|
3017
3333
|
<line num="246" count="0" type="stmt"/>
|
|
3018
|
-
<line num="
|
|
3019
|
-
<line num="253" count="0" type="
|
|
3020
|
-
<line num="
|
|
3021
|
-
<line num="259" count="0" type="
|
|
3022
|
-
<line num="
|
|
3023
|
-
<line num="265" count="0" type="
|
|
3024
|
-
<line num="
|
|
3025
|
-
<line num="271" count="0" type="
|
|
3026
|
-
<line num="
|
|
3027
|
-
<line num="
|
|
3334
|
+
<line num="247" count="0" type="stmt"/>
|
|
3335
|
+
<line num="253" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3336
|
+
<line num="254" count="0" type="stmt"/>
|
|
3337
|
+
<line num="259" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3338
|
+
<line num="260" count="0" type="stmt"/>
|
|
3339
|
+
<line num="265" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3340
|
+
<line num="266" count="0" type="stmt"/>
|
|
3341
|
+
<line num="271" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3342
|
+
<line num="272" count="0" type="stmt"/>
|
|
3343
|
+
<line num="277" count="0" type="stmt"/>
|
|
3028
3344
|
<line num="280" count="0" type="stmt"/>
|
|
3029
|
-
<line num="
|
|
3030
|
-
<line num="
|
|
3345
|
+
<line num="281" count="0" type="stmt"/>
|
|
3346
|
+
<line num="284" count="0" type="stmt"/>
|
|
3031
3347
|
<line num="286" count="0" type="stmt"/>
|
|
3032
3348
|
<line num="287" count="0" type="stmt"/>
|
|
3033
|
-
<line num="
|
|
3349
|
+
<line num="288" count="0" type="stmt"/>
|
|
3034
3350
|
<line num="290" count="0" type="stmt"/>
|
|
3035
|
-
<line num="
|
|
3036
|
-
<line num="
|
|
3351
|
+
<line num="291" count="0" type="stmt"/>
|
|
3352
|
+
<line num="295" count="0" type="stmt"/>
|
|
3037
3353
|
<line num="298" count="0" type="stmt"/>
|
|
3038
3354
|
<line num="299" count="0" type="stmt"/>
|
|
3039
|
-
<line num="
|
|
3355
|
+
<line num="300" count="0" type="stmt"/>
|
|
3040
3356
|
<line num="310" count="0" type="stmt"/>
|
|
3041
3357
|
<line num="311" count="0" type="stmt"/>
|
|
3042
|
-
<line num="
|
|
3358
|
+
<line num="312" count="0" type="stmt"/>
|
|
3043
3359
|
<line num="320" count="0" type="stmt"/>
|
|
3044
|
-
<line num="
|
|
3360
|
+
<line num="321" count="0" type="stmt"/>
|
|
3045
3361
|
<line num="323" count="0" type="stmt"/>
|
|
3046
3362
|
<line num="324" count="0" type="stmt"/>
|
|
3047
|
-
<line num="
|
|
3363
|
+
<line num="325" count="0" type="stmt"/>
|
|
3048
3364
|
<line num="327" count="0" type="stmt"/>
|
|
3049
|
-
<line num="328" count="0" type="
|
|
3050
|
-
<line num="329" count="0" type="
|
|
3051
|
-
<line num="
|
|
3365
|
+
<line num="328" count="0" type="stmt"/>
|
|
3366
|
+
<line num="329" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3367
|
+
<line num="330" count="0" type="stmt"/>
|
|
3052
3368
|
<line num="336" count="0" type="stmt"/>
|
|
3053
3369
|
<line num="337" count="0" type="stmt"/>
|
|
3054
|
-
<line num="338" count="0" type="
|
|
3055
|
-
<line num="339" count="0" type="
|
|
3056
|
-
<line num="
|
|
3057
|
-
<line num="
|
|
3370
|
+
<line num="338" count="0" type="stmt"/>
|
|
3371
|
+
<line num="339" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3372
|
+
<line num="340" count="0" type="stmt"/>
|
|
3373
|
+
<line num="344" count="0" type="stmt"/>
|
|
3058
3374
|
<line num="346" count="0" type="stmt"/>
|
|
3059
|
-
<line num="347" count="0" type="
|
|
3060
|
-
<line num="348" count="0" type="cond" truecount="0" falsecount="
|
|
3061
|
-
<line num="349" count="0" type="cond" truecount="0" falsecount="
|
|
3375
|
+
<line num="347" count="0" type="stmt"/>
|
|
3376
|
+
<line num="348" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3377
|
+
<line num="349" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3062
3378
|
<line num="350" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3063
|
-
<line num="
|
|
3064
|
-
<line num="353" count="0" type="
|
|
3065
|
-
<line num="
|
|
3066
|
-
<line num="
|
|
3067
|
-
<line num="
|
|
3379
|
+
<line num="351" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3380
|
+
<line num="353" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
3381
|
+
<line num="354" count="0" type="stmt"/>
|
|
3382
|
+
<line num="358" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3383
|
+
<line num="360" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3068
3384
|
<line num="362" count="0" type="stmt"/>
|
|
3069
|
-
<line num="
|
|
3070
|
-
<line num="
|
|
3071
|
-
<line num="
|
|
3385
|
+
<line num="363" count="0" type="stmt"/>
|
|
3386
|
+
<line num="366" count="0" type="stmt"/>
|
|
3387
|
+
<line num="369" count="0" type="stmt"/>
|
|
3072
3388
|
<line num="379" count="0" type="stmt"/>
|
|
3073
3389
|
<line num="380" count="0" type="stmt"/>
|
|
3074
3390
|
<line num="381" count="0" type="stmt"/>
|
|
3075
3391
|
<line num="382" count="0" type="stmt"/>
|
|
3076
|
-
<line num="
|
|
3392
|
+
<line num="383" count="0" type="stmt"/>
|
|
3077
3393
|
<line num="393" count="0" type="stmt"/>
|
|
3078
3394
|
<line num="394" count="0" type="stmt"/>
|
|
3079
|
-
<line num="
|
|
3395
|
+
<line num="395" count="0" type="stmt"/>
|
|
3080
3396
|
<line num="398" count="0" type="stmt"/>
|
|
3081
3397
|
<line num="399" count="0" type="stmt"/>
|
|
3082
3398
|
<line num="400" count="0" type="stmt"/>
|
|
3083
3399
|
<line num="401" count="0" type="stmt"/>
|
|
3084
3400
|
<line num="402" count="0" type="stmt"/>
|
|
3085
3401
|
<line num="403" count="0" type="stmt"/>
|
|
3086
|
-
<line num="
|
|
3402
|
+
<line num="404" count="0" type="stmt"/>
|
|
3087
3403
|
<line num="407" count="0" type="stmt"/>
|
|
3088
3404
|
<line num="408" count="0" type="stmt"/>
|
|
3089
|
-
<line num="
|
|
3090
|
-
<line num="
|
|
3405
|
+
<line num="409" count="0" type="stmt"/>
|
|
3406
|
+
<line num="415" count="0" type="stmt"/>
|
|
3091
3407
|
<line num="422" count="0" type="stmt"/>
|
|
3092
3408
|
<line num="423" count="0" type="stmt"/>
|
|
3093
3409
|
<line num="424" count="0" type="stmt"/>
|
|
3094
3410
|
<line num="425" count="0" type="stmt"/>
|
|
3095
|
-
<line num="
|
|
3411
|
+
<line num="426" count="0" type="stmt"/>
|
|
3096
3412
|
<line num="428" count="0" type="stmt"/>
|
|
3097
3413
|
<line num="429" count="0" type="stmt"/>
|
|
3098
3414
|
<line num="430" count="0" type="stmt"/>
|
|
3099
|
-
<line num="431" count="0" type="
|
|
3100
|
-
<line num="432" count="0" type="
|
|
3101
|
-
<line num="
|
|
3102
|
-
<line num="
|
|
3415
|
+
<line num="431" count="0" type="stmt"/>
|
|
3416
|
+
<line num="432" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3417
|
+
<line num="433" count="0" type="stmt"/>
|
|
3418
|
+
<line num="435" count="0" type="stmt"/>
|
|
3103
3419
|
<line num="440" count="0" type="stmt"/>
|
|
3104
|
-
<line num="
|
|
3420
|
+
<line num="441" count="0" type="stmt"/>
|
|
3105
3421
|
<line num="457" count="0" type="stmt"/>
|
|
3106
|
-
<line num="
|
|
3422
|
+
<line num="458" count="0" type="stmt"/>
|
|
3107
3423
|
<line num="462" count="0" type="stmt"/>
|
|
3108
|
-
<line num="463" count="0" type="
|
|
3109
|
-
<line num="464" count="0" type="
|
|
3110
|
-
<line num="
|
|
3424
|
+
<line num="463" count="0" type="stmt"/>
|
|
3425
|
+
<line num="464" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3426
|
+
<line num="465" count="0" type="stmt"/>
|
|
3111
3427
|
<line num="470" count="0" type="stmt"/>
|
|
3112
3428
|
<line num="471" count="0" type="stmt"/>
|
|
3113
|
-
<line num="
|
|
3429
|
+
<line num="472" count="0" type="stmt"/>
|
|
3114
3430
|
<line num="475" count="0" type="stmt"/>
|
|
3115
|
-
<line num="
|
|
3431
|
+
<line num="476" count="0" type="stmt"/>
|
|
3116
3432
|
<line num="478" count="0" type="stmt"/>
|
|
3117
3433
|
<line num="479" count="0" type="stmt"/>
|
|
3118
3434
|
<line num="480" count="0" type="stmt"/>
|
|
3119
3435
|
<line num="481" count="0" type="stmt"/>
|
|
3120
|
-
<line num="
|
|
3436
|
+
<line num="482" count="0" type="stmt"/>
|
|
3121
3437
|
<line num="485" count="0" type="stmt"/>
|
|
3122
|
-
<line num="486" count="0" type="
|
|
3123
|
-
<line num="487" count="0" type="
|
|
3124
|
-
<line num="
|
|
3438
|
+
<line num="486" count="0" type="stmt"/>
|
|
3439
|
+
<line num="487" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3440
|
+
<line num="488" count="0" type="stmt"/>
|
|
3125
3441
|
<line num="490" count="0" type="stmt"/>
|
|
3126
|
-
<line num="491" count="0" type="
|
|
3127
|
-
<line num="492" count="0" type="
|
|
3128
|
-
<line num="
|
|
3442
|
+
<line num="491" count="0" type="stmt"/>
|
|
3443
|
+
<line num="492" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3444
|
+
<line num="493" count="0" type="stmt"/>
|
|
3129
3445
|
<line num="498" count="0" type="stmt"/>
|
|
3130
|
-
<line num="
|
|
3131
|
-
<line num="501" count="0" type="
|
|
3132
|
-
<line num="502" count="0" type="
|
|
3133
|
-
<line num="503" count="0" type="
|
|
3134
|
-
<line num="504" count="0" type="cond" truecount="0" falsecount="
|
|
3135
|
-
<line num="505" count="0" type="
|
|
3446
|
+
<line num="499" count="0" type="stmt"/>
|
|
3447
|
+
<line num="501" count="0" type="stmt"/>
|
|
3448
|
+
<line num="502" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3449
|
+
<line num="503" count="0" type="stmt"/>
|
|
3450
|
+
<line num="504" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3451
|
+
<line num="505" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3136
3452
|
<line num="506" count="0" type="stmt"/>
|
|
3137
|
-
<line num="507" count="0" type="
|
|
3138
|
-
<line num="508" count="0" type="cond" truecount="0" falsecount="
|
|
3139
|
-
<line num="
|
|
3140
|
-
<line num="
|
|
3141
|
-
<line num="
|
|
3142
|
-
<line num="
|
|
3143
|
-
<line num="519" count="0" type="
|
|
3144
|
-
<line num="
|
|
3145
|
-
<line num="
|
|
3146
|
-
<line num="
|
|
3453
|
+
<line num="507" count="0" type="stmt"/>
|
|
3454
|
+
<line num="508" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3455
|
+
<line num="509" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3456
|
+
<line num="511" count="0" type="stmt"/>
|
|
3457
|
+
<line num="513" count="0" type="stmt"/>
|
|
3458
|
+
<line num="517" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3459
|
+
<line num="519" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3460
|
+
<line num="520" count="0" type="stmt"/>
|
|
3461
|
+
<line num="522" count="0" type="stmt"/>
|
|
3462
|
+
<line num="524" count="0" type="stmt"/>
|
|
3147
3463
|
<line num="527" count="0" type="stmt"/>
|
|
3148
|
-
<line num="528" count="0" type="
|
|
3149
|
-
<line num="529" count="0" type="
|
|
3150
|
-
<line num="
|
|
3464
|
+
<line num="528" count="0" type="stmt"/>
|
|
3465
|
+
<line num="529" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3466
|
+
<line num="530" count="0" type="stmt"/>
|
|
3151
3467
|
<line num="532" count="0" type="stmt"/>
|
|
3152
|
-
<line num="
|
|
3153
|
-
<line num="
|
|
3154
|
-
<line num="539" count="0" type="
|
|
3155
|
-
<line num="540" count="0" type="
|
|
3468
|
+
<line num="533" count="0" type="stmt"/>
|
|
3469
|
+
<line num="535" count="0" type="stmt"/>
|
|
3470
|
+
<line num="539" count="0" type="stmt"/>
|
|
3471
|
+
<line num="540" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3156
3472
|
<line num="541" count="0" type="stmt"/>
|
|
3157
|
-
<line num="
|
|
3158
|
-
<line num="
|
|
3159
|
-
<line num="
|
|
3473
|
+
<line num="542" count="0" type="stmt"/>
|
|
3474
|
+
<line num="551" count="0" type="stmt"/>
|
|
3475
|
+
<line num="560" count="0" type="stmt"/>
|
|
3160
3476
|
<line num="566" count="0" type="stmt"/>
|
|
3161
|
-
<line num="
|
|
3162
|
-
<line num="569" count="0" type="
|
|
3163
|
-
<line num="
|
|
3477
|
+
<line num="567" count="0" type="stmt"/>
|
|
3478
|
+
<line num="569" count="0" type="cond" truecount="0" falsecount="12"/>
|
|
3479
|
+
<line num="570" count="0" type="stmt"/>
|
|
3164
3480
|
<line num="573" count="0" type="stmt"/>
|
|
3165
3481
|
<line num="574" count="0" type="stmt"/>
|
|
3166
|
-
<line num="
|
|
3482
|
+
<line num="575" count="0" type="stmt"/>
|
|
3167
3483
|
<line num="578" count="0" type="stmt"/>
|
|
3168
3484
|
<line num="579" count="0" type="stmt"/>
|
|
3169
3485
|
<line num="580" count="0" type="stmt"/>
|
|
3170
|
-
<line num="
|
|
3486
|
+
<line num="581" count="0" type="stmt"/>
|
|
3171
3487
|
<line num="584" count="0" type="stmt"/>
|
|
3172
3488
|
<line num="585" count="0" type="stmt"/>
|
|
3173
|
-
<line num="
|
|
3174
|
-
<line num="589" count="0" type="
|
|
3175
|
-
<line num="
|
|
3176
|
-
<line num="592" count="0" type="
|
|
3177
|
-
<line num="
|
|
3178
|
-
<line num="595" count="0" type="
|
|
3179
|
-
<line num="
|
|
3180
|
-
<line num="599" count="0" type="
|
|
3181
|
-
<line num="600" count="0" type="
|
|
3489
|
+
<line num="586" count="0" type="stmt"/>
|
|
3490
|
+
<line num="589" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3491
|
+
<line num="590" count="0" type="stmt"/>
|
|
3492
|
+
<line num="592" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3493
|
+
<line num="593" count="0" type="stmt"/>
|
|
3494
|
+
<line num="595" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
3495
|
+
<line num="596" count="0" type="stmt"/>
|
|
3496
|
+
<line num="599" count="0" type="stmt"/>
|
|
3497
|
+
<line num="600" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3182
3498
|
<line num="601" count="0" type="stmt"/>
|
|
3183
|
-
<line num="
|
|
3499
|
+
<line num="602" count="0" type="stmt"/>
|
|
3184
3500
|
<line num="604" count="0" type="stmt"/>
|
|
3185
3501
|
<line num="605" count="0" type="stmt"/>
|
|
3502
|
+
<line num="606" count="0" type="stmt"/>
|
|
3186
3503
|
</file>
|
|
3187
3504
|
<file name="recorder.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/recorder.ts">
|
|
3188
3505
|
<metrics statements="43" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
@@ -3231,37 +3548,37 @@
|
|
|
3231
3548
|
<line num="113" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3232
3549
|
</file>
|
|
3233
3550
|
<file name="styles.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/styles.ts">
|
|
3234
|
-
<metrics statements="25" coveredstatements="
|
|
3235
|
-
<line num="1" count="
|
|
3236
|
-
<line num="15" count="
|
|
3237
|
-
<line num="26" count="
|
|
3238
|
-
<line num="39" count="
|
|
3239
|
-
<line num="48" count="
|
|
3240
|
-
<line num="61" count="
|
|
3241
|
-
<line num="70" count="
|
|
3242
|
-
<line num="90" count="
|
|
3243
|
-
<line num="101" count="
|
|
3244
|
-
<line num="111" count="
|
|
3245
|
-
<line num="128" count="
|
|
3246
|
-
<line num="144" count="
|
|
3247
|
-
<line num="152" count="
|
|
3248
|
-
<line num="159" count="
|
|
3249
|
-
<line num="181" count="
|
|
3250
|
-
<line num="191" count="
|
|
3251
|
-
<line num="201" count="
|
|
3252
|
-
<line num="212" count="
|
|
3253
|
-
<line num="226" count="
|
|
3254
|
-
<line num="238" count="
|
|
3255
|
-
<line num="242" count="
|
|
3256
|
-
<line num="247" count="
|
|
3257
|
-
<line num="258" count="
|
|
3258
|
-
<line num="269" count="
|
|
3259
|
-
<line num="277" count="
|
|
3551
|
+
<metrics statements="25" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3552
|
+
<line num="1" count="0" type="stmt"/>
|
|
3553
|
+
<line num="15" count="0" type="stmt"/>
|
|
3554
|
+
<line num="26" count="0" type="stmt"/>
|
|
3555
|
+
<line num="39" count="0" type="stmt"/>
|
|
3556
|
+
<line num="48" count="0" type="stmt"/>
|
|
3557
|
+
<line num="61" count="0" type="stmt"/>
|
|
3558
|
+
<line num="70" count="0" type="stmt"/>
|
|
3559
|
+
<line num="90" count="0" type="stmt"/>
|
|
3560
|
+
<line num="101" count="0" type="stmt"/>
|
|
3561
|
+
<line num="111" count="0" type="stmt"/>
|
|
3562
|
+
<line num="128" count="0" type="stmt"/>
|
|
3563
|
+
<line num="144" count="0" type="stmt"/>
|
|
3564
|
+
<line num="152" count="0" type="stmt"/>
|
|
3565
|
+
<line num="159" count="0" type="stmt"/>
|
|
3566
|
+
<line num="181" count="0" type="stmt"/>
|
|
3567
|
+
<line num="191" count="0" type="stmt"/>
|
|
3568
|
+
<line num="201" count="0" type="stmt"/>
|
|
3569
|
+
<line num="212" count="0" type="stmt"/>
|
|
3570
|
+
<line num="226" count="0" type="stmt"/>
|
|
3571
|
+
<line num="238" count="0" type="stmt"/>
|
|
3572
|
+
<line num="242" count="0" type="stmt"/>
|
|
3573
|
+
<line num="247" count="0" type="stmt"/>
|
|
3574
|
+
<line num="258" count="0" type="stmt"/>
|
|
3575
|
+
<line num="269" count="0" type="stmt"/>
|
|
3576
|
+
<line num="277" count="0" type="stmt"/>
|
|
3260
3577
|
</file>
|
|
3261
3578
|
<file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/utils.ts">
|
|
3262
|
-
<metrics statements="42" coveredstatements="
|
|
3263
|
-
<line num="1" count="
|
|
3264
|
-
<line num="3" count="
|
|
3579
|
+
<metrics statements="42" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
3580
|
+
<line num="1" count="0" type="stmt"/>
|
|
3581
|
+
<line num="3" count="0" type="stmt"/>
|
|
3265
3582
|
<line num="4" count="0" type="stmt"/>
|
|
3266
3583
|
<line num="5" count="0" type="stmt"/>
|
|
3267
3584
|
<line num="6" count="0" type="stmt"/>
|
|
@@ -3271,25 +3588,25 @@
|
|
|
3271
3588
|
<line num="15" count="0" type="stmt"/>
|
|
3272
3589
|
<line num="17" count="0" type="stmt"/>
|
|
3273
3590
|
<line num="24" count="0" type="stmt"/>
|
|
3274
|
-
<line num="27" count="
|
|
3591
|
+
<line num="27" count="0" type="stmt"/>
|
|
3275
3592
|
<line num="28" count="0" type="stmt"/>
|
|
3276
3593
|
<line num="29" count="0" type="stmt"/>
|
|
3277
3594
|
<line num="36" count="0" type="stmt"/>
|
|
3278
3595
|
<line num="37" count="0" type="stmt"/>
|
|
3279
3596
|
<line num="38" count="0" type="stmt"/>
|
|
3280
3597
|
<line num="48" count="0" type="stmt"/>
|
|
3281
|
-
<line num="51" count="
|
|
3598
|
+
<line num="51" count="0" type="stmt"/>
|
|
3282
3599
|
<line num="52" count="0" type="stmt"/>
|
|
3283
3600
|
<line num="53" count="0" type="stmt"/>
|
|
3284
3601
|
<line num="54" count="0" type="stmt"/>
|
|
3285
3602
|
<line num="58" count="0" type="stmt"/>
|
|
3286
|
-
<line num="61" count="
|
|
3603
|
+
<line num="61" count="0" type="stmt"/>
|
|
3287
3604
|
<line num="62" count="0" type="stmt"/>
|
|
3288
3605
|
<line num="63" count="0" type="stmt"/>
|
|
3289
3606
|
<line num="64" count="0" type="stmt"/>
|
|
3290
3607
|
<line num="66" count="0" type="stmt"/>
|
|
3291
3608
|
<line num="68" count="0" type="stmt"/>
|
|
3292
|
-
<line num="71" count="
|
|
3609
|
+
<line num="71" count="0" type="stmt"/>
|
|
3293
3610
|
<line num="78" count="0" type="stmt"/>
|
|
3294
3611
|
<line num="79" count="0" type="stmt"/>
|
|
3295
3612
|
<line num="80" count="0" type="stmt"/>
|
|
@@ -3298,14 +3615,14 @@
|
|
|
3298
3615
|
<line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3299
3616
|
<line num="85" count="0" type="stmt"/>
|
|
3300
3617
|
<line num="87" count="0" type="stmt"/>
|
|
3301
|
-
<line num="90" count="
|
|
3302
|
-
<line num="91" count="
|
|
3303
|
-
<line num="92" count="
|
|
3304
|
-
<line num="93" count="
|
|
3618
|
+
<line num="90" count="0" type="stmt"/>
|
|
3619
|
+
<line num="91" count="0" type="stmt"/>
|
|
3620
|
+
<line num="92" count="0" type="stmt"/>
|
|
3621
|
+
<line num="93" count="0" type="stmt"/>
|
|
3305
3622
|
</file>
|
|
3306
3623
|
</package>
|
|
3307
3624
|
<package name="webworker">
|
|
3308
|
-
<metrics statements="
|
|
3625
|
+
<metrics statements="437" coveredstatements="0" conditionals="364" coveredconditionals="0" methods="54" coveredmethods="0"/>
|
|
3309
3626
|
<file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">
|
|
3310
3627
|
<metrics statements="68" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
3311
3628
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -3662,7 +3979,7 @@
|
|
|
3662
3979
|
<line num="137" count="0" type="stmt"/>
|
|
3663
3980
|
</file>
|
|
3664
3981
|
<file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/index.ts">
|
|
3665
|
-
<metrics statements="
|
|
3982
|
+
<metrics statements="94" coveredstatements="0" conditionals="29" coveredconditionals="0" methods="16" coveredmethods="0"/>
|
|
3666
3983
|
<line num="7" count="0" type="stmt"/>
|
|
3667
3984
|
<line num="8" count="0" type="stmt"/>
|
|
3668
3985
|
<line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -3696,30 +4013,29 @@
|
|
|
3696
4013
|
<line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3697
4014
|
<line num="67" count="0" type="stmt"/>
|
|
3698
4015
|
<line num="68" count="0" type="stmt"/>
|
|
3699
|
-
<line num="71" count="0" type="stmt"/>
|
|
3700
4016
|
<line num="72" count="0" type="stmt"/>
|
|
3701
|
-
<line num="
|
|
3702
|
-
<line num="
|
|
3703
|
-
<line num="80" count="0" type="
|
|
3704
|
-
<line num="81" count="0" type="
|
|
4017
|
+
<line num="73" count="0" type="stmt"/>
|
|
4018
|
+
<line num="76" count="0" type="stmt"/>
|
|
4019
|
+
<line num="80" count="0" type="stmt"/>
|
|
4020
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3705
4021
|
<line num="82" count="0" type="stmt"/>
|
|
3706
|
-
<line num="
|
|
3707
|
-
<line num="85" count="0" type="
|
|
4022
|
+
<line num="83" count="0" type="stmt"/>
|
|
4023
|
+
<line num="85" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3708
4024
|
<line num="86" count="0" type="stmt"/>
|
|
3709
4025
|
<line num="87" count="0" type="stmt"/>
|
|
3710
|
-
<line num="
|
|
3711
|
-
<line num="90" count="0" type="
|
|
4026
|
+
<line num="88" count="0" type="stmt"/>
|
|
4027
|
+
<line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3712
4028
|
<line num="91" count="0" type="stmt"/>
|
|
3713
|
-
<line num="
|
|
4029
|
+
<line num="92" count="0" type="stmt"/>
|
|
3714
4030
|
<line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3715
|
-
<line num="96" count="0" type="
|
|
4031
|
+
<line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3716
4032
|
<line num="97" count="0" type="stmt"/>
|
|
3717
|
-
<line num="98" count="0" type="
|
|
3718
|
-
<line num="99" count="0" type="cond" truecount="0" falsecount="
|
|
3719
|
-
<line num="
|
|
3720
|
-
<line num="
|
|
3721
|
-
<line num="
|
|
3722
|
-
<line num="
|
|
4033
|
+
<line num="98" count="0" type="stmt"/>
|
|
4034
|
+
<line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4035
|
+
<line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4036
|
+
<line num="102" count="0" type="stmt"/>
|
|
4037
|
+
<line num="104" count="0" type="stmt"/>
|
|
4038
|
+
<line num="107" count="0" type="stmt"/>
|
|
3723
4039
|
<line num="110" count="0" type="stmt"/>
|
|
3724
4040
|
<line num="111" count="0" type="stmt"/>
|
|
3725
4041
|
<line num="113" count="0" type="stmt"/>
|
|
@@ -3742,22 +4058,22 @@
|
|
|
3742
4058
|
<line num="143" count="0" type="stmt"/>
|
|
3743
4059
|
<line num="148" count="0" type="stmt"/>
|
|
3744
4060
|
<line num="151" count="0" type="stmt"/>
|
|
3745
|
-
<line num="
|
|
3746
|
-
<line num="
|
|
3747
|
-
<line num="159" count="0" type="stmt"/>
|
|
4061
|
+
<line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4062
|
+
<line num="160" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3748
4063
|
<line num="161" count="0" type="stmt"/>
|
|
3749
|
-
<line num="
|
|
3750
|
-
<line num="
|
|
3751
|
-
<line num="
|
|
3752
|
-
<line num="167" count="0" type="stmt"/>
|
|
4064
|
+
<line num="163" count="0" type="stmt"/>
|
|
4065
|
+
<line num="166" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4066
|
+
<line num="167" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3753
4067
|
<line num="168" count="0" type="stmt"/>
|
|
3754
|
-
<line num="
|
|
3755
|
-
<line num="
|
|
3756
|
-
<line num="173" count="0" type="
|
|
4068
|
+
<line num="169" count="0" type="stmt"/>
|
|
4069
|
+
<line num="170" count="0" type="stmt"/>
|
|
4070
|
+
<line num="173" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3757
4071
|
<line num="174" count="0" type="stmt"/>
|
|
3758
|
-
<line num="
|
|
3759
|
-
<line num="
|
|
4072
|
+
<line num="175" count="0" type="stmt"/>
|
|
4073
|
+
<line num="176" count="0" type="stmt"/>
|
|
3760
4074
|
<line num="179" count="0" type="stmt"/>
|
|
4075
|
+
<line num="180" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4076
|
+
<line num="181" count="0" type="stmt"/>
|
|
3761
4077
|
</file>
|
|
3762
4078
|
</package>
|
|
3763
4079
|
</project>
|