@lad-tech/nsc-toolkit 1.12.0 → 1.13.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 (47) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/README.md +167 -158
  3. package/dist/Client.js +7 -1
  4. package/dist/Client.js.map +1 -1
  5. package/dist/Container.js +30 -4
  6. package/dist/Container.js.map +1 -1
  7. package/dist/interfaces.js.map +1 -1
  8. package/dist/types/Container.d.ts +14 -3
  9. package/dist/types/interfaces.d.ts +3 -0
  10. package/package.json +1 -1
  11. package/.eslintrc.json +0 -104
  12. package/.github/workflows/main_workflow.yml +0 -40
  13. package/.prettierrc.json +0 -9
  14. package/.releaserc +0 -12
  15. package/coverage/clover.xml +0 -1012
  16. package/coverage/coverage-final.json +0 -36
  17. package/coverage/lcov-report/base.css +0 -224
  18. package/coverage/lcov-report/block-navigation.js +0 -87
  19. package/coverage/lcov-report/examples/LogicService/adapters/AuthToolkit.ts.html +0 -130
  20. package/coverage/lcov-report/examples/LogicService/adapters/Configurator.ts.html +0 -130
  21. package/coverage/lcov-report/examples/LogicService/adapters/Repository.ts.html +0 -136
  22. package/coverage/lcov-report/examples/LogicService/adapters/index.html +0 -161
  23. package/coverage/lcov-report/examples/LogicService/adapters/index.ts.html +0 -91
  24. package/coverage/lcov-report/examples/LogicService/index.html +0 -146
  25. package/coverage/lcov-report/examples/LogicService/index.ts.html +0 -208
  26. package/coverage/lcov-report/examples/LogicService/inversion.types.ts.html +0 -106
  27. package/coverage/lcov-report/examples/LogicService/methods/GetUser.ts.html +0 -151
  28. package/coverage/lcov-report/examples/LogicService/methods/GetUserV2.ts.html +0 -160
  29. package/coverage/lcov-report/examples/LogicService/methods/RegisterNewUser.ts.html +0 -148
  30. package/coverage/lcov-report/examples/LogicService/methods/WeirdSum.ts.html +0 -148
  31. package/coverage/lcov-report/examples/LogicService/methods/index.html +0 -161
  32. package/coverage/lcov-report/examples/LogicService/service.ts.html +0 -202
  33. package/coverage/lcov-report/examples/MathService/index.html +0 -131
  34. package/coverage/lcov-report/examples/MathService/index.ts.html +0 -148
  35. package/coverage/lcov-report/examples/MathService/methods/Fibonacci.ts.html +0 -169
  36. package/coverage/lcov-report/examples/MathService/methods/Sum.ts.html +0 -133
  37. package/coverage/lcov-report/examples/MathService/methods/SumStream.ts.html +0 -190
  38. package/coverage/lcov-report/examples/MathService/methods/index.html +0 -146
  39. package/coverage/lcov-report/examples/MathService/service.ts.html +0 -145
  40. package/coverage/lcov-report/favicon.png +0 -0
  41. package/coverage/lcov-report/index.html +0 -236
  42. package/coverage/lcov-report/prettify.css +0 -1
  43. package/coverage/lcov-report/prettify.js +0 -2
  44. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  45. package/coverage/lcov-report/sorter.js +0 -196
  46. package/coverage/lcov.info +0 -1917
  47. package/tsconfig.json +0 -19
@@ -1,1012 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- <package name="examples.LogicService">
6
- <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="1" methods="6" coveredmethods="6"/>
7
- <file name="index.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/index.ts">
8
- <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="5"/>
9
- <line num="1" count="2" type="stmt"/>
10
- <line num="14" count="2" type="stmt"/>
11
- <line num="15" count="2" 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"/>
18
- </file>
19
- <file name="inversion.types.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/inversion.types.ts">
20
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
21
- <line num="1" count="2" type="stmt"/>
22
- </file>
23
- <file name="service.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/service.ts">
24
- <metrics statements="21" coveredstatements="21" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
25
- <line num="1" count="2" type="stmt"/>
26
- <line num="2" count="2" type="stmt"/>
27
- <line num="3" count="2" type="stmt"/>
28
- <line num="4" count="2" type="stmt"/>
29
- <line num="10" count="2" type="stmt"/>
30
- <line num="13" count="2" type="stmt"/>
31
- <line num="16" count="2" type="stmt"/>
32
- <line num="17" count="2" type="stmt"/>
33
- <line num="18" 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"/>
38
- <line num="26" count="2" type="stmt"/>
39
- <line num="27" count="2" type="stmt"/>
40
- <line num="28" count="2" type="stmt"/>
41
- <line num="29" count="2" type="stmt"/>
42
- <line num="30" 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"/>
46
- </file>
47
- </package>
48
- <package name="examples.LogicService.adapters">
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>
60
- <file name="Configurator.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/adapters/Configurator.ts">
61
- <metrics statements="6" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
62
- <line num="1" count="2" type="stmt"/>
63
- <line num="2" count="2" type="stmt"/>
64
- <line num="5" count="2" type="stmt"/>
65
- <line num="6" count="2" type="stmt"/>
66
- <line num="9" count="0" type="stmt"/>
67
- <line num="13" count="3" type="stmt"/>
68
- </file>
69
- <file name="Repository.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/adapters/Repository.ts">
70
- <metrics statements="8" coveredstatements="7" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
71
- <line num="1" count="2" type="stmt"/>
72
- <line num="2" count="2" type="stmt"/>
73
- <line num="5" count="2" type="stmt"/>
74
- <line num="6" count="2" type="stmt"/>
75
- <line num="9" count="3" type="stmt"/>
76
- <line num="11" count="3" type="cond" truecount="1" falsecount="0"/>
77
- <line num="12" count="3" type="stmt"/>
78
- <line num="15" count="0" type="stmt"/>
79
- </file>
80
- <file name="index.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/adapters/index.ts">
81
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
82
- <line num="1" count="2" type="stmt"/>
83
- <line num="2" count="2" type="stmt"/>
84
- <line num="3" count="2" type="stmt"/>
85
- </file>
86
- </package>
87
- <package name="examples.LogicService.methods">
88
- <metrics statements="47" coveredstatements="45" conditionals="2" coveredconditionals="0" methods="6" coveredmethods="6"/>
89
- <file name="GetUser.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/methods/GetUser.ts">
90
- <metrics statements="11" coveredstatements="10" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="1"/>
91
- <line num="2" count="2" type="stmt"/>
92
- <line num="3" count="2" type="stmt"/>
93
- <line num="4" count="2" type="stmt"/>
94
- <line num="7" count="2" type="stmt"/>
95
- <line num="9" count="2" type="stmt"/>
96
- <line num="10" count="2" type="stmt"/>
97
- <line num="12" count="2" type="stmt"/>
98
- <line num="15" count="1" type="stmt"/>
99
- <line num="16" count="1" type="cond" truecount="0" falsecount="1"/>
100
- <line num="17" count="0" type="stmt"/>
101
- <line num="20" count="1" type="stmt"/>
102
- </file>
103
- <file name="GetUserV2.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/methods/GetUserV2.ts">
104
- <metrics statements="12" coveredstatements="11" conditionals="1" coveredconditionals="0" methods="2" coveredmethods="2"/>
105
- <line num="2" count="2" type="stmt"/>
106
- <line num="3" count="2" type="stmt"/>
107
- <line num="4" count="2" type="stmt"/>
108
- <line num="7" count="2" type="stmt"/>
109
- <line num="9" count="2" type="stmt"/>
110
- <line num="10" count="2" type="stmt"/>
111
- <line num="12" count="1" type="stmt"/>
112
- <line num="13" count="1" type="stmt"/>
113
- <line num="17" 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"/>
131
- </file>
132
- <file name="WeirdSum.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/LogicService/methods/WeirdSum.ts">
133
- <metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
134
- <line num="2" count="2" type="stmt"/>
135
- <line num="3" count="2" type="stmt"/>
136
- <line num="4" count="2" type="stmt"/>
137
- <line num="7" count="2" type="stmt"/>
138
- <line num="9" count="2" type="stmt"/>
139
- <line num="10" count="2" type="stmt"/>
140
- <line num="11" count="2" type="stmt"/>
141
- <line num="14" count="1" type="stmt"/>
142
- <line num="15" count="1" type="stmt"/>
143
- <line num="16" count="1" type="stmt"/>
144
- <line num="17" count="1" type="stmt"/>
145
- <line num="18" count="1" type="stmt"/>
146
- <line num="19" count="1" type="stmt"/>
147
- </file>
148
- </package>
149
- <package name="examples.MathService">
150
- <metrics statements="18" coveredstatements="18" conditionals="2" coveredconditionals="1" methods="5" coveredmethods="5"/>
151
- <file name="index.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/MathService/index.ts">
152
- <metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
153
- <line num="3" count="2" type="stmt"/>
154
- <line num="6" count="2" type="stmt"/>
155
- <line num="8" count="2" type="stmt"/>
156
- <line num="10" count="1" type="stmt"/>
157
- <line num="13" count="1" type="stmt"/>
158
- <line num="16" count="1" type="stmt"/>
159
- <line num="19" count="1" type="stmt"/>
160
- </file>
161
- <file name="service.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/MathService/service.ts">
162
- <metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
163
- <line num="1" count="1" type="stmt"/>
164
- <line num="2" count="1" type="stmt"/>
165
- <line num="4" count="1" type="stmt"/>
166
- <line num="6" count="1" type="stmt"/>
167
- <line num="7" count="1" type="stmt"/>
168
- <line num="8" count="1" type="stmt"/>
169
- <line num="10" count="1" type="stmt"/>
170
- <line num="11" count="1" type="cond" truecount="1" falsecount="1"/>
171
- <line num="12" count="1" type="stmt"/>
172
- <line num="18" count="1" type="stmt"/>
173
- <line num="19" count="1" type="stmt"/>
174
- </file>
175
- </package>
176
- <package name="examples.MathService.methods">
177
- <metrics statements="46" coveredstatements="46" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="8"/>
178
- <file name="Fibonacci.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/MathService/methods/Fibonacci.ts">
179
- <metrics statements="19" coveredstatements="19" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
180
- <line num="2" count="1" type="stmt"/>
181
- <line num="3" count="1" type="stmt"/>
182
- <line num="4" count="1" type="stmt"/>
183
- <line num="5" count="1" type="stmt"/>
184
- <line num="6" count="1" type="stmt"/>
185
- <line num="9" count="1" type="stmt"/>
186
- <line num="10" count="1" type="stmt"/>
187
- <line num="11" count="1" type="stmt"/>
188
- <line num="12" count="1" type="stmt"/>
189
- <line num="14" count="1" type="stmt"/>
190
- <line num="15" count="1" type="stmt"/>
191
- <line num="18" count="1" type="stmt"/>
192
- <line num="19" count="1" type="stmt"/>
193
- <line num="20" count="8" type="stmt"/>
194
- <line num="21" count="8" type="stmt"/>
195
- <line num="22" count="8" type="stmt"/>
196
- <line num="23" count="8" type="stmt"/>
197
- <line num="24" count="8" type="stmt"/>
198
- <line num="25" count="8" type="stmt"/>
199
- </file>
200
- <file name="Sum.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/MathService/methods/Sum.ts">
201
- <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
202
- <line num="2" count="1" type="stmt"/>
203
- <line num="3" count="1" type="stmt"/>
204
- <line num="4" count="1" type="stmt"/>
205
- <line num="7" count="1" type="stmt"/>
206
- <line num="8" count="1" type="stmt"/>
207
- <line num="10" count="1" type="stmt"/>
208
- <line num="11" count="1" type="stmt"/>
209
- <line num="14" count="1" type="stmt"/>
210
- </file>
211
- <file name="SumStream.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/examples/MathService/methods/SumStream.ts">
212
- <metrics statements="19" coveredstatements="19" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
213
- <line num="2" count="1" type="stmt"/>
214
- <line num="3" count="1" type="stmt"/>
215
- <line num="5" count="1" type="stmt"/>
216
- <line num="7" count="1" type="stmt"/>
217
- <line num="10" count="1" type="stmt"/>
218
- <line num="11" count="1" type="stmt"/>
219
- <line num="12" count="1" type="stmt"/>
220
- <line num="13" count="1" type="stmt"/>
221
- <line num="14" count="1" type="stmt"/>
222
- <line num="15" count="1" type="stmt"/>
223
- <line num="16" count="1" type="stmt"/>
224
- <line num="20" count="1" type="stmt"/>
225
- <line num="22" count="1" type="stmt"/>
226
- <line num="24" count="1" type="stmt"/>
227
- <line num="26" count="1" type="stmt"/>
228
- <line num="27" count="8" type="stmt"/>
229
- <line num="28" count="8" type="stmt"/>
230
- <line num="31" count="1" type="stmt"/>
231
- <line num="33" count="1" type="stmt"/>
232
- </file>
233
- </package>
234
- <package name="src">
235
- <metrics statements="594" coveredstatements="522" conditionals="316" coveredconditionals="251" methods="105" coveredmethods="98"/>
236
- <file name="Client.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Client.ts">
237
- <metrics statements="136" coveredstatements="126" conditionals="101" coveredconditionals="90" methods="18" coveredmethods="17"/>
238
- <line num="1" count="4" type="stmt"/>
239
- <line num="2" count="4" type="stmt"/>
240
- <line num="3" count="4" type="stmt"/>
241
- <line num="4" count="4" type="stmt"/>
242
- <line num="5" count="4" type="stmt"/>
243
- <line num="6" count="4" type="stmt"/>
244
- <line num="7" count="4" type="stmt"/>
245
- <line num="23" count="4" type="stmt"/>
246
- <line num="24" count="4" type="stmt"/>
247
- <line num="27" count="4" 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"/>
257
- <line num="52" count="3" type="stmt"/>
258
- <line num="53" count="2" type="stmt"/>
259
- <line num="54" count="2" type="stmt"/>
260
- <line num="56" count="2" type="cond" truecount="1" falsecount="0"/>
261
- <line num="57" count="1" type="stmt"/>
262
- <line num="58" count="1" type="stmt"/>
263
- <line num="61" count="2" type="stmt"/>
264
- <line num="69" count="4" type="cond" truecount="0" falsecount="1"/>
265
- <line num="70" count="0" type="stmt"/>
266
- <line num="73" count="4" type="stmt"/>
267
- <line num="75" count="4" type="stmt"/>
268
- <line num="77" count="10" type="stmt"/>
269
- <line num="79" count="10" type="cond" truecount="1" falsecount="0"/>
270
- <line num="80" count="3" type="stmt"/>
271
- <line num="81" count="3" type="stmt"/>
272
- <line num="82" count="3" type="stmt"/>
273
- <line num="84" count="3" type="cond" truecount="3" falsecount="1"/>
274
- <line num="86" count="3" type="cond" truecount="0" falsecount="1"/>
275
- <line num="87" count="0" type="stmt"/>
276
- <line num="90" count="3" type="cond" truecount="4" falsecount="0"/>
277
- <line num="94" count="3" type="cond" truecount="2" falsecount="0"/>
278
- <line num="95" count="1" type="stmt"/>
279
- <line num="101" count="2" type="cond" truecount="4" falsecount="2"/>
280
- <line num="102" count="2" type="stmt"/>
281
- <line num="105" count="3" type="stmt"/>
282
- <line num="106" count="3" type="stmt"/>
283
- <line num="107" count="3" type="stmt"/>
284
- <line num="109" count="0" type="stmt"/>
285
- <line num="114" count="7" type="cond" truecount="1" falsecount="0"/>
286
- <line num="115" count="1" type="stmt"/>
287
- <line num="116" count="1" type="stmt"/>
288
- <line num="117" count="1" type="stmt"/>
289
- <line num="118" count="1" type="cond" truecount="3" falsecount="1"/>
290
- <line num="119" count="1" type="stmt"/>
291
- <line num="120" count="1" type="stmt"/>
292
- <line num="123" count="6" type="stmt"/>
293
- <line num="129" count="2" type="stmt"/>
294
- <line num="130" count="2" type="stmt"/>
295
- <line num="134" count="11" type="stmt"/>
296
- <line num="135" count="11" type="cond" truecount="0" falsecount="1"/>
297
- <line num="136" count="0" type="stmt"/>
298
- <line num="139" count="11" type="stmt"/>
299
- <line num="140" count="11" type="stmt"/>
300
- <line num="141" count="11" type="cond" truecount="1" falsecount="0"/>
301
- <line num="142" count="2" type="stmt"/>
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"/>
306
- <line num="155" count="8" type="stmt"/>
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"/>
312
- <line num="164" count="1" type="stmt"/>
313
- <line num="167" count="15" type="stmt"/>
314
- <line num="169" count="15" type="cond" truecount="8" falsecount="0"/>
315
- <line num="170" count="2" type="stmt"/>
316
- <line num="171" count="2" type="stmt"/>
317
- <line num="172" count="2" type="stmt"/>
318
- <line num="173" count="2" type="cond" truecount="1" falsecount="0"/>
319
- <line num="174" count="1" type="stmt"/>
320
- <line num="177" count="0" type="stmt"/>
321
- <line num="180" count="14" type="cond" truecount="6" falsecount="0"/>
322
- <line num="184" count="14" type="cond" truecount="1" falsecount="0"/>
323
- <line num="185" count="1" type="stmt"/>
324
- <line num="188" count="13" type="cond" truecount="11" falsecount="0"/>
325
- <line num="189" count="3" type="stmt"/>
326
- <line num="191" count="12" type="cond" truecount="8" falsecount="0"/>
327
- <line num="192" count="1" type="stmt"/>
328
- <line num="195" count="12" type="stmt"/>
329
- <line num="197" count="4" type="stmt"/>
330
- <line num="198" count="4" type="stmt"/>
331
- <line num="199" count="4" type="stmt"/>
332
- <line num="200" count="4" type="stmt"/>
333
- <line num="202" count="17" type="stmt"/>
334
- <line num="207" count="5" type="stmt"/>
335
- <line num="208" count="5" type="stmt"/>
336
- <line num="211" count="5" type="stmt"/>
337
- <line num="212" count="5" type="cond" truecount="2" falsecount="1"/>
338
- <line num="213" count="0" type="stmt"/>
339
- <line num="215" count="5" type="stmt"/>
340
- <line num="219" count="24" 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"/>
344
- <line num="227" count="0" type="stmt"/>
345
- <line num="237" count="5" type="stmt"/>
346
- <line num="238" count="5" type="stmt"/>
347
- <line num="239" count="5" type="stmt"/>
348
- <line num="240" count="5" type="stmt"/>
349
- <line num="242" count="5" type="stmt"/>
350
- <line num="246" count="5" type="cond" truecount="1" falsecount="0"/>
351
- <line num="247" count="2" type="stmt"/>
352
- <line num="249" count="5" type="stmt"/>
353
- <line num="259" count="5" type="cond" truecount="7" falsecount="2"/>
354
- <line num="260" count="3" type="stmt"/>
355
- <line num="261" count="3" type="stmt"/>
356
- <line num="264" count="2" type="stmt"/>
357
- <line num="265" count="2" type="stmt"/>
358
- <line num="266" count="2" type="stmt"/>
359
- <line num="269" count="2" type="stmt"/>
360
- <line num="270" count="2" type="stmt"/>
361
- <line num="271" count="2" type="stmt"/>
362
- <line num="273" count="0" type="stmt"/>
363
- <line num="278" count="5" type="stmt"/>
364
- <line num="279" count="0" type="stmt"/>
365
- <line num="282" count="5" type="cond" truecount="1" falsecount="0"/>
366
- <line num="283" count="3" type="stmt"/>
367
- <line num="284" count="3" type="stmt"/>
368
- <line num="287" count="2" type="stmt"/>
369
- <line num="288" count="2" type="stmt"/>
370
- <line num="293" count="5" type="cond" truecount="0" falsecount="1"/>
371
- <line num="294" count="0" type="stmt"/>
372
- <line num="296" count="5" type="stmt"/>
373
- <line num="305" count="2" type="cond" truecount="2" falsecount="0"/>
374
- </file>
375
- <file name="Container.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Container.ts">
376
- <metrics statements="37" coveredstatements="34" conditionals="12" coveredconditionals="11" methods="12" coveredmethods="11"/>
377
- <line num="1" count="4" type="stmt"/>
378
- <line num="17" count="4" type="stmt"/>
379
- <line num="20" count="6" type="stmt"/>
380
- <line num="22" count="6" type="cond" truecount="1" falsecount="0"/>
381
- <line num="23" count="3" type="stmt"/>
382
- <line num="26" count="3" type="cond" truecount="1" falsecount="0"/>
383
- <line num="27" count="3" type="stmt"/>
384
- <line num="32" count="13" type="cond" truecount="1" falsecount="0"/>
385
- <line num="33" count="2" type="stmt"/>
386
- <line num="36" count="11" type="stmt"/>
387
- <line num="41" count="11" type="cond" truecount="3" falsecount="0"/>
388
- <line num="42" count="6" type="stmt"/>
389
- <line num="44" count="6" type="stmt"/>
390
- <line num="45" count="6" type="cond" truecount="1" falsecount="1"/>
391
- <line num="46" count="0" type="stmt"/>
392
- <line num="47" count="0" type="stmt"/>
393
- <line num="50" count="6" type="stmt"/>
394
- <line num="54" count="6" type="stmt"/>
395
- <line num="57" count="5" type="stmt"/>
396
- <line num="61" count="16" type="stmt"/>
397
- <line num="65" count="7" type="stmt"/>
398
- <line num="69" count="5" type="stmt"/>
399
- <line num="80" count="14" type="stmt"/>
400
- <line num="84" count="1" type="stmt"/>
401
- <line num="88" count="14" type="stmt"/>
402
- <line num="90" count="14" type="cond" truecount="1" falsecount="0"/>
403
- <line num="91" count="1" type="stmt"/>
404
- <line num="94" count="13" type="stmt"/>
405
- <line num="98" count="4" type="stmt"/>
406
- <line num="100" count="3" type="cond" truecount="1" falsecount="0"/>
407
- <line num="101" count="1" type="stmt"/>
408
- <line num="104" count="2" type="cond" truecount="1" falsecount="0"/>
409
- <line num="105" count="1" type="stmt"/>
410
- <line num="108" count="1" type="cond" truecount="1" falsecount="0"/>
411
- <line num="109" count="1" type="stmt"/>
412
- <line num="112" count="0" type="stmt"/>
413
- <line num="116" count="4" type="stmt"/>
414
- </file>
415
- <file name="Method.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Method.ts">
416
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
417
- <line num="4" count="4" type="stmt"/>
418
- </file>
419
- <file name="Root.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Root.ts">
420
- <metrics statements="33" coveredstatements="33" conditionals="13" coveredconditionals="13" methods="6" coveredmethods="6"/>
421
- <line num="1" count="5" type="stmt"/>
422
- <line num="2" count="5" type="stmt"/>
423
- <line num="5" count="5" type="stmt"/>
424
- <line num="7" count="5" type="stmt"/>
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"/>
429
- <line num="16" count="2" type="stmt"/>
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"/>
434
- <line num="26" count="1" type="stmt"/>
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"/>
438
- <line num="34" count="2" 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"/>
446
- <line num="54" count="13" type="stmt"/>
447
- <line num="56" count="1" type="stmt"/>
448
- <line num="57" count="1" type="stmt"/>
449
- <line num="62" count="3" type="stmt"/>
450
- <line num="63" count="3" type="cond" truecount="2" falsecount="0"/>
451
- <line num="64" count="2" type="stmt"/>
452
- <line num="66" count="1" type="stmt"/>
453
- <line num="68" count="3" type="stmt"/>
454
- </file>
455
- <file name="Service.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Service.ts">
456
- <metrics statements="297" coveredstatements="248" conditionals="142" coveredconditionals="107" methods="52" coveredmethods="47"/>
457
- <line num="1" count="4" type="stmt"/>
458
- <line num="2" count="4" type="stmt"/>
459
- <line num="3" count="4" type="stmt"/>
460
- <line num="21" count="4" type="stmt"/>
461
- <line num="22" count="4" type="stmt"/>
462
- <line num="23" count="4" type="stmt"/>
463
- <line num="24" count="4" type="stmt"/>
464
- <line num="25" count="4" type="stmt"/>
465
- <line num="27" count="4" type="stmt"/>
466
- <line num="28" count="4" type="stmt"/>
467
- <line num="29" count="4" type="stmt"/>
468
- <line num="30" count="4" type="stmt"/>
469
- <line num="31" count="4" type="stmt"/>
470
- <line num="32" count="4" type="stmt"/>
471
- <line num="33" count="4" type="stmt"/>
472
- <line num="34" count="4" type="stmt"/>
473
- <line num="36" count="4" type="stmt"/>
474
- <line num="37" count="14" type="stmt"/>
475
- <line num="43" count="14" type="stmt"/>
476
- <line num="44" count="14" type="stmt"/>
477
- <line num="45" count="14" type="stmt"/>
478
- <line num="47" count="14" type="stmt"/>
479
- <line num="48" count="14" type="stmt"/>
480
- <line num="50" count="14" type="stmt"/>
481
- <line num="51" count="14" type="stmt"/>
482
- <line num="52" count="14" type="cond" truecount="1" falsecount="0"/>
483
- <line num="53" count="3" type="stmt"/>
484
- <line num="54" count="3" type="stmt"/>
485
- <line num="55" count="6" type="stmt"/>
486
- <line num="56" count="2" type="stmt"/>
487
- <line num="58" count="2" type="cond" truecount="3" falsecount="1"/>
488
- <line num="60" count="2" type="cond" truecount="8" falsecount="1"/>
489
- <line num="61" count="1" type="cond" truecount="3" falsecount="1"/>
490
- <line num="63" count="1" type="cond" truecount="0" falsecount="1"/>
491
- <line num="64" count="0" type="stmt"/>
492
- <line num="67" count="1" type="stmt"/>
493
- <line num="70" count="2" type="stmt"/>
494
- <line num="72" count="2" type="stmt"/>
495
- <line num="74" count="6" type="stmt"/>
496
- <line num="77" count="14" type="stmt"/>
497
- <line num="84" count="14" type="stmt"/>
498
- <line num="89" count="14" type="stmt"/>
499
- <line num="92" count="14" type="stmt"/>
500
- <line num="93" count="14" 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"/>
517
- <line num="133" count="0" 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"/>
542
- <line num="189" count="2" type="cond" truecount="0" falsecount="1"/>
543
- <line num="190" 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"/>
573
- <line num="263" count="1" type="stmt"/>
574
- <line num="264" count="1" 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"/>
592
- <line num="318" count="0" 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"/>
667
- <line num="453" count="15" type="stmt"/>
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"/>
682
- <line num="487" count="1" type="stmt"/>
683
- <line num="488" count="1" type="stmt"/>
684
- <line num="491" count="4" type="cond" truecount="6" falsecount="3"/>
685
- <line num="492" 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"/>
724
- <line num="589" count="4" type="stmt"/>
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"/>
731
- <line num="599" count="0" type="stmt"/>
732
- <line num="601" count="4" type="stmt"/>
733
- <line num="604" count="4" 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"/>
754
- </file>
755
- <file name="StreamManager.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/StreamManager.ts">
756
- <metrics statements="50" coveredstatements="42" conditionals="41" coveredconditionals="25" methods="9" coveredmethods="9"/>
757
- <line num="2" count="4" type="stmt"/>
758
- <line num="12" count="4" type="stmt"/>
759
- <line num="14" count="4" type="stmt"/>
760
- <line num="15" count="6" type="stmt"/>
761
- <line num="16" count="6" type="stmt"/>
762
- <line num="17" count="6" type="stmt"/>
763
- <line num="18" count="6" type="stmt"/>
764
- <line num="20" count="6" type="stmt"/>
765
- <line num="32" count="6" type="stmt"/>
766
- <line num="33" count="6" type="stmt"/>
767
- <line num="37" count="5" type="cond" truecount="1" falsecount="0"/>
768
- <line num="38" count="5" type="stmt"/>
769
- <line num="41" count="5" type="stmt"/>
770
- <line num="42" count="5" type="stmt"/>
771
- <line num="44" count="5" type="stmt"/>
772
- <line num="58" count="5" type="stmt"/>
773
- <line num="59" count="1" type="cond" truecount="1" falsecount="0"/>
774
- <line num="60" count="1" type="stmt"/>
775
- <line num="62" count="0" type="stmt"/>
776
- <line num="64" count="5" type="cond" truecount="1" falsecount="0"/>
777
- <line num="65" count="1" type="stmt"/>
778
- <line num="66" count="1" type="stmt"/>
779
- <line num="69" count="4" type="stmt"/>
780
- <line num="78" count="1" type="stmt"/>
781
- <line num="80" count="1" type="stmt"/>
782
- <line num="81" count="1" type="stmt"/>
783
- <line num="83" count="1" type="stmt"/>
784
- <line num="85" count="1" type="stmt"/>
785
- <line num="92" count="1" type="cond" truecount="3" falsecount="2"/>
786
- <line num="93" count="0" type="stmt"/>
787
- <line num="96" count="1" type="cond" truecount="3" falsecount="2"/>
788
- <line num="97" count="0" type="cond" truecount="0" falsecount="1"/>
789
- <line num="98" count="0" type="stmt"/>
790
- <line num="100" count="0" type="cond" truecount="0" falsecount="1"/>
791
- <line num="101" count="0" type="stmt"/>
792
- <line num="105" count="1" type="stmt"/>
793
- <line num="109" count="5" type="stmt"/>
794
- <line num="110" count="5" type="stmt"/>
795
- <line num="112" count="5" type="stmt"/>
796
- <line num="114" count="5" type="cond" truecount="1" falsecount="2"/>
797
- <line num="115" count="0" type="stmt"/>
798
- <line num="118" count="5" type="stmt"/>
799
- <line num="122" count="1" type="stmt"/>
800
- <line num="123" count="1" type="stmt"/>
801
- <line num="124" count="1" type="cond" truecount="1" falsecount="0"/>
802
- <line num="125" count="1" type="cond" truecount="2" falsecount="0"/>
803
- <line num="127" count="0" type="stmt"/>
804
- <line num="131" count="5" type="stmt"/>
805
- <line num="135" count="12" type="stmt"/>
806
- <line num="139" count="10" type="stmt"/>
807
- </file>
808
- <file name="index.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/index.ts">
809
- <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
810
- <line num="1" count="4" type="stmt"/>
811
- <line num="2" count="4" type="stmt"/>
812
- <line num="3" count="4" type="stmt"/>
813
- <line num="4" count="4" type="stmt"/>
814
- <line num="5" count="4" type="stmt"/>
815
- <line num="6" count="4" type="stmt"/>
816
- </file>
817
- <file name="injector.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/injector.ts">
818
- <metrics statements="33" coveredstatements="31" conditionals="7" coveredconditionals="5" methods="8" coveredmethods="8"/>
819
- <line num="1" count="4" type="stmt"/>
820
- <line num="9" count="4" type="stmt"/>
821
- <line num="10" count="4" type="stmt"/>
822
- <line num="12" count="4" type="stmt"/>
823
- <line num="14" count="4" type="stmt"/>
824
- <line num="15" count="4" type="stmt"/>
825
- <line num="17" count="4" type="stmt"/>
826
- <line num="27" count="4" type="stmt"/>
827
- <line num="28" count="5" type="stmt"/>
828
- <line num="29" count="5" type="stmt"/>
829
- <line num="30" count="5" type="stmt"/>
830
- <line num="31" count="5" type="stmt"/>
831
- <line num="37" count="14" type="cond" truecount="1" falsecount="1"/>
832
- <line num="38" count="0" type="stmt"/>
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"/>
837
- <line num="48" count="0" 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"/>
842
- <line num="58" count="10" type="stmt"/>
843
- <line num="61" count="4" type="stmt"/>
844
- <line num="62" count="1" type="stmt"/>
845
- <line num="63" count="1" type="stmt"/>
846
- <line num="67" count="4" type="stmt"/>
847
- <line num="68" count="1" type="stmt"/>
848
- <line num="69" count="1" type="stmt"/>
849
- <line num="73" count="4" type="stmt"/>
850
- <line num="74" count="12" type="stmt"/>
851
- <line num="75" count="12" type="stmt"/>
852
- </file>
853
- <file name="interfaces.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/interfaces.ts">
854
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
855
- <line num="168" count="4" type="stmt"/>
856
- </file>
857
- </package>
858
- <package name="src.Union">
859
- <metrics statements="86" coveredstatements="42" conditionals="7" coveredconditionals="5" methods="56" coveredmethods="14"/>
860
- <file name="Broker.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Union/Broker.ts">
861
- <metrics statements="40" coveredstatements="30" conditionals="7" coveredconditionals="5" methods="21" coveredmethods="11"/>
862
- <line num="15" count="5" type="stmt"/>
863
- <line num="16" count="5" type="stmt"/>
864
- <line num="17" count="5" type="stmt"/>
865
- <line num="18" count="5" type="stmt"/>
866
- <line num="19" count="5" type="stmt"/>
867
- <line num="20" count="5" type="stmt"/>
868
- <line num="28" count="5" type="stmt"/>
869
- <line num="31" count="2" type="stmt"/>
870
- <line num="32" count="2" type="stmt"/>
871
- <line num="33" count="2" type="stmt"/>
872
- <line num="36" count="0" type="stmt"/>
873
- <line num="39" count="0" type="stmt"/>
874
- <line num="43" count="2" 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"/>
882
- <line num="58" count="0" 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"/>
892
- <line num="79" count="0" type="stmt"/>
893
- <line num="82" count="3" type="stmt"/>
894
- <line num="85" count="0" type="stmt"/>
895
- <line num="88" count="0" type="stmt"/>
896
- <line num="91" count="0" type="stmt"/>
897
- <line num="94" count="4" type="stmt"/>
898
- <line num="97" count="0" type="stmt"/>
899
- <line num="100" count="1" type="stmt"/>
900
- <line num="103" count="0" type="stmt"/>
901
- <line num="106" count="0" type="stmt"/>
902
- </file>
903
- <file name="JetStreamClient.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Union/JetStreamClient.ts">
904
- <metrics statements="14" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="0"/>
905
- <line num="15" count="5" type="stmt"/>
906
- <line num="17" count="5" type="stmt"/>
907
- <line num="20" count="0" type="stmt"/>
908
- <line num="23" count="0" type="stmt"/>
909
- <line num="26" count="0" type="stmt"/>
910
- <line num="29" count="0" type="stmt"/>
911
- <line num="35" count="0" type="stmt"/>
912
- <line num="38" count="0" type="stmt"/>
913
- <line num="39" count="0" type="stmt"/>
914
- <line num="40" count="0" type="stmt"/>
915
- <line num="42" count="0" type="stmt"/>
916
- <line num="44" count="0" type="stmt"/>
917
- <line num="45" count="0" type="stmt"/>
918
- <line num="48" count="0" type="stmt"/>
919
- </file>
920
- <file name="JetStreamManager.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Union/JetStreamManager.ts">
921
- <metrics statements="6" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="1"/>
922
- <line num="3" count="5" type="stmt"/>
923
- <line num="5" count="5" type="stmt"/>
924
- <line num="7" count="5" type="stmt"/>
925
- <line num="9" count="0" type="stmt"/>
926
- <line num="12" count="0" type="stmt"/>
927
- <line num="16" count="5" type="stmt"/>
928
- </file>
929
- <file name="StreamApi.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Union/StreamApi.ts">
930
- <metrics statements="10" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="9" coveredmethods="2"/>
931
- <line num="14" count="5" type="stmt"/>
932
- <line num="16" count="1" type="stmt"/>
933
- <line num="19" count="0" type="stmt"/>
934
- <line num="22" count="1" type="stmt"/>
935
- <line num="25" count="0" type="stmt"/>
936
- <line num="28" count="0" type="stmt"/>
937
- <line num="31" count="0" type="stmt"/>
938
- <line num="34" count="0" type="stmt"/>
939
- <line num="37" count="0" type="stmt"/>
940
- <line num="40" count="0" type="stmt"/>
941
- </file>
942
- <file name="Subscription.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Union/Subscription.ts">
943
- <metrics statements="15" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="13" coveredmethods="0"/>
944
- <line num="3" count="5" type="stmt"/>
945
- <line num="5" count="5" type="stmt"/>
946
- <line num="8" count="0" type="stmt"/>
947
- <line num="11" count="0" type="stmt"/>
948
- <line num="14" count="0" type="stmt"/>
949
- <line num="17" count="0" type="stmt"/>
950
- <line num="20" count="0" type="stmt"/>
951
- <line num="23" count="0" type="stmt"/>
952
- <line num="26" count="0" type="stmt"/>
953
- <line num="29" count="0" type="stmt"/>
954
- <line num="32" count="0" type="stmt"/>
955
- <line num="35" count="0" type="stmt"/>
956
- <line num="38" count="0" type="stmt"/>
957
- <line num="41" count="0" type="stmt"/>
958
- <line num="44" count="0" type="stmt"/>
959
- </file>
960
- <file name="index.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/Union/index.ts">
961
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
962
- <line num="1" count="5" type="stmt"/>
963
- </file>
964
- </package>
965
- <package name="src.__tests__.fixtures.MathService">
966
- <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="6"/>
967
- <file name="MathHelperInstance.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/__tests__/fixtures/MathService/MathHelperInstance.ts">
968
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
969
- <line num="1" count="1" type="stmt"/>
970
- <line num="2" count="2" type="stmt"/>
971
- </file>
972
- <file name="index.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/__tests__/fixtures/MathService/index.ts">
973
- <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="5"/>
974
- <line num="3" count="1" type="stmt"/>
975
- <line num="4" count="1" type="stmt"/>
976
- <line num="13" count="1" type="stmt"/>
977
- <line num="15" count="4" type="stmt"/>
978
- <line num="18" count="7" type="stmt"/>
979
- <line num="21" count="1" type="stmt"/>
980
- <line num="24" count="1" type="stmt"/>
981
- <line num="27" count="1" type="stmt"/>
982
- </file>
983
- </package>
984
- <package name="src.__tests__.fixtures.MathService.methods">
985
- <metrics statements="18" coveredstatements="18" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
986
- <file name="SumInstanceRelation.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/__tests__/fixtures/MathService/methods/SumInstanceRelation.ts">
987
- <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
988
- <line num="1" count="1" type="stmt"/>
989
- <line num="2" count="1" type="stmt"/>
990
- <line num="3" count="1" type="stmt"/>
991
- <line num="4" count="1" type="stmt"/>
992
- <line num="7" count="1" type="stmt"/>
993
- <line num="8" count="1" type="stmt"/>
994
- <line num="9" count="1" type="stmt"/>
995
- <line num="13" count="1" type="stmt"/>
996
- <line num="14" count="1" type="stmt"/>
997
- </file>
998
- <file name="SumServiceRelation.ts" path="/home/runner/work/nsc-toolkit/nsc-toolkit/src/__tests__/fixtures/MathService/methods/SumServiceRelation.ts">
999
- <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1000
- <line num="1" count="1" type="stmt"/>
1001
- <line num="2" count="1" type="stmt"/>
1002
- <line num="3" count="1" type="stmt"/>
1003
- <line num="4" count="1" type="stmt"/>
1004
- <line num="7" count="1" type="stmt"/>
1005
- <line num="8" count="1" type="stmt"/>
1006
- <line num="9" count="1" type="stmt"/>
1007
- <line num="11" count="1" type="stmt"/>
1008
- <line num="12" count="1" type="stmt"/>
1009
- </file>
1010
- </package>
1011
- </project>
1012
- </coverage>