@rushstack/rush-http-build-cache-plugin 5.113.3 → 5.114.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/.eslintrc.js +12 -0
- package/.rush/temp/operation/_phase_build/all.log +3 -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/state.json +1 -1
- package/.rush/temp/{rushstack+rush-http-build-cache-plugin-_phase_build-7181ffda50e9cb42b5cdec91b6f8aec77466b67a.tar.log → rushstack+rush-http-build-cache-plugin-_phase_build-bdf30e460f994579fa5d5b8a382c75152ff42394.tar.log} +3 -2
- package/.rush/temp/{rushstack+rush-http-build-cache-plugin-_phase_build-7181ffda50e9cb42b5cdec91b6f8aec77466b67a.untar.log → rushstack+rush-http-build-cache-plugin-_phase_build-bdf30e460f994579fa5d5b8a382c75152ff42394.untar.log} +2 -2
- package/.rush/temp/{rushstack+rush-http-build-cache-plugin-_phase_test-14d46fb78397843cb544549cec510f0927403668.tar.log → rushstack+rush-http-build-cache-plugin-_phase_test-76e145455db25f136523ab72c2aaed644e2abb26.tar.log} +2 -2
- package/.rush/temp/{rushstack+rush-http-build-cache-plugin-_phase_test-14d46fb78397843cb544549cec510f0927403668.untar.log → rushstack+rush-http-build-cache-plugin-_phase_test-76e145455db25f136523ab72c2aaed644e2abb26.untar.log} +2 -2
- package/.rush/temp/shrinkwrap-deps.json +1 -1
- package/coverage/HttpBuildCacheProvider.ts.html +53 -26
- package/coverage/RushHttpBuildCachePlugin.ts.html +2 -2
- package/coverage/cobertura-coverage.xml +257 -245
- package/coverage/index.html +13 -13
- package/coverage/index.ts.html +14 -5
- package/coverage/junit.xml +4 -4
- package/lib/HttpBuildCacheProvider.d.ts +2 -2
- package/lib/HttpBuildCacheProvider.d.ts.map +1 -1
- package/lib/HttpBuildCacheProvider.js +2 -0
- package/lib/HttpBuildCacheProvider.js.map +1 -1
- package/lib/RushHttpBuildCachePlugin.js.map +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/test/HttpBuildCacheProvider.test.js +3 -3
- package/lib/test/HttpBuildCacheProvider.test.js.map +1 -1
- package/package.json +6 -5
- package/rush-logs/rush-http-build-cache-plugin._phase_build.cache.log +4 -3
- package/rush-logs/rush-http-build-cache-plugin._phase_build.log +3 -2
- package/rush-logs/rush-http-build-cache-plugin._phase_test.cache.log +4 -4
- package/rush-logs/rush-http-build-cache-plugin._phase_test.log +3 -3
- package/src/HttpBuildCacheProvider.ts +29 -20
- package/src/RushHttpBuildCachePlugin.ts +1 -1
- package/src/index.ts +3 -0
- package/src/test/HttpBuildCacheProvider.test.ts +2 -2
- package/temp/build/lint/_eslint-it73M-Rx.json +21 -0
- package/temp/build/typescript/ts_l9Fw4VUO.json +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="521" lines-covered="281" line-rate="0.5393" branches-valid="60" branches-covered="32" branch-rate="0.5333" timestamp="1708379566046" 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.5393" 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.6489" 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="_http" 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="_tryGetCredentials" hits="5" signature="()V">
|
|
58
58
|
<lines>
|
|
59
|
-
<line number="
|
|
59
|
+
<line number="294" hits="5"/>
|
|
60
60
|
</lines>
|
|
61
61
|
</method>
|
|
62
62
|
<method name="_tryGetCredentialsFromCache" hits="5" signature="()V">
|
|
63
63
|
<lines>
|
|
64
|
-
<line number="
|
|
64
|
+
<line number="322" 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="342" 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="389" hits="1"/>
|
|
75
75
|
</lines>
|
|
76
76
|
</method>
|
|
77
77
|
</methods>
|
|
@@ -86,18 +86,18 @@
|
|
|
86
86
|
<line number="8" hits="1" branch="false"/>
|
|
87
87
|
<line number="9" hits="1" branch="false"/>
|
|
88
88
|
<line number="10" hits="1" branch="false"/>
|
|
89
|
-
<line number="11" hits="1" branch="
|
|
89
|
+
<line number="11" hits="1" branch="false"/>
|
|
90
90
|
<line number="12" hits="1" branch="false"/>
|
|
91
91
|
<line number="13" hits="1" branch="false"/>
|
|
92
92
|
<line number="14" hits="1" branch="false"/>
|
|
93
93
|
<line number="15" hits="1" branch="false"/>
|
|
94
|
-
<line number="16" hits="1" branch="
|
|
95
|
-
<line number="17" hits="1" branch="
|
|
94
|
+
<line number="16" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
95
|
+
<line number="17" hits="1" branch="false"/>
|
|
96
96
|
<line number="18" hits="1" branch="false"/>
|
|
97
97
|
<line number="19" hits="1" branch="false"/>
|
|
98
98
|
<line number="20" hits="1" branch="false"/>
|
|
99
99
|
<line number="21" hits="1" branch="false"/>
|
|
100
|
-
<line number="22" hits="1" branch="
|
|
100
|
+
<line number="22" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
101
101
|
<line number="23" hits="1" branch="false"/>
|
|
102
102
|
<line number="24" hits="1" branch="false"/>
|
|
103
103
|
<line number="25" hits="1" branch="false"/>
|
|
@@ -137,29 +137,29 @@
|
|
|
137
137
|
<line number="59" hits="1" branch="false"/>
|
|
138
138
|
<line number="60" hits="1" branch="false"/>
|
|
139
139
|
<line number="61" hits="1" branch="false"/>
|
|
140
|
-
<line number="62" hits="
|
|
141
|
-
<line number="63" hits="
|
|
140
|
+
<line number="62" hits="1" branch="false"/>
|
|
141
|
+
<line number="63" hits="1" branch="false"/>
|
|
142
142
|
<line number="64" hits="1" branch="false"/>
|
|
143
|
-
<line number="65" hits="1" branch="
|
|
144
|
-
<line number="66" hits="
|
|
145
|
-
<line number="67" hits="
|
|
146
|
-
<line number="68" hits="
|
|
147
|
-
<line number="69" hits="
|
|
148
|
-
<line number="70" hits="
|
|
149
|
-
<line number="71" hits="2" branch="
|
|
150
|
-
<line number="72" hits="2" branch="
|
|
151
|
-
<line number="73" hits="2" branch="
|
|
143
|
+
<line number="65" hits="1" branch="false"/>
|
|
144
|
+
<line number="66" hits="1" branch="false"/>
|
|
145
|
+
<line number="67" hits="0" branch="false"/>
|
|
146
|
+
<line number="68" hits="0" branch="false"/>
|
|
147
|
+
<line number="69" hits="1" branch="false"/>
|
|
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
152
|
<line number="74" hits="2" branch="false"/>
|
|
153
|
-
<line number="75" hits="2" branch="
|
|
153
|
+
<line number="75" hits="2" branch="false"/>
|
|
154
154
|
<line number="76" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
155
|
-
<line number="77" hits="2" branch="
|
|
156
|
-
<line number="78" hits="
|
|
157
|
-
<line number="79" hits="
|
|
158
|
-
<line number="80" hits="2" branch="
|
|
159
|
-
<line number="81" hits="2" branch="
|
|
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
|
+
<line number="79" hits="2" branch="false"/>
|
|
158
|
+
<line number="80" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
159
|
+
<line number="81" hits="2" branch="true" condition-coverage="0% (0/1)"/>
|
|
160
160
|
<line number="82" hits="2" branch="false"/>
|
|
161
|
-
<line number="83" hits="
|
|
162
|
-
<line number="84" hits="
|
|
161
|
+
<line number="83" hits="1" branch="false"/>
|
|
162
|
+
<line number="84" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
163
163
|
<line number="85" hits="2" branch="false"/>
|
|
164
164
|
<line number="86" hits="2" branch="false"/>
|
|
165
165
|
<line number="87" hits="2" branch="false"/>
|
|
@@ -168,20 +168,20 @@
|
|
|
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"/>
|
|
171
|
-
<line number="93" hits="
|
|
172
|
-
<line number="94" hits="2" branch="
|
|
173
|
-
<line number="95" hits="2" branch="
|
|
174
|
-
<line number="96" hits="
|
|
175
|
-
<line number="97" hits="
|
|
176
|
-
<line number="98" hits="1" branch="
|
|
177
|
-
<line number="99" hits="2" branch="
|
|
178
|
-
<line number="100" hits="
|
|
171
|
+
<line number="93" hits="2" branch="false"/>
|
|
172
|
+
<line number="94" hits="2" branch="false"/>
|
|
173
|
+
<line number="95" hits="2" branch="false"/>
|
|
174
|
+
<line number="96" hits="2" branch="false"/>
|
|
175
|
+
<line number="97" hits="2" branch="false"/>
|
|
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
179
|
<line number="101" hits="1" branch="false"/>
|
|
180
|
-
<line number="102" hits="
|
|
181
|
-
<line number="103" hits="
|
|
182
|
-
<line number="104" hits="
|
|
183
|
-
<line number="105" hits="
|
|
184
|
-
<line number="106" hits="
|
|
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
|
+
<line number="106" hits="1" branch="false"/>
|
|
185
185
|
<line number="107" hits="0" branch="false"/>
|
|
186
186
|
<line number="108" hits="0" branch="false"/>
|
|
187
187
|
<line number="109" hits="0" branch="false"/>
|
|
@@ -205,13 +205,13 @@
|
|
|
205
205
|
<line number="127" hits="0" branch="false"/>
|
|
206
206
|
<line number="128" hits="0" branch="false"/>
|
|
207
207
|
<line number="129" hits="0" branch="false"/>
|
|
208
|
-
<line number="130" hits="
|
|
209
|
-
<line number="131" hits="
|
|
208
|
+
<line number="130" hits="0" branch="false"/>
|
|
209
|
+
<line number="131" hits="0" branch="false"/>
|
|
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"/>
|
|
@@ -219,13 +219,13 @@
|
|
|
219
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
|
-
<line number="144" hits="
|
|
223
|
-
<line number="145" hits="
|
|
222
|
+
<line number="144" hits="0" branch="false"/>
|
|
223
|
+
<line number="145" hits="0" branch="false"/>
|
|
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"/>
|
|
@@ -249,8 +249,8 @@
|
|
|
249
249
|
<line number="171" hits="0" branch="false"/>
|
|
250
250
|
<line number="172" hits="0" branch="false"/>
|
|
251
251
|
<line number="173" hits="0" branch="false"/>
|
|
252
|
-
<line number="174" hits="
|
|
253
|
-
<line number="175" hits="
|
|
252
|
+
<line number="174" hits="0" branch="false"/>
|
|
253
|
+
<line number="175" hits="0" branch="false"/>
|
|
254
254
|
<line number="176" hits="0" branch="false"/>
|
|
255
255
|
<line number="177" hits="0" branch="false"/>
|
|
256
256
|
<line number="178" hits="0" branch="false"/>
|
|
@@ -258,248 +258,257 @@
|
|
|
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
|
-
<line number="186" hits="
|
|
265
|
-
<line number="187" hits="
|
|
266
|
-
<line number="188" hits="
|
|
267
|
-
<line number="189" hits="
|
|
268
|
-
<line number="190" hits="
|
|
269
|
-
<line number="191" hits="
|
|
264
|
+
<line number="186" hits="0" branch="false"/>
|
|
265
|
+
<line number="187" hits="0" branch="false"/>
|
|
266
|
+
<line number="188" hits="0" branch="false"/>
|
|
267
|
+
<line number="189" hits="0" branch="false"/>
|
|
268
|
+
<line number="190" hits="0" branch="false"/>
|
|
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
|
-
<line number="194" hits="
|
|
273
|
-
<line number="195" hits="
|
|
274
|
-
<line number="196" hits="
|
|
275
|
-
<line number="197" hits="5" branch="
|
|
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="
|
|
281
|
-
<line number="203" hits="
|
|
282
|
-
<line number="204" hits="
|
|
283
|
-
<line number="205" hits="
|
|
272
|
+
<line number="194" hits="0" branch="false"/>
|
|
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
|
+
<line number="203" hits="2" branch="false"/>
|
|
282
|
+
<line number="204" hits="2" branch="false"/>
|
|
283
|
+
<line number="205" hits="2" branch="false"/>
|
|
284
284
|
<line number="206" hits="5" branch="false"/>
|
|
285
285
|
<line number="207" hits="5" branch="false"/>
|
|
286
286
|
<line number="208" hits="5" branch="false"/>
|
|
287
|
-
<line number="209" hits="
|
|
288
|
-
<line number="210" hits="
|
|
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
|
-
<line number="212" hits="5" branch="
|
|
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="
|
|
294
|
-
<line number="216" hits="
|
|
295
|
-
<line number="217" hits="5" branch="
|
|
296
|
-
<line number="218" hits="
|
|
297
|
-
<line number="219" hits="
|
|
298
|
-
<line number="220" hits="
|
|
299
|
-
<line number="221" hits="5" branch="true" condition-coverage="
|
|
300
|
-
<line number="222" hits="
|
|
301
|
-
<line number="223" hits="
|
|
302
|
-
<line number="224" hits="
|
|
303
|
-
<line number="225" hits="
|
|
304
|
-
<line number="226" hits="
|
|
305
|
-
<line number="227" hits="
|
|
306
|
-
<line number="228" hits="
|
|
307
|
-
<line number="229" hits="
|
|
308
|
-
<line number="230" hits="5" branch="
|
|
309
|
-
<line number="231" hits="
|
|
310
|
-
<line number="232" hits="
|
|
311
|
-
<line number="233" hits="
|
|
312
|
-
<line number="234" hits="
|
|
313
|
-
<line number="235" hits="
|
|
314
|
-
<line number="236" hits="5" branch="
|
|
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="
|
|
320
|
-
<line number="242" hits="
|
|
321
|
-
<line number="243" hits="
|
|
322
|
-
<line number="244" hits="
|
|
323
|
-
<line number="245" hits="
|
|
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="
|
|
292
|
+
<line number="214" hits="5" branch="false"/>
|
|
293
|
+
<line number="215" hits="5" branch="false"/>
|
|
294
|
+
<line number="216" hits="5" branch="false"/>
|
|
295
|
+
<line number="217" hits="5" branch="false"/>
|
|
296
|
+
<line number="218" hits="5" branch="false"/>
|
|
297
|
+
<line number="219" hits="5" branch="false"/>
|
|
298
|
+
<line number="220" hits="5" branch="false"/>
|
|
299
|
+
<line number="221" hits="5" branch="true" condition-coverage="100% (2/2)"/>
|
|
300
|
+
<line number="222" hits="5" branch="false"/>
|
|
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
|
+
<line number="232" hits="0" branch="false"/>
|
|
311
|
+
<line number="233" hits="0" branch="false"/>
|
|
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
|
+
<line number="242" hits="5" branch="false"/>
|
|
321
|
+
<line number="243" hits="5" branch="false"/>
|
|
322
|
+
<line number="244" hits="5" branch="false"/>
|
|
323
|
+
<line number="245" hits="5" branch="false"/>
|
|
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
332
|
<line number="254" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
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="
|
|
338
|
-
<line number="260" hits="
|
|
339
|
-
<line number="261" hits="
|
|
340
|
-
<line number="262" hits="
|
|
341
|
-
<line number="263" hits="
|
|
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
|
+
<line number="260" hits="1" branch="false"/>
|
|
339
|
+
<line number="261" hits="1" branch="false"/>
|
|
340
|
+
<line number="262" hits="3" branch="true" condition-coverage="100% (1/1)"/>
|
|
341
|
+
<line number="263" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
342
342
|
<line number="264" hits="2" 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="
|
|
352
|
-
<line number="274" hits="
|
|
353
|
-
<line number="275" hits="
|
|
354
|
-
<line number="276" hits="
|
|
355
|
-
<line number="277" hits="
|
|
356
|
-
<line number="278" hits="
|
|
357
|
-
<line number="279" hits="5" branch="
|
|
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="5" branch="
|
|
365
|
-
<line number="287" hits="
|
|
366
|
-
<line number="288" hits="
|
|
367
|
-
<line number="289" hits="
|
|
368
|
-
<line number="290" hits="
|
|
369
|
-
<line number="291" hits="
|
|
370
|
-
<line number="292" hits="
|
|
371
|
-
<line number="293" hits="
|
|
372
|
-
<line number="294" hits="
|
|
373
|
-
<line number="295" hits="5" branch="
|
|
374
|
-
<line number="296" hits="
|
|
375
|
-
<line number="297" hits="
|
|
376
|
-
<line number="298" hits="
|
|
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="
|
|
343
|
+
<line number="265" hits="2" branch="false"/>
|
|
344
|
+
<line number="266" hits="2" branch="false"/>
|
|
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
|
+
<line number="274" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
353
|
+
<line number="275" hits="1" branch="false"/>
|
|
354
|
+
<line number="276" hits="1" branch="false"/>
|
|
355
|
+
<line number="277" hits="1" branch="false"/>
|
|
356
|
+
<line number="278" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
357
|
+
<line number="279" hits="5" branch="true" condition-coverage="0% (0/1)"/>
|
|
358
|
+
<line number="280" hits="5" branch="false"/>
|
|
359
|
+
<line number="281" hits="5" branch="false"/>
|
|
360
|
+
<line number="282" hits="5" branch="false"/>
|
|
361
|
+
<line number="283" hits="5" branch="true" condition-coverage="0% (0/2)"/>
|
|
362
|
+
<line number="284" hits="5" branch="false"/>
|
|
363
|
+
<line number="285" hits="5" branch="false"/>
|
|
364
|
+
<line number="286" hits="5" branch="false"/>
|
|
365
|
+
<line number="287" hits="5" branch="false"/>
|
|
366
|
+
<line number="288" hits="5" branch="false"/>
|
|
367
|
+
<line number="289" hits="1" branch="false"/>
|
|
368
|
+
<line number="290" hits="1" branch="false"/>
|
|
369
|
+
<line number="291" hits="1" branch="false"/>
|
|
370
|
+
<line number="292" hits="1" branch="false"/>
|
|
371
|
+
<line number="293" hits="1" branch="false"/>
|
|
372
|
+
<line number="294" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
373
|
+
<line number="295" hits="5" branch="true" condition-coverage="0% (0/1)"/>
|
|
374
|
+
<line number="296" hits="0" branch="false"/>
|
|
375
|
+
<line number="297" hits="0" branch="false"/>
|
|
376
|
+
<line number="298" hits="5" branch="false"/>
|
|
377
|
+
<line number="299" hits="5" branch="false"/>
|
|
378
|
+
<line number="300" hits="5" 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="true" condition-coverage="100% (1/1)"/>
|
|
384
384
|
<line number="306" hits="1" branch="false"/>
|
|
385
385
|
<line number="307" hits="1" branch="false"/>
|
|
386
386
|
<line number="308" hits="1" branch="false"/>
|
|
387
|
-
<line number="309" hits="
|
|
388
|
-
<line number="310" hits="
|
|
389
|
-
<line number="311" hits="
|
|
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
390
|
<line number="312" hits="1" branch="false"/>
|
|
391
|
-
<line number="313" hits="1" branch="
|
|
392
|
-
<line number="314" hits="
|
|
393
|
-
<line number="315" hits="
|
|
394
|
-
<line number="316" hits="
|
|
395
|
-
<line number="317" hits="
|
|
396
|
-
<line number="318" hits="
|
|
397
|
-
<line number="319" hits="
|
|
398
|
-
<line number="320" hits="
|
|
399
|
-
<line number="321" hits="
|
|
400
|
-
<line number="322" hits="
|
|
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
|
+
<line number="316" hits="1" branch="false"/>
|
|
395
|
+
<line number="317" hits="1" branch="false"/>
|
|
396
|
+
<line number="318" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
397
|
+
<line number="319" hits="4" branch="false"/>
|
|
398
|
+
<line number="320" hits="4" branch="false"/>
|
|
399
|
+
<line number="321" hits="1" branch="false"/>
|
|
400
|
+
<line number="322" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
401
401
|
<line number="323" hits="5" branch="false"/>
|
|
402
402
|
<line number="324" hits="5" branch="false"/>
|
|
403
|
-
<line number="325" hits="5" 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="
|
|
403
|
+
<line number="325" hits="5" branch="false"/>
|
|
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="true" condition-coverage="100% (1/1)"/>
|
|
408
|
+
<line number="330" hits="5" branch="false"/>
|
|
409
409
|
<line number="331" hits="5" branch="false"/>
|
|
410
|
-
<line number="332" hits="
|
|
411
|
-
<line number="333" hits="
|
|
412
|
-
<line number="334" hits="
|
|
410
|
+
<line number="332" hits="5" branch="false"/>
|
|
411
|
+
<line number="333" hits="5" branch="false"/>
|
|
412
|
+
<line number="334" hits="5" branch="true" condition-coverage="0% (0/1)"/>
|
|
413
413
|
<line number="335" hits="0" branch="false"/>
|
|
414
414
|
<line number="336" hits="0" branch="false"/>
|
|
415
|
-
<line number="337" hits="
|
|
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="
|
|
421
|
-
<line number="343" hits="
|
|
415
|
+
<line number="337" hits="0" branch="false"/>
|
|
416
|
+
<line number="338" hits="0" branch="false"/>
|
|
417
|
+
<line number="339" hits="0" branch="false"/>
|
|
418
|
+
<line number="340" hits="5" branch="false"/>
|
|
419
|
+
<line number="341" hits="1" branch="false"/>
|
|
420
|
+
<line number="342" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
421
|
+
<line number="343" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
422
422
|
<line number="344" hits="0" branch="false"/>
|
|
423
423
|
<line number="345" hits="0" branch="false"/>
|
|
424
|
-
<line number="346" hits="
|
|
425
|
-
<line number="347" hits="
|
|
426
|
-
<line number="348" hits="
|
|
424
|
+
<line number="346" hits="1" branch="false"/>
|
|
425
|
+
<line number="347" hits="1" branch="false"/>
|
|
426
|
+
<line number="348" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
427
427
|
<line number="349" hits="0" branch="false"/>
|
|
428
|
-
<line number="350" hits="
|
|
429
|
-
<line number="351" hits="
|
|
430
|
-
<line number="352" hits="
|
|
431
|
-
<line number="353" hits="
|
|
428
|
+
<line number="350" hits="0" branch="false"/>
|
|
429
|
+
<line number="351" hits="0" branch="false"/>
|
|
430
|
+
<line number="352" hits="0" branch="false"/>
|
|
431
|
+
<line number="353" hits="0" branch="false"/>
|
|
432
432
|
<line number="354" hits="0" branch="false"/>
|
|
433
433
|
<line number="355" hits="0" branch="false"/>
|
|
434
434
|
<line number="356" hits="0" branch="false"/>
|
|
435
435
|
<line number="357" hits="0" branch="false"/>
|
|
436
436
|
<line number="358" hits="0" branch="false"/>
|
|
437
|
-
<line number="359" hits="
|
|
438
|
-
<line number="360" hits="
|
|
439
|
-
<line number="361" hits="
|
|
440
|
-
<line number="362" hits="
|
|
437
|
+
<line number="359" hits="1" branch="false"/>
|
|
438
|
+
<line number="360" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
439
|
+
<line number="361" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
440
|
+
<line number="362" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
441
441
|
<line number="363" hits="0" branch="false"/>
|
|
442
442
|
<line number="364" hits="0" branch="false"/>
|
|
443
443
|
<line number="365" hits="0" branch="false"/>
|
|
444
444
|
<line number="366" hits="0" branch="false"/>
|
|
445
|
-
<line number="367" hits="
|
|
446
|
-
<line number="368" hits="
|
|
445
|
+
<line number="367" hits="0" branch="false"/>
|
|
446
|
+
<line number="368" hits="0" branch="false"/>
|
|
447
447
|
<line number="369" hits="0" branch="false"/>
|
|
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
451
|
<line number="373" hits="0" branch="false"/>
|
|
452
|
-
<line number="374" hits="
|
|
453
|
-
<line number="375" hits="
|
|
452
|
+
<line number="374" hits="0" branch="false"/>
|
|
453
|
+
<line number="375" hits="0" branch="false"/>
|
|
454
454
|
<line number="376" hits="1" branch="false"/>
|
|
455
|
-
<line number="377" hits="1" branch="
|
|
456
|
-
<line number="378" hits="
|
|
457
|
-
<line number="379" hits="
|
|
458
|
-
<line number="380" hits="
|
|
459
|
-
<line number="381" hits="
|
|
460
|
-
<line number="382" hits="
|
|
455
|
+
<line number="377" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
456
|
+
<line number="378" hits="0" branch="false"/>
|
|
457
|
+
<line number="379" hits="0" branch="false"/>
|
|
458
|
+
<line number="380" hits="0" branch="false"/>
|
|
459
|
+
<line number="381" hits="0" branch="false"/>
|
|
460
|
+
<line number="382" hits="0" branch="false"/>
|
|
461
461
|
<line number="383" hits="1" branch="false"/>
|
|
462
462
|
<line number="384" hits="1" branch="false"/>
|
|
463
463
|
<line number="385" hits="1" branch="false"/>
|
|
464
464
|
<line number="386" hits="1" branch="false"/>
|
|
465
465
|
<line number="387" hits="1" branch="false"/>
|
|
466
|
-
<line number="388" hits="1" branch="
|
|
467
|
-
<line number="389" hits="
|
|
468
|
-
<line number="390" hits="
|
|
469
|
-
<line number="391" hits="
|
|
466
|
+
<line number="388" hits="1" branch="false"/>
|
|
467
|
+
<line number="389" hits="1" branch="true" condition-coverage="100% (1/1)"/>
|
|
468
|
+
<line number="390" hits="1" branch="false"/>
|
|
469
|
+
<line number="391" hits="1" branch="false"/>
|
|
470
470
|
<line number="392" hits="1" branch="false"/>
|
|
471
471
|
<line number="393" hits="1" branch="false"/>
|
|
472
472
|
<line number="394" hits="1" branch="false"/>
|
|
473
473
|
<line number="395" hits="1" branch="false"/>
|
|
474
474
|
<line number="396" hits="1" branch="false"/>
|
|
475
|
-
<line number="397" hits="1" branch="
|
|
476
|
-
<line number="398" hits="
|
|
475
|
+
<line number="397" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
476
|
+
<line number="398" hits="0" branch="false"/>
|
|
477
477
|
<line number="399" hits="0" branch="false"/>
|
|
478
478
|
<line number="400" hits="0" branch="false"/>
|
|
479
|
-
<line number="401" hits="
|
|
479
|
+
<line number="401" hits="1" branch="false"/>
|
|
480
480
|
<line number="402" hits="1" branch="false"/>
|
|
481
|
-
<line number="403" hits="1" branch="
|
|
482
|
-
<line number="404" hits="
|
|
483
|
-
<line number="405" hits="
|
|
484
|
-
<line number="406" hits="
|
|
485
|
-
<line number="407" hits="1" branch="
|
|
486
|
-
<line number="408" hits="
|
|
481
|
+
<line number="403" hits="1" branch="false"/>
|
|
482
|
+
<line number="404" hits="1" branch="false"/>
|
|
483
|
+
<line number="405" hits="1" branch="false"/>
|
|
484
|
+
<line number="406" hits="1" branch="false"/>
|
|
485
|
+
<line number="407" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
486
|
+
<line number="408" hits="0" branch="false"/>
|
|
487
487
|
<line number="409" hits="0" branch="false"/>
|
|
488
488
|
<line number="410" hits="0" branch="false"/>
|
|
489
|
-
<line number="411" hits="
|
|
490
|
-
<line number="412" hits="
|
|
489
|
+
<line number="411" hits="1" branch="false"/>
|
|
490
|
+
<line number="412" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
491
491
|
<line number="413" hits="0" branch="false"/>
|
|
492
492
|
<line number="414" hits="0" branch="false"/>
|
|
493
493
|
<line number="415" hits="0" branch="false"/>
|
|
494
|
-
<line number="416" hits="
|
|
495
|
-
<line number="417" hits="
|
|
494
|
+
<line number="416" hits="1" branch="false"/>
|
|
495
|
+
<line number="417" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
496
496
|
<line number="418" hits="0" branch="false"/>
|
|
497
497
|
<line number="419" hits="0" branch="false"/>
|
|
498
498
|
<line number="420" hits="0" branch="false"/>
|
|
499
499
|
<line number="421" hits="0" branch="false"/>
|
|
500
|
-
<line number="422" hits="
|
|
501
|
-
<line number="423" hits="
|
|
502
|
-
<line number="424" hits="
|
|
500
|
+
<line number="422" hits="0" branch="false"/>
|
|
501
|
+
<line number="423" hits="0" branch="false"/>
|
|
502
|
+
<line number="424" hits="0" branch="false"/>
|
|
503
|
+
<line number="425" hits="0" branch="false"/>
|
|
504
|
+
<line number="426" hits="0" branch="false"/>
|
|
505
|
+
<line number="427" hits="0" branch="false"/>
|
|
506
|
+
<line number="428" hits="0" branch="false"/>
|
|
507
|
+
<line number="429" hits="0" branch="false"/>
|
|
508
|
+
<line number="430" hits="0" branch="false"/>
|
|
509
|
+
<line number="431" hits="1" branch="false"/>
|
|
510
|
+
<line number="432" hits="1" branch="false"/>
|
|
511
|
+
<line number="433" hits="1" branch="false"/>
|
|
503
512
|
</lines>
|
|
504
513
|
</class>
|
|
505
514
|
<class name="RushHttpBuildCachePlugin.ts" filename="src/RushHttpBuildCachePlugin.ts" line-rate="0" branch-rate="0">
|
|
@@ -607,6 +616,9 @@
|
|
|
607
616
|
<line number="2" hits="0" branch="false"/>
|
|
608
617
|
<line number="3" hits="0" branch="false"/>
|
|
609
618
|
<line number="4" hits="0" branch="false"/>
|
|
619
|
+
<line number="5" hits="0" branch="false"/>
|
|
620
|
+
<line number="6" hits="0" branch="false"/>
|
|
621
|
+
<line number="7" hits="0" branch="false"/>
|
|
610
622
|
</lines>
|
|
611
623
|
</class>
|
|
612
624
|
</classes>
|