@openreplay/tracker 9.0.12 → 10.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 (110) hide show
  1. package/.nvmrc +1 -0
  2. package/CHANGELOG.md +7 -0
  3. package/README.md +4 -0
  4. package/bun.lockb +0 -0
  5. package/cjs/app/index.js +14 -11
  6. package/cjs/app/logger.d.ts +1 -1
  7. package/cjs/app/messages.gen.d.ts +2 -1
  8. package/cjs/app/messages.gen.js +20 -5
  9. package/cjs/app/nodes.js +4 -3
  10. package/cjs/app/observer/observer.js +2 -1
  11. package/cjs/common/messages.gen.d.ts +17 -4
  12. package/cjs/index.js +1 -1
  13. package/cjs/modules/Network/beaconProxy.d.ts +16 -0
  14. package/cjs/modules/Network/beaconProxy.js +82 -0
  15. package/cjs/modules/Network/fetchProxy.d.ts +0 -1
  16. package/cjs/modules/Network/fetchProxy.js +0 -1
  17. package/cjs/modules/Network/index.js +5 -0
  18. package/cjs/modules/Network/networkMessage.d.ts +1 -1
  19. package/cjs/modules/Network/networkMessage.js +1 -1
  20. package/cjs/modules/Network/xhrProxy.d.ts +0 -9
  21. package/cjs/modules/Network/xhrProxy.js +0 -1
  22. package/cjs/modules/axiosSpy.js +1 -1
  23. package/cjs/modules/constructedStyleSheets.js +25 -21
  24. package/cjs/modules/featureFlags.js +0 -1
  25. package/cjs/modules/img.js +2 -2
  26. package/cjs/modules/network.js +3 -2
  27. package/cjs/utils.d.ts +16 -0
  28. package/cjs/utils.js +53 -1
  29. package/coverage/clover.xml +533 -772
  30. package/coverage/coverage-final.json +8 -12
  31. package/coverage/lcov-report/index.html +27 -42
  32. package/coverage/lcov-report/main/app/guards.ts.html +1 -1
  33. package/coverage/lcov-report/main/app/index.html +14 -14
  34. package/coverage/lcov-report/main/app/index.ts.html +196 -28
  35. package/coverage/lcov-report/main/app/logger.ts.html +1 -1
  36. package/coverage/lcov-report/main/app/messages.gen.ts.html +1 -1
  37. package/coverage/lcov-report/main/app/nodes.ts.html +13 -7
  38. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
  39. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  40. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  41. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
  42. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  43. package/coverage/lcov-report/main/app/sanitizer.ts.html +1 -1
  44. package/coverage/lcov-report/main/app/session.ts.html +20 -8
  45. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  46. package/coverage/lcov-report/main/index.html +23 -23
  47. package/coverage/lcov-report/main/index.ts.html +26 -26
  48. package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +1 -1
  50. package/coverage/lcov-report/main/modules/Network/index.html +1 -1
  51. package/coverage/lcov-report/main/modules/Network/index.ts.html +1 -1
  52. package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +1 -1
  53. package/coverage/lcov-report/main/modules/Network/utils.ts.html +1 -1
  54. package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +1 -1
  55. package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
  56. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  57. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  58. package/coverage/lcov-report/main/modules/console.ts.html +1 -1
  59. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +42 -30
  60. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  61. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  62. package/coverage/lcov-report/main/modules/featureFlags.ts.html +1 -1
  63. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  64. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  65. package/coverage/lcov-report/main/modules/img.ts.html +23 -20
  66. package/coverage/lcov-report/main/modules/index.html +12 -12
  67. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  68. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  69. package/coverage/lcov-report/main/modules/network.ts.html +1 -1
  70. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  71. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  72. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  73. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  74. package/coverage/lcov-report/main/modules/timing.ts.html +30 -6
  75. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  76. package/coverage/lcov-report/main/utils.ts.html +269 -44
  77. package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
  78. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +1 -1
  79. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
  80. package/coverage/lcov-report/webworker/QueueSender.ts.html +1 -1
  81. package/coverage/lcov-report/webworker/index.html +1 -1
  82. package/coverage/lcov-report/webworker/index.ts.html +1 -1
  83. package/coverage/lcov.info +920 -1285
  84. package/lib/app/index.js +15 -12
  85. package/lib/app/logger.d.ts +1 -1
  86. package/lib/app/messages.gen.d.ts +2 -1
  87. package/lib/app/messages.gen.js +16 -2
  88. package/lib/app/nodes.js +4 -3
  89. package/lib/app/observer/observer.js +2 -1
  90. package/lib/common/messages.gen.d.ts +17 -4
  91. package/lib/common/tsconfig.tsbuildinfo +1 -1
  92. package/lib/index.js +1 -1
  93. package/lib/modules/Network/beaconProxy.d.ts +16 -0
  94. package/lib/modules/Network/beaconProxy.js +77 -0
  95. package/lib/modules/Network/fetchProxy.d.ts +0 -1
  96. package/lib/modules/Network/fetchProxy.js +0 -1
  97. package/lib/modules/Network/index.js +5 -0
  98. package/lib/modules/Network/networkMessage.d.ts +1 -1
  99. package/lib/modules/Network/networkMessage.js +1 -1
  100. package/lib/modules/Network/xhrProxy.d.ts +0 -9
  101. package/lib/modules/Network/xhrProxy.js +0 -1
  102. package/lib/modules/axiosSpy.js +1 -1
  103. package/lib/modules/constructedStyleSheets.js +25 -21
  104. package/lib/modules/featureFlags.js +0 -1
  105. package/lib/modules/img.js +3 -3
  106. package/lib/modules/network.js +3 -2
  107. package/lib/utils.d.ts +16 -0
  108. package/lib/utils.js +47 -0
  109. package/package.json +13 -13
  110. package/rollup.config.js +4 -4
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1697549878466" clover="3.2.0">
3
- <project timestamp="1697549878466" name="All files">
4
- <metrics statements="3252" coveredstatements="22" conditionals="1636" coveredconditionals="0" methods="651" coveredmethods="6" elements="5539" coveredelements="28" complexity="0" loc="3252" ncloc="3252" packages="7" files="49" classes="49"/>
2
+ <coverage generated="1698144786669" clover="3.2.0">
3
+ <project timestamp="1698144786669" name="All files">
4
+ <metrics statements="3028" coveredstatements="37" conditionals="1605" coveredconditionals="9" methods="614" coveredmethods="3" elements="5247" coveredelements="49" complexity="0" loc="3028" ncloc="3028" packages="6" files="45" classes="45"/>
5
5
  <package name="main">
6
- <metrics statements="217" coveredstatements="0" conditionals="101" coveredconditionals="0" methods="48" coveredmethods="0"/>
6
+ <metrics statements="249" coveredstatements="37" conditionals="119" coveredconditionals="9" methods="55" coveredmethods="3"/>
7
7
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/index.ts">
8
- <metrics statements="166" coveredstatements="0" conditionals="77" coveredconditionals="0" methods="34" coveredmethods="0"/>
8
+ <metrics statements="169" coveredstatements="0" conditionals="89" coveredconditionals="0" methods="33" 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,38 +30,40 @@
30
30
  <line num="29" count="0" type="stmt"/>
31
31
  <line num="30" count="0" type="stmt"/>
32
32
  <line num="31" count="0" type="stmt"/>
33
- <line num="33" count="0" type="stmt"/>
34
- <line num="34" count="0" type="stmt"/>
35
- <line num="65" count="0" type="stmt"/>
36
- <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
37
- <line num="69" count="0" type="stmt"/>
38
- <line num="72" count="0" type="stmt"/>
39
- <line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
33
+ <line num="32" count="0" type="stmt"/>
34
+ <line num="64" count="0" type="stmt"/>
35
+ <line num="67" count="0" type="cond" truecount="0" falsecount="1"/>
36
+ <line num="68" count="0" type="stmt"/>
37
+ <line num="71" count="0" type="stmt"/>
38
+ <line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
39
+ <line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
40
40
  <line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
41
- <line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
42
- <line num="78" count="0" type="stmt"/>
43
- <line num="81" count="0" type="stmt"/>
41
+ <line num="77" count="0" type="stmt"/>
42
+ <line num="80" count="0" type="stmt"/>
43
+ <line num="82" count="0" type="stmt"/>
44
44
  <line num="83" count="0" type="stmt"/>
45
- <line num="84" count="0" type="stmt"/>
45
+ <line num="86" count="0" type="stmt"/>
46
46
  <line num="87" count="0" type="stmt"/>
47
- <line num="88" count="0" type="stmt"/>
48
- <line num="91" count="0" type="cond" truecount="0" falsecount="1"/>
49
- <line num="92" count="0" type="stmt"/>
50
- <line num="94" count="0" type="stmt"/>
51
- <line num="97" count="0" type="stmt"/>
52
- <line num="101" count="0" type="stmt"/>
53
- <line num="103" count="0" type="stmt"/>
54
- <line num="104" count="0" type="cond" truecount="0" falsecount="3"/>
47
+ <line num="90" count="0" type="cond" truecount="0" falsecount="1"/>
48
+ <line num="91" count="0" type="stmt"/>
49
+ <line num="93" count="0" type="stmt"/>
50
+ <line num="96" count="0" type="stmt"/>
51
+ <line num="98" count="0" type="stmt"/>
52
+ <line num="100" count="0" type="stmt"/>
53
+ <line num="101" count="0" type="cond" truecount="0" falsecount="3"/>
54
+ <line num="102" count="0" type="stmt"/>
55
+ <line num="104" count="0" type="cond" truecount="0" falsecount="1"/>
55
56
  <line num="105" count="0" type="stmt"/>
56
- <line num="107" count="0" type="cond" truecount="0" falsecount="1"/>
57
- <line num="108" count="0" type="stmt"/>
57
+ <line num="106" count="0" type="stmt"/>
58
+ <line num="108" count="0" type="cond" truecount="0" falsecount="3"/>
58
59
  <line num="109" count="0" type="stmt"/>
59
- <line num="111" count="0" type="cond" truecount="0" falsecount="3"/>
60
60
  <line num="112" count="0" type="stmt"/>
61
- <line num="115" count="0" type="stmt"/>
62
- <line num="118" count="0" type="cond" truecount="0" falsecount="3"/>
63
- <line num="122" count="0" type="stmt"/>
64
- <line num="134" count="0" type="cond" truecount="0" falsecount="2"/>
61
+ <line num="115" count="0" type="cond" truecount="0" falsecount="3"/>
62
+ <line num="119" count="0" type="stmt"/>
63
+ <line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
64
+ <line num="132" count="0" type="stmt"/>
65
+ <line num="133" count="0" type="stmt"/>
66
+ <line num="134" count="0" type="stmt"/>
65
67
  <line num="135" count="0" type="stmt"/>
66
68
  <line num="136" count="0" type="stmt"/>
67
69
  <line num="137" count="0" type="stmt"/>
@@ -78,130 +80,131 @@
78
80
  <line num="148" count="0" type="stmt"/>
79
81
  <line num="149" count="0" type="stmt"/>
80
82
  <line num="150" count="0" type="stmt"/>
81
- <line num="151" count="0" type="stmt"/>
82
83
  <line num="152" count="0" type="stmt"/>
83
- <line num="153" count="0" type="stmt"/>
84
+ <line num="153" count="0" type="cond" truecount="0" falsecount="5"/>
84
85
  <line num="154" count="0" type="stmt"/>
85
86
  <line num="156" count="0" type="stmt"/>
86
- <line num="157" count="0" type="cond" truecount="0" falsecount="5"/>
87
87
  <line num="158" count="0" type="stmt"/>
88
+ <line num="159" count="0" type="cond" truecount="0" falsecount="3"/>
88
89
  <line num="160" count="0" type="stmt"/>
89
- <line num="162" count="0" type="cond" truecount="0" falsecount="1"/>
90
- <line num="163" count="0" type="stmt"/>
90
+ <line num="161" count="0" type="stmt"/>
91
+ <line num="162" count="0" type="cond" truecount="0" falsecount="4"/>
91
92
  <line num="164" count="0" type="stmt"/>
93
+ <line num="165" count="0" type="cond" truecount="0" falsecount="1"/>
92
94
  <line num="166" count="0" type="stmt"/>
93
- <line num="167" count="0" type="stmt"/>
94
- <line num="168" count="0" type="stmt"/>
95
- <line num="169" count="0" type="stmt"/>
95
+ <line num="168" count="0" type="cond" truecount="0" falsecount="1"/>
96
+ <line num="169" count="0" type="cond" truecount="0" falsecount="2"/>
97
+ <line num="171" count="0" type="stmt"/>
96
98
  <line num="172" count="0" type="stmt"/>
97
- <line num="173" count="0" type="stmt"/>
99
+ <line num="173" count="0" type="cond" truecount="0" falsecount="2"/>
100
+ <line num="176" count="0" type="stmt"/>
98
101
  <line num="177" count="0" type="stmt"/>
99
- <line num="180" count="0" type="stmt"/>
100
- <line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
101
- <line num="182" count="0" type="stmt"/>
102
- <line num="185" count="0" type="stmt"/>
103
- <line num="197" count="0" type="stmt"/>
102
+ <line num="181" count="0" type="stmt"/>
103
+ <line num="184" count="0" type="stmt"/>
104
+ <line num="185" count="0" type="cond" truecount="0" falsecount="2"/>
105
+ <line num="186" count="0" type="stmt"/>
106
+ <line num="189" count="0" type="stmt"/>
104
107
  <line num="201" count="0" type="stmt"/>
105
108
  <line num="205" count="0" type="stmt"/>
106
109
  <line num="209" count="0" type="stmt"/>
107
110
  <line num="213" count="0" type="stmt"/>
108
111
  <line num="217" count="0" type="stmt"/>
109
112
  <line num="221" count="0" type="stmt"/>
110
- <line num="225" count="0" type="cond" truecount="0" falsecount="1"/>
111
- <line num="226" count="0" type="stmt"/>
112
- <line num="228" count="0" type="stmt"/>
113
- <line num="232" count="0" type="cond" truecount="0" falsecount="1"/>
114
- <line num="233" count="0" type="stmt"/>
115
- <line num="236" count="0" type="stmt"/>
116
- <line num="238" count="0" type="cond" truecount="0" falsecount="1"/>
117
- <line num="239" count="0" type="stmt"/>
118
- <line num="242" count="0" type="stmt"/>
119
- <line num="246" count="0" type="cond" truecount="0" falsecount="1"/>
120
- <line num="247" count="0" type="stmt"/>
121
- <line num="249" count="0" type="stmt"/>
122
- <line num="250" count="0" type="stmt"/>
123
- <line num="254" count="0" type="cond" truecount="0" falsecount="1"/>
124
- <line num="255" count="0" type="stmt"/>
125
- <line num="257" count="0" type="stmt"/>
126
- <line num="261" count="0" type="cond" truecount="0" falsecount="1"/>
127
- <line num="262" count="0" type="stmt"/>
128
- <line num="264" count="0" type="stmt"/>
129
- <line num="268" count="0" type="cond" truecount="0" falsecount="1"/>
130
- <line num="269" count="0" type="stmt"/>
131
- <line num="271" count="0" type="stmt"/>
132
- <line num="275" count="0" type="cond" truecount="0" falsecount="1"/>
133
- <line num="276" count="0" type="stmt"/>
134
- <line num="278" count="0" type="stmt"/>
113
+ <line num="225" count="0" type="stmt"/>
114
+ <line num="229" count="0" type="cond" truecount="0" falsecount="1"/>
115
+ <line num="230" count="0" type="stmt"/>
116
+ <line num="232" count="0" type="stmt"/>
117
+ <line num="236" count="0" type="cond" truecount="0" falsecount="1"/>
118
+ <line num="237" count="0" type="stmt"/>
119
+ <line num="240" count="0" type="stmt"/>
120
+ <line num="242" count="0" type="cond" truecount="0" falsecount="1"/>
121
+ <line num="243" count="0" type="stmt"/>
122
+ <line num="246" count="0" type="stmt"/>
123
+ <line num="250" count="0" type="cond" truecount="0" falsecount="1"/>
124
+ <line num="251" count="0" type="stmt"/>
125
+ <line num="253" count="0" type="stmt"/>
126
+ <line num="254" count="0" type="stmt"/>
127
+ <line num="258" count="0" type="cond" truecount="0" falsecount="1"/>
128
+ <line num="259" count="0" type="stmt"/>
129
+ <line num="261" count="0" type="stmt"/>
130
+ <line num="265" count="0" type="cond" truecount="0" falsecount="1"/>
131
+ <line num="266" count="0" type="stmt"/>
132
+ <line num="268" count="0" type="stmt"/>
133
+ <line num="272" count="0" type="cond" truecount="0" falsecount="1"/>
134
+ <line num="273" count="0" type="stmt"/>
135
+ <line num="275" count="0" type="stmt"/>
136
+ <line num="279" count="0" type="cond" truecount="0" falsecount="1"/>
137
+ <line num="280" count="0" type="stmt"/>
135
138
  <line num="282" count="0" type="stmt"/>
136
- <line num="283" count="0" type="stmt"/>
137
- <line num="287" count="0" type="cond" truecount="0" falsecount="1"/>
138
- <line num="288" count="0" type="stmt"/>
139
- <line num="290" count="0" type="stmt"/>
140
- <line num="294" count="0" type="cond" truecount="0" falsecount="3"/>
141
- <line num="295" count="0" type="stmt"/>
142
- <line num="300" count="0" type="stmt"/>
143
- <line num="301" count="0" type="stmt"/>
144
- <line num="305" count="0" type="cond" truecount="0" falsecount="3"/>
145
- <line num="306" count="0" type="stmt"/>
146
- <line num="311" count="0" type="stmt"/>
147
- <line num="312" count="0" type="stmt"/>
148
- <line num="316" count="0" type="cond" truecount="0" falsecount="4"/>
149
- <line num="317" count="0" type="stmt"/>
150
- <line num="322" count="0" type="stmt"/>
151
- <line num="323" count="0" type="stmt"/>
152
- <line num="327" count="0" type="cond" truecount="0" falsecount="3"/>
153
- <line num="328" count="0" type="cond" truecount="0" falsecount="2"/>
154
- <line num="329" count="0" type="stmt"/>
155
- <line num="331" count="0" type="stmt"/>
156
- <line num="332" count="0" type="stmt"/>
157
- <line num="334" count="0" type="stmt"/>
139
+ <line num="286" count="0" type="stmt"/>
140
+ <line num="287" count="0" type="stmt"/>
141
+ <line num="291" count="0" type="cond" truecount="0" falsecount="1"/>
142
+ <line num="292" count="0" type="stmt"/>
143
+ <line num="294" count="0" type="stmt"/>
144
+ <line num="298" count="0" type="cond" truecount="0" falsecount="3"/>
145
+ <line num="299" count="0" type="stmt"/>
146
+ <line num="304" count="0" type="stmt"/>
147
+ <line num="305" count="0" type="stmt"/>
148
+ <line num="309" count="0" type="cond" truecount="0" falsecount="3"/>
149
+ <line num="310" count="0" type="stmt"/>
150
+ <line num="315" count="0" type="stmt"/>
151
+ <line num="316" count="0" type="stmt"/>
152
+ <line num="320" count="0" type="cond" truecount="0" falsecount="4"/>
153
+ <line num="321" count="0" type="stmt"/>
154
+ <line num="326" count="0" type="stmt"/>
155
+ <line num="327" count="0" type="stmt"/>
156
+ <line num="331" count="0" type="cond" truecount="0" falsecount="3"/>
157
+ <line num="332" count="0" type="cond" truecount="0" falsecount="2"/>
158
+ <line num="333" count="0" type="stmt"/>
159
+ <line num="335" count="0" type="stmt"/>
158
160
  <line num="336" count="0" type="stmt"/>
159
- <line num="342" count="0" type="cond" truecount="0" falsecount="3"/>
160
- <line num="343" count="0" type="stmt"/>
161
- <line num="344" count="0" type="stmt"/>
162
- <line num="346" count="0" type="stmt"/>
161
+ <line num="338" count="0" type="stmt"/>
162
+ <line num="340" count="0" type="stmt"/>
163
+ <line num="346" count="0" type="cond" truecount="0" falsecount="3"/>
164
+ <line num="347" count="0" type="stmt"/>
163
165
  <line num="348" count="0" type="stmt"/>
166
+ <line num="350" count="0" type="stmt"/>
164
167
  <line num="352" count="0" type="stmt"/>
165
- <line num="356" count="0" type="cond" truecount="0" falsecount="1"/>
166
- <line num="357" count="0" type="stmt"/>
167
- <line num="359" count="0" type="cond" truecount="0" falsecount="2"/>
168
- <line num="360" count="0" type="stmt"/>
168
+ <line num="356" count="0" type="stmt"/>
169
+ <line num="360" count="0" type="cond" truecount="0" falsecount="1"/>
169
170
  <line num="361" count="0" type="stmt"/>
170
- <line num="362" count="0" type="cond" truecount="0" falsecount="1"/>
171
- <line num="366" count="0" type="stmt"/>
172
- <line num="367" count="0" type="cond" truecount="0" falsecount="1"/>
173
- <line num="368" count="0" type="stmt"/>
174
- <line num="374" count="0" type="stmt"/>
171
+ <line num="363" count="0" type="cond" truecount="0" falsecount="2"/>
172
+ <line num="364" count="0" type="stmt"/>
173
+ <line num="365" count="0" type="stmt"/>
174
+ <line num="366" count="0" type="cond" truecount="0" falsecount="1"/>
175
+ <line num="370" count="0" type="stmt"/>
176
+ <line num="371" count="0" type="cond" truecount="0" falsecount="1"/>
177
+ <line num="372" count="0" type="stmt"/>
175
178
  </file>
176
179
  <file name="utils.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/utils.ts">
177
- <metrics statements="51" coveredstatements="0" conditionals="24" coveredconditionals="0" methods="14" coveredmethods="0"/>
178
- <line num="1" count="0" type="stmt"/>
179
- <line num="3" count="0" type="stmt"/>
180
- <line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
181
- <line num="7" count="0" type="stmt"/>
182
- <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
183
- <line num="13" count="0" type="stmt"/>
180
+ <metrics statements="80" coveredstatements="37" conditionals="30" coveredconditionals="9" methods="22" coveredmethods="3"/>
181
+ <line num="1" count="1" type="stmt"/>
182
+ <line num="3" count="1" type="stmt"/>
183
+ <line num="5" count="1" type="cond" truecount="2" falsecount="0"/>
184
+ <line num="7" count="1" type="stmt"/>
185
+ <line num="12" count="1" type="cond" truecount="1" falsecount="1"/>
186
+ <line num="13" count="1" type="stmt"/>
184
187
  <line num="14" count="0" type="stmt"/>
185
- <line num="16" count="0" type="stmt"/>
188
+ <line num="16" count="1" type="stmt"/>
186
189
  <line num="17" count="0" type="stmt"/>
187
- <line num="19" count="0" type="stmt"/>
190
+ <line num="19" count="1" type="stmt"/>
188
191
  <line num="21" count="0" type="stmt"/>
189
192
  <line num="22" count="0" type="stmt"/>
190
- <line num="24" count="0" type="stmt"/>
193
+ <line num="24" count="1" type="stmt"/>
191
194
  <line num="26" count="0" type="stmt"/>
192
195
  <line num="27" count="0" type="stmt"/>
193
- <line num="29" count="0" type="stmt"/>
196
+ <line num="29" count="1" type="stmt"/>
194
197
  <line num="30" count="0" type="stmt"/>
195
- <line num="34" count="0" type="stmt"/>
198
+ <line num="34" count="1" type="stmt"/>
196
199
  <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
197
- <line num="40" count="0" type="stmt"/>
198
- <line num="42" count="0" type="stmt"/>
199
- <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
200
+ <line num="40" count="1" type="stmt"/>
201
+ <line num="42" count="1" type="stmt"/>
202
+ <line num="43" count="1" type="cond" truecount="0" falsecount="1"/>
200
203
  <line num="44" count="0" type="cond" truecount="0" falsecount="1"/>
201
204
  <line num="45" count="0" type="stmt"/>
202
205
  <line num="47" count="0" type="stmt"/>
203
206
  <line num="52" count="0" type="stmt"/>
204
- <line num="55" count="0" type="stmt"/>
207
+ <line num="55" count="1" type="stmt"/>
205
208
  <line num="56" count="0" type="stmt"/>
206
209
  <line num="57" count="0" type="cond" truecount="0" falsecount="1"/>
207
210
  <line num="58" count="0" type="stmt"/>
@@ -209,27 +212,56 @@
209
212
  <line num="61" count="0" type="cond" truecount="0" falsecount="1"/>
210
213
  <line num="62" count="0" type="stmt"/>
211
214
  <line num="64" count="0" type="stmt"/>
212
- <line num="67" count="0" type="stmt"/>
215
+ <line num="67" count="1" type="stmt"/>
213
216
  <line num="68" count="0" type="stmt"/>
214
217
  <line num="69" count="0" type="cond" truecount="0" falsecount="1"/>
215
218
  <line num="71" count="0" type="cond" truecount="0" falsecount="1"/>
216
219
  <line num="72" count="0" type="stmt"/>
217
220
  <line num="79" count="0" type="stmt"/>
218
221
  <line num="82" count="0" type="stmt"/>
219
- <line num="88" count="0" type="stmt"/>
222
+ <line num="88" count="1" type="stmt"/>
220
223
  <line num="89" count="0" type="stmt"/>
221
224
  <line num="90" count="0" type="stmt"/>
222
225
  <line num="92" count="0" type="stmt"/>
223
226
  <line num="97" count="0" type="stmt"/>
224
- <line num="100" count="0" type="stmt"/>
227
+ <line num="100" count="1" type="stmt"/>
225
228
  <line num="101" count="0" type="cond" truecount="0" falsecount="2"/>
226
229
  <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
227
230
  <line num="105" count="0" type="stmt"/>
228
231
  <line num="106" count="0" type="stmt"/>
232
+ <line num="109" count="1" type="stmt"/>
233
+ <line num="110" count="0" type="stmt"/>
234
+ <line num="111" count="0" type="stmt"/>
235
+ <line num="113" count="0" type="stmt"/>
236
+ <line num="121" count="1" type="stmt"/>
237
+ <line num="123" count="0" type="cond" truecount="0" falsecount="4"/>
238
+ <line num="129" count="1" type="stmt"/>
239
+ <line num="130" count="0" type="stmt"/>
240
+ <line num="131" count="0" type="stmt"/>
241
+ <line num="134" count="1" type="stmt"/>
242
+ <line num="140" count="0" type="stmt"/>
243
+ <line num="141" count="0" type="stmt"/>
244
+ <line num="144" count="1" type="stmt"/>
245
+ <line num="150" count="0" type="stmt"/>
246
+ <line num="153" count="0" type="stmt"/>
247
+ <line num="163" count="1" type="stmt"/>
248
+ <line num="164" count="2" type="stmt"/>
249
+ <line num="165" count="2" type="cond" truecount="2" falsecount="0"/>
250
+ <line num="166" count="1" type="stmt"/>
251
+ <line num="168" count="1" type="stmt"/>
252
+ <line num="169" count="1" type="stmt"/>
253
+ <line num="170" count="1" type="stmt"/>
254
+ <line num="172" count="1" type="stmt"/>
255
+ <line num="173" count="1" type="stmt"/>
256
+ <line num="174" count="1" type="stmt"/>
257
+ <line num="175" count="1" type="stmt"/>
258
+ <line num="177" count="1" type="stmt"/>
259
+ <line num="178" count="1" type="stmt"/>
260
+ <line num="179" count="1" type="stmt"/>
229
261
  </file>
230
262
  </package>
231
263
  <package name="main.app">
232
- <metrics statements="618" coveredstatements="0" conditionals="241" coveredconditionals="0" methods="188" coveredmethods="0"/>
264
+ <metrics statements="630" coveredstatements="0" conditionals="240" coveredconditionals="0" methods="190" coveredmethods="0"/>
233
265
  <file name="guards.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/guards.ts">
234
266
  <metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
235
267
  <line num="2" count="0" type="stmt"/>
@@ -250,279 +282,289 @@
250
282
  <line num="47" count="0" type="stmt"/>
251
283
  </file>
252
284
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
253
- <metrics statements="272" coveredstatements="0" conditionals="159" coveredconditionals="0" methods="56" coveredmethods="0"/>
285
+ <metrics statements="282" coveredstatements="0" conditionals="158" coveredconditionals="0" methods="57" coveredmethods="0"/>
254
286
  <line num="2" count="0" type="stmt"/>
255
287
  <line num="3" count="0" type="stmt"/>
256
- <line num="4" count="0" type="stmt"/>
257
- <line num="5" count="0" type="stmt"/>
258
- <line num="6" count="0" type="stmt"/>
259
- <line num="7" count="0" type="stmt"/>
260
- <line num="8" count="0" type="stmt"/>
261
- <line num="9" count="0" type="stmt"/>
262
- <line num="10" count="0" type="stmt"/>
263
- <line num="11" count="0" type="stmt"/>
264
288
  <line num="12" count="0" type="stmt"/>
265
- <line num="42" count="0" type="stmt"/>
266
- <line num="43" count="0" type="stmt"/>
267
- <line num="55" count="0" type="stmt"/>
268
- <line num="56" count="0" type="stmt"/>
269
- <line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
270
- <line num="62" count="0" type="stmt"/>
271
- <line num="63" count="0" type="stmt"/>
272
- <line num="64" count="0" type="stmt"/>
273
- <line num="96" count="0" type="stmt"/>
274
- <line num="99" count="0" type="stmt"/>
275
- <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
276
- <line num="101" count="0" type="stmt"/>
277
- <line num="102" count="0" type="stmt"/>
278
- <line num="103" count="0" type="stmt"/>
279
- <line num="106" count="0" type="stmt"/>
280
- <line num="116" count="0" type="stmt"/>
281
- <line num="118" count="0" type="stmt"/>
282
- <line num="119" count="0" type="stmt"/>
283
- <line num="120" count="0" type="stmt"/>
284
- <line num="124" count="0" type="stmt"/>
285
- <line num="125" count="0" type="stmt"/>
286
- <line num="128" count="0" type="stmt"/>
287
- <line num="129" count="0" type="stmt"/>
289
+ <line num="13" count="0" type="stmt"/>
290
+ <line num="14" count="0" type="stmt"/>
291
+ <line num="15" count="0" type="stmt"/>
292
+ <line num="16" count="0" type="stmt"/>
293
+ <line num="17" count="0" type="stmt"/>
294
+ <line num="18" count="0" type="stmt"/>
295
+ <line num="19" count="0" type="stmt"/>
296
+ <line num="20" count="0" type="stmt"/>
297
+ <line num="51" count="0" type="stmt"/>
298
+ <line num="52" count="0" type="stmt"/>
299
+ <line num="65" count="0" type="stmt"/>
300
+ <line num="66" count="0" type="stmt"/>
301
+ <line num="72" count="0" type="cond" truecount="0" falsecount="2"/>
302
+ <line num="73" count="0" type="stmt"/>
303
+ <line num="74" count="0" type="stmt"/>
304
+ <line num="75" count="0" type="stmt"/>
305
+ <line num="107" count="0" type="stmt"/>
306
+ <line num="110" count="0" type="stmt"/>
307
+ <line num="111" count="0" type="cond" truecount="0" falsecount="2"/>
308
+ <line num="112" count="0" type="stmt"/>
309
+ <line num="113" count="0" type="stmt"/>
310
+ <line num="114" count="0" type="stmt"/>
311
+ <line num="117" count="0" type="stmt"/>
312
+ <line num="127" count="0" type="stmt"/>
288
313
  <line num="130" count="0" type="stmt"/>
289
- <line num="138" count="0" type="stmt"/>
290
- <line num="139" count="0" type="stmt"/>
314
+ <line num="131" count="0" type="stmt"/>
315
+ <line num="132" count="0" type="stmt"/>
316
+ <line num="136" count="0" type="stmt"/>
317
+ <line num="137" count="0" type="stmt"/>
291
318
  <line num="140" count="0" type="stmt"/>
292
- <line num="162" count="0" type="cond" truecount="0" falsecount="4"/>
293
- <line num="163" count="0" type="stmt"/>
294
- <line num="166" count="0" type="stmt"/>
295
- <line num="167" count="0" type="cond" truecount="0" falsecount="4"/>
296
- <line num="168" count="0" type="cond" truecount="0" falsecount="4"/>
297
- <line num="169" count="0" type="stmt"/>
298
- <line num="170" count="0" type="stmt"/>
299
- <line num="171" count="0" type="stmt"/>
300
- <line num="172" count="0" type="stmt"/>
301
- <line num="173" count="0" type="stmt"/>
302
- <line num="174" count="0" type="stmt"/>
303
- <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
304
- <line num="176" count="0" type="stmt"/>
305
- <line num="177" count="0" type="stmt"/>
306
- <line num="178" count="0" type="stmt"/>
307
- <line num="179" count="0" type="cond" truecount="0" falsecount="1"/>
308
- <line num="181" count="0" type="stmt"/>
309
- <line num="183" count="0" type="cond" truecount="0" falsecount="1"/>
319
+ <line num="141" count="0" type="stmt"/>
320
+ <line num="142" count="0" type="stmt"/>
321
+ <line num="150" count="0" type="stmt"/>
322
+ <line num="151" count="0" type="stmt"/>
323
+ <line num="152" count="0" type="stmt"/>
324
+ <line num="153" count="0" type="stmt"/>
325
+ <line num="175" count="0" type="cond" truecount="0" falsecount="4"/>
326
+ <line num="176" count="0" type="cond" truecount="0" falsecount="2"/>
327
+ <line num="179" count="0" type="stmt"/>
328
+ <line num="180" count="0" type="cond" truecount="0" falsecount="4"/>
329
+ <line num="181" count="0" type="cond" truecount="0" falsecount="4"/>
330
+ <line num="182" count="0" type="stmt"/>
331
+ <line num="183" count="0" type="stmt"/>
310
332
  <line num="184" count="0" type="stmt"/>
311
- <line num="189" count="0" type="cond" truecount="0" falsecount="1"/>
333
+ <line num="185" count="0" type="stmt"/>
334
+ <line num="186" count="0" type="stmt"/>
335
+ <line num="187" count="0" type="stmt"/>
336
+ <line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
337
+ <line num="189" count="0" type="stmt"/>
312
338
  <line num="190" count="0" type="stmt"/>
313
- <line num="193" count="0" type="stmt"/>
339
+ <line num="191" count="0" type="stmt"/>
340
+ <line num="192" count="0" type="cond" truecount="0" falsecount="1"/>
314
341
  <line num="194" count="0" type="stmt"/>
342
+ <line num="196" count="0" type="cond" truecount="0" falsecount="1"/>
315
343
  <line num="197" count="0" type="stmt"/>
316
- <line num="198" count="0" type="stmt"/>
317
- <line num="200" count="0" type="stmt"/>
318
- <line num="201" count="0" type="cond" truecount="0" falsecount="2"/>
319
- <line num="202" count="0" type="stmt"/>
344
+ <line num="202" count="0" type="cond" truecount="0" falsecount="1"/>
320
345
  <line num="203" count="0" type="stmt"/>
321
- <line num="204" count="0" type="cond" truecount="0" falsecount="2"/>
322
- <line num="205" count="0" type="stmt"/>
323
- <line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
346
+ <line num="206" count="0" type="stmt"/>
324
347
  <line num="207" count="0" type="stmt"/>
325
- <line num="208" count="0" type="stmt"/>
326
- <line num="209" count="0" type="cond" truecount="0" falsecount="1"/>
327
348
  <line num="210" count="0" type="stmt"/>
328
349
  <line num="211" count="0" type="stmt"/>
329
- <line num="212" count="0" type="cond" truecount="0" falsecount="2"/>
330
350
  <line num="213" count="0" type="stmt"/>
331
- <line num="214" count="0" type="cond" truecount="0" falsecount="1"/>
351
+ <line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
332
352
  <line num="215" count="0" type="stmt"/>
333
353
  <line num="216" count="0" type="stmt"/>
334
- <line num="217" count="0" type="cond" truecount="0" falsecount="1"/>
354
+ <line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
335
355
  <line num="218" count="0" type="stmt"/>
336
- <line num="219" count="0" type="stmt"/>
337
- <line num="223" count="0" type="cond" truecount="0" falsecount="4"/>
338
- <line num="226" count="0" type="cond" truecount="0" falsecount="4"/>
339
- <line num="230" count="0" type="stmt"/>
340
- <line num="231" count="0" type="cond" truecount="0" falsecount="1"/>
356
+ <line num="219" count="0" type="cond" truecount="0" falsecount="2"/>
357
+ <line num="220" count="0" type="stmt"/>
358
+ <line num="221" count="0" type="stmt"/>
359
+ <line num="222" count="0" type="cond" truecount="0" falsecount="1"/>
360
+ <line num="223" count="0" type="stmt"/>
361
+ <line num="224" count="0" type="stmt"/>
362
+ <line num="225" count="0" type="cond" truecount="0" falsecount="2"/>
363
+ <line num="226" count="0" type="stmt"/>
364
+ <line num="227" count="0" type="cond" truecount="0" falsecount="1"/>
365
+ <line num="228" count="0" type="stmt"/>
366
+ <line num="229" count="0" type="stmt"/>
367
+ <line num="230" count="0" type="cond" truecount="0" falsecount="1"/>
368
+ <line num="231" count="0" type="stmt"/>
341
369
  <line num="232" count="0" type="stmt"/>
342
- <line num="236" count="0" type="stmt"/>
343
- <line num="237" count="0" type="stmt"/>
344
- <line num="239" count="0" type="stmt"/>
345
- <line num="241" count="0" type="stmt"/>
346
- <line num="244" count="0" type="stmt"/>
347
- <line num="246" count="0" type="cond" truecount="0" falsecount="3"/>
348
- <line num="247" count="0" type="stmt"/>
349
- <line num="250" count="0" type="cond" truecount="0" falsecount="1"/>
350
- <line num="251" count="0" type="stmt"/>
351
- <line num="252" count="0" type="cond" truecount="0" falsecount="1"/>
352
- <line num="253" count="0" type="cond" truecount="0" falsecount="1"/>
370
+ <line num="236" count="0" type="cond" truecount="0" falsecount="4"/>
371
+ <line num="239" count="0" type="cond" truecount="0" falsecount="4"/>
372
+ <line num="243" count="0" type="stmt"/>
373
+ <line num="244" count="0" type="cond" truecount="0" falsecount="1"/>
374
+ <line num="245" count="0" type="stmt"/>
375
+ <line num="249" count="0" type="stmt"/>
376
+ <line num="250" count="0" type="stmt"/>
377
+ <line num="252" count="0" type="stmt"/>
353
378
  <line num="254" count="0" type="stmt"/>
354
- <line num="255" count="0" type="stmt"/>
355
- <line num="257" count="0" type="cond" truecount="0" falsecount="1"/>
356
- <line num="258" count="0" type="stmt"/>
357
- <line num="259" count="0" type="cond" truecount="0" falsecount="3"/>
358
- <line num="260" count="0" type="stmt"/>
359
- <line num="272" count="0" type="cond" truecount="0" falsecount="1"/>
360
- <line num="273" count="0" type="stmt"/>
379
+ <line num="257" count="0" type="stmt"/>
380
+ <line num="259" count="0" type="stmt"/>
381
+ <line num="268" count="0" type="cond" truecount="0" falsecount="1"/>
382
+ <line num="269" count="0" type="stmt"/>
383
+ <line num="276" count="0" type="cond" truecount="0" falsecount="1"/>
384
+ <line num="277" count="0" type="stmt"/>
385
+ <line num="278" count="0" type="cond" truecount="0" falsecount="1"/>
386
+ <line num="279" count="0" type="stmt"/>
387
+ <line num="281" count="0" type="cond" truecount="0" falsecount="1"/>
388
+ <line num="282" count="0" type="stmt"/>
361
389
  <line num="283" count="0" type="stmt"/>
390
+ <line num="285" count="0" type="cond" truecount="0" falsecount="1"/>
362
391
  <line num="286" count="0" type="stmt"/>
363
- <line num="288" count="0" type="cond" truecount="0" falsecount="1"/>
364
- <line num="289" count="0" type="stmt"/>
365
- <line num="292" count="0" type="cond" truecount="0" falsecount="1"/>
392
+ <line num="287" count="0" type="stmt"/>
393
+ <line num="288" count="0" type="stmt"/>
394
+ <line num="290" count="0" type="cond" truecount="0" falsecount="1"/>
395
+ <line num="291" count="0" type="stmt"/>
396
+ <line num="292" count="0" type="cond" truecount="0" falsecount="3"/>
366
397
  <line num="293" count="0" type="stmt"/>
367
- <line num="294" count="0" type="stmt"/>
368
- <line num="295" count="0" type="stmt"/>
369
- <line num="297" count="0" type="cond" truecount="0" falsecount="3"/>
370
- <line num="298" count="0" type="stmt"/>
371
- <line num="302" count="0" type="stmt"/>
372
- <line num="308" count="0" type="cond" truecount="0" falsecount="3"/>
373
- <line num="309" count="0" type="stmt"/>
374
- <line num="313" count="0" type="cond" truecount="0" falsecount="3"/>
375
- <line num="314" count="0" type="stmt"/>
376
- <line num="315" count="0" type="stmt"/>
377
- <line num="316" count="0" type="stmt"/>
398
+ <line num="306" count="0" type="cond" truecount="0" falsecount="1"/>
399
+ <line num="307" count="0" type="stmt"/>
378
400
  <line num="317" count="0" type="stmt"/>
379
- <line num="318" count="0" type="stmt"/>
380
- <line num="322" count="0" type="stmt"/>
401
+ <line num="320" count="0" type="stmt"/>
402
+ <line num="323" count="0" type="cond" truecount="0" falsecount="1"/>
381
403
  <line num="324" count="0" type="stmt"/>
404
+ <line num="327" count="0" type="cond" truecount="0" falsecount="1"/>
382
405
  <line num="328" count="0" type="stmt"/>
383
406
  <line num="329" count="0" type="stmt"/>
384
407
  <line num="330" count="0" type="stmt"/>
385
- <line num="331" count="0" type="stmt"/>
408
+ <line num="332" count="0" type="cond" truecount="0" falsecount="3"/>
386
409
  <line num="333" count="0" type="stmt"/>
387
- <line num="343" count="0" type="stmt"/>
388
- <line num="346" count="0" type="cond" truecount="0" falsecount="1"/>
389
- <line num="347" count="0" type="stmt"/>
390
- <line num="349" count="0" type="stmt"/>
391
- <line num="352" count="0" type="cond" truecount="0" falsecount="1"/>
392
- <line num="353" count="0" type="stmt"/>
410
+ <line num="337" count="0" type="stmt"/>
411
+ <line num="343" count="0" type="cond" truecount="0" falsecount="3"/>
412
+ <line num="344" count="0" type="stmt"/>
413
+ <line num="349" count="0" type="cond" truecount="0" falsecount="3"/>
414
+ <line num="350" count="0" type="stmt"/>
415
+ <line num="351" count="0" type="stmt"/>
416
+ <line num="352" count="0" type="stmt"/>
417
+ <line num="354" count="0" type="stmt"/>
393
418
  <line num="355" count="0" type="stmt"/>
394
- <line num="365" count="0" type="cond" truecount="0" falsecount="1"/>
395
- <line num="366" count="0" type="stmt"/>
396
- <line num="368" count="0" type="cond" truecount="0" falsecount="4"/>
397
- <line num="369" count="0" type="cond" truecount="0" falsecount="4"/>
398
- <line num="374" count="0" type="stmt"/>
399
- <line num="375" count="0" type="stmt"/>
400
- <line num="376" count="0" type="stmt"/>
401
- <line num="377" count="0" type="cond" truecount="0" falsecount="3"/>
402
- <line num="378" count="0" type="stmt"/>
403
- <line num="380" count="0" type="cond" truecount="0" falsecount="1"/>
404
- <line num="381" count="0" type="stmt"/>
405
- <line num="383" count="0" type="cond" truecount="0" falsecount="1"/>
406
- <line num="384" count="0" type="stmt"/>
407
- <line num="387" count="0" type="stmt"/>
408
- <line num="391" count="0" type="stmt"/>
409
- <line num="400" count="0" type="stmt"/>
410
- <line num="406" count="0" type="stmt"/>
411
- <line num="409" count="0" type="cond" truecount="0" falsecount="2"/>
412
- <line num="413" count="0" type="stmt"/>
413
- <line num="414" count="0" type="cond" truecount="0" falsecount="3"/>
419
+ <line num="356" count="0" type="stmt"/>
420
+ <line num="361" count="0" type="stmt"/>
421
+ <line num="364" count="0" type="stmt"/>
422
+ <line num="368" count="0" type="stmt"/>
423
+ <line num="369" count="0" type="stmt"/>
424
+ <line num="370" count="0" type="stmt"/>
425
+ <line num="371" count="0" type="stmt"/>
426
+ <line num="373" count="0" type="stmt"/>
427
+ <line num="383" count="0" type="stmt"/>
428
+ <line num="387" count="0" type="cond" truecount="0" falsecount="1"/>
429
+ <line num="388" count="0" type="stmt"/>
430
+ <line num="390" count="0" type="stmt"/>
431
+ <line num="394" count="0" type="cond" truecount="0" falsecount="1"/>
432
+ <line num="395" count="0" type="stmt"/>
433
+ <line num="397" count="0" type="stmt"/>
434
+ <line num="408" count="0" type="cond" truecount="0" falsecount="1"/>
435
+ <line num="409" count="0" type="stmt"/>
436
+ <line num="411" count="0" type="stmt"/>
437
+ <line num="412" count="0" type="cond" truecount="0" falsecount="2"/>
414
438
  <line num="415" count="0" type="stmt"/>
415
- <line num="416" count="0" type="stmt"/>
416
- <line num="418" count="0" type="stmt"/>
417
- <line num="419" count="0" type="stmt"/>
418
- <line num="421" count="0" type="cond" truecount="0" falsecount="2"/>
439
+ <line num="416" count="0" type="cond" truecount="0" falsecount="2"/>
419
440
  <line num="423" count="0" type="stmt"/>
420
- <line num="425" count="0" type="cond" truecount="0" falsecount="5"/>
421
- <line num="426" count="0" type="stmt"/>
441
+ <line num="424" count="0" type="stmt"/>
442
+ <line num="425" count="0" type="stmt"/>
443
+ <line num="426" count="0" type="cond" truecount="0" falsecount="3"/>
422
444
  <line num="427" count="0" type="stmt"/>
445
+ <line num="429" count="0" type="cond" truecount="0" falsecount="1"/>
423
446
  <line num="430" count="0" type="stmt"/>
424
- <line num="434" count="0" type="stmt"/>
425
- <line num="437" count="0" type="stmt"/>
426
- <line num="440" count="0" type="cond" truecount="0" falsecount="2"/>
427
- <line num="441" count="0" type="stmt"/>
428
- <line num="442" count="0" type="cond" truecount="0" falsecount="1"/>
429
- <line num="445" count="0" type="cond" truecount="0" falsecount="1"/>
430
- <line num="446" count="0" type="stmt"/>
431
- <line num="449" count="0" type="stmt"/>
432
- <line num="455" count="0" type="stmt"/>
433
- <line num="456" count="0" type="stmt"/>
447
+ <line num="432" count="0" type="cond" truecount="0" falsecount="1"/>
448
+ <line num="433" count="0" type="stmt"/>
449
+ <line num="436" count="0" type="stmt"/>
450
+ <line num="440" count="0" type="stmt"/>
451
+ <line num="450" count="0" type="stmt"/>
434
452
  <line num="457" count="0" type="stmt"/>
435
- <line num="458" count="0" type="stmt"/>
436
- <line num="462" count="0" type="stmt"/>
437
- <line num="466" count="0" type="stmt"/>
438
- <line num="470" count="0" type="cond" truecount="0" falsecount="2"/>
453
+ <line num="461" count="0" type="cond" truecount="0" falsecount="2"/>
454
+ <line num="465" count="0" type="stmt"/>
455
+ <line num="466" count="0" type="cond" truecount="0" falsecount="3"/>
456
+ <line num="467" count="0" type="stmt"/>
457
+ <line num="468" count="0" type="stmt"/>
458
+ <line num="470" count="0" type="stmt"/>
439
459
  <line num="471" count="0" type="stmt"/>
440
- <line num="473" count="0" type="stmt"/>
441
- <line num="478" count="0" type="cond" truecount="0" falsecount="1"/>
460
+ <line num="473" count="0" type="cond" truecount="0" falsecount="2"/>
461
+ <line num="475" count="0" type="stmt"/>
462
+ <line num="477" count="0" type="cond" truecount="0" falsecount="5"/>
463
+ <line num="478" count="0" type="stmt"/>
442
464
  <line num="479" count="0" type="stmt"/>
443
- <line num="481" count="0" type="cond" truecount="0" falsecount="1"/>
444
465
  <line num="482" count="0" type="stmt"/>
445
- <line num="488" count="0" type="stmt"/>
446
- <line num="489" count="0" type="stmt"/>
447
- <line num="491" count="0" type="cond" truecount="0" falsecount="1"/>
448
- <line num="492" count="0" type="stmt"/>
449
- <line num="494" count="0" type="cond" truecount="0" falsecount="1"/>
450
- <line num="496" count="0" type="stmt"/>
451
- <line num="498" count="0" type="stmt"/>
452
- <line num="504" count="0" type="stmt"/>
453
- <line num="505" count="0" type="stmt"/>
454
- <line num="516" count="0" type="stmt"/>
466
+ <line num="486" count="0" type="stmt"/>
467
+ <line num="490" count="0" type="stmt"/>
468
+ <line num="494" count="0" type="cond" truecount="0" falsecount="2"/>
469
+ <line num="495" count="0" type="stmt"/>
470
+ <line num="496" count="0" type="cond" truecount="0" falsecount="1"/>
471
+ <line num="499" count="0" type="cond" truecount="0" falsecount="1"/>
472
+ <line num="500" count="0" type="stmt"/>
473
+ <line num="503" count="0" type="stmt"/>
474
+ <line num="510" count="0" type="stmt"/>
475
+ <line num="511" count="0" type="stmt"/>
476
+ <line num="512" count="0" type="stmt"/>
477
+ <line num="513" count="0" type="stmt"/>
455
478
  <line num="517" count="0" type="stmt"/>
456
- <line num="518" count="0" type="cond" truecount="0" falsecount="3"/>
457
- <line num="519" count="0" type="stmt"/>
458
- <line num="520" count="0" type="cond" truecount="0" falsecount="2"/>
459
- <line num="522" count="0" type="stmt"/>
460
- <line num="523" count="0" type="stmt"/>
461
- <line num="540" count="0" type="cond" truecount="0" falsecount="2"/>
462
- <line num="541" count="0" type="stmt"/>
479
+ <line num="521" count="0" type="stmt"/>
480
+ <line num="525" count="0" type="cond" truecount="0" falsecount="2"/>
481
+ <line num="526" count="0" type="stmt"/>
482
+ <line num="528" count="0" type="stmt"/>
483
+ <line num="533" count="0" type="cond" truecount="0" falsecount="1"/>
484
+ <line num="534" count="0" type="stmt"/>
485
+ <line num="536" count="0" type="cond" truecount="0" falsecount="1"/>
486
+ <line num="537" count="0" type="stmt"/>
463
487
  <line num="543" count="0" type="stmt"/>
464
- <line num="546" count="0" type="cond" truecount="0" falsecount="2"/>
465
- <line num="553" count="0" type="cond" truecount="0" falsecount="1"/>
466
- <line num="554" count="0" type="stmt"/>
467
- <line num="556" count="0" type="cond" truecount="0" falsecount="1"/>
468
- <line num="557" count="0" type="stmt"/>
488
+ <line num="544" count="0" type="stmt"/>
489
+ <line num="546" count="0" type="cond" truecount="0" falsecount="1"/>
490
+ <line num="547" count="0" type="stmt"/>
491
+ <line num="549" count="0" type="cond" truecount="0" falsecount="1"/>
492
+ <line num="551" count="0" type="stmt"/>
493
+ <line num="553" count="0" type="stmt"/>
494
+ <line num="559" count="0" type="stmt"/>
495
+ <line num="560" count="0" type="stmt"/>
496
+ <line num="571" count="0" type="stmt"/>
497
+ <line num="572" count="0" type="stmt"/>
498
+ <line num="573" count="0" type="cond" truecount="0" falsecount="3"/>
469
499
  <line num="574" count="0" type="stmt"/>
470
- <line num="575" count="0" type="cond" truecount="0" falsecount="1"/>
471
- <line num="583" count="0" type="stmt"/>
472
- <line num="585" count="0" type="stmt"/>
473
- <line num="586" count="0" type="stmt"/>
474
- <line num="587" count="0" type="stmt"/>
475
- <line num="595" count="0" type="stmt"/>
476
- <line num="600" count="0" type="cond" truecount="0" falsecount="3"/>
477
- <line num="601" count="0" type="stmt"/>
478
- <line num="603" count="0" type="stmt"/>
479
- <line num="606" count="0" type="stmt"/>
480
- <line num="607" count="0" type="stmt"/>
500
+ <line num="575" count="0" type="cond" truecount="0" falsecount="2"/>
501
+ <line num="577" count="0" type="stmt"/>
502
+ <line num="578" count="0" type="stmt"/>
503
+ <line num="595" count="0" type="cond" truecount="0" falsecount="2"/>
504
+ <line num="596" count="0" type="stmt"/>
505
+ <line num="598" count="0" type="stmt"/>
506
+ <line num="601" count="0" type="cond" truecount="0" falsecount="2"/>
507
+ <line num="608" count="0" type="cond" truecount="0" falsecount="1"/>
481
508
  <line num="609" count="0" type="stmt"/>
482
- <line num="611" count="0" type="stmt"/>
483
- <line num="617" count="0" type="stmt"/>
484
- <line num="619" count="0" type="stmt"/>
485
- <line num="622" count="0" type="stmt"/>
486
- <line num="623" count="0" type="stmt"/>
487
- <line num="624" count="0" type="stmt"/>
488
- <line num="625" count="0" type="stmt"/>
489
- <line num="627" count="0" type="stmt"/>
490
- <line num="629" count="0" type="cond" truecount="0" falsecount="1"/>
491
- <line num="630" count="0" type="stmt"/>
492
- <line num="632" count="0" type="stmt"/>
493
- <line num="633" count="0" type="stmt"/>
494
- <line num="636" count="0" type="stmt"/>
495
- <line num="637" count="0" type="stmt"/>
496
- <line num="638" count="0" type="cond" truecount="0" falsecount="1"/>
497
- <line num="639" count="0" type="stmt"/>
509
+ <line num="611" count="0" type="cond" truecount="0" falsecount="1"/>
510
+ <line num="612" count="0" type="stmt"/>
511
+ <line num="629" count="0" type="stmt"/>
512
+ <line num="630" count="0" type="cond" truecount="0" falsecount="1"/>
513
+ <line num="638" count="0" type="stmt"/>
514
+ <line num="640" count="0" type="stmt"/>
515
+ <line num="641" count="0" type="stmt"/>
498
516
  <line num="642" count="0" type="stmt"/>
499
- <line num="643" count="0" type="stmt"/>
500
- <line num="644" count="0" type="stmt"/>
501
- <line num="653" count="0" type="cond" truecount="0" falsecount="2"/>
502
- <line num="654" count="0" type="stmt"/>
503
- <line num="655" count="0" type="stmt"/>
517
+ <line num="650" count="0" type="stmt"/>
518
+ <line num="655" count="0" type="cond" truecount="0" falsecount="3"/>
504
519
  <line num="656" count="0" type="stmt"/>
505
- <line num="660" count="0" type="stmt"/>
520
+ <line num="658" count="0" type="stmt"/>
506
521
  <line num="661" count="0" type="stmt"/>
507
- <line num="662" count="0" type="cond" truecount="0" falsecount="1"/>
508
- <line num="663" count="0" type="stmt"/>
522
+ <line num="662" count="0" type="stmt"/>
509
523
  <line num="664" count="0" type="stmt"/>
510
- <line num="665" count="0" type="stmt"/>
511
- <line num="669" count="0" type="stmt"/>
512
- <line num="675" count="0" type="cond" truecount="0" falsecount="4"/>
524
+ <line num="666" count="0" type="stmt"/>
525
+ <line num="672" count="0" type="stmt"/>
526
+ <line num="674" count="0" type="stmt"/>
527
+ <line num="677" count="0" type="stmt"/>
528
+ <line num="678" count="0" type="stmt"/>
513
529
  <line num="679" count="0" type="stmt"/>
514
- <line num="682" count="0" type="cond" truecount="0" falsecount="1"/>
515
- <line num="683" count="0" type="stmt"/>
516
- <line num="684" count="0" type="stmt"/>
530
+ <line num="680" count="0" type="stmt"/>
531
+ <line num="682" count="0" type="stmt"/>
532
+ <line num="684" count="0" type="cond" truecount="0" falsecount="1"/>
517
533
  <line num="685" count="0" type="stmt"/>
518
- <line num="686" count="0" type="stmt"/>
519
534
  <line num="687" count="0" type="stmt"/>
520
535
  <line num="688" count="0" type="stmt"/>
521
- <line num="689" count="0" type="stmt"/>
522
- <line num="690" count="0" type="stmt"/>
523
- <line num="691" count="0" type="cond" truecount="0" falsecount="3"/>
536
+ <line num="691" count="0" type="stmt"/>
524
537
  <line num="692" count="0" type="stmt"/>
525
- <line num="695" count="0" type="stmt"/>
538
+ <line num="693" count="0" type="cond" truecount="0" falsecount="1"/>
539
+ <line num="694" count="0" type="stmt"/>
540
+ <line num="697" count="0" type="stmt"/>
541
+ <line num="698" count="0" type="stmt"/>
542
+ <line num="699" count="0" type="stmt"/>
543
+ <line num="708" count="0" type="cond" truecount="0" falsecount="2"/>
544
+ <line num="709" count="0" type="stmt"/>
545
+ <line num="710" count="0" type="stmt"/>
546
+ <line num="711" count="0" type="stmt"/>
547
+ <line num="715" count="0" type="stmt"/>
548
+ <line num="716" count="0" type="stmt"/>
549
+ <line num="717" count="0" type="cond" truecount="0" falsecount="1"/>
550
+ <line num="718" count="0" type="stmt"/>
551
+ <line num="719" count="0" type="stmt"/>
552
+ <line num="720" count="0" type="stmt"/>
553
+ <line num="724" count="0" type="stmt"/>
554
+ <line num="730" count="0" type="cond" truecount="0" falsecount="4"/>
555
+ <line num="734" count="0" type="stmt"/>
556
+ <line num="738" count="0" type="cond" truecount="0" falsecount="1"/>
557
+ <line num="739" count="0" type="stmt"/>
558
+ <line num="740" count="0" type="stmt"/>
559
+ <line num="741" count="0" type="stmt"/>
560
+ <line num="742" count="0" type="stmt"/>
561
+ <line num="743" count="0" type="stmt"/>
562
+ <line num="744" count="0" type="stmt"/>
563
+ <line num="745" count="0" type="stmt"/>
564
+ <line num="746" count="0" type="stmt"/>
565
+ <line num="747" count="0" type="cond" truecount="0" falsecount="3"/>
566
+ <line num="748" count="0" type="stmt"/>
567
+ <line num="751" count="0" type="stmt"/>
526
568
  </file>
527
569
  <file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
528
570
  <metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
@@ -679,57 +721,58 @@
679
721
  <line num="909" count="0" type="stmt"/>
680
722
  </file>
681
723
  <file name="nodes.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/nodes.ts">
682
- <metrics statements="50" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="13" coveredmethods="0"/>
683
- <line num="4" count="0" type="stmt"/>
684
- <line num="5" count="0" type="stmt"/>
724
+ <metrics statements="51" coveredstatements="0" conditionals="11" coveredconditionals="0" methods="13" coveredmethods="0"/>
725
+ <line num="1" count="0" type="stmt"/>
685
726
  <line num="6" count="0" type="stmt"/>
686
727
  <line num="7" count="0" type="stmt"/>
687
728
  <line num="8" count="0" type="stmt"/>
729
+ <line num="9" count="0" type="stmt"/>
688
730
  <line num="10" count="0" type="stmt"/>
689
- <line num="14" count="0" type="stmt"/>
690
- <line num="18" count="0" type="stmt"/>
691
- <line num="19" count="0" type="cond" truecount="0" falsecount="1"/>
731
+ <line num="12" count="0" type="stmt"/>
732
+ <line num="16" count="0" type="stmt"/>
692
733
  <line num="20" count="0" type="stmt"/>
734
+ <line num="21" count="0" type="cond" truecount="0" falsecount="1"/>
693
735
  <line num="22" count="0" type="stmt"/>
694
- <line num="23" count="0" type="stmt"/>
695
- <line num="24" count="0" type="cond" truecount="0" falsecount="1"/>
736
+ <line num="24" count="0" type="stmt"/>
696
737
  <line num="25" count="0" type="stmt"/>
697
- <line num="26" count="0" type="stmt"/>
738
+ <line num="26" count="0" type="cond" truecount="0" falsecount="1"/>
739
+ <line num="27" count="0" type="stmt"/>
698
740
  <line num="28" count="0" type="stmt"/>
699
- <line num="32" count="0" type="stmt"/>
700
- <line num="33" count="0" type="stmt"/>
701
- <line num="34" count="0" type="cond" truecount="0" falsecount="1"/>
741
+ <line num="30" count="0" type="stmt"/>
742
+ <line num="34" count="0" type="stmt"/>
702
743
  <line num="35" count="0" type="stmt"/>
703
- <line num="36" count="0" type="stmt"/>
744
+ <line num="36" count="0" type="cond" truecount="0" falsecount="1"/>
704
745
  <line num="37" count="0" type="stmt"/>
705
746
  <line num="38" count="0" type="stmt"/>
747
+ <line num="39" count="0" type="stmt"/>
706
748
  <line num="40" count="0" type="stmt"/>
707
- <line num="44" count="0" type="stmt"/>
708
- <line num="45" count="0" type="cond" truecount="0" falsecount="1"/>
749
+ <line num="42" count="0" type="stmt"/>
709
750
  <line num="46" count="0" type="stmt"/>
710
- <line num="47" count="0" type="stmt"/>
751
+ <line num="47" count="0" type="cond" truecount="0" falsecount="1"/>
711
752
  <line num="48" count="0" type="stmt"/>
712
- <line num="49" count="0" type="cond" truecount="0" falsecount="1"/>
753
+ <line num="49" count="0" type="stmt"/>
713
754
  <line num="50" count="0" type="stmt"/>
714
- <line num="51" count="0" type="stmt"/>
755
+ <line num="51" count="0" type="cond" truecount="0" falsecount="1"/>
715
756
  <line num="52" count="0" type="stmt"/>
716
- <line num="55" count="0" type="stmt"/>
757
+ <line num="53" count="0" type="stmt"/>
758
+ <line num="54" count="0" type="stmt"/>
717
759
  <line num="57" count="0" type="stmt"/>
718
- <line num="65" count="0" type="stmt"/>
719
- <line num="66" count="0" type="stmt"/>
720
- <line num="67" count="0" type="cond" truecount="0" falsecount="3"/>
760
+ <line num="59" count="0" type="stmt"/>
761
+ <line num="67" count="0" type="stmt"/>
721
762
  <line num="68" count="0" type="stmt"/>
722
- <line num="74" count="0" type="stmt"/>
723
- <line num="78" count="0" type="cond" truecount="0" falsecount="1"/>
724
- <line num="79" count="0" type="stmt"/>
725
- <line num="83" count="0" type="stmt"/>
726
- <line num="87" count="0" type="stmt"/>
727
- <line num="91" count="0" type="stmt"/>
728
- <line num="92" count="0" type="stmt"/>
729
- <line num="93" count="0" type="cond" truecount="0" falsecount="1"/>
763
+ <line num="69" count="0" type="cond" truecount="0" falsecount="3"/>
764
+ <line num="70" count="0" type="stmt"/>
765
+ <line num="76" count="0" type="stmt"/>
766
+ <line num="80" count="0" type="cond" truecount="0" falsecount="1"/>
767
+ <line num="81" count="0" type="stmt"/>
768
+ <line num="85" count="0" type="stmt"/>
769
+ <line num="89" count="0" type="stmt"/>
770
+ <line num="93" count="0" type="stmt"/>
730
771
  <line num="94" count="0" type="stmt"/>
772
+ <line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
731
773
  <line num="96" count="0" type="stmt"/>
732
774
  <line num="98" count="0" type="stmt"/>
775
+ <line num="100" count="0" type="stmt"/>
733
776
  </file>
734
777
  <file name="sanitizer.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/sanitizer.ts">
735
778
  <metrics statements="41" coveredstatements="0" conditionals="21" coveredconditionals="0" methods="10" coveredmethods="0"/>
@@ -776,7 +819,7 @@
776
819
  <line num="101" count="0" type="stmt"/>
777
820
  </file>
778
821
  <file name="session.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/session.ts">
779
- <metrics statements="70" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="19" coveredmethods="0"/>
822
+ <metrics statements="71" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="20" coveredmethods="0"/>
780
823
  <line num="2" count="0" type="stmt"/>
781
824
  <line num="28" count="0" type="stmt"/>
782
825
  <line num="29" count="0" type="stmt"/>
@@ -836,17 +879,18 @@
836
879
  <line num="140" count="0" type="cond" truecount="0" falsecount="1"/>
837
880
  <line num="141" count="0" type="stmt"/>
838
881
  <line num="145" count="0" type="stmt"/>
839
- <line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
882
+ <line num="146" count="0" type="stmt"/>
840
883
  <line num="147" count="0" type="stmt"/>
841
- <line num="149" count="0" type="stmt"/>
842
- <line num="150" count="0" type="stmt"/>
843
884
  <line num="151" count="0" type="stmt"/>
844
- <line num="156" count="0" type="stmt"/>
845
- <line num="166" count="0" type="stmt"/>
846
- <line num="167" count="0" type="stmt"/>
847
- <line num="168" count="0" type="stmt"/>
848
- <line num="169" count="0" type="stmt"/>
885
+ <line num="152" count="0" type="cond" truecount="0" falsecount="2"/>
886
+ <line num="153" count="0" type="stmt"/>
887
+ <line num="155" count="0" type="stmt"/>
888
+ <line num="160" count="0" type="stmt"/>
849
889
  <line num="170" count="0" type="stmt"/>
890
+ <line num="171" count="0" type="stmt"/>
891
+ <line num="172" count="0" type="stmt"/>
892
+ <line num="173" count="0" type="stmt"/>
893
+ <line num="174" count="0" type="stmt"/>
850
894
  </file>
851
895
  <file name="ticker.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/ticker.ts">
852
896
  <metrics statements="21" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="8" coveredmethods="0"/>
@@ -1005,7 +1049,7 @@
1005
1049
  </file>
1006
1050
  </package>
1007
1051
  <package name="main.modules">
1008
- <metrics statements="1103" coveredstatements="0" conditionals="580" coveredconditionals="0" methods="215" coveredmethods="0"/>
1052
+ <metrics statements="1108" coveredstatements="0" conditionals="587" coveredconditionals="0" methods="216" coveredmethods="0"/>
1009
1053
  <file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
1010
1054
  <metrics statements="21" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
1011
1055
  <line num="4" count="0" type="stmt"/>
@@ -1193,13 +1237,13 @@
1193
1237
  <line num="151" count="0" type="stmt"/>
1194
1238
  </file>
1195
1239
  <file name="constructedStyleSheets.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/constructedStyleSheets.ts">
1196
- <metrics statements="77" coveredstatements="0" conditionals="17" coveredconditionals="0" methods="14" coveredmethods="0"/>
1240
+ <metrics statements="79" coveredstatements="0" conditionals="19" coveredconditionals="0" methods="14" coveredmethods="0"/>
1197
1241
  <line num="2" count="0" type="stmt"/>
1198
- <line num="10" count="0" type="stmt"/>
1199
- <line num="15" count="0" type="stmt"/>
1242
+ <line num="8" count="0" type="stmt"/>
1243
+ <line num="13" count="0" type="stmt"/>
1244
+ <line num="21" count="0" type="stmt"/>
1200
1245
  <line num="23" count="0" type="stmt"/>
1201
1246
  <line num="24" count="0" type="stmt"/>
1202
- <line num="25" count="0" type="stmt"/>
1203
1247
  <line num="27" count="0" type="stmt"/>
1204
1248
  <line num="29" count="0" type="stmt"/>
1205
1249
  <line num="30" count="0" type="cond" truecount="0" falsecount="1"/>
@@ -1220,57 +1264,59 @@
1220
1264
  <line num="51" count="0" type="stmt"/>
1221
1265
  <line num="53" count="0" type="stmt"/>
1222
1266
  <line num="54" count="0" type="stmt"/>
1223
- <line num="55" count="0" type="stmt"/>
1267
+ <line num="55" count="0" type="cond" truecount="0" falsecount="1"/>
1224
1268
  <line num="56" count="0" type="stmt"/>
1225
1269
  <line num="57" count="0" type="stmt"/>
1226
- <line num="58" count="0" type="cond" truecount="0" falsecount="1"/>
1227
- <line num="59" count="0" type="stmt"/>
1270
+ <line num="58" count="0" type="stmt"/>
1271
+ <line num="59" count="0" type="cond" truecount="0" falsecount="1"/>
1228
1272
  <line num="60" count="0" type="stmt"/>
1229
- <line num="62" count="0" type="cond" truecount="0" falsecount="1"/>
1230
- <line num="63" count="0" type="stmt"/>
1231
- <line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
1232
- <line num="66" count="0" type="stmt"/>
1273
+ <line num="61" count="0" type="stmt"/>
1274
+ <line num="63" count="0" type="cond" truecount="0" falsecount="1"/>
1275
+ <line num="64" count="0" type="stmt"/>
1276
+ <line num="66" count="0" type="cond" truecount="0" falsecount="1"/>
1233
1277
  <line num="67" count="0" type="stmt"/>
1234
1278
  <line num="68" count="0" type="stmt"/>
1235
- <line num="71" count="0" type="stmt"/>
1236
- <line num="73" count="0" type="stmt"/>
1237
- <line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
1238
- <line num="75" count="0" type="stmt"/>
1279
+ <line num="69" count="0" type="stmt"/>
1280
+ <line num="72" count="0" type="stmt"/>
1281
+ <line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
1282
+ <line num="76" count="0" type="stmt"/>
1283
+ <line num="77" count="0" type="cond" truecount="0" falsecount="1"/>
1239
1284
  <line num="78" count="0" type="stmt"/>
1240
- <line num="90" count="0" type="stmt"/>
1241
- <line num="94" count="0" type="cond" truecount="0" falsecount="1"/>
1242
- <line num="95" count="0" type="stmt"/>
1285
+ <line num="82" count="0" type="stmt"/>
1286
+ <line num="94" count="0" type="stmt"/>
1287
+ <line num="98" count="0" type="cond" truecount="0" falsecount="1"/>
1243
1288
  <line num="99" count="0" type="stmt"/>
1244
- <line num="100" count="0" type="stmt"/>
1245
- <line num="101" count="0" type="stmt"/>
1246
- <line num="107" count="0" type="stmt"/>
1247
- <line num="109" count="0" type="cond" truecount="0" falsecount="2"/>
1248
- <line num="110" count="0" type="stmt"/>
1249
- <line num="113" count="0" type="stmt"/>
1250
- <line num="115" count="0" type="stmt"/>
1251
- <line num="116" count="0" type="stmt"/>
1289
+ <line num="103" count="0" type="stmt"/>
1290
+ <line num="104" count="0" type="stmt"/>
1291
+ <line num="105" count="0" type="stmt"/>
1292
+ <line num="111" count="0" type="stmt"/>
1293
+ <line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
1294
+ <line num="114" count="0" type="stmt"/>
1295
+ <line num="117" count="0" type="stmt"/>
1252
1296
  <line num="119" count="0" type="stmt"/>
1253
- <line num="122" count="0" type="stmt"/>
1297
+ <line num="120" count="0" type="stmt"/>
1254
1298
  <line num="123" count="0" type="stmt"/>
1255
- <line num="124" count="0" type="stmt"/>
1256
- <line num="125" count="0" type="cond" truecount="0" falsecount="1"/>
1257
1299
  <line num="126" count="0" type="stmt"/>
1300
+ <line num="127" count="0" type="stmt"/>
1258
1301
  <line num="128" count="0" type="stmt"/>
1302
+ <line num="129" count="0" type="cond" truecount="0" falsecount="1"/>
1303
+ <line num="130" count="0" type="stmt"/>
1259
1304
  <line num="132" count="0" type="stmt"/>
1260
- <line num="133" count="0" type="stmt"/>
1261
- <line num="134" count="0" type="cond" truecount="0" falsecount="1"/>
1262
- <line num="135" count="0" type="stmt"/>
1305
+ <line num="136" count="0" type="stmt"/>
1263
1306
  <line num="137" count="0" type="stmt"/>
1307
+ <line num="138" count="0" type="cond" truecount="0" falsecount="1"/>
1308
+ <line num="139" count="0" type="stmt"/>
1264
1309
  <line num="141" count="0" type="stmt"/>
1265
- <line num="142" count="0" type="stmt"/>
1266
- <line num="144" count="0" type="stmt"/>
1267
1310
  <line num="145" count="0" type="stmt"/>
1268
1311
  <line num="146" count="0" type="stmt"/>
1312
+ <line num="148" count="0" type="stmt"/>
1313
+ <line num="149" count="0" type="stmt"/>
1269
1314
  <line num="150" count="0" type="stmt"/>
1270
- <line num="151" count="0" type="stmt"/>
1271
- <line num="153" count="0" type="stmt"/>
1272
- <line num="154" count="0" type="cond" truecount="0" falsecount="1"/>
1315
+ <line num="154" count="0" type="stmt"/>
1273
1316
  <line num="155" count="0" type="stmt"/>
1317
+ <line num="157" count="0" type="stmt"/>
1318
+ <line num="158" count="0" type="cond" truecount="0" falsecount="1"/>
1319
+ <line num="159" count="0" type="stmt"/>
1274
1320
  </file>
1275
1321
  <file name="cssrules.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/cssrules.ts">
1276
1322
  <metrics statements="69" coveredstatements="0" conditionals="19" coveredconditionals="0" methods="9" coveredmethods="0"/>
@@ -1542,7 +1588,7 @@
1542
1588
  <line num="78" count="0" type="stmt"/>
1543
1589
  <line num="80" count="0" type="stmt"/>
1544
1590
  <line num="81" count="0" type="stmt"/>
1545
- <line num="85" count="0" type="stmt"/>
1591
+ <line num="84" count="0" type="stmt"/>
1546
1592
  <line num="86" count="0" type="stmt"/>
1547
1593
  <line num="87" count="0" type="cond" truecount="0" falsecount="1"/>
1548
1594
  <line num="88" count="0" type="stmt"/>
@@ -1553,15 +1599,15 @@
1553
1599
  <line num="94" count="0" type="stmt"/>
1554
1600
  <line num="96" count="0" type="cond" truecount="0" falsecount="1"/>
1555
1601
  <line num="97" count="0" type="stmt"/>
1556
- <line num="103" count="0" type="stmt"/>
1557
1602
  <line num="104" count="0" type="stmt"/>
1558
- <line num="107" count="0" type="stmt"/>
1559
- <line num="108" count="0" type="cond" truecount="0" falsecount="1"/>
1560
- <line num="109" count="0" type="stmt"/>
1561
- <line num="111" count="0" type="stmt"/>
1603
+ <line num="105" count="0" type="stmt"/>
1604
+ <line num="108" count="0" type="stmt"/>
1605
+ <line num="109" count="0" type="cond" truecount="0" falsecount="1"/>
1606
+ <line num="110" count="0" type="stmt"/>
1562
1607
  <line num="112" count="0" type="stmt"/>
1563
1608
  <line num="113" count="0" type="stmt"/>
1564
1609
  <line num="114" count="0" type="stmt"/>
1610
+ <line num="115" count="0" type="stmt"/>
1565
1611
  </file>
1566
1612
  <file name="input.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/input.ts">
1567
1613
  <metrics statements="113" coveredstatements="0" conditionals="55" coveredconditionals="0" methods="21" coveredmethods="0"/>
@@ -2031,7 +2077,7 @@
2031
2077
  <line num="12" count="0" type="stmt"/>
2032
2078
  </file>
2033
2079
  <file name="timing.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/timing.ts">
2034
- <metrics statements="103" coveredstatements="0" conditionals="105" coveredconditionals="0" methods="11" coveredmethods="0"/>
2080
+ <metrics statements="106" coveredstatements="0" conditionals="110" coveredconditionals="0" methods="12" coveredmethods="0"/>
2035
2081
  <line num="2" count="0" type="stmt"/>
2036
2082
  <line num="3" count="0" type="stmt"/>
2037
2083
  <line num="4" count="0" type="stmt"/>
@@ -2070,71 +2116,74 @@
2070
2116
  <line num="76" count="0" type="stmt"/>
2071
2117
  <line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
2072
2118
  <line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
2073
- <line num="88" count="0" type="stmt"/>
2074
2119
  <line num="89" count="0" type="stmt"/>
2075
- <line num="97" count="0" type="cond" truecount="0" falsecount="1"/>
2076
- <line num="98" count="0" type="stmt"/>
2077
- <line num="100" count="0" type="cond" truecount="0" falsecount="1"/>
2078
- <line num="101" count="0" type="stmt"/>
2079
- <line num="104" count="0" type="stmt"/>
2080
- <line num="107" count="0" type="cond" truecount="0" falsecount="4"/>
2081
- <line num="108" count="0" type="cond" truecount="0" falsecount="1"/>
2082
- <line num="109" count="0" type="stmt"/>
2120
+ <line num="90" count="0" type="stmt"/>
2121
+ <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
2122
+ <line num="100" count="0" type="stmt"/>
2123
+ <line num="102" count="0" type="cond" truecount="0" falsecount="1"/>
2124
+ <line num="103" count="0" type="stmt"/>
2125
+ <line num="106" count="0" type="stmt"/>
2126
+ <line num="109" count="0" type="cond" truecount="0" falsecount="4"/>
2127
+ <line num="110" count="0" type="cond" truecount="0" falsecount="1"/>
2083
2128
  <line num="111" count="0" type="stmt"/>
2084
- <line num="128" count="0" type="stmt"/>
2085
- <line num="131" count="0" type="stmt"/>
2086
- <line num="132" count="0" type="cond" truecount="0" falsecount="1"/>
2087
- <line num="134" count="0" type="stmt"/>
2088
- <line num="135" count="0" type="stmt"/>
2089
- <line num="137" count="0" type="stmt"/>
2090
- <line num="140" count="0" type="stmt"/>
2091
- <line num="141" count="0" type="stmt"/>
2092
- <line num="144" count="0" type="stmt"/>
2129
+ <line num="114" count="0" type="cond" truecount="0" falsecount="4"/>
2130
+ <line num="115" count="0" type="cond" truecount="0" falsecount="1"/>
2131
+ <line num="116" count="0" type="stmt"/>
2132
+ <line num="119" count="0" type="stmt"/>
2133
+ <line num="136" count="0" type="stmt"/>
2134
+ <line num="139" count="0" type="stmt"/>
2135
+ <line num="140" count="0" type="cond" truecount="0" falsecount="1"/>
2136
+ <line num="142" count="0" type="stmt"/>
2137
+ <line num="143" count="0" type="stmt"/>
2093
2138
  <line num="145" count="0" type="stmt"/>
2094
- <line num="147" count="0" type="cond" truecount="0" falsecount="1"/>
2095
2139
  <line num="148" count="0" type="stmt"/>
2096
2140
  <line num="149" count="0" type="stmt"/>
2097
- <line num="150" count="0" type="cond" truecount="0" falsecount="1"/>
2098
- <line num="151" count="0" type="stmt"/>
2099
- <line num="153" count="0" type="cond" truecount="0" falsecount="3"/>
2100
- <line num="154" count="0" type="stmt"/>
2101
- <line num="155" count="0" type="stmt"/>
2102
- <line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
2103
- <line num="158" count="0" type="stmt"/>
2141
+ <line num="152" count="0" type="stmt"/>
2142
+ <line num="153" count="0" type="stmt"/>
2143
+ <line num="155" count="0" type="cond" truecount="0" falsecount="1"/>
2144
+ <line num="156" count="0" type="stmt"/>
2145
+ <line num="157" count="0" type="stmt"/>
2146
+ <line num="158" count="0" type="cond" truecount="0" falsecount="1"/>
2104
2147
  <line num="159" count="0" type="stmt"/>
2105
- <line num="161" count="0" type="stmt"/>
2148
+ <line num="161" count="0" type="cond" truecount="0" falsecount="3"/>
2106
2149
  <line num="162" count="0" type="stmt"/>
2107
- <line num="166" count="0" type="cond" truecount="0" falsecount="3"/>
2150
+ <line num="163" count="0" type="stmt"/>
2151
+ <line num="164" count="0" type="cond" truecount="0" falsecount="2"/>
2152
+ <line num="166" count="0" type="stmt"/>
2108
2153
  <line num="167" count="0" type="stmt"/>
2109
- <line num="180" count="0" type="stmt"/>
2110
- <line num="181" count="0" type="stmt"/>
2111
- <line num="198" count="0" type="cond" truecount="0" falsecount="1"/>
2112
- <line num="199" count="0" type="stmt"/>
2113
- <line num="200" count="0" type="stmt"/>
2114
- <line num="201" count="0" type="stmt"/>
2115
- <line num="202" count="0" type="stmt"/>
2116
- <line num="204" count="0" type="stmt"/>
2117
- <line num="205" count="0" type="stmt"/>
2154
+ <line num="169" count="0" type="stmt"/>
2155
+ <line num="170" count="0" type="stmt"/>
2156
+ <line num="174" count="0" type="cond" truecount="0" falsecount="3"/>
2157
+ <line num="175" count="0" type="stmt"/>
2158
+ <line num="188" count="0" type="stmt"/>
2159
+ <line num="189" count="0" type="stmt"/>
2118
2160
  <line num="206" count="0" type="cond" truecount="0" falsecount="1"/>
2119
2161
  <line num="207" count="0" type="stmt"/>
2162
+ <line num="208" count="0" type="stmt"/>
2120
2163
  <line num="209" count="0" type="stmt"/>
2121
- <line num="210" count="0" type="cond" truecount="0" falsecount="1"/>
2122
- <line num="211" count="0" type="stmt"/>
2164
+ <line num="210" count="0" type="stmt"/>
2165
+ <line num="212" count="0" type="stmt"/>
2123
2166
  <line num="213" count="0" type="stmt"/>
2124
- <line num="215" count="0" type="cond" truecount="0" falsecount="1"/>
2125
- <line num="216" count="0" type="stmt"/>
2167
+ <line num="214" count="0" type="cond" truecount="0" falsecount="1"/>
2168
+ <line num="215" count="0" type="stmt"/>
2126
2169
  <line num="217" count="0" type="stmt"/>
2127
- <line num="220" count="0" type="cond" truecount="0" falsecount="1"/>
2128
- <line num="221" count="0" type="cond" truecount="0" falsecount="1"/>
2129
- <line num="222" count="0" type="stmt"/>
2130
- <line num="224" count="0" type="cond" truecount="0" falsecount="2"/>
2131
- <line num="226" count="0" type="cond" truecount="0" falsecount="4"/>
2132
- <line num="227" count="0" type="stmt"/>
2133
- <line num="228" count="0" type="stmt"/>
2134
- <line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
2135
- <line num="233" count="0" type="stmt"/>
2136
- <line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
2137
- <line num="242" count="0" type="stmt"/>
2170
+ <line num="218" count="0" type="cond" truecount="0" falsecount="1"/>
2171
+ <line num="219" count="0" type="stmt"/>
2172
+ <line num="221" count="0" type="stmt"/>
2173
+ <line num="223" count="0" type="cond" truecount="0" falsecount="1"/>
2174
+ <line num="224" count="0" type="stmt"/>
2175
+ <line num="225" count="0" type="stmt"/>
2176
+ <line num="228" count="0" type="cond" truecount="0" falsecount="1"/>
2177
+ <line num="229" count="0" type="cond" truecount="0" falsecount="1"/>
2178
+ <line num="230" count="0" type="stmt"/>
2179
+ <line num="232" count="0" type="cond" truecount="0" falsecount="2"/>
2180
+ <line num="234" count="0" type="cond" truecount="0" falsecount="4"/>
2181
+ <line num="235" count="0" type="stmt"/>
2182
+ <line num="236" count="0" type="stmt"/>
2183
+ <line num="238" count="0" type="cond" truecount="0" falsecount="2"/>
2184
+ <line num="241" count="0" type="stmt"/>
2185
+ <line num="243" count="0" type="cond" truecount="0" falsecount="2"/>
2186
+ <line num="250" count="0" type="stmt"/>
2138
2187
  </file>
2139
2188
  <file name="viewport.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/viewport.ts">
2140
2189
  <metrics statements="30" coveredstatements="0" conditionals="7" coveredconditionals="0" methods="5" coveredmethods="0"/>
@@ -2680,294 +2729,6 @@
2680
2729
  <line num="240" count="0" type="stmt"/>
2681
2730
  </file>
2682
2731
  </package>
2683
- <package name="main.modules.userTesting">
2684
- <metrics statements="273" coveredstatements="22" conditionals="55" coveredconditionals="0" methods="47" coveredmethods="6"/>
2685
- <file name="dnd.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/dnd.ts">
2686
- <metrics statements="28" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="7" coveredmethods="0"/>
2687
- <line num="3" count="0" type="stmt"/>
2688
- <line num="4" count="0" type="stmt"/>
2689
- <line num="5" count="0" type="stmt"/>
2690
- <line num="6" count="0" type="stmt"/>
2691
- <line num="7" count="0" type="stmt"/>
2692
- <line num="9" count="0" type="stmt"/>
2693
- <line num="10" count="0" type="stmt"/>
2694
- <line num="12" count="0" type="stmt"/>
2695
- <line num="15" count="0" type="stmt"/>
2696
- <line num="16" count="0" type="stmt"/>
2697
- <line num="18" count="0" type="cond" truecount="0" falsecount="1"/>
2698
- <line num="19" count="0" type="cond" truecount="0" falsecount="1"/>
2699
- <line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
2700
- <line num="21" count="0" type="stmt"/>
2701
- <line num="22" count="0" type="cond" truecount="0" falsecount="1"/>
2702
- <line num="23" count="0" type="stmt"/>
2703
- <line num="25" count="0" type="stmt"/>
2704
- <line num="26" count="0" type="stmt"/>
2705
- <line num="30" count="0" type="stmt"/>
2706
- <line num="33" count="0" type="stmt"/>
2707
- <line num="35" count="0" type="stmt"/>
2708
- <line num="36" count="0" type="stmt"/>
2709
- <line num="37" count="0" type="stmt"/>
2710
- <line num="40" count="0" type="stmt"/>
2711
- <line num="41" count="0" type="stmt"/>
2712
- <line num="42" count="0" type="stmt"/>
2713
- <line num="46" count="0" type="stmt"/>
2714
- <line num="47" count="0" type="stmt"/>
2715
- </file>
2716
- <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/index.ts">
2717
- <metrics statements="177" coveredstatements="0" conditionals="32" coveredconditionals="0" methods="27" coveredmethods="0"/>
2718
- <line num="2" count="0" type="stmt"/>
2719
- <line num="3" count="0" type="stmt"/>
2720
- <line num="4" count="0" type="stmt"/>
2721
- <line num="13" count="0" type="stmt"/>
2722
- <line num="14" count="0" type="stmt"/>
2723
- <line num="15" count="0" type="stmt"/>
2724
- <line num="16" count="0" type="cond" truecount="0" falsecount="1"/>
2725
- <line num="17" count="0" type="stmt"/>
2726
- <line num="19" count="0" type="cond" truecount="0" falsecount="1"/>
2727
- <line num="20" count="0" type="stmt"/>
2728
- <line num="22" count="0" type="stmt"/>
2729
- <line num="25" count="0" type="stmt"/>
2730
- <line num="27" count="0" type="stmt"/>
2731
- <line num="28" count="0" type="stmt"/>
2732
- <line num="35" count="0" type="stmt"/>
2733
- <line num="36" count="0" type="stmt"/>
2734
- <line num="37" count="0" type="stmt"/>
2735
- <line num="38" count="0" type="stmt"/>
2736
- <line num="39" count="0" type="stmt"/>
2737
- <line num="40" count="0" type="stmt"/>
2738
- <line num="41" count="0" type="stmt"/>
2739
- <line num="42" count="0" type="stmt"/>
2740
- <line num="43" count="0" type="stmt"/>
2741
- <line num="44" count="0" type="stmt"/>
2742
- <line num="45" count="0" type="stmt"/>
2743
- <line num="48" count="0" type="stmt"/>
2744
- <line num="51" count="0" type="stmt"/>
2745
- <line num="52" count="0" type="stmt"/>
2746
- <line num="53" count="0" type="stmt"/>
2747
- <line num="56" count="0" type="stmt"/>
2748
- <line num="57" count="0" type="stmt"/>
2749
- <line num="63" count="0" type="stmt"/>
2750
- <line num="69" count="0" type="stmt"/>
2751
- <line num="76" count="0" type="stmt"/>
2752
- <line num="77" count="0" type="stmt"/>
2753
- <line num="78" count="0" type="stmt"/>
2754
- <line num="79" count="0" type="stmt"/>
2755
- <line num="98" count="0" type="stmt"/>
2756
- <line num="99" count="0" type="stmt"/>
2757
- <line num="100" count="0" type="stmt"/>
2758
- <line num="110" count="0" type="stmt"/>
2759
- <line num="111" count="0" type="stmt"/>
2760
- <line num="124" count="0" type="stmt"/>
2761
- <line num="125" count="0" type="stmt"/>
2762
- <line num="126" count="0" type="stmt"/>
2763
- <line num="127" count="0" type="stmt"/>
2764
- <line num="128" count="0" type="stmt"/>
2765
- <line num="130" count="0" type="stmt"/>
2766
- <line num="131" count="0" type="stmt"/>
2767
- <line num="132" count="0" type="stmt"/>
2768
- <line num="133" count="0" type="stmt"/>
2769
- <line num="134" count="0" type="stmt"/>
2770
- <line num="135" count="0" type="stmt"/>
2771
- <line num="136" count="0" type="stmt"/>
2772
- <line num="138" count="0" type="stmt"/>
2773
- <line num="142" count="0" type="stmt"/>
2774
- <line num="143" count="0" type="stmt"/>
2775
- <line num="144" count="0" type="stmt"/>
2776
- <line num="145" count="0" type="stmt"/>
2777
- <line num="152" count="0" type="stmt"/>
2778
- <line num="154" count="0" type="stmt"/>
2779
- <line num="155" count="0" type="stmt"/>
2780
- <line num="156" count="0" type="stmt"/>
2781
- <line num="162" count="0" type="cond" truecount="0" falsecount="1"/>
2782
- <line num="163" count="0" type="stmt"/>
2783
- <line num="168" count="0" type="cond" truecount="0" falsecount="1"/>
2784
- <line num="169" count="0" type="stmt"/>
2785
- <line num="174" count="0" type="cond" truecount="0" falsecount="1"/>
2786
- <line num="175" count="0" type="stmt"/>
2787
- <line num="180" count="0" type="cond" truecount="0" falsecount="1"/>
2788
- <line num="181" count="0" type="stmt"/>
2789
- <line num="186" count="0" type="stmt"/>
2790
- <line num="189" count="0" type="stmt"/>
2791
- <line num="190" count="0" type="stmt"/>
2792
- <line num="192" count="0" type="stmt"/>
2793
- <line num="193" count="0" type="stmt"/>
2794
- <line num="197" count="0" type="stmt"/>
2795
- <line num="198" count="0" type="stmt"/>
2796
- <line num="199" count="0" type="stmt"/>
2797
- <line num="200" count="0" type="stmt"/>
2798
- <line num="201" count="0" type="stmt"/>
2799
- <line num="202" count="0" type="stmt"/>
2800
- <line num="203" count="0" type="stmt"/>
2801
- <line num="204" count="0" type="stmt"/>
2802
- <line num="206" count="0" type="stmt"/>
2803
- <line num="207" count="0" type="stmt"/>
2804
- <line num="208" count="0" type="stmt"/>
2805
- <line num="210" count="0" type="stmt"/>
2806
- <line num="211" count="0" type="stmt"/>
2807
- <line num="212" count="0" type="cond" truecount="0" falsecount="2"/>
2808
- <line num="213" count="0" type="stmt"/>
2809
- <line num="219" count="0" type="stmt"/>
2810
- <line num="220" count="0" type="stmt"/>
2811
- <line num="221" count="0" type="stmt"/>
2812
- <line num="222" count="0" type="stmt"/>
2813
- <line num="225" count="0" type="stmt"/>
2814
- <line num="234" count="0" type="stmt"/>
2815
- <line num="235" count="0" type="stmt"/>
2816
- <line num="236" count="0" type="stmt"/>
2817
- <line num="237" count="0" type="stmt"/>
2818
- <line num="238" count="0" type="stmt"/>
2819
- <line num="239" count="0" type="stmt"/>
2820
- <line num="240" count="0" type="stmt"/>
2821
- <line num="241" count="0" type="stmt"/>
2822
- <line num="242" count="0" type="stmt"/>
2823
- <line num="243" count="0" type="stmt"/>
2824
- <line num="244" count="0" type="stmt"/>
2825
- <line num="245" count="0" type="stmt"/>
2826
- <line num="246" count="0" type="stmt"/>
2827
- <line num="247" count="0" type="stmt"/>
2828
- <line num="253" count="0" type="stmt"/>
2829
- <line num="260" count="0" type="stmt"/>
2830
- <line num="261" count="0" type="stmt"/>
2831
- <line num="262" count="0" type="stmt"/>
2832
- <line num="263" count="0" type="stmt"/>
2833
- <line num="264" count="0" type="stmt"/>
2834
- <line num="266" count="0" type="stmt"/>
2835
- <line num="267" count="0" type="stmt"/>
2836
- <line num="268" count="0" type="stmt"/>
2837
- <line num="269" count="0" type="stmt"/>
2838
- <line num="272" count="0" type="stmt"/>
2839
- <line num="273" count="0" type="stmt"/>
2840
- <line num="274" count="0" type="stmt"/>
2841
- <line num="275" count="0" type="stmt"/>
2842
- <line num="276" count="0" type="stmt"/>
2843
- <line num="278" count="0" type="stmt"/>
2844
- <line num="280" count="0" type="stmt"/>
2845
- <line num="281" count="0" type="stmt"/>
2846
- <line num="282" count="0" type="cond" truecount="0" falsecount="2"/>
2847
- <line num="283" count="0" type="stmt"/>
2848
- <line num="288" count="0" type="stmt"/>
2849
- <line num="289" count="0" type="stmt"/>
2850
- <line num="290" count="0" type="stmt"/>
2851
- <line num="293" count="0" type="stmt"/>
2852
- <line num="294" count="0" type="stmt"/>
2853
- <line num="296" count="0" type="stmt"/>
2854
- <line num="297" count="0" type="stmt"/>
2855
- <line num="298" count="0" type="stmt"/>
2856
- <line num="299" count="0" type="stmt"/>
2857
- <line num="300" count="0" type="stmt"/>
2858
- <line num="303" count="0" type="stmt"/>
2859
- <line num="304" count="0" type="stmt"/>
2860
- <line num="306" count="0" type="stmt"/>
2861
- <line num="307" count="0" type="cond" truecount="0" falsecount="2"/>
2862
- <line num="308" count="0" type="stmt"/>
2863
- <line num="309" count="0" type="stmt"/>
2864
- <line num="310" count="0" type="stmt"/>
2865
- <line num="311" count="0" type="cond" truecount="0" falsecount="1"/>
2866
- <line num="312" count="0" type="stmt"/>
2867
- <line num="314" count="0" type="stmt"/>
2868
- <line num="315" count="0" type="stmt"/>
2869
- <line num="316" count="0" type="cond" truecount="0" falsecount="1"/>
2870
- <line num="317" count="0" type="stmt"/>
2871
- <line num="321" count="0" type="stmt"/>
2872
- <line num="325" count="0" type="stmt"/>
2873
- <line num="326" count="0" type="stmt"/>
2874
- <line num="327" count="0" type="stmt"/>
2875
- <line num="328" count="0" type="stmt"/>
2876
- <line num="329" count="0" type="cond" truecount="0" falsecount="1"/>
2877
- <line num="330" count="0" type="stmt"/>
2878
- <line num="333" count="0" type="stmt"/>
2879
- <line num="337" count="0" type="stmt"/>
2880
- <line num="338" count="0" type="stmt"/>
2881
- <line num="339" count="0" type="stmt"/>
2882
- <line num="348" count="0" type="stmt"/>
2883
- <line num="356" count="0" type="stmt"/>
2884
- <line num="358" count="0" type="cond" truecount="0" falsecount="1"/>
2885
- <line num="359" count="0" type="stmt"/>
2886
- <line num="361" count="0" type="cond" truecount="0" falsecount="1"/>
2887
- <line num="362" count="0" type="stmt"/>
2888
- <line num="364" count="0" type="cond" truecount="0" falsecount="1"/>
2889
- <line num="365" count="0" type="stmt"/>
2890
- <line num="368" count="0" type="stmt"/>
2891
- <line num="369" count="0" type="stmt"/>
2892
- <line num="371" count="0" type="stmt"/>
2893
- <line num="372" count="0" type="stmt"/>
2894
- <line num="373" count="0" type="stmt"/>
2895
- </file>
2896
- <file name="recorder.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/recorder.ts">
2897
- <metrics statements="44" coveredstatements="22" conditionals="19" coveredconditionals="0" methods="13" coveredmethods="6"/>
2898
- <line num="3" count="1" type="stmt"/>
2899
- <line num="8" count="1" type="stmt"/>
2900
- <line num="9" count="2" type="stmt"/>
2901
- <line num="10" count="2" type="stmt"/>
2902
- <line num="11" count="2" type="stmt"/>
2903
- <line num="12" count="2" type="stmt"/>
2904
- <line num="14" count="2" type="stmt"/>
2905
- <line num="17" count="2" type="stmt"/>
2906
- <line num="19" count="2" type="stmt"/>
2907
- <line num="20" count="2" type="stmt"/>
2908
- <line num="21" count="2" type="stmt"/>
2909
- <line num="26" count="2" type="stmt"/>
2910
- <line num="30" count="2" type="stmt"/>
2911
- <line num="32" count="2" type="stmt"/>
2912
- <line num="33" count="1" type="cond" truecount="0" falsecount="1"/>
2913
- <line num="34" count="0" type="stmt"/>
2914
- <line num="38" count="2" type="stmt"/>
2915
- <line num="40" count="0" type="stmt"/>
2916
- <line num="45" count="1" type="stmt"/>
2917
- <line num="46" count="1" type="cond" truecount="0" falsecount="1"/>
2918
- <line num="48" count="1" type="stmt"/>
2919
- <line num="49" count="1" type="stmt"/>
2920
- <line num="52" count="1" type="stmt"/>
2921
- <line num="55" count="1" type="stmt"/>
2922
- <line num="60" count="0" type="stmt"/>
2923
- <line num="61" count="0" type="stmt"/>
2924
- <line num="62" count="0" type="stmt"/>
2925
- <line num="63" count="0" type="cond" truecount="0" falsecount="8"/>
2926
- <line num="65" count="0" type="stmt"/>
2927
- <line num="69" count="0" type="stmt"/>
2928
- <line num="70" count="0" type="stmt"/>
2929
- <line num="71" count="0" type="stmt"/>
2930
- <line num="75" count="0" type="stmt"/>
2931
- <line num="76" count="0" type="stmt"/>
2932
- <line num="77" count="0" type="stmt"/>
2933
- <line num="78" count="0" type="stmt"/>
2934
- <line num="79" count="0" type="stmt"/>
2935
- <line num="80" count="0" type="stmt"/>
2936
- <line num="81" count="0" type="stmt"/>
2937
- <line num="82" count="0" type="stmt"/>
2938
- <line num="84" count="0" type="stmt"/>
2939
- <line num="85" count="0" type="stmt"/>
2940
- <line num="89" count="0" type="cond" truecount="0" falsecount="4"/>
2941
- <line num="90" count="0" type="cond" truecount="0" falsecount="4"/>
2942
- </file>
2943
- <file name="styles.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/userTesting/styles.ts">
2944
- <metrics statements="24" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
2945
- <line num="1" count="0" type="stmt"/>
2946
- <line num="13" count="0" type="stmt"/>
2947
- <line num="24" count="0" type="stmt"/>
2948
- <line num="36" count="0" type="stmt"/>
2949
- <line num="45" count="0" type="stmt"/>
2950
- <line num="57" count="0" type="stmt"/>
2951
- <line num="66" count="0" type="stmt"/>
2952
- <line num="85" count="0" type="stmt"/>
2953
- <line num="96" count="0" type="stmt"/>
2954
- <line num="104" count="0" type="stmt"/>
2955
- <line num="122" count="0" type="stmt"/>
2956
- <line num="139" count="0" type="stmt"/>
2957
- <line num="147" count="0" type="stmt"/>
2958
- <line num="154" count="0" type="stmt"/>
2959
- <line num="176" count="0" type="stmt"/>
2960
- <line num="183" count="0" type="stmt"/>
2961
- <line num="193" count="0" type="stmt"/>
2962
- <line num="201" count="0" type="stmt"/>
2963
- <line num="212" count="0" type="stmt"/>
2964
- <line num="224" count="0" type="stmt"/>
2965
- <line num="228" count="0" type="stmt"/>
2966
- <line num="232" count="0" type="stmt"/>
2967
- <line num="243" count="0" type="stmt"/>
2968
- <line num="254" count="0" type="stmt"/>
2969
- </file>
2970
- </package>
2971
2732
  <package name="webworker">
2972
2733
  <metrics statements="436" coveredstatements="0" conditionals="361" coveredconditionals="0" methods="54" coveredmethods="0"/>
2973
2734
  <file name="BatchWriter.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/webworker/BatchWriter.ts">