@hazeljs/agent 0.2.3 → 0.3.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/coverage/clover.xml +300 -284
- package/coverage/lcov-report/index.html +19 -19
- package/coverage/lcov.info +460 -436
- package/dist/runtime/agent.runtime.d.ts +28 -0
- package/dist/runtime/agent.runtime.d.ts.map +1 -1
- package/dist/runtime/agent.runtime.js +51 -0
- package/dist/runtime/agent.runtime.js.map +1 -1
- package/logs/combined.log +1 -1
- package/package.json +6 -6
- package/tsconfig.tsbuildinfo +1 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1774275533040" clover="3.2.0">
|
|
3
|
+
<project timestamp="1774275533040" name="All files">
|
|
4
|
+
<metrics statements="1699" coveredstatements="1506" conditionals="620" coveredconditionals="459" methods="323" coveredmethods="303" elements="2642" coveredelements="2268" complexity="0" loc="1699" ncloc="1699" packages="14" files="34" classes="34"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="26" coveredstatements="22" conditionals="8" coveredconditionals="6" methods="14" coveredmethods="12"/>
|
|
7
7
|
<file name="agent.module.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/agent.module.ts">
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<file name="agent.context.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/context/agent.context.ts">
|
|
40
40
|
<metrics statements="30" coveredstatements="30" conditionals="12" coveredconditionals="11" methods="7" coveredmethods="7"/>
|
|
41
41
|
<line num="13" count="7" type="stmt"/>
|
|
42
|
-
<line num="14" count="
|
|
42
|
+
<line num="14" count="146" type="stmt"/>
|
|
43
43
|
<line num="20" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
44
44
|
<line num="21" count="2" type="stmt"/>
|
|
45
45
|
<line num="24" count="6" type="stmt"/>
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
<line num="6" count="6" type="stmt"/>
|
|
78
78
|
<line num="11" count="6" type="stmt"/>
|
|
79
79
|
<line num="16" count="6" type="stmt"/>
|
|
80
|
-
<line num="18" count="
|
|
81
|
-
<line num="19" count="
|
|
82
|
-
<line num="25" count="
|
|
80
|
+
<line num="18" count="46" type="stmt"/>
|
|
81
|
+
<line num="19" count="46" type="stmt"/>
|
|
82
|
+
<line num="25" count="46" type="stmt"/>
|
|
83
83
|
<line num="32" count="6" type="stmt"/>
|
|
84
|
-
<line num="33" count="
|
|
84
|
+
<line num="33" count="35" type="stmt"/>
|
|
85
85
|
<line num="39" count="6" type="stmt"/>
|
|
86
|
-
<line num="40" count="
|
|
86
|
+
<line num="40" count="37" type="stmt"/>
|
|
87
87
|
</file>
|
|
88
88
|
<file name="delegate.decorator.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/decorators/delegate.decorator.ts">
|
|
89
89
|
<metrics statements="21" coveredstatements="20" conditionals="7" coveredconditionals="7" methods="5" coveredmethods="4"/>
|
|
@@ -115,15 +115,15 @@
|
|
|
115
115
|
<line num="9" count="6" type="stmt"/>
|
|
116
116
|
<line num="10" count="6" type="stmt"/>
|
|
117
117
|
<line num="15" count="6" type="stmt"/>
|
|
118
|
-
<line num="16" count="
|
|
119
|
-
<line num="17" count="
|
|
120
|
-
<line num="19" count="
|
|
121
|
-
<line num="34" count="
|
|
122
|
-
<line num="36" count="
|
|
123
|
-
<line num="37" count="
|
|
124
|
-
<line num="38" count="
|
|
125
|
-
<line num="39" count="
|
|
126
|
-
<line num="42" count="
|
|
118
|
+
<line num="16" count="17" type="stmt"/>
|
|
119
|
+
<line num="17" count="17" type="stmt"/>
|
|
120
|
+
<line num="19" count="17" type="stmt"/>
|
|
121
|
+
<line num="34" count="17" type="stmt"/>
|
|
122
|
+
<line num="36" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
123
|
+
<line num="37" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
124
|
+
<line num="38" count="17" type="stmt"/>
|
|
125
|
+
<line num="39" count="17" type="stmt"/>
|
|
126
|
+
<line num="42" count="17" type="stmt"/>
|
|
127
127
|
<line num="49" count="6" type="stmt"/>
|
|
128
128
|
<line num="50" count="14" type="stmt"/>
|
|
129
129
|
<line num="56" count="6" type="stmt"/>
|
|
@@ -146,17 +146,17 @@
|
|
|
146
146
|
<line num="12" count="6" type="stmt"/>
|
|
147
147
|
<line num="13" count="6" type="stmt"/>
|
|
148
148
|
<line num="19" count="6" type="stmt"/>
|
|
149
|
-
<line num="24" count="
|
|
150
|
-
<line num="25" count="
|
|
151
|
-
<line num="26" count="
|
|
152
|
-
<line num="27" count="
|
|
153
|
-
<line num="28" count="
|
|
149
|
+
<line num="24" count="27" type="stmt"/>
|
|
150
|
+
<line num="25" count="27" type="stmt"/>
|
|
151
|
+
<line num="26" count="27" type="stmt"/>
|
|
152
|
+
<line num="27" count="27" type="stmt"/>
|
|
153
|
+
<line num="28" count="27" type="stmt"/>
|
|
154
154
|
<line num="32" count="2" type="stmt"/>
|
|
155
155
|
<line num="36" count="2" type="stmt"/>
|
|
156
156
|
<line num="40" count="4" type="stmt"/>
|
|
157
157
|
<line num="47" count="2" type="stmt"/>
|
|
158
158
|
<line num="51" count="2" type="stmt"/>
|
|
159
|
-
<line num="59" count="
|
|
159
|
+
<line num="59" count="6" type="stmt"/>
|
|
160
160
|
<line num="63" count="4" type="stmt"/>
|
|
161
161
|
<line num="72" count="3" type="stmt"/>
|
|
162
162
|
</file>
|
|
@@ -167,9 +167,9 @@
|
|
|
167
167
|
<metrics statements="27" coveredstatements="27" conditionals="9" coveredconditionals="7" methods="8" coveredmethods="8"/>
|
|
168
168
|
<line num="7" count="5" type="stmt"/>
|
|
169
169
|
<line num="15" count="5" type="stmt"/>
|
|
170
|
-
<line num="16" count="
|
|
171
|
-
<line num="17" count="
|
|
172
|
-
<line num="18" count="
|
|
170
|
+
<line num="16" count="111" type="stmt"/>
|
|
171
|
+
<line num="17" count="111" type="stmt"/>
|
|
172
|
+
<line num="18" count="111" type="stmt"/>
|
|
173
173
|
<line num="24" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
174
174
|
<line num="25" count="16" type="stmt"/>
|
|
175
175
|
<line num="27" count="19" type="stmt"/>
|
|
@@ -178,14 +178,14 @@
|
|
|
178
178
|
<line num="42" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
179
179
|
<line num="43" count="3" type="stmt"/>
|
|
180
180
|
<line num="51" count="1" type="stmt"/>
|
|
181
|
-
<line num="64" count="
|
|
182
|
-
<line num="73" count="
|
|
183
|
-
<line num="74" count="
|
|
181
|
+
<line num="64" count="38" type="stmt"/>
|
|
182
|
+
<line num="73" count="38" type="stmt"/>
|
|
183
|
+
<line num="74" count="38" type="cond" truecount="1" falsecount="0"/>
|
|
184
184
|
<line num="75" count="6" type="stmt"/>
|
|
185
185
|
<line num="76" count="6" type="stmt"/>
|
|
186
186
|
<line num="77" count="6" type="stmt"/>
|
|
187
187
|
<line num="79" count="2" type="stmt"/>
|
|
188
|
-
<line num="88" count="
|
|
188
|
+
<line num="88" count="38" type="stmt"/>
|
|
189
189
|
<line num="89" count="2" type="stmt"/>
|
|
190
190
|
<line num="90" count="2" type="stmt"/>
|
|
191
191
|
<line num="92" count="1" type="stmt"/>
|
|
@@ -246,37 +246,37 @@
|
|
|
246
246
|
<line num="25" count="5" type="stmt"/>
|
|
247
247
|
<line num="26" count="5" type="stmt"/>
|
|
248
248
|
<line num="42" count="5" type="stmt"/>
|
|
249
|
-
<line num="44" count="
|
|
250
|
-
<line num="45" count="
|
|
251
|
-
<line num="46" count="
|
|
252
|
-
<line num="47" count="
|
|
253
|
-
<line num="48" count="
|
|
254
|
-
<line num="49" count="
|
|
255
|
-
<line num="56" count="
|
|
256
|
-
<line num="60" count="
|
|
249
|
+
<line num="44" count="129" type="stmt"/>
|
|
250
|
+
<line num="45" count="129" type="stmt"/>
|
|
251
|
+
<line num="46" count="129" type="stmt"/>
|
|
252
|
+
<line num="47" count="129" type="stmt"/>
|
|
253
|
+
<line num="48" count="129" type="stmt"/>
|
|
254
|
+
<line num="49" count="129" type="stmt"/>
|
|
255
|
+
<line num="56" count="103" type="cond" truecount="1" falsecount="1"/>
|
|
256
|
+
<line num="60" count="61" type="cond" truecount="0" falsecount="1"/>
|
|
257
257
|
<line num="61" count="0" type="stmt"/>
|
|
258
|
-
<line num="66" count="
|
|
258
|
+
<line num="66" count="7" type="cond" truecount="0" falsecount="1"/>
|
|
259
259
|
<line num="67" count="0" type="stmt"/>
|
|
260
|
-
<line num="79" count="
|
|
261
|
-
<line num="80" count="
|
|
262
|
-
<line num="81" count="
|
|
263
|
-
<line num="82" count="
|
|
264
|
-
<line num="84" count="
|
|
265
|
-
<line num="85" count="
|
|
266
|
-
<line num="87" count="
|
|
267
|
-
<line num="94" count="
|
|
268
|
-
<line num="96" count="
|
|
269
|
-
<line num="99" count="
|
|
270
|
-
<line num="100" count="
|
|
271
|
-
<line num="101" count="
|
|
272
|
-
<line num="103" count="
|
|
273
|
-
<line num="105" count="
|
|
274
|
-
<line num="106" count="
|
|
275
|
-
<line num="108" count="
|
|
260
|
+
<line num="79" count="17" type="stmt"/>
|
|
261
|
+
<line num="80" count="17" type="stmt"/>
|
|
262
|
+
<line num="81" count="17" type="stmt"/>
|
|
263
|
+
<line num="82" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
264
|
+
<line num="84" count="17" type="stmt"/>
|
|
265
|
+
<line num="85" count="17" type="stmt"/>
|
|
266
|
+
<line num="87" count="17" type="stmt"/>
|
|
267
|
+
<line num="94" count="17" type="stmt"/>
|
|
268
|
+
<line num="96" count="17" type="stmt"/>
|
|
269
|
+
<line num="99" count="17" type="stmt"/>
|
|
270
|
+
<line num="100" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
271
|
+
<line num="101" count="24" type="stmt"/>
|
|
272
|
+
<line num="103" count="24" type="stmt"/>
|
|
273
|
+
<line num="105" count="24" type="stmt"/>
|
|
274
|
+
<line num="106" count="23" type="stmt"/>
|
|
275
|
+
<line num="108" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
276
276
|
<line num="109" count="8" type="stmt"/>
|
|
277
277
|
<line num="110" count="8" type="stmt"/>
|
|
278
|
-
<line num="113" count="
|
|
279
|
-
<line num="114" count="
|
|
278
|
+
<line num="113" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
279
|
+
<line num="114" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
280
280
|
<line num="117" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
281
281
|
<line num="118" count="1" type="stmt"/>
|
|
282
282
|
<line num="121" count="1" type="stmt"/>
|
|
@@ -290,10 +290,10 @@
|
|
|
290
290
|
<line num="139" count="10" type="stmt"/>
|
|
291
291
|
<line num="141" count="10" type="stmt"/>
|
|
292
292
|
<line num="147" count="10" type="stmt"/>
|
|
293
|
-
<line num="158" count="
|
|
294
|
-
<line num="160" count="
|
|
295
|
-
<line num="162" count="
|
|
296
|
-
<line num="168" count="
|
|
293
|
+
<line num="158" count="7" type="stmt"/>
|
|
294
|
+
<line num="160" count="7" type="stmt"/>
|
|
295
|
+
<line num="162" count="7" type="stmt"/>
|
|
296
|
+
<line num="168" count="7" type="stmt"/>
|
|
297
297
|
<line num="189" count="2" type="stmt"/>
|
|
298
298
|
<line num="190" count="2" type="stmt"/>
|
|
299
299
|
<line num="191" count="2" type="stmt"/>
|
|
@@ -360,13 +360,13 @@
|
|
|
360
360
|
<line num="319" count="2" type="stmt"/>
|
|
361
361
|
<line num="330" count="2" type="stmt"/>
|
|
362
362
|
<line num="336" count="2" type="stmt"/>
|
|
363
|
-
<line num="349" count="
|
|
364
|
-
<line num="350" count="
|
|
365
|
-
<line num="352" count="
|
|
366
|
-
<line num="361" count="
|
|
367
|
-
<line num="366" count="
|
|
368
|
-
<line num="367" count="
|
|
369
|
-
<line num="368" count="
|
|
363
|
+
<line num="349" count="13" type="stmt"/>
|
|
364
|
+
<line num="350" count="13" type="stmt"/>
|
|
365
|
+
<line num="352" count="13" type="stmt"/>
|
|
366
|
+
<line num="361" count="13" type="stmt"/>
|
|
367
|
+
<line num="366" count="13" type="stmt"/>
|
|
368
|
+
<line num="367" count="13" type="stmt"/>
|
|
369
|
+
<line num="368" count="13" type="stmt"/>
|
|
370
370
|
<line num="369" count="9" type="stmt"/>
|
|
371
371
|
<line num="371" count="9" type="cond" truecount="3" falsecount="3"/>
|
|
372
372
|
<line num="373" count="1" type="stmt"/>
|
|
@@ -387,11 +387,11 @@
|
|
|
387
387
|
<line num="408" count="9" type="stmt"/>
|
|
388
388
|
<line num="410" count="9" type="stmt"/>
|
|
389
389
|
<line num="417" count="9" type="stmt"/>
|
|
390
|
-
<line num="419" count="
|
|
391
|
-
<line num="420" count="
|
|
392
|
-
<line num="421" count="
|
|
393
|
-
<line num="423" count="
|
|
394
|
-
<line num="429" count="
|
|
390
|
+
<line num="419" count="4" type="stmt"/>
|
|
391
|
+
<line num="420" count="4" type="stmt"/>
|
|
392
|
+
<line num="421" count="4" type="stmt"/>
|
|
393
|
+
<line num="423" count="4" type="stmt"/>
|
|
394
|
+
<line num="429" count="4" type="stmt"/>
|
|
395
395
|
<line num="442" count="3" type="stmt"/>
|
|
396
396
|
<line num="443" count="3" type="stmt"/>
|
|
397
397
|
<line num="445" count="3" type="stmt"/>
|
|
@@ -431,16 +431,16 @@
|
|
|
431
431
|
<line num="542" count="1" type="stmt"/>
|
|
432
432
|
<line num="544" count="1" type="stmt"/>
|
|
433
433
|
<line num="550" count="1" type="stmt"/>
|
|
434
|
-
<line num="561" count="
|
|
434
|
+
<line num="561" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
435
435
|
<line num="562" count="6" type="stmt"/>
|
|
436
|
-
<line num="570" count="
|
|
437
|
-
<line num="571" count="
|
|
438
|
-
<line num="572" count="
|
|
439
|
-
<line num="577" count="
|
|
440
|
-
<line num="582" count="
|
|
441
|
-
<line num="583" count="
|
|
442
|
-
<line num="585" count="
|
|
443
|
-
<line num="586" count="
|
|
436
|
+
<line num="570" count="8" type="stmt"/>
|
|
437
|
+
<line num="571" count="8" type="stmt"/>
|
|
438
|
+
<line num="572" count="8" type="stmt"/>
|
|
439
|
+
<line num="577" count="8" type="stmt"/>
|
|
440
|
+
<line num="582" count="8" type="stmt"/>
|
|
441
|
+
<line num="583" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
442
|
+
<line num="585" count="8" type="stmt"/>
|
|
443
|
+
<line num="586" count="8" type="cond" truecount="1" falsecount="2"/>
|
|
444
444
|
<line num="587" count="0" type="stmt"/>
|
|
445
445
|
<line num="588" count="0" type="stmt"/>
|
|
446
446
|
<line num="589" count="0" type="stmt"/>
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
<line num="592" count="0" type="stmt"/>
|
|
450
450
|
<line num="593" count="0" type="stmt"/>
|
|
451
451
|
<line num="596" count="0" type="stmt"/>
|
|
452
|
-
<line num="602" count="
|
|
452
|
+
<line num="602" count="8" type="stmt"/>
|
|
453
453
|
<line num="604" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
454
454
|
<line num="605" count="1" type="stmt"/>
|
|
455
455
|
<line num="607" count="1" type="stmt"/>
|
|
@@ -457,8 +457,8 @@
|
|
|
457
457
|
<line num="610" count="0" type="stmt"/>
|
|
458
458
|
<line num="616" count="1" type="stmt"/>
|
|
459
459
|
<line num="626" count="3" type="stmt"/>
|
|
460
|
-
<line num="630" count="
|
|
461
|
-
<line num="631" count="
|
|
460
|
+
<line num="630" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
461
|
+
<line num="631" count="4" type="stmt"/>
|
|
462
462
|
<line num="642" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
463
463
|
<line num="643" count="1" type="stmt"/>
|
|
464
464
|
<line num="649" count="2" type="stmt"/>
|
|
@@ -469,14 +469,14 @@
|
|
|
469
469
|
<line num="670" count="1" type="stmt"/>
|
|
470
470
|
<line num="671" count="1" type="stmt"/>
|
|
471
471
|
<line num="673" count="1" type="stmt"/>
|
|
472
|
-
<line num="690" count="
|
|
473
|
-
<line num="691" count="
|
|
474
|
-
<line num="693" count="
|
|
475
|
-
<line num="697" count="
|
|
476
|
-
<line num="698" count="
|
|
472
|
+
<line num="690" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
473
|
+
<line num="691" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
474
|
+
<line num="693" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
475
|
+
<line num="697" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
476
|
+
<line num="698" count="4" type="stmt"/>
|
|
477
477
|
<line num="707" count="9" type="stmt"/>
|
|
478
|
-
<line num="710" count="
|
|
479
|
-
<line num="715" count="
|
|
478
|
+
<line num="710" count="13" type="stmt"/>
|
|
479
|
+
<line num="715" count="13" type="stmt"/>
|
|
480
480
|
<line num="725" count="4" type="stmt"/>
|
|
481
481
|
<line num="726" count="4" type="stmt"/>
|
|
482
482
|
<line num="727" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -486,8 +486,8 @@
|
|
|
486
486
|
<line num="733" count="1" type="stmt"/>
|
|
487
487
|
<line num="738" count="1" type="stmt"/>
|
|
488
488
|
<line num="740" count="1" type="stmt"/>
|
|
489
|
-
<line num="747" count="
|
|
490
|
-
<line num="748" count="
|
|
489
|
+
<line num="747" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
490
|
+
<line num="748" count="72" type="stmt"/>
|
|
491
491
|
</file>
|
|
492
492
|
<file name="tool.executor.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/executor/tool.executor.ts">
|
|
493
493
|
<metrics statements="107" coveredstatements="107" conditionals="38" coveredconditionals="35" methods="15" coveredmethods="15"/>
|
|
@@ -495,12 +495,12 @@
|
|
|
495
495
|
<line num="7" count="6" type="stmt"/>
|
|
496
496
|
<line num="14" count="6" type="stmt"/>
|
|
497
497
|
<line num="27" count="6" type="stmt"/>
|
|
498
|
-
<line num="28" count="
|
|
499
|
-
<line num="29" count="
|
|
500
|
-
<line num="30" count="
|
|
498
|
+
<line num="28" count="140" type="stmt"/>
|
|
499
|
+
<line num="29" count="140" type="stmt"/>
|
|
500
|
+
<line num="30" count="140" type="stmt"/>
|
|
501
501
|
<line num="32" count="6" type="stmt"/>
|
|
502
|
-
<line num="35" count="
|
|
503
|
-
<line num="36" count="
|
|
502
|
+
<line num="35" count="140" type="stmt"/>
|
|
503
|
+
<line num="36" count="140" type="stmt"/>
|
|
504
504
|
<line num="49" count="14" type="stmt"/>
|
|
505
505
|
<line num="50" count="14" type="stmt"/>
|
|
506
506
|
<line num="52" count="14" type="stmt"/>
|
|
@@ -607,47 +607,47 @@
|
|
|
607
607
|
<line num="49" count="4" type="stmt"/>
|
|
608
608
|
<line num="50" count="4" type="stmt"/>
|
|
609
609
|
<line num="85" count="4" type="stmt"/>
|
|
610
|
-
<line num="86" count="
|
|
611
|
-
<line num="87" count="
|
|
612
|
-
<line num="91" count="
|
|
613
|
-
<line num="92" count="
|
|
614
|
-
<line num="95" count="
|
|
615
|
-
<line num="111" count="
|
|
610
|
+
<line num="86" count="22" type="stmt"/>
|
|
611
|
+
<line num="87" count="22" type="stmt"/>
|
|
612
|
+
<line num="91" count="22" type="stmt"/>
|
|
613
|
+
<line num="92" count="22" type="stmt"/>
|
|
614
|
+
<line num="95" count="22" type="stmt"/>
|
|
615
|
+
<line num="111" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
616
616
|
<line num="112" count="1" type="stmt"/>
|
|
617
|
-
<line num="114" count="
|
|
617
|
+
<line num="114" count="35" type="cond" truecount="1" falsecount="0"/>
|
|
618
618
|
<line num="115" count="1" type="stmt"/>
|
|
619
|
-
<line num="117" count="
|
|
620
|
-
<line num="118" count="
|
|
621
|
-
<line num="130" count="
|
|
622
|
-
<line num="131" count="
|
|
619
|
+
<line num="117" count="34" type="stmt"/>
|
|
620
|
+
<line num="118" count="34" type="stmt"/>
|
|
621
|
+
<line num="130" count="23" type="stmt"/>
|
|
622
|
+
<line num="131" count="23" type="stmt"/>
|
|
623
623
|
<line num="147" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
624
624
|
<line num="149" count="1" type="stmt"/>
|
|
625
625
|
<line num="150" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
626
626
|
<line num="154" count="4" type="stmt"/>
|
|
627
627
|
<line num="155" count="4" type="stmt"/>
|
|
628
|
-
<line num="160" count="
|
|
629
|
-
<line num="161" count="
|
|
630
|
-
<line num="173" count="
|
|
628
|
+
<line num="160" count="18" type="stmt"/>
|
|
629
|
+
<line num="161" count="18" type="stmt"/>
|
|
630
|
+
<line num="173" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
631
631
|
<line num="174" count="1" type="stmt"/>
|
|
632
|
-
<line num="176" count="
|
|
632
|
+
<line num="176" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
633
633
|
<line num="177" count="1" type="stmt"/>
|
|
634
|
-
<line num="183" count="
|
|
635
|
-
<line num="184" count="
|
|
634
|
+
<line num="183" count="17" type="stmt"/>
|
|
635
|
+
<line num="184" count="26" type="cond" truecount="0" falsecount="1"/>
|
|
636
636
|
<line num="185" count="0" type="stmt"/>
|
|
637
|
-
<line num="187" count="
|
|
637
|
+
<line num="187" count="26" type="cond" truecount="4" falsecount="0"/>
|
|
638
638
|
<line num="188" count="1" type="stmt"/>
|
|
639
|
-
<line num="193" count="
|
|
640
|
-
<line num="194" count="
|
|
639
|
+
<line num="193" count="16" type="stmt"/>
|
|
640
|
+
<line num="194" count="47" type="cond" truecount="1" falsecount="0"/>
|
|
641
641
|
<line num="195" count="4" type="stmt"/>
|
|
642
642
|
<line num="196" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
643
643
|
<line num="197" count="1" type="stmt"/>
|
|
644
|
-
<line num="205" count="
|
|
644
|
+
<line num="205" count="15" type="stmt"/>
|
|
645
645
|
<line num="222" count="4" type="stmt"/>
|
|
646
|
-
<line num="224" count="
|
|
647
|
-
<line num="225" count="
|
|
648
|
-
<line num="226" count="
|
|
649
|
-
<line num="227" count="
|
|
650
|
-
<line num="228" count="
|
|
646
|
+
<line num="224" count="15" type="stmt"/>
|
|
647
|
+
<line num="225" count="15" type="stmt"/>
|
|
648
|
+
<line num="226" count="15" type="stmt"/>
|
|
649
|
+
<line num="227" count="15" type="stmt"/>
|
|
650
|
+
<line num="228" count="15" type="stmt"/>
|
|
651
651
|
<line num="239" count="12" type="stmt"/>
|
|
652
652
|
<line num="240" count="12" type="stmt"/>
|
|
653
653
|
<line num="241" count="12" type="stmt"/>
|
|
@@ -795,24 +795,24 @@
|
|
|
795
795
|
<metrics statements="26" coveredstatements="26" conditionals="4" coveredconditionals="4" methods="10" coveredmethods="10"/>
|
|
796
796
|
<line num="7" count="5" type="stmt"/>
|
|
797
797
|
<line num="12" count="5" type="stmt"/>
|
|
798
|
-
<line num="13" count="
|
|
799
|
-
<line num="14" count="
|
|
800
|
-
<line num="20" count="
|
|
801
|
-
<line num="21" count="
|
|
802
|
-
<line num="24" count="
|
|
803
|
-
<line num="25" count="
|
|
798
|
+
<line num="13" count="112" type="stmt"/>
|
|
799
|
+
<line num="14" count="112" type="stmt"/>
|
|
800
|
+
<line num="20" count="38" type="cond" truecount="1" falsecount="0"/>
|
|
801
|
+
<line num="21" count="2" type="stmt"/>
|
|
802
|
+
<line num="24" count="36" type="stmt"/>
|
|
803
|
+
<line num="25" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
804
804
|
<line num="26" count="1" type="stmt"/>
|
|
805
|
-
<line num="29" count="
|
|
805
|
+
<line num="29" count="35" type="cond" truecount="1" falsecount="0"/>
|
|
806
806
|
<line num="30" count="1" type="stmt"/>
|
|
807
|
-
<line num="33" count="
|
|
807
|
+
<line num="33" count="34" type="stmt"/>
|
|
808
808
|
<line num="40" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
809
809
|
<line num="41" count="1" type="stmt"/>
|
|
810
810
|
<line num="44" count="8" type="stmt"/>
|
|
811
811
|
<line num="46" count="8" type="stmt"/>
|
|
812
812
|
<line num="47" count="8" type="stmt"/>
|
|
813
|
-
<line num="54" count="
|
|
813
|
+
<line num="54" count="24" type="stmt"/>
|
|
814
814
|
<line num="61" count="4" type="stmt"/>
|
|
815
|
-
<line num="68" count="
|
|
815
|
+
<line num="68" count="8" type="stmt"/>
|
|
816
816
|
<line num="75" count="5" type="stmt"/>
|
|
817
817
|
<line num="82" count="2" type="stmt"/>
|
|
818
818
|
<line num="83" count="2" type="stmt"/>
|
|
@@ -824,8 +824,8 @@
|
|
|
824
824
|
<metrics statements="51" coveredstatements="48" conditionals="8" coveredconditionals="6" methods="15" coveredmethods="14"/>
|
|
825
825
|
<line num="8" count="6" type="stmt"/>
|
|
826
826
|
<line num="13" count="6" type="stmt"/>
|
|
827
|
-
<line num="14" count="
|
|
828
|
-
<line num="15" count="
|
|
827
|
+
<line num="14" count="132" type="stmt"/>
|
|
828
|
+
<line num="15" count="132" type="stmt"/>
|
|
829
829
|
<line num="22" count="14" type="stmt"/>
|
|
830
830
|
<line num="23" count="14" type="stmt"/>
|
|
831
831
|
<line num="25" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -843,16 +843,16 @@
|
|
|
843
843
|
<line num="53" count="13" type="stmt"/>
|
|
844
844
|
<line num="56" count="13" type="stmt"/>
|
|
845
845
|
<line num="63" count="3" type="stmt"/>
|
|
846
|
-
<line num="70" count="
|
|
847
|
-
<line num="71" count="
|
|
848
|
-
<line num="72" count="
|
|
846
|
+
<line num="70" count="18" type="stmt"/>
|
|
847
|
+
<line num="71" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
848
|
+
<line num="72" count="13" type="stmt"/>
|
|
849
849
|
<line num="75" count="5" type="stmt"/>
|
|
850
850
|
<line num="76" count="6" type="stmt"/>
|
|
851
851
|
<line num="77" count="6" type="stmt"/>
|
|
852
852
|
<line num="84" count="0" type="stmt"/>
|
|
853
853
|
<line num="91" count="2" type="stmt"/>
|
|
854
|
-
<line num="98" count="
|
|
855
|
-
<line num="100" count="
|
|
854
|
+
<line num="98" count="13" type="stmt"/>
|
|
855
|
+
<line num="100" count="13" type="stmt"/>
|
|
856
856
|
<line num="108" count="2" type="stmt"/>
|
|
857
857
|
<line num="109" count="2" type="stmt"/>
|
|
858
858
|
<line num="111" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -871,12 +871,12 @@
|
|
|
871
871
|
<line num="157" count="1" type="stmt"/>
|
|
872
872
|
<line num="158" count="1" type="stmt"/>
|
|
873
873
|
<line num="165" count="7" type="stmt"/>
|
|
874
|
-
<line num="172" count="
|
|
875
|
-
<line num="174" count="
|
|
874
|
+
<line num="172" count="12" type="stmt"/>
|
|
875
|
+
<line num="174" count="12" type="stmt"/>
|
|
876
876
|
</file>
|
|
877
877
|
</package>
|
|
878
878
|
<package name="src.runtime">
|
|
879
|
-
<metrics statements="
|
|
879
|
+
<metrics statements="214" coveredstatements="177" conditionals="98" coveredconditionals="56" methods="48" coveredmethods="43"/>
|
|
880
880
|
<file name="agent.runtime.extensions.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/runtime/agent.runtime.extensions.ts">
|
|
881
881
|
<metrics statements="20" coveredstatements="20" conditionals="8" coveredconditionals="7" methods="7" coveredmethods="7"/>
|
|
882
882
|
<line num="13" count="1" type="stmt"/>
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
<line num="106" count="1" type="stmt"/>
|
|
902
902
|
</file>
|
|
903
903
|
<file name="agent.runtime.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/runtime/agent.runtime.ts">
|
|
904
|
-
<metrics statements="
|
|
904
|
+
<metrics statements="194" coveredstatements="157" conditionals="90" coveredconditionals="49" methods="41" coveredmethods="36"/>
|
|
905
905
|
<line num="6" count="4" type="stmt"/>
|
|
906
906
|
<line num="7" count="4" type="stmt"/>
|
|
907
907
|
<line num="8" count="4" type="stmt"/>
|
|
@@ -921,33 +921,33 @@
|
|
|
921
921
|
<line num="34" count="4" type="stmt"/>
|
|
922
922
|
<line num="36" count="4" type="stmt"/>
|
|
923
923
|
<line num="61" count="4" type="stmt"/>
|
|
924
|
-
<line num="77" count="
|
|
925
|
-
<line num="80" count="
|
|
926
|
-
<line num="92" count="
|
|
927
|
-
<line num="95" count="
|
|
924
|
+
<line num="77" count="93" type="stmt"/>
|
|
925
|
+
<line num="80" count="93" type="stmt"/>
|
|
926
|
+
<line num="92" count="93" type="stmt"/>
|
|
927
|
+
<line num="95" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
928
928
|
<line num="96" count="4" type="stmt"/>
|
|
929
929
|
<line num="99" count="4" type="stmt"/>
|
|
930
|
-
<line num="105" count="
|
|
931
|
-
<line num="106" count="
|
|
932
|
-
<line num="107" count="
|
|
933
|
-
<line num="111" count="
|
|
934
|
-
<line num="112" count="
|
|
930
|
+
<line num="105" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
931
|
+
<line num="106" count="89" type="stmt"/>
|
|
932
|
+
<line num="107" count="89" type="stmt"/>
|
|
933
|
+
<line num="111" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
934
|
+
<line num="112" count="92" type="stmt"/>
|
|
935
935
|
<line num="116" count="0" type="stmt"/>
|
|
936
|
-
<line num="125" count="
|
|
937
|
-
<line num="126" count="
|
|
936
|
+
<line num="125" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
937
|
+
<line num="126" count="88" type="stmt"/>
|
|
938
938
|
<line num="131" count="0" type="stmt"/>
|
|
939
|
-
<line num="137" count="
|
|
940
|
-
<line num="139" count="
|
|
941
|
-
<line num="140" count="
|
|
942
|
-
<line num="141" count="
|
|
943
|
-
<line num="142" count="
|
|
944
|
-
<line num="143" count="
|
|
945
|
-
<line num="145" count="
|
|
939
|
+
<line num="137" count="93" type="stmt"/>
|
|
940
|
+
<line num="139" count="93" type="stmt"/>
|
|
941
|
+
<line num="140" count="93" type="stmt"/>
|
|
942
|
+
<line num="141" count="93" type="cond" truecount="2" falsecount="0"/>
|
|
943
|
+
<line num="142" count="93" type="stmt"/>
|
|
944
|
+
<line num="143" count="93" type="stmt"/>
|
|
945
|
+
<line num="145" count="93" type="stmt"/>
|
|
946
946
|
<line num="146" count="0" type="stmt"/>
|
|
947
|
-
<line num="149" count="
|
|
948
|
-
<line num="156" count="
|
|
949
|
-
<line num="160" count="
|
|
950
|
-
<line num="171" count="
|
|
947
|
+
<line num="149" count="93" type="stmt"/>
|
|
948
|
+
<line num="156" count="30" type="stmt"/>
|
|
949
|
+
<line num="160" count="93" type="stmt"/>
|
|
950
|
+
<line num="171" count="20" type="stmt"/>
|
|
951
951
|
<line num="180" count="4" type="stmt"/>
|
|
952
952
|
<line num="181" count="4" type="stmt"/>
|
|
953
953
|
<line num="182" count="4" type="stmt"/>
|
|
@@ -965,58 +965,58 @@
|
|
|
965
965
|
<line num="214" count="1" type="stmt"/>
|
|
966
966
|
<line num="215" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
967
967
|
<line num="218" count="1" type="stmt"/>
|
|
968
|
-
<line num="233" count="
|
|
968
|
+
<line num="233" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
969
969
|
<line num="234" count="2" type="stmt"/>
|
|
970
970
|
<line num="235" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
971
971
|
<line num="236" count="1" type="stmt"/>
|
|
972
972
|
<line num="237" count="1" type="stmt"/>
|
|
973
|
-
<line num="241" count="
|
|
974
|
-
<line num="242" count="
|
|
975
|
-
<line num="244" count="
|
|
976
|
-
<line num="245" count="
|
|
977
|
-
<line num="252" count="
|
|
978
|
-
<line num="254" count="
|
|
979
|
-
<line num="255" count="
|
|
980
|
-
<line num="258" count="
|
|
981
|
-
<line num="259" count="
|
|
982
|
-
<line num="262" count="
|
|
983
|
-
<line num="269" count="
|
|
973
|
+
<line num="241" count="18" type="stmt"/>
|
|
974
|
+
<line num="242" count="18" type="stmt"/>
|
|
975
|
+
<line num="244" count="18" type="stmt"/>
|
|
976
|
+
<line num="245" count="18" type="stmt"/>
|
|
977
|
+
<line num="252" count="18" type="stmt"/>
|
|
978
|
+
<line num="254" count="8" type="stmt"/>
|
|
979
|
+
<line num="255" count="8" type="stmt"/>
|
|
980
|
+
<line num="258" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
981
|
+
<line num="259" count="8" type="stmt"/>
|
|
982
|
+
<line num="262" count="8" type="stmt"/>
|
|
983
|
+
<line num="269" count="8" type="stmt"/>
|
|
984
984
|
<line num="271" count="10" type="stmt"/>
|
|
985
985
|
<line num="273" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
986
986
|
<line num="274" count="10" type="stmt"/>
|
|
987
987
|
<line num="277" count="10" type="stmt"/>
|
|
988
988
|
<line num="282" count="10" type="stmt"/>
|
|
989
|
-
<line num="294" count="
|
|
990
|
-
<line num="295" count="
|
|
991
|
-
<line num="296" count="
|
|
989
|
+
<line num="294" count="18" type="stmt"/>
|
|
990
|
+
<line num="295" count="18" type="stmt"/>
|
|
991
|
+
<line num="296" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
992
992
|
<line num="297" count="10" type="stmt"/>
|
|
993
|
-
<line num="300" count="
|
|
994
|
-
<line num="301" count="
|
|
995
|
-
<line num="303" count="
|
|
996
|
-
<line num="314" count="
|
|
997
|
-
<line num="316" count="
|
|
993
|
+
<line num="300" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
994
|
+
<line num="301" count="8" type="cond" truecount="2" falsecount="1"/>
|
|
995
|
+
<line num="303" count="8" type="stmt"/>
|
|
996
|
+
<line num="314" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
997
|
+
<line num="316" count="8" type="cond" truecount="3" falsecount="0"/>
|
|
998
998
|
<line num="317" count="1" type="stmt"/>
|
|
999
|
-
<line num="320" count="
|
|
999
|
+
<line num="320" count="8" type="cond" truecount="2" falsecount="1"/>
|
|
1000
1000
|
<line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1001
|
-
<line num="324" count="
|
|
1001
|
+
<line num="324" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
1002
1002
|
<line num="325" count="0" type="stmt"/>
|
|
1003
|
-
<line num="329" count="
|
|
1004
|
-
<line num="330" count="
|
|
1005
|
-
<line num="331" count="
|
|
1006
|
-
<line num="333" count="
|
|
1007
|
-
<line num="334" count="
|
|
1008
|
-
<line num="336" count="
|
|
1009
|
-
<line num="337" count="
|
|
1010
|
-
<line num="342" count="
|
|
1003
|
+
<line num="329" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1004
|
+
<line num="330" count="8" type="stmt"/>
|
|
1005
|
+
<line num="331" count="8" type="stmt"/>
|
|
1006
|
+
<line num="333" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1007
|
+
<line num="334" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1008
|
+
<line num="336" count="8" type="stmt"/>
|
|
1009
|
+
<line num="337" count="8" type="stmt"/>
|
|
1010
|
+
<line num="342" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1011
1011
|
<line num="343" count="1" type="stmt"/>
|
|
1012
|
-
<line num="345" count="
|
|
1013
|
-
<line num="347" count="
|
|
1014
|
-
<line num="348" count="
|
|
1015
|
-
<line num="354" count="
|
|
1016
|
-
<line num="355" count="
|
|
1017
|
-
<line num="356" count="
|
|
1018
|
-
<line num="359" count="
|
|
1019
|
-
<line num="360" count="
|
|
1012
|
+
<line num="345" count="8" type="stmt"/>
|
|
1013
|
+
<line num="347" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1014
|
+
<line num="348" count="8" type="stmt"/>
|
|
1015
|
+
<line num="354" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
1016
|
+
<line num="355" count="17" type="stmt"/>
|
|
1017
|
+
<line num="356" count="17" type="stmt"/>
|
|
1018
|
+
<line num="359" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
1019
|
+
<line num="360" count="16" type="stmt"/>
|
|
1020
1020
|
<line num="363" count="1" type="stmt"/>
|
|
1021
1021
|
<line num="367" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1022
1022
|
<line num="368" count="1" type="stmt"/>
|
|
@@ -1056,7 +1056,7 @@
|
|
|
1056
1056
|
<line num="469" count="3" type="stmt"/>
|
|
1057
1057
|
<line num="476" count="1" type="stmt"/>
|
|
1058
1058
|
<line num="483" count="1" type="stmt"/>
|
|
1059
|
-
<line num="490" count="
|
|
1059
|
+
<line num="490" count="5" type="stmt"/>
|
|
1060
1060
|
<line num="497" count="3" type="stmt"/>
|
|
1061
1061
|
<line num="504" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1062
1062
|
<line num="512" count="2" type="stmt"/>
|
|
@@ -1070,16 +1070,32 @@
|
|
|
1070
1070
|
<line num="581" count="2" type="stmt"/>
|
|
1071
1071
|
<line num="588" count="2" type="stmt"/>
|
|
1072
1072
|
<line num="595" count="2" type="stmt"/>
|
|
1073
|
-
<line num="621" count="
|
|
1073
|
+
<line num="621" count="3" type="stmt"/>
|
|
1074
1074
|
<line num="642" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1075
1075
|
<line num="643" count="1" type="stmt"/>
|
|
1076
1076
|
<line num="648" count="1" type="stmt"/>
|
|
1077
1077
|
<line num="670" count="1" type="stmt"/>
|
|
1078
|
-
<line num="
|
|
1079
|
-
<line num="
|
|
1080
|
-
<line num="
|
|
1081
|
-
<line num="
|
|
1082
|
-
<line num="
|
|
1078
|
+
<line num="688" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1079
|
+
<line num="689" count="1" type="stmt"/>
|
|
1080
|
+
<line num="692" count="2" type="stmt"/>
|
|
1081
|
+
<line num="694" count="2" type="stmt"/>
|
|
1082
|
+
<line num="695" count="4" type="stmt"/>
|
|
1083
|
+
<line num="698" count="2" type="stmt"/>
|
|
1084
|
+
<line num="699" count="2" type="stmt"/>
|
|
1085
|
+
<line num="702" count="2" type="stmt"/>
|
|
1086
|
+
<line num="703" count="2" type="stmt"/>
|
|
1087
|
+
<line num="705" count="2" type="stmt"/>
|
|
1088
|
+
<line num="726" count="3" type="stmt"/>
|
|
1089
|
+
<line num="727" count="3" type="stmt"/>
|
|
1090
|
+
<line num="730" count="2" type="stmt"/>
|
|
1091
|
+
<line num="731" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
1092
|
+
<line num="732" count="0" type="stmt"/>
|
|
1093
|
+
<line num="737" count="2" type="stmt"/>
|
|
1094
|
+
<line num="744" count="1" type="stmt"/>
|
|
1095
|
+
<line num="745" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
1096
|
+
<line num="746" count="0" type="stmt"/>
|
|
1097
|
+
<line num="748" count="1" type="stmt"/>
|
|
1098
|
+
<line num="755" count="8" type="stmt"/>
|
|
1083
1099
|
</file>
|
|
1084
1100
|
</package>
|
|
1085
1101
|
<package name="src.state">
|
|
@@ -1089,23 +1105,23 @@
|
|
|
1089
1105
|
<line num="6" count="6" type="stmt"/>
|
|
1090
1106
|
<line num="8" count="6" type="stmt"/>
|
|
1091
1107
|
<line num="15" count="6" type="stmt"/>
|
|
1092
|
-
<line num="16" count="
|
|
1093
|
-
<line num="28" count="
|
|
1094
|
-
<line num="29" count="
|
|
1095
|
-
<line num="31" count="
|
|
1096
|
-
<line num="50" count="
|
|
1097
|
-
<line num="51" count="
|
|
1108
|
+
<line num="16" count="148" type="stmt"/>
|
|
1109
|
+
<line num="28" count="55" type="stmt"/>
|
|
1110
|
+
<line num="29" count="55" type="stmt"/>
|
|
1111
|
+
<line num="31" count="55" type="stmt"/>
|
|
1112
|
+
<line num="50" count="55" type="stmt"/>
|
|
1113
|
+
<line num="51" count="55" type="stmt"/>
|
|
1098
1114
|
<line num="58" count="11" type="stmt"/>
|
|
1099
|
-
<line num="65" count="
|
|
1100
|
-
<line num="66" count="
|
|
1115
|
+
<line num="65" count="47" type="stmt"/>
|
|
1116
|
+
<line num="66" count="47" type="cond" truecount="1" falsecount="0"/>
|
|
1101
1117
|
<line num="67" count="1" type="stmt"/>
|
|
1102
|
-
<line num="70" count="
|
|
1103
|
-
<line num="71" count="
|
|
1104
|
-
<line num="78" count="
|
|
1105
|
-
<line num="79" count="
|
|
1118
|
+
<line num="70" count="46" type="stmt"/>
|
|
1119
|
+
<line num="71" count="46" type="stmt"/>
|
|
1120
|
+
<line num="78" count="39" type="stmt"/>
|
|
1121
|
+
<line num="79" count="39" type="cond" truecount="1" falsecount="0"/>
|
|
1106
1122
|
<line num="80" count="1" type="stmt"/>
|
|
1107
|
-
<line num="83" count="
|
|
1108
|
-
<line num="84" count="
|
|
1123
|
+
<line num="83" count="38" type="stmt"/>
|
|
1124
|
+
<line num="84" count="38" type="stmt"/>
|
|
1109
1125
|
<line num="91" count="3" type="stmt"/>
|
|
1110
1126
|
<line num="92" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1111
1127
|
<line num="93" count="1" type="stmt"/>
|
|
@@ -1133,14 +1149,14 @@
|
|
|
1133
1149
|
<line num="157" count="1" type="stmt"/>
|
|
1134
1150
|
<line num="160" count="1" type="stmt"/>
|
|
1135
1151
|
<line num="161" count="1" type="stmt"/>
|
|
1136
|
-
<line num="168" count="
|
|
1137
|
-
<line num="169" count="
|
|
1152
|
+
<line num="168" count="33" type="stmt"/>
|
|
1153
|
+
<line num="169" count="33" type="cond" truecount="1" falsecount="0"/>
|
|
1138
1154
|
<line num="170" count="1" type="stmt"/>
|
|
1139
|
-
<line num="173" count="
|
|
1155
|
+
<line num="173" count="32" type="cond" truecount="3" falsecount="0"/>
|
|
1140
1156
|
<line num="174" count="2" type="stmt"/>
|
|
1141
|
-
<line num="177" count="
|
|
1157
|
+
<line num="177" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
1142
1158
|
<line num="178" count="3" type="stmt"/>
|
|
1143
|
-
<line num="181" count="
|
|
1159
|
+
<line num="181" count="27" type="stmt"/>
|
|
1144
1160
|
<line num="188" count="2" type="stmt"/>
|
|
1145
1161
|
<line num="195" count="2" type="stmt"/>
|
|
1146
1162
|
<line num="202" count="3" type="stmt"/>
|
|
@@ -1495,7 +1511,7 @@
|
|
|
1495
1511
|
<line num="9" count="5" type="stmt"/>
|
|
1496
1512
|
<line num="10" count="14" type="stmt"/>
|
|
1497
1513
|
<line num="11" count="5" type="stmt"/>
|
|
1498
|
-
<line num="12" count="
|
|
1514
|
+
<line num="12" count="102" type="stmt"/>
|
|
1499
1515
|
<line num="14" count="5" type="stmt"/>
|
|
1500
1516
|
</file>
|
|
1501
1517
|
<file name="health-check.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/utils/health-check.ts">
|
|
@@ -1505,8 +1521,8 @@
|
|
|
1505
1521
|
<line num="11" count="5" type="stmt"/>
|
|
1506
1522
|
<line num="12" count="5" type="stmt"/>
|
|
1507
1523
|
<line num="43" count="5" type="stmt"/>
|
|
1508
|
-
<line num="49" count="
|
|
1509
|
-
<line num="50" count="
|
|
1524
|
+
<line num="49" count="112" type="stmt"/>
|
|
1525
|
+
<line num="50" count="112" type="stmt"/>
|
|
1510
1526
|
<line num="68" count="21" type="stmt"/>
|
|
1511
1527
|
<line num="71" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
1512
1528
|
<line num="72" count="10" type="stmt"/>
|
|
@@ -1568,45 +1584,45 @@
|
|
|
1568
1584
|
<line num="10" count="6" type="stmt"/>
|
|
1569
1585
|
<line num="11" count="6" type="stmt"/>
|
|
1570
1586
|
<line num="41" count="6" type="stmt"/>
|
|
1571
|
-
<line num="48" count="
|
|
1572
|
-
<line num="49" count="
|
|
1573
|
-
<line num="50" count="
|
|
1574
|
-
<line num="51" count="
|
|
1587
|
+
<line num="48" count="228" type="cond" truecount="2" falsecount="0"/>
|
|
1588
|
+
<line num="49" count="228" type="cond" truecount="2" falsecount="0"/>
|
|
1589
|
+
<line num="50" count="228" type="cond" truecount="2" falsecount="0"/>
|
|
1590
|
+
<line num="51" count="228" type="stmt"/>
|
|
1575
1591
|
<line num="55" count="4" type="stmt"/>
|
|
1576
|
-
<line num="59" count="
|
|
1592
|
+
<line num="59" count="220" type="stmt"/>
|
|
1577
1593
|
<line num="63" count="1" type="stmt"/>
|
|
1578
1594
|
<line num="67" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1579
1595
|
<line num="77" count="18" type="stmt"/>
|
|
1580
1596
|
<line num="81" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1581
1597
|
<line num="91" count="2" type="stmt"/>
|
|
1582
|
-
<line num="95" count="
|
|
1598
|
+
<line num="95" count="245" type="cond" truecount="1" falsecount="0"/>
|
|
1583
1599
|
<line num="96" count="3" type="stmt"/>
|
|
1584
|
-
<line num="99" count="
|
|
1585
|
-
<line num="106" count="
|
|
1600
|
+
<line num="99" count="242" type="stmt"/>
|
|
1601
|
+
<line num="106" count="242" type="cond" truecount="1" falsecount="0"/>
|
|
1586
1602
|
<line num="108" count="17" type="stmt"/>
|
|
1587
|
-
<line num="111" count="
|
|
1603
|
+
<line num="111" count="242" type="cond" truecount="1" falsecount="0"/>
|
|
1588
1604
|
<line num="112" count="3" type="stmt"/>
|
|
1589
|
-
<line num="115" count="
|
|
1590
|
-
<line num="116" count="
|
|
1591
|
-
<line num="121" count="
|
|
1605
|
+
<line num="115" count="242" type="cond" truecount="1" falsecount="0"/>
|
|
1606
|
+
<line num="116" count="241" type="stmt"/>
|
|
1607
|
+
<line num="121" count="241" type="cond" truecount="1" falsecount="0"/>
|
|
1592
1608
|
<line num="123" count="1" type="stmt"/>
|
|
1593
1609
|
<line num="124" count="1" type="stmt"/>
|
|
1594
|
-
<line num="127" count="
|
|
1595
|
-
<line num="135" count="
|
|
1596
|
-
<line num="136" count="
|
|
1597
|
-
<line num="137" count="
|
|
1598
|
-
<line num="138" count="
|
|
1599
|
-
<line num="140" count="
|
|
1600
|
-
<line num="142" count="
|
|
1601
|
-
<line num="143" count="
|
|
1602
|
-
<line num="144" count="
|
|
1603
|
-
<line num="147" count="
|
|
1610
|
+
<line num="127" count="240" type="stmt"/>
|
|
1611
|
+
<line num="135" count="240" type="stmt"/>
|
|
1612
|
+
<line num="136" count="240" type="stmt"/>
|
|
1613
|
+
<line num="137" count="240" type="stmt"/>
|
|
1614
|
+
<line num="138" count="240" type="stmt"/>
|
|
1615
|
+
<line num="140" count="240" type="stmt"/>
|
|
1616
|
+
<line num="142" count="240" type="cond" truecount="3" falsecount="0"/>
|
|
1617
|
+
<line num="143" count="142" type="stmt"/>
|
|
1618
|
+
<line num="144" count="142" type="stmt"/>
|
|
1619
|
+
<line num="147" count="240" type="cond" truecount="1" falsecount="0"/>
|
|
1604
1620
|
<line num="148" count="17" type="stmt"/>
|
|
1605
1621
|
<line num="149" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
1606
1622
|
<line num="150" count="17" type="stmt"/>
|
|
1607
|
-
<line num="154" count="
|
|
1608
|
-
<line num="158" count="
|
|
1609
|
-
<line num="159" count="
|
|
1623
|
+
<line num="154" count="240" type="cond" truecount="5" falsecount="0"/>
|
|
1624
|
+
<line num="158" count="219" type="stmt"/>
|
|
1625
|
+
<line num="159" count="219" type="stmt"/>
|
|
1610
1626
|
<line num="162" count="1" type="stmt"/>
|
|
1611
1627
|
<line num="163" count="1" type="stmt"/>
|
|
1612
1628
|
<line num="167" count="20" type="stmt"/>
|
|
@@ -1618,25 +1634,25 @@
|
|
|
1618
1634
|
<file name="metrics.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/utils/metrics.ts">
|
|
1619
1635
|
<metrics statements="59" coveredstatements="58" conditionals="20" coveredconditionals="19" methods="14" coveredmethods="13"/>
|
|
1620
1636
|
<line num="47" count="5" type="stmt"/>
|
|
1621
|
-
<line num="48" count="
|
|
1622
|
-
<line num="49" count="
|
|
1623
|
-
<line num="50" count="
|
|
1624
|
-
<line num="51" count="
|
|
1625
|
-
<line num="52" count="
|
|
1626
|
-
<line num="53" count="
|
|
1627
|
-
<line num="54" count="
|
|
1628
|
-
<line num="55" count="
|
|
1629
|
-
<line num="56" count="
|
|
1630
|
-
<line num="57" count="
|
|
1631
|
-
<line num="58" count="
|
|
1632
|
-
<line num="59" count="
|
|
1633
|
-
<line num="63" count="
|
|
1634
|
-
<line num="70" count="
|
|
1635
|
-
<line num="71" count="
|
|
1637
|
+
<line num="48" count="110" type="stmt"/>
|
|
1638
|
+
<line num="49" count="110" type="stmt"/>
|
|
1639
|
+
<line num="50" count="110" type="stmt"/>
|
|
1640
|
+
<line num="51" count="110" type="stmt"/>
|
|
1641
|
+
<line num="52" count="110" type="stmt"/>
|
|
1642
|
+
<line num="53" count="110" type="stmt"/>
|
|
1643
|
+
<line num="54" count="110" type="stmt"/>
|
|
1644
|
+
<line num="55" count="110" type="stmt"/>
|
|
1645
|
+
<line num="56" count="110" type="stmt"/>
|
|
1646
|
+
<line num="57" count="110" type="stmt"/>
|
|
1647
|
+
<line num="58" count="110" type="stmt"/>
|
|
1648
|
+
<line num="59" count="110" type="stmt"/>
|
|
1649
|
+
<line num="63" count="110" type="stmt"/>
|
|
1650
|
+
<line num="70" count="1538" type="stmt"/>
|
|
1651
|
+
<line num="71" count="1538" type="cond" truecount="2" falsecount="0"/>
|
|
1636
1652
|
<line num="72" count="1523" type="stmt"/>
|
|
1637
|
-
<line num="74" count="
|
|
1638
|
-
<line num="76" count="
|
|
1639
|
-
<line num="79" count="
|
|
1653
|
+
<line num="74" count="15" type="stmt"/>
|
|
1654
|
+
<line num="76" count="1538" type="stmt"/>
|
|
1655
|
+
<line num="79" count="1538" type="cond" truecount="1" falsecount="0"/>
|
|
1640
1656
|
<line num="80" count="500" type="stmt"/>
|
|
1641
1657
|
<line num="88" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1642
1658
|
<line num="89" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1720,11 +1736,11 @@
|
|
|
1720
1736
|
<line num="21" count="2" type="stmt"/>
|
|
1721
1737
|
<line num="22" count="2" type="stmt"/>
|
|
1722
1738
|
<line num="26" count="5" type="stmt"/>
|
|
1723
|
-
<line num="30" count="
|
|
1724
|
-
<line num="53" count="
|
|
1725
|
-
<line num="55" count="
|
|
1726
|
-
<line num="56" count="
|
|
1727
|
-
<line num="57" count="
|
|
1739
|
+
<line num="30" count="103" type="stmt"/>
|
|
1740
|
+
<line num="53" count="28" type="stmt"/>
|
|
1741
|
+
<line num="55" count="28" type="stmt"/>
|
|
1742
|
+
<line num="56" count="41" type="stmt"/>
|
|
1743
|
+
<line num="57" count="41" type="stmt"/>
|
|
1728
1744
|
<line num="59" count="25" type="stmt"/>
|
|
1729
1745
|
<line num="60" count="25" type="stmt"/>
|
|
1730
1746
|
<line num="62" count="25" type="cond" truecount="1" falsecount="0"/>
|