@lad-tech/nsc-toolkit 1.11.2 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/coverage/clover.xml +377 -346
  3. package/coverage/coverage-final.json +13 -11
  4. package/coverage/lcov-report/examples/LogicService/adapters/AuthToolkit.ts.html +130 -0
  5. package/coverage/lcov-report/examples/LogicService/adapters/Configurator.ts.html +1 -1
  6. package/coverage/lcov-report/examples/LogicService/adapters/Repository.ts.html +1 -1
  7. package/coverage/lcov-report/examples/LogicService/adapters/index.html +24 -9
  8. package/coverage/lcov-report/examples/LogicService/adapters/index.ts.html +8 -5
  9. package/coverage/lcov-report/examples/LogicService/index.html +9 -9
  10. package/coverage/lcov-report/examples/LogicService/index.ts.html +36 -6
  11. package/coverage/lcov-report/examples/LogicService/inversion.types.ts.html +8 -5
  12. package/coverage/lcov-report/examples/LogicService/methods/GetUser.ts.html +1 -1
  13. package/coverage/lcov-report/examples/LogicService/methods/GetUserV2.ts.html +5 -2
  14. package/coverage/lcov-report/examples/LogicService/methods/RegisterNewUser.ts.html +148 -0
  15. package/coverage/lcov-report/examples/LogicService/methods/WeirdSum.ts.html +1 -1
  16. package/coverage/lcov-report/examples/LogicService/methods/index.html +21 -6
  17. package/coverage/lcov-report/examples/LogicService/service.ts.html +13 -7
  18. package/coverage/lcov-report/examples/MathService/index.html +1 -1
  19. package/coverage/lcov-report/examples/MathService/index.ts.html +1 -1
  20. package/coverage/lcov-report/examples/MathService/methods/Fibonacci.ts.html +1 -1
  21. package/coverage/lcov-report/examples/MathService/methods/Sum.ts.html +1 -1
  22. package/coverage/lcov-report/examples/MathService/methods/SumStream.ts.html +1 -1
  23. package/coverage/lcov-report/examples/MathService/methods/index.html +1 -1
  24. package/coverage/lcov-report/examples/MathService/service.ts.html +1 -1
  25. package/coverage/lcov-report/index.html +36 -36
  26. package/coverage/lcov.info +690 -630
  27. package/dist/Service.js +24 -16
  28. package/dist/Service.js.map +1 -1
  29. package/dist/types/Service.d.ts +1 -0
  30. package/package.json +1 -1
@@ -1,26 +1,27 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1688674057372" clover="3.2.0">
3
- <project timestamp="1688674057372" name="All files">
4
- <metrics statements="849" coveredstatements="727" conditionals="329" coveredconditionals="258" methods="191" coveredmethods="142" elements="1369" coveredelements="1127" complexity="0" loc="849" ncloc="849" packages="9" files="33" classes="33"/>
2
+ <coverage generated="1689698319326" clover="3.2.0">
3
+ <project timestamp="1689698319326" name="All files">
4
+ <metrics statements="874" coveredstatements="754" conditionals="330" coveredconditionals="259" methods="199" coveredmethods="149" elements="1403" coveredelements="1162" complexity="0" loc="874" ncloc="874" packages="9" files="35" classes="35"/>
5
5
  <package name="examples.LogicService">
6
- <metrics statements="28" coveredstatements="28" conditionals="2" coveredconditionals="1" methods="5" coveredmethods="5"/>
6
+ <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="1" methods="6" coveredmethods="6"/>
7
7
  <file name="index.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/index.ts">
8
- <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
8
+ <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="5"/>
9
9
  <line num="1" count="2" type="stmt"/>
10
- <line num="12" count="2" type="stmt"/>
11
- <line num="13" count="2" type="stmt"/>
10
+ <line num="14" count="2" type="stmt"/>
12
11
  <line num="15" count="2" type="stmt"/>
13
- <line num="17" count="3" type="stmt"/>
14
- <line num="21" count="1" type="stmt"/>
15
- <line num="25" count="1" type="stmt"/>
16
- <line num="29" count="1" type="stmt"/>
12
+ <line num="17" count="2" type="stmt"/>
13
+ <line num="19" count="4" type="stmt"/>
14
+ <line num="23" count="1" type="stmt"/>
15
+ <line num="27" count="1" type="stmt"/>
16
+ <line num="31" count="1" type="stmt"/>
17
+ <line num="35" count="1" type="stmt"/>
17
18
  </file>
18
19
  <file name="inversion.types.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/inversion.types.ts">
19
20
  <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
20
21
  <line num="1" count="2" type="stmt"/>
21
22
  </file>
22
23
  <file name="service.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/service.ts">
23
- <metrics statements="19" coveredstatements="19" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
24
+ <metrics statements="21" coveredstatements="21" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
24
25
  <line num="1" count="2" type="stmt"/>
25
26
  <line num="2" count="2" type="stmt"/>
26
27
  <line num="3" count="2" type="stmt"/>
@@ -30,20 +31,32 @@
30
31
  <line num="16" count="2" type="stmt"/>
31
32
  <line num="17" count="2" type="stmt"/>
32
33
  <line num="18" count="2" type="stmt"/>
33
- <line num="20" count="2" type="stmt"/>
34
- <line num="21" count="2" type="cond" truecount="1" falsecount="1"/>
35
- <line num="23" count="2" type="stmt"/>
36
- <line num="25" count="2" type="stmt"/>
34
+ <line num="19" count="2" type="stmt"/>
35
+ <line num="21" count="2" type="stmt"/>
36
+ <line num="22" count="2" type="cond" truecount="1" falsecount="1"/>
37
+ <line num="24" count="2" type="stmt"/>
37
38
  <line num="26" count="2" type="stmt"/>
38
39
  <line num="27" count="2" type="stmt"/>
39
40
  <line num="28" count="2" type="stmt"/>
41
+ <line num="29" count="2" type="stmt"/>
40
42
  <line num="30" count="2" type="stmt"/>
41
- <line num="35" count="2" type="stmt"/>
42
- <line num="36" count="2" type="stmt"/>
43
+ <line num="32" count="2" type="stmt"/>
44
+ <line num="37" count="2" type="stmt"/>
45
+ <line num="38" count="2" type="stmt"/>
43
46
  </file>
44
47
  </package>
45
48
  <package name="examples.LogicService.adapters">
46
- <metrics statements="16" coveredstatements="14" conditionals="1" coveredconditionals="1" methods="3" coveredmethods="2"/>
49
+ <metrics statements="24" coveredstatements="22" conditionals="1" coveredconditionals="1" methods="5" coveredmethods="4"/>
50
+ <file name="AuthToolkit.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/adapters/AuthToolkit.ts">
51
+ <metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
52
+ <line num="2" count="2" type="stmt"/>
53
+ <line num="3" count="2" type="stmt"/>
54
+ <line num="5" count="2" type="stmt"/>
55
+ <line num="7" count="1" type="stmt"/>
56
+ <line num="11" count="1" type="stmt"/>
57
+ <line num="12" count="1" type="stmt"/>
58
+ <line num="13" count="1" type="stmt"/>
59
+ </file>
47
60
  <file name="Configurator.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/adapters/Configurator.ts">
48
61
  <metrics statements="6" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
49
62
  <line num="1" count="2" type="stmt"/>
@@ -65,13 +78,14 @@
65
78
  <line num="15" count="0" type="stmt"/>
66
79
  </file>
67
80
  <file name="index.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/adapters/index.ts">
68
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
81
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
69
82
  <line num="1" count="2" type="stmt"/>
70
83
  <line num="2" count="2" type="stmt"/>
84
+ <line num="3" count="2" type="stmt"/>
71
85
  </file>
72
86
  </package>
73
87
  <package name="examples.LogicService.methods">
74
- <metrics statements="36" coveredstatements="34" conditionals="2" coveredconditionals="0" methods="4" coveredmethods="4"/>
88
+ <metrics statements="47" coveredstatements="45" conditionals="2" coveredconditionals="0" methods="6" coveredmethods="6"/>
75
89
  <file name="GetUser.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/methods/GetUser.ts">
76
90
  <metrics statements="11" coveredstatements="10" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="1"/>
77
91
  <line num="2" count="2" type="stmt"/>
@@ -97,9 +111,23 @@
97
111
  <line num="12" count="1" type="stmt"/>
98
112
  <line num="13" count="1" type="stmt"/>
99
113
  <line num="17" count="1" type="stmt"/>
100
- <line num="18" count="1" type="cond" truecount="0" falsecount="1"/>
101
- <line num="19" count="0" type="stmt"/>
102
- <line num="22" count="1" type="stmt"/>
114
+ <line num="19" count="1" type="cond" truecount="0" falsecount="1"/>
115
+ <line num="20" count="0" type="stmt"/>
116
+ <line num="23" count="1" type="stmt"/>
117
+ </file>
118
+ <file name="RegisterNewUser.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/methods/RegisterNewUser.ts">
119
+ <metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
120
+ <line num="2" count="2" type="stmt"/>
121
+ <line num="3" count="2" type="stmt"/>
122
+ <line num="4" count="2" type="stmt"/>
123
+ <line num="7" count="2" type="stmt"/>
124
+ <line num="9" count="2" type="stmt"/>
125
+ <line num="10" count="2" type="stmt"/>
126
+ <line num="12" count="1" type="stmt"/>
127
+ <line num="13" count="1" type="stmt"/>
128
+ <line num="17" count="1" type="stmt"/>
129
+ <line num="18" count="1" type="stmt"/>
130
+ <line num="19" count="1" type="stmt"/>
103
131
  </file>
104
132
  <file name="WeirdSum.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/methods/WeirdSum.ts">
105
133
  <metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
@@ -204,7 +232,7 @@
204
232
  </file>
205
233
  </package>
206
234
  <package name="src">
207
- <metrics statements="591" coveredstatements="517" conditionals="315" coveredconditionals="250" methods="102" coveredmethods="96"/>
235
+ <metrics statements="594" coveredstatements="522" conditionals="316" coveredconditionals="251" methods="105" coveredmethods="98"/>
208
236
  <file name="Client.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Client.ts">
209
237
  <metrics statements="136" coveredstatements="126" conditionals="101" coveredconditionals="90" methods="18" coveredmethods="17"/>
210
238
  <line num="1" count="4" type="stmt"/>
@@ -217,15 +245,15 @@
217
245
  <line num="23" count="4" type="stmt"/>
218
246
  <line num="24" count="4" type="stmt"/>
219
247
  <line num="27" count="4" type="stmt"/>
220
- <line num="34" count="8" type="stmt"/>
221
- <line num="35" count="8" type="stmt"/>
222
- <line num="38" count="8" type="stmt"/>
223
- <line num="39" count="8" type="stmt"/>
224
- <line num="40" count="8" type="stmt"/>
225
- <line num="41" count="8" type="stmt"/>
226
- <line num="42" count="8" type="stmt"/>
227
- <line num="43" count="8" type="stmt"/>
228
- <line num="44" count="8" type="stmt"/>
248
+ <line num="34" count="9" type="stmt"/>
249
+ <line num="35" count="9" type="stmt"/>
250
+ <line num="38" count="9" type="stmt"/>
251
+ <line num="39" count="9" type="stmt"/>
252
+ <line num="40" count="9" type="stmt"/>
253
+ <line num="41" count="9" type="stmt"/>
254
+ <line num="42" count="9" type="stmt"/>
255
+ <line num="43" count="9" type="stmt"/>
256
+ <line num="44" count="9" type="stmt"/>
229
257
  <line num="52" count="3" type="stmt"/>
230
258
  <line num="53" count="2" type="stmt"/>
231
259
  <line num="54" count="2" type="stmt"/>
@@ -271,38 +299,38 @@
271
299
  <line num="140" count="11" type="stmt"/>
272
300
  <line num="141" count="11" type="cond" truecount="1" falsecount="0"/>
273
301
  <line num="142" count="2" type="stmt"/>
274
- <line num="151" count="16" type="stmt"/>
275
- <line num="152" count="16" type="stmt"/>
276
- <line num="153" count="16" type="stmt"/>
277
- <line num="154" count="16" type="cond" truecount="11" falsecount="0"/>
302
+ <line num="151" count="17" type="stmt"/>
303
+ <line num="152" count="17" type="stmt"/>
304
+ <line num="153" count="17" type="stmt"/>
305
+ <line num="154" count="17" type="cond" truecount="11" falsecount="0"/>
278
306
  <line num="155" count="8" type="stmt"/>
279
- <line num="158" count="15" type="stmt"/>
280
- <line num="159" count="15" type="cond" truecount="8" falsecount="0"/>
281
- <line num="160" count="15" type="stmt"/>
282
- <line num="161" count="15" type="stmt"/>
283
- <line num="163" count="15" type="cond" truecount="1" falsecount="0"/>
307
+ <line num="158" count="16" type="stmt"/>
308
+ <line num="159" count="16" type="cond" truecount="8" falsecount="0"/>
309
+ <line num="160" count="16" type="stmt"/>
310
+ <line num="161" count="16" type="stmt"/>
311
+ <line num="163" count="16" type="cond" truecount="1" falsecount="0"/>
284
312
  <line num="164" count="1" type="stmt"/>
285
- <line num="167" count="14" type="stmt"/>
286
- <line num="169" count="14" type="cond" truecount="8" falsecount="0"/>
313
+ <line num="167" count="15" type="stmt"/>
314
+ <line num="169" count="15" type="cond" truecount="8" falsecount="0"/>
287
315
  <line num="170" count="2" type="stmt"/>
288
316
  <line num="171" count="2" type="stmt"/>
289
317
  <line num="172" count="2" type="stmt"/>
290
318
  <line num="173" count="2" type="cond" truecount="1" falsecount="0"/>
291
319
  <line num="174" count="1" type="stmt"/>
292
320
  <line num="177" count="0" type="stmt"/>
293
- <line num="180" count="13" type="cond" truecount="6" falsecount="0"/>
294
- <line num="184" count="13" type="cond" truecount="1" falsecount="0"/>
321
+ <line num="180" count="14" type="cond" truecount="6" falsecount="0"/>
322
+ <line num="184" count="14" type="cond" truecount="1" falsecount="0"/>
295
323
  <line num="185" count="1" type="stmt"/>
296
- <line num="188" count="12" type="cond" truecount="11" falsecount="0"/>
324
+ <line num="188" count="13" type="cond" truecount="11" falsecount="0"/>
297
325
  <line num="189" count="3" type="stmt"/>
298
- <line num="191" count="11" type="cond" truecount="8" falsecount="0"/>
326
+ <line num="191" count="12" type="cond" truecount="8" falsecount="0"/>
299
327
  <line num="192" count="1" type="stmt"/>
300
- <line num="195" count="11" type="stmt"/>
328
+ <line num="195" count="12" type="stmt"/>
301
329
  <line num="197" count="4" type="stmt"/>
302
330
  <line num="198" count="4" type="stmt"/>
303
331
  <line num="199" count="4" type="stmt"/>
304
332
  <line num="200" count="4" type="stmt"/>
305
- <line num="202" count="16" type="stmt"/>
333
+ <line num="202" count="17" type="stmt"/>
306
334
  <line num="207" count="5" type="stmt"/>
307
335
  <line num="208" count="5" type="stmt"/>
308
336
  <line num="211" count="5" type="stmt"/>
@@ -310,9 +338,9 @@
310
338
  <line num="213" count="0" type="stmt"/>
311
339
  <line num="215" count="5" type="stmt"/>
312
340
  <line num="219" count="24" type="stmt"/>
313
- <line num="223" count="8" type="stmt"/>
314
- <line num="224" count="8" type="stmt"/>
315
- <line num="225" count="8" type="stmt"/>
341
+ <line num="223" count="9" type="stmt"/>
342
+ <line num="224" count="9" type="stmt"/>
343
+ <line num="225" count="9" type="stmt"/>
316
344
  <line num="227" count="0" type="stmt"/>
317
345
  <line num="237" count="5" type="stmt"/>
318
346
  <line num="238" count="5" type="stmt"/>
@@ -353,10 +381,10 @@
353
381
  <line num="23" count="3" type="stmt"/>
354
382
  <line num="26" count="3" type="cond" truecount="1" falsecount="0"/>
355
383
  <line num="27" count="3" type="stmt"/>
356
- <line num="32" count="12" type="cond" truecount="1" falsecount="0"/>
384
+ <line num="32" count="13" type="cond" truecount="1" falsecount="0"/>
357
385
  <line num="33" count="2" type="stmt"/>
358
- <line num="36" count="10" type="stmt"/>
359
- <line num="41" count="10" type="cond" truecount="3" falsecount="0"/>
386
+ <line num="36" count="11" type="stmt"/>
387
+ <line num="41" count="11" type="cond" truecount="3" falsecount="0"/>
360
388
  <line num="42" count="6" type="stmt"/>
361
389
  <line num="44" count="6" type="stmt"/>
362
390
  <line num="45" count="6" type="cond" truecount="1" falsecount="1"/>
@@ -364,16 +392,16 @@
364
392
  <line num="47" count="0" type="stmt"/>
365
393
  <line num="50" count="6" type="stmt"/>
366
394
  <line num="54" count="6" type="stmt"/>
367
- <line num="57" count="4" type="stmt"/>
368
- <line num="61" count="15" type="stmt"/>
395
+ <line num="57" count="5" type="stmt"/>
396
+ <line num="61" count="16" type="stmt"/>
369
397
  <line num="65" count="7" type="stmt"/>
370
398
  <line num="69" count="5" type="stmt"/>
371
- <line num="80" count="12" type="stmt"/>
399
+ <line num="80" count="14" type="stmt"/>
372
400
  <line num="84" count="1" type="stmt"/>
373
- <line num="88" count="13" type="stmt"/>
374
- <line num="90" count="13" type="cond" truecount="1" falsecount="0"/>
401
+ <line num="88" count="14" type="stmt"/>
402
+ <line num="90" count="14" type="cond" truecount="1" falsecount="0"/>
375
403
  <line num="91" count="1" type="stmt"/>
376
- <line num="94" count="12" type="stmt"/>
404
+ <line num="94" count="13" type="stmt"/>
377
405
  <line num="98" count="4" type="stmt"/>
378
406
  <line num="100" count="3" type="cond" truecount="1" falsecount="0"/>
379
407
  <line num="101" count="1" type="stmt"/>
@@ -394,27 +422,27 @@
394
422
  <line num="2" count="5" type="stmt"/>
395
423
  <line num="5" count="5" type="stmt"/>
396
424
  <line num="7" count="5" type="stmt"/>
397
- <line num="8" count="29" type="stmt"/>
398
- <line num="9" count="29" type="stmt"/>
399
- <line num="10" count="29" type="stmt"/>
400
- <line num="15" count="29" type="cond" truecount="2" falsecount="0"/>
425
+ <line num="8" count="30" type="stmt"/>
426
+ <line num="9" count="30" type="stmt"/>
427
+ <line num="10" count="30" type="stmt"/>
428
+ <line num="15" count="30" type="cond" truecount="2" falsecount="0"/>
401
429
  <line num="16" count="2" type="stmt"/>
402
- <line num="18" count="27" type="stmt"/>
403
- <line num="20" count="29" type="stmt"/>
404
- <line num="24" count="6" type="stmt"/>
405
- <line num="25" count="6" type="cond" truecount="1" falsecount="0"/>
430
+ <line num="18" count="28" type="stmt"/>
431
+ <line num="20" count="30" type="stmt"/>
432
+ <line num="24" count="7" type="stmt"/>
433
+ <line num="25" count="7" type="cond" truecount="1" falsecount="0"/>
406
434
  <line num="26" count="1" type="stmt"/>
407
- <line num="28" count="5" type="stmt"/>
408
- <line num="32" count="22" type="stmt"/>
409
- <line num="33" count="22" type="cond" truecount="3" falsecount="0"/>
435
+ <line num="28" count="6" type="stmt"/>
436
+ <line num="32" count="23" type="stmt"/>
437
+ <line num="33" count="23" type="cond" truecount="3" falsecount="0"/>
410
438
  <line num="34" count="2" type="stmt"/>
411
- <line num="36" count="20" type="stmt"/>
412
- <line num="43" count="35" type="cond" truecount="1" falsecount="0"/>
413
- <line num="44" count="26" type="stmt"/>
414
- <line num="49" count="20" type="stmt"/>
415
- <line num="50" count="20" type="cond" truecount="1" falsecount="0"/>
416
- <line num="51" count="7" type="cond" truecount="2" falsecount="0"/>
417
- <line num="52" count="6" type="stmt"/>
439
+ <line num="36" count="21" type="stmt"/>
440
+ <line num="43" count="38" type="cond" truecount="1" falsecount="0"/>
441
+ <line num="44" count="28" type="stmt"/>
442
+ <line num="49" count="21" type="stmt"/>
443
+ <line num="50" count="21" type="cond" truecount="1" falsecount="0"/>
444
+ <line num="51" count="8" type="cond" truecount="2" falsecount="0"/>
445
+ <line num="52" count="7" type="stmt"/>
418
446
  <line num="54" count="13" type="stmt"/>
419
447
  <line num="56" count="1" type="stmt"/>
420
448
  <line num="57" count="1" type="stmt"/>
@@ -425,7 +453,7 @@
425
453
  <line num="68" count="3" type="stmt"/>
426
454
  </file>
427
455
  <file name="Service.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Service.ts">
428
- <metrics statements="294" coveredstatements="243" conditionals="141" coveredconditionals="106" methods="49" coveredmethods="45"/>
456
+ <metrics statements="297" coveredstatements="248" conditionals="142" coveredconditionals="107" methods="52" coveredmethods="47"/>
429
457
  <line num="1" count="4" type="stmt"/>
430
458
  <line num="2" count="4" type="stmt"/>
431
459
  <line num="3" count="4" type="stmt"/>
@@ -470,256 +498,259 @@
470
498
  <line num="89" count="14" type="stmt"/>
471
499
  <line num="92" count="14" type="stmt"/>
472
500
  <line num="93" count="14" type="stmt"/>
473
- <line num="106" count="4" type="stmt"/>
474
- <line num="107" count="4" type="stmt"/>
475
- <line num="108" count="4" type="stmt"/>
476
- <line num="109" count="4" type="stmt"/>
477
- <line num="110" count="4" type="stmt"/>
478
- <line num="112" count="0" type="stmt"/>
479
- <line num="113" count="0" type="stmt"/>
480
- <line num="114" count="0" type="stmt"/>
481
- <line num="115" count="0" type="stmt"/>
482
- <line num="123" count="5" type="stmt"/>
483
- <line num="124" count="5" type="stmt"/>
484
- <line num="125" count="5" type="stmt"/>
485
- <line num="127" count="4" type="stmt"/>
486
- <line num="128" count="4" type="cond" truecount="1" falsecount="1"/>
487
- <line num="129" count="4" type="stmt"/>
488
- <line num="130" count="4" type="stmt"/>
501
+ <line num="97" count="20" type="cond" truecount="0" falsecount="1"/>
502
+ <line num="98" count="0" type="stmt"/>
503
+ <line num="99" count="0" type="stmt"/>
504
+ <line num="101" count="20" type="stmt"/>
505
+ <line num="114" count="6" type="stmt"/>
506
+ <line num="115" count="6" type="stmt"/>
507
+ <line num="116" count="6" type="stmt"/>
508
+ <line num="117" count="6" type="cond" truecount="1" falsecount="0"/>
509
+ <line num="118" count="5" type="stmt"/>
510
+ <line num="120" count="5" type="stmt"/>
511
+ <line num="121" count="5" type="stmt"/>
512
+ <line num="124" count="0" type="stmt"/>
513
+ <line num="125" count="0" type="stmt"/>
514
+ <line num="129" count="1" type="stmt"/>
515
+ <line num="130" count="1" type="stmt"/>
516
+ <line num="132" count="0" type="stmt"/>
489
517
  <line num="133" count="0" type="stmt"/>
490
- <line num="143" count="12" type="cond" truecount="2" falsecount="0"/>
491
- <line num="144" count="12" type="cond" truecount="2" falsecount="0"/>
492
- <line num="146" count="12" type="stmt"/>
493
- <line num="148" count="12" type="stmt"/>
494
- <line num="153" count="12" type="cond" truecount="3" falsecount="0"/>
495
- <line num="154" count="3" type="stmt"/>
496
- <line num="155" count="3" type="cond" truecount="1" falsecount="0"/>
497
- <line num="156" count="1" type="cond" truecount="1" falsecount="0"/>
498
- <line num="157" count="1" type="stmt"/>
499
- <line num="158" count="1" type="stmt"/>
500
- <line num="159" count="1" type="cond" truecount="0" falsecount="1"/>
501
- <line num="160" count="0" type="stmt"/>
502
- <line num="166" count="1" type="cond" truecount="1" falsecount="0"/>
503
- <line num="167" count="1" type="stmt"/>
504
- <line num="168" count="1" type="stmt"/>
505
- <line num="169" count="1" type="stmt"/>
506
- <line num="171" count="1" type="cond" truecount="0" falsecount="1"/>
507
- <line num="172" count="0" type="stmt"/>
508
- <line num="176" count="1" type="stmt"/>
509
- <line num="179" count="2" type="stmt"/>
510
- <line num="181" count="2" type="cond" truecount="1" falsecount="0"/>
511
- <line num="182" count="1" type="stmt"/>
512
- <line num="185" count="2" type="cond" truecount="1" falsecount="0"/>
513
- <line num="186" count="1" type="stmt"/>
518
+ <line num="141" count="6" type="stmt"/>
519
+ <line num="142" count="6" type="stmt"/>
520
+ <line num="143" count="6" type="stmt"/>
521
+ <line num="145" count="6" type="stmt"/>
522
+ <line num="146" count="6" type="cond" truecount="1" falsecount="1"/>
523
+ <line num="147" count="6" type="stmt"/>
524
+ <line num="148" count="6" type="stmt"/>
525
+ <line num="151" count="0" type="stmt"/>
526
+ <line num="161" count="13" type="cond" truecount="2" falsecount="0"/>
527
+ <line num="162" count="13" type="cond" truecount="2" falsecount="0"/>
528
+ <line num="164" count="13" type="stmt"/>
529
+ <line num="166" count="13" type="stmt"/>
530
+ <line num="171" count="13" type="cond" truecount="3" falsecount="0"/>
531
+ <line num="172" count="4" type="stmt"/>
532
+ <line num="173" count="4" type="cond" truecount="1" falsecount="0"/>
533
+ <line num="174" count="2" type="cond" truecount="1" falsecount="0"/>
534
+ <line num="175" count="2" type="stmt"/>
535
+ <line num="176" count="2" type="stmt"/>
536
+ <line num="177" count="2" type="cond" truecount="0" falsecount="1"/>
537
+ <line num="178" count="0" type="stmt"/>
538
+ <line num="184" count="2" type="cond" truecount="1" falsecount="0"/>
539
+ <line num="185" count="2" type="stmt"/>
540
+ <line num="186" count="2" type="stmt"/>
541
+ <line num="187" count="2" type="stmt"/>
514
542
  <line num="189" count="2" type="cond" truecount="0" falsecount="1"/>
515
543
  <line num="190" count="0" type="stmt"/>
516
- <line num="195" count="12" type="cond" truecount="1" falsecount="0"/>
517
- <line num="196" count="1" type="stmt"/>
518
- <line num="197" count="1" type="stmt"/>
519
- <line num="201" count="12" type="cond" truecount="1" falsecount="0"/>
520
- <line num="202" count="4" type="stmt"/>
521
- <line num="203" count="4" type="stmt"/>
522
- <line num="204" count="4" type="stmt"/>
523
- <line num="208" count="12" type="stmt"/>
524
- <line num="213" count="12" type="stmt"/>
525
- <line num="220" count="12" type="cond" truecount="1" falsecount="1"/>
526
- <line num="221" count="12" type="stmt"/>
527
- <line num="222" count="12" type="stmt"/>
528
- <line num="223" count="29" type="stmt"/>
529
- <line num="225" count="12" type="stmt"/>
530
- <line num="226" count="12" type="stmt"/>
531
- <line num="233" count="13" type="stmt"/>
532
- <line num="234" count="13" type="cond" truecount="4" falsecount="0"/>
533
- <line num="241" count="1" type="cond" truecount="1" falsecount="1"/>
534
- <line num="242" count="1" type="stmt"/>
535
- <line num="243" count="1" type="stmt"/>
536
- <line num="244" count="1" type="stmt"/>
537
- <line num="245" count="1" type="stmt"/>
538
- <line num="246" count="1" type="stmt"/>
539
- <line num="247" count="1" type="stmt"/>
540
- <line num="257" count="1" type="stmt"/>
541
- <line num="258" count="1" type="cond" truecount="1" falsecount="0"/>
542
- <line num="259" count="1" type="cond" truecount="0" falsecount="1"/>
543
- <line num="260" count="0" type="stmt"/>
544
- <line num="261" count="0" type="stmt"/>
544
+ <line num="194" count="2" type="stmt"/>
545
+ <line num="197" count="2" type="stmt"/>
546
+ <line num="199" count="2" type="cond" truecount="1" falsecount="0"/>
547
+ <line num="200" count="1" type="stmt"/>
548
+ <line num="203" count="2" type="cond" truecount="1" falsecount="0"/>
549
+ <line num="204" count="1" type="stmt"/>
550
+ <line num="207" count="2" type="cond" truecount="0" falsecount="1"/>
551
+ <line num="208" count="0" type="stmt"/>
552
+ <line num="213" count="13" type="cond" truecount="1" falsecount="0"/>
553
+ <line num="214" count="1" type="stmt"/>
554
+ <line num="215" count="1" type="stmt"/>
555
+ <line num="219" count="13" type="cond" truecount="1" falsecount="0"/>
556
+ <line num="220" count="4" type="stmt"/>
557
+ <line num="221" count="4" type="stmt"/>
558
+ <line num="222" count="4" type="stmt"/>
559
+ <line num="226" count="13" type="stmt"/>
560
+ <line num="231" count="13" type="stmt"/>
561
+ <line num="238" count="13" type="cond" truecount="1" falsecount="1"/>
562
+ <line num="239" count="13" type="stmt"/>
563
+ <line num="240" count="13" type="stmt"/>
564
+ <line num="241" count="31" type="stmt"/>
565
+ <line num="243" count="13" type="stmt"/>
566
+ <line num="244" count="13" type="stmt"/>
567
+ <line num="251" count="14" type="stmt"/>
568
+ <line num="252" count="14" type="cond" truecount="4" falsecount="0"/>
569
+ <line num="259" count="1" type="cond" truecount="1" falsecount="1"/>
570
+ <line num="260" count="1" type="stmt"/>
571
+ <line num="261" count="1" type="stmt"/>
572
+ <line num="262" count="1" type="stmt"/>
545
573
  <line num="263" count="1" type="stmt"/>
546
574
  <line num="264" count="1" type="stmt"/>
547
- <line num="269" count="3" type="stmt"/>
548
- <line num="276" count="4" type="stmt"/>
549
- <line num="277" count="4" type="stmt"/>
550
- <line num="278" count="4" type="stmt"/>
551
- <line num="279" count="4" type="stmt"/>
552
- <line num="280" count="2" type="stmt"/>
553
- <line num="285" count="2" type="stmt"/>
554
- <line num="286" count="2" type="stmt"/>
555
- <line num="292" count="2" type="stmt"/>
556
- <line num="299" count="3" type="stmt"/>
557
- <line num="302" count="16" type="stmt"/>
558
- <line num="303" count="16" type="cond" truecount="1" falsecount="1"/>
559
- <line num="304" count="0" type="stmt"/>
560
- <line num="306" count="16" type="stmt"/>
561
- <line num="307" count="16" type="stmt"/>
562
- <line num="310" count="0" type="stmt"/>
563
- <line num="317" count="3" type="stmt"/>
575
+ <line num="265" count="1" type="stmt"/>
576
+ <line num="275" count="1" type="stmt"/>
577
+ <line num="276" count="1" type="cond" truecount="1" falsecount="0"/>
578
+ <line num="277" count="1" type="stmt"/>
579
+ <line num="278" count="1" type="stmt"/>
580
+ <line num="283" count="4" type="stmt"/>
581
+ <line num="290" count="4" type="stmt"/>
582
+ <line num="291" count="4" type="stmt"/>
583
+ <line num="292" count="4" type="stmt"/>
584
+ <line num="293" count="4" type="stmt"/>
585
+ <line num="294" count="2" type="stmt"/>
586
+ <line num="299" count="2" type="stmt"/>
587
+ <line num="300" count="2" type="stmt"/>
588
+ <line num="306" count="2" type="stmt"/>
589
+ <line num="313" count="3" type="stmt"/>
590
+ <line num="316" count="16" type="stmt"/>
591
+ <line num="317" count="16" type="cond" truecount="1" falsecount="1"/>
564
592
  <line num="318" count="0" type="stmt"/>
565
- <line num="320" count="3" type="stmt"/>
566
- <line num="323" count="3" type="stmt"/>
567
- <line num="330" count="4" type="stmt"/>
568
- <line num="331" count="4" type="stmt"/>
569
- <line num="332" count="4" type="stmt"/>
570
- <line num="333" count="5" type="stmt"/>
571
- <line num="334" count="5" type="cond" truecount="2" falsecount="1"/>
572
- <line num="335" count="0" type="stmt"/>
573
- <line num="337" count="5" type="stmt"/>
574
- <line num="338" count="5" type="stmt"/>
575
- <line num="339" count="5" type="stmt"/>
576
- <line num="340" count="5" type="stmt"/>
577
- <line num="341" count="5" type="stmt"/>
578
- <line num="342" count="5" type="cond" truecount="3" falsecount="1"/>
579
- <line num="343" count="0" type="stmt"/>
580
- <line num="345" count="5" type="stmt"/>
581
- <line num="346" count="5" type="cond" truecount="7" falsecount="2"/>
582
- <line num="347" count="3" type="stmt"/>
583
- <line num="348" count="3" type="cond" truecount="3" falsecount="0"/>
584
- <line num="349" count="1" type="stmt"/>
585
- <line num="350" count="1" type="stmt"/>
586
- <line num="352" count="2" type="stmt"/>
587
- <line num="353" count="2" type="stmt"/>
588
- <line num="355" count="2" type="stmt"/>
589
- <line num="356" count="2" type="stmt"/>
590
- <line num="357" count="2" type="stmt"/>
591
- <line num="359" count="2" type="stmt"/>
592
- <line num="360" count="2" type="stmt"/>
593
- <line num="361" count="2" type="cond" truecount="9" falsecount="2"/>
594
- <line num="362" count="2" type="stmt"/>
595
- <line num="363" count="2" type="stmt"/>
596
- <line num="365" count="0" type="stmt"/>
597
- <line num="367" count="0" type="stmt"/>
598
- <line num="368" count="0" type="cond" truecount="0" falsecount="1"/>
599
- <line num="369" count="0" type="stmt"/>
600
- <line num="370" count="0" type="stmt"/>
601
- <line num="372" count="0" type="stmt"/>
602
- <line num="381" count="12" type="stmt"/>
603
- <line num="382" count="12" type="stmt"/>
604
- <line num="384" count="12" type="stmt"/>
605
- <line num="385" count="12" type="stmt"/>
606
- <line num="387" count="12" type="stmt"/>
607
- <line num="388" count="12" type="stmt"/>
608
- <line num="393" count="12" type="stmt"/>
609
- <line num="394" count="12" type="stmt"/>
610
- <line num="397" count="12" type="stmt"/>
611
- <line num="398" count="12" type="stmt"/>
612
- <line num="400" count="0" type="stmt"/>
613
- <line num="401" count="0" type="stmt"/>
614
- <line num="402" count="0" type="stmt"/>
615
- <line num="403" count="0" type="stmt"/>
616
- <line num="404" count="0" type="stmt"/>
617
- <line num="412" count="15" type="stmt"/>
618
- <line num="413" count="15" type="stmt"/>
619
- <line num="414" count="15" type="stmt"/>
620
- <line num="415" count="15" type="cond" truecount="5" falsecount="0"/>
621
- <line num="416" count="5" type="stmt"/>
622
- <line num="417" count="5" type="stmt"/>
623
- <line num="420" count="10" type="stmt"/>
624
- <line num="422" count="10" type="stmt"/>
625
- <line num="423" count="10" type="stmt"/>
626
- <line num="424" count="10" type="stmt"/>
627
- <line num="425" count="7" type="stmt"/>
628
- <line num="426" count="7" type="stmt"/>
629
- <line num="427" count="7" type="stmt"/>
630
- <line num="428" count="7" type="stmt"/>
631
- <line num="430" count="0" type="stmt"/>
632
- <line num="435" count="15" type="cond" truecount="1" falsecount="0"/>
633
- <line num="436" count="4" type="stmt"/>
634
- <line num="439" count="15" type="stmt"/>
635
- <line num="440" count="15" type="stmt"/>
636
- <line num="441" count="15" type="stmt"/>
637
- <line num="443" count="15" type="cond" truecount="5" falsecount="0"/>
638
- <line num="444" count="5" type="stmt"/>
639
- <line num="450" count="5" type="stmt"/>
593
+ <line num="320" count="16" type="stmt"/>
594
+ <line num="321" count="16" type="stmt"/>
595
+ <line num="324" count="0" type="stmt"/>
596
+ <line num="331" count="3" type="stmt"/>
597
+ <line num="332" count="0" type="stmt"/>
598
+ <line num="334" count="3" type="stmt"/>
599
+ <line num="337" count="3" type="stmt"/>
600
+ <line num="344" count="4" type="stmt"/>
601
+ <line num="345" count="4" type="stmt"/>
602
+ <line num="346" count="4" type="stmt"/>
603
+ <line num="347" count="5" type="stmt"/>
604
+ <line num="348" count="5" type="cond" truecount="2" falsecount="1"/>
605
+ <line num="349" count="0" type="stmt"/>
606
+ <line num="351" count="5" type="stmt"/>
607
+ <line num="352" count="5" type="stmt"/>
608
+ <line num="353" count="5" type="stmt"/>
609
+ <line num="354" count="5" type="stmt"/>
610
+ <line num="355" count="5" type="stmt"/>
611
+ <line num="356" count="5" type="cond" truecount="3" falsecount="1"/>
612
+ <line num="357" count="0" type="stmt"/>
613
+ <line num="359" count="5" type="stmt"/>
614
+ <line num="360" count="5" type="cond" truecount="7" falsecount="2"/>
615
+ <line num="361" count="3" type="stmt"/>
616
+ <line num="362" count="3" type="cond" truecount="3" falsecount="0"/>
617
+ <line num="363" count="1" type="stmt"/>
618
+ <line num="364" count="1" type="stmt"/>
619
+ <line num="366" count="2" type="stmt"/>
620
+ <line num="367" count="2" type="stmt"/>
621
+ <line num="369" count="2" type="stmt"/>
622
+ <line num="370" count="2" type="stmt"/>
623
+ <line num="371" count="2" type="stmt"/>
624
+ <line num="373" count="2" type="stmt"/>
625
+ <line num="374" count="2" type="stmt"/>
626
+ <line num="375" count="2" type="cond" truecount="9" falsecount="2"/>
627
+ <line num="376" count="2" type="stmt"/>
628
+ <line num="377" count="2" type="stmt"/>
629
+ <line num="379" count="0" type="stmt"/>
630
+ <line num="381" count="0" type="stmt"/>
631
+ <line num="382" count="0" type="cond" truecount="0" falsecount="1"/>
632
+ <line num="383" count="0" type="stmt"/>
633
+ <line num="384" count="0" type="stmt"/>
634
+ <line num="386" count="0" type="stmt"/>
635
+ <line num="395" count="13" type="stmt"/>
636
+ <line num="396" count="13" type="stmt"/>
637
+ <line num="398" count="13" type="stmt"/>
638
+ <line num="399" count="13" type="stmt"/>
639
+ <line num="401" count="13" type="stmt"/>
640
+ <line num="402" count="13" type="stmt"/>
641
+ <line num="407" count="13" type="stmt"/>
642
+ <line num="408" count="13" type="stmt"/>
643
+ <line num="411" count="13" type="stmt"/>
644
+ <line num="412" count="13" type="stmt"/>
645
+ <line num="414" count="0" type="stmt"/>
646
+ <line num="415" count="0" type="stmt"/>
647
+ <line num="416" count="0" type="stmt"/>
648
+ <line num="424" count="15" type="stmt"/>
649
+ <line num="425" count="15" type="stmt"/>
650
+ <line num="426" count="15" type="stmt"/>
651
+ <line num="427" count="17" type="cond" truecount="5" falsecount="0"/>
652
+ <line num="428" count="5" type="stmt"/>
653
+ <line num="429" count="5" type="stmt"/>
654
+ <line num="432" count="12" type="stmt"/>
655
+ <line num="434" count="12" type="stmt"/>
656
+ <line num="435" count="12" type="stmt"/>
657
+ <line num="436" count="12" type="stmt"/>
658
+ <line num="437" count="8" type="stmt"/>
659
+ <line num="438" count="8" type="stmt"/>
660
+ <line num="439" count="8" type="stmt"/>
661
+ <line num="440" count="8" type="stmt"/>
662
+ <line num="442" count="0" type="stmt"/>
663
+ <line num="447" count="15" type="cond" truecount="1" falsecount="0"/>
664
+ <line num="448" count="4" type="stmt"/>
665
+ <line num="451" count="15" type="stmt"/>
666
+ <line num="452" count="15" type="stmt"/>
640
667
  <line num="453" count="15" type="stmt"/>
641
- <line num="455" count="0" type="cond" truecount="0" falsecount="2"/>
642
- <line num="456" count="0" type="stmt"/>
643
- <line num="458" count="0" type="stmt"/>
644
- <line num="460" count="0" type="stmt"/>
645
- <line num="468" count="4" type="stmt"/>
646
- <line num="469" count="4" type="cond" truecount="5" falsecount="1"/>
647
- <line num="470" count="4" type="stmt"/>
648
- <line num="471" count="4" type="stmt"/>
649
- <line num="473" count="4" type="cond" truecount="1" falsecount="0"/>
650
- <line num="474" count="1" type="stmt"/>
651
- <line num="475" count="1" type="stmt"/>
652
- <line num="476" count="1" type="stmt"/>
653
- <line num="479" count="4" type="cond" truecount="6" falsecount="3"/>
654
- <line num="480" count="0" type="stmt"/>
655
- <line num="481" count="0" type="cond" truecount="0" falsecount="4"/>
656
- <line num="482" count="0" type="stmt"/>
657
- <line num="486" count="4" type="cond" truecount="1" falsecount="0"/>
668
+ <line num="455" count="15" type="cond" truecount="5" falsecount="0"/>
669
+ <line num="456" count="5" type="stmt"/>
670
+ <line num="462" count="5" type="stmt"/>
671
+ <line num="465" count="15" type="stmt"/>
672
+ <line num="467" count="0" type="cond" truecount="0" falsecount="2"/>
673
+ <line num="468" count="0" type="stmt"/>
674
+ <line num="470" count="0" type="stmt"/>
675
+ <line num="472" count="0" type="stmt"/>
676
+ <line num="480" count="4" type="stmt"/>
677
+ <line num="481" count="4" type="cond" truecount="5" falsecount="1"/>
678
+ <line num="482" count="4" type="stmt"/>
679
+ <line num="483" count="4" type="stmt"/>
680
+ <line num="485" count="4" type="cond" truecount="1" falsecount="0"/>
681
+ <line num="486" count="1" type="stmt"/>
658
682
  <line num="487" count="1" type="stmt"/>
659
683
  <line num="488" count="1" type="stmt"/>
660
- <line num="489" count="1" type="stmt"/>
684
+ <line num="491" count="4" type="cond" truecount="6" falsecount="3"/>
661
685
  <line num="492" count="0" type="stmt"/>
662
- <line num="495" count="4" type="stmt"/>
663
- <line num="499" count="4" type="stmt"/>
664
- <line num="506" count="45" type="stmt"/>
665
- <line num="507" count="0" type="stmt"/>
666
- <line num="508" count="0" type="stmt"/>
667
- <line num="516" count="30" type="stmt"/>
668
- <line num="517" count="0" type="stmt"/>
669
- <line num="518" count="0" type="stmt"/>
670
- <line num="526" count="15" type="stmt"/>
671
- <line num="527" count="15" type="stmt"/>
672
- <line num="528" count="15" type="stmt"/>
673
- <line num="529" count="15" type="stmt"/>
674
- <line num="530" count="15" type="stmt"/>
675
- <line num="537" count="15" type="cond" truecount="3" falsecount="0"/>
676
- <line num="538" count="5" type="stmt"/>
677
- <line num="540" count="10" type="stmt"/>
678
- <line num="541" count="10" type="stmt"/>
679
- <line num="542" count="1" type="cond" truecount="3" falsecount="0"/>
680
- <line num="543" count="1" type="stmt"/>
681
- <line num="544" count="1" type="stmt"/>
682
- <line num="546" count="0" type="stmt"/>
683
- <line num="549" count="10" type="stmt"/>
684
- <line num="550" count="0" type="cond" truecount="0" falsecount="1"/>
685
- <line num="551" count="0" type="stmt"/>
686
- <line num="553" count="0" type="stmt"/>
687
- <line num="561" count="15" type="stmt"/>
688
- <line num="562" count="0" type="stmt"/>
689
- <line num="570" count="11" type="stmt"/>
690
- <line num="574" count="4" type="stmt"/>
691
- <line num="575" count="4" type="stmt"/>
692
- <line num="576" count="4" type="stmt"/>
693
- <line num="577" count="4" type="stmt"/>
694
- <line num="578" count="4" type="stmt"/>
695
- <line num="580" count="4" type="cond" truecount="0" falsecount="1"/>
696
- <line num="581" count="0" type="stmt"/>
697
- <line num="582" count="0" type="stmt"/>
698
- <line num="585" count="4" type="cond" truecount="0" falsecount="1"/>
699
- <line num="586" count="0" type="stmt"/>
700
- <line num="587" count="0" type="stmt"/>
686
+ <line num="493" count="0" type="cond" truecount="0" falsecount="4"/>
687
+ <line num="494" count="0" type="stmt"/>
688
+ <line num="498" count="4" type="cond" truecount="1" falsecount="0"/>
689
+ <line num="499" count="1" type="stmt"/>
690
+ <line num="500" count="1" type="stmt"/>
691
+ <line num="501" count="1" type="stmt"/>
692
+ <line num="504" count="0" type="stmt"/>
693
+ <line num="507" count="4" type="stmt"/>
694
+ <line num="511" count="4" type="stmt"/>
695
+ <line num="518" count="45" type="stmt"/>
696
+ <line num="519" count="0" type="stmt"/>
697
+ <line num="520" count="0" type="stmt"/>
698
+ <line num="528" count="30" type="stmt"/>
699
+ <line num="529" count="0" type="stmt"/>
700
+ <line num="530" count="0" type="stmt"/>
701
+ <line num="538" count="15" type="stmt"/>
702
+ <line num="539" count="15" type="stmt"/>
703
+ <line num="540" count="15" type="stmt"/>
704
+ <line num="541" count="15" type="stmt"/>
705
+ <line num="542" count="15" type="stmt"/>
706
+ <line num="549" count="15" type="cond" truecount="3" falsecount="0"/>
707
+ <line num="550" count="5" type="stmt"/>
708
+ <line num="552" count="10" type="stmt"/>
709
+ <line num="553" count="10" type="stmt"/>
710
+ <line num="554" count="1" type="cond" truecount="3" falsecount="0"/>
711
+ <line num="555" count="1" type="stmt"/>
712
+ <line num="556" count="1" type="stmt"/>
713
+ <line num="558" count="0" type="stmt"/>
714
+ <line num="561" count="10" type="stmt"/>
715
+ <line num="562" count="0" type="cond" truecount="0" falsecount="1"/>
716
+ <line num="563" count="0" type="stmt"/>
717
+ <line num="565" count="0" type="stmt"/>
718
+ <line num="573" count="15" type="stmt"/>
719
+ <line num="574" count="0" type="stmt"/>
720
+ <line num="582" count="12" type="stmt"/>
721
+ <line num="586" count="4" type="stmt"/>
722
+ <line num="587" count="4" type="stmt"/>
723
+ <line num="588" count="4" type="stmt"/>
701
724
  <line num="589" count="4" type="stmt"/>
702
- <line num="592" count="4" type="stmt"/>
703
- <line num="596" count="4" type="stmt"/>
704
- <line num="597" count="4" type="stmt"/>
705
- <line num="598" count="8" type="cond" truecount="0" falsecount="1"/>
725
+ <line num="590" count="4" type="stmt"/>
726
+ <line num="592" count="4" type="cond" truecount="0" falsecount="1"/>
727
+ <line num="593" count="0" type="stmt"/>
728
+ <line num="594" count="0" type="stmt"/>
729
+ <line num="597" count="4" type="cond" truecount="0" falsecount="1"/>
730
+ <line num="598" count="0" type="stmt"/>
706
731
  <line num="599" count="0" type="stmt"/>
707
- <line num="601" count="8" type="stmt"/>
708
- <line num="602" count="12" type="cond" truecount="5" falsecount="1"/>
709
- <line num="603" count="8" type="cond" truecount="1" falsecount="0"/>
732
+ <line num="601" count="4" type="stmt"/>
710
733
  <line num="604" count="4" type="stmt"/>
711
- <line num="606" count="4" type="stmt"/>
712
- <line num="608" count="4" type="cond" truecount="0" falsecount="1"/>
713
- <line num="609" count="0" type="stmt"/>
714
- <line num="611" count="4" type="stmt"/>
715
- <line num="615" count="2" type="stmt"/>
716
- <line num="622" count="6" type="cond" truecount="2" falsecount="0"/>
717
- <line num="623" count="6" type="stmt"/>
718
- <line num="624" count="6" type="stmt"/>
719
- <line num="625" count="6" type="cond" truecount="2" falsecount="0"/>
720
- <line num="626" count="6" type="cond" truecount="4" falsecount="0"/>
721
- <line num="627" count="3" type="stmt"/>
722
- <line num="634" count="3" type="stmt"/>
734
+ <line num="608" count="4" type="stmt"/>
735
+ <line num="609" count="4" type="stmt"/>
736
+ <line num="610" count="8" type="cond" truecount="0" falsecount="1"/>
737
+ <line num="611" count="0" type="stmt"/>
738
+ <line num="613" count="8" type="stmt"/>
739
+ <line num="614" count="12" type="cond" truecount="5" falsecount="1"/>
740
+ <line num="615" count="8" type="cond" truecount="1" falsecount="0"/>
741
+ <line num="616" count="4" type="stmt"/>
742
+ <line num="618" count="4" type="stmt"/>
743
+ <line num="620" count="4" type="cond" truecount="0" falsecount="1"/>
744
+ <line num="621" count="0" type="stmt"/>
745
+ <line num="623" count="4" type="stmt"/>
746
+ <line num="627" count="2" type="stmt"/>
747
+ <line num="634" count="6" type="cond" truecount="2" falsecount="0"/>
748
+ <line num="635" count="6" type="stmt"/>
749
+ <line num="636" count="6" type="stmt"/>
750
+ <line num="637" count="6" type="cond" truecount="2" falsecount="0"/>
751
+ <line num="638" count="6" type="cond" truecount="4" falsecount="0"/>
752
+ <line num="639" count="3" type="stmt"/>
753
+ <line num="646" count="3" type="stmt"/>
723
754
  </file>
724
755
  <file name="StreamManager.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/StreamManager.ts">
725
756
  <metrics statements="50" coveredstatements="42" conditionals="41" coveredconditionals="25" methods="9" coveredmethods="9"/>
@@ -797,17 +828,17 @@
797
828
  <line num="29" count="5" type="stmt"/>
798
829
  <line num="30" count="5" type="stmt"/>
799
830
  <line num="31" count="5" type="stmt"/>
800
- <line num="37" count="12" type="cond" truecount="1" falsecount="1"/>
831
+ <line num="37" count="14" type="cond" truecount="1" falsecount="1"/>
801
832
  <line num="38" count="0" type="stmt"/>
802
- <line num="40" count="12" type="stmt"/>
803
- <line num="41" count="12" type="stmt"/>
804
- <line num="44" count="12" type="cond" truecount="1" falsecount="0"/>
805
- <line num="47" count="2" type="cond" truecount="1" falsecount="1"/>
833
+ <line num="40" count="14" type="stmt"/>
834
+ <line num="41" count="14" type="stmt"/>
835
+ <line num="44" count="14" type="cond" truecount="1" falsecount="0"/>
836
+ <line num="47" count="4" type="cond" truecount="1" falsecount="1"/>
806
837
  <line num="48" count="0" type="stmt"/>
807
- <line num="50" count="2" type="stmt"/>
808
- <line num="51" count="2" type="stmt"/>
809
- <line num="54" count="2" type="stmt"/>
810
- <line num="55" count="2" type="stmt"/>
838
+ <line num="50" count="4" type="stmt"/>
839
+ <line num="51" count="4" type="stmt"/>
840
+ <line num="54" count="4" type="stmt"/>
841
+ <line num="55" count="4" type="stmt"/>
811
842
  <line num="58" count="10" type="stmt"/>
812
843
  <line num="61" count="4" type="stmt"/>
813
844
  <line num="62" count="1" type="stmt"/>
@@ -816,8 +847,8 @@
816
847
  <line num="68" count="1" type="stmt"/>
817
848
  <line num="69" count="1" type="stmt"/>
818
849
  <line num="73" count="4" type="stmt"/>
819
- <line num="74" count="10" type="stmt"/>
820
- <line num="75" count="10" type="stmt"/>
850
+ <line num="74" count="12" type="stmt"/>
851
+ <line num="75" count="12" type="stmt"/>
821
852
  </file>
822
853
  <file name="interfaces.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/interfaces.ts">
823
854
  <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
@@ -841,23 +872,23 @@
841
872
  <line num="36" count="0" type="stmt"/>
842
873
  <line num="39" count="0" type="stmt"/>
843
874
  <line num="43" count="2" type="stmt"/>
844
- <line num="46" count="8" type="stmt"/>
845
- <line num="47" count="8" type="stmt"/>
846
- <line num="49" count="6" type="cond" truecount="1" falsecount="0"/>
847
- <line num="50" count="6" type="stmt"/>
848
- <line num="53" count="6" type="stmt"/>
849
- <line num="55" count="8" type="stmt"/>
850
- <line num="57" count="8" type="stmt"/>
875
+ <line num="46" count="10" type="stmt"/>
876
+ <line num="47" count="10" type="stmt"/>
877
+ <line num="49" count="7" type="cond" truecount="1" falsecount="0"/>
878
+ <line num="50" count="7" type="stmt"/>
879
+ <line num="53" count="7" type="stmt"/>
880
+ <line num="55" count="10" type="stmt"/>
881
+ <line num="57" count="10" type="stmt"/>
851
882
  <line num="58" count="0" type="stmt"/>
852
- <line num="61" count="8" type="stmt"/>
853
- <line num="64" count="6" type="stmt"/>
854
- <line num="65" count="6" type="cond" truecount="4" falsecount="2"/>
855
- <line num="66" count="6" type="stmt"/>
856
- <line num="68" count="6" type="stmt"/>
857
- <line num="69" count="6" type="stmt"/>
858
- <line num="71" count="6" type="stmt"/>
859
- <line num="72" count="6" type="stmt"/>
860
- <line num="73" count="6" type="stmt"/>
883
+ <line num="61" count="10" type="stmt"/>
884
+ <line num="64" count="7" type="stmt"/>
885
+ <line num="65" count="7" type="cond" truecount="4" falsecount="2"/>
886
+ <line num="66" count="7" type="stmt"/>
887
+ <line num="68" count="7" type="stmt"/>
888
+ <line num="69" count="7" type="stmt"/>
889
+ <line num="71" count="7" type="stmt"/>
890
+ <line num="72" count="7" type="stmt"/>
891
+ <line num="73" count="7" type="stmt"/>
861
892
  <line num="79" count="0" type="stmt"/>
862
893
  <line num="82" count="3" type="stmt"/>
863
894
  <line num="85" count="0" type="stmt"/>