@hazeljs/agent 0.2.1 → 0.2.3
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 +389 -213
- package/coverage/lcov-report/index.html +39 -39
- package/coverage/lcov.info +581 -313
- package/dist/executor/agent.executor.d.ts +5 -0
- package/dist/executor/agent.executor.d.ts.map +1 -1
- package/dist/executor/agent.executor.js +139 -0
- package/dist/executor/agent.executor.js.map +1 -1
- package/dist/executor/agent.executor.streaming.d.ts +13 -0
- package/dist/executor/agent.executor.streaming.d.ts.map +1 -0
- package/dist/executor/agent.executor.streaming.js +103 -0
- package/dist/executor/agent.executor.streaming.js.map +1 -0
- package/dist/types/streaming.types.d.ts +117 -0
- package/dist/types/streaming.types.d.ts.map +1 -0
- package/dist/types/streaming.types.js +7 -0
- package/dist/types/streaming.types.js.map +1 -0
- package/dist/utils/__tests__/streaming.utils.test.d.ts +2 -0
- package/dist/utils/__tests__/streaming.utils.test.d.ts.map +1 -0
- package/dist/utils/__tests__/streaming.utils.test.js +282 -0
- package/dist/utils/__tests__/streaming.utils.test.js.map +1 -0
- package/dist/utils/streaming.utils.d.ts +54 -0
- package/dist/utils/streaming.utils.d.ts.map +1 -0
- package/dist/utils/streaming.utils.js +180 -0
- package/dist/utils/streaming.utils.js.map +1 -0
- package/logs/combined.log +1 -1
- package/package.json +6 -6
- package/tsconfig.tsbuildinfo +1 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1774086650145" clover="3.2.0">
|
|
3
|
+
<project timestamp="1774086650145" 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"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="26" coveredstatements="22" conditionals="8" coveredconditionals="6" methods="14" coveredmethods="12"/>
|
|
7
7
|
<file name="agent.module.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/agent.module.ts">
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<file name="agent.context.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/context/agent.context.ts">
|
|
40
40
|
<metrics statements="30" coveredstatements="30" conditionals="12" coveredconditionals="11" methods="7" coveredmethods="7"/>
|
|
41
41
|
<line num="13" count="7" type="stmt"/>
|
|
42
|
-
<line num="14" count="
|
|
42
|
+
<line num="14" count="140" type="stmt"/>
|
|
43
43
|
<line num="20" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
44
44
|
<line num="21" count="2" type="stmt"/>
|
|
45
45
|
<line num="24" count="6" type="stmt"/>
|
|
@@ -133,32 +133,32 @@
|
|
|
133
133
|
</file>
|
|
134
134
|
</package>
|
|
135
135
|
<package name="src.errors">
|
|
136
|
-
<metrics statements="23" coveredstatements="
|
|
136
|
+
<metrics statements="23" coveredstatements="23" conditionals="5" coveredconditionals="5" methods="10" coveredmethods="10"/>
|
|
137
137
|
<file name="agent.error.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/errors/agent.error.ts">
|
|
138
|
-
<metrics statements="23" coveredstatements="
|
|
139
|
-
<line num="5" count="
|
|
140
|
-
<line num="6" count="
|
|
141
|
-
<line num="7" count="
|
|
142
|
-
<line num="8" count="
|
|
143
|
-
<line num="9" count="
|
|
144
|
-
<line num="10" count="
|
|
145
|
-
<line num="11" count="
|
|
146
|
-
<line num="12" count="
|
|
147
|
-
<line num="13" count="
|
|
148
|
-
<line num="19" count="
|
|
149
|
-
<line num="24" count="
|
|
150
|
-
<line num="25" count="
|
|
151
|
-
<line num="26" count="
|
|
152
|
-
<line num="27" count="
|
|
153
|
-
<line num="28" count="
|
|
154
|
-
<line num="32" count="
|
|
155
|
-
<line num="36" count="
|
|
156
|
-
<line num="40" count="
|
|
157
|
-
<line num="47" count="
|
|
158
|
-
<line num="51" count="
|
|
159
|
-
<line num="59" count="
|
|
160
|
-
<line num="63" count="
|
|
161
|
-
<line num="72" count="
|
|
138
|
+
<metrics statements="23" coveredstatements="23" conditionals="5" coveredconditionals="5" methods="10" coveredmethods="10"/>
|
|
139
|
+
<line num="5" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
140
|
+
<line num="6" count="6" type="stmt"/>
|
|
141
|
+
<line num="7" count="6" type="stmt"/>
|
|
142
|
+
<line num="8" count="6" type="stmt"/>
|
|
143
|
+
<line num="9" count="6" type="stmt"/>
|
|
144
|
+
<line num="10" count="6" type="stmt"/>
|
|
145
|
+
<line num="11" count="6" type="stmt"/>
|
|
146
|
+
<line num="12" count="6" type="stmt"/>
|
|
147
|
+
<line num="13" count="6" type="stmt"/>
|
|
148
|
+
<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"/>
|
|
154
|
+
<line num="32" count="2" type="stmt"/>
|
|
155
|
+
<line num="36" count="2" type="stmt"/>
|
|
156
|
+
<line num="40" count="4" type="stmt"/>
|
|
157
|
+
<line num="47" count="2" type="stmt"/>
|
|
158
|
+
<line num="51" count="2" type="stmt"/>
|
|
159
|
+
<line num="59" count="4" type="stmt"/>
|
|
160
|
+
<line num="63" count="4" type="stmt"/>
|
|
161
|
+
<line num="72" count="3" type="stmt"/>
|
|
162
162
|
</file>
|
|
163
163
|
</package>
|
|
164
164
|
<package name="src.events">
|
|
@@ -195,9 +195,49 @@
|
|
|
195
195
|
</file>
|
|
196
196
|
</package>
|
|
197
197
|
<package name="src.executor">
|
|
198
|
-
<metrics statements="
|
|
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>
|
|
199
239
|
<file name="agent.executor.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/executor/agent.executor.ts">
|
|
200
|
-
<metrics statements="
|
|
240
|
+
<metrics statements="250" coveredstatements="192" conditionals="89" coveredconditionals="50" methods="14" coveredmethods="13"/>
|
|
201
241
|
<line num="6" count="5" type="stmt"/>
|
|
202
242
|
<line num="7" count="5" type="stmt"/>
|
|
203
243
|
<line num="21" count="5" type="stmt"/>
|
|
@@ -206,14 +246,14 @@
|
|
|
206
246
|
<line num="25" count="5" type="stmt"/>
|
|
207
247
|
<line num="26" count="5" type="stmt"/>
|
|
208
248
|
<line num="42" count="5" type="stmt"/>
|
|
209
|
-
<line num="44" count="
|
|
210
|
-
<line num="45" count="
|
|
211
|
-
<line num="46" count="
|
|
212
|
-
<line num="47" count="
|
|
213
|
-
<line num="48" count="
|
|
214
|
-
<line num="49" count="
|
|
215
|
-
<line num="56" count="
|
|
216
|
-
<line num="60" count="
|
|
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"/>
|
|
217
257
|
<line num="61" count="0" type="stmt"/>
|
|
218
258
|
<line num="66" count="5" type="cond" truecount="0" falsecount="1"/>
|
|
219
259
|
<line num="67" count="0" type="stmt"/>
|
|
@@ -254,140 +294,200 @@
|
|
|
254
294
|
<line num="160" count="5" type="stmt"/>
|
|
255
295
|
<line num="162" count="5" type="stmt"/>
|
|
256
296
|
<line num="168" count="5" type="stmt"/>
|
|
257
|
-
<line num="189" count="
|
|
258
|
-
<line num="190" count="
|
|
259
|
-
<line num="191" count="
|
|
260
|
-
<line num="192" count="
|
|
261
|
-
<line num="193" count="
|
|
262
|
-
<line num="195" count="
|
|
263
|
-
<line num="196" count="
|
|
264
|
-
<line num="198" count="
|
|
265
|
-
<line num="205" count="
|
|
266
|
-
<line num="207" count="
|
|
267
|
-
<line num="210" count="
|
|
268
|
-
<line num="211" count="
|
|
269
|
-
<line num="212" count="
|
|
270
|
-
<line num="214" count="
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
273
|
-
<line num="220" count="0" type="
|
|
274
|
-
<line num="221" count="0" type="
|
|
297
|
+
<line num="189" count="2" type="stmt"/>
|
|
298
|
+
<line num="190" count="2" type="stmt"/>
|
|
299
|
+
<line num="191" count="2" type="stmt"/>
|
|
300
|
+
<line num="192" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
301
|
+
<line num="193" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
302
|
+
<line num="195" count="2" type="stmt"/>
|
|
303
|
+
<line num="196" count="2" type="stmt"/>
|
|
304
|
+
<line num="198" count="2" type="stmt"/>
|
|
305
|
+
<line num="205" count="2" type="stmt"/>
|
|
306
|
+
<line num="207" count="2" type="stmt"/>
|
|
307
|
+
<line num="210" count="2" type="stmt"/>
|
|
308
|
+
<line num="211" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
309
|
+
<line num="212" count="2" type="stmt"/>
|
|
310
|
+
<line num="214" count="2" type="stmt"/>
|
|
311
|
+
<line num="217" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
312
|
+
<line num="219" count="0" type="stmt"/>
|
|
313
|
+
<line num="220" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
314
|
+
<line num="221" count="0" type="stmt"/>
|
|
275
315
|
<line num="222" count="0" type="stmt"/>
|
|
276
|
-
<line num="223" count="0" type="
|
|
277
|
-
<line num="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
316
|
+
<line num="223" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
317
|
+
<line num="224" count="0" type="stmt"/>
|
|
318
|
+
<line num="227" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
319
|
+
<line num="228" count="0" type="stmt"/>
|
|
320
|
+
<line num="230" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
280
321
|
<line num="231" count="0" type="stmt"/>
|
|
322
|
+
<line num="232" count="0" type="stmt"/>
|
|
281
323
|
<line num="234" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
282
324
|
<line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="
|
|
286
|
-
<line num="
|
|
287
|
-
<line num="
|
|
325
|
+
<line num="237" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
326
|
+
<line num="238" count="0" type="stmt"/>
|
|
327
|
+
<line num="241" count="0" type="stmt"/>
|
|
328
|
+
<line num="243" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
329
|
+
<line num="244" count="0" type="stmt"/>
|
|
330
|
+
<line num="247" count="0" type="stmt"/>
|
|
288
331
|
<line num="249" count="0" type="stmt"/>
|
|
289
|
-
<line num="253" count="
|
|
290
|
-
<line num="254" count="
|
|
291
|
-
<line num="
|
|
332
|
+
<line num="253" count="2" type="stmt"/>
|
|
333
|
+
<line num="254" count="2" type="stmt"/>
|
|
334
|
+
<line num="256" count="2" type="stmt"/>
|
|
335
|
+
<line num="257" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
292
336
|
<line num="258" count="0" type="stmt"/>
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="
|
|
337
|
+
<line num="259" count="0" type="stmt"/>
|
|
338
|
+
<line num="263" count="2" type="stmt"/>
|
|
339
|
+
<line num="265" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
340
|
+
<line num="266" count="1" type="stmt"/>
|
|
341
|
+
<line num="267" count="1" type="stmt"/>
|
|
342
|
+
<line num="270" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
343
|
+
<line num="271" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
344
|
+
<line num="274" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
345
|
+
<line num="275" count="0" type="stmt"/>
|
|
296
346
|
<line num="278" count="0" type="stmt"/>
|
|
297
|
-
<line num="
|
|
347
|
+
<line num="281" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
298
348
|
<line num="282" count="0" type="stmt"/>
|
|
299
|
-
<line num="
|
|
349
|
+
<line num="285" count="0" type="stmt"/>
|
|
350
|
+
<line num="289" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
351
|
+
<line num="290" count="1" type="stmt"/>
|
|
352
|
+
<line num="291" count="1" type="stmt"/>
|
|
300
353
|
<line num="294" count="0" type="stmt"/>
|
|
301
|
-
<line num="
|
|
302
|
-
<line num="
|
|
303
|
-
<line num="
|
|
304
|
-
<line num="
|
|
305
|
-
<line num="
|
|
306
|
-
<line num="
|
|
307
|
-
<line num="
|
|
308
|
-
<line num="
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="
|
|
313
|
-
<line num="
|
|
314
|
-
<line num="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="
|
|
317
|
-
<line num="
|
|
318
|
-
<line num="
|
|
319
|
-
<line num="
|
|
320
|
-
<line num="
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
323
|
-
<line num="
|
|
324
|
-
<line num="
|
|
325
|
-
<line num="
|
|
326
|
-
<line num="
|
|
327
|
-
<line num="
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="
|
|
333
|
-
<line num="
|
|
334
|
-
<line num="
|
|
335
|
-
<line num="
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="
|
|
339
|
-
<line num="
|
|
340
|
-
<line num="
|
|
341
|
-
<line num="
|
|
342
|
-
<line num="
|
|
343
|
-
<line num="
|
|
344
|
-
<line num="
|
|
345
|
-
<line num="
|
|
346
|
-
<line num="
|
|
347
|
-
<line num="
|
|
348
|
-
<line num="
|
|
349
|
-
<line num="
|
|
350
|
-
<line num="
|
|
351
|
-
<line num="
|
|
352
|
-
<line num="
|
|
353
|
-
<line num="
|
|
354
|
-
<line num="
|
|
355
|
-
<line num="
|
|
356
|
-
<line num="
|
|
357
|
-
<line num="
|
|
358
|
-
<line num="
|
|
359
|
-
<line num="
|
|
360
|
-
<line num="
|
|
361
|
-
<line num="
|
|
362
|
-
<line num="
|
|
363
|
-
<line num="
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="
|
|
368
|
-
<line num="
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
373
|
-
<line num="
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="
|
|
377
|
-
<line num="
|
|
378
|
-
<line num="
|
|
379
|
-
<line num="
|
|
380
|
-
<line num="
|
|
381
|
-
<line num="
|
|
382
|
-
<line num="
|
|
383
|
-
<line num="
|
|
384
|
-
<line num="
|
|
385
|
-
<line num="
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="583" count="
|
|
389
|
-
<line num="
|
|
390
|
-
<line num="
|
|
354
|
+
<line num="296" count="0" type="stmt"/>
|
|
355
|
+
<line num="297" count="0" type="stmt"/>
|
|
356
|
+
<line num="308" count="0" type="stmt"/>
|
|
357
|
+
<line num="314" count="0" type="stmt"/>
|
|
358
|
+
<line num="316" count="2" type="stmt"/>
|
|
359
|
+
<line num="318" count="2" type="stmt"/>
|
|
360
|
+
<line num="319" count="2" type="stmt"/>
|
|
361
|
+
<line num="330" count="2" type="stmt"/>
|
|
362
|
+
<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"/>
|
|
370
|
+
<line num="369" count="9" type="stmt"/>
|
|
371
|
+
<line num="371" count="9" type="cond" truecount="3" falsecount="3"/>
|
|
372
|
+
<line num="373" count="1" type="stmt"/>
|
|
373
|
+
<line num="374" count="1" type="stmt"/>
|
|
374
|
+
<line num="375" count="1" type="stmt"/>
|
|
375
|
+
<line num="378" count="1" type="stmt"/>
|
|
376
|
+
<line num="379" count="1" type="stmt"/>
|
|
377
|
+
<line num="382" count="1" type="stmt"/>
|
|
378
|
+
<line num="385" count="7" type="stmt"/>
|
|
379
|
+
<line num="386" count="7" type="stmt"/>
|
|
380
|
+
<line num="390" count="7" type="stmt"/>
|
|
381
|
+
<line num="393" count="0" type="stmt"/>
|
|
382
|
+
<line num="394" count="0" type="stmt"/>
|
|
383
|
+
<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"/>
|
|
404
|
+
<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"/>
|
|
413
|
+
<line num="488" count="3" type="stmt"/>
|
|
414
|
+
<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"/>
|
|
463
|
+
<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"/>
|
|
391
491
|
</file>
|
|
392
492
|
<file name="tool.executor.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/executor/tool.executor.ts">
|
|
393
493
|
<metrics statements="107" coveredstatements="107" conditionals="38" coveredconditionals="35" methods="15" coveredmethods="15"/>
|
|
@@ -395,12 +495,12 @@
|
|
|
395
495
|
<line num="7" count="6" type="stmt"/>
|
|
396
496
|
<line num="14" count="6" type="stmt"/>
|
|
397
497
|
<line num="27" count="6" type="stmt"/>
|
|
398
|
-
<line num="28" count="
|
|
399
|
-
<line num="29" count="
|
|
400
|
-
<line num="30" count="
|
|
498
|
+
<line num="28" count="134" type="stmt"/>
|
|
499
|
+
<line num="29" count="134" type="stmt"/>
|
|
500
|
+
<line num="30" count="134" type="stmt"/>
|
|
401
501
|
<line num="32" count="6" type="stmt"/>
|
|
402
|
-
<line num="35" count="
|
|
403
|
-
<line num="36" count="
|
|
502
|
+
<line num="35" count="134" type="stmt"/>
|
|
503
|
+
<line num="36" count="134" type="stmt"/>
|
|
404
504
|
<line num="49" count="14" type="stmt"/>
|
|
405
505
|
<line num="50" count="14" type="stmt"/>
|
|
406
506
|
<line num="52" count="14" type="stmt"/>
|
|
@@ -724,8 +824,8 @@
|
|
|
724
824
|
<metrics statements="51" coveredstatements="48" conditionals="8" coveredconditionals="6" methods="15" coveredmethods="14"/>
|
|
725
825
|
<line num="8" count="6" type="stmt"/>
|
|
726
826
|
<line num="13" count="6" type="stmt"/>
|
|
727
|
-
<line num="14" count="
|
|
728
|
-
<line num="15" count="
|
|
827
|
+
<line num="14" count="126" type="stmt"/>
|
|
828
|
+
<line num="15" count="126" type="stmt"/>
|
|
729
829
|
<line num="22" count="14" type="stmt"/>
|
|
730
830
|
<line num="23" count="14" type="stmt"/>
|
|
731
831
|
<line num="25" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -743,16 +843,16 @@
|
|
|
743
843
|
<line num="53" count="13" type="stmt"/>
|
|
744
844
|
<line num="56" count="13" type="stmt"/>
|
|
745
845
|
<line num="63" count="3" type="stmt"/>
|
|
746
|
-
<line num="70" count="
|
|
747
|
-
<line num="71" count="
|
|
748
|
-
<line num="72" count="
|
|
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"/>
|
|
749
849
|
<line num="75" count="5" type="stmt"/>
|
|
750
850
|
<line num="76" count="6" type="stmt"/>
|
|
751
851
|
<line num="77" count="6" type="stmt"/>
|
|
752
852
|
<line num="84" count="0" type="stmt"/>
|
|
753
853
|
<line num="91" count="2" type="stmt"/>
|
|
754
|
-
<line num="98" count="
|
|
755
|
-
<line num="100" count="
|
|
854
|
+
<line num="98" count="11" type="stmt"/>
|
|
855
|
+
<line num="100" count="11" type="stmt"/>
|
|
756
856
|
<line num="108" count="2" type="stmt"/>
|
|
757
857
|
<line num="109" count="2" type="stmt"/>
|
|
758
858
|
<line num="111" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -771,8 +871,8 @@
|
|
|
771
871
|
<line num="157" count="1" type="stmt"/>
|
|
772
872
|
<line num="158" count="1" type="stmt"/>
|
|
773
873
|
<line num="165" count="7" type="stmt"/>
|
|
774
|
-
<line num="172" count="
|
|
775
|
-
<line num="174" count="
|
|
874
|
+
<line num="172" count="10" type="stmt"/>
|
|
875
|
+
<line num="174" count="10" type="stmt"/>
|
|
776
876
|
</file>
|
|
777
877
|
</package>
|
|
778
878
|
<package name="src.runtime">
|
|
@@ -989,23 +1089,23 @@
|
|
|
989
1089
|
<line num="6" count="6" type="stmt"/>
|
|
990
1090
|
<line num="8" count="6" type="stmt"/>
|
|
991
1091
|
<line num="15" count="6" type="stmt"/>
|
|
992
|
-
<line num="16" count="
|
|
993
|
-
<line num="28" count="
|
|
994
|
-
<line num="29" count="
|
|
995
|
-
<line num="31" count="
|
|
996
|
-
<line num="50" count="
|
|
997
|
-
<line num="51" count="
|
|
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"/>
|
|
998
1098
|
<line num="58" count="11" type="stmt"/>
|
|
999
|
-
<line num="65" count="
|
|
1000
|
-
<line num="66" count="
|
|
1099
|
+
<line num="65" count="43" type="stmt"/>
|
|
1100
|
+
<line num="66" count="43" type="cond" truecount="1" falsecount="0"/>
|
|
1001
1101
|
<line num="67" count="1" type="stmt"/>
|
|
1002
|
-
<line num="70" count="
|
|
1003
|
-
<line num="71" count="
|
|
1004
|
-
<line num="78" count="
|
|
1005
|
-
<line num="79" count="
|
|
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"/>
|
|
1006
1106
|
<line num="80" count="1" type="stmt"/>
|
|
1007
|
-
<line num="83" count="
|
|
1008
|
-
<line num="84" count="
|
|
1107
|
+
<line num="83" count="36" type="stmt"/>
|
|
1108
|
+
<line num="84" count="36" type="stmt"/>
|
|
1009
1109
|
<line num="91" count="3" type="stmt"/>
|
|
1010
1110
|
<line num="92" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1011
1111
|
<line num="93" count="1" type="stmt"/>
|
|
@@ -1033,14 +1133,14 @@
|
|
|
1033
1133
|
<line num="157" count="1" type="stmt"/>
|
|
1034
1134
|
<line num="160" count="1" type="stmt"/>
|
|
1035
1135
|
<line num="161" count="1" type="stmt"/>
|
|
1036
|
-
<line num="168" count="
|
|
1037
|
-
<line num="169" count="
|
|
1136
|
+
<line num="168" count="31" type="stmt"/>
|
|
1137
|
+
<line num="169" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
1038
1138
|
<line num="170" count="1" type="stmt"/>
|
|
1039
|
-
<line num="173" count="
|
|
1139
|
+
<line num="173" count="30" type="cond" truecount="3" falsecount="0"/>
|
|
1040
1140
|
<line num="174" count="2" type="stmt"/>
|
|
1041
|
-
<line num="177" count="
|
|
1141
|
+
<line num="177" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
1042
1142
|
<line num="178" count="3" type="stmt"/>
|
|
1043
|
-
<line num="181" count="
|
|
1143
|
+
<line num="181" count="25" type="stmt"/>
|
|
1044
1144
|
<line num="188" count="2" type="stmt"/>
|
|
1045
1145
|
<line num="195" count="2" type="stmt"/>
|
|
1046
1146
|
<line num="202" count="3" type="stmt"/>
|
|
@@ -1327,21 +1427,21 @@
|
|
|
1327
1427
|
<metrics statements="53" coveredstatements="53" conditionals="8" coveredconditionals="8" methods="4" coveredmethods="4"/>
|
|
1328
1428
|
<file name="agent.types.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/types/agent.types.ts">
|
|
1329
1429
|
<metrics statements="15" coveredstatements="15" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
1330
|
-
<line num="30" count="
|
|
1331
|
-
<line num="31" count="
|
|
1332
|
-
<line num="32" count="
|
|
1333
|
-
<line num="33" count="
|
|
1334
|
-
<line num="34" count="
|
|
1335
|
-
<line num="35" count="
|
|
1336
|
-
<line num="36" count="
|
|
1337
|
-
<line num="37" count="
|
|
1338
|
-
<line num="59" count="
|
|
1339
|
-
<line num="60" count="
|
|
1340
|
-
<line num="61" count="
|
|
1341
|
-
<line num="62" count="
|
|
1342
|
-
<line num="63" count="
|
|
1343
|
-
<line num="64" count="
|
|
1344
|
-
<line num="65" count="
|
|
1430
|
+
<line num="30" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1431
|
+
<line num="31" count="10" type="stmt"/>
|
|
1432
|
+
<line num="32" count="10" type="stmt"/>
|
|
1433
|
+
<line num="33" count="10" type="stmt"/>
|
|
1434
|
+
<line num="34" count="10" type="stmt"/>
|
|
1435
|
+
<line num="35" count="10" type="stmt"/>
|
|
1436
|
+
<line num="36" count="10" type="stmt"/>
|
|
1437
|
+
<line num="37" count="10" type="stmt"/>
|
|
1438
|
+
<line num="59" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1439
|
+
<line num="60" count="10" type="stmt"/>
|
|
1440
|
+
<line num="61" count="10" type="stmt"/>
|
|
1441
|
+
<line num="62" count="10" type="stmt"/>
|
|
1442
|
+
<line num="63" count="10" type="stmt"/>
|
|
1443
|
+
<line num="64" count="10" type="stmt"/>
|
|
1444
|
+
<line num="65" count="10" type="stmt"/>
|
|
1345
1445
|
</file>
|
|
1346
1446
|
<file name="event.types.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/types/event.types.ts">
|
|
1347
1447
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
@@ -1389,7 +1489,7 @@
|
|
|
1389
1489
|
</file>
|
|
1390
1490
|
</package>
|
|
1391
1491
|
<package name="src.utils">
|
|
1392
|
-
<metrics statements="
|
|
1492
|
+
<metrics statements="317" coveredstatements="314" conditionals="117" coveredconditionals="112" methods="79" coveredmethods="76"/>
|
|
1393
1493
|
<file name="circuit-breaker.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/utils/circuit-breaker.ts">
|
|
1394
1494
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="2"/>
|
|
1395
1495
|
<line num="9" count="5" type="stmt"/>
|
|
@@ -1652,6 +1752,82 @@
|
|
|
1652
1752
|
<line num="135" count="3" type="stmt"/>
|
|
1653
1753
|
<line num="138" count="1" type="stmt"/>
|
|
1654
1754
|
</file>
|
|
1755
|
+
<file name="streaming.utils.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/utils/streaming.utils.ts">
|
|
1756
|
+
<metrics statements="73" coveredstatements="73" conditionals="23" coveredconditionals="20" methods="14" coveredmethods="14"/>
|
|
1757
|
+
<line num="12" count="1" type="stmt"/>
|
|
1758
|
+
<line num="13" count="2" type="stmt"/>
|
|
1759
|
+
<line num="15" count="2" type="stmt"/>
|
|
1760
|
+
<line num="16" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1761
|
+
<line num="17" count="2" type="stmt"/>
|
|
1762
|
+
<line num="21" count="2" type="stmt"/>
|
|
1763
|
+
<line num="27" count="1" type="stmt"/>
|
|
1764
|
+
<line num="31" count="4" type="stmt"/>
|
|
1765
|
+
<line num="33" count="4" type="stmt"/>
|
|
1766
|
+
<line num="34" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1767
|
+
<line num="35" count="8" type="stmt"/>
|
|
1768
|
+
<line num="37" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1769
|
+
<line num="38" count="1" type="stmt"/>
|
|
1770
|
+
<line num="42" count="1" type="stmt"/>
|
|
1771
|
+
<line num="46" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1772
|
+
<line num="47" count="2" type="stmt"/>
|
|
1773
|
+
<line num="51" count="2" type="stmt"/>
|
|
1774
|
+
<line num="54" count="2" type="stmt"/>
|
|
1775
|
+
<line num="59" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1776
|
+
<line num="60" count="3" type="stmt"/>
|
|
1777
|
+
<line num="70" count="1" type="stmt"/>
|
|
1778
|
+
<line num="74" count="2" type="stmt"/>
|
|
1779
|
+
<line num="75" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1780
|
+
<line num="76" count="2" type="stmt"/>
|
|
1781
|
+
<line num="84" count="1" type="stmt"/>
|
|
1782
|
+
<line num="88" count="2" type="stmt"/>
|
|
1783
|
+
<line num="89" count="4" type="stmt"/>
|
|
1784
|
+
<line num="90" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1785
|
+
<line num="91" count="3" type="stmt"/>
|
|
1786
|
+
<line num="99" count="1" type="stmt"/>
|
|
1787
|
+
<line num="101" count="5" type="stmt"/>
|
|
1788
|
+
<line num="102" count="5" type="stmt"/>
|
|
1789
|
+
<line num="103" count="5" type="stmt"/>
|
|
1790
|
+
<line num="107" count="5" type="stmt"/>
|
|
1791
|
+
<line num="108" count="5" type="stmt"/>
|
|
1792
|
+
<line num="112" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1793
|
+
<line num="114" count="2" type="stmt"/>
|
|
1794
|
+
<line num="115" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1795
|
+
<line num="116" count="1" type="stmt"/>
|
|
1796
|
+
<line num="118" count="2" type="stmt"/>
|
|
1797
|
+
<line num="120" count="2" type="stmt"/>
|
|
1798
|
+
<line num="121" count="2" type="stmt"/>
|
|
1799
|
+
<line num="126" count="5" type="stmt"/>
|
|
1800
|
+
<line num="127" count="5" type="stmt"/>
|
|
1801
|
+
<line num="128" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1802
|
+
<line num="129" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1803
|
+
<line num="131" count="5" type="stmt"/>
|
|
1804
|
+
<line num="142" count="1" type="stmt"/>
|
|
1805
|
+
<line num="143" count="1" type="stmt"/>
|
|
1806
|
+
<line num="144" count="1" type="stmt"/>
|
|
1807
|
+
<line num="145" count="1" type="stmt"/>
|
|
1808
|
+
<line num="152" count="1" type="stmt"/>
|
|
1809
|
+
<line num="153" count="3" type="stmt"/>
|
|
1810
|
+
<line num="157" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1811
|
+
<line num="158" count="4" type="stmt"/>
|
|
1812
|
+
<line num="160" count="5" type="stmt"/>
|
|
1813
|
+
<line num="164" count="3" type="stmt"/>
|
|
1814
|
+
<line num="165" count="3" type="stmt"/>
|
|
1815
|
+
<line num="166" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1816
|
+
<line num="167" count="3" type="stmt"/>
|
|
1817
|
+
<line num="168" count="4" type="stmt"/>
|
|
1818
|
+
<line num="178" count="1" type="stmt"/>
|
|
1819
|
+
<line num="179" count="5" type="stmt"/>
|
|
1820
|
+
<line num="180" count="5" type="stmt"/>
|
|
1821
|
+
<line num="183" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
1822
|
+
<line num="185" count="1" type="stmt"/>
|
|
1823
|
+
<line num="186" count="1" type="stmt"/>
|
|
1824
|
+
<line num="189" count="2" type="stmt"/>
|
|
1825
|
+
<line num="190" count="2" type="stmt"/>
|
|
1826
|
+
<line num="193" count="1" type="stmt"/>
|
|
1827
|
+
<line num="196" count="1" type="stmt"/>
|
|
1828
|
+
<line num="201" count="1" type="stmt"/>
|
|
1829
|
+
<line num="202" count="1" type="stmt"/>
|
|
1830
|
+
</file>
|
|
1655
1831
|
</package>
|
|
1656
1832
|
</project>
|
|
1657
1833
|
</coverage>
|