@rushstack/rush-http-build-cache-plugin 5.143.0-pr5027.0 → 5.143.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.
- package/.rush/temp/chunked-rush-logs/rush-http-build-cache-plugin._phase_build.chunks.jsonl +2 -2
- package/.rush/temp/chunked-rush-logs/rush-http-build-cache-plugin._phase_test.chunks.jsonl +3 -3
- package/.rush/temp/operation/_phase_build/all.log +2 -2
- package/.rush/temp/operation/_phase_build/log-chunks.jsonl +2 -2
- package/.rush/temp/operation/_phase_build/state.json +1 -1
- package/.rush/temp/operation/_phase_test/all.log +3 -3
- package/.rush/temp/operation/_phase_test/log-chunks.jsonl +3 -3
- package/.rush/temp/operation/_phase_test/state.json +1 -1
- package/.rush/temp/{rushstack+rush-http-build-cache-plugin-_phase_build-dc594c14011133a0d2435b3bceb246719966badd.tar.log → rushstack+rush-http-build-cache-plugin-_phase_build-5c93311dcd0b294afb893ab4bebba27f8f996ee0.tar.log} +2 -2
- package/.rush/temp/{rushstack+rush-http-build-cache-plugin-_phase_test-46dac3e27463cfa3fbb7b857cb92b091a03f2909.tar.log → rushstack+rush-http-build-cache-plugin-_phase_test-ddfc6cbfc215a76d549395305229528c97526de2.tar.log} +2 -2
- package/.rush/temp/shrinkwrap-deps.json +15 -2
- package/coverage/HttpBuildCacheProvider.ts.html +16 -49
- package/coverage/RushHttpBuildCachePlugin.ts.html +3 -3
- package/coverage/cobertura-coverage.xml +226 -237
- package/coverage/index.html +10 -10
- package/coverage/index.ts.html +2 -2
- package/coverage/junit.xml +4 -4
- package/lib/HttpBuildCacheProvider.d.ts +1 -5
- package/lib/HttpBuildCacheProvider.d.ts.map +1 -1
- package/lib/HttpBuildCacheProvider.js +7 -6
- package/lib/HttpBuildCacheProvider.js.map +1 -1
- package/lib/RushHttpBuildCachePlugin.d.ts +1 -2
- package/lib/RushHttpBuildCachePlugin.d.ts.map +1 -1
- package/lib/RushHttpBuildCachePlugin.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/test/HttpBuildCacheProvider.test.js +56 -35
- package/lib/test/HttpBuildCacheProvider.test.js.map +1 -1
- package/package.json +8 -6
- package/rush-logs/rush-http-build-cache-plugin._phase_build.cache.log +1 -1
- package/rush-logs/rush-http-build-cache-plugin._phase_build.log +2 -2
- package/rush-logs/rush-http-build-cache-plugin._phase_test.cache.log +1 -1
- package/rush-logs/rush-http-build-cache-plugin._phase_test.log +3 -3
- package/src/HttpBuildCacheProvider.ts +10 -21
- package/src/RushHttpBuildCachePlugin.ts +2 -2
- package/src/index.ts +1 -1
- package/src/test/HttpBuildCacheProvider.test.ts +50 -63
- package/temp/build/typescript/ts_l9Fw4VUO.json +1 -1
- package/temp/test/jest/haste-map-8bff56e236187dbf28a94cdea7ee2158-1f8f3a8b20228094c245723445dd2c9a-e95bfd62c357a87bf3c5f47c6c3a2910 +0 -0
- package/temp/test/jest/perf-cache-8bff56e236187dbf28a94cdea7ee2158-da39a3ee5e6b4b0d3255bfef95601890 +1 -1
|
@@ -1,77 +1,77 @@
|
|
|
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="524" lines-covered="284" line-rate="0.5418999999999999" branches-valid="60" branches-covered="32" branch-rate="0.5333" timestamp="1733281534264" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/mnt/vss/_work/1/s/rush-plugins/rush-http-build-cache-plugin</source>
|
|
6
6
|
</sources>
|
|
7
7
|
<packages>
|
|
8
|
-
<package name="main" line-rate="0.
|
|
8
|
+
<package name="main" line-rate="0.5418999999999999" branch-rate="0.5333">
|
|
9
9
|
<classes>
|
|
10
|
-
<class name="HttpBuildCacheProvider.ts" filename="src/HttpBuildCacheProvider.ts" line-rate="0.
|
|
10
|
+
<class name="HttpBuildCacheProvider.ts" filename="src/HttpBuildCacheProvider.ts" line-rate="0.6513" branch-rate="0.5517">
|
|
11
11
|
<methods>
|
|
12
12
|
<method name="get isCacheWriteAllowed" hits="0" signature="()V">
|
|
13
13
|
<lines>
|
|
14
|
-
<line number="
|
|
14
|
+
<line number="66" hits="0"/>
|
|
15
15
|
</lines>
|
|
16
16
|
</method>
|
|
17
17
|
<method name="HttpBuildCacheProvider" hits="2" signature="()V">
|
|
18
18
|
<lines>
|
|
19
|
-
<line number="
|
|
19
|
+
<line number="70" hits="2"/>
|
|
20
20
|
</lines>
|
|
21
21
|
</method>
|
|
22
22
|
<method name="tryGetCacheEntryBufferByIdAsync" hits="2" signature="()V">
|
|
23
23
|
<lines>
|
|
24
|
-
<line number="
|
|
24
|
+
<line number="84" hits="2"/>
|
|
25
25
|
</lines>
|
|
26
26
|
</method>
|
|
27
27
|
<method name="trySetCacheEntryBufferAsync" hits="0" signature="()V">
|
|
28
28
|
<lines>
|
|
29
|
-
<line number="
|
|
29
|
+
<line number="106" hits="0"/>
|
|
30
30
|
</lines>
|
|
31
31
|
</method>
|
|
32
32
|
<method name="updateCachedCredentialAsync" hits="0" signature="()V">
|
|
33
33
|
<lines>
|
|
34
|
-
<line number="
|
|
34
|
+
<line number="136" hits="0"/>
|
|
35
35
|
</lines>
|
|
36
36
|
</method>
|
|
37
37
|
<method name="updateCachedCredentialInteractiveAsync" hits="0" signature="()V">
|
|
38
38
|
<lines>
|
|
39
|
-
<line number="
|
|
39
|
+
<line number="150" hits="0"/>
|
|
40
40
|
</lines>
|
|
41
41
|
</method>
|
|
42
42
|
<method name="deleteCachedCredentialsAsync" hits="0" signature="()V">
|
|
43
43
|
<lines>
|
|
44
|
-
<line number="
|
|
44
|
+
<line number="184" hits="0"/>
|
|
45
45
|
</lines>
|
|
46
46
|
</method>
|
|
47
47
|
<method name="get _credentialCacheId" hits="5" signature="()V">
|
|
48
48
|
<lines>
|
|
49
|
-
<line number="
|
|
49
|
+
<line number="196" hits="5"/>
|
|
50
50
|
</lines>
|
|
51
51
|
</method>
|
|
52
52
|
<method name="_makeHttpRequestAsync" hits="5" signature="()V">
|
|
53
53
|
<lines>
|
|
54
|
-
<line number="
|
|
54
|
+
<line number="210" hits="5"/>
|
|
55
55
|
</lines>
|
|
56
56
|
</method>
|
|
57
57
|
<method name="_tryGetCredentialsAsync" hits="5" signature="()V">
|
|
58
58
|
<lines>
|
|
59
|
-
<line number="
|
|
59
|
+
<line number="297" hits="5"/>
|
|
60
60
|
</lines>
|
|
61
61
|
</method>
|
|
62
62
|
<method name="_tryGetCredentialsFromCacheAsync" hits="5" signature="()V">
|
|
63
63
|
<lines>
|
|
64
|
-
<line number="
|
|
64
|
+
<line number="325" hits="5"/>
|
|
65
65
|
</lines>
|
|
66
66
|
</method>
|
|
67
67
|
<method name="_getFailureType" hits="1" signature="()V">
|
|
68
68
|
<lines>
|
|
69
|
-
<line number="
|
|
69
|
+
<line number="345" hits="1"/>
|
|
70
70
|
</lines>
|
|
71
71
|
</method>
|
|
72
72
|
<method name="_reportFailure" hits="1" signature="()V">
|
|
73
73
|
<lines>
|
|
74
|
-
<line number="
|
|
74
|
+
<line number="392" hits="1"/>
|
|
75
75
|
</lines>
|
|
76
76
|
</method>
|
|
77
77
|
</methods>
|
|
@@ -142,29 +142,29 @@
|
|
|
142
142
|
<line number="64" hits="1" branch="false"/>
|
|
143
143
|
<line number="65" hits="1" branch="false"/>
|
|
144
144
|
<line number="66" hits="1" branch="false"/>
|
|
145
|
-
<line number="67" hits="
|
|
146
|
-
<line number="68" hits="
|
|
145
|
+
<line number="67" hits="0" branch="false"/>
|
|
146
|
+
<line number="68" hits="0" branch="false"/>
|
|
147
147
|
<line number="69" hits="1" branch="false"/>
|
|
148
|
-
<line number="70" hits="1" branch="
|
|
149
|
-
<line number="71" hits="
|
|
150
|
-
<line number="72" hits="
|
|
151
|
-
<line number="73" hits="
|
|
152
|
-
<line number="74" hits="
|
|
153
|
-
<line number="75" hits="
|
|
154
|
-
<line number="76" hits="2" branch="
|
|
155
|
-
<line number="77" hits="2" branch="
|
|
156
|
-
<line number="78" hits="2" branch="
|
|
148
|
+
<line number="70" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
149
|
+
<line number="71" hits="2" branch="false"/>
|
|
150
|
+
<line number="72" hits="2" branch="false"/>
|
|
151
|
+
<line number="73" hits="2" branch="false"/>
|
|
152
|
+
<line number="74" hits="2" branch="false"/>
|
|
153
|
+
<line number="75" hits="2" branch="false"/>
|
|
154
|
+
<line number="76" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
155
|
+
<line number="77" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
156
|
+
<line number="78" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
157
157
|
<line number="79" hits="2" branch="false"/>
|
|
158
|
-
<line number="80" hits="2" branch="
|
|
158
|
+
<line number="80" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
159
159
|
<line number="81" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
160
|
-
<line number="82" hits="2" branch="
|
|
161
|
-
<line number="83" hits="
|
|
162
|
-
<line number="84" hits="
|
|
163
|
-
<line number="85" hits="2" branch="
|
|
164
|
-
<line number="86" hits="2" branch="
|
|
160
|
+
<line number="82" hits="2" branch="false"/>
|
|
161
|
+
<line number="83" hits="1" branch="false"/>
|
|
162
|
+
<line number="84" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
163
|
+
<line number="85" hits="2" branch="false"/>
|
|
164
|
+
<line number="86" hits="2" branch="false"/>
|
|
165
165
|
<line number="87" hits="2" branch="false"/>
|
|
166
|
-
<line number="88" hits="
|
|
167
|
-
<line number="89" hits="
|
|
166
|
+
<line number="88" hits="2" branch="false"/>
|
|
167
|
+
<line number="89" hits="2" branch="false"/>
|
|
168
168
|
<line number="90" hits="2" branch="false"/>
|
|
169
169
|
<line number="91" hits="2" branch="false"/>
|
|
170
170
|
<line number="92" hits="2" branch="false"/>
|
|
@@ -173,20 +173,20 @@
|
|
|
173
173
|
<line number="95" hits="2" branch="false"/>
|
|
174
174
|
<line number="96" hits="2" branch="false"/>
|
|
175
175
|
<line number="97" hits="2" branch="false"/>
|
|
176
|
-
<line number="98" hits="
|
|
177
|
-
<line number="99" hits="2" branch="
|
|
178
|
-
<line number="100" hits="2" branch="
|
|
179
|
-
<line number="101" hits="
|
|
180
|
-
<line number="102" hits="
|
|
181
|
-
<line number="103" hits="1" branch="
|
|
182
|
-
<line number="104" hits="2" branch="
|
|
183
|
-
<line number="105" hits="
|
|
176
|
+
<line number="98" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
177
|
+
<line number="99" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
178
|
+
<line number="100" hits="2" branch="true" condition-coverage="100% (1/1)"/>
|
|
179
|
+
<line number="101" hits="1" branch="false"/>
|
|
180
|
+
<line number="102" hits="1" branch="false"/>
|
|
181
|
+
<line number="103" hits="1" branch="false"/>
|
|
182
|
+
<line number="104" hits="2" branch="false"/>
|
|
183
|
+
<line number="105" hits="1" branch="false"/>
|
|
184
184
|
<line number="106" hits="1" branch="false"/>
|
|
185
|
-
<line number="107" hits="
|
|
186
|
-
<line number="108" hits="
|
|
187
|
-
<line number="109" hits="
|
|
188
|
-
<line number="110" hits="
|
|
189
|
-
<line number="111" hits="
|
|
185
|
+
<line number="107" hits="0" branch="false"/>
|
|
186
|
+
<line number="108" hits="0" branch="false"/>
|
|
187
|
+
<line number="109" hits="0" branch="false"/>
|
|
188
|
+
<line number="110" hits="0" branch="false"/>
|
|
189
|
+
<line number="111" hits="0" branch="false"/>
|
|
190
190
|
<line number="112" hits="0" branch="false"/>
|
|
191
191
|
<line number="113" hits="0" branch="false"/>
|
|
192
192
|
<line number="114" hits="0" branch="false"/>
|
|
@@ -210,13 +210,13 @@
|
|
|
210
210
|
<line number="132" hits="0" branch="false"/>
|
|
211
211
|
<line number="133" hits="0" branch="false"/>
|
|
212
212
|
<line number="134" hits="0" branch="false"/>
|
|
213
|
-
<line number="135" hits="
|
|
214
|
-
<line number="136" hits="
|
|
213
|
+
<line number="135" hits="1" branch="false"/>
|
|
214
|
+
<line number="136" hits="1" branch="false"/>
|
|
215
215
|
<line number="137" hits="0" branch="false"/>
|
|
216
216
|
<line number="138" hits="0" branch="false"/>
|
|
217
217
|
<line number="139" hits="0" branch="false"/>
|
|
218
|
-
<line number="140" hits="
|
|
219
|
-
<line number="141" hits="
|
|
218
|
+
<line number="140" hits="0" branch="false"/>
|
|
219
|
+
<line number="141" hits="0" branch="false"/>
|
|
220
220
|
<line number="142" hits="0" branch="false"/>
|
|
221
221
|
<line number="143" hits="0" branch="false"/>
|
|
222
222
|
<line number="144" hits="0" branch="false"/>
|
|
@@ -224,13 +224,13 @@
|
|
|
224
224
|
<line number="146" hits="0" branch="false"/>
|
|
225
225
|
<line number="147" hits="0" branch="false"/>
|
|
226
226
|
<line number="148" hits="0" branch="false"/>
|
|
227
|
-
<line number="149" hits="
|
|
228
|
-
<line number="150" hits="
|
|
227
|
+
<line number="149" hits="1" branch="false"/>
|
|
228
|
+
<line number="150" hits="1" branch="false"/>
|
|
229
229
|
<line number="151" hits="0" branch="false"/>
|
|
230
230
|
<line number="152" hits="0" branch="false"/>
|
|
231
231
|
<line number="153" hits="0" branch="false"/>
|
|
232
|
-
<line number="154" hits="
|
|
233
|
-
<line number="155" hits="
|
|
232
|
+
<line number="154" hits="0" branch="false"/>
|
|
233
|
+
<line number="155" hits="0" branch="false"/>
|
|
234
234
|
<line number="156" hits="0" branch="false"/>
|
|
235
235
|
<line number="157" hits="0" branch="false"/>
|
|
236
236
|
<line number="158" hits="0" branch="false"/>
|
|
@@ -258,189 +258,189 @@
|
|
|
258
258
|
<line number="180" hits="0" branch="false"/>
|
|
259
259
|
<line number="181" hits="0" branch="false"/>
|
|
260
260
|
<line number="182" hits="0" branch="false"/>
|
|
261
|
-
<line number="183" hits="
|
|
262
|
-
<line number="184" hits="
|
|
261
|
+
<line number="183" hits="1" branch="false"/>
|
|
262
|
+
<line number="184" hits="1" branch="false"/>
|
|
263
263
|
<line number="185" hits="0" branch="false"/>
|
|
264
264
|
<line number="186" hits="0" branch="false"/>
|
|
265
265
|
<line number="187" hits="0" branch="false"/>
|
|
266
|
-
<line number="188" hits="
|
|
267
|
-
<line number="189" hits="
|
|
266
|
+
<line number="188" hits="0" branch="false"/>
|
|
267
|
+
<line number="189" hits="0" branch="false"/>
|
|
268
268
|
<line number="190" hits="0" branch="false"/>
|
|
269
269
|
<line number="191" hits="0" branch="false"/>
|
|
270
270
|
<line number="192" hits="0" branch="false"/>
|
|
271
271
|
<line number="193" hits="0" branch="false"/>
|
|
272
272
|
<line number="194" hits="0" branch="false"/>
|
|
273
|
-
<line number="195" hits="
|
|
274
|
-
<line number="196" hits="
|
|
275
|
-
<line number="197" hits="
|
|
276
|
-
<line number="198" hits="
|
|
277
|
-
<line number="199" hits="
|
|
278
|
-
<line number="200" hits="
|
|
279
|
-
<line number="201" hits="
|
|
280
|
-
<line number="202" hits="
|
|
273
|
+
<line number="195" hits="1" branch="false"/>
|
|
274
|
+
<line number="196" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
275
|
+
<line number="197" hits="5" branch="true" condition-coverage="100% (1/1)"/>
|
|
276
|
+
<line number="198" hits="2" branch="false"/>
|
|
277
|
+
<line number="199" hits="2" branch="false"/>
|
|
278
|
+
<line number="200" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
279
|
+
<line number="201" hits="0" branch="false"/>
|
|
280
|
+
<line number="202" hits="0" branch="false"/>
|
|
281
281
|
<line number="203" hits="2" branch="false"/>
|
|
282
282
|
<line number="204" hits="2" branch="false"/>
|
|
283
|
-
<line number="205" hits="2" branch="
|
|
284
|
-
<line number="206" hits="
|
|
285
|
-
<line number="207" hits="
|
|
286
|
-
<line number="208" hits="
|
|
287
|
-
<line number="209" hits="
|
|
288
|
-
<line number="210" hits="
|
|
283
|
+
<line number="205" hits="2" branch="false"/>
|
|
284
|
+
<line number="206" hits="5" branch="false"/>
|
|
285
|
+
<line number="207" hits="5" branch="false"/>
|
|
286
|
+
<line number="208" hits="5" branch="false"/>
|
|
287
|
+
<line number="209" hits="1" branch="false"/>
|
|
288
|
+
<line number="210" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
289
289
|
<line number="211" hits="5" branch="false"/>
|
|
290
290
|
<line number="212" hits="5" branch="false"/>
|
|
291
291
|
<line number="213" hits="5" branch="false"/>
|
|
292
|
-
<line number="214" hits="
|
|
293
|
-
<line number="215" hits="
|
|
292
|
+
<line number="214" hits="5" branch="false"/>
|
|
293
|
+
<line number="215" hits="5" branch="false"/>
|
|
294
294
|
<line number="216" hits="5" branch="false"/>
|
|
295
295
|
<line number="217" hits="5" branch="false"/>
|
|
296
296
|
<line number="218" hits="5" branch="false"/>
|
|
297
297
|
<line number="219" hits="5" branch="false"/>
|
|
298
298
|
<line number="220" hits="5" branch="false"/>
|
|
299
|
-
<line number="221" hits="5" branch="
|
|
299
|
+
<line number="221" hits="5" branch="true" condition-coverage="100% (2/2)"/>
|
|
300
300
|
<line number="222" hits="5" branch="false"/>
|
|
301
|
-
<line number="223" hits="
|
|
302
|
-
<line number="224" hits="
|
|
303
|
-
<line number="225" hits="
|
|
304
|
-
<line number="226" hits="5" branch="true" condition-coverage="
|
|
305
|
-
<line number="227" hits="
|
|
306
|
-
<line number="228" hits="
|
|
307
|
-
<line number="229" hits="4" branch="
|
|
308
|
-
<line number="230" hits="
|
|
309
|
-
<line number="231" hits="
|
|
301
|
+
<line number="223" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
302
|
+
<line number="224" hits="4" branch="false"/>
|
|
303
|
+
<line number="225" hits="4" branch="false"/>
|
|
304
|
+
<line number="226" hits="5" branch="true" condition-coverage="0% (0/1)"/>
|
|
305
|
+
<line number="227" hits="0" branch="false"/>
|
|
306
|
+
<line number="228" hits="0" branch="false"/>
|
|
307
|
+
<line number="229" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
308
|
+
<line number="230" hits="5" branch="true" condition-coverage="0% (0/1)"/>
|
|
309
|
+
<line number="231" hits="0" branch="false"/>
|
|
310
310
|
<line number="232" hits="0" branch="false"/>
|
|
311
311
|
<line number="233" hits="0" branch="false"/>
|
|
312
|
-
<line number="234" hits="
|
|
313
|
-
<line number="235" hits="
|
|
314
|
-
<line number="236" hits="
|
|
315
|
-
<line number="237" hits="
|
|
316
|
-
<line number="238" hits="
|
|
317
|
-
<line number="239" hits="
|
|
318
|
-
<line number="240" hits="
|
|
319
|
-
<line number="241" hits="5" branch="
|
|
312
|
+
<line number="234" hits="0" branch="false"/>
|
|
313
|
+
<line number="235" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
314
|
+
<line number="236" hits="5" branch="true" condition-coverage="66.66666666666666% (2/3)"/>
|
|
315
|
+
<line number="237" hits="5" branch="false"/>
|
|
316
|
+
<line number="238" hits="5" branch="false"/>
|
|
317
|
+
<line number="239" hits="5" branch="false"/>
|
|
318
|
+
<line number="240" hits="5" branch="false"/>
|
|
319
|
+
<line number="241" hits="5" branch="false"/>
|
|
320
320
|
<line number="242" hits="5" branch="false"/>
|
|
321
321
|
<line number="243" hits="5" branch="false"/>
|
|
322
322
|
<line number="244" hits="5" branch="false"/>
|
|
323
323
|
<line number="245" hits="5" branch="false"/>
|
|
324
|
-
<line number="246" hits="
|
|
325
|
-
<line number="247" hits="
|
|
326
|
-
<line number="248" hits="
|
|
327
|
-
<line number="249" hits="
|
|
328
|
-
<line number="250" hits="
|
|
329
|
-
<line number="251" hits="
|
|
330
|
-
<line number="252" hits="
|
|
331
|
-
<line number="253" hits="
|
|
332
|
-
<line number="254" hits="4" branch="
|
|
333
|
-
<line number="255" hits="
|
|
334
|
-
<line number="256" hits="
|
|
335
|
-
<line number="257" hits="
|
|
336
|
-
<line number="258" hits="
|
|
337
|
-
<line number="259" hits="
|
|
324
|
+
<line number="246" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
325
|
+
<line number="247" hits="4" branch="false"/>
|
|
326
|
+
<line number="248" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
327
|
+
<line number="249" hits="4" branch="false"/>
|
|
328
|
+
<line number="250" hits="4" branch="false"/>
|
|
329
|
+
<line number="251" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
330
|
+
<line number="252" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
331
|
+
<line number="253" hits="1" branch="false"/>
|
|
332
|
+
<line number="254" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
333
|
+
<line number="255" hits="1" branch="false"/>
|
|
334
|
+
<line number="256" hits="1" branch="false"/>
|
|
335
|
+
<line number="257" hits="1" branch="false"/>
|
|
336
|
+
<line number="258" hits="1" branch="false"/>
|
|
337
|
+
<line number="259" hits="1" branch="false"/>
|
|
338
338
|
<line number="260" hits="1" branch="false"/>
|
|
339
|
-
<line number="261" hits="
|
|
339
|
+
<line number="261" hits="1" branch="false"/>
|
|
340
340
|
<line number="262" hits="1" branch="false"/>
|
|
341
341
|
<line number="263" hits="1" branch="false"/>
|
|
342
342
|
<line number="264" hits="1" branch="false"/>
|
|
343
|
-
<line number="265" hits="
|
|
344
|
-
<line number="266" hits="
|
|
345
|
-
<line number="267" hits="
|
|
346
|
-
<line number="268" hits="
|
|
347
|
-
<line number="269" hits="
|
|
348
|
-
<line number="270" hits="
|
|
349
|
-
<line number="271" hits="
|
|
350
|
-
<line number="272" hits="
|
|
351
|
-
<line number="273" hits="
|
|
343
|
+
<line number="265" hits="3" branch="true" condition-coverage="100% (1/1)"/>
|
|
344
|
+
<line number="266" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
345
|
+
<line number="267" hits="2" branch="false"/>
|
|
346
|
+
<line number="268" hits="2" branch="false"/>
|
|
347
|
+
<line number="269" hits="2" branch="false"/>
|
|
348
|
+
<line number="270" hits="2" branch="false"/>
|
|
349
|
+
<line number="271" hits="2" branch="false"/>
|
|
350
|
+
<line number="272" hits="2" branch="false"/>
|
|
351
|
+
<line number="273" hits="2" branch="false"/>
|
|
352
352
|
<line number="274" hits="2" branch="false"/>
|
|
353
353
|
<line number="275" hits="2" branch="false"/>
|
|
354
354
|
<line number="276" hits="2" branch="false"/>
|
|
355
|
-
<line number="277" hits="
|
|
356
|
-
<line number="278" hits="
|
|
357
|
-
<line number="279" hits="
|
|
358
|
-
<line number="280" hits="
|
|
359
|
-
<line number="281" hits="
|
|
360
|
-
<line number="282" hits="
|
|
361
|
-
<line number="283" hits="
|
|
362
|
-
<line number="284" hits="
|
|
363
|
-
<line number="285" hits="
|
|
364
|
-
<line number="286" hits="
|
|
365
|
-
<line number="287" hits="
|
|
366
|
-
<line number="288" hits="
|
|
367
|
-
<line number="289" hits="5" branch="
|
|
355
|
+
<line number="277" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
356
|
+
<line number="278" hits="1" branch="false"/>
|
|
357
|
+
<line number="279" hits="1" branch="false"/>
|
|
358
|
+
<line number="280" hits="1" branch="false"/>
|
|
359
|
+
<line number="281" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
360
|
+
<line number="282" hits="5" branch="true" condition-coverage="0% (0/1)"/>
|
|
361
|
+
<line number="283" hits="5" branch="false"/>
|
|
362
|
+
<line number="284" hits="5" branch="false"/>
|
|
363
|
+
<line number="285" hits="5" branch="false"/>
|
|
364
|
+
<line number="286" hits="5" branch="true" condition-coverage="0% (0/2)"/>
|
|
365
|
+
<line number="287" hits="5" branch="false"/>
|
|
366
|
+
<line number="288" hits="5" branch="false"/>
|
|
367
|
+
<line number="289" hits="5" branch="false"/>
|
|
368
368
|
<line number="290" hits="5" branch="false"/>
|
|
369
369
|
<line number="291" hits="5" branch="false"/>
|
|
370
|
-
<line number="292" hits="
|
|
371
|
-
<line number="293" hits="
|
|
372
|
-
<line number="294" hits="
|
|
373
|
-
<line number="295" hits="
|
|
374
|
-
<line number="296" hits="
|
|
375
|
-
<line number="297" hits="
|
|
376
|
-
<line number="298" hits="5" branch="
|
|
377
|
-
<line number="299" hits="
|
|
378
|
-
<line number="300" hits="
|
|
379
|
-
<line number="301" hits="
|
|
380
|
-
<line number="302" hits="
|
|
381
|
-
<line number="303" hits="
|
|
382
|
-
<line number="304" hits="
|
|
383
|
-
<line number="305" hits="5" branch="
|
|
384
|
-
<line number="306" hits="
|
|
385
|
-
<line number="307" hits="
|
|
386
|
-
<line number="308" hits="5" branch="
|
|
387
|
-
<line number="309" hits="
|
|
388
|
-
<line number="310" hits="
|
|
389
|
-
<line number="311" hits="
|
|
390
|
-
<line number="312" hits="
|
|
391
|
-
<line number="313" hits="
|
|
392
|
-
<line number="314" hits="
|
|
393
|
-
<line number="315" hits="
|
|
370
|
+
<line number="292" hits="1" branch="false"/>
|
|
371
|
+
<line number="293" hits="1" branch="false"/>
|
|
372
|
+
<line number="294" hits="1" branch="false"/>
|
|
373
|
+
<line number="295" hits="1" branch="false"/>
|
|
374
|
+
<line number="296" hits="1" branch="false"/>
|
|
375
|
+
<line number="297" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
376
|
+
<line number="298" hits="5" branch="true" condition-coverage="0% (0/1)"/>
|
|
377
|
+
<line number="299" hits="0" branch="false"/>
|
|
378
|
+
<line number="300" hits="0" branch="false"/>
|
|
379
|
+
<line number="301" hits="5" branch="false"/>
|
|
380
|
+
<line number="302" hits="5" branch="false"/>
|
|
381
|
+
<line number="303" hits="5" branch="false"/>
|
|
382
|
+
<line number="304" hits="5" branch="false"/>
|
|
383
|
+
<line number="305" hits="5" branch="false"/>
|
|
384
|
+
<line number="306" hits="5" branch="false"/>
|
|
385
|
+
<line number="307" hits="5" branch="false"/>
|
|
386
|
+
<line number="308" hits="5" branch="true" condition-coverage="100% (1/1)"/>
|
|
387
|
+
<line number="309" hits="1" branch="false"/>
|
|
388
|
+
<line number="310" hits="1" branch="false"/>
|
|
389
|
+
<line number="311" hits="1" branch="false"/>
|
|
390
|
+
<line number="312" hits="1" branch="false"/>
|
|
391
|
+
<line number="313" hits="1" branch="false"/>
|
|
392
|
+
<line number="314" hits="1" branch="false"/>
|
|
393
|
+
<line number="315" hits="1" branch="false"/>
|
|
394
394
|
<line number="316" hits="1" branch="false"/>
|
|
395
395
|
<line number="317" hits="1" branch="false"/>
|
|
396
396
|
<line number="318" hits="1" branch="false"/>
|
|
397
397
|
<line number="319" hits="1" branch="false"/>
|
|
398
398
|
<line number="320" hits="1" branch="false"/>
|
|
399
|
-
<line number="321" hits="
|
|
400
|
-
<line number="322" hits="
|
|
401
|
-
<line number="323" hits="
|
|
399
|
+
<line number="321" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
400
|
+
<line number="322" hits="4" branch="false"/>
|
|
401
|
+
<line number="323" hits="4" branch="false"/>
|
|
402
402
|
<line number="324" hits="1" branch="false"/>
|
|
403
|
-
<line number="325" hits="1" branch="
|
|
404
|
-
<line number="326" hits="
|
|
405
|
-
<line number="327" hits="
|
|
406
|
-
<line number="328" hits="
|
|
407
|
-
<line number="329" hits="
|
|
408
|
-
<line number="330" hits="
|
|
409
|
-
<line number="331" hits="
|
|
410
|
-
<line number="332" hits="
|
|
403
|
+
<line number="325" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
404
|
+
<line number="326" hits="5" branch="false"/>
|
|
405
|
+
<line number="327" hits="5" branch="false"/>
|
|
406
|
+
<line number="328" hits="5" branch="false"/>
|
|
407
|
+
<line number="329" hits="5" branch="false"/>
|
|
408
|
+
<line number="330" hits="5" branch="false"/>
|
|
409
|
+
<line number="331" hits="5" branch="false"/>
|
|
410
|
+
<line number="332" hits="5" branch="true" condition-coverage="100% (1/1)"/>
|
|
411
411
|
<line number="333" hits="5" branch="false"/>
|
|
412
412
|
<line number="334" hits="5" branch="false"/>
|
|
413
413
|
<line number="335" hits="5" branch="false"/>
|
|
414
414
|
<line number="336" hits="5" branch="false"/>
|
|
415
|
-
<line number="337" hits="5" branch="
|
|
416
|
-
<line number="338" hits="
|
|
417
|
-
<line number="339" hits="
|
|
418
|
-
<line number="340" hits="
|
|
419
|
-
<line number="341" hits="
|
|
420
|
-
<line number="342" hits="
|
|
415
|
+
<line number="337" hits="5" branch="true" condition-coverage="0% (0/1)"/>
|
|
416
|
+
<line number="338" hits="0" branch="false"/>
|
|
417
|
+
<line number="339" hits="0" branch="false"/>
|
|
418
|
+
<line number="340" hits="0" branch="false"/>
|
|
419
|
+
<line number="341" hits="0" branch="false"/>
|
|
420
|
+
<line number="342" hits="0" branch="false"/>
|
|
421
421
|
<line number="343" hits="5" branch="false"/>
|
|
422
|
-
<line number="344" hits="
|
|
423
|
-
<line number="345" hits="
|
|
424
|
-
<line number="346" hits="
|
|
422
|
+
<line number="344" hits="1" branch="false"/>
|
|
423
|
+
<line number="345" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
424
|
+
<line number="346" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
425
425
|
<line number="347" hits="0" branch="false"/>
|
|
426
426
|
<line number="348" hits="0" branch="false"/>
|
|
427
|
-
<line number="349" hits="
|
|
428
|
-
<line number="350" hits="
|
|
429
|
-
<line number="351" hits="1" branch="
|
|
430
|
-
<line number="352" hits="
|
|
431
|
-
<line number="353" hits="
|
|
432
|
-
<line number="354" hits="
|
|
433
|
-
<line number="355" hits="
|
|
434
|
-
<line number="356" hits="
|
|
435
|
-
<line number="357" hits="
|
|
427
|
+
<line number="349" hits="1" branch="false"/>
|
|
428
|
+
<line number="350" hits="1" branch="false"/>
|
|
429
|
+
<line number="351" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
430
|
+
<line number="352" hits="0" branch="false"/>
|
|
431
|
+
<line number="353" hits="0" branch="false"/>
|
|
432
|
+
<line number="354" hits="0" branch="false"/>
|
|
433
|
+
<line number="355" hits="0" branch="false"/>
|
|
434
|
+
<line number="356" hits="0" branch="false"/>
|
|
435
|
+
<line number="357" hits="0" branch="false"/>
|
|
436
436
|
<line number="358" hits="0" branch="false"/>
|
|
437
437
|
<line number="359" hits="0" branch="false"/>
|
|
438
|
-
<line number="360" hits="
|
|
439
|
-
<line number="361" hits="
|
|
440
|
-
<line number="362" hits="1" branch="
|
|
441
|
-
<line number="363" hits="
|
|
442
|
-
<line number="364" hits="
|
|
443
|
-
<line number="365" hits="
|
|
438
|
+
<line number="360" hits="0" branch="false"/>
|
|
439
|
+
<line number="361" hits="0" branch="false"/>
|
|
440
|
+
<line number="362" hits="1" branch="false"/>
|
|
441
|
+
<line number="363" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
442
|
+
<line number="364" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
443
|
+
<line number="365" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
444
444
|
<line number="366" hits="0" branch="false"/>
|
|
445
445
|
<line number="367" hits="0" branch="false"/>
|
|
446
446
|
<line number="368" hits="0" branch="false"/>
|
|
@@ -448,81 +448,70 @@
|
|
|
448
448
|
<line number="370" hits="0" branch="false"/>
|
|
449
449
|
<line number="371" hits="0" branch="false"/>
|
|
450
450
|
<line number="372" hits="0" branch="false"/>
|
|
451
|
-
<line number="373" hits="
|
|
452
|
-
<line number="374" hits="
|
|
453
|
-
<line number="375" hits="
|
|
454
|
-
<line number="376" hits="
|
|
451
|
+
<line number="373" hits="0" branch="false"/>
|
|
452
|
+
<line number="374" hits="0" branch="false"/>
|
|
453
|
+
<line number="375" hits="0" branch="false"/>
|
|
454
|
+
<line number="376" hits="0" branch="false"/>
|
|
455
455
|
<line number="377" hits="0" branch="false"/>
|
|
456
456
|
<line number="378" hits="0" branch="false"/>
|
|
457
|
-
<line number="379" hits="
|
|
458
|
-
<line number="380" hits="
|
|
457
|
+
<line number="379" hits="1" branch="false"/>
|
|
458
|
+
<line number="380" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
459
459
|
<line number="381" hits="0" branch="false"/>
|
|
460
460
|
<line number="382" hits="0" branch="false"/>
|
|
461
461
|
<line number="383" hits="0" branch="false"/>
|
|
462
462
|
<line number="384" hits="0" branch="false"/>
|
|
463
463
|
<line number="385" hits="0" branch="false"/>
|
|
464
|
-
<line number="386" hits="
|
|
465
|
-
<line number="387" hits="
|
|
466
|
-
<line number="388" hits="
|
|
467
|
-
<line number="389" hits="
|
|
464
|
+
<line number="386" hits="1" branch="false"/>
|
|
465
|
+
<line number="387" hits="1" branch="false"/>
|
|
466
|
+
<line number="388" hits="1" branch="false"/>
|
|
467
|
+
<line number="389" hits="1" branch="false"/>
|
|
468
468
|
<line number="390" hits="1" branch="false"/>
|
|
469
|
-
<line number="391" hits="1" branch="
|
|
470
|
-
<line number="392" hits="
|
|
471
|
-
<line number="393" hits="
|
|
472
|
-
<line number="394" hits="
|
|
473
|
-
<line number="395" hits="
|
|
474
|
-
<line number="396" hits="
|
|
469
|
+
<line number="391" hits="1" branch="false"/>
|
|
470
|
+
<line number="392" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
471
|
+
<line number="393" hits="1" branch="false"/>
|
|
472
|
+
<line number="394" hits="1" branch="false"/>
|
|
473
|
+
<line number="395" hits="1" branch="false"/>
|
|
474
|
+
<line number="396" hits="1" branch="false"/>
|
|
475
475
|
<line number="397" hits="1" branch="false"/>
|
|
476
476
|
<line number="398" hits="1" branch="false"/>
|
|
477
477
|
<line number="399" hits="1" branch="false"/>
|
|
478
|
-
<line number="400" hits="1" branch="
|
|
479
|
-
<line number="401" hits="
|
|
480
|
-
<line number="402" hits="
|
|
481
|
-
<line number="403" hits="
|
|
478
|
+
<line number="400" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
479
|
+
<line number="401" hits="0" branch="false"/>
|
|
480
|
+
<line number="402" hits="0" branch="false"/>
|
|
481
|
+
<line number="403" hits="0" branch="false"/>
|
|
482
482
|
<line number="404" hits="1" branch="false"/>
|
|
483
483
|
<line number="405" hits="1" branch="false"/>
|
|
484
484
|
<line number="406" hits="1" branch="false"/>
|
|
485
485
|
<line number="407" hits="1" branch="false"/>
|
|
486
486
|
<line number="408" hits="1" branch="false"/>
|
|
487
487
|
<line number="409" hits="1" branch="false"/>
|
|
488
|
-
<line number="410" hits="1" branch="
|
|
489
|
-
<line number="411" hits="
|
|
488
|
+
<line number="410" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
489
|
+
<line number="411" hits="0" branch="false"/>
|
|
490
490
|
<line number="412" hits="0" branch="false"/>
|
|
491
491
|
<line number="413" hits="0" branch="false"/>
|
|
492
|
-
<line number="414" hits="
|
|
493
|
-
<line number="415" hits="1" branch="
|
|
494
|
-
<line number="416" hits="
|
|
495
|
-
<line number="417" hits="
|
|
496
|
-
<line number="418" hits="
|
|
492
|
+
<line number="414" hits="1" branch="false"/>
|
|
493
|
+
<line number="415" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
494
|
+
<line number="416" hits="0" branch="false"/>
|
|
495
|
+
<line number="417" hits="0" branch="false"/>
|
|
496
|
+
<line number="418" hits="0" branch="false"/>
|
|
497
497
|
<line number="419" hits="1" branch="false"/>
|
|
498
|
-
<line number="420" hits="1" branch="
|
|
499
|
-
<line number="421" hits="
|
|
498
|
+
<line number="420" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
499
|
+
<line number="421" hits="0" branch="false"/>
|
|
500
500
|
<line number="422" hits="0" branch="false"/>
|
|
501
501
|
<line number="423" hits="0" branch="false"/>
|
|
502
502
|
<line number="424" hits="0" branch="false"/>
|
|
503
|
-
<line number="425" hits="
|
|
504
|
-
<line number="426" hits="
|
|
503
|
+
<line number="425" hits="0" branch="false"/>
|
|
504
|
+
<line number="426" hits="0" branch="false"/>
|
|
505
505
|
<line number="427" hits="0" branch="false"/>
|
|
506
506
|
<line number="428" hits="0" branch="false"/>
|
|
507
507
|
<line number="429" hits="0" branch="false"/>
|
|
508
|
-
<line number="430" hits="
|
|
509
|
-
<line number="431" hits="
|
|
508
|
+
<line number="430" hits="0" branch="false"/>
|
|
509
|
+
<line number="431" hits="0" branch="false"/>
|
|
510
510
|
<line number="432" hits="0" branch="false"/>
|
|
511
511
|
<line number="433" hits="0" branch="false"/>
|
|
512
|
-
<line number="434" hits="
|
|
513
|
-
<line number="435" hits="
|
|
514
|
-
<line number="436" hits="
|
|
515
|
-
<line number="437" hits="0" branch="false"/>
|
|
516
|
-
<line number="438" hits="0" branch="false"/>
|
|
517
|
-
<line number="439" hits="0" branch="false"/>
|
|
518
|
-
<line number="440" hits="0" branch="false"/>
|
|
519
|
-
<line number="441" hits="0" branch="false"/>
|
|
520
|
-
<line number="442" hits="0" branch="false"/>
|
|
521
|
-
<line number="443" hits="0" branch="false"/>
|
|
522
|
-
<line number="444" hits="0" branch="false"/>
|
|
523
|
-
<line number="445" hits="1" branch="false"/>
|
|
524
|
-
<line number="446" hits="1" branch="false"/>
|
|
525
|
-
<line number="447" hits="1" branch="false"/>
|
|
512
|
+
<line number="434" hits="1" branch="false"/>
|
|
513
|
+
<line number="435" hits="1" branch="false"/>
|
|
514
|
+
<line number="436" hits="1" branch="false"/>
|
|
526
515
|
</lines>
|
|
527
516
|
</class>
|
|
528
517
|
<class name="RushHttpBuildCachePlugin.ts" filename="src/RushHttpBuildCachePlugin.ts" line-rate="0" branch-rate="0">
|