@openreplay/tracker 7.0.3 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/cjs/app/index.d.ts +10 -0
  3. package/cjs/app/index.js +56 -5
  4. package/cjs/app/messages.gen.d.ts +2 -0
  5. package/cjs/app/messages.gen.js +15 -1
  6. package/cjs/app/observer/observer.js +2 -2
  7. package/cjs/app/sanitizer.d.ts +1 -0
  8. package/cjs/app/sanitizer.js +6 -4
  9. package/cjs/app/session.d.ts +4 -0
  10. package/cjs/app/session.js +18 -0
  11. package/cjs/common/interaction.d.ts +1 -0
  12. package/cjs/common/messages.gen.d.ts +12 -2
  13. package/cjs/index.d.ts +1 -0
  14. package/cjs/index.js +9 -1
  15. package/cjs/modules/attributeSender.d.ts +14 -0
  16. package/cjs/modules/attributeSender.js +44 -0
  17. package/cjs/modules/img.js +4 -4
  18. package/cjs/modules/tabs.d.ts +2 -0
  19. package/cjs/modules/tabs.js +13 -0
  20. package/cjs/utils.d.ts +1 -1
  21. package/cjs/utils.js +13 -11
  22. package/coverage/clover.xml +683 -620
  23. package/coverage/coverage-final.json +13 -12
  24. package/coverage/lcov-report/index.html +47 -47
  25. package/coverage/lcov-report/main/app/guards.ts.html +42 -42
  26. package/coverage/lcov-report/main/app/index.html +34 -34
  27. package/coverage/lcov-report/main/app/index.ts.html +62 -8
  28. package/coverage/lcov-report/main/app/logger.ts.html +1 -1
  29. package/coverage/lcov-report/main/app/messages.gen.ts.html +1 -1
  30. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
  31. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  32. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  33. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
  34. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  35. package/coverage/lcov-report/main/app/sanitizer.ts.html +98 -98
  36. package/coverage/lcov-report/main/app/session.ts.html +1 -1
  37. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  38. package/coverage/lcov-report/main/index.html +24 -24
  39. package/coverage/lcov-report/main/index.ts.html +126 -6
  40. package/coverage/lcov-report/main/modules/attributeSender.ts.html +217 -0
  41. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  42. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  43. package/coverage/lcov-report/main/modules/console.ts.html +1 -1
  44. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
  45. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  46. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  47. package/coverage/lcov-report/main/{app/nodes.ts.html → modules/featureFlags.ts.html} +124 -127
  48. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  50. package/coverage/lcov-report/main/modules/img.ts.html +6 -6
  51. package/coverage/lcov-report/main/modules/index.html +38 -8
  52. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  53. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  54. package/coverage/lcov-report/main/modules/network.ts.html +1 -1
  55. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  56. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  57. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  58. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  59. package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
  60. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  61. package/coverage/lcov-report/main/utils.ts.html +112 -112
  62. package/coverage/lcov-report/webworker/BatchWriter.ts.html +125 -176
  63. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +88 -88
  64. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +110 -110
  65. package/coverage/lcov-report/webworker/QueueSender.ts.html +140 -110
  66. package/coverage/lcov-report/webworker/index.html +56 -71
  67. package/coverage/lcov-report/webworker/index.ts.html +34 -10
  68. package/coverage/lcov.info +1232 -1092
  69. package/lib/app/index.d.ts +10 -0
  70. package/lib/app/index.js +57 -6
  71. package/lib/app/messages.gen.d.ts +2 -0
  72. package/lib/app/messages.gen.js +12 -0
  73. package/lib/app/observer/observer.js +3 -3
  74. package/lib/app/sanitizer.d.ts +1 -0
  75. package/lib/app/sanitizer.js +4 -3
  76. package/lib/app/session.d.ts +4 -0
  77. package/lib/app/session.js +18 -0
  78. package/lib/common/interaction.d.ts +1 -0
  79. package/lib/common/messages.gen.d.ts +12 -2
  80. package/lib/common/tsconfig.tsbuildinfo +1 -1
  81. package/lib/index.d.ts +1 -0
  82. package/lib/index.js +9 -1
  83. package/lib/modules/attributeSender.d.ts +14 -0
  84. package/lib/modules/attributeSender.js +39 -0
  85. package/lib/modules/img.js +5 -5
  86. package/lib/modules/tabs.d.ts +2 -0
  87. package/lib/modules/tabs.js +10 -0
  88. package/lib/utils.d.ts +1 -1
  89. package/lib/utils.js +11 -9
  90. package/package.json +5 -2
  91. package/coverage/lcov-report/main/app/observer/observer.ts.html +0 -1282
  92. package/coverage/lcov-report/main/vendors/finder/finder.ts.html +0 -1381
  93. package/coverage/lcov-report/main/vendors/finder/index.html +0 -116
  94. package/coverage/lcov-report/webworker/StringDictionary.ts.html +0 -124
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1685548288502" clover="3.2.0">
3
- <project timestamp="1685548288502" name="All files">
4
- <metrics statements="2329" coveredstatements="269" conditionals="1258" coveredconditionals="94" methods="481" coveredmethods="65" elements="4068" coveredelements="428" complexity="0" loc="2329" ncloc="2329" packages="5" files="37" classes="37"/>
2
+ <coverage generated="1686844155236" clover="3.2.0">
3
+ <project timestamp="1686844155236" name="All files">
4
+ <metrics statements="2389" coveredstatements="8" conditionals="1273" coveredconditionals="0" methods="509" coveredmethods="5" elements="4171" coveredelements="13" complexity="0" loc="2389" ncloc="2389" packages="5" files="38" classes="38"/>
5
5
  <package name="main">
6
- <metrics statements="196" coveredstatements="49" conditionals="94" coveredconditionals="19" methods="38" coveredmethods="12"/>
6
+ <metrics statements="212" coveredstatements="0" conditionals="97" coveredconditionals="0" methods="45" coveredmethods="0"/>
7
7
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/index.ts">
8
- <metrics statements="145" coveredstatements="0" conditionals="70" coveredconditionals="0" methods="24" coveredmethods="0"/>
8
+ <metrics statements="161" coveredstatements="0" conditionals="73" coveredconditionals="0" methods="31" coveredmethods="0"/>
9
9
  <line num="1" count="0" type="stmt"/>
10
10
  <line num="2" count="0" type="stmt"/>
11
11
  <line num="4" count="0" type="stmt"/>
@@ -30,38 +30,37 @@
30
30
  <line num="27" count="0" type="stmt"/>
31
31
  <line num="28" count="0" type="stmt"/>
32
32
  <line num="29" count="0" type="stmt"/>
33
- <line num="58" count="0" type="stmt"/>
34
- <line num="61" count="0" type="cond" truecount="0" falsecount="1"/>
35
- <line num="62" count="0" type="stmt"/>
36
- <line num="65" count="0" type="stmt"/>
37
- <line num="67" count="0" type="cond" truecount="0" falsecount="1"/>
38
- <line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
33
+ <line num="30" count="0" type="stmt"/>
34
+ <line num="59" count="0" type="stmt"/>
35
+ <line num="62" count="0" type="cond" truecount="0" falsecount="1"/>
36
+ <line num="63" count="0" type="stmt"/>
37
+ <line num="66" count="0" type="stmt"/>
38
+ <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
39
39
  <line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
40
- <line num="71" count="0" type="stmt"/>
41
- <line num="74" count="0" type="stmt"/>
42
- <line num="76" count="0" type="stmt"/>
40
+ <line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
41
+ <line num="72" count="0" type="stmt"/>
42
+ <line num="75" count="0" type="stmt"/>
43
43
  <line num="77" count="0" type="stmt"/>
44
- <line num="80" count="0" type="stmt"/>
44
+ <line num="78" count="0" type="stmt"/>
45
45
  <line num="81" count="0" type="stmt"/>
46
- <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
47
- <line num="85" count="0" type="stmt"/>
48
- <line num="87" count="0" type="stmt"/>
49
- <line num="90" count="0" type="stmt"/>
46
+ <line num="82" count="0" type="stmt"/>
47
+ <line num="85" count="0" type="cond" truecount="0" falsecount="1"/>
48
+ <line num="86" count="0" type="stmt"/>
49
+ <line num="88" count="0" type="stmt"/>
50
50
  <line num="91" count="0" type="stmt"/>
51
- <line num="92" count="0" type="stmt"/>
52
- <line num="93" count="0" type="cond" truecount="0" falsecount="3"/>
51
+ <line num="93" count="0" type="stmt"/>
53
52
  <line num="94" count="0" type="stmt"/>
54
- <line num="96" count="0" type="cond" truecount="0" falsecount="1"/>
55
- <line num="97" count="0" type="stmt"/>
56
- <line num="98" count="0" type="stmt"/>
57
- <line num="100" count="0" type="cond" truecount="0" falsecount="3"/>
58
- <line num="101" count="0" type="stmt"/>
59
- <line num="104" count="0" type="stmt"/>
60
- <line num="107" count="0" type="cond" truecount="0" falsecount="3"/>
61
- <line num="111" count="0" type="stmt"/>
62
- <line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
63
- <line num="124" count="0" type="stmt"/>
64
- <line num="125" count="0" type="stmt"/>
53
+ <line num="95" count="0" type="cond" truecount="0" falsecount="3"/>
54
+ <line num="96" count="0" type="stmt"/>
55
+ <line num="98" count="0" type="cond" truecount="0" falsecount="1"/>
56
+ <line num="99" count="0" type="stmt"/>
57
+ <line num="100" count="0" type="stmt"/>
58
+ <line num="102" count="0" type="cond" truecount="0" falsecount="3"/>
59
+ <line num="103" count="0" type="stmt"/>
60
+ <line num="106" count="0" type="stmt"/>
61
+ <line num="109" count="0" type="cond" truecount="0" falsecount="3"/>
62
+ <line num="113" count="0" type="stmt"/>
63
+ <line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
65
64
  <line num="126" count="0" type="stmt"/>
66
65
  <line num="127" count="0" type="stmt"/>
67
66
  <line num="128" count="0" type="stmt"/>
@@ -78,158 +77,175 @@
78
77
  <line num="139" count="0" type="stmt"/>
79
78
  <line num="140" count="0" type="stmt"/>
80
79
  <line num="141" count="0" type="stmt"/>
81
- <line num="143" count="0" type="cond" truecount="0" falsecount="1"/>
80
+ <line num="142" count="0" type="stmt"/>
81
+ <line num="143" count="0" type="stmt"/>
82
82
  <line num="144" count="0" type="stmt"/>
83
- <line num="145" count="0" type="stmt"/>
83
+ <line num="146" count="0" type="stmt"/>
84
84
  <line num="147" count="0" type="stmt"/>
85
- <line num="148" count="0" type="stmt"/>
86
- <line num="149" count="0" type="stmt"/>
85
+ <line num="149" count="0" type="cond" truecount="0" falsecount="1"/>
87
86
  <line num="150" count="0" type="stmt"/>
87
+ <line num="151" count="0" type="stmt"/>
88
88
  <line num="153" count="0" type="stmt"/>
89
89
  <line num="154" count="0" type="stmt"/>
90
- <line num="158" count="0" type="stmt"/>
91
- <line num="161" count="0" type="stmt"/>
92
- <line num="162" count="0" type="cond" truecount="0" falsecount="2"/>
93
- <line num="163" count="0" type="stmt"/>
94
- <line num="166" count="0" type="stmt"/>
95
- <line num="178" count="0" type="stmt"/>
96
- <line num="182" count="0" type="cond" truecount="0" falsecount="1"/>
97
- <line num="183" count="0" type="stmt"/>
98
- <line num="185" count="0" type="stmt"/>
99
- <line num="189" count="0" type="cond" truecount="0" falsecount="1"/>
100
- <line num="190" count="0" type="stmt"/>
101
- <line num="193" count="0" type="stmt"/>
102
- <line num="195" count="0" type="cond" truecount="0" falsecount="1"/>
90
+ <line num="155" count="0" type="stmt"/>
91
+ <line num="156" count="0" type="stmt"/>
92
+ <line num="159" count="0" type="stmt"/>
93
+ <line num="160" count="0" type="stmt"/>
94
+ <line num="164" count="0" type="stmt"/>
95
+ <line num="167" count="0" type="stmt"/>
96
+ <line num="168" count="0" type="cond" truecount="0" falsecount="2"/>
97
+ <line num="169" count="0" type="stmt"/>
98
+ <line num="172" count="0" type="stmt"/>
99
+ <line num="184" count="0" type="stmt"/>
100
+ <line num="188" count="0" type="stmt"/>
101
+ <line num="192" count="0" type="stmt"/>
103
102
  <line num="196" count="0" type="stmt"/>
104
- <line num="199" count="0" type="stmt"/>
105
- <line num="202" count="0" type="cond" truecount="0" falsecount="1"/>
103
+ <line num="200" count="0" type="cond" truecount="0" falsecount="1"/>
104
+ <line num="201" count="0" type="stmt"/>
106
105
  <line num="203" count="0" type="stmt"/>
107
- <line num="205" count="0" type="stmt"/>
108
- <line num="206" count="0" type="stmt"/>
109
- <line num="210" count="0" type="cond" truecount="0" falsecount="1"/>
106
+ <line num="207" count="0" type="cond" truecount="0" falsecount="1"/>
107
+ <line num="208" count="0" type="stmt"/>
110
108
  <line num="211" count="0" type="stmt"/>
111
- <line num="213" count="0" type="stmt"/>
112
- <line num="216" count="0" type="cond" truecount="0" falsecount="1"/>
109
+ <line num="213" count="0" type="cond" truecount="0" falsecount="1"/>
110
+ <line num="214" count="0" type="stmt"/>
113
111
  <line num="217" count="0" type="stmt"/>
114
- <line num="219" count="0" type="stmt"/>
112
+ <line num="221" count="0" type="cond" truecount="0" falsecount="1"/>
115
113
  <line num="222" count="0" type="stmt"/>
116
- <line num="223" count="0" type="stmt"/>
117
- <line num="227" count="0" type="cond" truecount="0" falsecount="1"/>
118
- <line num="228" count="0" type="stmt"/>
119
- <line num="230" count="0" type="stmt"/>
120
- <line num="234" count="0" type="cond" truecount="0" falsecount="3"/>
121
- <line num="235" count="0" type="stmt"/>
114
+ <line num="224" count="0" type="stmt"/>
115
+ <line num="228" count="0" type="cond" truecount="0" falsecount="1"/>
116
+ <line num="229" count="0" type="stmt"/>
117
+ <line num="231" count="0" type="stmt"/>
118
+ <line num="235" count="0" type="cond" truecount="0" falsecount="1"/>
119
+ <line num="236" count="0" type="stmt"/>
120
+ <line num="238" count="0" type="stmt"/>
122
121
  <line num="239" count="0" type="stmt"/>
123
- <line num="240" count="0" type="stmt"/>
124
- <line num="244" count="0" type="cond" truecount="0" falsecount="3"/>
125
- <line num="245" count="0" type="stmt"/>
126
- <line num="249" count="0" type="stmt"/>
122
+ <line num="243" count="0" type="cond" truecount="0" falsecount="1"/>
123
+ <line num="244" count="0" type="stmt"/>
124
+ <line num="246" count="0" type="stmt"/>
125
+ <line num="249" count="0" type="cond" truecount="0" falsecount="1"/>
127
126
  <line num="250" count="0" type="stmt"/>
128
- <line num="254" count="0" type="cond" truecount="0" falsecount="4"/>
129
- <line num="255" count="0" type="stmt"/>
127
+ <line num="252" count="0" type="stmt"/>
128
+ <line num="256" count="0" type="cond" truecount="0" falsecount="1"/>
129
+ <line num="257" count="0" type="stmt"/>
130
130
  <line num="259" count="0" type="stmt"/>
131
- <line num="260" count="0" type="stmt"/>
132
- <line num="264" count="0" type="cond" truecount="0" falsecount="3"/>
133
- <line num="265" count="0" type="cond" truecount="0" falsecount="2"/>
134
- <line num="266" count="0" type="stmt"/>
131
+ <line num="262" count="0" type="stmt"/>
132
+ <line num="263" count="0" type="stmt"/>
133
+ <line num="267" count="0" type="cond" truecount="0" falsecount="1"/>
135
134
  <line num="268" count="0" type="stmt"/>
136
- <line num="269" count="0" type="stmt"/>
137
- <line num="271" count="0" type="stmt"/>
138
- <line num="273" count="0" type="stmt"/>
139
- <line num="279" count="0" type="cond" truecount="0" falsecount="3"/>
135
+ <line num="270" count="0" type="stmt"/>
136
+ <line num="274" count="0" type="cond" truecount="0" falsecount="3"/>
137
+ <line num="275" count="0" type="stmt"/>
138
+ <line num="279" count="0" type="stmt"/>
140
139
  <line num="280" count="0" type="stmt"/>
141
- <line num="281" count="0" type="stmt"/>
142
- <line num="283" count="0" type="stmt"/>
140
+ <line num="284" count="0" type="cond" truecount="0" falsecount="3"/>
143
141
  <line num="285" count="0" type="stmt"/>
144
142
  <line num="289" count="0" type="stmt"/>
145
- <line num="293" count="0" type="cond" truecount="0" falsecount="1"/>
146
- <line num="294" count="0" type="stmt"/>
147
- <line num="296" count="0" type="cond" truecount="0" falsecount="2"/>
148
- <line num="297" count="0" type="stmt"/>
149
- <line num="298" count="0" type="stmt"/>
150
- <line num="299" count="0" type="cond" truecount="0" falsecount="1"/>
151
- <line num="303" count="0" type="stmt"/>
152
- <line num="304" count="0" type="cond" truecount="0" falsecount="1"/>
153
- <line num="305" count="0" type="stmt"/>
143
+ <line num="290" count="0" type="stmt"/>
144
+ <line num="294" count="0" type="cond" truecount="0" falsecount="4"/>
145
+ <line num="295" count="0" type="stmt"/>
146
+ <line num="299" count="0" type="stmt"/>
147
+ <line num="300" count="0" type="stmt"/>
148
+ <line num="304" count="0" type="cond" truecount="0" falsecount="3"/>
149
+ <line num="305" count="0" type="cond" truecount="0" falsecount="2"/>
150
+ <line num="306" count="0" type="stmt"/>
151
+ <line num="308" count="0" type="stmt"/>
152
+ <line num="309" count="0" type="stmt"/>
153
+ <line num="311" count="0" type="stmt"/>
154
+ <line num="313" count="0" type="stmt"/>
155
+ <line num="319" count="0" type="cond" truecount="0" falsecount="3"/>
156
+ <line num="320" count="0" type="stmt"/>
157
+ <line num="321" count="0" type="stmt"/>
158
+ <line num="323" count="0" type="stmt"/>
159
+ <line num="325" count="0" type="stmt"/>
160
+ <line num="329" count="0" type="stmt"/>
161
+ <line num="333" count="0" type="cond" truecount="0" falsecount="1"/>
162
+ <line num="334" count="0" type="stmt"/>
163
+ <line num="336" count="0" type="cond" truecount="0" falsecount="2"/>
164
+ <line num="337" count="0" type="stmt"/>
165
+ <line num="338" count="0" type="stmt"/>
166
+ <line num="339" count="0" type="cond" truecount="0" falsecount="1"/>
167
+ <line num="343" count="0" type="stmt"/>
168
+ <line num="344" count="0" type="cond" truecount="0" falsecount="1"/>
169
+ <line num="345" count="0" type="stmt"/>
154
170
  </file>
155
171
  <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
156
- <metrics statements="51" coveredstatements="49" conditionals="24" coveredconditionals="19" methods="14" coveredmethods="12"/>
157
- <line num="1" count="2" type="stmt"/>
158
- <line num="3" count="2" type="stmt"/>
159
- <line num="5" count="2" type="cond" truecount="2" falsecount="0"/>
160
- <line num="7" count="2" type="stmt"/>
161
- <line num="12" count="2" type="cond" truecount="1" falsecount="1"/>
162
- <line num="13" count="2" type="stmt"/>
163
- <line num="14" count="2" type="stmt"/>
164
- <line num="16" count="2" type="stmt"/>
165
- <line num="17" count="1" type="stmt"/>
166
- <line num="19" count="2" type="stmt"/>
167
- <line num="21" count="1" type="stmt"/>
172
+ <metrics statements="51" coveredstatements="0" conditionals="24" coveredconditionals="0" methods="14" coveredmethods="0"/>
173
+ <line num="1" count="0" type="stmt"/>
174
+ <line num="3" count="0" type="stmt"/>
175
+ <line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
176
+ <line num="7" count="0" type="stmt"/>
177
+ <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
178
+ <line num="13" count="0" type="stmt"/>
179
+ <line num="14" count="0" type="stmt"/>
180
+ <line num="16" count="0" type="stmt"/>
181
+ <line num="17" count="0" type="stmt"/>
182
+ <line num="19" count="0" type="stmt"/>
183
+ <line num="21" count="0" type="stmt"/>
168
184
  <line num="22" count="0" type="stmt"/>
169
- <line num="24" count="2" type="stmt"/>
170
- <line num="26" count="5" type="stmt"/>
185
+ <line num="24" count="0" type="stmt"/>
186
+ <line num="26" count="0" type="stmt"/>
171
187
  <line num="27" count="0" type="stmt"/>
172
- <line num="29" count="2" type="stmt"/>
173
- <line num="30" count="2" type="stmt"/>
174
- <line num="34" count="2" type="stmt"/>
175
- <line num="35" count="4" type="cond" truecount="2" falsecount="0"/>
176
- <line num="40" count="2" type="stmt"/>
177
- <line num="42" count="2" type="stmt"/>
178
- <line num="43" count="2" type="cond" truecount="1" falsecount="0"/>
179
- <line num="44" count="5" type="cond" truecount="1" falsecount="0"/>
180
- <line num="45" count="1" type="stmt"/>
181
- <line num="47" count="4" type="stmt"/>
182
- <line num="52" count="4" type="stmt"/>
183
- <line num="55" count="2" type="stmt"/>
184
- <line num="56" count="3" type="stmt"/>
185
- <line num="57" count="3" type="cond" truecount="1" falsecount="0"/>
186
- <line num="58" count="1" type="stmt"/>
187
- <line num="60" count="2" type="stmt"/>
188
- <line num="61" count="2" type="cond" truecount="1" falsecount="0"/>
189
- <line num="62" count="1" type="stmt"/>
190
- <line num="64" count="2" type="stmt"/>
191
- <line num="67" count="2" type="stmt"/>
192
- <line num="68" count="26" type="stmt"/>
193
- <line num="69" count="26" type="cond" truecount="1" falsecount="0"/>
194
- <line num="71" count="3" type="cond" truecount="1" falsecount="0"/>
195
- <line num="72" count="1" type="stmt"/>
196
- <line num="79" count="3" type="stmt"/>
197
- <line num="82" count="23" type="stmt"/>
198
- <line num="88" count="2" type="stmt"/>
199
- <line num="89" count="2" type="stmt"/>
200
- <line num="90" count="2" type="stmt"/>
201
- <line num="92" count="1" type="stmt"/>
202
- <line num="97" count="25" type="stmt"/>
203
- <line num="100" count="2" type="stmt"/>
204
- <line num="101" count="2" type="cond" truecount="2" falsecount="0"/>
205
- <line num="104" count="2" type="cond" truecount="1" falsecount="1"/>
206
- <line num="105" count="2" type="stmt"/>
207
- <line num="106" count="2" type="stmt"/>
188
+ <line num="29" count="0" type="stmt"/>
189
+ <line num="30" count="0" type="stmt"/>
190
+ <line num="34" count="0" type="stmt"/>
191
+ <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
192
+ <line num="40" count="0" type="stmt"/>
193
+ <line num="42" count="0" type="stmt"/>
194
+ <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
195
+ <line num="44" count="0" type="cond" truecount="0" falsecount="1"/>
196
+ <line num="45" count="0" type="stmt"/>
197
+ <line num="47" count="0" type="stmt"/>
198
+ <line num="52" count="0" type="stmt"/>
199
+ <line num="55" count="0" type="stmt"/>
200
+ <line num="56" count="0" type="stmt"/>
201
+ <line num="57" count="0" type="cond" truecount="0" falsecount="1"/>
202
+ <line num="58" count="0" type="stmt"/>
203
+ <line num="60" count="0" type="stmt"/>
204
+ <line num="61" count="0" type="cond" truecount="0" falsecount="1"/>
205
+ <line num="62" count="0" type="stmt"/>
206
+ <line num="64" count="0" type="stmt"/>
207
+ <line num="67" count="0" type="stmt"/>
208
+ <line num="68" count="0" type="stmt"/>
209
+ <line num="69" count="0" type="cond" truecount="0" falsecount="1"/>
210
+ <line num="71" count="0" type="cond" truecount="0" falsecount="1"/>
211
+ <line num="72" count="0" type="stmt"/>
212
+ <line num="79" count="0" type="stmt"/>
213
+ <line num="82" count="0" type="stmt"/>
214
+ <line num="88" count="0" type="stmt"/>
215
+ <line num="89" count="0" type="stmt"/>
216
+ <line num="90" count="0" type="stmt"/>
217
+ <line num="92" count="0" type="stmt"/>
218
+ <line num="97" count="0" type="stmt"/>
219
+ <line num="100" count="0" type="stmt"/>
220
+ <line num="101" count="0" type="cond" truecount="0" falsecount="2"/>
221
+ <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
222
+ <line num="105" count="0" type="stmt"/>
223
+ <line num="106" count="0" type="stmt"/>
208
224
  </file>
209
225
  </package>
210
226
  <package name="main.app">
211
- <metrics statements="551" coveredstatements="57" conditionals="217" coveredconditionals="25" methods="170" coveredmethods="18"/>
227
+ <metrics statements="558" coveredstatements="0" conditionals="217" coveredconditionals="0" methods="173" coveredmethods="0"/>
212
228
  <file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
213
- <metrics statements="16" coveredstatements="16" conditionals="4" coveredconditionals="4" methods="8" coveredmethods="8"/>
214
- <line num="2" count="2" type="stmt"/>
215
- <line num="3" count="2" type="cond" truecount="2" falsecount="0"/>
216
- <line num="6" count="2" type="stmt"/>
217
- <line num="7" count="2" type="stmt"/>
218
- <line num="10" count="2" type="stmt"/>
219
- <line num="11" count="17" type="stmt"/>
220
- <line num="14" count="2" type="stmt"/>
221
- <line num="15" count="2" type="stmt"/>
222
- <line num="18" count="2" type="stmt"/>
223
- <line num="19" count="2" type="stmt"/>
224
- <line num="22" count="2" type="stmt"/>
225
- <line num="23" count="2" type="stmt"/>
226
- <line num="26" count="2" type="stmt"/>
227
- <line num="27" count="3" type="cond" truecount="2" falsecount="0"/>
228
- <line num="42" count="2" type="stmt"/>
229
- <line num="47" count="2" type="stmt"/>
229
+ <metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
230
+ <line num="2" count="0" type="stmt"/>
231
+ <line num="3" count="0" type="cond" truecount="0" falsecount="2"/>
232
+ <line num="6" count="0" type="stmt"/>
233
+ <line num="7" count="0" type="stmt"/>
234
+ <line num="10" count="0" type="stmt"/>
235
+ <line num="11" count="0" type="stmt"/>
236
+ <line num="14" count="0" type="stmt"/>
237
+ <line num="15" count="0" type="stmt"/>
238
+ <line num="18" count="0" type="stmt"/>
239
+ <line num="19" count="0" type="stmt"/>
240
+ <line num="22" count="0" type="stmt"/>
241
+ <line num="23" count="0" type="stmt"/>
242
+ <line num="26" count="0" type="stmt"/>
243
+ <line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
244
+ <line num="42" count="0" type="stmt"/>
245
+ <line num="47" count="0" type="stmt"/>
230
246
  </file>
231
247
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
232
- <metrics statements="258" coveredstatements="0" conditionals="146" coveredconditionals="0" methods="53" coveredmethods="0"/>
248
+ <metrics statements="265" coveredstatements="0" conditionals="146" coveredconditionals="0" methods="56" coveredmethods="0"/>
233
249
  <line num="2" count="0" type="stmt"/>
234
250
  <line num="3" count="0" type="stmt"/>
235
251
  <line num="4" count="0" type="stmt"/>
@@ -240,6 +256,7 @@
240
256
  <line num="9" count="0" type="stmt"/>
241
257
  <line num="10" count="0" type="stmt"/>
242
258
  <line num="11" count="0" type="stmt"/>
259
+ <line num="12" count="0" type="stmt"/>
243
260
  <line num="42" count="0" type="stmt"/>
244
261
  <line num="43" count="0" type="stmt"/>
245
262
  <line num="55" count="0" type="stmt"/>
@@ -257,237 +274,243 @@
257
274
  <line num="115" count="0" type="stmt"/>
258
275
  <line num="116" count="0" type="stmt"/>
259
276
  <line num="118" count="0" type="stmt"/>
260
- <line num="119" count="0" type="stmt"/>
261
277
  <line num="120" count="0" type="stmt"/>
262
- <line num="127" count="0" type="stmt"/>
263
- <line num="128" count="0" type="stmt"/>
264
- <line num="129" count="0" type="stmt"/>
265
- <line num="150" count="0" type="stmt"/>
266
- <line num="151" count="0" type="cond" truecount="0" falsecount="4"/>
267
- <line num="152" count="0" type="cond" truecount="0" falsecount="4"/>
278
+ <line num="121" count="0" type="stmt"/>
279
+ <line num="122" count="0" type="stmt"/>
280
+ <line num="130" count="0" type="stmt"/>
281
+ <line num="131" count="0" type="stmt"/>
282
+ <line num="132" count="0" type="stmt"/>
268
283
  <line num="153" count="0" type="stmt"/>
269
- <line num="154" count="0" type="stmt"/>
270
- <line num="155" count="0" type="stmt"/>
284
+ <line num="154" count="0" type="cond" truecount="0" falsecount="4"/>
285
+ <line num="155" count="0" type="cond" truecount="0" falsecount="4"/>
271
286
  <line num="156" count="0" type="stmt"/>
272
287
  <line num="157" count="0" type="stmt"/>
273
288
  <line num="158" count="0" type="stmt"/>
274
- <line num="159" count="0" type="cond" truecount="0" falsecount="2"/>
289
+ <line num="159" count="0" type="stmt"/>
275
290
  <line num="160" count="0" type="stmt"/>
276
291
  <line num="161" count="0" type="stmt"/>
277
- <line num="162" count="0" type="cond" truecount="0" falsecount="1"/>
292
+ <line num="162" count="0" type="cond" truecount="0" falsecount="2"/>
293
+ <line num="163" count="0" type="stmt"/>
278
294
  <line num="164" count="0" type="stmt"/>
295
+ <line num="165" count="0" type="stmt"/>
279
296
  <line num="166" count="0" type="cond" truecount="0" falsecount="1"/>
280
- <line num="167" count="0" type="stmt"/>
281
- <line num="172" count="0" type="cond" truecount="0" falsecount="1"/>
282
- <line num="173" count="0" type="stmt"/>
283
- <line num="176" count="0" type="stmt"/>
297
+ <line num="168" count="0" type="stmt"/>
298
+ <line num="170" count="0" type="cond" truecount="0" falsecount="1"/>
299
+ <line num="171" count="0" type="stmt"/>
300
+ <line num="176" count="0" type="cond" truecount="0" falsecount="1"/>
284
301
  <line num="177" count="0" type="stmt"/>
285
302
  <line num="180" count="0" type="stmt"/>
286
303
  <line num="181" count="0" type="stmt"/>
287
- <line num="183" count="0" type="stmt"/>
288
- <line num="184" count="0" type="cond" truecount="0" falsecount="2"/>
304
+ <line num="184" count="0" type="stmt"/>
289
305
  <line num="185" count="0" type="stmt"/>
290
- <line num="186" count="0" type="stmt"/>
291
- <line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
292
- <line num="188" count="0" type="stmt"/>
293
- <line num="189" count="0" type="cond" truecount="0" falsecount="2"/>
306
+ <line num="187" count="0" type="stmt"/>
307
+ <line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
308
+ <line num="189" count="0" type="stmt"/>
294
309
  <line num="190" count="0" type="stmt"/>
295
- <line num="191" count="0" type="stmt"/>
296
- <line num="192" count="0" type="cond" truecount="0" falsecount="1"/>
297
- <line num="193" count="0" type="stmt"/>
310
+ <line num="191" count="0" type="cond" truecount="0" falsecount="2"/>
311
+ <line num="192" count="0" type="stmt"/>
312
+ <line num="193" count="0" type="cond" truecount="0" falsecount="2"/>
298
313
  <line num="194" count="0" type="stmt"/>
299
- <line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
300
- <line num="196" count="0" type="stmt"/>
301
- <line num="197" count="0" type="cond" truecount="0" falsecount="1"/>
314
+ <line num="195" count="0" type="stmt"/>
315
+ <line num="196" count="0" type="cond" truecount="0" falsecount="1"/>
316
+ <line num="197" count="0" type="stmt"/>
302
317
  <line num="198" count="0" type="stmt"/>
303
- <line num="199" count="0" type="stmt"/>
304
- <line num="200" count="0" type="cond" truecount="0" falsecount="1"/>
305
- <line num="201" count="0" type="stmt"/>
318
+ <line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
319
+ <line num="200" count="0" type="stmt"/>
320
+ <line num="201" count="0" type="cond" truecount="0" falsecount="1"/>
306
321
  <line num="202" count="0" type="stmt"/>
307
- <line num="206" count="0" type="cond" truecount="0" falsecount="4"/>
308
- <line num="209" count="0" type="cond" truecount="0" falsecount="4"/>
309
- <line num="213" count="0" type="stmt"/>
310
- <line num="214" count="0" type="cond" truecount="0" falsecount="1"/>
311
- <line num="215" count="0" type="stmt"/>
322
+ <line num="203" count="0" type="stmt"/>
323
+ <line num="204" count="0" type="cond" truecount="0" falsecount="1"/>
324
+ <line num="205" count="0" type="stmt"/>
325
+ <line num="206" count="0" type="stmt"/>
326
+ <line num="210" count="0" type="cond" truecount="0" falsecount="4"/>
327
+ <line num="213" count="0" type="cond" truecount="0" falsecount="4"/>
328
+ <line num="217" count="0" type="stmt"/>
329
+ <line num="218" count="0" type="cond" truecount="0" falsecount="1"/>
312
330
  <line num="219" count="0" type="stmt"/>
313
- <line num="220" count="0" type="stmt"/>
314
- <line num="222" count="0" type="stmt"/>
331
+ <line num="223" count="0" type="stmt"/>
315
332
  <line num="224" count="0" type="stmt"/>
316
- <line num="227" count="0" type="stmt"/>
317
- <line num="229" count="0" type="cond" truecount="0" falsecount="3"/>
318
- <line num="230" count="0" type="stmt"/>
319
- <line num="233" count="0" type="stmt"/>
320
- <line num="234" count="0" type="cond" truecount="0" falsecount="1"/>
321
- <line num="235" count="0" type="cond" truecount="0" falsecount="1"/>
322
- <line num="236" count="0" type="stmt"/>
333
+ <line num="226" count="0" type="stmt"/>
334
+ <line num="228" count="0" type="stmt"/>
335
+ <line num="231" count="0" type="stmt"/>
336
+ <line num="233" count="0" type="cond" truecount="0" falsecount="3"/>
337
+ <line num="234" count="0" type="stmt"/>
323
338
  <line num="237" count="0" type="stmt"/>
339
+ <line num="238" count="0" type="cond" truecount="0" falsecount="1"/>
324
340
  <line num="239" count="0" type="cond" truecount="0" falsecount="1"/>
325
341
  <line num="240" count="0" type="stmt"/>
326
- <line num="241" count="0" type="cond" truecount="0" falsecount="1"/>
327
- <line num="242" count="0" type="stmt"/>
328
- <line num="253" count="0" type="cond" truecount="0" falsecount="1"/>
329
- <line num="254" count="0" type="stmt"/>
330
- <line num="264" count="0" type="stmt"/>
331
- <line num="267" count="0" type="stmt"/>
332
- <line num="269" count="0" type="cond" truecount="0" falsecount="1"/>
333
- <line num="270" count="0" type="stmt"/>
342
+ <line num="241" count="0" type="stmt"/>
343
+ <line num="243" count="0" type="cond" truecount="0" falsecount="1"/>
344
+ <line num="244" count="0" type="stmt"/>
345
+ <line num="245" count="0" type="cond" truecount="0" falsecount="1"/>
346
+ <line num="246" count="0" type="stmt"/>
347
+ <line num="257" count="0" type="cond" truecount="0" falsecount="1"/>
348
+ <line num="258" count="0" type="stmt"/>
349
+ <line num="268" count="0" type="stmt"/>
350
+ <line num="271" count="0" type="stmt"/>
334
351
  <line num="273" count="0" type="cond" truecount="0" falsecount="1"/>
335
352
  <line num="274" count="0" type="stmt"/>
336
- <line num="275" count="0" type="stmt"/>
337
- <line num="276" count="0" type="stmt"/>
338
- <line num="278" count="0" type="cond" truecount="0" falsecount="3"/>
353
+ <line num="277" count="0" type="cond" truecount="0" falsecount="1"/>
354
+ <line num="278" count="0" type="stmt"/>
339
355
  <line num="279" count="0" type="stmt"/>
356
+ <line num="280" count="0" type="stmt"/>
357
+ <line num="282" count="0" type="cond" truecount="0" falsecount="3"/>
340
358
  <line num="283" count="0" type="stmt"/>
341
- <line num="289" count="0" type="cond" truecount="0" falsecount="3"/>
342
- <line num="290" count="0" type="stmt"/>
343
- <line num="294" count="0" type="cond" truecount="0" falsecount="3"/>
344
- <line num="295" count="0" type="stmt"/>
345
- <line num="296" count="0" type="stmt"/>
346
- <line num="297" count="0" type="stmt"/>
347
- <line num="298" count="0" type="stmt"/>
359
+ <line num="287" count="0" type="stmt"/>
360
+ <line num="293" count="0" type="cond" truecount="0" falsecount="3"/>
361
+ <line num="294" count="0" type="stmt"/>
362
+ <line num="298" count="0" type="cond" truecount="0" falsecount="3"/>
348
363
  <line num="299" count="0" type="stmt"/>
364
+ <line num="300" count="0" type="stmt"/>
365
+ <line num="301" count="0" type="stmt"/>
366
+ <line num="302" count="0" type="stmt"/>
349
367
  <line num="303" count="0" type="stmt"/>
350
- <line num="305" count="0" type="stmt"/>
368
+ <line num="307" count="0" type="stmt"/>
351
369
  <line num="309" count="0" type="stmt"/>
352
- <line num="310" count="0" type="stmt"/>
353
- <line num="311" count="0" type="stmt"/>
354
- <line num="312" count="0" type="stmt"/>
370
+ <line num="313" count="0" type="stmt"/>
355
371
  <line num="314" count="0" type="stmt"/>
356
- <line num="324" count="0" type="stmt"/>
357
- <line num="327" count="0" type="cond" truecount="0" falsecount="1"/>
372
+ <line num="315" count="0" type="stmt"/>
373
+ <line num="316" count="0" type="stmt"/>
374
+ <line num="318" count="0" type="stmt"/>
358
375
  <line num="328" count="0" type="stmt"/>
359
- <line num="330" count="0" type="stmt"/>
360
- <line num="333" count="0" type="cond" truecount="0" falsecount="1"/>
376
+ <line num="331" count="0" type="cond" truecount="0" falsecount="1"/>
377
+ <line num="332" count="0" type="stmt"/>
361
378
  <line num="334" count="0" type="stmt"/>
362
- <line num="336" count="0" type="stmt"/>
363
- <line num="346" count="0" type="cond" truecount="0" falsecount="1"/>
364
- <line num="347" count="0" type="stmt"/>
365
- <line num="349" count="0" type="cond" truecount="0" falsecount="4"/>
366
- <line num="350" count="0" type="cond" truecount="0" falsecount="4"/>
367
- <line num="355" count="0" type="stmt"/>
368
- <line num="356" count="0" type="stmt"/>
369
- <line num="357" count="0" type="stmt"/>
370
- <line num="358" count="0" type="cond" truecount="0" falsecount="3"/>
379
+ <line num="337" count="0" type="cond" truecount="0" falsecount="1"/>
380
+ <line num="338" count="0" type="stmt"/>
381
+ <line num="340" count="0" type="stmt"/>
382
+ <line num="350" count="0" type="cond" truecount="0" falsecount="1"/>
383
+ <line num="351" count="0" type="stmt"/>
384
+ <line num="353" count="0" type="cond" truecount="0" falsecount="4"/>
385
+ <line num="354" count="0" type="cond" truecount="0" falsecount="4"/>
371
386
  <line num="359" count="0" type="stmt"/>
372
- <line num="361" count="0" type="cond" truecount="0" falsecount="1"/>
373
- <line num="362" count="0" type="stmt"/>
374
- <line num="364" count="0" type="cond" truecount="0" falsecount="1"/>
375
- <line num="365" count="0" type="stmt"/>
376
- <line num="368" count="0" type="stmt"/>
387
+ <line num="360" count="0" type="stmt"/>
388
+ <line num="361" count="0" type="stmt"/>
389
+ <line num="362" count="0" type="cond" truecount="0" falsecount="3"/>
390
+ <line num="363" count="0" type="stmt"/>
391
+ <line num="365" count="0" type="cond" truecount="0" falsecount="1"/>
392
+ <line num="366" count="0" type="stmt"/>
393
+ <line num="368" count="0" type="cond" truecount="0" falsecount="1"/>
394
+ <line num="369" count="0" type="stmt"/>
377
395
  <line num="372" count="0" type="stmt"/>
378
- <line num="381" count="0" type="stmt"/>
379
- <line num="387" count="0" type="stmt"/>
380
- <line num="390" count="0" type="cond" truecount="0" falsecount="2"/>
381
- <line num="394" count="0" type="stmt"/>
382
- <line num="395" count="0" type="cond" truecount="0" falsecount="3"/>
383
- <line num="396" count="0" type="stmt"/>
384
- <line num="397" count="0" type="stmt"/>
385
- <line num="399" count="0" type="stmt"/>
396
+ <line num="376" count="0" type="stmt"/>
397
+ <line num="385" count="0" type="stmt"/>
398
+ <line num="391" count="0" type="stmt"/>
399
+ <line num="394" count="0" type="cond" truecount="0" falsecount="2"/>
400
+ <line num="398" count="0" type="stmt"/>
401
+ <line num="399" count="0" type="cond" truecount="0" falsecount="3"/>
386
402
  <line num="400" count="0" type="stmt"/>
387
- <line num="402" count="0" type="cond" truecount="0" falsecount="2"/>
403
+ <line num="401" count="0" type="stmt"/>
404
+ <line num="403" count="0" type="stmt"/>
388
405
  <line num="404" count="0" type="stmt"/>
389
- <line num="406" count="0" type="cond" truecount="0" falsecount="5"/>
390
- <line num="407" count="0" type="stmt"/>
406
+ <line num="406" count="0" type="cond" truecount="0" falsecount="2"/>
391
407
  <line num="408" count="0" type="stmt"/>
408
+ <line num="410" count="0" type="cond" truecount="0" falsecount="5"/>
392
409
  <line num="411" count="0" type="stmt"/>
410
+ <line num="412" count="0" type="stmt"/>
393
411
  <line num="415" count="0" type="stmt"/>
394
- <line num="418" count="0" type="stmt"/>
395
- <line num="421" count="0" type="cond" truecount="0" falsecount="2"/>
412
+ <line num="419" count="0" type="stmt"/>
396
413
  <line num="422" count="0" type="stmt"/>
397
- <line num="423" count="0" type="cond" truecount="0" falsecount="1"/>
398
- <line num="426" count="0" type="cond" truecount="0" falsecount="1"/>
399
- <line num="427" count="0" type="stmt"/>
400
- <line num="430" count="0" type="stmt"/>
401
- <line num="436" count="0" type="stmt"/>
402
- <line num="437" count="0" type="stmt"/>
403
- <line num="438" count="0" type="stmt"/>
404
- <line num="439" count="0" type="stmt"/>
414
+ <line num="425" count="0" type="cond" truecount="0" falsecount="2"/>
415
+ <line num="426" count="0" type="stmt"/>
416
+ <line num="427" count="0" type="cond" truecount="0" falsecount="1"/>
417
+ <line num="430" count="0" type="cond" truecount="0" falsecount="1"/>
418
+ <line num="431" count="0" type="stmt"/>
419
+ <line num="434" count="0" type="stmt"/>
420
+ <line num="440" count="0" type="stmt"/>
421
+ <line num="441" count="0" type="stmt"/>
422
+ <line num="442" count="0" type="stmt"/>
405
423
  <line num="443" count="0" type="stmt"/>
406
424
  <line num="447" count="0" type="stmt"/>
407
- <line num="451" count="0" type="cond" truecount="0" falsecount="2"/>
408
- <line num="452" count="0" type="stmt"/>
409
- <line num="454" count="0" type="stmt"/>
410
- <line num="459" count="0" type="cond" truecount="0" falsecount="1"/>
411
- <line num="460" count="0" type="stmt"/>
412
- <line num="462" count="0" type="cond" truecount="0" falsecount="1"/>
413
- <line num="463" count="0" type="stmt"/>
414
- <line num="469" count="0" type="stmt"/>
415
- <line num="470" count="0" type="stmt"/>
416
- <line num="472" count="0" type="cond" truecount="0" falsecount="1"/>
417
- <line num="473" count="0" type="stmt"/>
418
- <line num="475" count="0" type="cond" truecount="0" falsecount="1"/>
419
- <line num="477" count="0" type="stmt"/>
420
- <line num="479" count="0" type="stmt"/>
425
+ <line num="451" count="0" type="stmt"/>
426
+ <line num="455" count="0" type="stmt"/>
427
+ <line num="459" count="0" type="stmt"/>
428
+ <line num="463" count="0" type="cond" truecount="0" falsecount="2"/>
429
+ <line num="464" count="0" type="stmt"/>
430
+ <line num="466" count="0" type="stmt"/>
431
+ <line num="471" count="0" type="cond" truecount="0" falsecount="1"/>
432
+ <line num="472" count="0" type="stmt"/>
433
+ <line num="474" count="0" type="cond" truecount="0" falsecount="1"/>
434
+ <line num="475" count="0" type="stmt"/>
435
+ <line num="481" count="0" type="stmt"/>
436
+ <line num="482" count="0" type="stmt"/>
437
+ <line num="484" count="0" type="cond" truecount="0" falsecount="1"/>
421
438
  <line num="485" count="0" type="stmt"/>
422
- <line num="486" count="0" type="stmt"/>
439
+ <line num="487" count="0" type="cond" truecount="0" falsecount="1"/>
440
+ <line num="489" count="0" type="stmt"/>
441
+ <line num="491" count="0" type="stmt"/>
423
442
  <line num="497" count="0" type="stmt"/>
424
443
  <line num="498" count="0" type="stmt"/>
425
- <line num="499" count="0" type="cond" truecount="0" falsecount="3"/>
426
- <line num="500" count="0" type="stmt"/>
427
- <line num="501" count="0" type="cond" truecount="0" falsecount="2"/>
428
- <line num="503" count="0" type="stmt"/>
429
- <line num="504" count="0" type="stmt"/>
430
- <line num="520" count="0" type="cond" truecount="0" falsecount="2"/>
431
- <line num="521" count="0" type="stmt"/>
432
- <line num="523" count="0" type="stmt"/>
433
- <line num="526" count="0" type="cond" truecount="0" falsecount="2"/>
434
- <line num="533" count="0" type="cond" truecount="0" falsecount="1"/>
435
- <line num="534" count="0" type="stmt"/>
436
- <line num="536" count="0" type="cond" truecount="0" falsecount="1"/>
437
- <line num="537" count="0" type="stmt"/>
438
- <line num="548" count="0" type="stmt"/>
439
- <line num="549" count="0" type="cond" truecount="0" falsecount="1"/>
440
- <line num="557" count="0" type="stmt"/>
441
- <line num="559" count="0" type="stmt"/>
444
+ <line num="509" count="0" type="stmt"/>
445
+ <line num="510" count="0" type="stmt"/>
446
+ <line num="511" count="0" type="cond" truecount="0" falsecount="3"/>
447
+ <line num="512" count="0" type="stmt"/>
448
+ <line num="513" count="0" type="cond" truecount="0" falsecount="2"/>
449
+ <line num="515" count="0" type="stmt"/>
450
+ <line num="516" count="0" type="stmt"/>
451
+ <line num="532" count="0" type="cond" truecount="0" falsecount="2"/>
452
+ <line num="533" count="0" type="stmt"/>
453
+ <line num="535" count="0" type="stmt"/>
454
+ <line num="538" count="0" type="cond" truecount="0" falsecount="2"/>
455
+ <line num="545" count="0" type="cond" truecount="0" falsecount="1"/>
456
+ <line num="546" count="0" type="stmt"/>
457
+ <line num="548" count="0" type="cond" truecount="0" falsecount="1"/>
458
+ <line num="549" count="0" type="stmt"/>
442
459
  <line num="560" count="0" type="stmt"/>
443
- <line num="561" count="0" type="stmt"/>
444
- <line num="566" count="0" type="cond" truecount="0" falsecount="3"/>
445
- <line num="567" count="0" type="stmt"/>
446
- <line num="569" count="0" type="stmt"/>
460
+ <line num="562" count="0" type="cond" truecount="0" falsecount="1"/>
461
+ <line num="570" count="0" type="stmt"/>
447
462
  <line num="572" count="0" type="stmt"/>
448
463
  <line num="573" count="0" type="stmt"/>
449
- <line num="575" count="0" type="stmt"/>
450
- <line num="577" count="0" type="stmt"/>
451
- <line num="583" count="0" type="stmt"/>
464
+ <line num="574" count="0" type="stmt"/>
465
+ <line num="579" count="0" type="cond" truecount="0" falsecount="3"/>
466
+ <line num="580" count="0" type="stmt"/>
467
+ <line num="582" count="0" type="stmt"/>
452
468
  <line num="585" count="0" type="stmt"/>
469
+ <line num="586" count="0" type="stmt"/>
453
470
  <line num="588" count="0" type="stmt"/>
454
- <line num="589" count="0" type="stmt"/>
455
471
  <line num="590" count="0" type="stmt"/>
456
- <line num="591" count="0" type="stmt"/>
457
- <line num="593" count="0" type="stmt"/>
458
- <line num="595" count="0" type="cond" truecount="0" falsecount="1"/>
459
472
  <line num="596" count="0" type="stmt"/>
460
473
  <line num="598" count="0" type="stmt"/>
461
- <line num="599" count="0" type="stmt"/>
474
+ <line num="601" count="0" type="stmt"/>
462
475
  <line num="602" count="0" type="stmt"/>
463
476
  <line num="603" count="0" type="stmt"/>
464
- <line num="604" count="0" type="cond" truecount="0" falsecount="1"/>
465
- <line num="605" count="0" type="stmt"/>
466
- <line num="608" count="0" type="stmt"/>
477
+ <line num="604" count="0" type="stmt"/>
478
+ <line num="606" count="0" type="stmt"/>
479
+ <line num="608" count="0" type="cond" truecount="0" falsecount="1"/>
467
480
  <line num="609" count="0" type="stmt"/>
468
- <line num="610" count="0" type="stmt"/>
469
- <line num="619" count="0" type="cond" truecount="0" falsecount="2"/>
470
- <line num="620" count="0" type="stmt"/>
481
+ <line num="611" count="0" type="stmt"/>
482
+ <line num="612" count="0" type="stmt"/>
483
+ <line num="615" count="0" type="stmt"/>
484
+ <line num="616" count="0" type="stmt"/>
485
+ <line num="617" count="0" type="cond" truecount="0" falsecount="1"/>
486
+ <line num="618" count="0" type="stmt"/>
471
487
  <line num="621" count="0" type="stmt"/>
472
488
  <line num="622" count="0" type="stmt"/>
473
- <line num="626" count="0" type="stmt"/>
474
- <line num="627" count="0" type="stmt"/>
475
- <line num="628" count="0" type="cond" truecount="0" falsecount="1"/>
476
- <line num="629" count="0" type="stmt"/>
477
- <line num="630" count="0" type="stmt"/>
478
- <line num="631" count="0" type="stmt"/>
489
+ <line num="623" count="0" type="stmt"/>
490
+ <line num="632" count="0" type="cond" truecount="0" falsecount="2"/>
491
+ <line num="633" count="0" type="stmt"/>
492
+ <line num="634" count="0" type="stmt"/>
479
493
  <line num="635" count="0" type="stmt"/>
480
- <line num="640" count="0" type="cond" truecount="0" falsecount="1"/>
481
- <line num="641" count="0" type="stmt"/>
494
+ <line num="639" count="0" type="stmt"/>
495
+ <line num="640" count="0" type="stmt"/>
496
+ <line num="641" count="0" type="cond" truecount="0" falsecount="1"/>
482
497
  <line num="642" count="0" type="stmt"/>
483
498
  <line num="643" count="0" type="stmt"/>
484
499
  <line num="644" count="0" type="stmt"/>
485
- <line num="645" count="0" type="stmt"/>
486
- <line num="646" count="0" type="stmt"/>
487
- <line num="647" count="0" type="stmt"/>
488
- <line num="648" count="0" type="cond" truecount="0" falsecount="3"/>
489
- <line num="649" count="0" type="stmt"/>
490
- <line num="652" count="0" type="stmt"/>
500
+ <line num="648" count="0" type="stmt"/>
501
+ <line num="654" count="0" type="stmt"/>
502
+ <line num="657" count="0" type="cond" truecount="0" falsecount="1"/>
503
+ <line num="658" count="0" type="stmt"/>
504
+ <line num="659" count="0" type="stmt"/>
505
+ <line num="660" count="0" type="stmt"/>
506
+ <line num="661" count="0" type="stmt"/>
507
+ <line num="662" count="0" type="stmt"/>
508
+ <line num="663" count="0" type="stmt"/>
509
+ <line num="664" count="0" type="stmt"/>
510
+ <line num="665" count="0" type="stmt"/>
511
+ <line num="666" count="0" type="cond" truecount="0" falsecount="3"/>
512
+ <line num="667" count="0" type="stmt"/>
513
+ <line num="670" count="0" type="stmt"/>
491
514
  </file>
492
515
  <file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
493
516
  <metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
@@ -642,48 +665,48 @@
642
665
  <line num="884" count="0" type="stmt"/>
643
666
  </file>
644
667
  <file name="sanitizer.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/sanitizer.ts">
645
- <metrics statements="41" coveredstatements="41" conditionals="21" coveredconditionals="21" methods="10" coveredmethods="10"/>
646
- <line num="2" count="1" type="stmt"/>
647
- <line num="3" count="1" type="stmt"/>
648
- <line num="5" count="1" type="cond" truecount="2" falsecount="0"/>
649
- <line num="6" count="1" type="stmt"/>
650
- <line num="7" count="1" type="stmt"/>
651
- <line num="8" count="1" type="stmt"/>
652
- <line num="17" count="1" type="stmt"/>
653
- <line num="18" count="4" type="stmt"/>
654
- <line num="22" count="1" type="stmt"/>
655
- <line num="23" count="11" type="stmt"/>
656
- <line num="24" count="11" type="stmt"/>
657
- <line num="27" count="11" type="stmt"/>
658
- <line num="28" count="11" type="stmt"/>
659
- <line num="38" count="7" type="cond" truecount="1" falsecount="0"/>
660
- <line num="43" count="2" type="stmt"/>
661
- <line num="45" count="7" type="cond" truecount="1" falsecount="0"/>
662
- <line num="50" count="2" type="stmt"/>
663
- <line num="53" count="7" type="cond" truecount="3" falsecount="0"/>
664
- <line num="54" count="3" type="stmt"/>
665
- <line num="55" count="3" type="cond" truecount="1" falsecount="0"/>
666
- <line num="56" count="1" type="stmt"/>
667
- <line num="58" count="3" type="cond" truecount="1" falsecount="0"/>
668
- <line num="59" count="1" type="stmt"/>
669
- <line num="65" count="4" type="cond" truecount="1" falsecount="0"/>
670
- <line num="67" count="2" type="stmt"/>
671
- <line num="70" count="2" type="cond" truecount="1" falsecount="0"/>
672
- <line num="71" count="1" type="stmt"/>
673
- <line num="73" count="2" type="cond" truecount="1" falsecount="0"/>
674
- <line num="74" count="2" type="stmt"/>
675
- <line num="75" count="1" type="stmt"/>
676
- <line num="76" count="1" type="stmt"/>
677
- <line num="77" count="1" type="stmt"/>
678
- <line num="80" count="2" type="stmt"/>
679
- <line num="84" count="4" type="stmt"/>
680
- <line num="88" count="4" type="stmt"/>
681
- <line num="92" count="2" type="stmt"/>
682
- <line num="93" count="2" type="cond" truecount="1" falsecount="0"/>
683
- <line num="94" count="1" type="stmt"/>
684
- <line num="96" count="1" type="stmt"/>
685
- <line num="100" count="10" type="stmt"/>
686
- <line num="101" count="10" type="stmt"/>
668
+ <metrics statements="41" coveredstatements="0" conditionals="21" coveredconditionals="0" methods="10" coveredmethods="0"/>
669
+ <line num="2" count="0" type="stmt"/>
670
+ <line num="3" count="0" type="stmt"/>
671
+ <line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
672
+ <line num="6" count="0" type="stmt"/>
673
+ <line num="7" count="0" type="stmt"/>
674
+ <line num="8" count="0" type="stmt"/>
675
+ <line num="17" count="0" type="stmt"/>
676
+ <line num="18" count="0" type="stmt"/>
677
+ <line num="22" count="0" type="stmt"/>
678
+ <line num="23" count="0" type="stmt"/>
679
+ <line num="24" count="0" type="stmt"/>
680
+ <line num="27" count="0" type="stmt"/>
681
+ <line num="28" count="0" type="stmt"/>
682
+ <line num="38" count="0" type="cond" truecount="0" falsecount="1"/>
683
+ <line num="43" count="0" type="stmt"/>
684
+ <line num="45" count="0" type="cond" truecount="0" falsecount="1"/>
685
+ <line num="50" count="0" type="stmt"/>
686
+ <line num="53" count="0" type="cond" truecount="0" falsecount="3"/>
687
+ <line num="54" count="0" type="stmt"/>
688
+ <line num="55" count="0" type="cond" truecount="0" falsecount="1"/>
689
+ <line num="56" count="0" type="stmt"/>
690
+ <line num="58" count="0" type="cond" truecount="0" falsecount="1"/>
691
+ <line num="59" count="0" type="stmt"/>
692
+ <line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
693
+ <line num="67" count="0" type="stmt"/>
694
+ <line num="70" count="0" type="cond" truecount="0" falsecount="1"/>
695
+ <line num="71" count="0" type="stmt"/>
696
+ <line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
697
+ <line num="74" count="0" type="stmt"/>
698
+ <line num="75" count="0" type="stmt"/>
699
+ <line num="76" count="0" type="stmt"/>
700
+ <line num="77" count="0" type="stmt"/>
701
+ <line num="80" count="0" type="stmt"/>
702
+ <line num="84" count="0" type="stmt"/>
703
+ <line num="88" count="0" type="stmt"/>
704
+ <line num="92" count="0" type="stmt"/>
705
+ <line num="93" count="0" type="cond" truecount="0" falsecount="1"/>
706
+ <line num="94" count="0" type="stmt"/>
707
+ <line num="96" count="0" type="stmt"/>
708
+ <line num="100" count="0" type="stmt"/>
709
+ <line num="101" count="0" type="stmt"/>
687
710
  </file>
688
711
  <file name="session.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/session.ts">
689
712
  <metrics statements="69" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="18" coveredmethods="0"/>
@@ -914,7 +937,28 @@
914
937
  </file>
915
938
  </package>
916
939
  <package name="main.modules">
917
- <metrics statements="1027" coveredstatements="0" conditionals="555" coveredconditionals="0" methods="190" coveredmethods="0"/>
940
+ <metrics statements="1072" coveredstatements="8" conditionals="568" coveredconditionals="0" methods="208" coveredmethods="5"/>
941
+ <file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
942
+ <metrics statements="18" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="6" coveredmethods="0"/>
943
+ <line num="4" count="0" type="stmt"/>
944
+ <line num="5" count="0" type="stmt"/>
945
+ <line num="6" count="0" type="stmt"/>
946
+ <line num="9" count="0" type="stmt"/>
947
+ <line num="10" count="0" type="cond" truecount="0" falsecount="1"/>
948
+ <line num="11" count="0" type="stmt"/>
949
+ <line num="12" count="0" type="stmt"/>
950
+ <line num="14" count="0" type="stmt"/>
951
+ <line num="18" count="0" type="stmt"/>
952
+ <line num="19" count="0" type="stmt"/>
953
+ <line num="21" count="0" type="stmt"/>
954
+ <line num="24" count="0" type="stmt"/>
955
+ <line num="30" count="0" type="stmt"/>
956
+ <line num="34" count="0" type="stmt"/>
957
+ <line num="35" count="0" type="cond" truecount="0" falsecount="1"/>
958
+ <line num="36" count="0" type="stmt"/>
959
+ <line num="38" count="0" type="stmt"/>
960
+ <line num="42" count="0" type="stmt"/>
961
+ </file>
918
962
  <file name="axiosSpy.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/axiosSpy.ts">
919
963
  <metrics statements="66" coveredstatements="0" conditionals="50" coveredconditionals="0" methods="18" coveredmethods="0"/>
920
964
  <line num="2" count="0" type="stmt"/>
@@ -1263,6 +1307,36 @@
1263
1307
  <line num="97" count="0" type="stmt"/>
1264
1308
  <line num="98" count="0" type="stmt"/>
1265
1309
  </file>
1310
+ <file name="featureFlags.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/featureFlags.ts">
1311
+ <metrics statements="27" coveredstatements="8" conditionals="11" coveredconditionals="0" methods="12" coveredmethods="5"/>
1312
+ <line num="15" count="1" type="stmt"/>
1313
+ <line num="17" count="1" type="stmt"/>
1314
+ <line num="20" count="1" type="stmt"/>
1315
+ <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
1316
+ <line num="27" count="0" type="stmt"/>
1317
+ <line num="31" count="0" type="stmt"/>
1318
+ <line num="32" count="0" type="stmt"/>
1319
+ <line num="52" count="0" type="stmt"/>
1320
+ <line num="60" count="0" type="cond" truecount="0" falsecount="1"/>
1321
+ <line num="61" count="0" type="stmt"/>
1322
+ <line num="62" count="0" type="stmt"/>
1323
+ <line num="67" count="0" type="stmt"/>
1324
+ <line num="68" count="0" type="stmt"/>
1325
+ <line num="69" count="0" type="cond" truecount="0" falsecount="1"/>
1326
+ <line num="71" count="0" type="stmt"/>
1327
+ <line num="72" count="0" type="stmt"/>
1328
+ <line num="73" count="0" type="stmt"/>
1329
+ <line num="74" count="0" type="stmt"/>
1330
+ <line num="77" count="0" type="stmt"/>
1331
+ <line num="78" count="0" type="stmt"/>
1332
+ <line num="79" count="0" type="cond" truecount="0" falsecount="4"/>
1333
+ <line num="83" count="0" type="stmt"/>
1334
+ <line num="87" count="1" type="stmt"/>
1335
+ <line num="88" count="1" type="cond" truecount="0" falsecount="1"/>
1336
+ <line num="89" count="1" type="stmt"/>
1337
+ <line num="90" count="2" type="stmt"/>
1338
+ <line num="91" count="5" type="stmt"/>
1339
+ </file>
1266
1340
  <file name="focus.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/focus.ts">
1267
1341
  <metrics statements="27" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="7" coveredmethods="0"/>
1268
1342
  <line num="2" count="0" type="stmt"/>
@@ -1995,93 +2069,86 @@
1995
2069
  <line num="44" count="0" type="stmt"/>
1996
2070
  <line num="53" count="0" type="stmt"/>
1997
2071
  <line num="54" count="0" type="stmt"/>
1998
- </file>
1999
- </package>
2000
- <package name="webworker">
2001
- <metrics statements="439" coveredstatements="163" conditionals="351" coveredconditionals="50" methods="54" coveredmethods="35"/>
2002
- <file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">
2003
- <metrics statements="75" coveredstatements="59" conditionals="17" coveredconditionals="9" methods="11" coveredmethods="11"/>
2004
- <line num="3" count="1" type="stmt"/>
2005
- <line num="4" count="1" type="stmt"/>
2006
- <line num="6" count="1" type="stmt"/>
2007
- <line num="7" count="1" type="stmt"/>
2008
- <line num="9" count="1" type="stmt"/>
2009
- <line num="10" count="11" type="stmt"/>
2010
- <line num="11" count="11" type="stmt"/>
2011
- <line num="12" count="11" type="stmt"/>
2012
- <line num="13" count="11" type="stmt"/>
2013
- <line num="14" count="11" type="stmt"/>
2014
- <line num="15" count="11" type="stmt"/>
2015
- <line num="18" count="11" type="stmt"/>
2016
- <line num="19" count="11" type="stmt"/>
2017
- <line num="20" count="11" type="stmt"/>
2018
- <line num="21" count="11" type="stmt"/>
2019
- <line num="22" count="11" type="stmt"/>
2020
- <line num="24" count="11" type="stmt"/>
2021
- <line num="28" count="29" type="stmt"/>
2022
- <line num="31" count="29" type="stmt"/>
2023
- <line num="35" count="17" type="stmt"/>
2024
- <line num="36" count="51" type="stmt"/>
2025
- <line num="38" count="17" type="stmt"/>
2026
- <line num="42" count="12" type="cond" truecount="0" falsecount="1"/>
2027
- <line num="43" count="0" type="stmt"/>
2028
- <line num="47" count="12" type="stmt"/>
2029
- <line num="56" count="12" type="stmt"/>
2030
- <line num="58" count="12" type="stmt"/>
2031
- <line num="59" count="12" type="stmt"/>
2032
- <line num="60" count="12" type="stmt"/>
2033
- <line num="61" count="12" type="stmt"/>
2034
- <line num="65" count="16" type="stmt"/>
2035
- <line num="66" count="16" type="cond" truecount="2" falsecount="1"/>
2072
+ </file>
2073
+ </package>
2074
+ <package name="webworker">
2075
+ <metrics statements="431" coveredstatements="0" conditionals="350" coveredconditionals="0" methods="54" coveredmethods="0"/>
2076
+ <file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">
2077
+ <metrics statements="68" coveredstatements="0" conditionals="15" coveredconditionals="0" methods="10" coveredmethods="0"/>
2078
+ <line num="3" count="0" type="stmt"/>
2079
+ <line num="5" count="0" type="stmt"/>
2080
+ <line num="6" count="0" type="stmt"/>
2081
+ <line num="8" count="0" type="stmt"/>
2082
+ <line num="9" count="0" type="stmt"/>
2083
+ <line num="10" count="0" type="stmt"/>
2084
+ <line num="11" count="0" type="stmt"/>
2085
+ <line num="12" count="0" type="stmt"/>
2086
+ <line num="13" count="0" type="stmt"/>
2087
+ <line num="16" count="0" type="stmt"/>
2088
+ <line num="17" count="0" type="stmt"/>
2089
+ <line num="18" count="0" type="stmt"/>
2090
+ <line num="19" count="0" type="stmt"/>
2091
+ <line num="20" count="0" type="stmt"/>
2092
+ <line num="22" count="0" type="stmt"/>
2093
+ <line num="26" count="0" type="stmt"/>
2094
+ <line num="29" count="0" type="stmt"/>
2095
+ <line num="33" count="0" type="stmt"/>
2096
+ <line num="34" count="0" type="stmt"/>
2097
+ <line num="36" count="0" type="stmt"/>
2098
+ <line num="40" count="0" type="cond" truecount="0" falsecount="1"/>
2099
+ <line num="41" count="0" type="stmt"/>
2100
+ <line num="45" count="0" type="stmt"/>
2101
+ <line num="54" count="0" type="stmt"/>
2102
+ <line num="56" count="0" type="stmt"/>
2103
+ <line num="57" count="0" type="stmt"/>
2104
+ <line num="58" count="0" type="stmt"/>
2105
+ <line num="59" count="0" type="stmt"/>
2106
+ <line num="63" count="0" type="stmt"/>
2107
+ <line num="64" count="0" type="cond" truecount="0" falsecount="3"/>
2108
+ <line num="66" count="0" type="stmt"/>
2036
2109
  <line num="68" count="0" type="stmt"/>
2037
- <line num="70" count="16" type="stmt"/>
2038
- <line num="71" count="16" type="stmt"/>
2039
- <line num="72" count="16" type="cond" truecount="1" falsecount="0"/>
2040
- <line num="73" count="16" type="stmt"/>
2041
- <line num="74" count="16" type="stmt"/>
2042
- <line num="75" count="16" type="cond" truecount="0" falsecount="1"/>
2043
- <line num="76" count="0" type="stmt"/>
2110
+ <line num="69" count="0" type="stmt"/>
2111
+ <line num="70" count="0" type="cond" truecount="0" falsecount="1"/>
2112
+ <line num="71" count="0" type="stmt"/>
2113
+ <line num="72" count="0" type="stmt"/>
2114
+ <line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
2115
+ <line num="74" count="0" type="stmt"/>
2116
+ <line num="75" count="0" type="stmt"/>
2044
2117
  <line num="77" count="0" type="stmt"/>
2045
- <line num="79" count="16" type="stmt"/>
2046
- <line num="81" count="16" type="stmt"/>
2047
- <line num="82" count="16" type="cond" truecount="2" falsecount="0"/>
2048
- <line num="83" count="16" type="stmt"/>
2049
- <line num="86" count="16" type="stmt"/>
2050
- <line num="89" count="11" type="stmt"/>
2051
- <line num="91" count="1" type="stmt"/>
2052
- <line num="95" count="2" type="stmt"/>
2053
- <line num="96" count="2" type="cond" truecount="1" falsecount="0"/>
2054
- <line num="97" count="2" type="stmt"/>
2055
- <line num="99" count="2" type="stmt"/>
2056
- <line num="103" count="4" type="cond" truecount="1" falsecount="0"/>
2057
- <line num="104" count="1" type="stmt"/>
2058
- <line num="106" count="4" type="cond" truecount="0" falsecount="1"/>
2059
- <line num="107" count="0" type="stmt"/>
2060
- <line num="109" count="4" type="cond" truecount="1" falsecount="0"/>
2061
- <line num="110" count="1" type="stmt"/>
2062
- <line num="117" count="4" type="cond" truecount="1" falsecount="0"/>
2063
- <line num="118" count="4" type="stmt"/>
2064
- <line num="121" count="0" type="stmt"/>
2065
- <line num="122" count="0" type="cond" truecount="0" falsecount="1"/>
2066
- <line num="123" count="0" type="stmt"/>
2118
+ <line num="79" count="0" type="stmt"/>
2119
+ <line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
2120
+ <line num="81" count="0" type="stmt"/>
2121
+ <line num="84" count="0" type="stmt"/>
2122
+ <line num="87" count="0" type="stmt"/>
2123
+ <line num="89" count="0" type="stmt"/>
2124
+ <line num="93" count="0" type="cond" truecount="0" falsecount="1"/>
2125
+ <line num="94" count="0" type="stmt"/>
2126
+ <line num="96" count="0" type="cond" truecount="0" falsecount="1"/>
2127
+ <line num="97" count="0" type="stmt"/>
2128
+ <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
2129
+ <line num="100" count="0" type="stmt"/>
2130
+ <line num="103" count="0" type="stmt"/>
2131
+ <line num="104" count="0" type="cond" truecount="0" falsecount="1"/>
2132
+ <line num="105" count="0" type="stmt"/>
2133
+ <line num="108" count="0" type="stmt"/>
2134
+ <line num="109" count="0" type="stmt"/>
2135
+ <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
2136
+ <line num="111" count="0" type="stmt"/>
2137
+ <line num="113" count="0" type="stmt"/>
2138
+ <line num="116" count="0" type="stmt"/>
2139
+ <line num="117" count="0" type="stmt"/>
2140
+ <line num="121" count="0" type="cond" truecount="0" falsecount="1"/>
2141
+ <line num="122" count="0" type="stmt"/>
2142
+ <line num="124" count="0" type="stmt"/>
2143
+ <line num="125" count="0" type="stmt"/>
2067
2144
  <line num="126" count="0" type="stmt"/>
2068
- <line num="127" count="0" type="stmt"/>
2069
- <line num="128" count="0" type="cond" truecount="0" falsecount="2"/>
2070
- <line num="129" count="0" type="stmt"/>
2071
- <line num="131" count="0" type="stmt"/>
2072
- <line num="134" count="0" type="stmt"/>
2073
- <line num="135" count="0" type="stmt"/>
2074
- <line num="139" count="1" type="cond" truecount="0" falsecount="1"/>
2075
- <line num="140" count="0" type="stmt"/>
2076
- <line num="142" count="1" type="stmt"/>
2077
- <line num="143" count="1" type="stmt"/>
2078
- <line num="147" count="1" type="stmt"/>
2145
+ <line num="130" count="0" type="stmt"/>
2079
2146
  </file>
2080
2147
  <file name="MessageEncoder.gen.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/MessageEncoder.gen.ts">
2081
- <metrics statements="139" coveredstatements="7" conditionals="259" coveredconditionals="14" methods="1" coveredmethods="1"/>
2082
- <line num="6" count="1" type="stmt"/>
2083
- <line num="9" count="1" type="stmt"/>
2084
- <line num="11" count="29" type="cond" truecount="4" falsecount="64"/>
2148
+ <metrics statements="139" coveredstatements="0" conditionals="259" coveredconditionals="0" methods="1" coveredmethods="0"/>
2149
+ <line num="6" count="0" type="stmt"/>
2150
+ <line num="9" count="0" type="stmt"/>
2151
+ <line num="11" count="0" type="cond" truecount="0" falsecount="68"/>
2085
2152
  <line num="14" count="0" type="stmt"/>
2086
2153
  <line num="15" count="0" type="stmt"/>
2087
2154
  <line num="18" count="0" type="cond" truecount="0" falsecount="3"/>
@@ -2156,9 +2223,9 @@
2156
2223
  <line num="155" count="0" type="stmt"/>
2157
2224
  <line num="158" count="0" type="cond" truecount="0" falsecount="4"/>
2158
2225
  <line num="159" count="0" type="stmt"/>
2159
- <line num="162" count="2" type="cond" truecount="2" falsecount="0"/>
2226
+ <line num="162" count="0" type="cond" truecount="0" falsecount="2"/>
2160
2227
  <line num="163" count="0" type="stmt"/>
2161
- <line num="166" count="1" type="cond" truecount="3" falsecount="0"/>
2228
+ <line num="166" count="0" type="cond" truecount="0" falsecount="3"/>
2162
2229
  <line num="167" count="0" type="stmt"/>
2163
2230
  <line num="170" count="0" type="cond" truecount="0" falsecount="8"/>
2164
2231
  <line num="171" count="0" type="stmt"/>
@@ -2200,7 +2267,7 @@
2200
2267
  <line num="243" count="0" type="stmt"/>
2201
2268
  <line num="246" count="0" type="cond" truecount="0" falsecount="2"/>
2202
2269
  <line num="247" count="0" type="stmt"/>
2203
- <line num="250" count="14" type="cond" truecount="5" falsecount="0"/>
2270
+ <line num="250" count="0" type="cond" truecount="0" falsecount="5"/>
2204
2271
  <line num="251" count="0" type="stmt"/>
2205
2272
  <line num="254" count="0" type="cond" truecount="0" falsecount="2"/>
2206
2273
  <line num="255" count="0" type="stmt"/>
@@ -2216,18 +2283,18 @@
2216
2283
  <line num="275" count="0" type="stmt"/>
2217
2284
  <line num="278" count="0" type="stmt"/>
2218
2285
  <line num="279" count="0" type="stmt"/>
2219
- <line num="282" count="12" type="stmt"/>
2286
+ <line num="282" count="0" type="stmt"/>
2220
2287
  <line num="283" count="0" type="stmt"/>
2221
2288
  </file>
2222
2289
  <file name="PrimitiveEncoder.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/PrimitiveEncoder.ts">
2223
- <metrics statements="69" coveredstatements="43" conditionals="23" coveredconditionals="9" methods="13" coveredmethods="13"/>
2224
- <line num="3" count="2" type="cond" truecount="1" falsecount="1"/>
2225
- <line num="8" count="29" type="stmt"/>
2226
- <line num="9" count="29" type="stmt"/>
2227
- <line num="10" count="29" type="stmt"/>
2228
- <line num="11" count="29" type="stmt"/>
2229
- <line num="12" count="309" type="stmt"/>
2230
- <line num="13" count="309" type="cond" truecount="1" falsecount="2"/>
2290
+ <metrics statements="69" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="13" coveredmethods="0"/>
2291
+ <line num="3" count="0" type="cond" truecount="0" falsecount="2"/>
2292
+ <line num="8" count="0" type="stmt"/>
2293
+ <line num="9" count="0" type="stmt"/>
2294
+ <line num="10" count="0" type="stmt"/>
2295
+ <line num="11" count="0" type="stmt"/>
2296
+ <line num="12" count="0" type="stmt"/>
2297
+ <line num="13" count="0" type="cond" truecount="0" falsecount="3"/>
2231
2298
  <line num="14" count="0" type="cond" truecount="0" falsecount="1"/>
2232
2299
  <line num="15" count="0" type="stmt"/>
2233
2300
  <line num="16" count="0" type="stmt"/>
@@ -2247,126 +2314,118 @@
2247
2314
  <line num="36" count="0" type="stmt"/>
2248
2315
  <line num="37" count="0" type="stmt"/>
2249
2316
  <line num="38" count="0" type="stmt"/>
2250
- <line num="41" count="309" type="cond" truecount="1" falsecount="1"/>
2251
- <line num="42" count="309" type="stmt"/>
2317
+ <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
2318
+ <line num="42" count="0" type="stmt"/>
2252
2319
  <line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
2253
2320
  <line num="44" count="0" type="stmt"/>
2254
2321
  <line num="45" count="0" type="stmt"/>
2255
2322
  <line num="47" count="0" type="stmt"/>
2256
2323
  <line num="48" count="0" type="stmt"/>
2257
2324
  <line num="49" count="0" type="stmt"/>
2258
- <line num="52" count="29" type="stmt"/>
2259
- <line num="56" count="2" type="stmt"/>
2260
- <line num="57" count="19" type="stmt"/>
2261
- <line num="58" count="19" type="stmt"/>
2262
- <line num="60" count="19" type="stmt"/>
2263
- <line num="61" count="19" type="stmt"/>
2264
- <line num="64" count="34" type="stmt"/>
2265
- <line num="67" count="19" type="stmt"/>
2266
- <line num="70" count="14" type="stmt"/>
2267
- <line num="73" count="18" type="stmt"/>
2268
- <line num="74" count="18" type="stmt"/>
2269
- <line num="77" count="17" type="stmt"/>
2270
- <line num="80" count="4" type="stmt"/>
2271
- <line num="81" count="4" type="stmt"/>
2272
- <line num="84" count="120" type="cond" truecount="2" falsecount="1"/>
2273
- <line num="85" count="0" type="stmt"/>
2274
- <line num="87" count="120" type="stmt"/>
2275
- <line num="88" count="43" type="stmt"/>
2276
- <line num="89" count="43" type="stmt"/>
2277
- <line num="91" count="120" type="stmt"/>
2278
- <line num="92" count="120" type="stmt"/>
2279
- <line num="95" count="14" type="stmt"/>
2280
- <line num="96" count="14" type="cond" truecount="1" falsecount="1"/>
2281
- <line num="99" count="29" type="stmt"/>
2282
- <line num="100" count="29" type="stmt"/>
2283
- <line num="101" count="29" type="cond" truecount="3" falsecount="0"/>
2284
- <line num="102" count="1" type="stmt"/>
2285
- <line num="104" count="28" type="stmt"/>
2286
- <line num="105" count="28" type="stmt"/>
2287
- <line num="106" count="28" type="stmt"/>
2288
- <line num="109" count="6" type="stmt"/>
2289
- <line num="110" count="6" type="stmt"/>
2290
- <line num="113" count="5" type="stmt"/>
2291
- <line num="114" count="5" type="stmt"/>
2292
- <line num="115" count="5" type="stmt"/>
2293
- </file>
2294
- <file name="QueueSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/QueueSender.ts">
2295
- <metrics statements="60" coveredstatements="46" conditionals="24" coveredconditionals="17" methods="13" coveredmethods="8"/>
2296
- <line num="1" count="1" type="stmt"/>
2297
- <line num="2" count="1" type="stmt"/>
2298
- <line num="4" count="1" type="stmt"/>
2299
- <line num="5" count="7" type="stmt"/>
2300
- <line num="6" count="7" type="stmt"/>
2301
- <line num="7" count="7" type="stmt"/>
2302
- <line num="9" count="7" type="stmt"/>
2303
- <line num="10" count="7" type="stmt"/>
2304
- <line num="14" count="7" type="stmt"/>
2305
- <line num="15" count="7" type="stmt"/>
2306
- <line num="16" count="7" type="cond" truecount="0" falsecount="1"/>
2307
- <line num="17" count="7" type="cond" truecount="0" falsecount="1"/>
2308
- <line num="18" count="7" type="stmt"/>
2309
- <line num="20" count="7" type="stmt"/>
2310
- <line num="21" count="7" type="cond" truecount="1" falsecount="0"/>
2311
- <line num="25" count="6" type="stmt"/>
2312
- <line num="26" count="6" type="cond" truecount="1" falsecount="0"/>
2313
- <line num="28" count="6" type="stmt"/>
2314
- <line num="33" count="7" type="cond" truecount="4" falsecount="0"/>
2315
- <line num="34" count="4" type="stmt"/>
2316
- <line num="36" count="3" type="stmt"/>
2317
- <line num="37" count="3" type="cond" truecount="4" falsecount="0"/>
2318
- <line num="38" count="1" type="stmt"/>
2319
- <line num="40" count="2" type="stmt"/>
2320
- <line num="46" count="9" type="stmt"/>
2321
- <line num="47" count="9" type="cond" truecount="2" falsecount="0"/>
2322
- <line num="48" count="1" type="stmt"/>
2323
- <line num="49" count="1" type="cond" truecount="2" falsecount="2"/>
2324
- <line num="50" count="0" type="stmt"/>
2325
- <line num="52" count="1" type="stmt"/>
2326
- <line num="55" count="8" type="stmt"/>
2327
- <line num="60" count="0" type="cond" truecount="0" falsecount="1"/>
2325
+ <line num="52" count="0" type="stmt"/>
2326
+ <line num="56" count="0" type="stmt"/>
2327
+ <line num="57" count="0" type="stmt"/>
2328
+ <line num="58" count="0" type="stmt"/>
2329
+ <line num="60" count="0" type="stmt"/>
2328
2330
  <line num="61" count="0" type="stmt"/>
2329
- <line num="63" count="0" type="stmt"/>
2330
- <line num="65" count="0" type="stmt"/>
2331
- <line num="66" count="0" type="stmt"/>
2332
- <line num="71" count="4" type="stmt"/>
2333
- <line num="73" count="4" type="stmt"/>
2334
- <line num="77" count="4" type="cond" truecount="1" falsecount="0"/>
2335
- <line num="78" count="1" type="stmt"/>
2336
- <line num="84" count="4" type="cond" truecount="0" falsecount="1"/>
2331
+ <line num="64" count="0" type="stmt"/>
2332
+ <line num="67" count="0" type="stmt"/>
2333
+ <line num="70" count="0" type="stmt"/>
2334
+ <line num="73" count="0" type="stmt"/>
2335
+ <line num="74" count="0" type="stmt"/>
2336
+ <line num="77" count="0" type="stmt"/>
2337
+ <line num="80" count="0" type="stmt"/>
2338
+ <line num="81" count="0" type="stmt"/>
2339
+ <line num="84" count="0" type="cond" truecount="0" falsecount="3"/>
2337
2340
  <line num="85" count="0" type="stmt"/>
2338
- <line num="86" count="0" type="stmt"/>
2341
+ <line num="87" count="0" type="stmt"/>
2339
2342
  <line num="88" count="0" type="stmt"/>
2340
- <line num="91" count="4" type="stmt"/>
2341
- <line num="98" count="4" type="cond" truecount="2" falsecount="0"/>
2342
- <line num="100" count="1" type="stmt"/>
2343
- <line num="101" count="1" type="stmt"/>
2344
- <line num="102" count="1" type="stmt"/>
2345
- <line num="103" count="3" type="cond" truecount="0" falsecount="1"/>
2343
+ <line num="89" count="0" type="stmt"/>
2344
+ <line num="91" count="0" type="stmt"/>
2345
+ <line num="92" count="0" type="stmt"/>
2346
+ <line num="95" count="0" type="stmt"/>
2347
+ <line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
2348
+ <line num="99" count="0" type="stmt"/>
2349
+ <line num="100" count="0" type="stmt"/>
2350
+ <line num="101" count="0" type="cond" truecount="0" falsecount="3"/>
2351
+ <line num="102" count="0" type="stmt"/>
2346
2352
  <line num="104" count="0" type="stmt"/>
2347
2353
  <line num="105" count="0" type="stmt"/>
2348
- <line num="109" count="3" type="stmt"/>
2349
- <line num="110" count="3" type="stmt"/>
2354
+ <line num="106" count="0" type="stmt"/>
2355
+ <line num="109" count="0" type="stmt"/>
2356
+ <line num="110" count="0" type="stmt"/>
2350
2357
  <line num="113" count="0" type="stmt"/>
2351
2358
  <line num="114" count="0" type="stmt"/>
2352
- <line num="119" count="1" type="stmt"/>
2353
- <line num="123" count="0" type="stmt"/>
2354
- <line num="127" count="2" type="stmt"/>
2355
- <line num="128" count="2" type="stmt"/>
2359
+ <line num="115" count="0" type="stmt"/>
2356
2360
  </file>
2357
- <file name="StringDictionary.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/StringDictionary.ts">
2358
- <metrics statements="8" coveredstatements="8" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
2359
- <line num="1" count="2" type="stmt"/>
2360
- <line num="2" count="14" type="stmt"/>
2361
- <line num="3" count="14" type="stmt"/>
2362
- <line num="6" count="7" type="stmt"/>
2363
- <line num="7" count="7" type="cond" truecount="1" falsecount="0"/>
2364
- <line num="8" count="6" type="stmt"/>
2365
- <line num="9" count="6" type="stmt"/>
2366
- <line num="11" count="7" type="stmt"/>
2361
+ <file name="QueueSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/QueueSender.ts">
2362
+ <metrics statements="63" coveredstatements="0" conditionals="25" coveredconditionals="0" methods="14" coveredmethods="0"/>
2363
+ <line num="1" count="0" type="stmt"/>
2364
+ <line num="2" count="0" type="stmt"/>
2365
+ <line num="4" count="0" type="stmt"/>
2366
+ <line num="5" count="0" type="stmt"/>
2367
+ <line num="6" count="0" type="stmt"/>
2368
+ <line num="7" count="0" type="stmt"/>
2369
+ <line num="9" count="0" type="stmt"/>
2370
+ <line num="16" count="0" type="stmt"/>
2371
+ <line num="17" count="0" type="stmt"/>
2372
+ <line num="18" count="0" type="cond" truecount="0" falsecount="1"/>
2373
+ <line num="19" count="0" type="cond" truecount="0" falsecount="1"/>
2374
+ <line num="20" count="0" type="stmt"/>
2375
+ <line num="22" count="0" type="stmt"/>
2376
+ <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
2377
+ <line num="24" count="0" type="stmt"/>
2378
+ <line num="26" count="0" type="stmt"/>
2379
+ <line num="31" count="0" type="stmt"/>
2380
+ <line num="32" count="0" type="cond" truecount="0" falsecount="1"/>
2381
+ <line num="34" count="0" type="stmt"/>
2382
+ <line num="39" count="0" type="cond" truecount="0" falsecount="4"/>
2383
+ <line num="40" count="0" type="stmt"/>
2384
+ <line num="42" count="0" type="stmt"/>
2385
+ <line num="43" count="0" type="cond" truecount="0" falsecount="4"/>
2386
+ <line num="44" count="0" type="stmt"/>
2387
+ <line num="46" count="0" type="stmt"/>
2388
+ <line num="52" count="0" type="stmt"/>
2389
+ <line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
2390
+ <line num="54" count="0" type="stmt"/>
2391
+ <line num="55" count="0" type="cond" truecount="0" falsecount="4"/>
2392
+ <line num="56" count="0" type="stmt"/>
2393
+ <line num="58" count="0" type="stmt"/>
2394
+ <line num="61" count="0" type="stmt"/>
2395
+ <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
2396
+ <line num="67" count="0" type="stmt"/>
2397
+ <line num="69" count="0" type="stmt"/>
2398
+ <line num="71" count="0" type="stmt"/>
2399
+ <line num="72" count="0" type="stmt"/>
2400
+ <line num="77" count="0" type="stmt"/>
2401
+ <line num="79" count="0" type="stmt"/>
2402
+ <line num="83" count="0" type="cond" truecount="0" falsecount="1"/>
2403
+ <line num="84" count="0" type="stmt"/>
2404
+ <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
2405
+ <line num="91" count="0" type="stmt"/>
2406
+ <line num="92" count="0" type="stmt"/>
2407
+ <line num="94" count="0" type="stmt"/>
2408
+ <line num="97" count="0" type="stmt"/>
2409
+ <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
2410
+ <line num="106" count="0" type="stmt"/>
2411
+ <line num="107" count="0" type="stmt"/>
2412
+ <line num="108" count="0" type="stmt"/>
2413
+ <line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
2414
+ <line num="110" count="0" type="stmt"/>
2415
+ <line num="111" count="0" type="stmt"/>
2416
+ <line num="115" count="0" type="stmt"/>
2417
+ <line num="116" count="0" type="stmt"/>
2418
+ <line num="119" count="0" type="stmt"/>
2419
+ <line num="120" count="0" type="stmt"/>
2420
+ <line num="125" count="0" type="stmt"/>
2421
+ <line num="129" count="0" type="stmt"/>
2422
+ <line num="134" count="0" type="stmt"/>
2423
+ <line num="135" count="0" type="stmt"/>
2424
+ <line num="136" count="0" type="stmt"/>
2425
+ <line num="137" count="0" type="stmt"/>
2367
2426
  </file>
2368
2427
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/index.ts">
2369
- <metrics statements="88" coveredstatements="0" conditionals="27" coveredconditionals="0" methods="14" coveredmethods="0"/>
2428
+ <metrics statements="92" coveredstatements="0" conditionals="28" coveredconditionals="0" methods="16" coveredmethods="0"/>
2370
2429
  <line num="7" count="0" type="stmt"/>
2371
2430
  <line num="8" count="0" type="stmt"/>
2372
2431
  <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -2374,87 +2433,91 @@
2374
2433
  <line num="14" count="0" type="stmt"/>
2375
2434
  <line num="15" count="0" type="stmt"/>
2376
2435
  <line num="16" count="0" type="stmt"/>
2377
- <line num="19" count="0" type="stmt"/>
2378
- <line num="21" count="0" type="stmt"/>
2436
+ <line num="17" count="0" type="stmt"/>
2437
+ <line num="20" count="0" type="stmt"/>
2379
2438
  <line num="22" count="0" type="stmt"/>
2380
- <line num="24" count="0" type="stmt"/>
2381
- <line num="27" count="0" type="cond" truecount="0" falsecount="1"/>
2382
- <line num="28" count="0" type="stmt"/>
2383
- <line num="30" count="0" type="stmt"/>
2384
- <line num="34" count="0" type="cond" truecount="0" falsecount="1"/>
2385
- <line num="35" count="0" type="stmt"/>
2439
+ <line num="23" count="0" type="stmt"/>
2440
+ <line num="25" count="0" type="stmt"/>
2441
+ <line num="28" count="0" type="cond" truecount="0" falsecount="1"/>
2442
+ <line num="29" count="0" type="stmt"/>
2443
+ <line num="31" count="0" type="stmt"/>
2444
+ <line num="35" count="0" type="cond" truecount="0" falsecount="1"/>
2386
2445
  <line num="36" count="0" type="stmt"/>
2387
- <line num="41" count="0" type="cond" truecount="0" falsecount="1"/>
2388
- <line num="42" count="0" type="stmt"/>
2389
- <line num="43" count="0" type="stmt"/>
2390
- <line num="48" count="0" type="stmt"/>
2391
- <line num="49" count="0" type="cond" truecount="0" falsecount="1"/>
2392
- <line num="50" count="0" type="stmt"/>
2393
- <line num="51" count="0" type="stmt"/>
2446
+ <line num="38" count="0" type="stmt"/>
2447
+ <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
2448
+ <line num="44" count="0" type="stmt"/>
2449
+ <line num="46" count="0" type="stmt"/>
2450
+ <line num="47" count="0" type="stmt"/>
2394
2451
  <line num="53" count="0" type="stmt"/>
2395
- <line num="54" count="0" type="stmt"/>
2452
+ <line num="54" count="0" type="cond" truecount="0" falsecount="1"/>
2396
2453
  <line num="55" count="0" type="stmt"/>
2454
+ <line num="56" count="0" type="stmt"/>
2455
+ <line num="58" count="0" type="stmt"/>
2397
2456
  <line num="59" count="0" type="stmt"/>
2398
2457
  <line num="60" count="0" type="stmt"/>
2399
- <line num="63" count="0" type="stmt"/>
2400
- <line num="64" count="0" type="stmt"/>
2458
+ <line num="61" count="0" type="stmt"/>
2459
+ <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
2401
2460
  <line num="67" count="0" type="stmt"/>
2461
+ <line num="68" count="0" type="stmt"/>
2402
2462
  <line num="71" count="0" type="stmt"/>
2403
- <line num="72" count="0" type="cond" truecount="0" falsecount="1"/>
2404
- <line num="73" count="0" type="stmt"/>
2405
- <line num="74" count="0" type="stmt"/>
2406
- <line num="76" count="0" type="cond" truecount="0" falsecount="1"/>
2407
- <line num="77" count="0" type="stmt"/>
2408
- <line num="78" count="0" type="stmt"/>
2463
+ <line num="72" count="0" type="stmt"/>
2464
+ <line num="75" count="0" type="stmt"/>
2409
2465
  <line num="79" count="0" type="stmt"/>
2410
- <line num="82" count="0" type="cond" truecount="0" falsecount="1"/>
2411
- <line num="83" count="0" type="cond" truecount="0" falsecount="1"/>
2412
- <line num="84" count="0" type="stmt"/>
2466
+ <line num="80" count="0" type="cond" truecount="0" falsecount="1"/>
2467
+ <line num="81" count="0" type="stmt"/>
2468
+ <line num="82" count="0" type="stmt"/>
2469
+ <line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
2413
2470
  <line num="85" count="0" type="stmt"/>
2414
- <line num="86" count="0" type="cond" truecount="0" falsecount="1"/>
2415
- <line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
2416
- <line num="89" count="0" type="stmt"/>
2417
- <line num="91" count="0" type="stmt"/>
2418
- <line num="94" count="0" type="stmt"/>
2419
- <line num="97" count="0" type="cond" truecount="0" falsecount="1"/>
2420
- <line num="98" count="0" type="stmt"/>
2471
+ <line num="86" count="0" type="stmt"/>
2472
+ <line num="87" count="0" type="stmt"/>
2473
+ <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
2474
+ <line num="91" count="0" type="cond" truecount="0" falsecount="1"/>
2475
+ <line num="92" count="0" type="stmt"/>
2476
+ <line num="93" count="0" type="stmt"/>
2477
+ <line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
2478
+ <line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
2479
+ <line num="97" count="0" type="stmt"/>
2421
2480
  <line num="99" count="0" type="stmt"/>
2422
- <line num="101" count="0" type="stmt"/>
2423
- <line num="104" count="0" type="cond" truecount="0" falsecount="1"/>
2481
+ <line num="102" count="0" type="stmt"/>
2424
2482
  <line num="105" count="0" type="cond" truecount="0" falsecount="1"/>
2425
2483
  <line num="106" count="0" type="stmt"/>
2426
2484
  <line num="107" count="0" type="stmt"/>
2427
- <line num="108" count="0" type="stmt"/>
2428
- <line num="110" count="0" type="stmt"/>
2485
+ <line num="109" count="0" type="stmt"/>
2429
2486
  <line num="112" count="0" type="cond" truecount="0" falsecount="1"/>
2430
2487
  <line num="113" count="0" type="cond" truecount="0" falsecount="1"/>
2431
2488
  <line num="114" count="0" type="stmt"/>
2432
2489
  <line num="115" count="0" type="stmt"/>
2433
2490
  <line num="116" count="0" type="stmt"/>
2434
2491
  <line num="118" count="0" type="stmt"/>
2492
+ <line num="120" count="0" type="cond" truecount="0" falsecount="1"/>
2435
2493
  <line num="121" count="0" type="cond" truecount="0" falsecount="1"/>
2436
2494
  <line num="122" count="0" type="stmt"/>
2437
2495
  <line num="123" count="0" type="stmt"/>
2438
- <line num="127" count="0" type="stmt"/>
2496
+ <line num="124" count="0" type="stmt"/>
2497
+ <line num="126" count="0" type="stmt"/>
2498
+ <line num="129" count="0" type="cond" truecount="0" falsecount="1"/>
2499
+ <line num="130" count="0" type="stmt"/>
2439
2500
  <line num="131" count="0" type="stmt"/>
2440
- <line num="136" count="0" type="stmt"/>
2501
+ <line num="135" count="0" type="stmt"/>
2441
2502
  <line num="139" count="0" type="stmt"/>
2442
- <line num="143" count="0" type="cond" truecount="0" falsecount="2"/>
2443
- <line num="146" count="0" type="cond" truecount="0" falsecount="1"/>
2503
+ <line num="144" count="0" type="stmt"/>
2444
2504
  <line num="147" count="0" type="stmt"/>
2445
- <line num="149" count="0" type="stmt"/>
2446
- <line num="152" count="0" type="cond" truecount="0" falsecount="1"/>
2447
- <line num="153" count="0" type="cond" truecount="0" falsecount="1"/>
2448
- <line num="154" count="0" type="stmt"/>
2505
+ <line num="151" count="0" type="cond" truecount="0" falsecount="2"/>
2506
+ <line num="154" count="0" type="cond" truecount="0" falsecount="1"/>
2449
2507
  <line num="155" count="0" type="stmt"/>
2450
- <line num="156" count="0" type="stmt"/>
2451
- <line num="159" count="0" type="cond" truecount="0" falsecount="1"/>
2452
- <line num="160" count="0" type="stmt"/>
2453
- <line num="161" count="0" type="stmt"/>
2508
+ <line num="157" count="0" type="stmt"/>
2509
+ <line num="160" count="0" type="cond" truecount="0" falsecount="1"/>
2510
+ <line num="161" count="0" type="cond" truecount="0" falsecount="1"/>
2454
2511
  <line num="162" count="0" type="stmt"/>
2455
- <line num="165" count="0" type="stmt"/>
2456
- <line num="166" count="0" type="cond" truecount="0" falsecount="2"/>
2457
- <line num="167" count="0" type="stmt"/>
2512
+ <line num="163" count="0" type="stmt"/>
2513
+ <line num="164" count="0" type="stmt"/>
2514
+ <line num="167" count="0" type="cond" truecount="0" falsecount="1"/>
2515
+ <line num="168" count="0" type="stmt"/>
2516
+ <line num="169" count="0" type="stmt"/>
2517
+ <line num="170" count="0" type="stmt"/>
2518
+ <line num="173" count="0" type="stmt"/>
2519
+ <line num="174" count="0" type="cond" truecount="0" falsecount="2"/>
2520
+ <line num="175" count="0" type="stmt"/>
2458
2521
  </file>
2459
2522
  </package>
2460
2523
  </project>