imposium-js-sdk 3.5.7 → 3.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/cobertura-coverage.xml +206 -195
- package/coverage/coverage-final.json +4 -4
- package/coverage/coverage-summary.json +3 -3
- package/coverage/index.html +29 -29
- package/coverage/junit.xml +199 -177
- package/coverage/lcov-report/index.html +29 -29
- package/coverage/lcov-report/src/Entry.ts.html +1 -1
- package/coverage/lcov-report/src/client/Client.ts.html +123 -72
- package/coverage/lcov-report/src/client/DirectDeliveryPipe.ts.html +2 -2
- package/coverage/lcov-report/src/client/http/API.ts.html +1 -1
- package/coverage/lcov-report/src/client/http/index.html +1 -1
- package/coverage/lcov-report/src/client/index.html +19 -19
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/scaffolding/ExceptionPipe.ts.html +57 -39
- package/coverage/lcov-report/src/scaffolding/Exceptions.ts.html +16 -16
- package/coverage/lcov-report/src/scaffolding/GoogleAnalytics.ts.html +1 -1
- package/coverage/lcov-report/src/scaffolding/Helpers.ts.html +10 -10
- package/coverage/lcov-report/src/scaffolding/Version.ts.html +1 -1
- package/coverage/lcov-report/src/scaffolding/index.html +20 -20
- package/coverage/lcov-report/src/video/FallbackPlayer.ts.html +1 -1
- package/coverage/lcov-report/src/video/Player.ts.html +1 -1
- package/coverage/lcov-report/src/video/VideoPlayer.ts.html +1 -1
- package/coverage/lcov-report/src/video/index.html +1 -1
- package/coverage/lcov.info +272 -255
- package/coverage/src/Entry.ts.html +1 -1
- package/coverage/src/client/Client.ts.html +123 -72
- package/coverage/src/client/DirectDeliveryPipe.ts.html +2 -2
- package/coverage/src/client/http/API.ts.html +1 -1
- package/coverage/src/client/http/index.html +1 -1
- package/coverage/src/client/index.html +19 -19
- package/coverage/src/index.html +1 -1
- package/coverage/src/scaffolding/ExceptionPipe.ts.html +57 -39
- package/coverage/src/scaffolding/Exceptions.ts.html +16 -16
- package/coverage/src/scaffolding/GoogleAnalytics.ts.html +1 -1
- package/coverage/src/scaffolding/Helpers.ts.html +10 -10
- package/coverage/src/scaffolding/Version.ts.html +1 -1
- package/coverage/src/scaffolding/index.html +20 -20
- package/coverage/src/video/FallbackPlayer.ts.html +1 -1
- package/coverage/src/video/Player.ts.html +1 -1
- package/coverage/src/video/VideoPlayer.ts.html +1 -1
- package/coverage/src/video/index.html +1 -1
- package/lib/imposium.js +79 -45
- package/lib/imposium.js.map +1 -1
- package/lib/imposium.min.js +1 -1
- package/lib/imposium.min.js.LICENSE.txt +1 -1
- package/lib/imposium.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="714" lines-covered="628" line-rate="0.8795000000000001" branches-valid="313" branches-covered="243" branch-rate="0.7763" timestamp="1789152880370" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/opt/buildagent/work/32523f1dc87b9a4f</source>
|
|
6
6
|
</sources>
|
|
@@ -17,43 +17,43 @@
|
|
|
17
17
|
</class>
|
|
18
18
|
</classes>
|
|
19
19
|
</package>
|
|
20
|
-
<package name="src.client" line-rate="0.
|
|
20
|
+
<package name="src.client" line-rate="0.9181999999999999" branch-rate="0.8">
|
|
21
21
|
<classes>
|
|
22
|
-
<class name="Client.ts" filename="src/client/Client.ts" line-rate="0.
|
|
22
|
+
<class name="Client.ts" filename="src/client/Client.ts" line-rate="0.9309999999999999" branch-rate="0.8151999999999999">
|
|
23
23
|
<methods>
|
|
24
|
-
<method name="constructor" hits="
|
|
24
|
+
<method name="constructor" hits="41" signature="()V">
|
|
25
25
|
<lines>
|
|
26
|
-
<line number="
|
|
26
|
+
<line number="109" hits="41"/>
|
|
27
27
|
</lines>
|
|
28
28
|
</method>
|
|
29
|
-
<method name="(anonymous_1)" hits="
|
|
29
|
+
<method name="(anonymous_1)" hits="41" signature="()V">
|
|
30
30
|
<lines>
|
|
31
|
-
<line number="
|
|
31
|
+
<line number="116" hits="41"/>
|
|
32
32
|
</lines>
|
|
33
33
|
</method>
|
|
34
34
|
<method name="(anonymous_2)" hits="2" signature="()V">
|
|
35
35
|
<lines>
|
|
36
|
-
<line number="
|
|
36
|
+
<line number="145" hits="2"/>
|
|
37
37
|
</lines>
|
|
38
38
|
</method>
|
|
39
39
|
<method name="(anonymous_3)" hits="3" signature="()V">
|
|
40
40
|
<lines>
|
|
41
|
-
<line number="
|
|
41
|
+
<line number="146" hits="3"/>
|
|
42
42
|
</lines>
|
|
43
43
|
</method>
|
|
44
44
|
<method name="(anonymous_4)" hits="1" signature="()V">
|
|
45
45
|
<lines>
|
|
46
|
-
<line number="
|
|
46
|
+
<line number="147" hits="1"/>
|
|
47
47
|
</lines>
|
|
48
48
|
</method>
|
|
49
|
-
<method name="(anonymous_5)" hits="
|
|
49
|
+
<method name="(anonymous_5)" hits="38" signature="()V">
|
|
50
50
|
<lines>
|
|
51
|
-
<line number="
|
|
51
|
+
<line number="156" hits="38"/>
|
|
52
52
|
</lines>
|
|
53
53
|
</method>
|
|
54
54
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
55
55
|
<lines>
|
|
56
|
-
<line number="
|
|
56
|
+
<line number="168" hits="0"/>
|
|
57
57
|
</lines>
|
|
58
58
|
</method>
|
|
59
59
|
<method name="(anonymous_7)" hits="6" signature="()V">
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
<line number="180" hits="6"/>
|
|
62
62
|
</lines>
|
|
63
63
|
</method>
|
|
64
|
-
<method name="(anonymous_8)" hits="
|
|
64
|
+
<method name="(anonymous_8)" hits="28" signature="()V">
|
|
65
65
|
<lines>
|
|
66
|
-
<line number="199" hits="
|
|
66
|
+
<line number="199" hits="28"/>
|
|
67
67
|
</lines>
|
|
68
68
|
</method>
|
|
69
69
|
<method name="(anonymous_9)" hits="4" signature="()V">
|
|
@@ -81,89 +81,94 @@
|
|
|
81
81
|
<line number="261" hits="2"/>
|
|
82
82
|
</lines>
|
|
83
83
|
</method>
|
|
84
|
-
<method name="(anonymous_12)" hits="
|
|
84
|
+
<method name="(anonymous_12)" hits="7" signature="()V">
|
|
85
85
|
<lines>
|
|
86
|
-
<line number="287" hits="
|
|
86
|
+
<line number="287" hits="7"/>
|
|
87
87
|
</lines>
|
|
88
88
|
</method>
|
|
89
89
|
<method name="(anonymous_13)" hits="2" signature="()V">
|
|
90
90
|
<lines>
|
|
91
|
-
<line number="
|
|
91
|
+
<line number="321" hits="2"/>
|
|
92
92
|
</lines>
|
|
93
93
|
</method>
|
|
94
94
|
<method name="(anonymous_14)" hits="1" signature="()V">
|
|
95
95
|
<lines>
|
|
96
|
-
<line number="
|
|
96
|
+
<line number="346" hits="1"/>
|
|
97
97
|
</lines>
|
|
98
98
|
</method>
|
|
99
|
-
<method name="(anonymous_15)" hits="
|
|
99
|
+
<method name="(anonymous_15)" hits="5" signature="()V">
|
|
100
100
|
<lines>
|
|
101
|
-
<line number="
|
|
101
|
+
<line number="371" hits="5"/>
|
|
102
102
|
</lines>
|
|
103
103
|
</method>
|
|
104
104
|
<method name="(anonymous_16)" hits="6" signature="()V">
|
|
105
105
|
<lines>
|
|
106
|
-
<line number="
|
|
106
|
+
<line number="403" hits="6"/>
|
|
107
107
|
</lines>
|
|
108
108
|
</method>
|
|
109
|
-
<method name="(anonymous_17)" hits="
|
|
109
|
+
<method name="(anonymous_17)" hits="11" signature="()V">
|
|
110
110
|
<lines>
|
|
111
|
-
<line number="
|
|
111
|
+
<line number="414" hits="11"/>
|
|
112
112
|
</lines>
|
|
113
113
|
</method>
|
|
114
|
-
<method name="(anonymous_18)" hits="
|
|
114
|
+
<method name="(anonymous_18)" hits="2" signature="()V">
|
|
115
115
|
<lines>
|
|
116
|
-
<line number="421" hits="
|
|
116
|
+
<line number="421" hits="2"/>
|
|
117
117
|
</lines>
|
|
118
118
|
</method>
|
|
119
|
-
<method name="(anonymous_19)" hits="
|
|
119
|
+
<method name="(anonymous_19)" hits="3" signature="()V">
|
|
120
120
|
<lines>
|
|
121
|
-
<line number="
|
|
121
|
+
<line number="438" hits="3"/>
|
|
122
|
+
</lines>
|
|
123
|
+
</method>
|
|
124
|
+
<method name="(anonymous_20)" hits="1" signature="()V">
|
|
125
|
+
<lines>
|
|
126
|
+
<line number="470" hits="1"/>
|
|
122
127
|
</lines>
|
|
123
128
|
</method>
|
|
124
129
|
</methods>
|
|
125
130
|
<lines>
|
|
126
|
-
<line number="
|
|
127
|
-
<line number="
|
|
128
|
-
<line number="
|
|
129
|
-
<line number="
|
|
130
|
-
<line number="
|
|
131
|
-
<line number="
|
|
132
|
-
<line number="
|
|
133
|
-
<line number="
|
|
134
|
-
<line number="
|
|
135
|
-
<line number="
|
|
136
|
-
<line number="
|
|
137
|
-
<line number="116" hits="
|
|
138
|
-
<line number="117" hits="
|
|
139
|
-
<line number="118" hits="
|
|
140
|
-
<line number="119" hits="
|
|
141
|
-
<line number="
|
|
142
|
-
<line number="122" hits="
|
|
143
|
-
<line number="123" hits="
|
|
144
|
-
<line number="
|
|
145
|
-
<line number="127" hits="
|
|
146
|
-
<line number="
|
|
147
|
-
<line number="131" hits="
|
|
148
|
-
<line number="
|
|
149
|
-
<line number="135" hits="
|
|
150
|
-
<line number="
|
|
151
|
-
<line number="
|
|
152
|
-
<line number="145" hits="
|
|
153
|
-
<line number="146" hits="
|
|
154
|
-
<line number="
|
|
155
|
-
<line number="
|
|
156
|
-
<line number="
|
|
157
|
-
<line number="
|
|
158
|
-
<line number="159" hits="
|
|
159
|
-
<line number="
|
|
160
|
-
<line number="162" hits="0" branch="
|
|
161
|
-
<line number="163" hits="0" branch="
|
|
162
|
-
<line number="
|
|
131
|
+
<line number="85" hits="1" branch="false"/>
|
|
132
|
+
<line number="87" hits="1" branch="false"/>
|
|
133
|
+
<line number="90" hits="1" branch="false"/>
|
|
134
|
+
<line number="92" hits="41" branch="false"/>
|
|
135
|
+
<line number="94" hits="41" branch="false"/>
|
|
136
|
+
<line number="96" hits="41" branch="false"/>
|
|
137
|
+
<line number="98" hits="41" branch="false"/>
|
|
138
|
+
<line number="100" hits="41" branch="false"/>
|
|
139
|
+
<line number="102" hits="41" branch="false"/>
|
|
140
|
+
<line number="104" hits="41" branch="false"/>
|
|
141
|
+
<line number="110" hits="41" branch="false"/>
|
|
142
|
+
<line number="116" hits="41" branch="false"/>
|
|
143
|
+
<line number="117" hits="41" branch="false"/>
|
|
144
|
+
<line number="118" hits="41" branch="true" condition-coverage="100% (2/2)"/>
|
|
145
|
+
<line number="119" hits="41" branch="false"/>
|
|
146
|
+
<line number="120" hits="41" branch="false"/>
|
|
147
|
+
<line number="122" hits="41" branch="false"/>
|
|
148
|
+
<line number="123" hits="41" branch="true" condition-coverage="100% (2/2)"/>
|
|
149
|
+
<line number="124" hits="1" branch="false"/>
|
|
150
|
+
<line number="127" hits="40" branch="true" condition-coverage="100% (4/4)"/>
|
|
151
|
+
<line number="128" hits="1" branch="false"/>
|
|
152
|
+
<line number="131" hits="39" branch="true" condition-coverage="100% (4/4)"/>
|
|
153
|
+
<line number="132" hits="1" branch="false"/>
|
|
154
|
+
<line number="135" hits="38" branch="false"/>
|
|
155
|
+
<line number="136" hits="38" branch="false"/>
|
|
156
|
+
<line number="138" hits="38" branch="false"/>
|
|
157
|
+
<line number="145" hits="38" branch="false"/>
|
|
158
|
+
<line number="146" hits="38" branch="false"/>
|
|
159
|
+
<line number="147" hits="38" branch="false"/>
|
|
160
|
+
<line number="149" hits="38" branch="false"/>
|
|
161
|
+
<line number="155" hits="38" branch="false"/>
|
|
162
|
+
<line number="157" hits="38" branch="false"/>
|
|
163
|
+
<line number="159" hits="38" branch="true" condition-coverage="75% (3/4)"/>
|
|
164
|
+
<line number="160" hits="0" branch="false"/>
|
|
165
|
+
<line number="162" hits="0" branch="false"/>
|
|
166
|
+
<line number="163" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
167
|
+
<line number="164" hits="0" branch="false"/>
|
|
163
168
|
<line number="169" hits="0" branch="false"/>
|
|
164
169
|
<line number="172" hits="3" branch="true" condition-coverage="100% (4/4)"/>
|
|
165
170
|
<line number="173" hits="3" branch="false"/>
|
|
166
|
-
<line number="180" hits="
|
|
171
|
+
<line number="180" hits="41" branch="true" condition-coverage="100% (1/1)"/>
|
|
167
172
|
<line number="181" hits="6" branch="true" condition-coverage="50% (1/2)"/>
|
|
168
173
|
<line number="184" hits="6" branch="false"/>
|
|
169
174
|
<line number="186" hits="6" branch="false"/>
|
|
@@ -171,18 +176,18 @@
|
|
|
171
176
|
<line number="189" hits="6" branch="false"/>
|
|
172
177
|
<line number="190" hits="6" branch="true" condition-coverage="100% (2/2)"/>
|
|
173
178
|
<line number="191" hits="1" branch="false"/>
|
|
174
|
-
<line number="199" hits="
|
|
175
|
-
<line number="203" hits="
|
|
176
|
-
<line number="205" hits="
|
|
177
|
-
<line number="208" hits="
|
|
178
|
-
<line number="210" hits="
|
|
179
|
-
<line number="211" hits="
|
|
179
|
+
<line number="199" hits="41" branch="false"/>
|
|
180
|
+
<line number="203" hits="28" branch="false"/>
|
|
181
|
+
<line number="205" hits="28" branch="true" condition-coverage="50% (1/2)"/>
|
|
182
|
+
<line number="208" hits="28" branch="false"/>
|
|
183
|
+
<line number="210" hits="28" branch="false"/>
|
|
184
|
+
<line number="211" hits="28" branch="true" condition-coverage="100% (2/2)"/>
|
|
180
185
|
<line number="212" hits="1" branch="false"/>
|
|
181
|
-
<line number="215" hits="
|
|
186
|
+
<line number="215" hits="27" branch="true" condition-coverage="100% (2/2)"/>
|
|
182
187
|
<line number="216" hits="1" branch="false"/>
|
|
183
|
-
<line number="219" hits="
|
|
188
|
+
<line number="219" hits="26" branch="false"/>
|
|
184
189
|
<line number="221" hits="2" branch="false"/>
|
|
185
|
-
<line number="229" hits="
|
|
190
|
+
<line number="229" hits="41" branch="true" condition-coverage="100% (1/1)"/>
|
|
186
191
|
<line number="233" hits="4" branch="false"/>
|
|
187
192
|
<line number="235" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
188
193
|
<line number="238" hits="4" branch="false"/>
|
|
@@ -194,7 +199,7 @@
|
|
|
194
199
|
<line number="248" hits="1" branch="false"/>
|
|
195
200
|
<line number="249" hits="5" branch="false"/>
|
|
196
201
|
<line number="253" hits="1" branch="false"/>
|
|
197
|
-
<line number="261" hits="
|
|
202
|
+
<line number="261" hits="41" branch="true" condition-coverage="100% (1/1)"/>
|
|
198
203
|
<line number="264" hits="2" branch="false"/>
|
|
199
204
|
<line number="266" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
200
205
|
<line number="269" hits="2" branch="false"/>
|
|
@@ -203,65 +208,71 @@
|
|
|
203
208
|
<line number="273" hits="1" branch="false"/>
|
|
204
209
|
<line number="276" hits="1" branch="false"/>
|
|
205
210
|
<line number="279" hits="1" branch="false"/>
|
|
206
|
-
<line number="287" hits="
|
|
207
|
-
<line number="288" hits="
|
|
208
|
-
<line number="293" hits="
|
|
209
|
-
<line number="295" hits="
|
|
210
|
-
<line number="296" hits="
|
|
211
|
+
<line number="287" hits="41" branch="false"/>
|
|
212
|
+
<line number="288" hits="7" branch="true" condition-coverage="50% (1/2)"/>
|
|
213
|
+
<line number="293" hits="7" branch="false"/>
|
|
214
|
+
<line number="295" hits="7" branch="false"/>
|
|
215
|
+
<line number="296" hits="7" branch="true" condition-coverage="100% (4/4)"/>
|
|
211
216
|
<line number="297" hits="1" branch="false"/>
|
|
212
|
-
<line number="303" hits="
|
|
213
|
-
<line number="304" hits="
|
|
214
|
-
<line number="307" hits="2" branch="
|
|
215
|
-
<line number="
|
|
216
|
-
<line number="
|
|
217
|
-
<line number="
|
|
218
|
-
<line number="
|
|
219
|
-
<line number="
|
|
220
|
-
<line number="328" hits="2" branch="
|
|
221
|
-
<line number="
|
|
222
|
-
<line number="
|
|
223
|
-
<line number="
|
|
224
|
-
<line number="
|
|
225
|
-
<line number="
|
|
226
|
-
<line number="
|
|
227
|
-
<line number="
|
|
228
|
-
<line number="353" hits="1" branch="
|
|
229
|
-
<line number="
|
|
230
|
-
<line number="
|
|
231
|
-
<line number="
|
|
232
|
-
<line number="
|
|
233
|
-
<line number="
|
|
234
|
-
<line number="
|
|
235
|
-
<line number="
|
|
236
|
-
<line number="378" hits="
|
|
237
|
-
<line number="
|
|
238
|
-
<line number="
|
|
239
|
-
<line number="
|
|
240
|
-
<line number="
|
|
241
|
-
<line number="
|
|
242
|
-
<line number="
|
|
243
|
-
<line number="
|
|
244
|
-
<line number="
|
|
245
|
-
<line number="
|
|
246
|
-
<line number="
|
|
247
|
-
<line number="
|
|
248
|
-
<line number="415" hits="
|
|
249
|
-
<line number="421" hits="
|
|
250
|
-
<line number="
|
|
251
|
-
<line number="
|
|
252
|
-
<line number="
|
|
253
|
-
<line number="
|
|
254
|
-
<line number="432" hits="
|
|
255
|
-
<line number="
|
|
256
|
-
<line number="
|
|
257
|
-
<line number="
|
|
258
|
-
<line number="
|
|
259
|
-
<line number="
|
|
260
|
-
<line number="
|
|
261
|
-
<line number="
|
|
262
|
-
<line number="453" hits="
|
|
217
|
+
<line number="303" hits="6" branch="true" condition-coverage="100% (2/2)"/>
|
|
218
|
+
<line number="304" hits="4" branch="false"/>
|
|
219
|
+
<line number="307" hits="2" branch="true" condition-coverage="100% (2/2)"/>
|
|
220
|
+
<line number="308" hits="1" branch="false"/>
|
|
221
|
+
<line number="311" hits="2" branch="false"/>
|
|
222
|
+
<line number="313" hits="5" branch="false"/>
|
|
223
|
+
<line number="321" hits="41" branch="true" condition-coverage="100% (1/1)"/>
|
|
224
|
+
<line number="322" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
225
|
+
<line number="328" hits="2" branch="false"/>
|
|
226
|
+
<line number="330" hits="2" branch="false"/>
|
|
227
|
+
<line number="332" hits="2" branch="true" condition-coverage="60% (3/5)"/>
|
|
228
|
+
<line number="333" hits="0" branch="false"/>
|
|
229
|
+
<line number="339" hits="2" branch="false"/>
|
|
230
|
+
<line number="341" hits="0" branch="false"/>
|
|
231
|
+
<line number="346" hits="41" branch="false"/>
|
|
232
|
+
<line number="347" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
233
|
+
<line number="353" hits="1" branch="false"/>
|
|
234
|
+
<line number="355" hits="1" branch="false"/>
|
|
235
|
+
<line number="357" hits="1" branch="true" condition-coverage="60% (3/5)"/>
|
|
236
|
+
<line number="358" hits="0" branch="false"/>
|
|
237
|
+
<line number="364" hits="1" branch="false"/>
|
|
238
|
+
<line number="366" hits="0" branch="false"/>
|
|
239
|
+
<line number="371" hits="41" branch="false"/>
|
|
240
|
+
<line number="372" hits="5" branch="true" condition-coverage="50% (1/2)"/>
|
|
241
|
+
<line number="378" hits="5" branch="false"/>
|
|
242
|
+
<line number="380" hits="5" branch="false"/>
|
|
243
|
+
<line number="382" hits="5" branch="true" condition-coverage="60% (3/5)"/>
|
|
244
|
+
<line number="383" hits="0" branch="false"/>
|
|
245
|
+
<line number="389" hits="5" branch="true" condition-coverage="100% (2/2)"/>
|
|
246
|
+
<line number="390" hits="4" branch="false"/>
|
|
247
|
+
<line number="393" hits="1" branch="false"/>
|
|
248
|
+
<line number="395" hits="4" branch="false"/>
|
|
249
|
+
<line number="403" hits="41" branch="false"/>
|
|
250
|
+
<line number="404" hits="6" branch="true" condition-coverage="100% (2/2)"/>
|
|
251
|
+
<line number="405" hits="1" branch="false"/>
|
|
252
|
+
<line number="414" hits="41" branch="false"/>
|
|
253
|
+
<line number="415" hits="11" branch="true" condition-coverage="100% (3/3)"/>
|
|
254
|
+
<line number="421" hits="41" branch="false"/>
|
|
255
|
+
<line number="424" hits="2" branch="false"/>
|
|
256
|
+
<line number="426" hits="2" branch="false"/>
|
|
257
|
+
<line number="428" hits="2" branch="true" condition-coverage="100% (2/2)"/>
|
|
258
|
+
<line number="429" hits="1" branch="false"/>
|
|
259
|
+
<line number="432" hits="2" branch="false"/>
|
|
260
|
+
<line number="438" hits="41" branch="false"/>
|
|
261
|
+
<line number="443" hits="3" branch="false"/>
|
|
262
|
+
<line number="445" hits="3" branch="false"/>
|
|
263
|
+
<line number="447" hits="3" branch="false"/>
|
|
264
|
+
<line number="448" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
265
|
+
<line number="449" hits="1" branch="false"/>
|
|
266
|
+
<line number="452" hits="2" branch="true" condition-coverage="100% (2/2)"/>
|
|
267
|
+
<line number="453" hits="1" branch="false"/>
|
|
268
|
+
<line number="456" hits="2" branch="true" condition-coverage="100% (2/2)"/>
|
|
263
269
|
<line number="457" hits="1" branch="false"/>
|
|
264
|
-
<line number="
|
|
270
|
+
<line number="460" hits="2" branch="false"/>
|
|
271
|
+
<line number="461" hits="2" branch="false"/>
|
|
272
|
+
<line number="463" hits="1" branch="false"/>
|
|
273
|
+
<line number="470" hits="41" branch="false"/>
|
|
274
|
+
<line number="474" hits="1" branch="false"/>
|
|
275
|
+
<line number="476" hits="1" branch="false"/>
|
|
265
276
|
</lines>
|
|
266
277
|
</class>
|
|
267
278
|
<class name="DirectDeliveryPipe.ts" filename="src/client/DirectDeliveryPipe.ts" line-rate="0.8887999999999999" branch-rate="0.7575">
|
|
@@ -579,9 +590,9 @@
|
|
|
579
590
|
</class>
|
|
580
591
|
</classes>
|
|
581
592
|
</package>
|
|
582
|
-
<package name="src.scaffolding" line-rate="0.
|
|
593
|
+
<package name="src.scaffolding" line-rate="0.8823000000000001" branch-rate="0.7444">
|
|
583
594
|
<classes>
|
|
584
|
-
<class name="ExceptionPipe.ts" filename="src/scaffolding/ExceptionPipe.ts" line-rate="0.
|
|
595
|
+
<class name="ExceptionPipe.ts" filename="src/scaffolding/ExceptionPipe.ts" line-rate="0.7954000000000001" branch-rate="0.7241">
|
|
585
596
|
<methods>
|
|
586
597
|
<method name="(anonymous_0)" hits="1" signature="()V">
|
|
587
598
|
<lines>
|
|
@@ -603,20 +614,18 @@
|
|
|
603
614
|
<line number="42" hits="5"/>
|
|
604
615
|
</lines>
|
|
605
616
|
</method>
|
|
606
|
-
<method name="(anonymous_4)" hits="
|
|
617
|
+
<method name="(anonymous_4)" hits="6" signature="()V">
|
|
607
618
|
<lines>
|
|
608
|
-
<line number="
|
|
619
|
+
<line number="83" hits="6"/>
|
|
609
620
|
</lines>
|
|
610
621
|
</method>
|
|
611
|
-
<method name="(anonymous_5)" hits="
|
|
622
|
+
<method name="(anonymous_5)" hits="3" signature="()V">
|
|
612
623
|
<lines>
|
|
613
|
-
<line number="
|
|
624
|
+
<line number="107" hits="3"/>
|
|
614
625
|
</lines>
|
|
615
626
|
</method>
|
|
616
627
|
</methods>
|
|
617
628
|
<lines>
|
|
618
|
-
<line number="5" hits="1" branch="false"/>
|
|
619
|
-
<line number="6" hits="1" branch="false"/>
|
|
620
629
|
<line number="12" hits="1" branch="false"/>
|
|
621
630
|
<line number="13" hits="1" branch="false"/>
|
|
622
631
|
<line number="20" hits="1" branch="false"/>
|
|
@@ -644,28 +653,30 @@
|
|
|
644
653
|
<line number="65" hits="5" branch="true" condition-coverage="50% (1/2)"/>
|
|
645
654
|
<line number="66" hits="0" branch="false"/>
|
|
646
655
|
<line number="75" hits="5" branch="false"/>
|
|
647
|
-
<line number="
|
|
648
|
-
<line number="
|
|
649
|
-
<line number="
|
|
650
|
-
<line number="
|
|
651
|
-
<line number="
|
|
652
|
-
<line number="
|
|
653
|
-
<line number="
|
|
654
|
-
<line number="
|
|
655
|
-
<line number="
|
|
656
|
-
<line number="
|
|
657
|
-
<line number="
|
|
658
|
-
<line number="
|
|
656
|
+
<line number="83" hits="1" branch="false"/>
|
|
657
|
+
<line number="85" hits="6" branch="true" condition-coverage="100% (2/2)"/>
|
|
658
|
+
<line number="86" hits="3" branch="false"/>
|
|
659
|
+
<line number="89" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
660
|
+
<line number="90" hits="3" branch="false"/>
|
|
661
|
+
<line number="91" hits="3" branch="false"/>
|
|
662
|
+
<line number="92" hits="3" branch="false"/>
|
|
663
|
+
<line number="94" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
664
|
+
<line number="95" hits="1" branch="false"/>
|
|
665
|
+
<line number="98" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
666
|
+
<line number="99" hits="1" branch="false"/>
|
|
667
|
+
<line number="103" hits="3" branch="false"/>
|
|
668
|
+
<line number="107" hits="1" branch="false"/>
|
|
659
669
|
<line number="108" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
660
|
-
<line number="109" hits="
|
|
661
|
-
<line number="
|
|
670
|
+
<line number="109" hits="2" branch="false"/>
|
|
671
|
+
<line number="112" hits="1" branch="false"/>
|
|
672
|
+
<line number="120" hits="1" branch="false"/>
|
|
662
673
|
</lines>
|
|
663
674
|
</class>
|
|
664
675
|
<class name="Exceptions.ts" filename="src/scaffolding/Exceptions.ts" line-rate="1" branch-rate="0.6785">
|
|
665
676
|
<methods>
|
|
666
|
-
<method name="constructor" hits="
|
|
677
|
+
<method name="constructor" hits="70" signature="()V">
|
|
667
678
|
<lines>
|
|
668
|
-
<line number="27" hits="
|
|
679
|
+
<line number="27" hits="70"/>
|
|
669
680
|
</lines>
|
|
670
681
|
</method>
|
|
671
682
|
<method name="(anonymous_1)" hits="5" signature="()V">
|
|
@@ -693,9 +704,9 @@
|
|
|
693
704
|
<line number="76" hits="1"/>
|
|
694
705
|
</lines>
|
|
695
706
|
</method>
|
|
696
|
-
<method name="constructor_4" hits="
|
|
707
|
+
<method name="constructor_4" hits="21" signature="()V">
|
|
697
708
|
<lines>
|
|
698
|
-
<line number="87" hits="
|
|
709
|
+
<line number="87" hits="21"/>
|
|
699
710
|
</lines>
|
|
700
711
|
</method>
|
|
701
712
|
<method name="(anonymous_7)" hits="5" signature="()V">
|
|
@@ -737,15 +748,15 @@
|
|
|
737
748
|
<lines>
|
|
738
749
|
<line number="4" hits="6" branch="false"/>
|
|
739
750
|
<line number="6" hits="6" branch="false"/>
|
|
740
|
-
<line number="19" hits="
|
|
741
|
-
<line number="21" hits="
|
|
742
|
-
<line number="23" hits="
|
|
743
|
-
<line number="25" hits="
|
|
744
|
-
<line number="28" hits="
|
|
745
|
-
<line number="30" hits="
|
|
746
|
-
<line number="31" hits="
|
|
747
|
-
<line number="34" hits="
|
|
748
|
-
<line number="37" hits="
|
|
751
|
+
<line number="19" hits="70" branch="false"/>
|
|
752
|
+
<line number="21" hits="70" branch="false"/>
|
|
753
|
+
<line number="23" hits="70" branch="false"/>
|
|
754
|
+
<line number="25" hits="70" branch="false"/>
|
|
755
|
+
<line number="28" hits="70" branch="false"/>
|
|
756
|
+
<line number="30" hits="70" branch="true" condition-coverage="50% (1/2)"/>
|
|
757
|
+
<line number="31" hits="70" branch="false"/>
|
|
758
|
+
<line number="34" hits="70" branch="false"/>
|
|
759
|
+
<line number="37" hits="70" branch="false"/>
|
|
749
760
|
<line number="38" hits="5" branch="false"/>
|
|
750
761
|
<line number="43" hits="8" branch="false"/>
|
|
751
762
|
<line number="46" hits="8" branch="false"/>
|
|
@@ -761,12 +772,12 @@
|
|
|
761
772
|
<line number="73" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
762
773
|
<line number="76" hits="3" branch="false"/>
|
|
763
774
|
<line number="77" hits="1" branch="false"/>
|
|
764
|
-
<line number="85" hits="
|
|
765
|
-
<line number="88" hits="
|
|
766
|
-
<line number="90" hits="
|
|
767
|
-
<line number="91" hits="
|
|
768
|
-
<line number="94" hits="
|
|
769
|
-
<line number="97" hits="
|
|
775
|
+
<line number="85" hits="21" branch="false"/>
|
|
776
|
+
<line number="88" hits="21" branch="false"/>
|
|
777
|
+
<line number="90" hits="21" branch="true" condition-coverage="50% (1/2)"/>
|
|
778
|
+
<line number="91" hits="21" branch="false"/>
|
|
779
|
+
<line number="94" hits="21" branch="true" condition-coverage="100% (2/2)"/>
|
|
780
|
+
<line number="97" hits="21" branch="false"/>
|
|
770
781
|
<line number="98" hits="5" branch="false"/>
|
|
771
782
|
<line number="106" hits="28" branch="false"/>
|
|
772
783
|
<line number="109" hits="28" branch="false"/>
|
|
@@ -848,9 +859,9 @@
|
|
|
848
859
|
</class>
|
|
849
860
|
<class name="Helpers.ts" filename="src/scaffolding/Helpers.ts" line-rate="0.8076000000000001" branch-rate="0.7826000000000001">
|
|
850
861
|
<methods>
|
|
851
|
-
<method name="(anonymous_0)" hits="
|
|
862
|
+
<method name="(anonymous_0)" hits="79" signature="()V">
|
|
852
863
|
<lines>
|
|
853
|
-
<line number="2" hits="
|
|
864
|
+
<line number="2" hits="79"/>
|
|
854
865
|
</lines>
|
|
855
866
|
</method>
|
|
856
867
|
<method name="(anonymous_1)" hits="9" signature="()V">
|
|
@@ -858,29 +869,29 @@
|
|
|
858
869
|
<line number="13" hits="9"/>
|
|
859
870
|
</lines>
|
|
860
871
|
</method>
|
|
861
|
-
<method name="(anonymous_2)" hits="
|
|
872
|
+
<method name="(anonymous_2)" hits="44" signature="()V">
|
|
862
873
|
<lines>
|
|
863
|
-
<line number="18" hits="
|
|
874
|
+
<line number="18" hits="44"/>
|
|
864
875
|
</lines>
|
|
865
876
|
</method>
|
|
866
|
-
<method name="(anonymous_3)" hits="
|
|
877
|
+
<method name="(anonymous_3)" hits="56" signature="()V">
|
|
867
878
|
<lines>
|
|
868
|
-
<line number="23" hits="
|
|
879
|
+
<line number="23" hits="56"/>
|
|
869
880
|
</lines>
|
|
870
881
|
</method>
|
|
871
|
-
<method name="(anonymous_4)" hits="
|
|
882
|
+
<method name="(anonymous_4)" hits="370" signature="()V">
|
|
872
883
|
<lines>
|
|
873
|
-
<line number="25" hits="
|
|
884
|
+
<line number="25" hits="370"/>
|
|
874
885
|
</lines>
|
|
875
886
|
</method>
|
|
876
|
-
<method name="(anonymous_5)" hits="
|
|
887
|
+
<method name="(anonymous_5)" hits="43" signature="()V">
|
|
877
888
|
<lines>
|
|
878
|
-
<line number="30" hits="
|
|
889
|
+
<line number="30" hits="43"/>
|
|
879
890
|
</lines>
|
|
880
891
|
</method>
|
|
881
|
-
<method name="(anonymous_6)" hits="
|
|
892
|
+
<method name="(anonymous_6)" hits="210" signature="()V">
|
|
882
893
|
<lines>
|
|
883
|
-
<line number="31" hits="
|
|
894
|
+
<line number="31" hits="210"/>
|
|
884
895
|
</lines>
|
|
885
896
|
</method>
|
|
886
897
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
@@ -916,21 +927,21 @@
|
|
|
916
927
|
</methods>
|
|
917
928
|
<lines>
|
|
918
929
|
<line number="2" hits="6" branch="false"/>
|
|
919
|
-
<line number="3" hits="
|
|
920
|
-
<line number="5" hits="
|
|
921
|
-
<line number="6" hits="
|
|
930
|
+
<line number="3" hits="79" branch="false"/>
|
|
931
|
+
<line number="5" hits="79" branch="false"/>
|
|
932
|
+
<line number="6" hits="428" branch="true" condition-coverage="100% (2/2)"/>
|
|
922
933
|
<line number="7" hits="2" branch="false"/>
|
|
923
934
|
<line number="13" hits="6" branch="false"/>
|
|
924
935
|
<line number="14" hits="9" branch="false"/>
|
|
925
936
|
<line number="18" hits="6" branch="false"/>
|
|
926
|
-
<line number="19" hits="
|
|
937
|
+
<line number="19" hits="44" branch="false"/>
|
|
927
938
|
<line number="23" hits="6" branch="false"/>
|
|
928
|
-
<line number="24" hits="
|
|
929
|
-
<line number="25" hits="
|
|
939
|
+
<line number="24" hits="56" branch="false"/>
|
|
940
|
+
<line number="25" hits="370" branch="false"/>
|
|
930
941
|
<line number="30" hits="6" branch="false"/>
|
|
931
|
-
<line number="31" hits="
|
|
932
|
-
<line number="32" hits="
|
|
933
|
-
<line number="33" hits="
|
|
942
|
+
<line number="31" hits="43" branch="false"/>
|
|
943
|
+
<line number="32" hits="210" branch="false"/>
|
|
944
|
+
<line number="33" hits="210" branch="false"/>
|
|
934
945
|
<line number="38" hits="6" branch="false"/>
|
|
935
946
|
<line number="39" hits="0" branch="false"/>
|
|
936
947
|
<line number="40" hits="0" branch="false"/>
|