@hazeljs/agent 0.2.4 → 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.
Files changed (49) hide show
  1. package/coverage/clover.xml +647 -546
  2. package/coverage/lcov-report/index.html +54 -39
  3. package/coverage/lcov.info +1058 -836
  4. package/dist/a2a/a2a.server.d.ts +92 -0
  5. package/dist/a2a/a2a.server.d.ts.map +1 -0
  6. package/dist/a2a/a2a.server.js +278 -0
  7. package/dist/a2a/a2a.server.js.map +1 -0
  8. package/dist/a2a/a2a.types.d.ts +170 -0
  9. package/dist/a2a/a2a.types.d.ts.map +1 -0
  10. package/dist/a2a/a2a.types.js +12 -0
  11. package/dist/a2a/a2a.types.js.map +1 -0
  12. package/dist/a2a/agent-card.builder.d.ts +63 -0
  13. package/dist/a2a/agent-card.builder.d.ts.map +1 -0
  14. package/dist/a2a/agent-card.builder.js +101 -0
  15. package/dist/a2a/agent-card.builder.js.map +1 -0
  16. package/dist/decorators/tool.decorator.d.ts.map +1 -1
  17. package/dist/decorators/tool.decorator.js +1 -0
  18. package/dist/decorators/tool.decorator.js.map +1 -1
  19. package/dist/executor/agent.executor.d.ts.map +1 -1
  20. package/dist/executor/agent.executor.js +44 -9
  21. package/dist/executor/agent.executor.js.map +1 -1
  22. package/dist/executor/tool.executor.d.ts.map +1 -1
  23. package/dist/executor/tool.executor.js +24 -0
  24. package/dist/executor/tool.executor.js.map +1 -1
  25. package/dist/index.d.ts +5 -0
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/index.js +8 -0
  28. package/dist/index.js.map +1 -1
  29. package/dist/registry/tool.registry.d.ts.map +1 -1
  30. package/dist/registry/tool.registry.js +16 -0
  31. package/dist/registry/tool.registry.js.map +1 -1
  32. package/dist/runtime/agent.runtime.d.ts +28 -0
  33. package/dist/runtime/agent.runtime.d.ts.map +1 -1
  34. package/dist/runtime/agent.runtime.js +51 -0
  35. package/dist/runtime/agent.runtime.js.map +1 -1
  36. package/dist/types/agent.types.d.ts +6 -0
  37. package/dist/types/agent.types.d.ts.map +1 -1
  38. package/dist/types/agent.types.js +1 -0
  39. package/dist/types/agent.types.js.map +1 -1
  40. package/dist/types/tool.types.d.ts +4 -0
  41. package/dist/types/tool.types.d.ts.map +1 -1
  42. package/dist/types/tool.types.js.map +1 -1
  43. package/logs/combined.log +1 -1
  44. package/package.json +9 -7
  45. package/tsconfig.tsbuildinfo +1 -1
  46. package/dist/executor/agent.executor.streaming.d.ts +0 -13
  47. package/dist/executor/agent.executor.streaming.d.ts.map +0 -1
  48. package/dist/executor/agent.executor.streaming.js +0 -103
  49. package/dist/executor/agent.executor.streaming.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1774130334152" clover="3.2.0">
3
- <project timestamp="1774130334152" name="All files">
4
- <metrics statements="1683" coveredstatements="1491" conditionals="616" coveredconditionals="456" methods="321" coveredmethods="301" elements="2620" coveredelements="2248" complexity="0" loc="1683" ncloc="1683" packages="14" files="34" classes="34"/>
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,12 +34,109 @@
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">
40
137
  <metrics statements="30" coveredstatements="30" conditionals="12" coveredconditionals="11" methods="7" coveredmethods="7"/>
41
138
  <line num="13" count="7" type="stmt"/>
42
- <line num="14" count="140" type="stmt"/>
139
+ <line num="14" count="146" type="stmt"/>
43
140
  <line num="20" count="8" type="cond" truecount="1" falsecount="0"/>
44
141
  <line num="21" count="2" type="stmt"/>
45
142
  <line num="24" count="6" type="stmt"/>
@@ -77,13 +174,13 @@
77
174
  <line num="6" count="6" type="stmt"/>
78
175
  <line num="11" count="6" type="stmt"/>
79
176
  <line num="16" count="6" type="stmt"/>
80
- <line num="18" count="40" type="stmt"/>
81
- <line num="19" count="40" type="stmt"/>
82
- <line num="25" count="40" type="stmt"/>
177
+ <line num="18" count="46" type="stmt"/>
178
+ <line num="19" count="46" type="stmt"/>
179
+ <line num="25" count="46" type="stmt"/>
83
180
  <line num="32" count="6" type="stmt"/>
84
- <line num="33" count="29" type="stmt"/>
181
+ <line num="33" count="35" type="stmt"/>
85
182
  <line num="39" count="6" type="stmt"/>
86
- <line num="40" count="30" type="stmt"/>
183
+ <line num="40" count="37" type="stmt"/>
87
184
  </file>
88
185
  <file name="delegate.decorator.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/decorators/delegate.decorator.ts">
89
186
  <metrics statements="21" coveredstatements="20" conditionals="7" coveredconditionals="7" methods="5" coveredmethods="4"/>
@@ -115,21 +212,21 @@
115
212
  <line num="9" count="6" type="stmt"/>
116
213
  <line num="10" count="6" type="stmt"/>
117
214
  <line num="15" count="6" type="stmt"/>
118
- <line num="16" count="16" type="stmt"/>
119
- <line num="17" count="16" type="stmt"/>
120
- <line num="19" count="16" type="stmt"/>
121
- <line num="34" count="16" type="stmt"/>
122
- <line num="36" count="16" type="cond" truecount="2" falsecount="0"/>
123
- <line num="37" count="16" type="cond" truecount="1" falsecount="0"/>
124
- <line num="38" count="16" type="stmt"/>
125
- <line num="39" count="16" type="stmt"/>
126
- <line num="42" count="16" type="stmt"/>
127
- <line num="49" count="6" type="stmt"/>
128
- <line num="50" count="14" type="stmt"/>
129
- <line num="56" count="6" type="stmt"/>
130
- <line num="57" count="14" type="cond" truecount="2" falsecount="0"/>
131
- <line num="63" count="6" type="stmt"/>
132
- <line num="64" count="0" type="stmt"/>
215
+ <line num="16" count="17" type="stmt"/>
216
+ <line num="17" count="17" type="stmt"/>
217
+ <line num="19" 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"/>
221
+ <line num="39" count="17" type="stmt"/>
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">
@@ -146,17 +243,17 @@
146
243
  <line num="12" count="6" type="stmt"/>
147
244
  <line num="13" count="6" type="stmt"/>
148
245
  <line num="19" count="6" type="stmt"/>
149
- <line num="24" count="25" type="stmt"/>
150
- <line num="25" count="25" type="stmt"/>
151
- <line num="26" count="25" type="stmt"/>
152
- <line num="27" count="25" type="stmt"/>
153
- <line num="28" count="25" type="stmt"/>
246
+ <line num="24" count="27" type="stmt"/>
247
+ <line num="25" count="27" type="stmt"/>
248
+ <line num="26" count="27" type="stmt"/>
249
+ <line num="27" count="27" type="stmt"/>
250
+ <line num="28" count="27" type="stmt"/>
154
251
  <line num="32" count="2" type="stmt"/>
155
252
  <line num="36" count="2" type="stmt"/>
156
253
  <line num="40" count="4" type="stmt"/>
157
254
  <line num="47" count="2" type="stmt"/>
158
255
  <line num="51" count="2" type="stmt"/>
159
- <line num="59" count="4" type="stmt"/>
256
+ <line num="59" count="6" type="stmt"/>
160
257
  <line num="63" count="4" type="stmt"/>
161
258
  <line num="72" count="3" type="stmt"/>
162
259
  </file>
@@ -167,9 +264,9 @@
167
264
  <metrics statements="27" coveredstatements="27" conditionals="9" coveredconditionals="7" methods="8" coveredmethods="8"/>
168
265
  <line num="7" count="5" type="stmt"/>
169
266
  <line num="15" count="5" type="stmt"/>
170
- <line num="16" count="105" type="stmt"/>
171
- <line num="17" count="105" type="stmt"/>
172
- <line num="18" count="105" type="stmt"/>
267
+ <line num="16" count="111" type="stmt"/>
268
+ <line num="17" count="111" type="stmt"/>
269
+ <line num="18" count="111" type="stmt"/>
173
270
  <line num="24" count="19" type="cond" truecount="1" falsecount="0"/>
174
271
  <line num="25" count="16" type="stmt"/>
175
272
  <line num="27" count="19" type="stmt"/>
@@ -178,14 +275,14 @@
178
275
  <line num="42" count="3" type="cond" truecount="1" falsecount="0"/>
179
276
  <line num="43" count="3" type="stmt"/>
180
277
  <line num="51" count="1" type="stmt"/>
181
- <line num="64" count="30" type="stmt"/>
182
- <line num="73" count="30" type="stmt"/>
183
- <line num="74" count="30" type="cond" truecount="1" falsecount="0"/>
278
+ <line num="64" count="38" type="stmt"/>
279
+ <line num="73" count="38" type="stmt"/>
280
+ <line num="74" count="38" type="cond" truecount="1" falsecount="0"/>
184
281
  <line num="75" count="6" type="stmt"/>
185
282
  <line num="76" count="6" type="stmt"/>
186
283
  <line num="77" count="6" type="stmt"/>
187
284
  <line num="79" count="2" type="stmt"/>
188
- <line num="88" count="30" type="stmt"/>
285
+ <line num="88" count="38" type="stmt"/>
189
286
  <line num="89" count="2" type="stmt"/>
190
287
  <line num="90" count="2" type="stmt"/>
191
288
  <line num="92" count="1" type="stmt"/>
@@ -195,49 +292,9 @@
195
292
  </file>
196
293
  </package>
197
294
  <package name="src.executor">
198
- <metrics statements="394" coveredstatements="299" conditionals="133" coveredconditionals="85" methods="30" coveredmethods="28"/>
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="250" coveredstatements="192" conditionals="89" coveredconditionals="50" methods="14" coveredmethods="13"/>
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"/>
@@ -246,37 +303,37 @@
246
303
  <line num="25" count="5" type="stmt"/>
247
304
  <line num="26" count="5" type="stmt"/>
248
305
  <line num="42" count="5" type="stmt"/>
249
- <line num="44" count="123" type="stmt"/>
250
- <line num="45" count="123" type="stmt"/>
251
- <line num="46" count="123" type="stmt"/>
252
- <line num="47" count="123" type="stmt"/>
253
- <line num="48" count="123" type="stmt"/>
254
- <line num="49" count="123" type="stmt"/>
255
- <line num="56" count="95" type="cond" truecount="1" falsecount="1"/>
256
- <line num="60" count="55" type="cond" truecount="0" falsecount="1"/>
306
+ <line num="44" count="129" type="stmt"/>
307
+ <line num="45" count="129" type="stmt"/>
308
+ <line num="46" count="129" type="stmt"/>
309
+ <line num="47" count="129" type="stmt"/>
310
+ <line num="48" count="129" type="stmt"/>
311
+ <line num="49" count="129" type="stmt"/>
312
+ <line num="56" count="103" type="cond" truecount="1" falsecount="1"/>
313
+ <line num="60" count="61" type="cond" truecount="0" falsecount="1"/>
257
314
  <line num="61" count="0" type="stmt"/>
258
- <line num="66" count="5" type="cond" truecount="0" falsecount="1"/>
315
+ <line num="66" count="7" type="cond" truecount="0" falsecount="1"/>
259
316
  <line num="67" count="0" type="stmt"/>
260
- <line num="79" count="15" type="stmt"/>
261
- <line num="80" count="15" type="stmt"/>
262
- <line num="81" count="15" type="stmt"/>
263
- <line num="82" count="15" type="cond" truecount="2" falsecount="0"/>
264
- <line num="84" count="15" type="stmt"/>
265
- <line num="85" count="15" type="stmt"/>
266
- <line num="87" count="15" type="stmt"/>
267
- <line num="94" count="15" type="stmt"/>
268
- <line num="96" count="15" type="stmt"/>
269
- <line num="99" count="15" type="stmt"/>
270
- <line num="100" count="22" type="cond" truecount="1" falsecount="0"/>
271
- <line num="101" count="22" type="stmt"/>
272
- <line num="103" count="22" type="stmt"/>
273
- <line num="105" count="22" type="stmt"/>
274
- <line num="106" count="21" type="stmt"/>
275
- <line num="108" count="21" type="cond" truecount="1" falsecount="0"/>
317
+ <line num="79" count="17" type="stmt"/>
318
+ <line num="80" count="17" type="stmt"/>
319
+ <line num="81" count="17" type="stmt"/>
320
+ <line num="82" count="17" type="cond" truecount="2" falsecount="0"/>
321
+ <line num="84" count="17" type="stmt"/>
322
+ <line num="85" count="17" type="stmt"/>
323
+ <line num="87" count="17" type="stmt"/>
324
+ <line num="94" count="17" type="stmt"/>
325
+ <line num="96" count="17" type="stmt"/>
326
+ <line num="99" count="17" type="stmt"/>
327
+ <line num="100" count="24" type="cond" truecount="1" falsecount="0"/>
328
+ <line num="101" count="24" type="stmt"/>
329
+ <line num="103" count="24" type="stmt"/>
330
+ <line num="105" count="24" type="stmt"/>
331
+ <line num="106" count="23" type="stmt"/>
332
+ <line num="108" count="23" type="cond" truecount="1" falsecount="0"/>
276
333
  <line num="109" count="8" type="stmt"/>
277
334
  <line num="110" count="8" type="stmt"/>
278
- <line num="113" count="13" type="cond" truecount="1" falsecount="0"/>
279
- <line num="114" count="1" type="cond" truecount="1" falsecount="1"/>
335
+ <line num="113" count="15" type="cond" truecount="1" falsecount="0"/>
336
+ <line num="114" count="3" type="cond" truecount="1" falsecount="1"/>
280
337
  <line num="117" count="12" type="cond" truecount="1" falsecount="0"/>
281
338
  <line num="118" count="1" type="stmt"/>
282
339
  <line num="121" count="1" type="stmt"/>
@@ -290,10 +347,10 @@
290
347
  <line num="139" count="10" type="stmt"/>
291
348
  <line num="141" count="10" type="stmt"/>
292
349
  <line num="147" count="10" type="stmt"/>
293
- <line num="158" count="5" type="stmt"/>
294
- <line num="160" count="5" type="stmt"/>
295
- <line num="162" count="5" type="stmt"/>
296
- <line num="168" count="5" type="stmt"/>
350
+ <line num="158" count="7" type="stmt"/>
351
+ <line num="160" count="7" type="stmt"/>
352
+ <line num="162" count="7" type="stmt"/>
353
+ <line num="168" count="7" type="stmt"/>
297
354
  <line num="189" count="2" type="stmt"/>
298
355
  <line num="190" count="2" type="stmt"/>
299
356
  <line num="191" count="2" type="stmt"/>
@@ -360,15 +417,15 @@
360
417
  <line num="319" count="2" type="stmt"/>
361
418
  <line num="330" count="2" type="stmt"/>
362
419
  <line num="336" count="2" type="stmt"/>
363
- <line num="349" count="11" type="stmt"/>
364
- <line num="350" count="11" type="stmt"/>
365
- <line num="352" count="11" type="stmt"/>
366
- <line num="361" count="11" type="stmt"/>
367
- <line num="366" count="11" type="stmt"/>
368
- <line num="367" count="11" type="stmt"/>
369
- <line num="368" count="11" type="stmt"/>
420
+ <line num="349" count="13" type="stmt"/>
421
+ <line num="350" count="13" type="stmt"/>
422
+ <line num="352" count="13" type="stmt"/>
423
+ <line num="361" count="13" type="stmt"/>
424
+ <line num="366" count="13" type="stmt"/>
425
+ <line num="367" count="13" type="stmt"/>
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="3"/>
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,223 +438,246 @@
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="stmt"/>
385
- <line num="402" count="0" type="stmt"/>
386
- <line num="405" count="0" type="stmt"/>
387
- <line num="408" count="9" type="stmt"/>
388
- <line num="410" count="9" type="stmt"/>
389
- <line num="417" count="9" type="stmt"/>
390
- <line num="419" count="2" type="stmt"/>
391
- <line num="420" count="2" type="stmt"/>
392
- <line num="421" count="2" type="stmt"/>
393
- <line num="423" count="2" type="stmt"/>
394
- <line num="429" count="2" type="stmt"/>
395
- <line num="442" count="3" type="stmt"/>
396
- <line num="443" count="3" type="stmt"/>
397
- <line num="445" count="3" type="stmt"/>
398
- <line num="454" count="3" type="stmt"/>
399
- <line num="459" count="3" type="stmt"/>
400
- <line num="460" count="3" type="stmt"/>
401
- <line num="463" count="3" type="stmt"/>
402
- <line num="464" count="3" type="stmt"/>
403
- <line num="465" count="3" type="stmt"/>
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="475" count="3" type="stmt"/>
406
- <line num="477" count="3" type="cond" truecount="1" falsecount="1"/>
407
- <line num="478" count="3" type="stmt"/>
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="2" type="stmt"/>
416
- <line num="499" count="2" type="stmt"/>
417
- <line num="500" count="2" type="stmt"/>
418
- <line num="504" count="0" type="cond" truecount="0" falsecount="2"/>
419
- <line num="506" count="0" type="stmt"/>
420
- <line num="507" count="0" type="stmt"/>
421
- <line num="511" count="0" type="stmt"/>
422
- <line num="512" count="0" type="stmt"/>
423
- <line num="518" count="0" type="stmt"/>
424
- <line num="522" count="0" type="stmt"/>
425
- <line num="523" count="0" type="stmt"/>
426
- <line num="529" count="2" type="stmt"/>
427
- <line num="531" count="2" type="stmt"/>
428
- <line num="538" count="2" type="stmt"/>
429
- <line num="540" count="1" type="stmt"/>
430
- <line num="541" count="1" type="stmt"/>
431
- <line num="542" count="1" type="stmt"/>
432
- <line num="544" count="1" type="stmt"/>
433
- <line num="550" count="1" type="stmt"/>
434
- <line num="561" count="12" type="cond" truecount="1" falsecount="0"/>
435
- <line num="562" count="6" type="stmt"/>
436
- <line num="570" count="6" type="stmt"/>
437
- <line num="571" count="6" type="stmt"/>
438
- <line num="572" count="6" type="stmt"/>
439
- <line num="577" count="6" type="stmt"/>
440
- <line num="582" count="6" type="stmt"/>
441
- <line num="583" count="6" type="cond" truecount="1" falsecount="1"/>
442
- <line num="585" count="6" type="stmt"/>
443
- <line num="586" count="6" type="cond" truecount="1" falsecount="2"/>
444
- <line num="587" count="0" type="stmt"/>
445
- <line num="588" count="0" type="stmt"/>
446
- <line num="589" count="0" type="stmt"/>
447
- <line num="590" count="0" type="cond" truecount="0" falsecount="1"/>
448
- <line num="591" count="0" type="cond" truecount="0" falsecount="1"/>
449
- <line num="592" count="0" type="stmt"/>
450
- <line num="593" count="0" type="stmt"/>
451
- <line num="596" count="0" type="stmt"/>
452
- <line num="602" count="6" type="stmt"/>
453
- <line num="604" count="5" type="cond" truecount="3" falsecount="0"/>
454
- <line num="605" count="1" type="stmt"/>
455
- <line num="607" count="1" type="stmt"/>
456
- <line num="608" count="1" type="stmt"/>
457
- <line num="610" count="0" type="stmt"/>
458
- <line num="616" count="1" type="stmt"/>
459
- <line num="626" count="3" type="stmt"/>
460
- <line num="630" count="2" type="cond" truecount="0" falsecount="1"/>
461
- <line num="631" count="2" type="stmt"/>
462
- <line num="642" count="3" type="cond" truecount="3" falsecount="0"/>
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"/>
504
+ <line num="602" count="8" type="stmt"/>
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="649" count="2" type="stmt"/>
465
- <line num="650" count="2" type="stmt"/>
466
- <line num="652" count="2" type="cond" truecount="1" falsecount="0"/>
467
- <line num="653" count="1" type="stmt"/>
468
- <line num="659" count="1" type="stmt"/>
469
- <line num="670" count="1" type="stmt"/>
470
- <line num="671" count="1" type="stmt"/>
471
- <line num="673" count="1" type="stmt"/>
472
- <line num="690" count="11" type="cond" truecount="2" falsecount="0"/>
473
- <line num="691" count="11" type="cond" truecount="2" falsecount="0"/>
474
- <line num="693" count="11" type="cond" truecount="4" falsecount="0"/>
475
- <line num="697" count="11" type="cond" truecount="4" falsecount="0"/>
476
- <line num="698" count="2" type="stmt"/>
477
- <line num="707" count="9" type="stmt"/>
478
- <line num="710" count="11" type="stmt"/>
479
- <line num="715" count="11" type="stmt"/>
480
- <line num="725" count="4" type="stmt"/>
481
- <line num="726" count="4" type="stmt"/>
482
- <line num="727" count="4" type="cond" truecount="1" falsecount="0"/>
483
- <line num="728" count="3" type="stmt"/>
484
- <line num="731" count="1" type="cond" truecount="1" falsecount="0"/>
485
- <line num="732" count="1" type="stmt"/>
486
- <line num="733" count="1" type="stmt"/>
487
- <line num="738" count="1" type="stmt"/>
488
- <line num="740" count="1" type="stmt"/>
489
- <line num="747" count="64" type="cond" truecount="1" falsecount="0"/>
490
- <line num="748" count="64" type="stmt"/>
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="107" coveredstatements="107" conditionals="38" coveredconditionals="35" methods="15" coveredmethods="15"/>
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"/>
497
566
  <line num="27" count="6" type="stmt"/>
498
- <line num="28" count="134" type="stmt"/>
499
- <line num="29" count="134" type="stmt"/>
500
- <line num="30" count="134" type="stmt"/>
567
+ <line num="28" count="140" type="stmt"/>
568
+ <line num="29" count="140" type="stmt"/>
569
+ <line num="30" count="140" type="stmt"/>
501
570
  <line num="32" count="6" type="stmt"/>
502
- <line num="35" count="134" type="stmt"/>
503
- <line num="36" count="134" type="stmt"/>
571
+ <line num="35" count="140" type="stmt"/>
572
+ <line num="36" count="140" type="stmt"/>
504
573
  <line num="49" count="14" type="stmt"/>
505
574
  <line num="50" count="14" type="stmt"/>
506
575
  <line num="52" count="14" type="stmt"/>
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="71" count="14" type="cond" truecount="1" falsecount="0"/>
511
- <line num="72" count="4" type="stmt"/>
512
- <line num="73" count="4" type="cond" truecount="1" falsecount="0"/>
513
- <line num="74" count="1" type="stmt"/>
514
- <line num="75" count="1" type="stmt"/>
515
- <line num="76" count="1" type="stmt"/>
516
- <line num="78" count="1" type="stmt"/>
517
- <line num="85" count="1" type="stmt"/>
518
- <line num="91" count="3" type="cond" truecount="1" falsecount="0"/>
519
- <line num="92" count="1" type="stmt"/>
520
- <line num="96" count="13" type="cond" truecount="1" falsecount="0"/>
521
- <line num="97" count="5" type="stmt"/>
522
- <line num="98" count="5" type="stmt"/>
523
- <line num="100" count="5" type="cond" truecount="1" falsecount="0"/>
524
- <line num="101" count="3" type="stmt"/>
525
- <line num="103" count="3" type="stmt"/>
526
- <line num="109" count="3" type="stmt"/>
527
- <line num="116" count="2" type="stmt"/>
528
- <line num="117" count="2" type="stmt"/>
529
- <line num="124" count="10" type="stmt"/>
530
- <line num="126" count="10" type="cond" truecount="2" falsecount="0"/>
531
- <line num="128" count="7" type="stmt"/>
532
- <line num="129" count="7" type="stmt"/>
533
- <line num="130" count="7" type="stmt"/>
534
- <line num="132" count="7" type="stmt"/>
535
- <line num="139" count="7" type="stmt"/>
536
- <line num="145" count="3" type="stmt"/>
537
- <line num="146" count="3" type="stmt"/>
538
- <line num="147" count="3" type="stmt"/>
539
- <line num="149" count="3" type="stmt"/>
540
- <line num="156" count="3" type="stmt"/>
541
- <line num="162" count="14" type="stmt"/>
542
- <line num="176" count="10" type="stmt"/>
543
- <line num="177" count="11" type="stmt"/>
544
- <line num="178" count="11" type="cond" truecount="2" falsecount="0"/>
545
- <line num="179" count="11" type="stmt"/>
546
- <line num="180" count="7" type="stmt"/>
547
- <line num="182" count="4" type="stmt"/>
548
- <line num="184" count="4" type="cond" truecount="1" falsecount="0"/>
549
- <line num="185" count="1" type="stmt"/>
550
- <line num="190" count="3" type="stmt"/>
551
- <line num="202" count="11" type="stmt"/>
552
- <line num="203" count="11" type="stmt"/>
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="4" type="stmt"/>
555
- <line num="213" count="8" type="cond" truecount="4" falsecount="0"/>
556
- <line num="214" count="3" type="stmt"/>
557
- <line num="215" count="3" type="cond" truecount="1" falsecount="0"/>
558
- <line num="216" count="1" type="cond" truecount="1" falsecount="1"/>
559
- <line num="218" count="2" type="cond" truecount="2" falsecount="0"/>
560
- <line num="221" count="5" type="stmt"/>
561
- <line num="223" count="11" type="cond" truecount="1" falsecount="0"/>
562
- <line num="224" count="11" type="stmt"/>
563
- <line num="239" count="5" type="stmt"/>
564
- <line num="240" count="5" type="stmt"/>
565
- <line num="242" count="5" type="stmt"/>
566
- <line num="253" count="5" type="stmt"/>
567
- <line num="255" count="5" type="stmt"/>
568
- <line num="261" count="5" type="stmt"/>
569
- <line num="262" count="5" type="stmt"/>
570
- <line num="263" count="1" type="stmt"/>
571
- <line num="264" count="1" type="cond" truecount="3" falsecount="0"/>
572
- <line num="265" count="1" type="stmt"/>
573
- <line num="266" count="1" type="stmt"/>
574
- <line num="267" count="1" type="stmt"/>
575
- <line num="268" count="1" type="stmt"/>
576
- <line num="272" count="5" type="stmt"/>
577
- <line num="275" count="5" type="stmt"/>
578
- <line num="282" count="4" type="stmt"/>
579
- <line num="283" count="4" type="stmt"/>
580
- <line num="284" count="4" type="cond" truecount="4" falsecount="0"/>
581
- <line num="285" count="2" type="stmt"/>
582
- <line num="286" count="2" type="stmt"/>
583
- <line num="287" count="2" type="stmt"/>
584
- <line num="288" count="2" type="cond" truecount="1" falsecount="0"/>
585
- <line num="289" count="2" type="stmt"/>
586
- <line num="290" count="2" type="stmt"/>
587
- <line num="291" count="2" type="stmt"/>
588
- <line num="299" count="4" type="stmt"/>
589
- <line num="300" count="4" type="stmt"/>
590
- <line num="301" count="4" type="cond" truecount="4" falsecount="0"/>
591
- <line num="302" count="2" type="stmt"/>
592
- <line num="303" count="2" type="stmt"/>
593
- <line num="304" count="2" type="cond" truecount="1" falsecount="0"/>
594
- <line num="305" count="2" type="stmt"/>
595
- <line num="306" count="2" type="stmt"/>
596
- <line num="307" count="2" type="stmt"/>
597
- <line num="315" count="10" type="stmt"/>
598
- <line num="322" count="35" type="cond" truecount="1" falsecount="0"/>
599
- <line num="323" count="35" type="stmt"/>
600
- <line num="331" count="1" type="stmt"/>
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">
@@ -607,47 +687,47 @@
607
687
  <line num="49" count="4" type="stmt"/>
608
688
  <line num="50" count="4" type="stmt"/>
609
689
  <line num="85" count="4" type="stmt"/>
610
- <line num="86" count="20" type="stmt"/>
611
- <line num="87" count="20" type="stmt"/>
612
- <line num="91" count="20" type="stmt"/>
613
- <line num="92" count="20" type="stmt"/>
614
- <line num="95" count="20" type="stmt"/>
615
- <line num="111" count="32" type="cond" truecount="1" falsecount="0"/>
690
+ <line num="86" count="22" type="stmt"/>
691
+ <line num="87" count="22" type="stmt"/>
692
+ <line num="91" count="22" type="stmt"/>
693
+ <line num="92" count="22" type="stmt"/>
694
+ <line num="95" count="22" type="stmt"/>
695
+ <line num="111" count="36" type="cond" truecount="1" falsecount="0"/>
616
696
  <line num="112" count="1" type="stmt"/>
617
- <line num="114" count="31" type="cond" truecount="1" falsecount="0"/>
697
+ <line num="114" count="35" type="cond" truecount="1" falsecount="0"/>
618
698
  <line num="115" count="1" type="stmt"/>
619
- <line num="117" count="30" type="stmt"/>
620
- <line num="118" count="30" type="stmt"/>
621
- <line num="130" count="19" type="stmt"/>
622
- <line num="131" count="19" type="stmt"/>
699
+ <line num="117" count="34" type="stmt"/>
700
+ <line num="118" count="34" type="stmt"/>
701
+ <line num="130" count="23" type="stmt"/>
702
+ <line num="131" count="23" type="stmt"/>
623
703
  <line num="147" count="4" type="cond" truecount="2" falsecount="0"/>
624
704
  <line num="149" count="1" type="stmt"/>
625
705
  <line num="150" count="1" type="cond" truecount="1" falsecount="1"/>
626
706
  <line num="154" count="4" type="stmt"/>
627
707
  <line num="155" count="4" type="stmt"/>
628
- <line num="160" count="16" type="stmt"/>
629
- <line num="161" count="16" type="stmt"/>
630
- <line num="173" count="17" type="cond" truecount="1" falsecount="0"/>
708
+ <line num="160" count="18" type="stmt"/>
709
+ <line num="161" count="18" type="stmt"/>
710
+ <line num="173" count="19" type="cond" truecount="1" falsecount="0"/>
631
711
  <line num="174" count="1" type="stmt"/>
632
- <line num="176" count="16" type="cond" truecount="1" falsecount="0"/>
712
+ <line num="176" count="18" type="cond" truecount="1" falsecount="0"/>
633
713
  <line num="177" count="1" type="stmt"/>
634
- <line num="183" count="15" type="stmt"/>
635
- <line num="184" count="22" type="cond" truecount="0" falsecount="1"/>
714
+ <line num="183" count="17" type="stmt"/>
715
+ <line num="184" count="26" type="cond" truecount="0" falsecount="1"/>
636
716
  <line num="185" count="0" type="stmt"/>
637
- <line num="187" count="22" type="cond" truecount="4" falsecount="0"/>
717
+ <line num="187" count="26" type="cond" truecount="4" falsecount="0"/>
638
718
  <line num="188" count="1" type="stmt"/>
639
- <line num="193" count="14" type="stmt"/>
640
- <line num="194" count="41" type="cond" truecount="1" falsecount="0"/>
719
+ <line num="193" count="16" type="stmt"/>
720
+ <line num="194" count="47" type="cond" truecount="1" falsecount="0"/>
641
721
  <line num="195" count="4" type="stmt"/>
642
722
  <line num="196" count="7" type="cond" truecount="1" falsecount="0"/>
643
723
  <line num="197" count="1" type="stmt"/>
644
- <line num="205" count="13" type="stmt"/>
724
+ <line num="205" count="15" type="stmt"/>
645
725
  <line num="222" count="4" type="stmt"/>
646
- <line num="224" count="13" type="stmt"/>
647
- <line num="225" count="13" type="stmt"/>
648
- <line num="226" count="13" type="stmt"/>
649
- <line num="227" count="13" type="stmt"/>
650
- <line num="228" count="13" type="stmt"/>
726
+ <line num="224" count="15" type="stmt"/>
727
+ <line num="225" count="15" type="stmt"/>
728
+ <line num="226" count="15" type="stmt"/>
729
+ <line num="227" count="15" type="stmt"/>
730
+ <line num="228" count="15" type="stmt"/>
651
731
  <line num="239" count="12" type="stmt"/>
652
732
  <line num="240" count="12" type="stmt"/>
653
733
  <line num="241" count="12" type="stmt"/>
@@ -790,29 +870,29 @@
790
870
  </file>
791
871
  </package>
792
872
  <package name="src.registry">
793
- <metrics statements="77" coveredstatements="74" conditionals="12" coveredconditionals="10" methods="25" coveredmethods="24"/>
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"/>
797
877
  <line num="12" count="5" type="stmt"/>
798
- <line num="13" count="106" type="stmt"/>
799
- <line num="14" count="106" type="stmt"/>
800
- <line num="20" count="31" type="cond" truecount="1" falsecount="0"/>
801
- <line num="21" count="1" type="stmt"/>
802
- <line num="24" count="30" type="stmt"/>
803
- <line num="25" count="30" type="cond" truecount="1" falsecount="0"/>
878
+ <line num="13" count="112" type="stmt"/>
879
+ <line num="14" count="112" type="stmt"/>
880
+ <line num="20" count="38" type="cond" truecount="1" falsecount="0"/>
881
+ <line num="21" count="2" type="stmt"/>
882
+ <line num="24" count="36" type="stmt"/>
883
+ <line num="25" count="36" type="cond" truecount="1" falsecount="0"/>
804
884
  <line num="26" count="1" type="stmt"/>
805
- <line num="29" count="29" type="cond" truecount="1" falsecount="0"/>
885
+ <line num="29" count="35" type="cond" truecount="1" falsecount="0"/>
806
886
  <line num="30" count="1" type="stmt"/>
807
- <line num="33" count="28" type="stmt"/>
887
+ <line num="33" count="34" type="stmt"/>
808
888
  <line num="40" count="9" type="cond" truecount="1" falsecount="0"/>
809
889
  <line num="41" count="1" type="stmt"/>
810
890
  <line num="44" count="8" type="stmt"/>
811
891
  <line num="46" count="8" type="stmt"/>
812
892
  <line num="47" count="8" type="stmt"/>
813
- <line num="54" count="22" type="stmt"/>
893
+ <line num="54" count="24" type="stmt"/>
814
894
  <line num="61" count="4" type="stmt"/>
815
- <line num="68" count="6" type="stmt"/>
895
+ <line num="68" count="8" type="stmt"/>
816
896
  <line num="75" count="5" type="stmt"/>
817
897
  <line num="82" count="2" type="stmt"/>
818
898
  <line num="83" count="2" type="stmt"/>
@@ -821,62 +901,66 @@
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="51" coveredstatements="48" conditionals="8" coveredconditionals="6" methods="15" coveredmethods="14"/>
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="13" count="6" type="stmt"/>
827
- <line num="14" count="126" type="stmt"/>
828
- <line num="15" count="126" type="stmt"/>
829
- <line num="22" count="14" type="stmt"/>
906
+ <line num="9" count="6" type="stmt"/>
907
+ <line num="14" count="6" type="stmt"/>
908
+ <line num="15" count="132" type="stmt"/>
909
+ <line num="16" count="132" type="stmt"/>
830
910
  <line num="23" count="14" type="stmt"/>
831
- <line num="25" count="14" type="cond" truecount="1" falsecount="0"/>
832
- <line num="26" count="1" type="stmt"/>
833
- <line num="29" count="13" type="stmt"/>
834
- <line num="31" count="13" type="stmt"/>
835
- <line num="32" count="14" type="stmt"/>
836
- <line num="34" count="14" type="cond" truecount="0" falsecount="1"/>
837
- <line num="36" count="0" type="stmt"/>
838
- <line num="39" count="14" type="stmt"/>
839
- <line num="41" count="14" type="cond" truecount="1" falsecount="0"/>
840
- <line num="43" count="1" type="stmt"/>
841
- <line num="47" count="13" type="stmt"/>
842
- <line num="52" count="13" type="stmt"/>
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="56" count="13" type="stmt"/>
845
- <line num="63" count="3" type="stmt"/>
846
- <line num="70" count="16" type="stmt"/>
847
- <line num="71" count="16" type="cond" truecount="1" falsecount="0"/>
848
- <line num="72" count="11" type="stmt"/>
849
- <line num="75" count="5" type="stmt"/>
850
- <line num="76" count="6" type="stmt"/>
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="84" count="0" type="stmt"/>
853
- <line num="91" count="2" type="stmt"/>
854
- <line num="98" count="11" type="stmt"/>
855
- <line num="100" count="11" type="stmt"/>
856
- <line num="108" count="2" type="stmt"/>
857
- <line num="109" count="2" type="stmt"/>
858
- <line num="111" count="2" type="cond" truecount="1" falsecount="0"/>
859
- <line num="112" count="2" type="stmt"/>
860
- <line num="113" count="3" type="stmt"/>
861
- <line num="118" count="3" type="cond" truecount="0" falsecount="1"/>
862
- <line num="119" count="0" type="stmt"/>
863
- <line num="122" count="3" type="cond" truecount="1" falsecount="0"/>
864
- <line num="123" count="2" type="stmt"/>
865
- <line num="128" count="2" type="stmt"/>
866
- <line num="144" count="1" type="stmt"/>
867
- <line num="145" count="1" type="cond" truecount="1" falsecount="0"/>
868
- <line num="146" count="1" type="stmt"/>
869
- <line num="147" count="1" type="stmt"/>
870
- <line num="149" count="1" type="stmt"/>
871
- <line num="157" count="1" type="stmt"/>
872
- <line num="158" count="1" type="stmt"/>
873
- <line num="165" count="7" type="stmt"/>
874
- <line num="172" count="10" type="stmt"/>
875
- <line num="174" count="10" type="stmt"/>
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">
879
- <metrics statements="198" coveredstatements="162" conditionals="94" coveredconditionals="53" methods="46" coveredmethods="41"/>
963
+ <metrics statements="214" coveredstatements="177" conditionals="98" coveredconditionals="56" methods="48" coveredmethods="43"/>
880
964
  <file name="agent.runtime.extensions.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/runtime/agent.runtime.extensions.ts">
881
965
  <metrics statements="20" coveredstatements="20" conditionals="8" coveredconditionals="7" methods="7" coveredmethods="7"/>
882
966
  <line num="13" count="1" type="stmt"/>
@@ -901,7 +985,7 @@
901
985
  <line num="106" count="1" type="stmt"/>
902
986
  </file>
903
987
  <file name="agent.runtime.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/runtime/agent.runtime.ts">
904
- <metrics statements="178" coveredstatements="142" conditionals="86" coveredconditionals="46" methods="39" coveredmethods="34"/>
988
+ <metrics statements="194" coveredstatements="157" conditionals="90" coveredconditionals="49" methods="41" coveredmethods="36"/>
905
989
  <line num="6" count="4" type="stmt"/>
906
990
  <line num="7" count="4" type="stmt"/>
907
991
  <line num="8" count="4" type="stmt"/>
@@ -921,33 +1005,33 @@
921
1005
  <line num="34" count="4" type="stmt"/>
922
1006
  <line num="36" count="4" type="stmt"/>
923
1007
  <line num="61" count="4" type="stmt"/>
924
- <line num="77" count="87" type="stmt"/>
925
- <line num="80" count="87" type="stmt"/>
926
- <line num="92" count="87" type="stmt"/>
927
- <line num="95" count="87" type="cond" truecount="1" falsecount="0"/>
1008
+ <line num="77" count="93" type="stmt"/>
1009
+ <line num="80" count="93" type="stmt"/>
1010
+ <line num="92" count="93" type="stmt"/>
1011
+ <line num="95" count="93" type="cond" truecount="1" falsecount="0"/>
928
1012
  <line num="96" count="4" type="stmt"/>
929
1013
  <line num="99" count="4" type="stmt"/>
930
- <line num="105" count="87" type="cond" truecount="1" falsecount="0"/>
931
- <line num="106" count="83" type="stmt"/>
932
- <line num="107" count="83" type="stmt"/>
933
- <line num="111" count="87" type="cond" truecount="1" falsecount="0"/>
934
- <line num="112" count="86" type="stmt"/>
1014
+ <line num="105" count="93" type="cond" truecount="1" falsecount="0"/>
1015
+ <line num="106" count="89" type="stmt"/>
1016
+ <line num="107" count="89" type="stmt"/>
1017
+ <line num="111" count="93" type="cond" truecount="1" falsecount="0"/>
1018
+ <line num="112" count="92" type="stmt"/>
935
1019
  <line num="116" count="0" type="stmt"/>
936
- <line num="125" count="87" type="cond" truecount="1" falsecount="0"/>
937
- <line num="126" count="82" type="stmt"/>
1020
+ <line num="125" count="93" type="cond" truecount="1" falsecount="0"/>
1021
+ <line num="126" count="88" type="stmt"/>
938
1022
  <line num="131" count="0" type="stmt"/>
939
- <line num="137" count="87" type="stmt"/>
940
- <line num="139" count="87" type="stmt"/>
941
- <line num="140" count="87" type="stmt"/>
942
- <line num="141" count="87" type="cond" truecount="2" falsecount="0"/>
943
- <line num="142" count="87" type="stmt"/>
944
- <line num="143" count="87" type="stmt"/>
945
- <line num="145" count="87" type="stmt"/>
1023
+ <line num="137" count="93" type="stmt"/>
1024
+ <line num="139" count="93" type="stmt"/>
1025
+ <line num="140" count="93" type="stmt"/>
1026
+ <line num="141" count="93" type="cond" truecount="2" falsecount="0"/>
1027
+ <line num="142" count="93" type="stmt"/>
1028
+ <line num="143" count="93" type="stmt"/>
1029
+ <line num="145" count="93" type="stmt"/>
946
1030
  <line num="146" count="0" type="stmt"/>
947
- <line num="149" count="87" type="stmt"/>
948
- <line num="156" count="22" type="stmt"/>
949
- <line num="160" count="87" type="stmt"/>
950
- <line num="171" count="13" type="stmt"/>
1031
+ <line num="149" count="93" type="stmt"/>
1032
+ <line num="156" count="30" type="stmt"/>
1033
+ <line num="160" count="93" type="stmt"/>
1034
+ <line num="171" count="20" type="stmt"/>
951
1035
  <line num="180" count="4" type="stmt"/>
952
1036
  <line num="181" count="4" type="stmt"/>
953
1037
  <line num="182" count="4" type="stmt"/>
@@ -965,58 +1049,58 @@
965
1049
  <line num="214" count="1" type="stmt"/>
966
1050
  <line num="215" count="1" type="cond" truecount="1" falsecount="1"/>
967
1051
  <line num="218" count="1" type="stmt"/>
968
- <line num="233" count="17" type="cond" truecount="1" falsecount="0"/>
1052
+ <line num="233" count="19" type="cond" truecount="1" falsecount="0"/>
969
1053
  <line num="234" count="2" type="stmt"/>
970
1054
  <line num="235" count="2" type="cond" truecount="1" falsecount="0"/>
971
1055
  <line num="236" count="1" type="stmt"/>
972
1056
  <line num="237" count="1" type="stmt"/>
973
- <line num="241" count="16" type="stmt"/>
974
- <line num="242" count="16" type="stmt"/>
975
- <line num="244" count="16" type="stmt"/>
976
- <line num="245" count="16" type="stmt"/>
977
- <line num="252" count="16" type="stmt"/>
978
- <line num="254" count="6" type="stmt"/>
979
- <line num="255" count="6" type="stmt"/>
980
- <line num="258" count="6" type="cond" truecount="1" falsecount="0"/>
981
- <line num="259" count="6" type="stmt"/>
982
- <line num="262" count="6" type="stmt"/>
983
- <line num="269" count="6" type="stmt"/>
1057
+ <line num="241" count="18" type="stmt"/>
1058
+ <line num="242" count="18" type="stmt"/>
1059
+ <line num="244" count="18" type="stmt"/>
1060
+ <line num="245" count="18" type="stmt"/>
1061
+ <line num="252" count="18" type="stmt"/>
1062
+ <line num="254" count="8" type="stmt"/>
1063
+ <line num="255" count="8" type="stmt"/>
1064
+ <line num="258" count="8" type="cond" truecount="1" falsecount="0"/>
1065
+ <line num="259" count="8" type="stmt"/>
1066
+ <line num="262" count="8" type="stmt"/>
1067
+ <line num="269" count="8" type="stmt"/>
984
1068
  <line num="271" count="10" type="stmt"/>
985
1069
  <line num="273" count="10" type="cond" truecount="1" falsecount="0"/>
986
1070
  <line num="274" count="10" type="stmt"/>
987
1071
  <line num="277" count="10" type="stmt"/>
988
1072
  <line num="282" count="10" type="stmt"/>
989
- <line num="294" count="16" type="stmt"/>
990
- <line num="295" count="16" type="stmt"/>
991
- <line num="296" count="16" type="cond" truecount="1" falsecount="0"/>
1073
+ <line num="294" count="18" type="stmt"/>
1074
+ <line num="295" count="18" type="stmt"/>
1075
+ <line num="296" count="18" type="cond" truecount="1" falsecount="0"/>
992
1076
  <line num="297" count="10" type="stmt"/>
993
- <line num="300" count="6" type="cond" truecount="2" falsecount="0"/>
994
- <line num="301" count="6" type="cond" truecount="2" falsecount="1"/>
995
- <line num="303" count="6" type="stmt"/>
996
- <line num="314" count="6" type="cond" truecount="2" falsecount="0"/>
997
- <line num="316" count="6" type="cond" truecount="3" falsecount="0"/>
1077
+ <line num="300" count="8" type="cond" truecount="2" falsecount="0"/>
1078
+ <line num="301" count="8" type="cond" truecount="2" falsecount="1"/>
1079
+ <line num="303" count="8" type="stmt"/>
1080
+ <line num="314" count="8" type="cond" truecount="2" falsecount="0"/>
1081
+ <line num="316" count="8" type="cond" truecount="3" falsecount="0"/>
998
1082
  <line num="317" count="1" type="stmt"/>
999
- <line num="320" count="6" type="cond" truecount="2" falsecount="1"/>
1083
+ <line num="320" count="8" type="cond" truecount="2" falsecount="1"/>
1000
1084
  <line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
1001
- <line num="324" count="6" type="cond" truecount="0" falsecount="1"/>
1085
+ <line num="324" count="8" type="cond" truecount="0" falsecount="1"/>
1002
1086
  <line num="325" count="0" type="stmt"/>
1003
- <line num="329" count="6" type="cond" truecount="1" falsecount="0"/>
1004
- <line num="330" count="6" type="stmt"/>
1005
- <line num="331" count="6" type="stmt"/>
1006
- <line num="333" count="6" type="cond" truecount="2" falsecount="0"/>
1007
- <line num="334" count="6" type="cond" truecount="2" falsecount="0"/>
1008
- <line num="336" count="6" type="stmt"/>
1009
- <line num="337" count="6" type="stmt"/>
1010
- <line num="342" count="6" type="cond" truecount="1" falsecount="0"/>
1087
+ <line num="329" count="8" type="cond" truecount="1" falsecount="0"/>
1088
+ <line num="330" count="8" type="stmt"/>
1089
+ <line num="331" count="8" type="stmt"/>
1090
+ <line num="333" count="8" type="cond" truecount="2" falsecount="0"/>
1091
+ <line num="334" count="8" type="cond" truecount="2" falsecount="0"/>
1092
+ <line num="336" count="8" type="stmt"/>
1093
+ <line num="337" count="8" type="stmt"/>
1094
+ <line num="342" count="8" type="cond" truecount="1" falsecount="0"/>
1011
1095
  <line num="343" count="1" type="stmt"/>
1012
- <line num="345" count="6" type="stmt"/>
1013
- <line num="347" count="6" type="cond" truecount="1" falsecount="0"/>
1014
- <line num="348" count="6" type="stmt"/>
1015
- <line num="354" count="16" type="cond" truecount="1" falsecount="0"/>
1016
- <line num="355" count="15" type="stmt"/>
1017
- <line num="356" count="15" type="stmt"/>
1018
- <line num="359" count="15" type="cond" truecount="1" falsecount="0"/>
1019
- <line num="360" count="14" type="stmt"/>
1096
+ <line num="345" count="8" type="stmt"/>
1097
+ <line num="347" count="8" type="cond" truecount="1" falsecount="0"/>
1098
+ <line num="348" count="8" type="stmt"/>
1099
+ <line num="354" count="18" type="cond" truecount="1" falsecount="0"/>
1100
+ <line num="355" count="17" type="stmt"/>
1101
+ <line num="356" count="17" type="stmt"/>
1102
+ <line num="359" count="17" type="cond" truecount="1" falsecount="0"/>
1103
+ <line num="360" count="16" type="stmt"/>
1020
1104
  <line num="363" count="1" type="stmt"/>
1021
1105
  <line num="367" count="1" type="cond" truecount="1" falsecount="0"/>
1022
1106
  <line num="368" count="1" type="stmt"/>
@@ -1056,7 +1140,7 @@
1056
1140
  <line num="469" count="3" type="stmt"/>
1057
1141
  <line num="476" count="1" type="stmt"/>
1058
1142
  <line num="483" count="1" type="stmt"/>
1059
- <line num="490" count="3" type="stmt"/>
1143
+ <line num="490" count="5" type="stmt"/>
1060
1144
  <line num="497" count="3" type="stmt"/>
1061
1145
  <line num="504" count="2" type="cond" truecount="1" falsecount="1"/>
1062
1146
  <line num="512" count="2" type="stmt"/>
@@ -1070,16 +1154,32 @@
1070
1154
  <line num="581" count="2" type="stmt"/>
1071
1155
  <line num="588" count="2" type="stmt"/>
1072
1156
  <line num="595" count="2" type="stmt"/>
1073
- <line num="621" count="1" type="stmt"/>
1157
+ <line num="621" count="3" type="stmt"/>
1074
1158
  <line num="642" count="2" type="cond" truecount="1" falsecount="0"/>
1075
1159
  <line num="643" count="1" type="stmt"/>
1076
1160
  <line num="648" count="1" type="stmt"/>
1077
1161
  <line num="670" count="1" type="stmt"/>
1078
- <line num="677" count="1" type="stmt"/>
1079
- <line num="678" count="1" type="cond" truecount="0" falsecount="1"/>
1080
- <line num="679" count="0" type="stmt"/>
1081
- <line num="681" count="1" type="stmt"/>
1082
- <line num="688" count="6" type="stmt"/>
1162
+ <line num="688" count="3" type="cond" truecount="1" falsecount="0"/>
1163
+ <line num="689" count="1" type="stmt"/>
1164
+ <line num="692" count="2" type="stmt"/>
1165
+ <line num="694" count="2" type="stmt"/>
1166
+ <line num="695" count="4" type="stmt"/>
1167
+ <line num="698" count="2" type="stmt"/>
1168
+ <line num="699" count="2" type="stmt"/>
1169
+ <line num="702" count="2" type="stmt"/>
1170
+ <line num="703" count="2" type="stmt"/>
1171
+ <line num="705" count="2" type="stmt"/>
1172
+ <line num="726" count="3" type="stmt"/>
1173
+ <line num="727" count="3" type="stmt"/>
1174
+ <line num="730" count="2" type="stmt"/>
1175
+ <line num="731" count="2" type="cond" truecount="0" falsecount="1"/>
1176
+ <line num="732" count="0" type="stmt"/>
1177
+ <line num="737" count="2" type="stmt"/>
1178
+ <line num="744" count="1" type="stmt"/>
1179
+ <line num="745" count="1" type="cond" truecount="0" falsecount="1"/>
1180
+ <line num="746" count="0" type="stmt"/>
1181
+ <line num="748" count="1" type="stmt"/>
1182
+ <line num="755" count="8" type="stmt"/>
1083
1183
  </file>
1084
1184
  </package>
1085
1185
  <package name="src.state">
@@ -1089,23 +1189,23 @@
1089
1189
  <line num="6" count="6" type="stmt"/>
1090
1190
  <line num="8" count="6" type="stmt"/>
1091
1191
  <line num="15" count="6" type="stmt"/>
1092
- <line num="16" count="142" type="stmt"/>
1093
- <line num="28" count="53" type="stmt"/>
1094
- <line num="29" count="53" type="stmt"/>
1095
- <line num="31" count="53" type="stmt"/>
1096
- <line num="50" count="53" type="stmt"/>
1097
- <line num="51" count="53" type="stmt"/>
1192
+ <line num="16" count="148" type="stmt"/>
1193
+ <line num="28" count="55" type="stmt"/>
1194
+ <line num="29" count="55" type="stmt"/>
1195
+ <line num="31" count="55" type="stmt"/>
1196
+ <line num="50" count="55" type="stmt"/>
1197
+ <line num="51" count="55" type="stmt"/>
1098
1198
  <line num="58" count="11" type="stmt"/>
1099
- <line num="65" count="43" type="stmt"/>
1100
- <line num="66" count="43" type="cond" truecount="1" falsecount="0"/>
1199
+ <line num="65" count="47" type="stmt"/>
1200
+ <line num="66" count="47" type="cond" truecount="1" falsecount="0"/>
1101
1201
  <line num="67" count="1" type="stmt"/>
1102
- <line num="70" count="42" type="stmt"/>
1103
- <line num="71" count="42" type="stmt"/>
1104
- <line num="78" count="37" type="stmt"/>
1105
- <line num="79" count="37" type="cond" truecount="1" falsecount="0"/>
1202
+ <line num="70" count="46" type="stmt"/>
1203
+ <line num="71" count="46" type="stmt"/>
1204
+ <line num="78" count="39" type="stmt"/>
1205
+ <line num="79" count="39" type="cond" truecount="1" falsecount="0"/>
1106
1206
  <line num="80" count="1" type="stmt"/>
1107
- <line num="83" count="36" type="stmt"/>
1108
- <line num="84" count="36" type="stmt"/>
1207
+ <line num="83" count="38" type="stmt"/>
1208
+ <line num="84" count="38" type="stmt"/>
1109
1209
  <line num="91" count="3" type="stmt"/>
1110
1210
  <line num="92" count="3" type="cond" truecount="1" falsecount="0"/>
1111
1211
  <line num="93" count="1" type="stmt"/>
@@ -1133,14 +1233,14 @@
1133
1233
  <line num="157" count="1" type="stmt"/>
1134
1234
  <line num="160" count="1" type="stmt"/>
1135
1235
  <line num="161" count="1" type="stmt"/>
1136
- <line num="168" count="31" type="stmt"/>
1137
- <line num="169" count="31" type="cond" truecount="1" falsecount="0"/>
1236
+ <line num="168" count="33" type="stmt"/>
1237
+ <line num="169" count="33" type="cond" truecount="1" falsecount="0"/>
1138
1238
  <line num="170" count="1" type="stmt"/>
1139
- <line num="173" count="30" type="cond" truecount="3" falsecount="0"/>
1239
+ <line num="173" count="32" type="cond" truecount="3" falsecount="0"/>
1140
1240
  <line num="174" count="2" type="stmt"/>
1141
- <line num="177" count="28" type="cond" truecount="1" falsecount="0"/>
1241
+ <line num="177" count="30" type="cond" truecount="1" falsecount="0"/>
1142
1242
  <line num="178" count="3" type="stmt"/>
1143
- <line num="181" count="25" type="stmt"/>
1243
+ <line num="181" count="27" type="stmt"/>
1144
1244
  <line num="188" count="2" type="stmt"/>
1145
1245
  <line num="195" count="2" type="stmt"/>
1146
1246
  <line num="202" count="3" type="stmt"/>
@@ -1424,9 +1524,9 @@
1424
1524
  </file>
1425
1525
  </package>
1426
1526
  <package name="src.types">
1427
- <metrics statements="53" coveredstatements="53" conditionals="8" coveredconditionals="8" methods="4" coveredmethods="4"/>
1527
+ <metrics statements="54" coveredstatements="54" conditionals="8" coveredconditionals="8" methods="4" coveredmethods="4"/>
1428
1528
  <file name="agent.types.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/types/agent.types.ts">
1429
- <metrics statements="15" coveredstatements="15" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
1529
+ <metrics statements="16" coveredstatements="16" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
1430
1530
  <line num="30" count="10" type="cond" truecount="2" falsecount="0"/>
1431
1531
  <line num="31" count="10" type="stmt"/>
1432
1532
  <line num="32" count="10" type="stmt"/>
@@ -1442,6 +1542,7 @@
1442
1542
  <line num="63" count="10" type="stmt"/>
1443
1543
  <line num="64" count="10" type="stmt"/>
1444
1544
  <line num="65" count="10" type="stmt"/>
1545
+ <line num="66" count="10" type="stmt"/>
1445
1546
  </file>
1446
1547
  <file name="event.types.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/types/event.types.ts">
1447
1548
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
@@ -1479,13 +1580,13 @@
1479
1580
  </file>
1480
1581
  <file name="tool.types.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/types/tool.types.ts">
1481
1582
  <metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
1482
- <line num="8" count="6" type="cond" truecount="2" falsecount="0"/>
1483
- <line num="9" count="6" type="stmt"/>
1484
- <line num="10" count="6" type="stmt"/>
1583
+ <line num="10" count="6" type="cond" truecount="2" falsecount="0"/>
1485
1584
  <line num="11" count="6" type="stmt"/>
1486
1585
  <line num="12" count="6" type="stmt"/>
1487
1586
  <line num="13" count="6" type="stmt"/>
1488
1587
  <line num="14" count="6" type="stmt"/>
1588
+ <line num="15" count="6" type="stmt"/>
1589
+ <line num="16" count="6" type="stmt"/>
1489
1590
  </file>
1490
1591
  </package>
1491
1592
  <package name="src.utils">
@@ -1495,7 +1596,7 @@
1495
1596
  <line num="9" count="5" type="stmt"/>
1496
1597
  <line num="10" count="14" type="stmt"/>
1497
1598
  <line num="11" count="5" type="stmt"/>
1498
- <line num="12" count="96" type="stmt"/>
1599
+ <line num="12" count="102" type="stmt"/>
1499
1600
  <line num="14" count="5" type="stmt"/>
1500
1601
  </file>
1501
1602
  <file name="health-check.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/utils/health-check.ts">
@@ -1505,8 +1606,8 @@
1505
1606
  <line num="11" count="5" type="stmt"/>
1506
1607
  <line num="12" count="5" type="stmt"/>
1507
1608
  <line num="43" count="5" type="stmt"/>
1508
- <line num="49" count="106" type="stmt"/>
1509
- <line num="50" count="106" type="stmt"/>
1609
+ <line num="49" count="112" type="stmt"/>
1610
+ <line num="50" count="112" type="stmt"/>
1510
1611
  <line num="68" count="21" type="stmt"/>
1511
1612
  <line num="71" count="21" type="cond" truecount="1" falsecount="0"/>
1512
1613
  <line num="72" count="10" type="stmt"/>
@@ -1568,45 +1669,45 @@
1568
1669
  <line num="10" count="6" type="stmt"/>
1569
1670
  <line num="11" count="6" type="stmt"/>
1570
1671
  <line num="41" count="6" type="stmt"/>
1571
- <line num="48" count="216" type="cond" truecount="2" falsecount="0"/>
1572
- <line num="49" count="216" type="cond" truecount="2" falsecount="0"/>
1573
- <line num="50" count="216" type="cond" truecount="2" falsecount="0"/>
1574
- <line num="51" count="216" type="stmt"/>
1672
+ <line num="48" count="228" type="cond" truecount="2" falsecount="0"/>
1673
+ <line num="49" count="228" type="cond" truecount="2" falsecount="0"/>
1674
+ <line num="50" count="228" type="cond" truecount="2" falsecount="0"/>
1675
+ <line num="51" count="228" type="stmt"/>
1575
1676
  <line num="55" count="4" type="stmt"/>
1576
- <line num="59" count="204" type="stmt"/>
1677
+ <line num="59" count="220" type="stmt"/>
1577
1678
  <line num="63" count="1" type="stmt"/>
1578
1679
  <line num="67" count="18" type="cond" truecount="2" falsecount="0"/>
1579
1680
  <line num="77" count="18" type="stmt"/>
1580
1681
  <line num="81" count="2" type="cond" truecount="2" falsecount="0"/>
1581
1682
  <line num="91" count="2" type="stmt"/>
1582
- <line num="95" count="229" type="cond" truecount="1" falsecount="0"/>
1683
+ <line num="95" count="245" type="cond" truecount="1" falsecount="0"/>
1583
1684
  <line num="96" count="3" type="stmt"/>
1584
- <line num="99" count="226" type="stmt"/>
1585
- <line num="106" count="226" type="cond" truecount="1" falsecount="0"/>
1685
+ <line num="99" count="242" type="stmt"/>
1686
+ <line num="106" count="242" type="cond" truecount="1" falsecount="0"/>
1586
1687
  <line num="108" count="17" type="stmt"/>
1587
- <line num="111" count="226" type="cond" truecount="1" falsecount="0"/>
1688
+ <line num="111" count="242" type="cond" truecount="1" falsecount="0"/>
1588
1689
  <line num="112" count="3" type="stmt"/>
1589
- <line num="115" count="226" type="cond" truecount="1" falsecount="0"/>
1590
- <line num="116" count="225" type="stmt"/>
1591
- <line num="121" count="225" type="cond" truecount="1" falsecount="0"/>
1690
+ <line num="115" count="242" type="cond" truecount="1" falsecount="0"/>
1691
+ <line num="116" count="241" type="stmt"/>
1692
+ <line num="121" count="241" type="cond" truecount="1" falsecount="0"/>
1592
1693
  <line num="123" count="1" type="stmt"/>
1593
1694
  <line num="124" count="1" type="stmt"/>
1594
- <line num="127" count="224" type="stmt"/>
1595
- <line num="135" count="224" type="stmt"/>
1596
- <line num="136" count="224" type="stmt"/>
1597
- <line num="137" count="224" type="stmt"/>
1598
- <line num="138" count="224" type="stmt"/>
1599
- <line num="140" count="224" type="stmt"/>
1600
- <line num="142" count="224" type="cond" truecount="3" falsecount="0"/>
1601
- <line num="143" count="132" type="stmt"/>
1602
- <line num="144" count="132" type="stmt"/>
1603
- <line num="147" count="224" type="cond" truecount="1" falsecount="0"/>
1695
+ <line num="127" count="240" type="stmt"/>
1696
+ <line num="135" count="240" type="stmt"/>
1697
+ <line num="136" count="240" type="stmt"/>
1698
+ <line num="137" count="240" type="stmt"/>
1699
+ <line num="138" count="240" type="stmt"/>
1700
+ <line num="140" count="240" type="stmt"/>
1701
+ <line num="142" count="240" type="cond" truecount="3" falsecount="0"/>
1702
+ <line num="143" count="142" type="stmt"/>
1703
+ <line num="144" count="142" type="stmt"/>
1704
+ <line num="147" count="240" type="cond" truecount="1" falsecount="0"/>
1604
1705
  <line num="148" count="17" type="stmt"/>
1605
1706
  <line num="149" count="17" type="cond" truecount="1" falsecount="0"/>
1606
1707
  <line num="150" count="17" type="stmt"/>
1607
- <line num="154" count="224" type="cond" truecount="5" falsecount="0"/>
1608
- <line num="158" count="203" type="stmt"/>
1609
- <line num="159" count="203" type="stmt"/>
1708
+ <line num="154" count="240" type="cond" truecount="5" falsecount="0"/>
1709
+ <line num="158" count="219" type="stmt"/>
1710
+ <line num="159" count="219" type="stmt"/>
1610
1711
  <line num="162" count="1" type="stmt"/>
1611
1712
  <line num="163" count="1" type="stmt"/>
1612
1713
  <line num="167" count="20" type="stmt"/>
@@ -1618,25 +1719,25 @@
1618
1719
  <file name="metrics.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/utils/metrics.ts">
1619
1720
  <metrics statements="59" coveredstatements="58" conditionals="20" coveredconditionals="19" methods="14" coveredmethods="13"/>
1620
1721
  <line num="47" count="5" type="stmt"/>
1621
- <line num="48" count="104" type="stmt"/>
1622
- <line num="49" count="104" type="stmt"/>
1623
- <line num="50" count="104" type="stmt"/>
1624
- <line num="51" count="104" type="stmt"/>
1625
- <line num="52" count="104" type="stmt"/>
1626
- <line num="53" count="104" type="stmt"/>
1627
- <line num="54" count="104" type="stmt"/>
1628
- <line num="55" count="104" type="stmt"/>
1629
- <line num="56" count="104" type="stmt"/>
1630
- <line num="57" count="104" type="stmt"/>
1631
- <line num="58" count="104" type="stmt"/>
1632
- <line num="59" count="104" type="stmt"/>
1633
- <line num="63" count="104" type="stmt"/>
1634
- <line num="70" count="1536" type="stmt"/>
1635
- <line num="71" count="1536" type="cond" truecount="2" falsecount="0"/>
1722
+ <line num="48" count="110" type="stmt"/>
1723
+ <line num="49" count="110" type="stmt"/>
1724
+ <line num="50" count="110" type="stmt"/>
1725
+ <line num="51" count="110" type="stmt"/>
1726
+ <line num="52" count="110" type="stmt"/>
1727
+ <line num="53" count="110" type="stmt"/>
1728
+ <line num="54" count="110" type="stmt"/>
1729
+ <line num="55" count="110" type="stmt"/>
1730
+ <line num="56" count="110" type="stmt"/>
1731
+ <line num="57" count="110" type="stmt"/>
1732
+ <line num="58" count="110" type="stmt"/>
1733
+ <line num="59" count="110" type="stmt"/>
1734
+ <line num="63" count="110" type="stmt"/>
1735
+ <line num="70" count="1538" type="stmt"/>
1736
+ <line num="71" count="1538" type="cond" truecount="2" falsecount="0"/>
1636
1737
  <line num="72" count="1523" type="stmt"/>
1637
- <line num="74" count="13" type="stmt"/>
1638
- <line num="76" count="1536" type="stmt"/>
1639
- <line num="79" count="1536" type="cond" truecount="1" falsecount="0"/>
1738
+ <line num="74" count="15" type="stmt"/>
1739
+ <line num="76" count="1538" type="stmt"/>
1740
+ <line num="79" count="1538" type="cond" truecount="1" falsecount="0"/>
1640
1741
  <line num="80" count="500" type="stmt"/>
1641
1742
  <line num="88" count="7" type="cond" truecount="2" falsecount="0"/>
1642
1743
  <line num="89" count="7" type="cond" truecount="2" falsecount="0"/>
@@ -1720,11 +1821,11 @@
1720
1821
  <line num="21" count="2" type="stmt"/>
1721
1822
  <line num="22" count="2" type="stmt"/>
1722
1823
  <line num="26" count="5" type="stmt"/>
1723
- <line num="30" count="97" type="stmt"/>
1724
- <line num="53" count="26" type="stmt"/>
1725
- <line num="55" count="26" type="stmt"/>
1726
- <line num="56" count="39" type="stmt"/>
1727
- <line num="57" count="39" type="stmt"/>
1824
+ <line num="30" count="103" type="stmt"/>
1825
+ <line num="53" count="28" type="stmt"/>
1826
+ <line num="55" count="28" type="stmt"/>
1827
+ <line num="56" count="41" type="stmt"/>
1828
+ <line num="57" count="41" type="stmt"/>
1728
1829
  <line num="59" count="25" type="stmt"/>
1729
1830
  <line num="60" count="25" type="stmt"/>
1730
1831
  <line num="62" count="25" type="cond" truecount="1" falsecount="0"/>