@openreplay/tracker 11.0.3 → 11.0.4
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/cjs/app/canvas.js +5 -1
- package/cjs/app/index.js +1 -1
- package/cjs/index.js +1 -1
- package/coverage/clover.xml +548 -810
- package/coverage/coverage-final.json +10 -10
- package/coverage/lcov-report/index.html +32 -32
- package/coverage/lcov-report/main/app/canvas.ts.html +8 -14
- package/coverage/lcov-report/main/app/guards.ts.html +1 -1
- package/coverage/lcov-report/main/app/index.html +14 -14
- package/coverage/lcov-report/main/app/index.ts.html +108 -834
- package/coverage/lcov-report/main/app/logger.ts.html +1 -1
- package/coverage/lcov-report/main/app/messages.gen.ts.html +62 -5
- package/coverage/lcov-report/main/app/nodes.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +2 -2
- 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 +2 -2
- 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 +118 -223
- package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +21 -6
- package/coverage/lcov-report/main/modules/Network/index.html +6 -6
- 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 +3 -3
- package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
- package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
- package/coverage/lcov-report/main/modules/console.ts.html +1 -1
- package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
- package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
- package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
- package/coverage/lcov-report/main/modules/featureFlags.ts.html +7 -10
- 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 +27 -27
- package/coverage/lcov-report/main/modules/input.ts.html +1 -1
- package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
- package/coverage/lcov-report/main/modules/network.ts.html +1 -1
- package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
- package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
- package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
- package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
- package/coverage/lcov-report/main/modules/tagWatcher.ts.html +250 -0
- package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/index.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/index.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +1 -1
- package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
- package/coverage/lcov-report/main/utils.ts.html +1 -1
- package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
- package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +17 -5
- package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
- package/coverage/lcov-report/webworker/QueueSender.ts.html +1 -1
- package/coverage/lcov-report/webworker/index.html +10 -10
- package/coverage/lcov-report/webworker/index.ts.html +16 -22
- package/coverage/lcov.info +1069 -1535
- package/lib/app/canvas.js +5 -1
- package/lib/app/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
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="1704795591564" clover="3.2.0">
|
|
3
|
+
<project timestamp="1704795591564" name="All files">
|
|
4
|
+
<metrics statements="3632" coveredstatements="27" conditionals="1881" coveredconditionals="9" methods="726" coveredmethods="10" elements="6239" coveredelements="46" complexity="0" loc="3632" ncloc="3632" packages="7" files="53" classes="53"/>
|
|
5
5
|
<package name="main">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="256" coveredstatements="0" conditionals="121" coveredconditionals="0" methods="57" 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="175" coveredstatements="0" conditionals="91" coveredconditionals="0" methods="35" 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,6 +30,7 @@
|
|
|
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"/>
|
|
33
34
|
<line num="65" count="0" type="stmt"/>
|
|
34
35
|
<line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
35
36
|
<line num="69" count="0" type="stmt"/>
|
|
@@ -57,153 +58,129 @@
|
|
|
57
58
|
<line num="110" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
58
59
|
<line num="111" count="0" type="stmt"/>
|
|
59
60
|
<line num="114" count="0" type="stmt"/>
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="
|
|
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"/>
|
|
61
|
+
<line num="117" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
62
|
+
<line num="121" count="0" type="stmt"/>
|
|
66
63
|
<line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
67
|
-
<line num="134" count="0" type="
|
|
64
|
+
<line num="134" count="0" type="stmt"/>
|
|
68
65
|
<line num="135" count="0" type="stmt"/>
|
|
69
66
|
<line num="136" count="0" type="stmt"/>
|
|
70
|
-
<line num="
|
|
71
|
-
<line num="
|
|
67
|
+
<line num="137" count="0" type="stmt"/>
|
|
68
|
+
<line num="138" count="0" type="stmt"/>
|
|
69
|
+
<line num="139" count="0" type="stmt"/>
|
|
72
70
|
<line num="140" count="0" type="stmt"/>
|
|
73
71
|
<line num="141" count="0" type="stmt"/>
|
|
74
|
-
<line num="
|
|
72
|
+
<line num="142" count="0" type="stmt"/>
|
|
73
|
+
<line num="143" count="0" type="stmt"/>
|
|
74
|
+
<line num="144" count="0" type="stmt"/>
|
|
75
75
|
<line num="145" count="0" type="stmt"/>
|
|
76
76
|
<line num="146" count="0" type="stmt"/>
|
|
77
|
-
<line num="
|
|
77
|
+
<line num="147" count="0" type="stmt"/>
|
|
78
|
+
<line num="148" count="0" type="stmt"/>
|
|
79
|
+
<line num="149" count="0" type="stmt"/>
|
|
80
|
+
<line num="150" count="0" type="stmt"/>
|
|
81
|
+
<line num="151" count="0" type="stmt"/>
|
|
78
82
|
<line num="152" count="0" type="stmt"/>
|
|
79
|
-
<line num="
|
|
83
|
+
<line num="154" count="0" type="stmt"/>
|
|
84
|
+
<line num="155" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
80
85
|
<line num="156" count="0" type="stmt"/>
|
|
81
|
-
<line num="
|
|
86
|
+
<line num="158" count="0" type="stmt"/>
|
|
82
87
|
<line num="160" count="0" type="stmt"/>
|
|
83
|
-
<line num="161" count="0" type="
|
|
88
|
+
<line num="161" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
84
89
|
<line num="162" count="0" type="stmt"/>
|
|
85
90
|
<line num="163" count="0" type="stmt"/>
|
|
86
|
-
<line num="164" count="0" type="
|
|
87
|
-
<line num="165" count="0" type="stmt"/>
|
|
91
|
+
<line num="164" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
88
92
|
<line num="166" count="0" type="stmt"/>
|
|
89
|
-
<line num="167" count="0" type="
|
|
93
|
+
<line num="167" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
90
94
|
<line num="168" count="0" type="stmt"/>
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="
|
|
93
|
-
<line num="171" count="0" type="stmt"/>
|
|
94
|
-
<line num="172" count="0" type="stmt"/>
|
|
95
|
+
<line num="170" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
96
|
+
<line num="171" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
95
97
|
<line num="173" count="0" type="stmt"/>
|
|
96
98
|
<line num="174" count="0" type="stmt"/>
|
|
97
|
-
<line num="175" count="0" type="
|
|
98
|
-
<line num="176" count="0" type="stmt"/>
|
|
99
|
-
<line num="177" count="0" type="stmt"/>
|
|
99
|
+
<line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
100
100
|
<line num="178" count="0" type="stmt"/>
|
|
101
101
|
<line num="179" count="0" type="stmt"/>
|
|
102
|
-
<line num="
|
|
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"/>
|
|
102
|
+
<line num="183" count="0" type="stmt"/>
|
|
106
103
|
<line num="186" count="0" type="stmt"/>
|
|
107
|
-
<line num="187" count="0" type="
|
|
108
|
-
<line num="188" count="0" type="
|
|
109
|
-
<line num="
|
|
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"/>
|
|
104
|
+
<line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
105
|
+
<line num="188" count="0" type="stmt"/>
|
|
106
|
+
<line num="191" count="0" type="stmt"/>
|
|
118
107
|
<line num="203" count="0" type="stmt"/>
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
108
|
+
<line num="207" count="0" type="stmt"/>
|
|
109
|
+
<line num="211" count="0" type="stmt"/>
|
|
110
|
+
<line num="215" count="0" type="stmt"/>
|
|
121
111
|
<line num="219" count="0" type="stmt"/>
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="
|
|
112
|
+
<line num="223" count="0" type="stmt"/>
|
|
113
|
+
<line num="227" count="0" type="stmt"/>
|
|
114
|
+
<line num="231" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
115
|
+
<line num="232" count="0" type="stmt"/>
|
|
125
116
|
<line num="234" count="0" type="stmt"/>
|
|
126
|
-
<line num="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="
|
|
129
|
-
<line num="
|
|
130
|
-
<line num="
|
|
131
|
-
<line num="
|
|
132
|
-
<line num="
|
|
133
|
-
<line num="
|
|
134
|
-
<line num="
|
|
135
|
-
<line num="
|
|
136
|
-
<line num="
|
|
137
|
-
<line num="
|
|
138
|
-
<line num="
|
|
117
|
+
<line num="245" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
118
|
+
<line num="246" count="0" type="stmt"/>
|
|
119
|
+
<line num="248" count="0" type="stmt"/>
|
|
120
|
+
<line num="252" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
121
|
+
<line num="253" count="0" type="stmt"/>
|
|
122
|
+
<line num="256" count="0" type="stmt"/>
|
|
123
|
+
<line num="258" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
124
|
+
<line num="259" count="0" type="stmt"/>
|
|
125
|
+
<line num="262" count="0" type="stmt"/>
|
|
126
|
+
<line num="266" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
127
|
+
<line num="267" count="0" type="stmt"/>
|
|
128
|
+
<line num="269" count="0" type="stmt"/>
|
|
129
|
+
<line num="270" count="0" type="stmt"/>
|
|
130
|
+
<line num="274" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
139
131
|
<line num="275" count="0" type="stmt"/>
|
|
140
|
-
<line num="
|
|
141
|
-
<line num="281" count="0" type="
|
|
132
|
+
<line num="277" count="0" type="stmt"/>
|
|
133
|
+
<line num="281" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
134
|
+
<line num="282" count="0" type="stmt"/>
|
|
142
135
|
<line num="284" count="0" type="stmt"/>
|
|
143
|
-
<line num="
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="291" count="0" type="
|
|
146
|
-
<line num="
|
|
147
|
-
<line num="294" count="0" type="stmt"/>
|
|
136
|
+
<line num="288" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
137
|
+
<line num="289" count="0" type="stmt"/>
|
|
138
|
+
<line num="291" count="0" type="stmt"/>
|
|
139
|
+
<line num="295" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
148
140
|
<line num="296" count="0" type="stmt"/>
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="302" count="0" type="
|
|
151
|
-
<line num="
|
|
141
|
+
<line num="298" count="0" type="stmt"/>
|
|
142
|
+
<line num="302" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
143
|
+
<line num="303" count="0" type="stmt"/>
|
|
152
144
|
<line num="305" count="0" type="stmt"/>
|
|
153
|
-
<line num="309" count="0" type="
|
|
145
|
+
<line num="309" count="0" type="stmt"/>
|
|
154
146
|
<line num="310" count="0" type="stmt"/>
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="
|
|
147
|
+
<line num="314" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
148
|
+
<line num="315" count="0" type="stmt"/>
|
|
157
149
|
<line num="317" count="0" type="stmt"/>
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="331" count="0" type="stmt"/>
|
|
150
|
+
<line num="321" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
151
|
+
<line num="322" count="0" type="stmt"/>
|
|
152
|
+
<line num="327" count="0" type="stmt"/>
|
|
153
|
+
<line num="328" count="0" type="stmt"/>
|
|
154
|
+
<line num="332" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
164
155
|
<line num="333" count="0" type="stmt"/>
|
|
165
|
-
<line num="337" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
166
156
|
<line num="338" count="0" type="stmt"/>
|
|
167
|
-
<line num="
|
|
157
|
+
<line num="339" count="0" type="stmt"/>
|
|
158
|
+
<line num="343" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
168
159
|
<line num="344" count="0" type="stmt"/>
|
|
169
|
-
<line num="
|
|
170
|
-
<line num="349" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
160
|
+
<line num="349" count="0" type="stmt"/>
|
|
171
161
|
<line num="350" count="0" type="stmt"/>
|
|
172
|
-
<line num="
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="
|
|
175
|
-
<line num="
|
|
162
|
+
<line num="354" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
163
|
+
<line num="355" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
164
|
+
<line num="356" count="0" type="stmt"/>
|
|
165
|
+
<line num="358" count="0" type="stmt"/>
|
|
166
|
+
<line num="359" count="0" type="stmt"/>
|
|
167
|
+
<line num="361" count="0" type="stmt"/>
|
|
176
168
|
<line num="363" count="0" type="stmt"/>
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
169
|
+
<line num="369" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
170
|
+
<line num="370" count="0" type="stmt"/>
|
|
171
|
+
<line num="371" count="0" type="stmt"/>
|
|
179
172
|
<line num="373" count="0" type="stmt"/>
|
|
180
|
-
<line num="
|
|
181
|
-
<line num="378" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
173
|
+
<line num="375" count="0" type="stmt"/>
|
|
182
174
|
<line num="379" count="0" type="stmt"/>
|
|
175
|
+
<line num="383" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
183
176
|
<line num="384" count="0" type="stmt"/>
|
|
184
|
-
<line num="
|
|
185
|
-
<line num="
|
|
186
|
-
<line num="
|
|
187
|
-
<line num="
|
|
177
|
+
<line num="386" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
178
|
+
<line num="387" count="0" type="stmt"/>
|
|
179
|
+
<line num="388" count="0" type="stmt"/>
|
|
180
|
+
<line num="389" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
188
181
|
<line num="393" count="0" type="stmt"/>
|
|
189
|
-
<line num="394" count="0" type="
|
|
190
|
-
<line num="
|
|
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"/>
|
|
182
|
+
<line num="394" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
183
|
+
<line num="395" count="0" type="stmt"/>
|
|
207
184
|
</file>
|
|
208
185
|
<file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
|
|
209
186
|
<metrics statements="81" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
@@ -291,9 +268,9 @@
|
|
|
291
268
|
</file>
|
|
292
269
|
</package>
|
|
293
270
|
<package name="main.app">
|
|
294
|
-
<metrics statements="
|
|
271
|
+
<metrics statements="728" coveredstatements="0" conditionals="297" coveredconditionals="0" methods="213" coveredmethods="0"/>
|
|
295
272
|
<file name="canvas.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/canvas.ts">
|
|
296
|
-
<metrics statements="
|
|
273
|
+
<metrics statements="57" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
297
274
|
<line num="2" count="0" type="stmt"/>
|
|
298
275
|
<line num="3" count="0" type="stmt"/>
|
|
299
276
|
<line num="16" count="0" type="stmt"/>
|
|
@@ -323,36 +300,34 @@
|
|
|
323
300
|
<line num="55" count="0" type="stmt"/>
|
|
324
301
|
<line num="60" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
325
302
|
<line num="61" count="0" type="stmt"/>
|
|
326
|
-
<line num="
|
|
303
|
+
<line num="63" count="0" type="stmt"/>
|
|
327
304
|
<line num="64" count="0" type="stmt"/>
|
|
328
305
|
<line num="65" count="0" type="stmt"/>
|
|
329
306
|
<line num="66" count="0" type="stmt"/>
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="
|
|
333
|
-
<line num="
|
|
307
|
+
<line num="70" count="0" type="stmt"/>
|
|
308
|
+
<line num="78" count="0" type="stmt"/>
|
|
309
|
+
<line num="81" count="0" type="stmt"/>
|
|
310
|
+
<line num="86" count="0" type="stmt"/>
|
|
334
311
|
<line num="87" count="0" type="stmt"/>
|
|
335
|
-
<line num="
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="
|
|
339
|
-
<line num="101" count="0" type="stmt"/>
|
|
312
|
+
<line num="91" count="0" type="stmt"/>
|
|
313
|
+
<line num="98" count="0" type="stmt"/>
|
|
314
|
+
<line num="99" count="0" type="stmt"/>
|
|
315
|
+
<line num="103" count="0" type="stmt"/>
|
|
340
316
|
<line num="105" count="0" type="stmt"/>
|
|
317
|
+
<line num="106" count="0" type="stmt"/>
|
|
341
318
|
<line num="107" count="0" type="stmt"/>
|
|
342
319
|
<line num="108" count="0" type="stmt"/>
|
|
343
|
-
<line num="109" count="0" type="stmt"/>
|
|
344
320
|
<line num="110" count="0" type="stmt"/>
|
|
345
|
-
<line num="
|
|
346
|
-
<line num="
|
|
347
|
-
<line num="
|
|
321
|
+
<line num="111" count="0" type="stmt"/>
|
|
322
|
+
<line num="114" count="0" type="stmt"/>
|
|
323
|
+
<line num="118" count="0" type="stmt"/>
|
|
324
|
+
<line num="119" count="0" type="stmt"/>
|
|
348
325
|
<line num="120" count="0" type="stmt"/>
|
|
349
326
|
<line num="121" count="0" type="stmt"/>
|
|
350
|
-
<line num="122" count="0" type="stmt"/>
|
|
351
327
|
<line num="123" count="0" type="stmt"/>
|
|
328
|
+
<line num="124" count="0" type="stmt"/>
|
|
352
329
|
<line num="125" count="0" type="stmt"/>
|
|
353
|
-
<line num="
|
|
354
|
-
<line num="127" count="0" type="stmt"/>
|
|
355
|
-
<line num="130" count="0" type="stmt"/>
|
|
330
|
+
<line num="128" count="0" type="stmt"/>
|
|
356
331
|
</file>
|
|
357
332
|
<file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
|
|
358
333
|
<metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
@@ -374,449 +349,325 @@
|
|
|
374
349
|
<line num="48" count="0" type="stmt"/>
|
|
375
350
|
</file>
|
|
376
351
|
<file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
|
|
377
|
-
<metrics statements="
|
|
378
|
-
<line num="1" count="0" type="stmt"/>
|
|
352
|
+
<metrics statements="318" coveredstatements="0" conditionals="197" coveredconditionals="0" methods="65" coveredmethods="0"/>
|
|
379
353
|
<line num="2" count="0" type="stmt"/>
|
|
380
|
-
<line num="
|
|
381
|
-
<line num="5" count="0" type="stmt"/>
|
|
382
|
-
<line num="14" count="0" type="stmt"/>
|
|
383
|
-
<line num="15" count="0" type="stmt"/>
|
|
384
|
-
<line num="16" count="0" type="stmt"/>
|
|
385
|
-
<line num="17" count="0" type="stmt"/>
|
|
386
|
-
<line num="18" count="0" type="stmt"/>
|
|
387
|
-
<line num="19" count="0" type="stmt"/>
|
|
354
|
+
<line num="11" count="0" type="stmt"/>
|
|
388
355
|
<line num="20" count="0" type="stmt"/>
|
|
389
356
|
<line num="21" count="0" type="stmt"/>
|
|
390
357
|
<line num="22" count="0" type="stmt"/>
|
|
358
|
+
<line num="23" count="0" type="stmt"/>
|
|
359
|
+
<line num="24" count="0" type="stmt"/>
|
|
360
|
+
<line num="25" count="0" type="stmt"/>
|
|
361
|
+
<line num="26" count="0" type="stmt"/>
|
|
362
|
+
<line num="27" count="0" type="stmt"/>
|
|
391
363
|
<line num="28" count="0" type="stmt"/>
|
|
392
|
-
<line num="
|
|
393
|
-
<line num="
|
|
394
|
-
<line num="
|
|
395
|
-
<line num="
|
|
396
|
-
<line num="
|
|
397
|
-
<line num="
|
|
398
|
-
<line num="
|
|
399
|
-
<line num="91" count="0" type="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="128" count="0" type="stmt"/>
|
|
405
|
-
<line num="131" count="0" type="stmt"/>
|
|
406
|
-
<line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
364
|
+
<line num="34" count="0" type="stmt"/>
|
|
365
|
+
<line num="35" count="0" type="stmt"/>
|
|
366
|
+
<line num="36" count="0" type="stmt"/>
|
|
367
|
+
<line num="62" count="0" type="stmt"/>
|
|
368
|
+
<line num="63" count="0" type="stmt"/>
|
|
369
|
+
<line num="64" count="0" type="stmt"/>
|
|
370
|
+
<line num="90" count="0" type="stmt"/>
|
|
371
|
+
<line num="91" count="0" type="stmt"/>
|
|
372
|
+
<line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
373
|
+
<line num="98" count="0" type="stmt"/>
|
|
374
|
+
<line num="99" count="0" type="stmt"/>
|
|
375
|
+
<line num="100" count="0" type="stmt"/>
|
|
407
376
|
<line num="133" count="0" type="stmt"/>
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="
|
|
377
|
+
<line num="136" count="0" type="stmt"/>
|
|
378
|
+
<line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
410
379
|
<line num="138" count="0" type="stmt"/>
|
|
411
|
-
<line num="
|
|
380
|
+
<line num="139" count="0" type="stmt"/>
|
|
381
|
+
<line num="140" count="0" type="stmt"/>
|
|
382
|
+
<line num="143" count="0" type="stmt"/>
|
|
412
383
|
<line num="153" count="0" type="stmt"/>
|
|
413
|
-
<line num="
|
|
384
|
+
<line num="156" count="0" type="stmt"/>
|
|
414
385
|
<line num="157" count="0" type="stmt"/>
|
|
415
386
|
<line num="158" count="0" type="stmt"/>
|
|
416
|
-
<line num="
|
|
387
|
+
<line num="162" count="0" type="stmt"/>
|
|
417
388
|
<line num="163" count="0" type="stmt"/>
|
|
418
|
-
<line num="
|
|
389
|
+
<line num="166" count="0" type="stmt"/>
|
|
419
390
|
<line num="167" count="0" type="stmt"/>
|
|
420
391
|
<line num="168" count="0" type="stmt"/>
|
|
421
|
-
<line num="
|
|
422
|
-
<line num="
|
|
423
|
-
<line num="
|
|
392
|
+
<line num="171" count="0" type="stmt"/>
|
|
393
|
+
<line num="179" count="0" type="stmt"/>
|
|
394
|
+
<line num="180" count="0" type="stmt"/>
|
|
424
395
|
<line num="181" count="0" type="stmt"/>
|
|
425
|
-
<line num="
|
|
426
|
-
<line num="
|
|
427
|
-
<line num="
|
|
428
|
-
<line num="
|
|
429
|
-
<line num="209" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
396
|
+
<line num="182" count="0" type="stmt"/>
|
|
397
|
+
<line num="205" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
398
|
+
<line num="206" count="0" type="stmt"/>
|
|
399
|
+
<line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
430
400
|
<line num="210" count="0" type="stmt"/>
|
|
431
|
-
<line num="211" count="0" type="cond" truecount="0" falsecount="
|
|
401
|
+
<line num="211" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
402
|
+
<line num="212" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
403
|
+
<line num="213" count="0" type="stmt"/>
|
|
432
404
|
<line num="214" count="0" type="stmt"/>
|
|
433
|
-
<line num="215" count="0" type="
|
|
434
|
-
<line num="216" count="0" type="
|
|
405
|
+
<line num="215" count="0" type="stmt"/>
|
|
406
|
+
<line num="216" count="0" type="stmt"/>
|
|
435
407
|
<line num="217" count="0" type="stmt"/>
|
|
436
408
|
<line num="218" count="0" type="stmt"/>
|
|
437
|
-
<line num="219" count="0" type="
|
|
409
|
+
<line num="219" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
438
410
|
<line num="220" count="0" type="stmt"/>
|
|
439
411
|
<line num="221" count="0" type="stmt"/>
|
|
440
412
|
<line num="222" count="0" type="stmt"/>
|
|
441
|
-
<line num="223" count="0" type="
|
|
442
|
-
<line num="224" count="0" type="
|
|
443
|
-
<line num="225" count="0" type="stmt"/>
|
|
413
|
+
<line num="223" count="0" type="stmt"/>
|
|
414
|
+
<line num="224" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
444
415
|
<line num="226" count="0" type="stmt"/>
|
|
445
|
-
<line num="227" count="0" type="stmt"/>
|
|
446
416
|
<line num="228" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="
|
|
449
|
-
<line num="
|
|
450
|
-
<line num="238" count="0" type="
|
|
417
|
+
<line num="229" count="0" type="stmt"/>
|
|
418
|
+
<line num="234" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
419
|
+
<line num="235" count="0" type="stmt"/>
|
|
420
|
+
<line num="238" count="0" type="stmt"/>
|
|
451
421
|
<line num="239" count="0" type="stmt"/>
|
|
452
422
|
<line num="242" count="0" type="stmt"/>
|
|
453
423
|
<line num="243" count="0" type="stmt"/>
|
|
454
|
-
<line num="
|
|
424
|
+
<line num="245" count="0" type="stmt"/>
|
|
425
|
+
<line num="246" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
455
426
|
<line num="247" count="0" type="stmt"/>
|
|
456
|
-
<line num="
|
|
457
|
-
<line num="
|
|
458
|
-
<line num="
|
|
427
|
+
<line num="248" count="0" type="stmt"/>
|
|
428
|
+
<line num="249" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
429
|
+
<line num="250" count="0" type="stmt"/>
|
|
430
|
+
<line num="251" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
459
431
|
<line num="252" count="0" type="stmt"/>
|
|
460
|
-
<line num="253" count="0" type="
|
|
432
|
+
<line num="253" count="0" type="stmt"/>
|
|
461
433
|
<line num="254" count="0" type="stmt"/>
|
|
462
|
-
<line num="255" count="0" type="cond" truecount="0" falsecount="
|
|
434
|
+
<line num="255" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
463
435
|
<line num="256" count="0" type="stmt"/>
|
|
464
436
|
<line num="257" count="0" type="stmt"/>
|
|
465
|
-
<line num="258" count="0" type="cond" truecount="0" falsecount="
|
|
437
|
+
<line num="258" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
466
438
|
<line num="259" count="0" type="stmt"/>
|
|
467
|
-
<line num="260" count="0" type="
|
|
468
|
-
<line num="261" count="0" type="
|
|
439
|
+
<line num="260" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
440
|
+
<line num="261" count="0" type="stmt"/>
|
|
469
441
|
<line num="262" count="0" type="stmt"/>
|
|
470
442
|
<line num="263" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
471
443
|
<line num="264" count="0" type="stmt"/>
|
|
472
444
|
<line num="265" count="0" type="stmt"/>
|
|
473
|
-
<line num="
|
|
474
|
-
<line num="267" count="0" type="stmt"/>
|
|
475
|
-
<line num="268" count="0" type="stmt"/>
|
|
445
|
+
<line num="268" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
476
446
|
<line num="272" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
477
|
-
<line num="
|
|
478
|
-
<line num="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="
|
|
447
|
+
<line num="276" count="0" type="stmt"/>
|
|
448
|
+
<line num="277" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
449
|
+
<line num="278" count="0" type="stmt"/>
|
|
450
|
+
<line num="282" count="0" type="stmt"/>
|
|
451
|
+
<line num="283" count="0" type="stmt"/>
|
|
481
452
|
<line num="285" count="0" type="stmt"/>
|
|
482
|
-
<line num="
|
|
483
|
-
<line num="288" count="0" type="stmt"/>
|
|
453
|
+
<line num="287" count="0" type="stmt"/>
|
|
484
454
|
<line num="290" count="0" type="stmt"/>
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="
|
|
487
|
-
<line num="
|
|
488
|
-
<line num="
|
|
489
|
-
<line num="
|
|
490
|
-
<line num="
|
|
455
|
+
<line num="292" count="0" type="stmt"/>
|
|
456
|
+
<line num="301" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
457
|
+
<line num="302" count="0" type="stmt"/>
|
|
458
|
+
<line num="309" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
459
|
+
<line num="310" count="0" type="stmt"/>
|
|
460
|
+
<line num="311" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
461
|
+
<line num="312" count="0" type="stmt"/>
|
|
491
462
|
<line num="314" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
492
463
|
<line num="315" count="0" type="stmt"/>
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="318" count="0" type="
|
|
464
|
+
<line num="316" count="0" type="stmt"/>
|
|
465
|
+
<line num="318" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
495
466
|
<line num="319" count="0" type="stmt"/>
|
|
496
|
-
<line num="
|
|
497
|
-
<line num="
|
|
498
|
-
<line num="323" count="0" type="
|
|
467
|
+
<line num="320" count="0" type="stmt"/>
|
|
468
|
+
<line num="321" count="0" type="stmt"/>
|
|
469
|
+
<line num="323" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
499
470
|
<line num="324" count="0" type="stmt"/>
|
|
500
|
-
<line num="
|
|
501
|
-
<line num="
|
|
502
|
-
<line num="
|
|
503
|
-
<line num="
|
|
504
|
-
<line num="
|
|
505
|
-
<line num="343" count="0" type="stmt"/>
|
|
471
|
+
<line num="325" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
472
|
+
<line num="326" count="0" type="stmt"/>
|
|
473
|
+
<line num="339" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
474
|
+
<line num="340" count="0" type="stmt"/>
|
|
475
|
+
<line num="350" count="0" type="stmt"/>
|
|
506
476
|
<line num="353" count="0" type="stmt"/>
|
|
507
|
-
<line num="356" count="0" type="
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="360" count="0" type="
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
512
|
-
<line num="
|
|
477
|
+
<line num="356" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
478
|
+
<line num="357" count="0" type="stmt"/>
|
|
479
|
+
<line num="360" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
480
|
+
<line num="361" count="0" type="stmt"/>
|
|
481
|
+
<line num="362" count="0" type="stmt"/>
|
|
482
|
+
<line num="363" count="0" type="stmt"/>
|
|
483
|
+
<line num="365" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
513
484
|
<line num="366" count="0" type="stmt"/>
|
|
514
|
-
<line num="
|
|
515
|
-
<line num="
|
|
516
|
-
<line num="
|
|
517
|
-
<line num="
|
|
518
|
-
<line num="
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="
|
|
522
|
-
<line num="387" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
485
|
+
<line num="370" count="0" type="stmt"/>
|
|
486
|
+
<line num="376" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
487
|
+
<line num="377" count="0" type="stmt"/>
|
|
488
|
+
<line num="382" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
489
|
+
<line num="383" count="0" type="stmt"/>
|
|
490
|
+
<line num="384" count="0" type="stmt"/>
|
|
491
|
+
<line num="385" count="0" type="stmt"/>
|
|
492
|
+
<line num="387" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
523
493
|
<line num="388" count="0" type="stmt"/>
|
|
524
|
-
<line num="
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
528
|
-
<line num="402" count="0" type="
|
|
494
|
+
<line num="389" count="0" type="stmt"/>
|
|
495
|
+
<line num="394" count="0" type="stmt"/>
|
|
496
|
+
<line num="397" count="0" type="stmt"/>
|
|
497
|
+
<line num="401" count="0" type="stmt"/>
|
|
498
|
+
<line num="402" count="0" type="stmt"/>
|
|
529
499
|
<line num="403" count="0" type="stmt"/>
|
|
530
500
|
<line num="404" count="0" type="stmt"/>
|
|
531
|
-
<line num="
|
|
532
|
-
<line num="
|
|
533
|
-
<line num="
|
|
534
|
-
<line num="420" count="0" type="stmt"/>
|
|
501
|
+
<line num="406" count="0" type="stmt"/>
|
|
502
|
+
<line num="416" count="0" type="stmt"/>
|
|
503
|
+
<line num="420" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
535
504
|
<line num="421" count="0" type="stmt"/>
|
|
536
|
-
<line num="422" count="0" type="stmt"/>
|
|
537
505
|
<line num="423" count="0" type="stmt"/>
|
|
538
|
-
<line num="
|
|
539
|
-
<line num="
|
|
506
|
+
<line num="427" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
507
|
+
<line num="428" count="0" type="stmt"/>
|
|
540
508
|
<line num="430" count="0" type="stmt"/>
|
|
541
|
-
<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"/>
|
|
509
|
+
<line num="441" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
545
510
|
<line num="442" count="0" type="stmt"/>
|
|
546
|
-
<line num="
|
|
547
|
-
<line num="
|
|
548
|
-
<line num="
|
|
549
|
-
<line num="
|
|
550
|
-
<line num="
|
|
551
|
-
<line num="
|
|
552
|
-
<line num="
|
|
553
|
-
<line num="
|
|
511
|
+
<line num="444" count="0" type="stmt"/>
|
|
512
|
+
<line num="445" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
513
|
+
<line num="448" count="0" type="stmt"/>
|
|
514
|
+
<line num="449" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
515
|
+
<line num="456" count="0" type="stmt"/>
|
|
516
|
+
<line num="457" count="0" type="stmt"/>
|
|
517
|
+
<line num="458" count="0" type="stmt"/>
|
|
518
|
+
<line num="459" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
519
|
+
<line num="460" count="0" type="stmt"/>
|
|
520
|
+
<line num="462" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
521
|
+
<line num="463" count="0" type="stmt"/>
|
|
522
|
+
<line num="465" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
523
|
+
<line num="466" count="0" type="stmt"/>
|
|
554
524
|
<line num="469" count="0" type="stmt"/>
|
|
555
|
-
<line num="
|
|
556
|
-
<line num="
|
|
557
|
-
<line num="476" count="0" type="stmt"/>
|
|
558
|
-
<line num="478" count="0" type="stmt"/>
|
|
559
|
-
<line num="489" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
525
|
+
<line num="473" count="0" type="stmt"/>
|
|
526
|
+
<line num="483" count="0" type="stmt"/>
|
|
560
527
|
<line num="490" count="0" type="stmt"/>
|
|
561
|
-
<line num="
|
|
562
|
-
<line num="
|
|
563
|
-
<line num="
|
|
564
|
-
<line num="
|
|
528
|
+
<line num="494" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
529
|
+
<line num="498" count="0" type="stmt"/>
|
|
530
|
+
<line num="499" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
531
|
+
<line num="500" count="0" type="stmt"/>
|
|
532
|
+
<line num="501" count="0" type="stmt"/>
|
|
533
|
+
<line num="503" count="0" type="stmt"/>
|
|
565
534
|
<line num="504" count="0" type="stmt"/>
|
|
566
|
-
<line num="
|
|
567
|
-
<line num="506" count="0" type="stmt"/>
|
|
568
|
-
<line num="507" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
535
|
+
<line num="506" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
569
536
|
<line num="508" count="0" type="stmt"/>
|
|
570
|
-
<line num="510" count="0" type="cond" truecount="0" falsecount="
|
|
537
|
+
<line num="510" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
571
538
|
<line num="511" count="0" type="stmt"/>
|
|
572
|
-
<line num="
|
|
573
|
-
<line num="
|
|
574
|
-
<line num="
|
|
575
|
-
<line num="
|
|
576
|
-
<line num="
|
|
577
|
-
<line num="
|
|
578
|
-
<line num="
|
|
539
|
+
<line num="512" count="0" type="stmt"/>
|
|
540
|
+
<line num="515" count="0" type="stmt"/>
|
|
541
|
+
<line num="519" count="0" type="stmt"/>
|
|
542
|
+
<line num="523" count="0" type="stmt"/>
|
|
543
|
+
<line num="527" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
544
|
+
<line num="528" count="0" type="stmt"/>
|
|
545
|
+
<line num="529" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
546
|
+
<line num="532" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
547
|
+
<line num="533" count="0" type="stmt"/>
|
|
548
|
+
<line num="536" count="0" type="stmt"/>
|
|
549
|
+
<line num="543" count="0" type="stmt"/>
|
|
550
|
+
<line num="544" count="0" type="stmt"/>
|
|
551
|
+
<line num="545" count="0" type="stmt"/>
|
|
579
552
|
<line num="546" count="0" type="stmt"/>
|
|
580
|
-
<line num="
|
|
581
|
-
<line num="
|
|
582
|
-
<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"/>
|
|
553
|
+
<line num="550" count="0" type="stmt"/>
|
|
554
|
+
<line num="554" count="0" type="stmt"/>
|
|
555
|
+
<line num="558" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
588
556
|
<line num="559" count="0" type="stmt"/>
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="
|
|
557
|
+
<line num="561" count="0" type="stmt"/>
|
|
558
|
+
<line num="566" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
591
559
|
<line num="567" count="0" type="stmt"/>
|
|
592
|
-
<line num="
|
|
593
|
-
<line num="
|
|
560
|
+
<line num="569" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
561
|
+
<line num="570" count="0" type="stmt"/>
|
|
594
562
|
<line num="576" count="0" type="stmt"/>
|
|
595
|
-
<line num="577" count="0" type="
|
|
596
|
-
<line num="
|
|
597
|
-
<line num="
|
|
563
|
+
<line num="577" count="0" type="stmt"/>
|
|
564
|
+
<line num="579" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
565
|
+
<line num="580" count="0" type="stmt"/>
|
|
566
|
+
<line num="582" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
598
567
|
<line num="584" count="0" type="stmt"/>
|
|
599
|
-
<line num="
|
|
568
|
+
<line num="586" count="0" type="stmt"/>
|
|
600
569
|
<line num="592" count="0" type="stmt"/>
|
|
601
570
|
<line num="593" count="0" type="stmt"/>
|
|
602
|
-
<line num="
|
|
603
|
-
<line num="
|
|
604
|
-
<line num="
|
|
605
|
-
<line num="606" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
571
|
+
<line num="604" count="0" type="stmt"/>
|
|
572
|
+
<line num="605" count="0" type="stmt"/>
|
|
573
|
+
<line num="606" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
606
574
|
<line num="607" count="0" type="stmt"/>
|
|
607
|
-
<line num="
|
|
608
|
-
<line num="
|
|
609
|
-
<line num="614" count="0" type="stmt"/>
|
|
610
|
-
<line num="615" count="0" type="stmt"/>
|
|
575
|
+
<line num="608" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
576
|
+
<line num="610" count="0" type="stmt"/>
|
|
611
577
|
<line num="616" count="0" type="stmt"/>
|
|
612
|
-
<line num="
|
|
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"/>
|
|
578
|
+
<line num="633" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
619
579
|
<line num="634" count="0" type="stmt"/>
|
|
620
580
|
<line num="636" count="0" type="stmt"/>
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="
|
|
623
|
-
<line num="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="
|
|
627
|
-
<line num="
|
|
628
|
-
<line num="678" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
581
|
+
<line num="639" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
582
|
+
<line num="646" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
583
|
+
<line num="647" count="0" type="stmt"/>
|
|
584
|
+
<line num="649" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
585
|
+
<line num="650" count="0" type="stmt"/>
|
|
586
|
+
<line num="670" count="0" type="stmt"/>
|
|
587
|
+
<line num="671" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
629
588
|
<line num="679" count="0" type="stmt"/>
|
|
630
|
-
<line num="
|
|
589
|
+
<line num="681" count="0" type="stmt"/>
|
|
631
590
|
<line num="682" count="0" type="stmt"/>
|
|
632
591
|
<line num="683" count="0" type="stmt"/>
|
|
633
|
-
<line num="684" count="0" type="stmt"/>
|
|
634
|
-
<line num="685" count="0" type="stmt"/>
|
|
635
|
-
<line num="686" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
636
|
-
<line num="687" count="0" type="stmt"/>
|
|
637
|
-
<line num="688" count="0" type="stmt"/>
|
|
638
|
-
<line num="689" count="0" type="stmt"/>
|
|
639
592
|
<line num="691" count="0" type="stmt"/>
|
|
640
|
-
<line num="
|
|
641
|
-
<line num="
|
|
642
|
-
<line num="695" count="0" type="stmt"/>
|
|
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"/>
|
|
647
|
-
<line num="702" count="0" type="stmt"/>
|
|
593
|
+
<line num="697" count="0" type="stmt"/>
|
|
594
|
+
<line num="703" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
648
595
|
<line num="704" count="0" type="stmt"/>
|
|
649
|
-
<line num="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="
|
|
596
|
+
<line num="706" count="0" type="stmt"/>
|
|
597
|
+
<line num="709" count="0" type="stmt"/>
|
|
598
|
+
<line num="710" count="0" type="stmt"/>
|
|
599
|
+
<line num="712" count="0" type="stmt"/>
|
|
652
600
|
<line num="714" count="0" type="stmt"/>
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="
|
|
601
|
+
<line num="715" count="0" type="stmt"/>
|
|
602
|
+
<line num="718" count="0" type="stmt"/>
|
|
655
603
|
<line num="719" count="0" type="stmt"/>
|
|
604
|
+
<line num="720" count="0" type="stmt"/>
|
|
605
|
+
<line num="722" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
656
606
|
<line num="723" count="0" type="stmt"/>
|
|
657
|
-
<line num="724" count="0" type="stmt"/>
|
|
658
|
-
<line num="725" count="0" type="stmt"/>
|
|
659
607
|
<line num="726" count="0" type="stmt"/>
|
|
660
|
-
<line num="727" count="0" type="stmt"/>
|
|
661
608
|
<line num="728" count="0" type="stmt"/>
|
|
662
|
-
<line num="729" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
663
609
|
<line num="730" count="0" type="stmt"/>
|
|
664
|
-
<line num="
|
|
665
|
-
<line num="
|
|
666
|
-
<line num="734" count="0" type="stmt"/>
|
|
610
|
+
<line num="732" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
611
|
+
<line num="733" count="0" type="stmt"/>
|
|
667
612
|
<line num="735" count="0" type="stmt"/>
|
|
668
|
-
<line num="
|
|
669
|
-
<line num="
|
|
670
|
-
<line num="
|
|
671
|
-
<line num="
|
|
672
|
-
<line num="
|
|
673
|
-
<line num="
|
|
674
|
-
<line num="
|
|
675
|
-
<line num="
|
|
676
|
-
<line num="
|
|
677
|
-
<line num="
|
|
678
|
-
<line num="
|
|
679
|
-
<line num="
|
|
680
|
-
<line num="
|
|
613
|
+
<line num="737" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
614
|
+
<line num="741" count="0" type="stmt"/>
|
|
615
|
+
<line num="742" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
616
|
+
<line num="743" count="0" type="stmt"/>
|
|
617
|
+
<line num="745" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
618
|
+
<line num="746" count="0" type="stmt"/>
|
|
619
|
+
<line num="747" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
620
|
+
<line num="748" count="0" type="stmt"/>
|
|
621
|
+
<line num="749" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
622
|
+
<line num="753" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
623
|
+
<line num="754" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
624
|
+
<line num="756" count="0" type="stmt"/>
|
|
625
|
+
<line num="757" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
626
|
+
<line num="758" count="0" type="stmt"/>
|
|
627
|
+
<line num="763" count="0" type="stmt"/>
|
|
628
|
+
<line num="767" count="0" type="stmt"/>
|
|
629
|
+
<line num="770" count="0" type="stmt"/>
|
|
630
|
+
<line num="771" count="0" type="stmt"/>
|
|
631
|
+
<line num="772" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
632
|
+
<line num="773" count="0" type="stmt"/>
|
|
633
|
+
<line num="776" count="0" type="stmt"/>
|
|
634
|
+
<line num="777" count="0" type="stmt"/>
|
|
681
635
|
<line num="778" count="0" type="stmt"/>
|
|
682
|
-
<line num="
|
|
683
|
-
<line num="
|
|
684
|
-
<line num="
|
|
685
|
-
<line num="
|
|
686
|
-
<line num="
|
|
687
|
-
<line num="
|
|
688
|
-
<line num="
|
|
689
|
-
<line num="
|
|
690
|
-
<line num="793" count="0" type="stmt"/>
|
|
691
|
-
<line num="794" count="0" type="stmt"/>
|
|
692
|
-
<line num="796" count="0" type="stmt"/>
|
|
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"/>
|
|
636
|
+
<line num="782" count="0" type="stmt"/>
|
|
637
|
+
<line num="786" count="0" type="stmt"/>
|
|
638
|
+
<line num="790" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
639
|
+
<line num="798" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
640
|
+
<line num="799" count="0" type="stmt"/>
|
|
641
|
+
<line num="800" count="0" type="stmt"/>
|
|
642
|
+
<line num="801" count="0" type="stmt"/>
|
|
643
|
+
<line num="805" count="0" type="stmt"/>
|
|
698
644
|
<line num="806" count="0" type="stmt"/>
|
|
645
|
+
<line num="807" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
699
646
|
<line num="808" count="0" type="stmt"/>
|
|
647
|
+
<line num="809" count="0" type="stmt"/>
|
|
648
|
+
<line num="810" count="0" type="stmt"/>
|
|
700
649
|
<line num="814" count="0" type="stmt"/>
|
|
701
|
-
<line num="
|
|
702
|
-
<line num="
|
|
703
|
-
<line num="
|
|
704
|
-
<line num="
|
|
705
|
-
<line num="
|
|
706
|
-
<line num="
|
|
707
|
-
<line num="
|
|
650
|
+
<line num="820" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
651
|
+
<line num="824" count="0" type="stmt"/>
|
|
652
|
+
<line num="833" count="0" type="stmt"/>
|
|
653
|
+
<line num="834" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
654
|
+
<line num="835" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
655
|
+
<line num="841" count="0" type="stmt"/>
|
|
656
|
+
<line num="843" count="0" type="stmt"/>
|
|
657
|
+
<line num="848" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
658
|
+
<line num="849" count="0" type="stmt"/>
|
|
659
|
+
<line num="850" count="0" type="stmt"/>
|
|
660
|
+
<line num="851" count="0" type="stmt"/>
|
|
661
|
+
<line num="852" count="0" type="stmt"/>
|
|
662
|
+
<line num="853" count="0" type="stmt"/>
|
|
663
|
+
<line num="854" count="0" type="stmt"/>
|
|
664
|
+
<line num="855" count="0" type="stmt"/>
|
|
665
|
+
<line num="856" count="0" type="stmt"/>
|
|
708
666
|
<line num="857" count="0" type="stmt"/>
|
|
667
|
+
<line num="858" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
709
668
|
<line num="859" count="0" type="stmt"/>
|
|
710
|
-
<line num="
|
|
711
|
-
<line num="
|
|
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"/>
|
|
669
|
+
<line num="861" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
670
|
+
<line num="863" count="0" type="stmt"/>
|
|
820
671
|
</file>
|
|
821
672
|
<file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
|
|
822
673
|
<metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
@@ -832,7 +683,7 @@
|
|
|
832
683
|
<line num="61" count="0" type="stmt"/>
|
|
833
684
|
</file>
|
|
834
685
|
<file name="messages.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/messages.gen.ts">
|
|
835
|
-
<metrics statements="
|
|
686
|
+
<metrics statements="142" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="71" coveredmethods="0"/>
|
|
836
687
|
<line num="8" count="0" type="stmt"/>
|
|
837
688
|
<line num="11" count="0" type="stmt"/>
|
|
838
689
|
<line num="17" count="0" type="stmt"/>
|
|
@@ -960,19 +811,21 @@
|
|
|
960
811
|
<line num="820" count="0" type="stmt"/>
|
|
961
812
|
<line num="828" count="0" type="stmt"/>
|
|
962
813
|
<line num="839" count="0" type="stmt"/>
|
|
963
|
-
<line num="
|
|
964
|
-
<line num="
|
|
965
|
-
<line num="
|
|
966
|
-
<line num="
|
|
967
|
-
<line num="
|
|
968
|
-
<line num="
|
|
969
|
-
<line num="
|
|
970
|
-
<line num="
|
|
971
|
-
<line num="
|
|
972
|
-
<line num="
|
|
973
|
-
<line num="909" count="0" type="stmt"/>
|
|
974
|
-
<line num="915" count="0" type="stmt"/>
|
|
814
|
+
<line num="847" count="0" type="stmt"/>
|
|
815
|
+
<line num="858" count="0" type="stmt"/>
|
|
816
|
+
<line num="863" count="0" type="stmt"/>
|
|
817
|
+
<line num="871" count="0" type="stmt"/>
|
|
818
|
+
<line num="874" count="0" type="stmt"/>
|
|
819
|
+
<line num="880" count="0" type="stmt"/>
|
|
820
|
+
<line num="883" count="0" type="stmt"/>
|
|
821
|
+
<line num="889" count="0" type="stmt"/>
|
|
822
|
+
<line num="901" count="0" type="stmt"/>
|
|
823
|
+
<line num="916" count="0" type="stmt"/>
|
|
975
824
|
<line num="919" count="0" type="stmt"/>
|
|
825
|
+
<line num="925" count="0" type="stmt"/>
|
|
826
|
+
<line num="928" count="0" type="stmt"/>
|
|
827
|
+
<line num="934" count="0" type="stmt"/>
|
|
828
|
+
<line num="938" count="0" type="stmt"/>
|
|
976
829
|
</file>
|
|
977
830
|
<file name="nodes.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/nodes.ts">
|
|
978
831
|
<metrics statements="51" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
@@ -1304,7 +1157,7 @@
|
|
|
1304
1157
|
</file>
|
|
1305
1158
|
</package>
|
|
1306
1159
|
<package name="main.modules">
|
|
1307
|
-
<metrics statements="
|
|
1160
|
+
<metrics statements="1141" coveredstatements="27" conditionals="598" coveredconditionals="9" methods="227" coveredmethods="10"/>
|
|
1308
1161
|
<file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
|
|
1309
1162
|
<metrics statements="22" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
1310
1163
|
<line num="4" count="0" type="stmt"/>
|
|
@@ -1354,199 +1207,50 @@
|
|
|
1354
1207
|
<line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1355
1208
|
<line num="97" count="0" type="stmt"/>
|
|
1356
1209
|
<line num="98" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1357
|
-
<line num="99" count="0" type="stmt"/>
|
|
1358
|
-
<line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1359
|
-
<line num="103" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1360
|
-
<line num="104" count="0" type="stmt"/>
|
|
1361
|
-
<line num="105" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1362
|
-
<line num="106" count="0" type="stmt"/>
|
|
1363
|
-
<line num="107" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1364
|
-
<line num="108" count="0" type="stmt"/>
|
|
1365
|
-
<line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1366
|
-
<line num="110" count="0" type="stmt"/>
|
|
1367
|
-
<line num="112" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1368
|
-
<line num="117" count="0" type="stmt"/>
|
|
1369
|
-
<line num="130" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1370
|
-
<line num="131" count="0" type="stmt"/>
|
|
1371
|
-
<line num="132" count="0" type="stmt"/>
|
|
1372
|
-
<line num="134" count="0" type="stmt"/>
|
|
1373
|
-
<line num="135" count="0" type="stmt"/>
|
|
1374
|
-
<line num="137" count="0" type="stmt"/>
|
|
1375
|
-
<line num="138" count="0" type="stmt"/>
|
|
1376
|
-
<line num="154" count="0" type="stmt"/>
|
|
1377
|
-
<line num="155" count="0" type="stmt"/>
|
|
1378
|
-
<line num="156" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1379
|
-
<line num="158" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1380
|
-
<line num="161" count="0" type="stmt"/>
|
|
1381
|
-
<line num="162" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1382
|
-
<line num="163" count="0" type="stmt"/>
|
|
1383
|
-
<line num="166" count="0" type="stmt"/>
|
|
1384
|
-
<line num="170" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1385
|
-
<line num="171" count="0" type="stmt"/>
|
|
1386
|
-
<line num="172" count="0" type="stmt"/>
|
|
1387
|
-
<line num="176" count="0" type="stmt"/>
|
|
1388
|
-
<line num="177" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1389
|
-
<line num="178" count="0" type="stmt"/>
|
|
1390
|
-
<line num="179" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1391
|
-
<line num="180" count="0" type="stmt"/>
|
|
1392
|
-
<line num="182" count="0" type="stmt"/>
|
|
1393
|
-
<line num="186" count="0" type="stmt"/>
|
|
1394
|
-
<line num="189" count="0" type="stmt"/>
|
|
1395
|
-
<line num="192" count="0" type="stmt"/>
|
|
1396
|
-
<line num="196" count="0" type="stmt"/>
|
|
1397
|
-
<line num="197" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1398
|
-
<line num="198" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1399
|
-
<line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1400
|
-
<line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
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"/>
|
|
1210
|
+
<line num="99" count="0" type="stmt"/>
|
|
1211
|
+
<line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1212
|
+
<line num="103" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1213
|
+
<line num="104" count="0" type="stmt"/>
|
|
1214
|
+
<line num="105" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1215
|
+
<line num="106" count="0" type="stmt"/>
|
|
1216
|
+
<line num="107" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1217
|
+
<line num="108" count="0" type="stmt"/>
|
|
1218
|
+
<line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1219
|
+
<line num="110" count="0" type="stmt"/>
|
|
1220
|
+
<line num="112" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1221
|
+
<line num="117" count="0" type="stmt"/>
|
|
1222
|
+
<line num="130" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1223
|
+
<line num="131" count="0" type="stmt"/>
|
|
1224
|
+
<line num="132" count="0" type="stmt"/>
|
|
1225
|
+
<line num="134" count="0" type="stmt"/>
|
|
1226
|
+
<line num="135" count="0" type="stmt"/>
|
|
1227
|
+
<line num="137" count="0" type="stmt"/>
|
|
1228
|
+
<line num="138" count="0" type="stmt"/>
|
|
1467
1229
|
<line num="154" count="0" type="stmt"/>
|
|
1468
1230
|
<line num="155" count="0" type="stmt"/>
|
|
1469
|
-
<line num="
|
|
1470
|
-
<line num="158" count="0" type="
|
|
1471
|
-
<line num="
|
|
1472
|
-
<line num="162" count="0" type="
|
|
1231
|
+
<line num="156" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1232
|
+
<line num="158" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1233
|
+
<line num="161" count="0" type="stmt"/>
|
|
1234
|
+
<line num="162" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1473
1235
|
<line num="163" count="0" type="stmt"/>
|
|
1474
|
-
<line num="165" count="0" type="stmt"/>
|
|
1475
1236
|
<line num="166" count="0" type="stmt"/>
|
|
1476
|
-
<line num="
|
|
1477
|
-
<line num="169" count="0" type="stmt"/>
|
|
1237
|
+
<line num="170" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1478
1238
|
<line num="171" count="0" type="stmt"/>
|
|
1479
1239
|
<line num="172" count="0" type="stmt"/>
|
|
1480
|
-
<line num="174" count="0" type="stmt"/>
|
|
1481
1240
|
<line num="176" count="0" type="stmt"/>
|
|
1482
|
-
<line num="
|
|
1483
|
-
<line num="
|
|
1484
|
-
<line num="
|
|
1485
|
-
<line num="
|
|
1241
|
+
<line num="177" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1242
|
+
<line num="178" count="0" type="stmt"/>
|
|
1243
|
+
<line num="179" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1244
|
+
<line num="180" count="0" type="stmt"/>
|
|
1245
|
+
<line num="182" count="0" type="stmt"/>
|
|
1246
|
+
<line num="186" count="0" type="stmt"/>
|
|
1486
1247
|
<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
1248
|
<line num="192" count="0" type="stmt"/>
|
|
1490
|
-
<line num="
|
|
1491
|
-
<line num="
|
|
1492
|
-
<line num="
|
|
1493
|
-
<line num="203" count="0" type="
|
|
1494
|
-
<line num="
|
|
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"/>
|
|
1249
|
+
<line num="196" count="0" type="stmt"/>
|
|
1250
|
+
<line num="197" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1251
|
+
<line num="198" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1252
|
+
<line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1253
|
+
<line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1550
1254
|
</file>
|
|
1551
1255
|
<file name="connection.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/connection.ts">
|
|
1552
1256
|
<metrics statements="9" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -1834,7 +1538,7 @@
|
|
|
1834
1538
|
<line num="98" count="0" type="stmt"/>
|
|
1835
1539
|
</file>
|
|
1836
1540
|
<file name="featureFlags.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/featureFlags.ts">
|
|
1837
|
-
<metrics statements="
|
|
1541
|
+
<metrics statements="41" coveredstatements="0" conditionals="9" coveredconditionals="0" methods="17" coveredmethods="0"/>
|
|
1838
1542
|
<line num="15" count="0" type="stmt"/>
|
|
1839
1543
|
<line num="16" count="0" type="stmt"/>
|
|
1840
1544
|
<line num="17" count="0" type="stmt"/>
|
|
@@ -1856,27 +1560,26 @@
|
|
|
1856
1560
|
<line num="50" count="0" type="stmt"/>
|
|
1857
1561
|
<line num="51" count="0" type="stmt"/>
|
|
1858
1562
|
<line num="52" count="0" type="stmt"/>
|
|
1859
|
-
<line num="66" count="0" type="
|
|
1860
|
-
<line num="
|
|
1861
|
-
<line num="75" count="0" type="
|
|
1563
|
+
<line num="66" count="0" type="stmt"/>
|
|
1564
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1565
|
+
<line num="75" count="0" type="stmt"/>
|
|
1862
1566
|
<line num="76" count="0" type="stmt"/>
|
|
1863
|
-
<line num="
|
|
1567
|
+
<line num="81" count="0" type="stmt"/>
|
|
1864
1568
|
<line num="82" count="0" type="stmt"/>
|
|
1865
|
-
<line num="83" count="0" type="
|
|
1866
|
-
<line num="
|
|
1569
|
+
<line num="83" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1570
|
+
<line num="86" count="0" type="stmt"/>
|
|
1867
1571
|
<line num="87" count="0" type="stmt"/>
|
|
1868
1572
|
<line num="88" count="0" type="stmt"/>
|
|
1869
1573
|
<line num="89" count="0" type="stmt"/>
|
|
1870
|
-
<line num="
|
|
1574
|
+
<line num="92" count="0" type="stmt"/>
|
|
1871
1575
|
<line num="93" count="0" type="stmt"/>
|
|
1872
|
-
<line num="94" count="0" type="
|
|
1873
|
-
<line num="
|
|
1874
|
-
<line num="
|
|
1875
|
-
<line num="103" count="0" type="
|
|
1876
|
-
<line num="104" count="0" type="
|
|
1576
|
+
<line num="94" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1577
|
+
<line num="98" count="0" type="stmt"/>
|
|
1578
|
+
<line num="102" count="0" type="stmt"/>
|
|
1579
|
+
<line num="103" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1580
|
+
<line num="104" count="0" type="stmt"/>
|
|
1877
1581
|
<line num="105" count="0" type="stmt"/>
|
|
1878
|
-
<line num="
|
|
1879
|
-
<line num="108" count="0" type="stmt"/>
|
|
1582
|
+
<line num="107" count="0" type="stmt"/>
|
|
1880
1583
|
</file>
|
|
1881
1584
|
<file name="focus.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/focus.ts">
|
|
1882
1585
|
<metrics statements="27" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
@@ -2482,6 +2185,37 @@
|
|
|
2482
2185
|
<line num="8" count="0" type="stmt"/>
|
|
2483
2186
|
<line num="12" count="0" type="stmt"/>
|
|
2484
2187
|
</file>
|
|
2188
|
+
<file name="tagWatcher.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/tagWatcher.ts">
|
|
2189
|
+
<metrics statements="28" coveredstatements="27" conditionals="10" coveredconditionals="9" methods="11" coveredmethods="10"/>
|
|
2190
|
+
<line num="1" count="1" type="stmt"/>
|
|
2191
|
+
<line num="4" count="5" type="stmt"/>
|
|
2192
|
+
<line num="5" count="5" type="stmt"/>
|
|
2193
|
+
<line num="8" count="5" type="stmt"/>
|
|
2194
|
+
<line num="9" count="5" type="stmt"/>
|
|
2195
|
+
<line num="10" count="5" type="stmt"/>
|
|
2196
|
+
<line num="12" count="5" type="cond" truecount="6" falsecount="0"/>
|
|
2197
|
+
<line num="13" count="5" type="stmt"/>
|
|
2198
|
+
<line num="17" count="1" type="stmt"/>
|
|
2199
|
+
<line num="18" count="1" type="stmt"/>
|
|
2200
|
+
<line num="20" count="1" type="stmt"/>
|
|
2201
|
+
<line num="21" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2202
|
+
<line num="23" count="0" type="stmt"/>
|
|
2203
|
+
<line num="27" count="9" type="stmt"/>
|
|
2204
|
+
<line num="28" count="9" type="stmt"/>
|
|
2205
|
+
<line num="29" count="9" type="stmt"/>
|
|
2206
|
+
<line num="30" count="10" type="stmt"/>
|
|
2207
|
+
<line num="31" count="1" type="stmt"/>
|
|
2208
|
+
<line num="32" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
2209
|
+
<line num="33" count="1" type="stmt"/>
|
|
2210
|
+
<line num="40" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
2211
|
+
<line num="41" count="1" type="stmt"/>
|
|
2212
|
+
<line num="43" count="1" type="stmt"/>
|
|
2213
|
+
<line num="47" count="1" type="stmt"/>
|
|
2214
|
+
<line num="48" count="2" type="stmt"/>
|
|
2215
|
+
<line num="50" count="1" type="stmt"/>
|
|
2216
|
+
<line num="51" count="1" type="stmt"/>
|
|
2217
|
+
<line num="55" count="1" type="stmt"/>
|
|
2218
|
+
</file>
|
|
2485
2219
|
<file name="timing.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/timing.ts">
|
|
2486
2220
|
<metrics statements="110" coveredstatements="0" conditionals="111" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
2487
2221
|
<line num="2" count="0" type="stmt"/>
|
|
@@ -2630,7 +2364,7 @@
|
|
|
2630
2364
|
</file>
|
|
2631
2365
|
</package>
|
|
2632
2366
|
<package name="main.modules.Network">
|
|
2633
|
-
<metrics statements="
|
|
2367
|
+
<metrics statements="492" coveredstatements="0" conditionals="270" coveredconditionals="0" methods="71" coveredmethods="0"/>
|
|
2634
2368
|
<file name="beaconProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/beaconProxy.ts">
|
|
2635
2369
|
<metrics statements="53" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
2636
2370
|
<line num="2" count="0" type="stmt"/>
|
|
@@ -2688,7 +2422,7 @@
|
|
|
2688
2422
|
<line num="91" count="0" type="stmt"/>
|
|
2689
2423
|
</file>
|
|
2690
2424
|
<file name="fetchProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/fetchProxy.ts">
|
|
2691
|
-
<metrics statements="
|
|
2425
|
+
<metrics statements="148" coveredstatements="0" conditionals="94" coveredconditionals="0" methods="20" coveredmethods="0"/>
|
|
2692
2426
|
<line num="8" count="0" type="stmt"/>
|
|
2693
2427
|
<line num="9" count="0" type="stmt"/>
|
|
2694
2428
|
<line num="13" count="0" type="stmt"/>
|
|
@@ -2752,90 +2486,91 @@
|
|
|
2752
2486
|
<line num="128" count="0" type="stmt"/>
|
|
2753
2487
|
<line num="132" count="0" type="stmt"/>
|
|
2754
2488
|
<line num="133" count="0" type="stmt"/>
|
|
2755
|
-
<line num="
|
|
2756
|
-
<line num="
|
|
2757
|
-
<line num="
|
|
2758
|
-
<line num="
|
|
2759
|
-
<line num="
|
|
2760
|
-
<line num="
|
|
2761
|
-
<line num="149" count="0" type="stmt"/>
|
|
2762
|
-
<line num="150" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2763
|
-
<line num="151" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2489
|
+
<line num="134" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2490
|
+
<line num="139" count="0" type="stmt"/>
|
|
2491
|
+
<line num="143" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2492
|
+
<line num="147" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2493
|
+
<line num="148" count="0" type="stmt"/>
|
|
2494
|
+
<line num="151" count="0" type="stmt"/>
|
|
2764
2495
|
<line num="152" count="0" type="stmt"/>
|
|
2765
|
-
<line num="
|
|
2766
|
-
<line num="
|
|
2767
|
-
<line num="
|
|
2768
|
-
<line num="
|
|
2769
|
-
<line num="160" count="0" type="
|
|
2770
|
-
<line num="
|
|
2771
|
-
<line num="163" count="0" type="
|
|
2772
|
-
<line num="164" count="0" type="cond" truecount="0" falsecount="
|
|
2496
|
+
<line num="154" count="0" type="stmt"/>
|
|
2497
|
+
<line num="155" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2498
|
+
<line num="156" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2499
|
+
<line num="157" count="0" type="stmt"/>
|
|
2500
|
+
<line num="160" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2501
|
+
<line num="161" count="0" type="stmt"/>
|
|
2502
|
+
<line num="163" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2503
|
+
<line num="164" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2773
2504
|
<line num="165" count="0" type="stmt"/>
|
|
2505
|
+
<line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2774
2506
|
<line num="168" count="0" type="stmt"/>
|
|
2775
|
-
<line num="
|
|
2776
|
-
<line num="
|
|
2777
|
-
<line num="
|
|
2778
|
-
<line num="
|
|
2779
|
-
<line num="
|
|
2780
|
-
<line num="
|
|
2781
|
-
<line num="
|
|
2782
|
-
<line num="
|
|
2783
|
-
<line num="
|
|
2784
|
-
<line num="
|
|
2785
|
-
<line num="195" count="0" type="cond" truecount="0" falsecount="
|
|
2507
|
+
<line num="169" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2508
|
+
<line num="170" count="0" type="stmt"/>
|
|
2509
|
+
<line num="173" count="0" type="stmt"/>
|
|
2510
|
+
<line num="177" count="0" type="stmt"/>
|
|
2511
|
+
<line num="181" count="0" type="stmt"/>
|
|
2512
|
+
<line num="182" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2513
|
+
<line num="183" count="0" type="stmt"/>
|
|
2514
|
+
<line num="189" count="0" type="stmt"/>
|
|
2515
|
+
<line num="190" count="0" type="stmt"/>
|
|
2516
|
+
<line num="193" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2517
|
+
<line num="195" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
2786
2518
|
<line num="196" count="0" type="stmt"/>
|
|
2787
|
-
<line num="197" count="0" type="
|
|
2788
|
-
<line num="200" count="0" type="
|
|
2519
|
+
<line num="197" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
2520
|
+
<line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2789
2521
|
<line num="201" count="0" type="stmt"/>
|
|
2790
2522
|
<line num="202" count="0" type="stmt"/>
|
|
2791
|
-
<line num="203" count="0" type="stmt"/>
|
|
2792
|
-
<line num="204" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2793
2523
|
<line num="205" count="0" type="stmt"/>
|
|
2794
2524
|
<line num="206" count="0" type="stmt"/>
|
|
2795
2525
|
<line num="207" count="0" type="stmt"/>
|
|
2796
|
-
<line num="208" count="0" type="
|
|
2526
|
+
<line num="208" count="0" type="stmt"/>
|
|
2527
|
+
<line num="209" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2797
2528
|
<line num="210" count="0" type="stmt"/>
|
|
2798
|
-
<line num="
|
|
2799
|
-
<line num="
|
|
2529
|
+
<line num="211" count="0" type="stmt"/>
|
|
2530
|
+
<line num="212" count="0" type="stmt"/>
|
|
2531
|
+
<line num="213" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2800
2532
|
<line num="215" count="0" type="stmt"/>
|
|
2801
|
-
<line num="
|
|
2533
|
+
<line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2802
2534
|
<line num="219" count="0" type="stmt"/>
|
|
2803
|
-
<line num="
|
|
2535
|
+
<line num="220" count="0" type="stmt"/>
|
|
2536
|
+
<line num="221" count="0" type="stmt"/>
|
|
2804
2537
|
<line num="224" count="0" type="stmt"/>
|
|
2805
|
-
<line num="
|
|
2806
|
-
<line num="
|
|
2807
|
-
<line num="
|
|
2808
|
-
<line num="
|
|
2538
|
+
<line num="228" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
2539
|
+
<line num="229" count="0" type="stmt"/>
|
|
2540
|
+
<line num="230" count="0" type="stmt"/>
|
|
2541
|
+
<line num="231" count="0" type="stmt"/>
|
|
2542
|
+
<line num="236" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
2809
2543
|
<line num="237" count="0" type="stmt"/>
|
|
2810
|
-
<line num="
|
|
2811
|
-
<line num="239" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2812
|
-
<line num="240" count="0" type="stmt"/>
|
|
2813
|
-
<line num="241" count="0" type="stmt"/>
|
|
2544
|
+
<line num="242" count="0" type="stmt"/>
|
|
2814
2545
|
<line num="243" count="0" type="stmt"/>
|
|
2815
|
-
<line num="244" count="0" type="
|
|
2546
|
+
<line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2816
2547
|
<line num="245" count="0" type="stmt"/>
|
|
2817
2548
|
<line num="246" count="0" type="stmt"/>
|
|
2818
|
-
<line num="
|
|
2819
|
-
<line num="
|
|
2820
|
-
<line num="
|
|
2821
|
-
<line num="
|
|
2822
|
-
<line num="
|
|
2823
|
-
<line num="
|
|
2824
|
-
<line num="
|
|
2549
|
+
<line num="248" count="0" type="stmt"/>
|
|
2550
|
+
<line num="249" count="0" type="stmt"/>
|
|
2551
|
+
<line num="250" count="0" type="stmt"/>
|
|
2552
|
+
<line num="251" count="0" type="stmt"/>
|
|
2553
|
+
<line num="252" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2554
|
+
<line num="255" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2555
|
+
<line num="259" count="0" type="stmt"/>
|
|
2556
|
+
<line num="263" count="0" type="stmt"/>
|
|
2825
2557
|
<line num="265" count="0" type="stmt"/>
|
|
2826
2558
|
<line num="267" count="0" type="stmt"/>
|
|
2559
|
+
<line num="269" count="0" type="stmt"/>
|
|
2560
|
+
<line num="270" count="0" type="stmt"/>
|
|
2827
2561
|
<line num="272" count="0" type="stmt"/>
|
|
2828
|
-
<line num="
|
|
2829
|
-
<line num="
|
|
2830
|
-
<line num="
|
|
2831
|
-
<line num="
|
|
2832
|
-
<line num="282" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2562
|
+
<line num="277" count="0" type="stmt"/>
|
|
2563
|
+
<line num="283" count="0" type="stmt"/>
|
|
2564
|
+
<line num="284" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2565
|
+
<line num="285" count="0" type="stmt"/>
|
|
2833
2566
|
<line num="286" count="0" type="stmt"/>
|
|
2834
|
-
<line num="287" count="0" type="
|
|
2835
|
-
<line num="
|
|
2836
|
-
<line num="
|
|
2567
|
+
<line num="287" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2568
|
+
<line num="291" count="0" type="stmt"/>
|
|
2569
|
+
<line num="292" count="0" type="stmt"/>
|
|
2570
|
+
<line num="294" count="0" type="stmt"/>
|
|
2837
2571
|
<line num="295" count="0" type="stmt"/>
|
|
2838
|
-
<line num="
|
|
2572
|
+
<line num="300" count="0" type="stmt"/>
|
|
2573
|
+
<line num="309" count="0" type="stmt"/>
|
|
2839
2574
|
</file>
|
|
2840
2575
|
<file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/index.ts">
|
|
2841
2576
|
<metrics statements="14" coveredstatements="0" conditionals="13" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -3016,7 +2751,7 @@
|
|
|
3016
2751
|
<line num="203" count="0" type="stmt"/>
|
|
3017
2752
|
</file>
|
|
3018
2753
|
<file name="xhrProxy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/Network/xhrProxy.ts">
|
|
3019
|
-
<metrics statements="122" coveredstatements="0" conditionals="
|
|
2754
|
+
<metrics statements="122" coveredstatements="0" conditionals="48" coveredconditionals="0" methods="26" coveredmethods="0"/>
|
|
3020
2755
|
<line num="9" count="0" type="stmt"/>
|
|
3021
2756
|
<line num="10" count="0" type="stmt"/>
|
|
3022
2757
|
<line num="14" count="0" type="stmt"/>
|
|
@@ -3091,7 +2826,7 @@
|
|
|
3091
2826
|
<line num="142" count="0" type="stmt"/>
|
|
3092
2827
|
<line num="147" count="0" type="stmt"/>
|
|
3093
2828
|
<line num="148" count="0" type="stmt"/>
|
|
3094
|
-
<line num="149" count="0" type="
|
|
2829
|
+
<line num="149" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3095
2830
|
<line num="154" count="0" type="stmt"/>
|
|
3096
2831
|
<line num="155" count="0" type="stmt"/>
|
|
3097
2832
|
<line num="156" count="0" type="stmt"/>
|
|
@@ -3622,7 +3357,7 @@
|
|
|
3622
3357
|
</file>
|
|
3623
3358
|
</package>
|
|
3624
3359
|
<package name="webworker">
|
|
3625
|
-
<metrics statements="
|
|
3360
|
+
<metrics statements="440" coveredstatements="0" conditionals="375" coveredconditionals="0" methods="54" coveredmethods="0"/>
|
|
3626
3361
|
<file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">
|
|
3627
3362
|
<metrics statements="68" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
3628
3363
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -3695,10 +3430,10 @@
|
|
|
3695
3430
|
<line num="130" count="0" type="stmt"/>
|
|
3696
3431
|
</file>
|
|
3697
3432
|
<file name="MessageEncoder.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/MessageEncoder.gen.ts">
|
|
3698
|
-
<metrics statements="
|
|
3433
|
+
<metrics statements="145" coveredstatements="0" conditionals="279" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3699
3434
|
<line num="6" count="0" type="stmt"/>
|
|
3700
3435
|
<line num="9" count="0" type="stmt"/>
|
|
3701
|
-
<line num="11" count="0" type="cond" truecount="0" falsecount="
|
|
3436
|
+
<line num="11" count="0" type="cond" truecount="0" falsecount="71"/>
|
|
3702
3437
|
<line num="14" count="0" type="stmt"/>
|
|
3703
3438
|
<line num="15" count="0" type="stmt"/>
|
|
3704
3439
|
<line num="18" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
@@ -3825,20 +3560,22 @@
|
|
|
3825
3560
|
<line num="259" count="0" type="stmt"/>
|
|
3826
3561
|
<line num="262" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
3827
3562
|
<line num="263" count="0" type="stmt"/>
|
|
3828
|
-
<line num="266" count="0" type="cond" truecount="0" falsecount="
|
|
3563
|
+
<line num="266" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
3829
3564
|
<line num="267" count="0" type="stmt"/>
|
|
3830
|
-
<line num="270" count="0" type="
|
|
3565
|
+
<line num="270" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
3831
3566
|
<line num="271" count="0" type="stmt"/>
|
|
3832
3567
|
<line num="274" count="0" type="stmt"/>
|
|
3833
3568
|
<line num="275" count="0" type="stmt"/>
|
|
3834
|
-
<line num="278" count="0" type="
|
|
3569
|
+
<line num="278" count="0" type="stmt"/>
|
|
3835
3570
|
<line num="279" count="0" type="stmt"/>
|
|
3836
|
-
<line num="282" count="0" type="
|
|
3571
|
+
<line num="282" count="0" type="cond" truecount="0" falsecount="10"/>
|
|
3837
3572
|
<line num="283" count="0" type="stmt"/>
|
|
3838
3573
|
<line num="286" count="0" type="stmt"/>
|
|
3839
3574
|
<line num="287" count="0" type="stmt"/>
|
|
3840
|
-
<line num="290" count="0" type="
|
|
3575
|
+
<line num="290" count="0" type="stmt"/>
|
|
3841
3576
|
<line num="291" count="0" type="stmt"/>
|
|
3577
|
+
<line num="294" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3578
|
+
<line num="295" count="0" type="stmt"/>
|
|
3842
3579
|
</file>
|
|
3843
3580
|
<file name="PrimitiveEncoder.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/PrimitiveEncoder.ts">
|
|
3844
3581
|
<metrics statements="69" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
@@ -3979,7 +3716,7 @@
|
|
|
3979
3716
|
<line num="137" count="0" type="stmt"/>
|
|
3980
3717
|
</file>
|
|
3981
3718
|
<file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/index.ts">
|
|
3982
|
-
<metrics statements="
|
|
3719
|
+
<metrics statements="95" coveredstatements="0" conditionals="33" coveredconditionals="0" methods="16" coveredmethods="0"/>
|
|
3983
3720
|
<line num="7" count="0" type="stmt"/>
|
|
3984
3721
|
<line num="8" count="0" type="stmt"/>
|
|
3985
3722
|
<line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -4013,29 +3750,30 @@
|
|
|
4013
3750
|
<line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4014
3751
|
<line num="67" count="0" type="stmt"/>
|
|
4015
3752
|
<line num="68" count="0" type="stmt"/>
|
|
3753
|
+
<line num="71" count="0" type="stmt"/>
|
|
4016
3754
|
<line num="72" count="0" type="stmt"/>
|
|
4017
|
-
<line num="
|
|
4018
|
-
<line num="
|
|
4019
|
-
<line num="80" count="0" type="
|
|
4020
|
-
<line num="81" count="0" type="
|
|
3755
|
+
<line num="75" count="0" type="stmt"/>
|
|
3756
|
+
<line num="79" count="0" type="stmt"/>
|
|
3757
|
+
<line num="80" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3758
|
+
<line num="81" count="0" type="stmt"/>
|
|
4021
3759
|
<line num="82" count="0" type="stmt"/>
|
|
4022
|
-
<line num="
|
|
4023
|
-
<line num="85" count="0" type="
|
|
3760
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3761
|
+
<line num="85" count="0" type="stmt"/>
|
|
4024
3762
|
<line num="86" count="0" type="stmt"/>
|
|
4025
3763
|
<line num="87" count="0" type="stmt"/>
|
|
4026
|
-
<line num="
|
|
4027
|
-
<line num="90" count="0" type="
|
|
3764
|
+
<line num="89" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3765
|
+
<line num="90" count="0" type="stmt"/>
|
|
4028
3766
|
<line num="91" count="0" type="stmt"/>
|
|
4029
|
-
<line num="
|
|
3767
|
+
<line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4030
3768
|
<line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4031
|
-
<line num="96" count="0" type="
|
|
3769
|
+
<line num="96" count="0" type="stmt"/>
|
|
4032
3770
|
<line num="97" count="0" type="stmt"/>
|
|
4033
|
-
<line num="98" count="0" type="
|
|
4034
|
-
<line num="99" count="0" type="cond" truecount="0" falsecount="
|
|
4035
|
-
<line num="
|
|
4036
|
-
<line num="
|
|
4037
|
-
<line num="
|
|
4038
|
-
<line num="
|
|
3771
|
+
<line num="98" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3772
|
+
<line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3773
|
+
<line num="101" count="0" type="stmt"/>
|
|
3774
|
+
<line num="103" count="0" type="stmt"/>
|
|
3775
|
+
<line num="106" count="0" type="stmt"/>
|
|
3776
|
+
<line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4039
3777
|
<line num="110" count="0" type="stmt"/>
|
|
4040
3778
|
<line num="111" count="0" type="stmt"/>
|
|
4041
3779
|
<line num="113" count="0" type="stmt"/>
|
|
@@ -4044,13 +3782,13 @@
|
|
|
4044
3782
|
<line num="118" count="0" type="stmt"/>
|
|
4045
3783
|
<line num="119" count="0" type="stmt"/>
|
|
4046
3784
|
<line num="120" count="0" type="stmt"/>
|
|
4047
|
-
<line num="122" count="0" type="
|
|
3785
|
+
<line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4048
3786
|
<line num="124" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4049
3787
|
<line num="125" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4050
3788
|
<line num="126" count="0" type="stmt"/>
|
|
4051
3789
|
<line num="127" count="0" type="stmt"/>
|
|
4052
3790
|
<line num="128" count="0" type="stmt"/>
|
|
4053
|
-
<line num="130" count="0" type="
|
|
3791
|
+
<line num="130" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4054
3792
|
<line num="133" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4055
3793
|
<line num="134" count="0" type="stmt"/>
|
|
4056
3794
|
<line num="135" count="0" type="stmt"/>
|
|
@@ -4058,22 +3796,22 @@
|
|
|
4058
3796
|
<line num="143" count="0" type="stmt"/>
|
|
4059
3797
|
<line num="148" count="0" type="stmt"/>
|
|
4060
3798
|
<line num="151" count="0" type="stmt"/>
|
|
4061
|
-
<line num="
|
|
4062
|
-
<line num="
|
|
3799
|
+
<line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3800
|
+
<line num="158" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3801
|
+
<line num="159" count="0" type="stmt"/>
|
|
4063
3802
|
<line num="161" count="0" type="stmt"/>
|
|
4064
|
-
<line num="
|
|
4065
|
-
<line num="
|
|
4066
|
-
<line num="
|
|
3803
|
+
<line num="164" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3804
|
+
<line num="165" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3805
|
+
<line num="166" count="0" type="stmt"/>
|
|
3806
|
+
<line num="167" count="0" type="stmt"/>
|
|
4067
3807
|
<line num="168" count="0" type="stmt"/>
|
|
4068
|
-
<line num="
|
|
4069
|
-
<line num="
|
|
4070
|
-
<line num="173" count="0" type="
|
|
3808
|
+
<line num="171" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3809
|
+
<line num="172" count="0" type="stmt"/>
|
|
3810
|
+
<line num="173" count="0" type="stmt"/>
|
|
4071
3811
|
<line num="174" count="0" type="stmt"/>
|
|
4072
|
-
<line num="
|
|
4073
|
-
<line num="
|
|
3812
|
+
<line num="177" count="0" type="stmt"/>
|
|
3813
|
+
<line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4074
3814
|
<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"/>
|
|
4077
3815
|
</file>
|
|
4078
3816
|
</package>
|
|
4079
3817
|
</project>
|