@hazeljs/agent 0.3.0 → 0.3.1
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 +388 -303
- package/coverage/lcov-report/index.html +44 -29
- package/coverage/lcov.info +657 -459
- package/dist/a2a/a2a.server.d.ts +92 -0
- package/dist/a2a/a2a.server.d.ts.map +1 -0
- package/dist/a2a/a2a.server.js +278 -0
- package/dist/a2a/a2a.server.js.map +1 -0
- package/dist/a2a/a2a.types.d.ts +170 -0
- package/dist/a2a/a2a.types.d.ts.map +1 -0
- package/dist/a2a/a2a.types.js +12 -0
- package/dist/a2a/a2a.types.js.map +1 -0
- package/dist/a2a/agent-card.builder.d.ts +63 -0
- package/dist/a2a/agent-card.builder.d.ts.map +1 -0
- package/dist/a2a/agent-card.builder.js +101 -0
- package/dist/a2a/agent-card.builder.js.map +1 -0
- package/dist/decorators/tool.decorator.d.ts.map +1 -1
- package/dist/decorators/tool.decorator.js +1 -0
- package/dist/decorators/tool.decorator.js.map +1 -1
- package/dist/executor/agent.executor.d.ts.map +1 -1
- package/dist/executor/agent.executor.js +44 -9
- package/dist/executor/agent.executor.js.map +1 -1
- package/dist/executor/tool.executor.d.ts.map +1 -1
- package/dist/executor/tool.executor.js +24 -0
- package/dist/executor/tool.executor.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/registry/tool.registry.d.ts.map +1 -1
- package/dist/registry/tool.registry.js +16 -0
- package/dist/registry/tool.registry.js.map +1 -1
- package/dist/types/agent.types.d.ts +6 -0
- package/dist/types/agent.types.d.ts.map +1 -1
- package/dist/types/agent.types.js +1 -0
- package/dist/types/agent.types.js.map +1 -1
- package/dist/types/tool.types.d.ts +4 -0
- package/dist/types/tool.types.d.ts.map +1 -1
- package/dist/types/tool.types.js.map +1 -1
- package/logs/combined.log +1 -1
- package/package.json +9 -7
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/executor/agent.executor.streaming.d.ts +0 -13
- package/dist/executor/agent.executor.streaming.d.ts.map +0 -1
- package/dist/executor/agent.executor.streaming.js +0 -103
- package/dist/executor/agent.executor.streaming.js.map +0 -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="1774411654008" clover="3.2.0">
|
|
3
|
+
<project timestamp="1774411654008" name="All files">
|
|
4
|
+
<metrics statements="1778" coveredstatements="1595" conditionals="696" coveredconditionals="517" methods="340" coveredmethods="318" elements="2814" coveredelements="2430" complexity="0" loc="1778" ncloc="1778" packages="15" files="35" classes="35"/>
|
|
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">
|
|
@@ -34,6 +34,103 @@
|
|
|
34
34
|
<line num="156" count="12" type="stmt"/>
|
|
35
35
|
</file>
|
|
36
36
|
</package>
|
|
37
|
+
<package name="src.a2a">
|
|
38
|
+
<metrics statements="88" coveredstatements="82" conditionals="70" coveredconditionals="57" methods="15" coveredmethods="15"/>
|
|
39
|
+
<file name="a2a.server.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/a2a/a2a.server.ts">
|
|
40
|
+
<metrics statements="74" coveredstatements="68" conditionals="38" coveredconditionals="26" methods="10" coveredmethods="10"/>
|
|
41
|
+
<line num="66" count="1" type="stmt"/>
|
|
42
|
+
<line num="68" count="11" type="stmt"/>
|
|
43
|
+
<line num="70" count="11" type="stmt"/>
|
|
44
|
+
<line num="73" count="11" type="stmt"/>
|
|
45
|
+
<line num="74" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
46
|
+
<line num="87" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
47
|
+
<line num="89" count="15" type="stmt"/>
|
|
48
|
+
<line num="90" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
49
|
+
<line num="92" count="9" type="stmt"/>
|
|
50
|
+
<line num="99" count="3" type="stmt"/>
|
|
51
|
+
<line num="106" count="2" type="stmt"/>
|
|
52
|
+
<line num="113" count="1" type="stmt"/>
|
|
53
|
+
<line num="120" count="5" type="stmt"/>
|
|
54
|
+
<line num="136" count="9" type="stmt"/>
|
|
55
|
+
<line num="137" count="9" type="stmt"/>
|
|
56
|
+
<line num="140" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
57
|
+
<line num="141" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
58
|
+
<line num="142" count="1" type="stmt"/>
|
|
59
|
+
<line num="146" count="8" type="stmt"/>
|
|
60
|
+
<line num="153" count="8" type="stmt"/>
|
|
61
|
+
<line num="156" count="8" type="stmt"/>
|
|
62
|
+
<line num="159" count="8" type="stmt"/>
|
|
63
|
+
<line num="164" count="7" type="stmt"/>
|
|
64
|
+
<line num="167" count="6" type="stmt"/>
|
|
65
|
+
<line num="172" count="6" type="stmt"/>
|
|
66
|
+
<line num="177" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
67
|
+
<line num="179" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
68
|
+
<line num="180" count="6" type="stmt"/>
|
|
69
|
+
<line num="188" count="6" type="stmt"/>
|
|
70
|
+
<line num="196" count="3" type="stmt"/>
|
|
71
|
+
<line num="197" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
72
|
+
<line num="198" count="1" type="stmt"/>
|
|
73
|
+
<line num="202" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
74
|
+
<line num="203" count="1" type="stmt"/>
|
|
75
|
+
<line num="204" count="1" type="stmt"/>
|
|
76
|
+
<line num="205" count="1" type="stmt"/>
|
|
77
|
+
<line num="208" count="1" type="stmt"/>
|
|
78
|
+
<line num="216" count="2" type="stmt"/>
|
|
79
|
+
<line num="217" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
80
|
+
<line num="218" count="1" type="stmt"/>
|
|
81
|
+
<line num="222" count="1" type="stmt"/>
|
|
82
|
+
<line num="223" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
83
|
+
<line num="224" count="1" type="stmt"/>
|
|
84
|
+
<line num="227" count="1" type="stmt"/>
|
|
85
|
+
<line num="228" count="1" type="stmt"/>
|
|
86
|
+
<line num="251" count="1" type="stmt"/>
|
|
87
|
+
<line num="252" count="1" type="stmt"/>
|
|
88
|
+
<line num="254" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
89
|
+
<line num="255" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
90
|
+
<line num="256" count="0" type="stmt"/>
|
|
91
|
+
<line num="260" count="1" type="stmt"/>
|
|
92
|
+
<line num="267" count="1" type="stmt"/>
|
|
93
|
+
<line num="270" count="1" type="stmt"/>
|
|
94
|
+
<line num="276" count="1" type="stmt"/>
|
|
95
|
+
<line num="277" count="1" type="stmt"/>
|
|
96
|
+
<line num="283" count="1" type="stmt"/>
|
|
97
|
+
<line num="287" count="1" type="stmt"/>
|
|
98
|
+
<line num="290" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
99
|
+
<line num="291" count="1" type="stmt"/>
|
|
100
|
+
<line num="304" count="1" type="stmt"/>
|
|
101
|
+
<line num="305" count="1" type="stmt"/>
|
|
102
|
+
<line num="310" count="1" type="stmt"/>
|
|
103
|
+
<line num="315" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
104
|
+
<line num="317" count="1" type="stmt"/>
|
|
105
|
+
<line num="328" count="10" type="stmt"/>
|
|
106
|
+
<line num="329" count="10" type="stmt"/>
|
|
107
|
+
<line num="330" count="10" type="stmt"/>
|
|
108
|
+
<line num="335" count="7" type="cond" truecount="1" falsecount="6"/>
|
|
109
|
+
<line num="337" count="7" type="stmt"/>
|
|
110
|
+
<line num="339" count="0" type="stmt"/>
|
|
111
|
+
<line num="341" count="0" type="stmt"/>
|
|
112
|
+
<line num="343" count="0" type="stmt"/>
|
|
113
|
+
<line num="346" count="0" type="stmt"/>
|
|
114
|
+
<line num="348" count="0" type="stmt"/>
|
|
115
|
+
</file>
|
|
116
|
+
<file name="agent-card.builder.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/a2a/agent-card.builder.ts">
|
|
117
|
+
<metrics statements="14" coveredstatements="14" conditionals="32" coveredconditionals="31" methods="5" coveredmethods="5"/>
|
|
118
|
+
<line num="55" count="1" type="stmt"/>
|
|
119
|
+
<line num="56" count="4" type="stmt"/>
|
|
120
|
+
<line num="60" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
121
|
+
<line num="62" count="4" type="stmt"/>
|
|
122
|
+
<line num="63" count="3" type="stmt"/>
|
|
123
|
+
<line num="64" count="3" type="stmt"/>
|
|
124
|
+
<line num="66" count="3" type="stmt"/>
|
|
125
|
+
<line num="69" count="4" type="stmt"/>
|
|
126
|
+
<line num="92" count="1" type="stmt"/>
|
|
127
|
+
<line num="97" count="1" type="stmt"/>
|
|
128
|
+
<line num="99" count="1" type="stmt"/>
|
|
129
|
+
<line num="128" count="4" type="stmt"/>
|
|
130
|
+
<line num="130" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
131
|
+
<line num="136" count="4" type="stmt"/>
|
|
132
|
+
</file>
|
|
133
|
+
</package>
|
|
37
134
|
<package name="src.context">
|
|
38
135
|
<metrics statements="30" coveredstatements="30" conditionals="12" coveredconditionals="11" methods="7" coveredmethods="7"/>
|
|
39
136
|
<file name="agent.context.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/context/agent.context.ts">
|
|
@@ -118,18 +215,18 @@
|
|
|
118
215
|
<line num="16" count="17" type="stmt"/>
|
|
119
216
|
<line num="17" count="17" type="stmt"/>
|
|
120
217
|
<line num="19" count="17" type="stmt"/>
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="38" count="17" type="stmt"/>
|
|
218
|
+
<line num="35" count="17" type="stmt"/>
|
|
219
|
+
<line num="37" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
220
|
+
<line num="38" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
125
221
|
<line num="39" count="17" type="stmt"/>
|
|
126
|
-
<line num="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="50" count="
|
|
129
|
-
<line num="
|
|
130
|
-
<line num="57" count="
|
|
131
|
-
<line num="
|
|
132
|
-
<line num="64" count="
|
|
222
|
+
<line num="40" count="17" type="stmt"/>
|
|
223
|
+
<line num="43" count="17" type="stmt"/>
|
|
224
|
+
<line num="50" count="6" type="stmt"/>
|
|
225
|
+
<line num="51" count="14" type="stmt"/>
|
|
226
|
+
<line num="57" count="6" type="stmt"/>
|
|
227
|
+
<line num="58" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
228
|
+
<line num="64" count="6" type="stmt"/>
|
|
229
|
+
<line num="65" count="0" type="stmt"/>
|
|
133
230
|
</file>
|
|
134
231
|
</package>
|
|
135
232
|
<package name="src.errors">
|
|
@@ -195,49 +292,9 @@
|
|
|
195
292
|
</file>
|
|
196
293
|
</package>
|
|
197
294
|
<package name="src.executor">
|
|
198
|
-
<metrics statements="
|
|
199
|
-
<file name="agent.executor.streaming.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/executor/agent.executor.streaming.ts">
|
|
200
|
-
<metrics statements="37" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
201
|
-
<line num="6" count="0" type="stmt"/>
|
|
202
|
-
<line num="8" count="0" type="stmt"/>
|
|
203
|
-
<line num="9" count="0" type="stmt"/>
|
|
204
|
-
<line num="16" count="0" type="stmt"/>
|
|
205
|
-
<line num="23" count="0" type="stmt"/>
|
|
206
|
-
<line num="24" count="0" type="stmt"/>
|
|
207
|
-
<line num="26" count="0" type="stmt"/>
|
|
208
|
-
<line num="35" count="0" type="stmt"/>
|
|
209
|
-
<line num="40" count="0" type="stmt"/>
|
|
210
|
-
<line num="41" count="0" type="stmt"/>
|
|
211
|
-
<line num="44" count="0" type="stmt"/>
|
|
212
|
-
<line num="45" count="0" type="stmt"/>
|
|
213
|
-
<line num="46" count="0" type="stmt"/>
|
|
214
|
-
<line num="51" count="0" type="stmt"/>
|
|
215
|
-
<line num="56" count="0" type="stmt"/>
|
|
216
|
-
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
217
|
-
<line num="59" count="0" type="stmt"/>
|
|
218
|
-
<line num="62" count="0" type="stmt"/>
|
|
219
|
-
<line num="63" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
220
|
-
<line num="64" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
221
|
-
<line num="65" count="0" type="stmt"/>
|
|
222
|
-
<line num="67" count="0" type="stmt"/>
|
|
223
|
-
<line num="72" count="0" type="stmt"/>
|
|
224
|
-
<line num="76" count="0" type="stmt"/>
|
|
225
|
-
<line num="77" count="0" type="stmt"/>
|
|
226
|
-
<line num="83" count="0" type="stmt"/>
|
|
227
|
-
<line num="84" count="0" type="stmt"/>
|
|
228
|
-
<line num="88" count="0" type="stmt"/>
|
|
229
|
-
<line num="89" count="0" type="stmt"/>
|
|
230
|
-
<line num="95" count="0" type="stmt"/>
|
|
231
|
-
<line num="97" count="0" type="stmt"/>
|
|
232
|
-
<line num="104" count="0" type="stmt"/>
|
|
233
|
-
<line num="106" count="0" type="stmt"/>
|
|
234
|
-
<line num="107" count="0" type="stmt"/>
|
|
235
|
-
<line num="108" count="0" type="stmt"/>
|
|
236
|
-
<line num="110" count="0" type="stmt"/>
|
|
237
|
-
<line num="116" count="0" type="stmt"/>
|
|
238
|
-
</file>
|
|
295
|
+
<metrics statements="380" coveredstatements="303" conditionals="134" coveredconditionals="86" methods="32" coveredmethods="28"/>
|
|
239
296
|
<file name="agent.executor.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/executor/agent.executor.ts">
|
|
240
|
-
<metrics statements="
|
|
297
|
+
<metrics statements="262" coveredstatements="195" conditionals="94" coveredconditionals="51" methods="17" coveredmethods="13"/>
|
|
241
298
|
<line num="6" count="5" type="stmt"/>
|
|
242
299
|
<line num="7" count="5" type="stmt"/>
|
|
243
300
|
<line num="21" count="5" type="stmt"/>
|
|
@@ -368,7 +425,7 @@
|
|
|
368
425
|
<line num="367" count="13" type="stmt"/>
|
|
369
426
|
<line num="368" count="13" type="stmt"/>
|
|
370
427
|
<line num="369" count="9" type="stmt"/>
|
|
371
|
-
<line num="371" count="9" type="cond" truecount="3" falsecount="
|
|
428
|
+
<line num="371" count="9" type="cond" truecount="3" falsecount="4"/>
|
|
372
429
|
<line num="373" count="1" type="stmt"/>
|
|
373
430
|
<line num="374" count="1" type="stmt"/>
|
|
374
431
|
<line num="375" count="1" type="stmt"/>
|
|
@@ -381,116 +438,128 @@
|
|
|
381
438
|
<line num="393" count="0" type="stmt"/>
|
|
382
439
|
<line num="394" count="0" type="stmt"/>
|
|
383
440
|
<line num="397" count="0" type="stmt"/>
|
|
384
|
-
<line num="398" count="0" type="
|
|
385
|
-
<line num="
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
389
|
-
<line num="
|
|
390
|
-
<line num="419" count="
|
|
391
|
-
<line num="
|
|
392
|
-
<line num="
|
|
393
|
-
<line num="
|
|
394
|
-
<line num="
|
|
395
|
-
<line num="
|
|
396
|
-
<line num="
|
|
397
|
-
<line num="
|
|
398
|
-
<line num="
|
|
399
|
-
<line num="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
441
|
+
<line num="398" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
442
|
+
<line num="399" count="0" type="stmt"/>
|
|
443
|
+
<line num="401" count="0" type="stmt"/>
|
|
444
|
+
<line num="410" count="0" type="stmt"/>
|
|
445
|
+
<line num="411" count="0" type="stmt"/>
|
|
446
|
+
<line num="412" count="0" type="stmt"/>
|
|
447
|
+
<line num="419" count="0" type="stmt"/>
|
|
448
|
+
<line num="422" count="0" type="stmt"/>
|
|
449
|
+
<line num="423" count="0" type="stmt"/>
|
|
450
|
+
<line num="427" count="0" type="stmt"/>
|
|
451
|
+
<line num="430" count="0" type="stmt"/>
|
|
452
|
+
<line num="433" count="9" type="stmt"/>
|
|
453
|
+
<line num="435" count="9" type="stmt"/>
|
|
454
|
+
<line num="442" count="9" type="stmt"/>
|
|
455
|
+
<line num="444" count="4" type="stmt"/>
|
|
456
|
+
<line num="445" count="4" type="stmt"/>
|
|
457
|
+
<line num="446" count="4" type="stmt"/>
|
|
458
|
+
<line num="448" count="4" type="stmt"/>
|
|
459
|
+
<line num="454" count="4" type="stmt"/>
|
|
460
|
+
<line num="467" count="3" type="stmt"/>
|
|
461
|
+
<line num="468" count="3" type="stmt"/>
|
|
404
462
|
<line num="470" count="3" type="stmt"/>
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="
|
|
407
|
-
<line num="
|
|
408
|
-
<line num="481" count="3" type="stmt"/>
|
|
409
|
-
<line num="483" count="3" type="stmt"/>
|
|
410
|
-
<line num="484" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
411
|
-
<line num="485" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
412
|
-
<line num="486" count="3" type="stmt"/>
|
|
463
|
+
<line num="479" count="3" type="stmt"/>
|
|
464
|
+
<line num="484" count="3" type="stmt"/>
|
|
465
|
+
<line num="485" count="3" type="stmt"/>
|
|
413
466
|
<line num="488" count="3" type="stmt"/>
|
|
467
|
+
<line num="489" count="3" type="stmt"/>
|
|
414
468
|
<line num="490" count="3" type="stmt"/>
|
|
415
|
-
<line num="495" count="
|
|
416
|
-
<line num="
|
|
417
|
-
<line num="
|
|
418
|
-
<line num="
|
|
419
|
-
<line num="506" count="
|
|
420
|
-
<line num="
|
|
421
|
-
<line num="
|
|
422
|
-
<line num="
|
|
423
|
-
<line num="
|
|
424
|
-
<line num="
|
|
425
|
-
<line num="
|
|
426
|
-
<line num="
|
|
427
|
-
<line num="
|
|
428
|
-
<line num="
|
|
429
|
-
<line num="
|
|
430
|
-
<line num="
|
|
431
|
-
<line num="
|
|
432
|
-
<line num="
|
|
433
|
-
<line num="
|
|
434
|
-
<line num="
|
|
435
|
-
<line num="
|
|
436
|
-
<line num="
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="
|
|
439
|
-
<line num="
|
|
440
|
-
<line num="
|
|
441
|
-
<line num="
|
|
442
|
-
<line num="
|
|
443
|
-
<line num="
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="
|
|
448
|
-
<line num="
|
|
449
|
-
<line num="
|
|
450
|
-
<line num="593" count="0" type="stmt"/>
|
|
451
|
-
<line num="596" count="0" type="stmt"/>
|
|
469
|
+
<line num="495" count="3" type="stmt"/>
|
|
470
|
+
<line num="500" count="3" type="stmt"/>
|
|
471
|
+
<line num="502" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
472
|
+
<line num="503" count="3" type="stmt"/>
|
|
473
|
+
<line num="506" count="3" type="stmt"/>
|
|
474
|
+
<line num="508" count="3" type="stmt"/>
|
|
475
|
+
<line num="509" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
476
|
+
<line num="510" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
477
|
+
<line num="511" count="3" type="stmt"/>
|
|
478
|
+
<line num="513" count="3" type="stmt"/>
|
|
479
|
+
<line num="515" count="3" type="stmt"/>
|
|
480
|
+
<line num="520" count="2" type="stmt"/>
|
|
481
|
+
<line num="524" count="2" type="stmt"/>
|
|
482
|
+
<line num="525" count="2" type="stmt"/>
|
|
483
|
+
<line num="529" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
484
|
+
<line num="531" count="0" type="stmt"/>
|
|
485
|
+
<line num="532" count="0" type="stmt"/>
|
|
486
|
+
<line num="536" count="0" type="stmt"/>
|
|
487
|
+
<line num="537" count="0" type="stmt"/>
|
|
488
|
+
<line num="543" count="0" type="stmt"/>
|
|
489
|
+
<line num="547" count="0" type="stmt"/>
|
|
490
|
+
<line num="548" count="0" type="stmt"/>
|
|
491
|
+
<line num="554" count="2" type="stmt"/>
|
|
492
|
+
<line num="556" count="2" type="stmt"/>
|
|
493
|
+
<line num="563" count="2" type="stmt"/>
|
|
494
|
+
<line num="565" count="1" type="stmt"/>
|
|
495
|
+
<line num="566" count="1" type="stmt"/>
|
|
496
|
+
<line num="567" count="1" type="stmt"/>
|
|
497
|
+
<line num="569" count="1" type="stmt"/>
|
|
498
|
+
<line num="575" count="1" type="stmt"/>
|
|
499
|
+
<line num="586" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
500
|
+
<line num="587" count="6" type="stmt"/>
|
|
501
|
+
<line num="595" count="8" type="stmt"/>
|
|
502
|
+
<line num="596" count="8" type="stmt"/>
|
|
503
|
+
<line num="597" count="8" type="stmt"/>
|
|
452
504
|
<line num="602" count="8" type="stmt"/>
|
|
453
|
-
<line num="
|
|
454
|
-
<line num="
|
|
455
|
-
<line num="
|
|
456
|
-
<line num="
|
|
457
|
-
<line num="
|
|
458
|
-
<line num="
|
|
459
|
-
<line num="
|
|
460
|
-
<line num="
|
|
461
|
-
<line num="
|
|
462
|
-
<line num="
|
|
505
|
+
<line num="607" count="8" type="stmt"/>
|
|
506
|
+
<line num="608" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
507
|
+
<line num="610" count="8" type="stmt"/>
|
|
508
|
+
<line num="611" count="8" type="cond" truecount="1" falsecount="2"/>
|
|
509
|
+
<line num="612" count="0" type="stmt"/>
|
|
510
|
+
<line num="613" count="0" type="stmt"/>
|
|
511
|
+
<line num="614" count="0" type="stmt"/>
|
|
512
|
+
<line num="615" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
513
|
+
<line num="616" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
514
|
+
<line num="617" count="0" type="stmt"/>
|
|
515
|
+
<line num="618" count="0" type="stmt"/>
|
|
516
|
+
<line num="621" count="0" type="stmt"/>
|
|
517
|
+
<line num="627" count="8" type="stmt"/>
|
|
518
|
+
<line num="629" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
519
|
+
<line num="631" count="1" type="stmt"/>
|
|
520
|
+
<line num="632" count="1" type="stmt"/>
|
|
521
|
+
<line num="634" count="1" type="stmt"/>
|
|
522
|
+
<line num="635" count="1" type="stmt"/>
|
|
523
|
+
<line num="637" count="0" type="stmt"/>
|
|
463
524
|
<line num="643" count="1" type="stmt"/>
|
|
464
|
-
<line num="
|
|
465
|
-
<line num="
|
|
466
|
-
<line num="
|
|
467
|
-
<line num="
|
|
468
|
-
<line num="
|
|
469
|
-
<line num="
|
|
470
|
-
<line num="
|
|
471
|
-
<line num="
|
|
472
|
-
<line num="
|
|
473
|
-
<line num="
|
|
474
|
-
<line num="
|
|
475
|
-
<line num="
|
|
476
|
-
<line num="
|
|
477
|
-
<line num="
|
|
478
|
-
<line num="
|
|
479
|
-
<line num="715" count="
|
|
480
|
-
<line num="
|
|
481
|
-
<line num="
|
|
482
|
-
<line num="
|
|
483
|
-
<line num="
|
|
484
|
-
<line num="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="
|
|
487
|
-
<line num="
|
|
488
|
-
<line num="
|
|
489
|
-
<line num="
|
|
490
|
-
<line num="
|
|
525
|
+
<line num="647" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
526
|
+
<line num="648" count="1" type="stmt"/>
|
|
527
|
+
<line num="659" count="0" type="stmt"/>
|
|
528
|
+
<line num="668" count="3" type="stmt"/>
|
|
529
|
+
<line num="672" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
530
|
+
<line num="673" count="4" type="stmt"/>
|
|
531
|
+
<line num="684" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
532
|
+
<line num="685" count="1" type="stmt"/>
|
|
533
|
+
<line num="691" count="2" type="stmt"/>
|
|
534
|
+
<line num="692" count="2" type="stmt"/>
|
|
535
|
+
<line num="694" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
536
|
+
<line num="695" count="1" type="stmt"/>
|
|
537
|
+
<line num="701" count="1" type="stmt"/>
|
|
538
|
+
<line num="712" count="1" type="stmt"/>
|
|
539
|
+
<line num="713" count="1" type="stmt"/>
|
|
540
|
+
<line num="715" count="1" type="stmt"/>
|
|
541
|
+
<line num="732" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
542
|
+
<line num="733" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
543
|
+
<line num="735" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
544
|
+
<line num="739" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
545
|
+
<line num="740" count="4" type="stmt"/>
|
|
546
|
+
<line num="749" count="9" type="stmt"/>
|
|
547
|
+
<line num="752" count="13" type="stmt"/>
|
|
548
|
+
<line num="757" count="13" type="stmt"/>
|
|
549
|
+
<line num="767" count="4" type="stmt"/>
|
|
550
|
+
<line num="768" count="4" type="stmt"/>
|
|
551
|
+
<line num="769" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
552
|
+
<line num="770" count="3" type="stmt"/>
|
|
553
|
+
<line num="773" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
554
|
+
<line num="774" count="1" type="stmt"/>
|
|
555
|
+
<line num="775" count="1" type="stmt"/>
|
|
556
|
+
<line num="780" count="1" type="stmt"/>
|
|
557
|
+
<line num="782" count="1" type="stmt"/>
|
|
558
|
+
<line num="789" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
559
|
+
<line num="790" count="72" type="stmt"/>
|
|
491
560
|
</file>
|
|
492
561
|
<file name="tool.executor.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/executor/tool.executor.ts">
|
|
493
|
-
<metrics statements="
|
|
562
|
+
<metrics statements="118" coveredstatements="108" conditionals="40" coveredconditionals="35" methods="15" coveredmethods="15"/>
|
|
494
563
|
<line num="6" count="6" type="stmt"/>
|
|
495
564
|
<line num="7" count="6" type="stmt"/>
|
|
496
565
|
<line num="14" count="6" type="stmt"/>
|
|
@@ -507,97 +576,108 @@
|
|
|
507
576
|
<line num="63" count="14" type="stmt"/>
|
|
508
577
|
<line num="65" count="14" type="stmt"/>
|
|
509
578
|
<line num="70" count="14" type="stmt"/>
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
512
|
-
<line num="
|
|
513
|
-
<line num="
|
|
514
|
-
<line num="
|
|
515
|
-
<line num="
|
|
516
|
-
<line num="78" count="
|
|
517
|
-
<line num="
|
|
518
|
-
<line num="
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="
|
|
522
|
-
<line num="
|
|
523
|
-
<line num="100" count="
|
|
524
|
-
<line num="101" count="
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
528
|
-
<line num="
|
|
529
|
-
<line num="
|
|
530
|
-
<line num="
|
|
531
|
-
<line num="
|
|
532
|
-
<line num="
|
|
533
|
-
<line num="
|
|
534
|
-
<line num="
|
|
535
|
-
<line num="
|
|
536
|
-
<line num="
|
|
537
|
-
<line num="
|
|
538
|
-
<line num="
|
|
539
|
-
<line num="
|
|
540
|
-
<line num="
|
|
541
|
-
<line num="
|
|
542
|
-
<line num="
|
|
543
|
-
<line num="
|
|
544
|
-
<line num="
|
|
545
|
-
<line num="
|
|
546
|
-
<line num="
|
|
547
|
-
<line num="
|
|
548
|
-
<line num="
|
|
549
|
-
<line num="
|
|
550
|
-
<line num="
|
|
551
|
-
<line num="
|
|
552
|
-
<line num="
|
|
579
|
+
<line num="72" count="14" type="cond" truecount="0" falsecount="1"/>
|
|
580
|
+
<line num="73" count="0" type="stmt"/>
|
|
581
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
582
|
+
<line num="75" count="0" type="stmt"/>
|
|
583
|
+
<line num="76" count="0" type="stmt"/>
|
|
584
|
+
<line num="77" count="0" type="stmt"/>
|
|
585
|
+
<line num="78" count="0" type="stmt"/>
|
|
586
|
+
<line num="80" count="0" type="stmt"/>
|
|
587
|
+
<line num="87" count="0" type="stmt"/>
|
|
588
|
+
<line num="94" count="0" type="stmt"/>
|
|
589
|
+
<line num="95" count="0" type="stmt"/>
|
|
590
|
+
<line num="98" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
591
|
+
<line num="99" count="4" type="stmt"/>
|
|
592
|
+
<line num="100" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
593
|
+
<line num="101" count="1" type="stmt"/>
|
|
594
|
+
<line num="102" count="1" type="stmt"/>
|
|
595
|
+
<line num="103" count="1" type="stmt"/>
|
|
596
|
+
<line num="105" count="1" type="stmt"/>
|
|
597
|
+
<line num="112" count="1" type="stmt"/>
|
|
598
|
+
<line num="118" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
599
|
+
<line num="119" count="1" type="stmt"/>
|
|
600
|
+
<line num="123" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
601
|
+
<line num="124" count="5" type="stmt"/>
|
|
602
|
+
<line num="125" count="5" type="stmt"/>
|
|
603
|
+
<line num="127" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
604
|
+
<line num="128" count="3" type="stmt"/>
|
|
605
|
+
<line num="130" count="3" type="stmt"/>
|
|
606
|
+
<line num="136" count="3" type="stmt"/>
|
|
607
|
+
<line num="143" count="2" type="stmt"/>
|
|
608
|
+
<line num="144" count="2" type="stmt"/>
|
|
609
|
+
<line num="151" count="10" type="stmt"/>
|
|
610
|
+
<line num="153" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
611
|
+
<line num="155" count="7" type="stmt"/>
|
|
612
|
+
<line num="156" count="7" type="stmt"/>
|
|
613
|
+
<line num="157" count="7" type="stmt"/>
|
|
614
|
+
<line num="159" count="7" type="stmt"/>
|
|
615
|
+
<line num="166" count="7" type="stmt"/>
|
|
616
|
+
<line num="172" count="3" type="stmt"/>
|
|
617
|
+
<line num="173" count="3" type="stmt"/>
|
|
618
|
+
<line num="174" count="3" type="stmt"/>
|
|
619
|
+
<line num="176" count="3" type="stmt"/>
|
|
620
|
+
<line num="183" count="3" type="stmt"/>
|
|
621
|
+
<line num="189" count="14" type="stmt"/>
|
|
622
|
+
<line num="203" count="10" type="stmt"/>
|
|
623
|
+
<line num="204" count="11" type="stmt"/>
|
|
624
|
+
<line num="205" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
553
625
|
<line num="206" count="11" type="stmt"/>
|
|
554
|
-
<line num="207" count="
|
|
555
|
-
<line num="
|
|
556
|
-
<line num="
|
|
557
|
-
<line num="
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="
|
|
560
|
-
<line num="
|
|
561
|
-
<line num="
|
|
562
|
-
<line num="
|
|
563
|
-
<line num="
|
|
564
|
-
<line num="
|
|
565
|
-
<line num="242" count="
|
|
566
|
-
<line num="
|
|
567
|
-
<line num="
|
|
568
|
-
<line num="
|
|
569
|
-
<line num="
|
|
570
|
-
<line num="
|
|
571
|
-
<line num="
|
|
572
|
-
<line num="
|
|
573
|
-
<line num="
|
|
574
|
-
<line num="
|
|
575
|
-
<line num="
|
|
576
|
-
<line num="
|
|
577
|
-
<line num="
|
|
578
|
-
<line num="
|
|
579
|
-
<line num="
|
|
580
|
-
<line num="
|
|
581
|
-
<line num="
|
|
582
|
-
<line num="
|
|
583
|
-
<line num="
|
|
584
|
-
<line num="
|
|
585
|
-
<line num="
|
|
586
|
-
<line num="
|
|
587
|
-
<line num="
|
|
588
|
-
<line num="
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="
|
|
591
|
-
<line num="
|
|
592
|
-
<line num="
|
|
593
|
-
<line num="
|
|
594
|
-
<line num="
|
|
595
|
-
<line num="
|
|
596
|
-
<line num="
|
|
597
|
-
<line num="
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="
|
|
600
|
-
<line num="
|
|
626
|
+
<line num="207" count="7" type="stmt"/>
|
|
627
|
+
<line num="209" count="4" type="stmt"/>
|
|
628
|
+
<line num="211" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
629
|
+
<line num="212" count="1" type="stmt"/>
|
|
630
|
+
<line num="217" count="3" type="stmt"/>
|
|
631
|
+
<line num="229" count="11" type="stmt"/>
|
|
632
|
+
<line num="230" count="11" type="stmt"/>
|
|
633
|
+
<line num="233" count="11" type="stmt"/>
|
|
634
|
+
<line num="234" count="4" type="stmt"/>
|
|
635
|
+
<line num="240" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
636
|
+
<line num="241" count="3" type="stmt"/>
|
|
637
|
+
<line num="242" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
638
|
+
<line num="243" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
639
|
+
<line num="245" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
640
|
+
<line num="248" count="5" type="stmt"/>
|
|
641
|
+
<line num="250" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
642
|
+
<line num="251" count="11" type="stmt"/>
|
|
643
|
+
<line num="266" count="5" type="stmt"/>
|
|
644
|
+
<line num="267" count="5" type="stmt"/>
|
|
645
|
+
<line num="269" count="5" type="stmt"/>
|
|
646
|
+
<line num="280" count="5" type="stmt"/>
|
|
647
|
+
<line num="282" count="5" type="stmt"/>
|
|
648
|
+
<line num="288" count="5" type="stmt"/>
|
|
649
|
+
<line num="289" count="5" type="stmt"/>
|
|
650
|
+
<line num="290" count="1" type="stmt"/>
|
|
651
|
+
<line num="291" count="1" type="cond" truecount="3" falsecount="0"/>
|
|
652
|
+
<line num="292" count="1" type="stmt"/>
|
|
653
|
+
<line num="293" count="1" type="stmt"/>
|
|
654
|
+
<line num="294" count="1" type="stmt"/>
|
|
655
|
+
<line num="295" count="1" type="stmt"/>
|
|
656
|
+
<line num="299" count="5" type="stmt"/>
|
|
657
|
+
<line num="302" count="5" type="stmt"/>
|
|
658
|
+
<line num="309" count="4" type="stmt"/>
|
|
659
|
+
<line num="310" count="4" type="stmt"/>
|
|
660
|
+
<line num="311" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
661
|
+
<line num="312" count="2" type="stmt"/>
|
|
662
|
+
<line num="313" count="2" type="stmt"/>
|
|
663
|
+
<line num="314" count="2" type="stmt"/>
|
|
664
|
+
<line num="315" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
665
|
+
<line num="316" count="2" type="stmt"/>
|
|
666
|
+
<line num="317" count="2" type="stmt"/>
|
|
667
|
+
<line num="318" count="2" type="stmt"/>
|
|
668
|
+
<line num="326" count="4" type="stmt"/>
|
|
669
|
+
<line num="327" count="4" type="stmt"/>
|
|
670
|
+
<line num="328" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
671
|
+
<line num="329" count="2" type="stmt"/>
|
|
672
|
+
<line num="330" count="2" type="stmt"/>
|
|
673
|
+
<line num="331" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
674
|
+
<line num="332" count="2" type="stmt"/>
|
|
675
|
+
<line num="333" count="2" type="stmt"/>
|
|
676
|
+
<line num="334" count="2" type="stmt"/>
|
|
677
|
+
<line num="342" count="10" type="stmt"/>
|
|
678
|
+
<line num="349" count="35" type="cond" truecount="1" falsecount="0"/>
|
|
679
|
+
<line num="350" count="35" type="stmt"/>
|
|
680
|
+
<line num="358" count="1" type="stmt"/>
|
|
601
681
|
</file>
|
|
602
682
|
</package>
|
|
603
683
|
<package name="src.graph">
|
|
@@ -790,7 +870,7 @@
|
|
|
790
870
|
</file>
|
|
791
871
|
</package>
|
|
792
872
|
<package name="src.registry">
|
|
793
|
-
<metrics statements="
|
|
873
|
+
<metrics statements="81" coveredstatements="76" conditionals="17" coveredconditionals="10" methods="25" coveredmethods="24"/>
|
|
794
874
|
<file name="agent.registry.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/registry/agent.registry.ts">
|
|
795
875
|
<metrics statements="26" coveredstatements="26" conditionals="4" coveredconditionals="4" methods="10" coveredmethods="10"/>
|
|
796
876
|
<line num="7" count="5" type="stmt"/>
|
|
@@ -821,58 +901,62 @@
|
|
|
821
901
|
<line num="98" count="7" type="stmt"/>
|
|
822
902
|
</file>
|
|
823
903
|
<file name="tool.registry.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/registry/tool.registry.ts">
|
|
824
|
-
<metrics statements="
|
|
904
|
+
<metrics statements="55" coveredstatements="50" conditionals="13" coveredconditionals="6" methods="15" coveredmethods="14"/>
|
|
825
905
|
<line num="8" count="6" type="stmt"/>
|
|
826
|
-
<line num="
|
|
827
|
-
<line num="14" count="
|
|
906
|
+
<line num="9" count="6" type="stmt"/>
|
|
907
|
+
<line num="14" count="6" type="stmt"/>
|
|
828
908
|
<line num="15" count="132" type="stmt"/>
|
|
829
|
-
<line num="
|
|
909
|
+
<line num="16" count="132" type="stmt"/>
|
|
830
910
|
<line num="23" count="14" type="stmt"/>
|
|
831
|
-
<line num="
|
|
832
|
-
<line num="26" count="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="32" count="
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="
|
|
839
|
-
<line num="
|
|
840
|
-
<line num="
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="
|
|
911
|
+
<line num="24" count="14" type="stmt"/>
|
|
912
|
+
<line num="26" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
913
|
+
<line num="27" count="1" type="stmt"/>
|
|
914
|
+
<line num="30" count="13" type="stmt"/>
|
|
915
|
+
<line num="32" count="13" type="stmt"/>
|
|
916
|
+
<line num="33" count="14" type="stmt"/>
|
|
917
|
+
<line num="35" count="14" type="cond" truecount="0" falsecount="1"/>
|
|
918
|
+
<line num="37" count="0" type="stmt"/>
|
|
919
|
+
<line num="40" count="14" type="stmt"/>
|
|
920
|
+
<line num="42" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
921
|
+
<line num="44" count="1" type="stmt"/>
|
|
922
|
+
<line num="48" count="13" type="stmt"/>
|
|
843
923
|
<line num="53" count="13" type="stmt"/>
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="
|
|
847
|
-
<line num="71" count="18" type="
|
|
848
|
-
<line num="72" count="
|
|
849
|
-
<line num="
|
|
850
|
-
<line num="76" count="
|
|
924
|
+
<line num="54" count="13" type="stmt"/>
|
|
925
|
+
<line num="57" count="13" type="stmt"/>
|
|
926
|
+
<line num="64" count="3" type="stmt"/>
|
|
927
|
+
<line num="71" count="18" type="stmt"/>
|
|
928
|
+
<line num="72" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
929
|
+
<line num="73" count="13" type="stmt"/>
|
|
930
|
+
<line num="76" count="5" type="stmt"/>
|
|
851
931
|
<line num="77" count="6" type="stmt"/>
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
854
|
-
<line num="
|
|
855
|
-
<line num="
|
|
856
|
-
<line num="
|
|
857
|
-
<line num="
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="
|
|
860
|
-
<line num="
|
|
861
|
-
<line num="
|
|
862
|
-
<line num="
|
|
863
|
-
<line num="
|
|
864
|
-
<line num="
|
|
865
|
-
<line num="
|
|
866
|
-
<line num="
|
|
867
|
-
<line num="
|
|
868
|
-
<line num="
|
|
869
|
-
<line num="
|
|
870
|
-
<line num="
|
|
871
|
-
<line num="
|
|
872
|
-
<line num="
|
|
873
|
-
<line num="
|
|
874
|
-
<line num="
|
|
875
|
-
<line num="174" count="
|
|
932
|
+
<line num="78" count="6" type="stmt"/>
|
|
933
|
+
<line num="85" count="0" type="stmt"/>
|
|
934
|
+
<line num="92" count="2" type="stmt"/>
|
|
935
|
+
<line num="99" count="13" type="stmt"/>
|
|
936
|
+
<line num="101" count="13" type="stmt"/>
|
|
937
|
+
<line num="103" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
938
|
+
<line num="105" count="0" type="stmt"/>
|
|
939
|
+
<line num="106" count="0" type="stmt"/>
|
|
940
|
+
<line num="125" count="2" type="stmt"/>
|
|
941
|
+
<line num="126" count="2" type="stmt"/>
|
|
942
|
+
<line num="128" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
943
|
+
<line num="129" count="2" type="stmt"/>
|
|
944
|
+
<line num="130" count="3" type="stmt"/>
|
|
945
|
+
<line num="135" count="3" type="cond" truecount="0" falsecount="1"/>
|
|
946
|
+
<line num="136" count="0" type="stmt"/>
|
|
947
|
+
<line num="139" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
948
|
+
<line num="140" count="2" type="stmt"/>
|
|
949
|
+
<line num="145" count="2" type="stmt"/>
|
|
950
|
+
<line num="161" count="1" type="stmt"/>
|
|
951
|
+
<line num="162" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
952
|
+
<line num="163" count="1" type="stmt"/>
|
|
953
|
+
<line num="164" count="1" type="stmt"/>
|
|
954
|
+
<line num="166" count="1" type="stmt"/>
|
|
955
|
+
<line num="174" count="1" type="stmt"/>
|
|
956
|
+
<line num="175" count="1" type="stmt"/>
|
|
957
|
+
<line num="182" count="7" type="stmt"/>
|
|
958
|
+
<line num="189" count="12" type="stmt"/>
|
|
959
|
+
<line num="191" count="12" type="stmt"/>
|
|
876
960
|
</file>
|
|
877
961
|
</package>
|
|
878
962
|
<package name="src.runtime">
|
|
@@ -1440,9 +1524,9 @@
|
|
|
1440
1524
|
</file>
|
|
1441
1525
|
</package>
|
|
1442
1526
|
<package name="src.types">
|
|
1443
|
-
<metrics statements="
|
|
1527
|
+
<metrics statements="54" coveredstatements="54" conditionals="8" coveredconditionals="8" methods="4" coveredmethods="4"/>
|
|
1444
1528
|
<file name="agent.types.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/types/agent.types.ts">
|
|
1445
|
-
<metrics statements="
|
|
1529
|
+
<metrics statements="16" coveredstatements="16" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
1446
1530
|
<line num="30" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1447
1531
|
<line num="31" count="10" type="stmt"/>
|
|
1448
1532
|
<line num="32" count="10" type="stmt"/>
|
|
@@ -1458,6 +1542,7 @@
|
|
|
1458
1542
|
<line num="63" count="10" type="stmt"/>
|
|
1459
1543
|
<line num="64" count="10" type="stmt"/>
|
|
1460
1544
|
<line num="65" count="10" type="stmt"/>
|
|
1545
|
+
<line num="66" count="10" type="stmt"/>
|
|
1461
1546
|
</file>
|
|
1462
1547
|
<file name="event.types.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/types/event.types.ts">
|
|
1463
1548
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
@@ -1495,13 +1580,13 @@
|
|
|
1495
1580
|
</file>
|
|
1496
1581
|
<file name="tool.types.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/types/tool.types.ts">
|
|
1497
1582
|
<metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
1498
|
-
<line num="
|
|
1499
|
-
<line num="9" count="6" type="stmt"/>
|
|
1500
|
-
<line num="10" count="6" type="stmt"/>
|
|
1583
|
+
<line num="10" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1501
1584
|
<line num="11" count="6" type="stmt"/>
|
|
1502
1585
|
<line num="12" count="6" type="stmt"/>
|
|
1503
1586
|
<line num="13" count="6" type="stmt"/>
|
|
1504
1587
|
<line num="14" count="6" type="stmt"/>
|
|
1588
|
+
<line num="15" count="6" type="stmt"/>
|
|
1589
|
+
<line num="16" count="6" type="stmt"/>
|
|
1505
1590
|
</file>
|
|
1506
1591
|
</package>
|
|
1507
1592
|
<package name="src.utils">
|