@hazeljs/agent 0.2.0-beta.80 → 0.2.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +496 -347
- package/coverage/lcov-report/index.html +68 -53
- package/coverage/lcov.info +832 -575
- package/dist/agent.module.d.ts +12 -3
- package/dist/agent.module.d.ts.map +1 -1
- package/dist/agent.module.js +13 -1
- package/dist/agent.module.js.map +1 -1
- package/dist/errors/agent.error.d.ts +30 -0
- package/dist/errors/agent.error.d.ts.map +1 -0
- package/dist/errors/agent.error.js +55 -0
- package/dist/errors/agent.error.js.map +1 -0
- package/dist/executor/agent.executor.d.ts +19 -4
- package/dist/executor/agent.executor.d.ts.map +1 -1
- package/dist/executor/agent.executor.js +175 -33
- package/dist/executor/agent.executor.js.map +1 -1
- package/dist/executor/tool.executor.d.ts +6 -3
- package/dist/executor/tool.executor.d.ts.map +1 -1
- package/dist/executor/tool.executor.js +39 -38
- package/dist/executor/tool.executor.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/runtime/agent.runtime.d.ts +12 -1
- package/dist/runtime/agent.runtime.d.ts.map +1 -1
- package/dist/runtime/agent.runtime.js +86 -5
- package/dist/runtime/agent.runtime.js.map +1 -1
- package/dist/types/agent.types.d.ts +18 -0
- package/dist/types/agent.types.d.ts.map +1 -1
- package/dist/types/llm.types.d.ts +16 -0
- package/dist/types/llm.types.d.ts.map +1 -1
- package/dist/types/tool.types.d.ts +11 -0
- package/dist/types/tool.types.d.ts.map +1 -1
- package/jest.config.js +4 -4
- package/logs/combined.log +1 -1
- package/package.json +6 -6
- package/tsconfig.tsbuildinfo +1 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,35 +1,37 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1773426942870" clover="3.2.0">
|
|
3
|
+
<project timestamp="1773426942871" name="All files">
|
|
4
|
+
<metrics statements="1513" coveredstatements="1351" conditionals="568" coveredconditionals="424" methods="305" coveredmethods="282" elements="2386" coveredelements="2057" complexity="0" loc="1513" ncloc="1513" packages="14" files="32" classes="32"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
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">
|
|
8
|
-
<metrics statements="
|
|
8
|
+
<metrics statements="26" coveredstatements="22" conditionals="8" coveredconditionals="6" methods="14" coveredmethods="12"/>
|
|
9
9
|
<line num="6" count="1" type="stmt"/>
|
|
10
10
|
<line num="7" count="1" type="stmt"/>
|
|
11
|
-
<line num="
|
|
12
|
-
<line num="
|
|
13
|
-
<line num="55" count="9" type="stmt"/>
|
|
11
|
+
<line num="14" count="1" type="stmt"/>
|
|
12
|
+
<line num="29" count="1" type="stmt"/>
|
|
14
13
|
<line num="56" count="9" type="stmt"/>
|
|
15
|
-
<line num="
|
|
16
|
-
<line num="
|
|
17
|
-
<line num="65" count="
|
|
14
|
+
<line num="57" count="9" type="stmt"/>
|
|
15
|
+
<line num="62" count="9" type="stmt"/>
|
|
16
|
+
<line num="65" count="9" type="cond" truecount="0" falsecount="1"/>
|
|
18
17
|
<line num="66" count="0" type="stmt"/>
|
|
19
|
-
<line num="
|
|
20
|
-
<line num="
|
|
21
|
-
<line num="
|
|
22
|
-
<line num="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="
|
|
26
|
-
<line num="
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
18
|
+
<line num="67" count="0" type="stmt"/>
|
|
19
|
+
<line num="73" count="1" type="stmt"/>
|
|
20
|
+
<line num="81" count="1" type="stmt"/>
|
|
21
|
+
<line num="89" count="1" type="stmt"/>
|
|
22
|
+
<line num="93" count="1" type="stmt"/>
|
|
23
|
+
<line num="104" count="0" type="stmt"/>
|
|
24
|
+
<line num="115" count="0" type="stmt"/>
|
|
25
|
+
<line num="119" count="1" type="stmt"/>
|
|
26
|
+
<line num="123" count="1" type="stmt"/>
|
|
27
|
+
<line num="127" count="1" type="stmt"/>
|
|
28
|
+
<line num="131" count="1" type="stmt"/>
|
|
29
|
+
<line num="135" count="1" type="stmt"/>
|
|
30
|
+
<line num="147" count="1" type="stmt"/>
|
|
31
|
+
<line num="148" count="1" type="stmt"/>
|
|
32
|
+
<line num="151" count="3" type="stmt"/>
|
|
33
|
+
<line num="152" count="3" type="stmt"/>
|
|
34
|
+
<line num="156" count="12" type="stmt"/>
|
|
33
35
|
</file>
|
|
34
36
|
</package>
|
|
35
37
|
<package name="src.context">
|
|
@@ -130,6 +132,35 @@
|
|
|
130
132
|
<line num="64" count="0" type="stmt"/>
|
|
131
133
|
</file>
|
|
132
134
|
</package>
|
|
135
|
+
<package name="src.errors">
|
|
136
|
+
<metrics statements="23" coveredstatements="20" conditionals="5" coveredconditionals="3" methods="10" coveredmethods="7"/>
|
|
137
|
+
<file name="agent.error.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/errors/agent.error.ts">
|
|
138
|
+
<metrics statements="23" coveredstatements="20" conditionals="5" coveredconditionals="3" methods="10" coveredmethods="7"/>
|
|
139
|
+
<line num="5" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
140
|
+
<line num="6" count="5" type="stmt"/>
|
|
141
|
+
<line num="7" count="5" type="stmt"/>
|
|
142
|
+
<line num="8" count="5" type="stmt"/>
|
|
143
|
+
<line num="9" count="5" type="stmt"/>
|
|
144
|
+
<line num="10" count="5" type="stmt"/>
|
|
145
|
+
<line num="11" count="5" type="stmt"/>
|
|
146
|
+
<line num="12" count="5" type="stmt"/>
|
|
147
|
+
<line num="13" count="5" type="stmt"/>
|
|
148
|
+
<line num="19" count="5" type="stmt"/>
|
|
149
|
+
<line num="24" count="8" type="stmt"/>
|
|
150
|
+
<line num="25" count="8" type="stmt"/>
|
|
151
|
+
<line num="26" count="8" type="stmt"/>
|
|
152
|
+
<line num="27" count="8" type="stmt"/>
|
|
153
|
+
<line num="28" count="8" type="stmt"/>
|
|
154
|
+
<line num="32" count="0" type="stmt"/>
|
|
155
|
+
<line num="36" count="0" type="stmt"/>
|
|
156
|
+
<line num="40" count="2" type="stmt"/>
|
|
157
|
+
<line num="47" count="1" type="stmt"/>
|
|
158
|
+
<line num="51" count="0" type="stmt"/>
|
|
159
|
+
<line num="59" count="1" type="stmt"/>
|
|
160
|
+
<line num="63" count="3" type="stmt"/>
|
|
161
|
+
<line num="72" count="1" type="stmt"/>
|
|
162
|
+
</file>
|
|
163
|
+
</package>
|
|
133
164
|
<package name="src.events">
|
|
134
165
|
<metrics statements="27" coveredstatements="27" conditionals="9" coveredconditionals="7" methods="8" coveredmethods="8"/>
|
|
135
166
|
<file name="event.emitter.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/events/event.emitter.ts">
|
|
@@ -164,230 +195,309 @@
|
|
|
164
195
|
</file>
|
|
165
196
|
</package>
|
|
166
197
|
<package name="src.executor">
|
|
167
|
-
<metrics statements="
|
|
198
|
+
<metrics statements="297" coveredstatements="235" conditionals="108" coveredconditionals="75" methods="28" coveredmethods="26"/>
|
|
168
199
|
<file name="agent.executor.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/executor/agent.executor.ts">
|
|
169
|
-
<metrics statements="
|
|
200
|
+
<metrics statements="190" coveredstatements="128" conditionals="70" coveredconditionals="40" methods="13" coveredmethods="11"/>
|
|
170
201
|
<line num="6" count="5" type="stmt"/>
|
|
171
202
|
<line num="7" count="5" type="stmt"/>
|
|
172
|
-
<line num="
|
|
173
|
-
<line num="22" count="5" type="stmt"/>
|
|
203
|
+
<line num="21" count="5" type="stmt"/>
|
|
174
204
|
<line num="23" count="5" type="stmt"/>
|
|
175
205
|
<line num="24" count="5" type="stmt"/>
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
181
|
-
<line num="
|
|
182
|
-
<line num="
|
|
183
|
-
<line num="
|
|
184
|
-
<line num="
|
|
185
|
-
<line num="
|
|
186
|
-
<line num="
|
|
187
|
-
<line num="61" count="
|
|
188
|
-
<line num="
|
|
189
|
-
<line num="
|
|
190
|
-
<line num="
|
|
191
|
-
<line num="
|
|
192
|
-
<line num="
|
|
193
|
-
<line num="
|
|
194
|
-
<line num="
|
|
195
|
-
<line num="
|
|
196
|
-
<line num="
|
|
197
|
-
<line num="
|
|
198
|
-
<line num="
|
|
199
|
-
<line num="
|
|
200
|
-
<line num="
|
|
201
|
-
<line num="
|
|
202
|
-
<line num="
|
|
203
|
-
<line num="
|
|
204
|
-
<line num="
|
|
205
|
-
<line num="
|
|
206
|
-
<line num="
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="
|
|
221
|
-
<line num="
|
|
222
|
-
<line num="
|
|
223
|
-
<line num="
|
|
224
|
-
<line num="
|
|
225
|
-
<line num="
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="193" count="0" type="stmt"/>
|
|
206
|
+
<line num="25" count="5" type="stmt"/>
|
|
207
|
+
<line num="26" count="5" type="stmt"/>
|
|
208
|
+
<line num="42" count="5" type="stmt"/>
|
|
209
|
+
<line num="44" count="113" type="stmt"/>
|
|
210
|
+
<line num="45" count="113" type="stmt"/>
|
|
211
|
+
<line num="46" count="113" type="stmt"/>
|
|
212
|
+
<line num="47" count="113" type="stmt"/>
|
|
213
|
+
<line num="48" count="113" type="stmt"/>
|
|
214
|
+
<line num="49" count="113" type="stmt"/>
|
|
215
|
+
<line num="56" count="86" type="cond" truecount="1" falsecount="1"/>
|
|
216
|
+
<line num="60" count="46" type="cond" truecount="0" falsecount="1"/>
|
|
217
|
+
<line num="61" count="0" type="stmt"/>
|
|
218
|
+
<line num="66" count="5" type="cond" truecount="0" falsecount="1"/>
|
|
219
|
+
<line num="67" count="0" type="stmt"/>
|
|
220
|
+
<line num="79" count="15" type="stmt"/>
|
|
221
|
+
<line num="80" count="15" type="stmt"/>
|
|
222
|
+
<line num="81" count="15" type="stmt"/>
|
|
223
|
+
<line num="82" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
224
|
+
<line num="84" count="15" type="stmt"/>
|
|
225
|
+
<line num="85" count="15" type="stmt"/>
|
|
226
|
+
<line num="87" count="15" type="stmt"/>
|
|
227
|
+
<line num="94" count="15" type="stmt"/>
|
|
228
|
+
<line num="96" count="15" type="stmt"/>
|
|
229
|
+
<line num="99" count="15" type="stmt"/>
|
|
230
|
+
<line num="100" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
231
|
+
<line num="101" count="22" type="stmt"/>
|
|
232
|
+
<line num="103" count="22" type="stmt"/>
|
|
233
|
+
<line num="105" count="22" type="stmt"/>
|
|
234
|
+
<line num="106" count="21" type="stmt"/>
|
|
235
|
+
<line num="108" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
236
|
+
<line num="109" count="8" type="stmt"/>
|
|
237
|
+
<line num="110" count="8" type="stmt"/>
|
|
238
|
+
<line num="113" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
239
|
+
<line num="114" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
240
|
+
<line num="117" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
241
|
+
<line num="118" count="1" type="stmt"/>
|
|
242
|
+
<line num="121" count="1" type="stmt"/>
|
|
243
|
+
<line num="124" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
244
|
+
<line num="125" count="1" type="stmt"/>
|
|
245
|
+
<line num="128" count="1" type="stmt"/>
|
|
246
|
+
<line num="132" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
247
|
+
<line num="133" count="2" type="stmt"/>
|
|
248
|
+
<line num="134" count="2" type="stmt"/>
|
|
249
|
+
<line num="137" count="10" type="stmt"/>
|
|
250
|
+
<line num="139" count="10" type="stmt"/>
|
|
251
|
+
<line num="141" count="10" type="stmt"/>
|
|
252
|
+
<line num="147" count="10" type="stmt"/>
|
|
253
|
+
<line num="158" count="5" type="stmt"/>
|
|
254
|
+
<line num="160" count="5" type="stmt"/>
|
|
255
|
+
<line num="162" count="5" type="stmt"/>
|
|
256
|
+
<line num="168" count="5" type="stmt"/>
|
|
257
|
+
<line num="189" count="0" type="stmt"/>
|
|
258
|
+
<line num="190" count="0" type="stmt"/>
|
|
259
|
+
<line num="191" count="0" type="stmt"/>
|
|
260
|
+
<line num="192" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
261
|
+
<line num="193" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
262
|
+
<line num="195" count="0" type="stmt"/>
|
|
234
263
|
<line num="196" count="0" type="stmt"/>
|
|
235
|
-
<line num="
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
240
|
-
<line num="
|
|
241
|
-
<line num="
|
|
242
|
-
<line num="
|
|
243
|
-
<line num="
|
|
244
|
-
<line num="
|
|
245
|
-
<line num="
|
|
246
|
-
<line num="
|
|
247
|
-
<line num="
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
250
|
-
<line num="
|
|
251
|
-
<line num="
|
|
252
|
-
<line num="
|
|
253
|
-
<line num="
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="
|
|
256
|
-
<line num="
|
|
257
|
-
<line num="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="
|
|
264
|
-
<line num="
|
|
265
|
-
<line num="
|
|
266
|
-
<line num="
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="
|
|
269
|
-
<line num="
|
|
270
|
-
<line num="
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
264
|
+
<line num="198" count="0" type="stmt"/>
|
|
265
|
+
<line num="205" count="0" type="stmt"/>
|
|
266
|
+
<line num="207" count="0" type="stmt"/>
|
|
267
|
+
<line num="210" count="0" type="stmt"/>
|
|
268
|
+
<line num="211" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
269
|
+
<line num="212" count="0" type="stmt"/>
|
|
270
|
+
<line num="214" count="0" type="stmt"/>
|
|
271
|
+
<line num="216" count="0" type="stmt"/>
|
|
272
|
+
<line num="218" count="0" type="stmt"/>
|
|
273
|
+
<line num="220" count="0" type="stmt"/>
|
|
274
|
+
<line num="221" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
275
|
+
<line num="222" count="0" type="stmt"/>
|
|
276
|
+
<line num="223" count="0" type="stmt"/>
|
|
277
|
+
<line num="227" count="0" type="stmt"/>
|
|
278
|
+
<line num="229" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
279
|
+
<line num="230" count="0" type="stmt"/>
|
|
280
|
+
<line num="231" count="0" type="stmt"/>
|
|
281
|
+
<line num="234" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
282
|
+
<line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
283
|
+
<line num="238" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
284
|
+
<line num="239" count="0" type="stmt"/>
|
|
285
|
+
<line num="242" count="0" type="stmt"/>
|
|
286
|
+
<line num="245" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
287
|
+
<line num="246" count="0" type="stmt"/>
|
|
288
|
+
<line num="249" count="0" type="stmt"/>
|
|
289
|
+
<line num="253" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
290
|
+
<line num="254" count="0" type="stmt"/>
|
|
291
|
+
<line num="255" count="0" type="stmt"/>
|
|
292
|
+
<line num="258" count="0" type="stmt"/>
|
|
293
|
+
<line num="260" count="0" type="stmt"/>
|
|
294
|
+
<line num="261" count="0" type="stmt"/>
|
|
295
|
+
<line num="272" count="0" type="stmt"/>
|
|
296
|
+
<line num="278" count="0" type="stmt"/>
|
|
297
|
+
<line num="280" count="0" type="stmt"/>
|
|
298
|
+
<line num="282" count="0" type="stmt"/>
|
|
299
|
+
<line num="283" count="0" type="stmt"/>
|
|
300
|
+
<line num="294" count="0" type="stmt"/>
|
|
301
|
+
<line num="300" count="0" type="stmt"/>
|
|
302
|
+
<line num="313" count="9" type="stmt"/>
|
|
303
|
+
<line num="314" count="9" type="stmt"/>
|
|
304
|
+
<line num="316" count="9" type="stmt"/>
|
|
305
|
+
<line num="325" count="9" type="stmt"/>
|
|
306
|
+
<line num="330" count="9" type="stmt"/>
|
|
307
|
+
<line num="331" count="9" type="stmt"/>
|
|
308
|
+
<line num="332" count="9" type="stmt"/>
|
|
309
|
+
<line num="333" count="8" type="stmt"/>
|
|
310
|
+
<line num="335" count="8" type="cond" truecount="3" falsecount="3"/>
|
|
311
|
+
<line num="337" count="1" type="stmt"/>
|
|
312
|
+
<line num="338" count="1" type="stmt"/>
|
|
313
|
+
<line num="339" count="1" type="stmt"/>
|
|
314
|
+
<line num="342" count="1" type="stmt"/>
|
|
315
|
+
<line num="343" count="1" type="stmt"/>
|
|
316
|
+
<line num="346" count="1" type="stmt"/>
|
|
317
|
+
<line num="349" count="6" type="stmt"/>
|
|
273
318
|
<line num="350" count="6" type="stmt"/>
|
|
274
|
-
<line num="
|
|
275
|
-
<line num="
|
|
276
|
-
<line num="
|
|
277
|
-
<line num="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="
|
|
319
|
+
<line num="354" count="6" type="stmt"/>
|
|
320
|
+
<line num="357" count="0" type="stmt"/>
|
|
321
|
+
<line num="358" count="0" type="stmt"/>
|
|
322
|
+
<line num="361" count="0" type="stmt"/>
|
|
323
|
+
<line num="362" count="0" type="stmt"/>
|
|
324
|
+
<line num="366" count="0" type="stmt"/>
|
|
325
|
+
<line num="369" count="0" type="stmt"/>
|
|
326
|
+
<line num="372" count="8" type="stmt"/>
|
|
327
|
+
<line num="374" count="8" type="stmt"/>
|
|
328
|
+
<line num="381" count="8" type="stmt"/>
|
|
329
|
+
<line num="383" count="1" type="stmt"/>
|
|
330
|
+
<line num="384" count="1" type="stmt"/>
|
|
331
|
+
<line num="385" count="1" type="stmt"/>
|
|
332
|
+
<line num="387" count="1" type="stmt"/>
|
|
333
|
+
<line num="393" count="1" type="stmt"/>
|
|
334
|
+
<line num="404" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
335
|
+
<line num="405" count="6" type="stmt"/>
|
|
336
|
+
<line num="413" count="4" type="stmt"/>
|
|
337
|
+
<line num="414" count="4" type="stmt"/>
|
|
338
|
+
<line num="415" count="4" type="stmt"/>
|
|
339
|
+
<line num="420" count="4" type="stmt"/>
|
|
340
|
+
<line num="425" count="4" type="stmt"/>
|
|
341
|
+
<line num="426" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
342
|
+
<line num="428" count="4" type="stmt"/>
|
|
343
|
+
<line num="429" count="4" type="cond" truecount="1" falsecount="2"/>
|
|
344
|
+
<line num="430" count="0" type="stmt"/>
|
|
345
|
+
<line num="431" count="0" type="stmt"/>
|
|
346
|
+
<line num="432" count="0" type="stmt"/>
|
|
347
|
+
<line num="433" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
348
|
+
<line num="434" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
349
|
+
<line num="435" count="0" type="stmt"/>
|
|
350
|
+
<line num="436" count="0" type="stmt"/>
|
|
351
|
+
<line num="439" count="0" type="stmt"/>
|
|
352
|
+
<line num="445" count="4" type="stmt"/>
|
|
353
|
+
<line num="447" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
354
|
+
<line num="448" count="1" type="stmt"/>
|
|
355
|
+
<line num="450" count="1" type="stmt"/>
|
|
356
|
+
<line num="451" count="1" type="stmt"/>
|
|
357
|
+
<line num="453" count="0" type="stmt"/>
|
|
358
|
+
<line num="459" count="1" type="stmt"/>
|
|
359
|
+
<line num="469" count="2" type="stmt"/>
|
|
360
|
+
<line num="473" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
361
|
+
<line num="474" count="1" type="stmt"/>
|
|
362
|
+
<line num="485" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
363
|
+
<line num="486" count="1" type="stmt"/>
|
|
364
|
+
<line num="492" count="2" type="stmt"/>
|
|
365
|
+
<line num="493" count="2" type="stmt"/>
|
|
366
|
+
<line num="495" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
367
|
+
<line num="496" count="1" type="stmt"/>
|
|
368
|
+
<line num="502" count="1" type="stmt"/>
|
|
369
|
+
<line num="513" count="1" type="stmt"/>
|
|
370
|
+
<line num="514" count="1" type="stmt"/>
|
|
371
|
+
<line num="516" count="1" type="stmt"/>
|
|
372
|
+
<line num="533" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
373
|
+
<line num="534" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
374
|
+
<line num="536" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
375
|
+
<line num="540" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
376
|
+
<line num="541" count="2" type="stmt"/>
|
|
377
|
+
<line num="550" count="4" type="stmt"/>
|
|
378
|
+
<line num="553" count="6" type="stmt"/>
|
|
379
|
+
<line num="558" count="6" type="stmt"/>
|
|
380
|
+
<line num="568" count="4" type="stmt"/>
|
|
381
|
+
<line num="569" count="4" type="stmt"/>
|
|
382
|
+
<line num="570" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
383
|
+
<line num="571" count="3" type="stmt"/>
|
|
384
|
+
<line num="574" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
385
|
+
<line num="575" count="1" type="stmt"/>
|
|
386
|
+
<line num="576" count="1" type="stmt"/>
|
|
387
|
+
<line num="581" count="1" type="stmt"/>
|
|
388
|
+
<line num="583" count="1" type="stmt"/>
|
|
389
|
+
<line num="590" count="50" type="cond" truecount="1" falsecount="0"/>
|
|
390
|
+
<line num="591" count="50" type="stmt"/>
|
|
286
391
|
</file>
|
|
287
392
|
<file name="tool.executor.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/executor/tool.executor.ts">
|
|
288
|
-
<metrics statements="
|
|
393
|
+
<metrics statements="107" coveredstatements="107" conditionals="38" coveredconditionals="35" methods="15" coveredmethods="15"/>
|
|
289
394
|
<line num="6" count="6" type="stmt"/>
|
|
290
395
|
<line num="7" count="6" type="stmt"/>
|
|
291
396
|
<line num="14" count="6" type="stmt"/>
|
|
292
|
-
<line num="
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="
|
|
296
|
-
<line num="
|
|
297
|
-
<line num="
|
|
298
|
-
<line num="
|
|
299
|
-
<line num="
|
|
300
|
-
<line num="
|
|
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="
|
|
397
|
+
<line num="27" count="6" type="stmt"/>
|
|
398
|
+
<line num="28" count="129" type="stmt"/>
|
|
399
|
+
<line num="29" count="129" type="stmt"/>
|
|
400
|
+
<line num="30" count="129" type="stmt"/>
|
|
401
|
+
<line num="32" count="6" type="stmt"/>
|
|
402
|
+
<line num="35" count="129" type="stmt"/>
|
|
403
|
+
<line num="36" count="129" type="stmt"/>
|
|
404
|
+
<line num="49" count="14" type="stmt"/>
|
|
405
|
+
<line num="50" count="14" type="stmt"/>
|
|
406
|
+
<line num="52" count="14" type="stmt"/>
|
|
407
|
+
<line num="63" count="14" type="stmt"/>
|
|
408
|
+
<line num="65" count="14" type="stmt"/>
|
|
409
|
+
<line num="70" count="14" type="stmt"/>
|
|
410
|
+
<line num="71" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
411
|
+
<line num="72" count="4" type="stmt"/>
|
|
412
|
+
<line num="73" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
413
|
+
<line num="74" count="1" type="stmt"/>
|
|
414
|
+
<line num="75" count="1" type="stmt"/>
|
|
310
415
|
<line num="76" count="1" type="stmt"/>
|
|
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="116" count="
|
|
323
|
-
<line num="
|
|
324
|
-
<line num="
|
|
325
|
-
<line num="
|
|
326
|
-
<line num="
|
|
416
|
+
<line num="78" count="1" type="stmt"/>
|
|
417
|
+
<line num="85" count="1" type="stmt"/>
|
|
418
|
+
<line num="91" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
419
|
+
<line num="92" count="1" type="stmt"/>
|
|
420
|
+
<line num="96" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
421
|
+
<line num="97" count="5" type="stmt"/>
|
|
422
|
+
<line num="98" count="5" type="stmt"/>
|
|
423
|
+
<line num="100" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
424
|
+
<line num="101" count="3" type="stmt"/>
|
|
425
|
+
<line num="103" count="3" type="stmt"/>
|
|
426
|
+
<line num="109" count="3" type="stmt"/>
|
|
427
|
+
<line num="116" count="2" type="stmt"/>
|
|
428
|
+
<line num="117" count="2" type="stmt"/>
|
|
429
|
+
<line num="124" count="10" type="stmt"/>
|
|
430
|
+
<line num="126" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
431
|
+
<line num="128" count="7" type="stmt"/>
|
|
327
432
|
<line num="129" count="7" type="stmt"/>
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="
|
|
433
|
+
<line num="130" count="7" type="stmt"/>
|
|
434
|
+
<line num="132" count="7" type="stmt"/>
|
|
435
|
+
<line num="139" count="7" type="stmt"/>
|
|
436
|
+
<line num="145" count="3" type="stmt"/>
|
|
332
437
|
<line num="146" count="3" type="stmt"/>
|
|
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="203" count="
|
|
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="
|
|
438
|
+
<line num="147" count="3" type="stmt"/>
|
|
439
|
+
<line num="149" count="3" type="stmt"/>
|
|
440
|
+
<line num="156" count="3" type="stmt"/>
|
|
441
|
+
<line num="162" count="14" type="stmt"/>
|
|
442
|
+
<line num="176" count="10" type="stmt"/>
|
|
443
|
+
<line num="177" count="11" type="stmt"/>
|
|
444
|
+
<line num="178" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
445
|
+
<line num="179" count="11" type="stmt"/>
|
|
446
|
+
<line num="180" count="7" type="stmt"/>
|
|
447
|
+
<line num="182" count="4" type="stmt"/>
|
|
448
|
+
<line num="184" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
449
|
+
<line num="185" count="1" type="stmt"/>
|
|
450
|
+
<line num="190" count="3" type="stmt"/>
|
|
451
|
+
<line num="202" count="11" type="stmt"/>
|
|
452
|
+
<line num="203" count="11" type="stmt"/>
|
|
453
|
+
<line num="206" count="11" type="stmt"/>
|
|
454
|
+
<line num="207" count="4" type="stmt"/>
|
|
455
|
+
<line num="213" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
456
|
+
<line num="214" count="3" type="stmt"/>
|
|
457
|
+
<line num="215" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
458
|
+
<line num="216" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
459
|
+
<line num="218" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
460
|
+
<line num="221" count="5" type="stmt"/>
|
|
461
|
+
<line num="223" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
462
|
+
<line num="224" count="11" type="stmt"/>
|
|
463
|
+
<line num="239" count="5" type="stmt"/>
|
|
357
464
|
<line num="240" count="5" type="stmt"/>
|
|
358
465
|
<line num="242" count="5" type="stmt"/>
|
|
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="289" count="4" type="stmt"/>
|
|
381
|
-
<line num="290" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
466
|
+
<line num="253" count="5" type="stmt"/>
|
|
467
|
+
<line num="255" count="5" type="stmt"/>
|
|
468
|
+
<line num="261" count="5" type="stmt"/>
|
|
469
|
+
<line num="262" count="5" type="stmt"/>
|
|
470
|
+
<line num="263" count="1" type="stmt"/>
|
|
471
|
+
<line num="264" count="1" type="cond" truecount="3" falsecount="0"/>
|
|
472
|
+
<line num="265" count="1" type="stmt"/>
|
|
473
|
+
<line num="266" count="1" type="stmt"/>
|
|
474
|
+
<line num="267" count="1" type="stmt"/>
|
|
475
|
+
<line num="268" count="1" type="stmt"/>
|
|
476
|
+
<line num="272" count="5" type="stmt"/>
|
|
477
|
+
<line num="275" count="5" type="stmt"/>
|
|
478
|
+
<line num="282" count="4" type="stmt"/>
|
|
479
|
+
<line num="283" count="4" type="stmt"/>
|
|
480
|
+
<line num="284" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
481
|
+
<line num="285" count="2" type="stmt"/>
|
|
482
|
+
<line num="286" count="2" type="stmt"/>
|
|
483
|
+
<line num="287" count="2" type="stmt"/>
|
|
484
|
+
<line num="288" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
485
|
+
<line num="289" count="2" type="stmt"/>
|
|
486
|
+
<line num="290" count="2" type="stmt"/>
|
|
382
487
|
<line num="291" count="2" type="stmt"/>
|
|
383
|
-
<line num="
|
|
384
|
-
<line num="
|
|
385
|
-
<line num="
|
|
488
|
+
<line num="299" count="4" type="stmt"/>
|
|
489
|
+
<line num="300" count="4" type="stmt"/>
|
|
490
|
+
<line num="301" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
491
|
+
<line num="302" count="2" type="stmt"/>
|
|
386
492
|
<line num="303" count="2" type="stmt"/>
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
389
|
-
<line num="
|
|
390
|
-
<line num="
|
|
493
|
+
<line num="304" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
494
|
+
<line num="305" count="2" type="stmt"/>
|
|
495
|
+
<line num="306" count="2" type="stmt"/>
|
|
496
|
+
<line num="307" count="2" type="stmt"/>
|
|
497
|
+
<line num="315" count="10" type="stmt"/>
|
|
498
|
+
<line num="322" count="35" type="cond" truecount="1" falsecount="0"/>
|
|
499
|
+
<line num="323" count="35" type="stmt"/>
|
|
500
|
+
<line num="331" count="1" type="stmt"/>
|
|
391
501
|
</file>
|
|
392
502
|
</package>
|
|
393
503
|
<package name="src.graph">
|
|
@@ -666,7 +776,7 @@
|
|
|
666
776
|
</file>
|
|
667
777
|
</package>
|
|
668
778
|
<package name="src.runtime">
|
|
669
|
-
<metrics statements="
|
|
779
|
+
<metrics statements="198" coveredstatements="162" conditionals="94" coveredconditionals="53" methods="46" coveredmethods="41"/>
|
|
670
780
|
<file name="agent.runtime.extensions.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/runtime/agent.runtime.extensions.ts">
|
|
671
781
|
<metrics statements="20" coveredstatements="20" conditionals="8" coveredconditionals="7" methods="7" coveredmethods="7"/>
|
|
672
782
|
<line num="13" count="1" type="stmt"/>
|
|
@@ -691,7 +801,7 @@
|
|
|
691
801
|
<line num="106" count="1" type="stmt"/>
|
|
692
802
|
</file>
|
|
693
803
|
<file name="agent.runtime.ts" path="/home/runner/work/hazeljs/hazeljs/packages/agent/src/runtime/agent.runtime.ts">
|
|
694
|
-
<metrics statements="
|
|
804
|
+
<metrics statements="178" coveredstatements="142" conditionals="86" coveredconditionals="46" methods="39" coveredmethods="34"/>
|
|
695
805
|
<line num="6" count="4" type="stmt"/>
|
|
696
806
|
<line num="7" count="4" type="stmt"/>
|
|
697
807
|
<line num="8" count="4" type="stmt"/>
|
|
@@ -700,137 +810,176 @@
|
|
|
700
810
|
<line num="12" count="4" type="stmt"/>
|
|
701
811
|
<line num="13" count="4" type="stmt"/>
|
|
702
812
|
<line num="14" count="4" type="stmt"/>
|
|
703
|
-
<line num="
|
|
704
|
-
<line num="26" count="4" type="stmt"/>
|
|
813
|
+
<line num="22" count="4" type="stmt"/>
|
|
705
814
|
<line num="27" count="4" type="stmt"/>
|
|
706
815
|
<line num="28" count="4" type="stmt"/>
|
|
707
816
|
<line num="29" count="4" type="stmt"/>
|
|
708
817
|
<line num="30" count="4" type="stmt"/>
|
|
709
818
|
<line num="31" count="4" type="stmt"/>
|
|
710
819
|
<line num="32" count="4" type="stmt"/>
|
|
820
|
+
<line num="33" count="4" type="stmt"/>
|
|
711
821
|
<line num="34" count="4" type="stmt"/>
|
|
712
|
-
<line num="
|
|
713
|
-
<line num="
|
|
714
|
-
<line num="
|
|
715
|
-
<line num="
|
|
716
|
-
<line num="92" count="
|
|
717
|
-
<line num="95" count="
|
|
718
|
-
<line num="
|
|
719
|
-
<line num="
|
|
720
|
-
<line num="
|
|
721
|
-
<line num="
|
|
722
|
-
<line num="
|
|
723
|
-
<line num="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="137" count="87" type="cond" truecount="2" falsecount="0"/>
|
|
731
|
-
<line num="138" count="87" type="stmt"/>
|
|
822
|
+
<line num="36" count="4" type="stmt"/>
|
|
823
|
+
<line num="61" count="4" type="stmt"/>
|
|
824
|
+
<line num="77" count="87" type="stmt"/>
|
|
825
|
+
<line num="80" count="87" type="stmt"/>
|
|
826
|
+
<line num="92" count="87" type="stmt"/>
|
|
827
|
+
<line num="95" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
828
|
+
<line num="96" count="4" type="stmt"/>
|
|
829
|
+
<line num="99" count="4" type="stmt"/>
|
|
830
|
+
<line num="105" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
831
|
+
<line num="106" count="83" type="stmt"/>
|
|
832
|
+
<line num="107" count="83" type="stmt"/>
|
|
833
|
+
<line num="111" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
834
|
+
<line num="112" count="86" type="stmt"/>
|
|
835
|
+
<line num="116" count="0" type="stmt"/>
|
|
836
|
+
<line num="125" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
837
|
+
<line num="126" count="82" type="stmt"/>
|
|
838
|
+
<line num="131" count="0" type="stmt"/>
|
|
839
|
+
<line num="137" count="87" type="stmt"/>
|
|
732
840
|
<line num="139" count="87" type="stmt"/>
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
841
|
+
<line num="140" count="87" type="stmt"/>
|
|
842
|
+
<line num="141" count="87" type="cond" truecount="2" falsecount="0"/>
|
|
843
|
+
<line num="142" count="87" type="stmt"/>
|
|
844
|
+
<line num="143" count="87" type="stmt"/>
|
|
735
845
|
<line num="145" count="87" type="stmt"/>
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
740
|
-
<line num="
|
|
741
|
-
<line num="
|
|
742
|
-
<line num="
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="190" count="4" type="
|
|
745
|
-
<line num="
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="
|
|
749
|
-
<line num="
|
|
846
|
+
<line num="146" count="0" type="stmt"/>
|
|
847
|
+
<line num="149" count="87" type="stmt"/>
|
|
848
|
+
<line num="156" count="22" type="stmt"/>
|
|
849
|
+
<line num="160" count="87" type="stmt"/>
|
|
850
|
+
<line num="171" count="13" type="stmt"/>
|
|
851
|
+
<line num="180" count="4" type="stmt"/>
|
|
852
|
+
<line num="181" count="4" type="stmt"/>
|
|
853
|
+
<line num="182" count="4" type="stmt"/>
|
|
854
|
+
<line num="190" count="4" type="cond" truecount="2" falsecount="1"/>
|
|
855
|
+
<line num="193" count="4" type="stmt"/>
|
|
856
|
+
<line num="194" count="4" type="stmt"/>
|
|
857
|
+
<line num="196" count="4" type="stmt"/>
|
|
858
|
+
<line num="197" count="1" type="stmt"/>
|
|
859
|
+
<line num="198" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
750
860
|
<line num="200" count="1" type="stmt"/>
|
|
751
|
-
<line num="
|
|
752
|
-
<line num="
|
|
861
|
+
<line num="201" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
862
|
+
<line num="204" count="1" type="stmt"/>
|
|
863
|
+
<line num="208" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
753
864
|
<line num="210" count="1" type="stmt"/>
|
|
754
|
-
<line num="211" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
755
865
|
<line num="214" count="1" type="stmt"/>
|
|
756
|
-
<line num="
|
|
757
|
-
<line num="
|
|
758
|
-
<line num="
|
|
759
|
-
<line num="
|
|
760
|
-
<line num="
|
|
761
|
-
<line num="
|
|
762
|
-
<line num="
|
|
763
|
-
<line num="240" count="16" type="stmt"/>
|
|
866
|
+
<line num="215" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
867
|
+
<line num="218" count="1" type="stmt"/>
|
|
868
|
+
<line num="233" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
869
|
+
<line num="234" count="2" type="stmt"/>
|
|
870
|
+
<line num="235" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
871
|
+
<line num="236" count="1" type="stmt"/>
|
|
872
|
+
<line num="237" count="1" type="stmt"/>
|
|
764
873
|
<line num="241" count="16" type="stmt"/>
|
|
765
|
-
<line num="
|
|
766
|
-
<line num="
|
|
767
|
-
<line num="
|
|
768
|
-
<line num="
|
|
874
|
+
<line num="242" count="16" type="stmt"/>
|
|
875
|
+
<line num="244" count="16" type="stmt"/>
|
|
876
|
+
<line num="245" count="16" type="stmt"/>
|
|
877
|
+
<line num="252" count="16" type="stmt"/>
|
|
878
|
+
<line num="254" count="6" type="stmt"/>
|
|
769
879
|
<line num="255" count="6" type="stmt"/>
|
|
770
|
-
<line num="258" count="6" type="
|
|
771
|
-
<line num="
|
|
772
|
-
<line num="
|
|
773
|
-
<line num="269" count="
|
|
774
|
-
<line num="
|
|
775
|
-
<line num="273" count="10" type="
|
|
776
|
-
<line num="
|
|
777
|
-
<line num="
|
|
778
|
-
<line num="
|
|
779
|
-
<line num="
|
|
780
|
-
<line num="
|
|
781
|
-
<line num="296" count="
|
|
782
|
-
<line num="297" count="
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="
|
|
785
|
-
<line num="
|
|
786
|
-
<line num="
|
|
787
|
-
<line num="316" count="6" type="cond" truecount="
|
|
788
|
-
<line num="317" count="
|
|
789
|
-
<line num="320" count="6" type="cond" truecount="
|
|
790
|
-
<line num="321" count="0" type="
|
|
791
|
-
<line num="324" count="6" type="
|
|
792
|
-
<line num="
|
|
793
|
-
<line num="
|
|
880
|
+
<line num="258" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
881
|
+
<line num="259" count="6" type="stmt"/>
|
|
882
|
+
<line num="262" count="6" type="stmt"/>
|
|
883
|
+
<line num="269" count="6" type="stmt"/>
|
|
884
|
+
<line num="271" count="10" type="stmt"/>
|
|
885
|
+
<line num="273" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
886
|
+
<line num="274" count="10" type="stmt"/>
|
|
887
|
+
<line num="277" count="10" type="stmt"/>
|
|
888
|
+
<line num="282" count="10" type="stmt"/>
|
|
889
|
+
<line num="294" count="16" type="stmt"/>
|
|
890
|
+
<line num="295" count="16" type="stmt"/>
|
|
891
|
+
<line num="296" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
892
|
+
<line num="297" count="10" type="stmt"/>
|
|
893
|
+
<line num="300" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
894
|
+
<line num="301" count="6" type="cond" truecount="2" falsecount="1"/>
|
|
895
|
+
<line num="303" count="6" type="stmt"/>
|
|
896
|
+
<line num="314" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
897
|
+
<line num="316" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
898
|
+
<line num="317" count="1" type="stmt"/>
|
|
899
|
+
<line num="320" count="6" type="cond" truecount="2" falsecount="1"/>
|
|
900
|
+
<line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
901
|
+
<line num="324" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
902
|
+
<line num="325" count="0" type="stmt"/>
|
|
903
|
+
<line num="329" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
794
904
|
<line num="330" count="6" type="stmt"/>
|
|
795
|
-
<line num="
|
|
796
|
-
<line num="
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="
|
|
799
|
-
<line num="
|
|
905
|
+
<line num="331" count="6" type="stmt"/>
|
|
906
|
+
<line num="333" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
907
|
+
<line num="334" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
908
|
+
<line num="336" count="6" type="stmt"/>
|
|
909
|
+
<line num="337" count="6" type="stmt"/>
|
|
910
|
+
<line num="342" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
800
911
|
<line num="343" count="1" type="stmt"/>
|
|
801
|
-
<line num="
|
|
802
|
-
<line num="
|
|
803
|
-
<line num="
|
|
804
|
-
<line num="
|
|
805
|
-
<line num="
|
|
806
|
-
<line num="
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
810
|
-
<line num="
|
|
811
|
-
<line num="
|
|
812
|
-
<line num="
|
|
813
|
-
<line num="
|
|
814
|
-
<line num="
|
|
815
|
-
<line num="
|
|
816
|
-
<line num="
|
|
817
|
-
<line num="
|
|
818
|
-
<line num="
|
|
819
|
-
<line num="
|
|
820
|
-
<line num="
|
|
821
|
-
<line num="
|
|
822
|
-
<line num="
|
|
823
|
-
<line num="
|
|
824
|
-
<line num="
|
|
825
|
-
<line num="
|
|
826
|
-
<line num="
|
|
827
|
-
<line num="
|
|
828
|
-
<line num="
|
|
829
|
-
<line num="
|
|
830
|
-
<line num="
|
|
831
|
-
<line num="
|
|
832
|
-
<line num="
|
|
833
|
-
<line num="
|
|
912
|
+
<line num="345" count="6" type="stmt"/>
|
|
913
|
+
<line num="347" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
914
|
+
<line num="348" count="6" type="stmt"/>
|
|
915
|
+
<line num="354" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
916
|
+
<line num="355" count="15" type="stmt"/>
|
|
917
|
+
<line num="356" count="15" type="stmt"/>
|
|
918
|
+
<line num="359" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
919
|
+
<line num="360" count="14" type="stmt"/>
|
|
920
|
+
<line num="363" count="1" type="stmt"/>
|
|
921
|
+
<line num="367" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
922
|
+
<line num="368" count="1" type="stmt"/>
|
|
923
|
+
<line num="371" count="0" type="stmt"/>
|
|
924
|
+
<line num="382" count="0" type="stmt"/>
|
|
925
|
+
<line num="383" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
926
|
+
<line num="384" count="0" type="stmt"/>
|
|
927
|
+
<line num="387" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
928
|
+
<line num="388" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
929
|
+
<line num="390" count="0" type="stmt"/>
|
|
930
|
+
<line num="401" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
931
|
+
<line num="403" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
932
|
+
<line num="404" count="0" type="stmt"/>
|
|
933
|
+
<line num="406" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
934
|
+
<line num="407" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
935
|
+
<line num="409" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
936
|
+
<line num="410" count="0" type="stmt"/>
|
|
937
|
+
<line num="414" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
938
|
+
<line num="415" count="0" type="stmt"/>
|
|
939
|
+
<line num="416" count="0" type="stmt"/>
|
|
940
|
+
<line num="418" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
941
|
+
<line num="419" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
942
|
+
<line num="421" count="0" type="stmt"/>
|
|
943
|
+
<line num="422" count="0" type="stmt"/>
|
|
944
|
+
<line num="428" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
945
|
+
<line num="429" count="0" type="stmt"/>
|
|
946
|
+
<line num="431" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
947
|
+
<line num="432" count="0" type="stmt"/>
|
|
948
|
+
<line num="441" count="2" type="stmt"/>
|
|
949
|
+
<line num="448" count="2" type="stmt"/>
|
|
950
|
+
<line num="449" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
951
|
+
<line num="457" count="0" type="stmt"/>
|
|
952
|
+
<line num="458" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
953
|
+
<line num="459" count="0" type="stmt"/>
|
|
954
|
+
<line num="460" count="0" type="stmt"/>
|
|
955
|
+
<line num="461" count="0" type="stmt"/>
|
|
956
|
+
<line num="469" count="3" type="stmt"/>
|
|
957
|
+
<line num="476" count="1" type="stmt"/>
|
|
958
|
+
<line num="483" count="1" type="stmt"/>
|
|
959
|
+
<line num="490" count="3" type="stmt"/>
|
|
960
|
+
<line num="497" count="3" type="stmt"/>
|
|
961
|
+
<line num="504" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
962
|
+
<line num="512" count="2" type="stmt"/>
|
|
963
|
+
<line num="519" count="2" type="stmt"/>
|
|
964
|
+
<line num="526" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
965
|
+
<line num="533" count="2" type="stmt"/>
|
|
966
|
+
<line num="540" count="2" type="stmt"/>
|
|
967
|
+
<line num="555" count="2" type="stmt"/>
|
|
968
|
+
<line num="567" count="2" type="stmt"/>
|
|
969
|
+
<line num="574" count="3" type="stmt"/>
|
|
970
|
+
<line num="581" count="2" type="stmt"/>
|
|
971
|
+
<line num="588" count="2" type="stmt"/>
|
|
972
|
+
<line num="595" count="2" type="stmt"/>
|
|
973
|
+
<line num="621" count="1" type="stmt"/>
|
|
974
|
+
<line num="642" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
975
|
+
<line num="643" count="1" type="stmt"/>
|
|
976
|
+
<line num="648" count="1" type="stmt"/>
|
|
977
|
+
<line num="670" count="1" type="stmt"/>
|
|
978
|
+
<line num="677" count="1" type="stmt"/>
|
|
979
|
+
<line num="678" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
980
|
+
<line num="679" count="0" type="stmt"/>
|
|
981
|
+
<line num="681" count="1" type="stmt"/>
|
|
982
|
+
<line num="688" count="6" type="stmt"/>
|
|
834
983
|
</file>
|
|
835
984
|
</package>
|
|
836
985
|
<package name="src.state">
|