@grnsft/if 0.1.0 → 0.1.2

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 (43) hide show
  1. package/.github/ISSUE_TEMPLATE/agenda.md +4 -3
  2. package/.github/ISSUE_TEMPLATE/bug-report.md +32 -0
  3. package/.github/ISSUE_TEMPLATE/dev-ticket.md +44 -0
  4. package/.github/ISSUE_TEMPLATE/sprint-planning.md +39 -0
  5. package/.github/ISSUE_TEMPLATE/sprint-retro.md +41 -0
  6. package/coverage/clover.xml +147 -1128
  7. package/coverage/coverage-final.json +9 -26
  8. package/coverage/lcov-report/config/config.ts.html +3 -66
  9. package/coverage/lcov-report/config/index.html +16 -16
  10. package/coverage/lcov-report/config/index.ts.html +3 -3
  11. package/coverage/lcov-report/config/strings.ts.html +90 -21
  12. package/coverage/lcov-report/index.html +26 -221
  13. package/coverage/lcov-report/lib/index.html +40 -10
  14. package/coverage/lcov-report/lib/models-universe.ts.html +475 -0
  15. package/coverage/lcov-report/lib/observatory.ts.html +187 -0
  16. package/coverage/lcov-report/lib/supercomputer.ts.html +553 -0
  17. package/coverage/lcov-report/util/args.ts.html +25 -10
  18. package/coverage/lcov-report/util/errors.ts.html +157 -0
  19. package/coverage/lcov-report/util/index.html +16 -46
  20. package/coverage/lcov-report/util/yaml.ts.html +22 -16
  21. package/coverage/lcov.info +249 -2019
  22. package/examples/impls/case-studies/ntt-data-on-premise.yaml +42 -0
  23. package/package.json +4 -3
  24. package/build/config/config.d.ts +0 -9
  25. package/build/config/config.js +0 -51
  26. package/build/lib/observatory.d.ts +0 -20
  27. package/build/lib/observatory.js +0 -31
  28. package/build/types/model-interface.d.ts +0 -16
  29. package/build/types/model-interface.js +0 -3
  30. package/build/types/process-args.d.ts +0 -7
  31. package/build/types/process-args.js +0 -3
  32. package/build/types/supercomputer.d.ts +0 -4
  33. package/build/types/supercomputer.js +0 -3
  34. package/build/util/args.js +0 -48
  35. package/build/util/errors.d.ts +0 -6
  36. package/build/util/errors.js +0 -22
  37. package/build/util/helpers.js +0 -18
  38. package/src/__mocks__/boavizta/countries.json +0 -138
  39. package/src/__mocks__/boavizta/instance_types.json +0 -625
  40. package/src/__mocks__/boavizta/providers.json +0 -1
  41. package/src/__mocks__/watt-time/data.json +0 -119
  42. package/tsconfig.build.tsbuildinfo +0 -1
  43. package/yarn-error.log +0 -5854
@@ -1,1171 +1,190 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1698849461827" clover="3.2.0">
3
- <project timestamp="1698849461827" name="All files">
4
- <metrics statements="1040" coveredstatements="868" conditionals="466" coveredconditionals="299" methods="177" coveredmethods="142" elements="1683" coveredelements="1309" complexity="0" loc="1040" ncloc="1040" packages="16" files="26" classes="26"/>
2
+ <coverage generated="1700509613130" clover="3.2.0">
3
+ <project timestamp="1700509613130" name="All files">
4
+ <metrics statements="149" coveredstatements="149" conditionals="30" coveredconditionals="30" methods="32" coveredmethods="32" elements="211" coveredelements="211" complexity="0" loc="149" ncloc="149" packages="3" files="9" classes="9"/>
5
5
  <package name="config">
6
- <metrics statements="6" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="3"/>
6
+ <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="6"/>
7
7
  <file name="config.ts" path="/Users/admin/Projects/uk/ief/src/config/config.ts">
8
8
  <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
9
- <line num="5" count="19" type="stmt"/>
9
+ <line num="5" count="3" type="stmt"/>
10
10
  </file>
11
11
  <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/config/index.ts">
12
12
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
13
- <line num="1" count="66" type="stmt"/>
14
- <line num="2" count="23" type="stmt"/>
13
+ <line num="1" count="6" type="stmt"/>
14
+ <line num="2" count="11" type="stmt"/>
15
15
  </file>
16
16
  <file name="strings.ts" path="/Users/admin/Projects/uk/ief/src/config/strings.ts">
17
- <metrics statements="3" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
18
- <line num="1" count="19" type="stmt"/>
19
- <line num="7" count="1" type="stmt"/>
20
- <line num="9" count="0" type="stmt"/>
21
- </file>
22
- </package>
23
- <package name="lib">
24
- <metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
25
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/index.ts">
26
- <metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
27
- <line num="1" count="2" type="stmt"/>
28
- <line num="2" count="2" type="stmt"/>
29
- <line num="3" count="2" type="stmt"/>
30
- <line num="4" count="2" type="stmt"/>
31
- <line num="5" count="2" type="stmt"/>
32
- <line num="6" count="2" type="stmt"/>
33
- <line num="7" count="2" type="stmt"/>
34
- <line num="8" count="2" type="stmt"/>
35
- <line num="9" count="2" type="stmt"/>
36
- <line num="10" count="2" type="stmt"/>
37
- <line num="11" count="2" type="stmt"/>
38
- <line num="12" count="2" type="stmt"/>
39
- </file>
40
- </package>
41
- <package name="lib.boavizta">
42
- <metrics statements="120" coveredstatements="117" conditionals="46" coveredconditionals="40" methods="22" coveredmethods="22"/>
43
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/boavizta/index.ts">
44
- <metrics statements="120" coveredstatements="117" conditionals="46" coveredconditionals="40" methods="22" coveredmethods="22"/>
45
- <line num="1" count="3" type="stmt"/>
46
- <line num="4" count="3" type="stmt"/>
47
- <line num="9" count="3" type="stmt"/>
48
- <line num="10" count="3" type="stmt"/>
49
- <line num="14" count="13" type="stmt"/>
50
- <line num="15" count="13" type="stmt"/>
51
- <line num="16" count="13" type="stmt"/>
52
- <line num="20" count="1" type="stmt"/>
53
- <line num="27" count="19" type="stmt"/>
54
- <line num="28" count="19" type="cond" truecount="2" falsecount="0"/>
55
- <line num="29" count="11" type="stmt"/>
56
- <line num="40" count="6" type="stmt"/>
57
- <line num="43" count="6" type="stmt"/>
58
- <line num="50" count="6" type="stmt"/>
59
- <line num="55" count="6" type="stmt"/>
60
- <line num="57" count="6" type="stmt"/>
61
- <line num="59" count="6" type="stmt"/>
62
- <line num="66" count="8" type="cond" truecount="2" falsecount="0"/>
63
- <line num="67" count="7" type="stmt"/>
64
- <line num="69" count="7" type="stmt"/>
65
- <line num="70" count="7" type="stmt"/>
66
- <line num="71" count="3" type="stmt"/>
67
- <line num="74" count="3" type="stmt"/>
68
- <line num="76" count="1" type="stmt"/>
69
- <line num="84" count="6" type="cond" truecount="3" falsecount="0"/>
70
- <line num="85" count="3" type="stmt"/>
71
- <line num="88" count="6" type="stmt"/>
72
- <line num="96" count="3" type="stmt"/>
73
- <line num="97" count="3" type="stmt"/>
74
- <line num="98" count="3" type="cond" truecount="1" falsecount="1"/>
75
- <line num="100" count="3" type="stmt"/>
76
- <line num="104" count="3" type="stmt"/>
77
- <line num="105" count="0" type="cond" truecount="0" falsecount="3"/>
78
- <line num="107" count="0" type="stmt"/>
79
- <line num="111" count="0" type="stmt"/>
80
- <line num="114" count="3" type="stmt"/>
81
- <line num="121" count="7" type="cond" truecount="2" falsecount="0"/>
82
- <line num="126" count="6" type="stmt"/>
83
- <line num="130" count="6" type="stmt"/>
84
- <line num="132" count="3" type="stmt"/>
85
- <line num="134" count="1" type="stmt"/>
86
- <line num="139" count="3" type="stmt"/>
87
- <line num="143" count="9" type="stmt"/>
88
- <line num="145" count="9" type="stmt"/>
89
- <line num="146" count="9" type="stmt"/>
90
- <line num="147" count="9" type="stmt"/>
91
- <line num="150" count="9" type="stmt"/>
92
- <line num="151" count="9" type="stmt"/>
93
- <line num="152" count="9" type="stmt"/>
94
- <line num="156" count="1" type="stmt"/>
95
- <line num="160" count="3" type="cond" truecount="1" falsecount="0"/>
96
- <line num="161" count="1" type="stmt"/>
97
- <line num="164" count="2" type="stmt"/>
98
- <line num="165" count="2" type="stmt"/>
99
- <line num="167" count="2" type="stmt"/>
100
- <line num="172" count="2" type="stmt"/>
101
- <line num="180" count="2" type="stmt"/>
102
- <line num="187" count="10" type="cond" truecount="1" falsecount="0"/>
103
- <line num="188" count="5" type="cond" truecount="2" falsecount="0"/>
104
- <line num="189" count="5" type="stmt"/>
105
- <line num="192" count="10" type="cond" truecount="1" falsecount="0"/>
106
- <line num="193" count="2" type="stmt"/>
107
- <line num="196" count="8" type="cond" truecount="1" falsecount="0"/>
108
- <line num="197" count="1" type="stmt"/>
109
- <line num="200" count="7" type="cond" truecount="1" falsecount="0"/>
110
- <line num="201" count="1" type="stmt"/>
111
- <line num="203" count="7" type="stmt"/>
112
- <line num="205" count="7" type="stmt"/>
113
- <line num="209" count="3" type="stmt"/>
114
- <line num="213" count="4" type="stmt"/>
115
- <line num="214" count="4" type="stmt"/>
116
- <line num="216" count="4" type="stmt"/>
117
- <line num="217" count="4" type="stmt"/>
118
- <line num="220" count="1" type="stmt"/>
119
- <line num="224" count="6" type="cond" truecount="1" falsecount="0"/>
120
- <line num="225" count="6" type="cond" truecount="1" falsecount="1"/>
121
- <line num="226" count="6" type="stmt"/>
122
- <line num="227" count="6" type="cond" truecount="1" falsecount="0"/>
123
- <line num="228" count="2" type="stmt"/>
124
- <line num="235" count="4" type="stmt"/>
125
- <line num="240" count="9" type="cond" truecount="1" falsecount="0"/>
126
- <line num="241" count="1" type="stmt"/>
127
- <line num="244" count="8" type="cond" truecount="1" falsecount="0"/>
128
- <line num="245" count="2" type="stmt"/>
129
- <line num="248" count="6" type="stmt"/>
130
- <line num="250" count="6" type="cond" truecount="1" falsecount="0"/>
131
- <line num="254" count="4" type="stmt"/>
132
- <line num="259" count="6" type="cond" truecount="1" falsecount="0"/>
133
- <line num="260" count="6" type="cond" truecount="1" falsecount="0"/>
134
- <line num="265" count="1" type="stmt"/>
135
- <line num="275" count="10" type="cond" truecount="2" falsecount="0"/>
136
- <line num="276" count="1" type="stmt"/>
137
- <line num="278" count="9" type="stmt"/>
138
- <line num="280" count="9" type="cond" truecount="1" falsecount="0"/>
139
- <line num="281" count="1" type="stmt"/>
140
- <line num="292" count="4" type="stmt"/>
141
- <line num="296" count="4" type="stmt"/>
142
- <line num="300" count="9" type="stmt"/>
143
- <line num="304" count="9" type="stmt"/>
144
- <line num="308" count="3" type="cond" truecount="1" falsecount="0"/>
145
- <line num="309" count="2" type="stmt"/>
146
- <line num="312" count="1" type="stmt"/>
147
- <line num="313" count="1" type="stmt"/>
148
- <line num="315" count="3" type="cond" truecount="1" falsecount="0"/>
149
- <line num="316" count="1" type="stmt"/>
150
- <line num="317" count="1" type="stmt"/>
151
- <line num="318" count="1" type="stmt"/>
152
- <line num="321" count="1" type="stmt"/>
153
- <line num="322" count="1" type="stmt"/>
154
- <line num="332" count="1" type="stmt"/>
155
- <line num="336" count="9" type="cond" truecount="1" falsecount="0"/>
156
- <line num="337" count="3" type="cond" truecount="1" falsecount="1"/>
157
- <line num="338" count="3" type="stmt"/>
158
- <line num="341" count="9" type="stmt"/>
159
- <line num="343" count="8" type="stmt"/>
160
- <line num="345" count="5" type="stmt"/>
161
- <line num="347" count="4" type="cond" truecount="1" falsecount="0"/>
162
- <line num="348" count="3" type="stmt"/>
163
- <line num="351" count="4" type="stmt"/>
164
- <line num="353" count="4" type="stmt"/>
165
- </file>
166
- </package>
167
- <package name="lib.case-studies">
168
- <metrics statements="122" coveredstatements="101" conditionals="35" coveredconditionals="27" methods="30" coveredmethods="22"/>
169
- <file name="aveva-model.ts" path="/Users/admin/Projects/uk/ief/src/lib/case-studies/aveva-model.ts">
170
- <metrics statements="16" coveredstatements="16" conditionals="4" coveredconditionals="3" methods="5" coveredmethods="5"/>
171
- <line num="3" count="3" type="stmt"/>
172
- <line num="5" count="3" type="stmt"/>
173
- <line num="6" count="3" type="stmt"/>
174
- <line num="8" count="3" type="stmt"/>
175
- <line num="17" count="1" type="stmt"/>
176
- <line num="29" count="1" type="stmt"/>
177
- <line num="30" count="1" type="stmt"/>
178
- <line num="32" count="1" type="stmt"/>
179
- <line num="44" count="4" type="cond" truecount="2" falsecount="0"/>
180
- <line num="45" count="1" type="stmt"/>
181
- <line num="46" count="3" type="cond" truecount="1" falsecount="0"/>
182
- <line num="47" count="1" type="stmt"/>
183
- <line num="50" count="2" type="stmt"/>
184
- <line num="51" count="1" type="stmt"/>
185
- <line num="54" count="1" type="stmt"/>
186
- <line num="62" count="1" type="stmt"/>
187
- </file>
188
- <file name="emem-model.ts" path="/Users/admin/Projects/uk/ief/src/lib/case-studies/emem-model.ts">
189
- <metrics statements="35" coveredstatements="35" conditionals="15" coveredconditionals="15" methods="7" coveredmethods="7"/>
190
- <line num="3" count="3" type="stmt"/>
191
- <line num="7" count="3" type="stmt"/>
192
- <line num="8" count="3" type="stmt"/>
193
- <line num="10" count="3" type="stmt"/>
194
- <line num="13" count="2" type="stmt"/>
195
- <line num="14" count="2" type="stmt"/>
196
- <line num="20" count="1" type="stmt"/>
197
- <line num="34" count="13" type="stmt"/>
198
- <line num="36" count="13" type="cond" truecount="1" falsecount="0"/>
199
- <line num="37" count="1" type="stmt"/>
200
- <line num="40" count="12" type="cond" truecount="1" falsecount="0"/>
201
- <line num="41" count="4" type="stmt"/>
202
- <line num="44" count="12" type="cond" truecount="1" falsecount="0"/>
203
- <line num="45" count="3" type="stmt"/>
204
- <line num="48" count="12" type="stmt"/>
205
- <line num="60" count="8" type="cond" truecount="2" falsecount="0"/>
206
- <line num="61" count="1" type="stmt"/>
207
- <line num="62" count="7" type="cond" truecount="1" falsecount="0"/>
208
- <line num="63" count="1" type="stmt"/>
209
- <line num="66" count="6" type="stmt"/>
210
- <line num="67" count="8" type="stmt"/>
211
- <line num="68" count="8" type="stmt"/>
212
- <line num="70" count="4" type="stmt"/>
213
- <line num="78" count="1" type="stmt"/>
214
- <line num="91" count="8" type="cond" truecount="3" falsecount="0"/>
215
- <line num="92" count="1" type="stmt"/>
216
- <line num="97" count="7" type="cond" truecount="1" falsecount="0"/>
217
- <line num="98" count="1" type="stmt"/>
218
- <line num="103" count="6" type="cond" truecount="1" falsecount="0"/>
219
- <line num="104" count="1" type="stmt"/>
220
- <line num="109" count="5" type="stmt"/>
221
- <line num="110" count="5" type="stmt"/>
222
- <line num="112" count="5" type="cond" truecount="3" falsecount="0"/>
223
- <line num="113" count="1" type="stmt"/>
224
- <line num="116" count="4" type="stmt"/>
225
- </file>
226
- <file name="eshoppen-model.ts" path="/Users/admin/Projects/uk/ief/src/lib/case-studies/eshoppen-model.ts">
227
- <metrics statements="49" coveredstatements="31" conditionals="14" coveredconditionals="8" methods="12" coveredmethods="6"/>
228
- <line num="3" count="3" type="stmt"/>
229
- <line num="9" count="3" type="stmt"/>
230
- <line num="10" count="3" type="stmt"/>
231
- <line num="12" count="3" type="stmt"/>
232
- <line num="13" count="2" type="stmt"/>
233
- <line num="14" count="2" type="stmt"/>
234
- <line num="20" count="1" type="stmt"/>
235
- <line num="24" count="4" type="cond" truecount="1" falsecount="0"/>
236
- <line num="25" count="1" type="stmt"/>
237
- <line num="28" count="3" type="stmt"/>
238
- <line num="29" count="3" type="cond" truecount="2" falsecount="3"/>
239
- <line num="32" count="2" type="stmt"/>
240
- <line num="38" count="2" type="cond" truecount="1" falsecount="0"/>
241
- <line num="39" count="1" type="stmt"/>
242
- <line num="42" count="1" type="stmt"/>
243
- <line num="46" count="1" type="stmt"/>
244
- <line num="53" count="1" type="cond" truecount="0" falsecount="1"/>
245
- <line num="54" count="0" type="stmt"/>
246
- <line num="57" count="1" type="stmt"/>
247
- <line num="61" count="0" type="stmt"/>
248
- <line num="65" count="0" type="cond" truecount="0" falsecount="1"/>
249
- <line num="66" count="0" type="stmt"/>
250
- <line num="69" count="0" type="stmt"/>
251
- <line num="73" count="0" type="stmt"/>
252
- <line num="78" count="0" type="cond" truecount="0" falsecount="1"/>
253
- <line num="79" count="0" type="stmt"/>
254
- <line num="82" count="0" type="stmt"/>
255
- <line num="85" count="0" type="stmt"/>
256
- <line num="89" count="2" type="stmt"/>
257
- <line num="92" count="2" type="stmt"/>
258
- <line num="99" count="2" type="stmt"/>
259
- <line num="100" count="2" type="stmt"/>
260
- <line num="101" count="2" type="cond" truecount="1" falsecount="0"/>
261
- <line num="109" count="2" type="stmt"/>
262
- <line num="114" count="2" type="stmt"/>
263
- <line num="116" count="2" type="stmt"/>
264
- <line num="120" count="0" type="stmt"/>
265
- <line num="124" count="3" type="stmt"/>
266
- <line num="126" count="0" type="stmt"/>
267
- <line num="127" count="0" type="stmt"/>
268
- <line num="131" count="0" type="stmt"/>
269
- <line num="135" count="3" type="stmt"/>
270
- <line num="137" count="1" type="stmt"/>
271
- <line num="138" count="1" type="stmt"/>
272
- <line num="142" count="0" type="stmt"/>
273
- <line num="146" count="3" type="stmt"/>
274
- <line num="148" count="0" type="stmt"/>
275
- <line num="149" count="0" type="stmt"/>
276
- <line num="153" count="0" type="stmt"/>
277
- </file>
278
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/case-studies/index.ts">
279
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
280
- <line num="1" count="2" type="stmt"/>
281
- <line num="2" count="2" type="stmt"/>
282
- <line num="3" count="2" type="stmt"/>
283
- <line num="4" count="2" type="stmt"/>
284
- </file>
285
- <file name="sci-accenture-model.ts" path="/Users/admin/Projects/uk/ief/src/lib/case-studies/sci-accenture-model.ts">
286
- <metrics statements="18" coveredstatements="15" conditionals="2" coveredconditionals="1" methods="6" coveredmethods="4"/>
287
- <line num="3" count="3" type="stmt"/>
288
- <line num="7" count="3" type="stmt"/>
289
- <line num="8" count="3" type="stmt"/>
290
- <line num="10" count="3" type="stmt"/>
291
- <line num="11" count="1" type="stmt"/>
292
- <line num="16" count="0" type="stmt"/>
293
- <line num="20" count="2" type="cond" truecount="0" falsecount="1"/>
294
- <line num="21" count="0" type="stmt"/>
295
- <line num="24" count="2" type="stmt"/>
296
- <line num="25" count="2" type="stmt"/>
297
- <line num="27" count="2" type="cond" truecount="1" falsecount="0"/>
298
- <line num="28" count="1" type="stmt"/>
299
- <line num="31" count="1" type="stmt"/>
300
- <line num="34" count="1" type="stmt"/>
301
- <line num="41" count="1" type="stmt"/>
302
- <line num="42" count="1" type="stmt"/>
303
- <line num="43" count="1" type="stmt"/>
304
- <line num="47" count="0" type="stmt"/>
305
- </file>
306
- </package>
307
- <package name="lib.ccf">
308
- <metrics statements="143" coveredstatements="134" conditionals="61" coveredconditionals="43" methods="19" coveredmethods="17"/>
309
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/ccf/index.ts">
310
- <metrics statements="143" coveredstatements="134" conditionals="61" coveredconditionals="43" methods="19" coveredmethods="17"/>
311
- <line num="1" count="3" type="stmt"/>
312
- <line num="4" count="3" type="stmt"/>
313
- <line num="6" count="3" type="stmt"/>
314
- <line num="8" count="3" type="stmt"/>
315
- <line num="9" count="3" type="stmt"/>
316
- <line num="10" count="3" type="stmt"/>
17
+ <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
18
+ <line num="3" count="4" type="stmt"/>
317
19
  <line num="11" count="3" type="stmt"/>
318
- <line num="12" count="3" type="stmt"/>
319
- <line num="13" count="3" type="stmt"/>
320
- <line num="14" count="3" type="stmt"/>
321
- <line num="15" count="3" type="stmt"/>
322
- <line num="16" count="3" type="stmt"/>
323
- <line num="18" count="3" type="stmt"/>
324
- <line num="20" count="3" type="stmt"/>
325
- <line num="21" count="3" type="stmt"/>
326
- <line num="23" count="3" type="stmt"/>
327
- <line num="29" count="7" type="stmt"/>
328
- <line num="36" count="7" type="stmt"/>
329
- <line num="41" count="7" type="stmt"/>
330
- <line num="42" count="7" type="stmt"/>
331
- <line num="43" count="7" type="stmt"/>
332
- <line num="45" count="7" type="stmt"/>
333
- <line num="48" count="7" type="stmt"/>
334
- <line num="55" count="0" type="stmt"/>
335
- <line num="71" count="9" type="stmt"/>
336
- <line num="73" count="9" type="cond" truecount="0" falsecount="1"/>
337
- <line num="74" count="0" type="stmt"/>
338
- <line num="77" count="9" type="cond" truecount="1" falsecount="1"/>
339
- <line num="78" count="9" type="stmt"/>
340
- <line num="79" count="9" type="cond" truecount="2" falsecount="0"/>
341
- <line num="80" count="7" type="stmt"/>
342
- <line num="82" count="2" type="stmt"/>
343
- <line num="85" count="0" type="stmt"/>
344
- <line num="88" count="7" type="cond" truecount="1" falsecount="1"/>
345
- <line num="89" count="7" type="stmt"/>
346
- <line num="90" count="7" type="cond" truecount="2" falsecount="0"/>
347
- <line num="91" count="6" type="stmt"/>
348
- <line num="93" count="1" type="stmt"/>
349
- <line num="96" count="0" type="stmt"/>
350
- <line num="99" count="6" type="cond" truecount="0" falsecount="1"/>
351
- <line num="100" count="0" type="stmt"/>
352
- <line num="103" count="6" type="cond" truecount="1" falsecount="0"/>
353
- <line num="104" count="1" type="cond" truecount="0" falsecount="1"/>
354
- <line num="105" count="0" type="stmt"/>
355
- <line num="107" count="1" type="stmt"/>
356
- <line num="108" count="1" type="cond" truecount="1" falsecount="1"/>
357
- <line num="109" count="1" type="stmt"/>
358
- <line num="111" count="0" type="stmt"/>
359
- <line num="115" count="6" type="stmt"/>
360
- <line num="128" count="10" type="cond" truecount="1" falsecount="0"/>
361
- <line num="129" count="1" type="stmt"/>
362
- <line num="131" count="9" type="cond" truecount="1" falsecount="0"/>
363
- <line num="132" count="1" type="stmt"/>
364
- <line num="135" count="8" type="cond" truecount="3" falsecount="0"/>
365
- <line num="136" count="2" type="stmt"/>
366
- <line num="138" count="6" type="stmt"/>
367
- <line num="139" count="12" type="stmt"/>
368
- <line num="140" count="11" type="stmt"/>
369
- <line num="141" count="11" type="stmt"/>
370
- <line num="144" count="5" type="stmt"/>
371
- <line num="158" count="12" type="cond" truecount="1" falsecount="0"/>
372
- <line num="163" count="1" type="stmt"/>
373
- <line num="168" count="11" type="stmt"/>
374
- <line num="169" count="11" type="stmt"/>
375
- <line num="174" count="11" type="cond" truecount="4" falsecount="0"/>
376
- <line num="175" count="1" type="stmt"/>
377
- <line num="177" count="1" type="stmt"/>
378
- <line num="187" count="1" type="stmt"/>
379
- <line num="189" count="1" type="stmt"/>
380
- <line num="192" count="10" type="cond" truecount="1" falsecount="1"/>
381
- <line num="195" count="10" type="cond" truecount="1" falsecount="1"/>
382
- <line num="199" count="10" type="stmt"/>
383
- <line num="210" count="11" type="stmt"/>
384
- <line num="217" count="0" type="stmt"/>
385
- <line num="226" count="7" type="stmt"/>
386
- <line num="227" count="7" type="stmt"/>
387
- <line num="228" count="7" type="stmt"/>
388
- <line num="229" count="7" type="stmt"/>
389
- <line num="230" count="7" type="stmt"/>
390
- <line num="231" count="7" type="stmt"/>
391
- <line num="232" count="7" type="stmt"/>
392
- <line num="233" count="4347" type="stmt"/>
393
- <line num="234" count="4347" type="cond" truecount="2" falsecount="0"/>
394
- <line num="237" count="4347" type="stmt"/>
395
- <line num="238" count="4347" type="stmt"/>
396
- <line num="239" count="4347" type="stmt"/>
397
- <line num="240" count="4347" type="stmt"/>
398
- <line num="241" count="4718" type="stmt"/>
399
- <line num="242" count="4718" type="stmt"/>
400
- <line num="246" count="4718" type="stmt"/>
401
- <line num="250" count="4718" type="stmt"/>
402
- <line num="252" count="4347" type="stmt"/>
403
- <line num="253" count="4347" type="stmt"/>
404
- <line num="254" count="4347" type="stmt"/>
405
- <line num="272" count="7" type="stmt"/>
406
- <line num="273" count="1939" type="stmt"/>
407
- <line num="274" count="1939" type="stmt"/>
408
- <line num="276" count="1939" type="cond" truecount="0" falsecount="1"/>
409
- <line num="277" count="0" type="stmt"/>
410
- <line num="279" count="1939" type="stmt"/>
411
- <line num="298" count="7" type="stmt"/>
412
- <line num="299" count="4165" type="stmt"/>
413
- <line num="300" count="4165" type="stmt"/>
414
- <line num="301" count="4165" type="cond" truecount="1" falsecount="0"/>
415
- <line num="302" count="903" type="stmt"/>
416
- <line num="304" count="4165" type="stmt"/>
417
- <line num="323" count="7" type="stmt"/>
418
- <line num="324" count="4347" type="stmt"/>
419
- <line num="327" count="7" type="stmt"/>
420
- <line num="328" count="1939" type="stmt"/>
421
- <line num="331" count="7" type="stmt"/>
422
- <line num="332" count="4165" type="stmt"/>
423
- <line num="338" count="21" type="stmt"/>
424
- <line num="339" count="21" type="stmt"/>
425
- <line num="340" count="21" type="stmt"/>
426
- <line num="341" count="21" type="stmt"/>
427
- <line num="342" count="189" type="stmt"/>
428
- <line num="345" count="189" type="stmt"/>
429
- <line num="346" count="189" type="stmt"/>
430
- <line num="347" count="189" type="stmt"/>
431
- <line num="349" count="21" type="stmt"/>
432
- <line num="350" count="21" type="stmt"/>
433
- <line num="351" count="21" type="stmt"/>
434
- <line num="361" count="4720" type="cond" truecount="1" falsecount="0"/>
435
- <line num="362" count="406" type="stmt"/>
436
- <line num="365" count="4720" type="cond" truecount="1" falsecount="0"/>
437
- <line num="366" count="462" type="stmt"/>
438
- <line num="369" count="4720" type="cond" truecount="1" falsecount="0"/>
439
- <line num="370" count="589" type="cond" truecount="2" falsecount="0"/>
440
- <line num="371" count="546" type="stmt"/>
441
- <line num="373" count="43" type="stmt"/>
442
- <line num="377" count="4720" type="cond" truecount="1" falsecount="0"/>
443
- <line num="378" count="504" type="stmt"/>
444
- <line num="381" count="4720" type="cond" truecount="1" falsecount="0"/>
445
- <line num="382" count="1" type="stmt"/>
446
- <line num="385" count="4719" type="stmt"/>
447
- <line num="393" count="11" type="stmt"/>
448
- <line num="402" count="11" type="cond" truecount="1" falsecount="1"/>
449
- <line num="404" count="11" type="stmt"/>
450
- <line num="405" count="11" type="stmt"/>
451
- <line num="407" count="11" type="cond" truecount="1" falsecount="1"/>
452
- <line num="409" count="11" type="cond" truecount="2" falsecount="0"/>
453
- <line num="411" count="11" type="stmt"/>
20
+ <line num="13" count="5" type="stmt"/>
21
+ <line num="31" count="3" type="stmt"/>
22
+ <line num="33" count="3" type="stmt"/>
454
23
  </file>
455
24
  </package>
456
- <package name="lib.cloud-instance-metadata">
457
- <metrics statements="46" coveredstatements="35" conditionals="17" coveredconditionals="8" methods="7" coveredmethods="5"/>
458
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/cloud-instance-metadata/index.ts">
459
- <metrics statements="46" coveredstatements="35" conditionals="17" coveredconditionals="8" methods="7" coveredmethods="5"/>
25
+ <package name="lib">
26
+ <metrics statements="95" coveredstatements="95" conditionals="25" coveredconditionals="25" methods="18" coveredmethods="18"/>
27
+ <file name="models-universe.ts" path="/Users/admin/Projects/uk/ief/src/lib/models-universe.ts">
28
+ <metrics statements="40" coveredstatements="40" conditionals="8" coveredconditionals="8" methods="8" coveredmethods="8"/>
29
+ <line num="1" count="1" type="stmt"/>
460
30
  <line num="3" count="1" type="stmt"/>
461
- <line num="6" count="1" type="stmt"/>
462
- <line num="8" count="1" type="stmt"/>
463
- <line num="9" count="1" type="stmt"/>
464
- <line num="11" count="1" type="stmt"/>
465
31
  <line num="12" count="1" type="stmt"/>
466
- <line num="17" count="0" type="stmt"/>
467
- <line num="26" count="3" type="cond" truecount="1" falsecount="1"/>
468
- <line num="27" count="0" type="stmt"/>
469
- <line num="28" count="3" type="cond" truecount="0" falsecount="1"/>
470
- <line num="29" count="0" type="stmt"/>
471
- <line num="32" count="3" type="stmt"/>
472
- <line num="33" count="3" type="stmt"/>
473
- <line num="34" count="3" type="stmt"/>
474
- <line num="35" count="3" type="cond" truecount="1" falsecount="1"/>
475
- <line num="36" count="3" type="stmt"/>
476
- <line num="38" count="0" type="stmt"/>
477
- <line num="45" count="3" type="cond" truecount="1" falsecount="1"/>
478
- <line num="46" count="3" type="stmt"/>
479
- <line num="48" count="0" type="stmt"/>
480
- <line num="50" count="3" type="cond" truecount="1" falsecount="0"/>
481
- <line num="51" count="1" type="stmt"/>
482
- <line num="54" count="2" type="stmt"/>
483
- <line num="55" count="834" type="stmt"/>
484
- <line num="57" count="2" type="cond" truecount="2" falsecount="0"/>
485
- <line num="58" count="1" type="stmt"/>
486
- <line num="59" count="1" type="stmt"/>
487
- <line num="60" count="1" type="stmt"/>
488
- <line num="61" count="1" type="stmt"/>
489
- <line num="62" count="1" type="stmt"/>
490
- <line num="63" count="1" type="stmt"/>
491
- <line num="64" count="1" type="cond" truecount="1" falsecount="1"/>
492
- <line num="65" count="0" type="stmt"/>
493
- <line num="66" count="1" type="cond" truecount="1" falsecount="1"/>
494
- <line num="67" count="1" type="stmt"/>
495
- <line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
496
- <line num="69" count="0" type="stmt"/>
497
- <line num="70" count="0" type="cond" truecount="0" falsecount="1"/>
498
- <line num="71" count="0" type="stmt"/>
499
- <line num="73" count="1" type="stmt"/>
500
- <line num="75" count="1" type="stmt"/>
501
- <line num="79" count="1" type="stmt"/>
502
- <line num="87" count="1" type="stmt"/>
503
- <line num="88" count="1" type="stmt"/>
504
- <line num="89" count="1" type="stmt"/>
505
- <line num="93" count="0" type="stmt"/>
506
- </file>
507
- </package>
508
- <package name="lib.sci">
509
- <metrics statements="60" coveredstatements="47" conditionals="52" coveredconditionals="41" methods="6" coveredmethods="4"/>
510
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/sci/index.ts">
511
- <metrics statements="60" coveredstatements="47" conditionals="52" coveredconditionals="41" methods="6" coveredmethods="4"/>
512
- <line num="3" count="4" type="stmt"/>
513
- <line num="7" count="4" type="stmt"/>
514
- <line num="8" count="4" type="stmt"/>
515
- <line num="10" count="4" type="stmt"/>
516
- <line num="11" count="6" type="stmt"/>
517
- <line num="15" count="6" type="stmt"/>
518
- <line num="16" count="6" type="stmt"/>
519
- <line num="19" count="0" type="stmt"/>
520
- <line num="23" count="10" type="cond" truecount="0" falsecount="1"/>
521
- <line num="24" count="0" type="stmt"/>
522
- <line num="27" count="10" type="stmt"/>
523
- <line num="28" count="10" type="cond" truecount="0" falsecount="1"/>
524
- <line num="29" count="0" type="stmt"/>
525
- <line num="31" count="10" type="cond" truecount="0" falsecount="1"/>
526
- <line num="32" count="0" type="stmt"/>
527
- <line num="35" count="10" type="stmt"/>
528
- <line num="36" count="10" type="stmt"/>
529
- <line num="43" count="10" type="stmt"/>
530
- <line num="44" count="10" type="cond" truecount="1" falsecount="1"/>
531
- <line num="45" count="0" type="stmt"/>
532
- <line num="47" count="10" type="stmt"/>
533
- <line num="50" count="10" type="stmt"/>
534
- <line num="51" count="10" type="stmt"/>
535
- <line num="56" count="10" type="cond" truecount="0" falsecount="1"/>
536
- <line num="65" count="0" type="stmt"/>
537
- <line num="67" count="10" type="cond" truecount="1" falsecount="0"/>
538
- <line num="73" count="4" type="stmt"/>
539
- <line num="75" count="10" type="cond" truecount="0" falsecount="1"/>
540
- <line num="81" count="0" type="stmt"/>
541
- <line num="83" count="10" type="cond" truecount="4" falsecount="0"/>
542
- <line num="84" count="6" type="stmt"/>
543
- <line num="86" count="10" type="cond" truecount="3" falsecount="1"/>
544
- <line num="87" count="0" type="stmt"/>
545
- <line num="89" count="10" type="cond" truecount="2" falsecount="1"/>
546
- <line num="90" count="0" type="stmt"/>
547
- <line num="92" count="10" type="cond" truecount="0" falsecount="1"/>
548
- <line num="98" count="0" type="stmt"/>
549
- <line num="105" count="10" type="stmt"/>
550
- <line num="107" count="10" type="stmt"/>
551
- <line num="109" count="10" type="cond" truecount="2" falsecount="0"/>
552
- <line num="110" count="4" type="stmt"/>
553
- <line num="111" count="4" type="stmt"/>
554
- <line num="112" count="4" type="stmt"/>
555
- <line num="114" count="6" type="stmt"/>
556
- <line num="115" count="6" type="stmt"/>
557
- <line num="119" count="10" type="stmt"/>
558
- <line num="126" count="6" type="cond" truecount="0" falsecount="1"/>
559
- <line num="127" count="0" type="stmt"/>
560
- <line num="130" count="6" type="stmt"/>
561
- <line num="131" count="6" type="stmt"/>
562
- <line num="133" count="6" type="cond" truecount="1" falsecount="0"/>
563
- <line num="134" count="6" type="stmt"/>
564
- <line num="136" count="6" type="cond" truecount="1" falsecount="1"/>
565
- <line num="140" count="6" type="stmt"/>
566
- <line num="142" count="0" type="stmt"/>
567
- <line num="146" count="6" type="cond" truecount="2" falsecount="0"/>
568
- <line num="151" count="2" type="stmt"/>
569
- <line num="153" count="4" type="stmt"/>
570
- <line num="156" count="6" type="stmt"/>
571
- <line num="160" count="0" type="stmt"/>
572
- </file>
573
- </package>
574
- <package name="lib.sci-e">
575
- <metrics statements="30" coveredstatements="24" conditionals="18" coveredconditionals="11" methods="6" coveredmethods="4"/>
576
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/sci-e/index.ts">
577
- <metrics statements="30" coveredstatements="24" conditionals="18" coveredconditionals="11" methods="6" coveredmethods="4"/>
578
- <line num="3" count="3" type="stmt"/>
579
- <line num="7" count="3" type="stmt"/>
580
- <line num="8" count="3" type="stmt"/>
581
- <line num="10" count="3" type="stmt"/>
582
- <line num="18" count="0" type="stmt"/>
583
- <line num="30" count="2" type="stmt"/>
584
- <line num="32" count="2" type="cond" truecount="0" falsecount="1"/>
585
- <line num="33" count="0" type="stmt"/>
586
- <line num="36" count="2" type="stmt"/>
587
- <line num="47" count="1" type="cond" truecount="1" falsecount="1"/>
588
- <line num="48" count="0" type="stmt"/>
589
- <line num="49" count="1" type="cond" truecount="0" falsecount="1"/>
590
- <line num="50" count="0" type="stmt"/>
591
- <line num="53" count="1" type="stmt"/>
592
- <line num="54" count="1" type="stmt"/>
593
- <line num="55" count="1" type="stmt"/>
32
+ <line num="14" count="1" type="stmt"/>
33
+ <line num="23" count="1" type="stmt"/>
34
+ <line num="28" count="1" type="stmt"/>
35
+ <line num="32" count="9" type="stmt"/>
36
+ <line num="38" count="4" type="stmt"/>
37
+ <line num="39" count="4" type="stmt"/>
38
+ <line num="40" count="3" type="cond" truecount="2" falsecount="0"/>
39
+ <line num="42" count="3" type="stmt"/>
40
+ <line num="44" count="1" type="stmt"/>
41
+ <line num="52" count="5" type="stmt"/>
42
+ <line num="53" count="5" type="stmt"/>
43
+ <line num="55" count="4" type="stmt"/>
594
44
  <line num="57" count="1" type="stmt"/>
595
- <line num="65" count="0" type="stmt"/>
596
- <line num="79" count="1" type="stmt"/>
597
- <line num="80" count="1" type="stmt"/>
598
- <line num="81" count="1" type="stmt"/>
599
- <line num="83" count="1" type="cond" truecount="0" falsecount="1"/>
600
- <line num="88" count="0" type="stmt"/>
601
- <line num="94" count="1" type="cond" truecount="3" falsecount="0"/>
602
- <line num="95" count="1" type="stmt"/>
603
- <line num="97" count="1" type="cond" truecount="3" falsecount="0"/>
604
- <line num="98" count="1" type="stmt"/>
605
- <line num="100" count="1" type="cond" truecount="3" falsecount="0"/>
606
- <line num="101" count="1" type="stmt"/>
607
- <line num="104" count="1" type="stmt"/>
608
- </file>
609
- </package>
610
- <package name="lib.sci-m">
611
- <metrics statements="62" coveredstatements="46" conditionals="57" coveredconditionals="29" methods="6" coveredmethods="4"/>
612
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/sci-m/index.ts">
613
- <metrics statements="62" coveredstatements="46" conditionals="57" coveredconditionals="29" methods="6" coveredmethods="4"/>
614
- <line num="3" count="3" type="stmt"/>
615
- <line num="7" count="3" type="stmt"/>
616
- <line num="8" count="3" type="stmt"/>
617
- <line num="10" count="3" type="stmt"/>
618
- <line num="11" count="1" type="stmt"/>
619
- <line num="16" count="0" type="stmt"/>
620
- <line num="20" count="2" type="cond" truecount="0" falsecount="1"/>
621
- <line num="21" count="0" type="stmt"/>
622
- <line num="24" count="2" type="stmt"/>
623
- <line num="30" count="3" type="stmt"/>
624
- <line num="31" count="3" type="stmt"/>
625
- <line num="32" count="3" type="stmt"/>
626
- <line num="33" count="3" type="stmt"/>
627
- <line num="34" count="3" type="stmt"/>
628
- <line num="35" count="3" type="cond" truecount="1" falsecount="0"/>
629
- <line num="41" count="1" type="stmt"/>
630
- <line num="45" count="2" type="cond" truecount="1" falsecount="2"/>
631
- <line num="46" count="0" type="stmt"/>
632
- <line num="48" count="2" type="cond" truecount="1" falsecount="2"/>
633
- <line num="49" count="0" type="stmt"/>
634
- <line num="51" count="2" type="cond" truecount="1" falsecount="2"/>
635
- <line num="52" count="0" type="stmt"/>
636
- <line num="54" count="2" type="cond" truecount="1" falsecount="2"/>
637
- <line num="55" count="0" type="stmt"/>
638
- <line num="59" count="2" type="cond" truecount="1" falsecount="0"/>
639
- <line num="67" count="2" type="stmt"/>
640
- <line num="70" count="2" type="stmt"/>
641
- <line num="72" count="2" type="stmt"/>
642
- <line num="74" count="2" type="stmt"/>
643
- <line num="76" count="2" type="stmt"/>
644
- <line num="78" count="2" type="cond" truecount="1" falsecount="1"/>
645
- <line num="79" count="0" type="stmt"/>
646
- <line num="80" count="2" type="cond" truecount="1" falsecount="1"/>
647
- <line num="81" count="2" type="stmt"/>
648
- <line num="83" count="0" type="stmt"/>
649
- <line num="85" count="2" type="cond" truecount="2" falsecount="0"/>
650
- <line num="86" count="1" type="stmt"/>
651
- <line num="87" count="1" type="cond" truecount="1" falsecount="1"/>
652
- <line num="88" count="1" type="stmt"/>
653
- <line num="90" count="0" type="stmt"/>
654
- <line num="92" count="2" type="cond" truecount="1" falsecount="1"/>
655
- <line num="93" count="0" type="stmt"/>
656
- <line num="94" count="2" type="cond" truecount="1" falsecount="1"/>
657
- <line num="95" count="2" type="stmt"/>
658
- <line num="97" count="0" type="stmt"/>
659
- <line num="99" count="2" type="cond" truecount="1" falsecount="1"/>
660
- <line num="100" count="0" type="stmt"/>
661
- <line num="101" count="2" type="cond" truecount="1" falsecount="1"/>
45
+ <line num="67" count="7" type="cond" truecount="1" falsecount="0"/>
46
+ <line num="68" count="1" type="stmt"/>
47
+ <line num="71" count="6" type="cond" truecount="1" falsecount="0"/>
48
+ <line num="72" count="1" type="stmt"/>
49
+ <line num="75" count="5" type="cond" truecount="1" falsecount="0"/>
50
+ <line num="76" count="4" type="stmt"/>
51
+ <line num="77" count="4" type="stmt"/>
52
+ <line num="80" count="5" type="cond" truecount="1" falsecount="0"/>
53
+ <line num="81" count="5" type="stmt"/>
54
+ <line num="84" count="5" type="stmt"/>
55
+ <line num="86" count="4" type="cond" truecount="1" falsecount="0"/>
56
+ <line num="87" count="1" type="stmt"/>
57
+ <line num="90" count="2" type="stmt"/>
58
+ <line num="97" count="7" type="stmt"/>
59
+ <line num="99" count="7" type="stmt"/>
60
+ <line num="101" count="2" type="stmt"/>
662
61
  <line num="102" count="2" type="stmt"/>
663
- <line num="104" count="0" type="stmt"/>
664
- <line num="106" count="2" type="cond" truecount="1" falsecount="1"/>
665
- <line num="107" count="0" type="stmt"/>
666
- <line num="108" count="2" type="cond" truecount="1" falsecount="1"/>
62
+ <line num="107" count="2" type="stmt"/>
667
63
  <line num="109" count="2" type="stmt"/>
668
- <line num="111" count="0" type="stmt"/>
669
- <line num="114" count="2" type="stmt"/>
670
- <line num="116" count="2" type="stmt"/>
671
- <line num="119" count="1" type="stmt"/>
672
- <line num="126" count="1" type="stmt"/>
673
- <line num="127" count="1" type="stmt"/>
64
+ <line num="112" count="2" type="stmt"/>
65
+ <line num="117" count="2" type="stmt"/>
66
+ <line num="124" count="2" type="cond" truecount="1" falsecount="0"/>
67
+ <line num="125" count="1" type="stmt"/>
674
68
  <line num="128" count="1" type="stmt"/>
675
- <line num="132" count="0" type="stmt"/>
676
69
  </file>
677
- </package>
678
- <package name="lib.sci-o">
679
- <metrics statements="24" coveredstatements="19" conditionals="5" coveredconditionals="2" methods="6" coveredmethods="4"/>
680
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/sci-o/index.ts">
681
- <metrics statements="24" coveredstatements="19" conditionals="5" coveredconditionals="2" methods="6" coveredmethods="4"/>
682
- <line num="3" count="3" type="stmt"/>
683
- <line num="7" count="3" type="stmt"/>
684
- <line num="8" count="3" type="stmt"/>
685
- <line num="10" count="3" type="stmt"/>
70
+ <file name="observatory.ts" path="/Users/admin/Projects/uk/ief/src/lib/observatory.ts">
71
+ <metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="3"/>
72
+ <line num="6" count="2" type="stmt"/>
73
+ <line num="8" count="12" type="stmt"/>
74
+ <line num="14" count="12" type="stmt"/>
75
+ <line num="21" count="19" type="cond" truecount="2" falsecount="0"/>
76
+ <line num="23" count="19" type="stmt"/>
77
+ <line num="25" count="19" type="stmt"/>
78
+ <line num="32" count="13" type="stmt"/>
79
+ </file>
80
+ <file name="supercomputer.ts" path="/Users/admin/Projects/uk/ief/src/lib/supercomputer.ts">
81
+ <metrics statements="48" coveredstatements="48" conditionals="15" coveredconditionals="15" methods="7" coveredmethods="7"/>
82
+ <line num="2" count="1" type="stmt"/>
83
+ <line num="4" count="1" type="stmt"/>
84
+ <line num="6" count="1" type="stmt"/>
686
85
  <line num="11" count="1" type="stmt"/>
687
- <line num="16" count="0" type="stmt"/>
688
- <line num="27" count="3" type="cond" truecount="1" falsecount="1"/>
689
- <line num="28" count="0" type="stmt"/>
690
- <line num="29" count="3" type="cond" truecount="0" falsecount="1"/>
691
- <line num="30" count="0" type="stmt"/>
692
- <line num="33" count="3" type="stmt"/>
693
- <line num="34" count="3" type="cond" truecount="1" falsecount="0"/>
694
- <line num="35" count="1" type="stmt"/>
695
- <line num="37" count="2" type="cond" truecount="0" falsecount="1"/>
696
- <line num="38" count="0" type="stmt"/>
697
- <line num="40" count="2" type="stmt"/>
698
- <line num="41" count="2" type="stmt"/>
699
- <line num="42" count="2" type="stmt"/>
700
- <line num="43" count="2" type="stmt"/>
701
- <line num="44" count="2" type="stmt"/>
702
- <line num="52" count="3" type="stmt"/>
703
- <line num="53" count="3" type="stmt"/>
704
- <line num="54" count="3" type="stmt"/>
705
- <line num="58" count="0" type="stmt"/>
706
- </file>
707
- </package>
708
- <package name="lib.shell-imp">
709
- <metrics statements="32" coveredstatements="6" conditionals="7" coveredconditionals="0" methods="6" coveredmethods="0"/>
710
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/shell-imp/index.ts">
711
- <metrics statements="32" coveredstatements="6" conditionals="7" coveredconditionals="0" methods="6" coveredmethods="0"/>
712
- <line num="1" count="3" type="stmt"/>
713
- <line num="2" count="3" type="stmt"/>
714
- <line num="6" count="3" type="stmt"/>
715
- <line num="10" count="3" type="stmt"/>
716
- <line num="11" count="3" type="stmt"/>
717
- <line num="13" count="3" type="stmt"/>
718
- <line num="17" count="0" type="stmt"/>
719
- <line num="23" count="0" type="stmt"/>
720
- <line num="34" count="0" type="stmt"/>
721
- <line num="35" count="0" type="cond" truecount="0" falsecount="1"/>
722
- <line num="36" count="0" type="stmt"/>
723
- <line num="38" count="0" type="cond" truecount="0" falsecount="1"/>
724
- <line num="39" count="0" type="stmt"/>
725
- <line num="40" count="0" type="stmt"/>
726
- <line num="42" count="0" type="stmt"/>
727
- <line num="43" count="0" type="stmt"/>
728
- <line num="47" count="0" type="cond" truecount="0" falsecount="1"/>
729
- <line num="48" count="0" type="stmt"/>
730
- <line num="51" count="0" type="stmt"/>
731
- <line num="52" count="0" type="stmt"/>
732
- <line num="53" count="0" type="cond" truecount="0" falsecount="1"/>
733
- <line num="54" count="0" type="stmt"/>
734
- <line num="57" count="0" type="stmt"/>
735
- <line num="59" count="0" type="stmt"/>
736
- <line num="61" count="0" type="stmt"/>
737
- <line num="68" count="0" type="stmt"/>
738
- <line num="82" count="0" type="stmt"/>
739
- <line num="83" count="0" type="stmt"/>
740
- <line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
741
- <line num="86" count="0" type="stmt"/>
742
- <line num="92" count="0" type="stmt"/>
743
- <line num="94" count="0" type="stmt"/>
744
- </file>
745
- </package>
746
- <package name="lib.teads-aws">
747
- <metrics statements="81" coveredstatements="68" conditionals="38" coveredconditionals="23" methods="11" coveredmethods="9"/>
748
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/teads-aws/index.ts">
749
- <metrics statements="81" coveredstatements="68" conditionals="38" coveredconditionals="23" methods="11" coveredmethods="9"/>
750
- <line num="1" count="3" type="stmt"/>
751
- <line num="3" count="3" type="stmt"/>
752
- <line num="4" count="3" type="stmt"/>
753
- <line num="8" count="3" type="stmt"/>
754
- <line num="10" count="3" type="stmt"/>
755
- <line num="12" count="3" type="stmt"/>
756
- <line num="13" count="3" type="stmt"/>
757
- <line num="15" count="3" type="stmt"/>
758
- <line num="19" count="4" type="stmt"/>
759
- <line num="24" count="4" type="stmt"/>
760
- <line num="25" count="4" type="stmt"/>
761
- <line num="26" count="4" type="stmt"/>
762
- <line num="29" count="4" type="stmt"/>
763
- <line num="36" count="0" type="stmt"/>
764
- <line num="51" count="14" type="stmt"/>
765
- <line num="53" count="14" type="cond" truecount="0" falsecount="1"/>
766
- <line num="54" count="0" type="stmt"/>
767
- <line num="57" count="14" type="cond" truecount="2" falsecount="0"/>
768
- <line num="58" count="4" type="stmt"/>
769
- <line num="59" count="4" type="cond" truecount="1" falsecount="1"/>
770
- <line num="60" count="4" type="stmt"/>
771
- <line num="62" count="0" type="stmt"/>
772
- <line num="64" count="10" type="cond" truecount="0" falsecount="1"/>
773
- <line num="65" count="0" type="stmt"/>
774
- <line num="68" count="14" type="cond" truecount="1" falsecount="0"/>
775
- <line num="69" count="1" type="stmt"/>
776
- <line num="72" count="14" type="cond" truecount="1" falsecount="0"/>
777
- <line num="73" count="4" type="stmt"/>
778
- <line num="76" count="14" type="stmt"/>
779
- <line num="89" count="4" type="cond" truecount="0" falsecount="1"/>
780
- <line num="90" count="0" type="stmt"/>
781
- <line num="92" count="4" type="cond" truecount="0" falsecount="1"/>
782
- <line num="93" count="0" type="stmt"/>
783
- <line num="96" count="4" type="cond" truecount="0" falsecount="1"/>
784
- <line num="97" count="0" type="stmt"/>
785
- <line num="100" count="4" type="stmt"/>
786
- <line num="101" count="10" type="stmt"/>
787
- <line num="102" count="10" type="stmt"/>
788
- <line num="103" count="10" type="stmt"/>
789
- <line num="104" count="10" type="stmt"/>
790
- <line num="105" count="10" type="stmt"/>
791
- <line num="106" count="10" type="stmt"/>
792
- <line num="114" count="0" type="stmt"/>
793
- <line num="123" count="4" type="stmt"/>
794
- <line num="124" count="2484" type="stmt"/>
795
- <line num="125" count="2484" type="stmt"/>
796
- <line num="141" count="4" type="stmt"/>
797
- <line num="142" count="2484" type="stmt"/>
798
- <line num="158" count="10" type="cond" truecount="0" falsecount="1"/>
799
- <line num="163" count="0" type="stmt"/>
800
- <line num="168" count="10" type="stmt"/>
801
- <line num="169" count="10" type="stmt"/>
802
- <line num="171" count="10" type="stmt"/>
803
- <line num="172" count="10" type="stmt"/>
804
- <line num="179" count="10" type="stmt"/>
805
- <line num="181" count="10" type="stmt"/>
806
- <line num="182" count="10" type="cond" truecount="2" falsecount="0"/>
807
- <line num="183" count="3" type="stmt"/>
808
- <line num="184" count="7" type="cond" truecount="1" falsecount="0"/>
809
- <line num="186" count="7" type="stmt"/>
810
- <line num="187" count="7" type="stmt"/>
811
- <line num="188" count="7" type="stmt"/>
812
- <line num="190" count="7" type="stmt"/>
813
- <line num="191" count="21" type="cond" truecount="2" falsecount="0"/>
814
- <line num="192" count="7" type="stmt"/>
815
- <line num="193" count="7" type="stmt"/>
816
- <line num="194" count="7" type="stmt"/>
817
- <line num="195" count="14" type="cond" truecount="2" falsecount="1"/>
818
- <line num="196" count="0" type="stmt"/>
819
- <line num="197" count="0" type="stmt"/>
820
- <line num="198" count="0" type="stmt"/>
821
- <line num="199" count="0" type="stmt"/>
822
- <line num="203" count="7" type="stmt"/>
823
- <line num="214" count="10" type="stmt"/>
824
- <line num="222" count="10" type="stmt"/>
825
- <line num="231" count="10" type="cond" truecount="1" falsecount="1"/>
826
- <line num="232" count="10" type="stmt"/>
827
- <line num="233" count="10" type="stmt"/>
828
- <line num="235" count="10" type="cond" truecount="1" falsecount="1"/>
829
- <line num="237" count="10" type="cond" truecount="2" falsecount="0"/>
830
- <line num="239" count="10" type="stmt"/>
831
- </file>
832
- </package>
833
- <package name="lib.teads-curve">
834
- <metrics statements="62" coveredstatements="53" conditionals="24" coveredconditionals="16" methods="8" coveredmethods="5"/>
835
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/teads-curve/index.ts">
836
- <metrics statements="62" coveredstatements="53" conditionals="24" coveredconditionals="16" methods="8" coveredmethods="5"/>
837
- <line num="1" count="3" type="stmt"/>
838
- <line num="5" count="3" type="stmt"/>
839
- <line num="7" count="3" type="stmt"/>
840
- <line num="9" count="3" type="stmt"/>
841
- <line num="10" count="3" type="stmt"/>
842
- <line num="12" count="3" type="stmt"/>
843
- <line num="15" count="3" type="stmt"/>
844
- <line num="16" count="3" type="stmt"/>
845
- <line num="17" count="3" type="stmt"/>
846
- <line num="18" count="3" type="stmt"/>
847
- <line num="19" count="3" type="stmt"/>
848
- <line num="25" count="0" type="stmt"/>
849
- <line num="39" count="13" type="stmt"/>
850
- <line num="41" count="13" type="cond" truecount="0" falsecount="1"/>
851
- <line num="42" count="0" type="stmt"/>
852
- <line num="45" count="13" type="cond" truecount="1" falsecount="0"/>
853
- <line num="46" count="3" type="stmt"/>
854
- <line num="60" count="13" type="cond" truecount="1" falsecount="0"/>
855
- <line num="61" count="1" type="stmt"/>
856
- <line num="64" count="13" type="stmt"/>
857
- <line num="77" count="3" type="cond" truecount="1" falsecount="1"/>
858
- <line num="78" count="0" type="stmt"/>
859
- <line num="79" count="3" type="cond" truecount="0" falsecount="1"/>
860
- <line num="80" count="0" type="stmt"/>
861
- <line num="82" count="3" type="stmt"/>
862
- <line num="83" count="10" type="stmt"/>
863
- <line num="84" count="10" type="stmt"/>
864
- <line num="85" count="10" type="stmt"/>
865
- <line num="93" count="0" type="stmt"/>
866
- <line num="107" count="10" type="cond" truecount="0" falsecount="1"/>
867
- <line num="112" count="0" type="stmt"/>
868
- <line num="118" count="10" type="stmt"/>
869
- <line num="121" count="10" type="stmt"/>
870
- <line num="122" count="10" type="cond" truecount="2" falsecount="1"/>
871
- <line num="123" count="0" type="stmt"/>
872
- <line num="126" count="10" type="stmt"/>
873
- <line num="128" count="10" type="cond" truecount="0" falsecount="1"/>
874
- <line num="129" count="0" type="stmt"/>
875
- <line num="131" count="10" type="cond" truecount="0" falsecount="1"/>
876
- <line num="132" count="0" type="stmt"/>
877
- <line num="137" count="10" type="stmt"/>
878
- <line num="138" count="10" type="cond" truecount="2" falsecount="0"/>
879
- <line num="139" count="4" type="stmt"/>
880
- <line num="140" count="6" type="cond" truecount="1" falsecount="0"/>
86
+ <line num="13" count="1" type="stmt"/>
87
+ <line num="18" count="1" type="stmt"/>
88
+ <line num="19" count="6" type="stmt"/>
89
+ <line num="24" count="6" type="stmt"/>
90
+ <line num="25" count="6" type="stmt"/>
91
+ <line num="32" count="16" type="cond" truecount="1" falsecount="0"/>
92
+ <line num="33" count="1" type="stmt"/>
93
+ <line num="36" count="15" type="stmt"/>
94
+ <line num="37" count="15" type="stmt"/>
95
+ <line num="38" count="16" type="stmt"/>
96
+ <line num="43" count="16" type="stmt"/>
97
+ <line num="46" count="15" type="stmt"/>
98
+ <line num="57" count="8" type="stmt"/>
99
+ <line num="58" count="8" type="stmt"/>
100
+ <line num="60" count="11" type="stmt"/>
101
+ <line num="77" count="10" type="stmt"/>
102
+ <line num="79" count="10" type="cond" truecount="1" falsecount="0"/>
103
+ <line num="80" count="6" type="stmt"/>
104
+ <line num="86" count="10" type="stmt"/>
105
+ <line num="88" count="10" type="cond" truecount="1" falsecount="0"/>
106
+ <line num="89" count="1" type="stmt"/>
107
+ <line num="92" count="9" type="cond" truecount="1" falsecount="0"/>
108
+ <line num="93" count="1" type="stmt"/>
109
+ <line num="96" count="8" type="cond" truecount="2" falsecount="0"/>
110
+ <line num="100" count="8" type="cond" truecount="2" falsecount="0"/>
111
+ <line num="102" count="8" type="stmt"/>
112
+ <line num="108" count="8" type="stmt"/>
113
+ <line num="110" count="8" type="stmt"/>
114
+ <line num="111" count="18" type="cond" truecount="2" falsecount="0"/>
115
+ <line num="112" count="18" type="stmt"/>
116
+ <line num="117" count="17" type="stmt"/>
117
+ <line num="120" count="7" type="stmt"/>
118
+ <line num="122" count="7" type="cond" truecount="1" falsecount="0"/>
119
+ <line num="125" count="4" type="stmt"/>
120
+ <line num="129" count="4" type="stmt"/>
121
+ <line num="132" count="3" type="stmt"/>
122
+ <line num="133" count="3" type="stmt"/>
123
+ <line num="140" count="6" type="cond" truecount="2" falsecount="0"/>
881
124
  <line num="141" count="6" type="stmt"/>
882
- <line num="142" count="6" type="stmt"/>
883
- <line num="144" count="6" type="stmt"/>
125
+ <line num="142" count="6" type="cond" truecount="2" falsecount="0"/>
884
126
  <line num="145" count="6" type="stmt"/>
885
- <line num="146" count="6" type="stmt"/>
886
- <line num="148" count="6" type="stmt"/>
887
- <line num="149" count="17" type="cond" truecount="2" falsecount="0"/>
888
- <line num="150" count="3" type="stmt"/>
889
- <line num="151" count="3" type="stmt"/>
890
- <line num="152" count="3" type="stmt"/>
891
- <line num="153" count="14" type="cond" truecount="3" falsecount="0"/>
892
- <line num="154" count="3" type="stmt"/>
893
- <line num="155" count="3" type="stmt"/>
894
- <line num="156" count="3" type="stmt"/>
895
- <line num="157" count="3" type="stmt"/>
896
- <line num="162" count="6" type="stmt"/>
897
- <line num="173" count="10" type="stmt"/>
898
- <line num="180" count="3" type="stmt"/>
899
- </file>
900
- </package>
901
- <package name="lib.watt-time">
902
- <metrics statements="98" coveredstatements="77" conditionals="55" coveredconditionals="25" methods="17" coveredmethods="15"/>
903
- <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/lib/watt-time/index.ts">
904
- <metrics statements="98" coveredstatements="77" conditionals="55" coveredconditionals="25" methods="17" coveredmethods="15"/>
905
- <line num="1" count="3" type="stmt"/>
906
- <line num="2" count="3" type="stmt"/>
907
- <line num="6" count="3" type="stmt"/>
908
- <line num="10" count="3" type="stmt"/>
909
- <line num="11" count="3" type="stmt"/>
910
- <line num="13" count="3" type="stmt"/>
911
- <line num="14" count="1" type="stmt"/>
912
- <line num="15" count="1" type="stmt"/>
913
- <line num="18" count="1" type="stmt"/>
914
- <line num="21" count="1" type="cond" truecount="1" falsecount="1"/>
915
- <line num="22" count="1" type="cond" truecount="0" falsecount="1"/>
916
- <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
917
- <line num="25" count="1" type="cond" truecount="1" falsecount="0"/>
918
- <line num="28" count="1" type="cond" truecount="1" falsecount="1"/>
919
- <line num="30" count="1" type="cond" truecount="1" falsecount="1"/>
920
- <line num="33" count="1" type="cond" truecount="0" falsecount="1"/>
921
- <line num="34" count="0" type="cond" truecount="0" falsecount="2"/>
922
- <line num="37" count="1" type="cond" truecount="0" falsecount="1"/>
923
- <line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
924
- <line num="42" count="1" type="cond" truecount="2" falsecount="1"/>
925
- <line num="43" count="0" type="stmt"/>
926
- <line num="47" count="1" type="stmt"/>
927
- <line num="53" count="1" type="cond" truecount="0" falsecount="1"/>
928
- <line num="58" count="0" type="stmt"/>
929
- <line num="62" count="1" type="stmt"/>
930
- <line num="67" count="5" type="cond" truecount="0" falsecount="1"/>
931
- <line num="68" count="0" type="stmt"/>
932
- <line num="71" count="5" type="stmt"/>
933
- <line num="73" count="5" type="stmt"/>
934
- <line num="75" count="5" type="stmt"/>
935
- <line num="81" count="5" type="stmt"/>
936
- <line num="82" count="6" type="stmt"/>
937
- <line num="83" count="6" type="stmt"/>
938
- <line num="84" count="6" type="stmt"/>
939
- <line num="89" count="78" type="stmt"/>
940
- <line num="90" count="6" type="cond" truecount="1" falsecount="0"/>
941
- <line num="91" count="1" type="stmt"/>
942
- <line num="95" count="5" type="stmt"/>
943
- <line num="98" count="4" type="stmt"/>
944
- <line num="106" count="6" type="stmt"/>
945
- <line num="107" count="6" type="stmt"/>
946
- <line num="110" count="78" type="cond" truecount="1" falsecount="0"/>
947
- <line num="111" count="13" type="stmt"/>
948
- <line num="115" count="65" type="cond" truecount="1" falsecount="0"/>
949
- <line num="119" count="45" type="stmt"/>
950
- <line num="126" count="20" type="stmt"/>
951
- <line num="127" count="20" type="stmt"/>
952
- <line num="128" count="20" type="stmt"/>
953
- <line num="130" count="6" type="stmt"/>
954
- <line num="134" count="5" type="stmt"/>
955
- <line num="135" count="6" type="cond" truecount="0" falsecount="1"/>
956
- <line num="136" count="0" type="stmt"/>
957
- <line num="137" count="0" type="cond" truecount="0" falsecount="3"/>
958
- <line num="138" count="0" type="stmt"/>
959
- <line num="141" count="6" type="cond" truecount="0" falsecount="1"/>
960
- <line num="142" count="0" type="stmt"/>
961
- <line num="144" count="6" type="cond" truecount="0" falsecount="1"/>
962
- <line num="145" count="0" type="stmt"/>
963
- <line num="151" count="5" type="stmt"/>
964
- <line num="152" count="5" type="cond" truecount="0" falsecount="1"/>
965
- <line num="153" count="0" type="stmt"/>
966
- <line num="157" count="5" type="cond" truecount="2" falsecount="1"/>
967
- <line num="158" count="0" type="stmt"/>
968
- <line num="160" count="5" type="cond" truecount="2" falsecount="1"/>
969
- <line num="161" count="0" type="stmt"/>
970
- <line num="163" count="5" type="stmt"/>
971
- <line num="164" count="5" type="stmt"/>
972
- <line num="165" count="5" type="stmt"/>
973
- <line num="170" count="5" type="stmt"/>
974
- <line num="172" count="5" type="stmt"/>
975
- <line num="173" count="5" type="stmt"/>
976
- <line num="174" count="6" type="stmt"/>
977
- <line num="177" count="6" type="cond" truecount="2" falsecount="0"/>
978
- <line num="182" count="6" type="cond" truecount="1" falsecount="1"/>
979
- <line num="186" count="5" type="stmt"/>
980
- <line num="187" count="5" type="cond" truecount="0" falsecount="1"/>
981
- <line num="188" count="0" type="stmt"/>
982
- <line num="194" count="5" type="stmt"/>
983
- <line num="198" count="5" type="stmt"/>
984
- <line num="200" count="5" type="cond" truecount="0" falsecount="1"/>
985
- <line num="201" count="0" type="stmt"/>
986
- <line num="203" count="5" type="stmt"/>
987
- <line num="205" count="5" type="stmt"/>
988
- <line num="211" count="5" type="stmt"/>
989
- <line num="219" count="0" type="stmt"/>
990
- <line num="221" count="5" type="cond" truecount="0" falsecount="1"/>
991
- <line num="222" count="0" type="stmt"/>
992
- <line num="224" count="5" type="cond" truecount="2" falsecount="1"/>
993
- <line num="225" count="0" type="stmt"/>
994
- <line num="227" count="5" type="stmt"/>
995
- <line num="228" count="60" type="cond" truecount="2" falsecount="0"/>
996
- <line num="236" count="1" type="stmt"/>
997
- <line num="237" count="1" type="stmt"/>
998
- <line num="238" count="1" type="cond" truecount="0" falsecount="1"/>
999
- <line num="239" count="0" type="stmt"/>
1000
- <line num="241" count="1" type="stmt"/>
1001
- <line num="242" count="1" type="stmt"/>
1002
- <line num="246" count="0" type="stmt"/>
1003
- </file>
1004
- </package>
1005
- <package name="types">
1006
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
1007
- <file name="common.ts" path="/Users/admin/Projects/uk/ief/src/types/common.ts">
1008
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
1009
- <line num="5" count="5" type="cond" truecount="2" falsecount="0"/>
1010
- <line num="6" count="5" type="stmt"/>
1011
- <line num="7" count="5" type="stmt"/>
127
+ <line num="147" count="6" type="stmt"/>
128
+ <line num="148" count="10" type="stmt"/>
129
+ <line num="154" count="4" type="stmt"/>
1012
130
  </file>
1013
131
  </package>
1014
132
  <package name="util">
1015
- <metrics statements="139" coveredstatements="121" conditionals="49" coveredconditionals="32" methods="28" coveredmethods="27"/>
133
+ <metrics statements="46" coveredstatements="46" conditionals="5" coveredconditionals="5" methods="8" coveredmethods="8"/>
1016
134
  <file name="args.ts" path="/Users/admin/Projects/uk/ief/src/util/args.ts">
1017
- <metrics statements="20" coveredstatements="20" conditionals="5" coveredconditionals="5" methods="3" coveredmethods="3"/>
135
+ <metrics statements="23" coveredstatements="23" conditionals="5" coveredconditionals="5" methods="3" coveredmethods="3"/>
1018
136
  <line num="1" count="1" type="stmt"/>
1019
137
  <line num="2" count="1" type="stmt"/>
1020
138
  <line num="4" count="1" type="stmt"/>
1021
- <line num="6" count="1" type="stmt"/>
1022
- <line num="10" count="1" type="stmt"/>
139
+ <line num="5" count="1" type="stmt"/>
140
+ <line num="7" count="1" type="stmt"/>
1023
141
  <line num="11" count="1" type="stmt"/>
1024
142
  <line num="13" count="1" type="stmt"/>
1025
- <line num="19" count="4" type="stmt"/>
1026
- <line num="25" count="1" type="stmt"/>
1027
- <line num="26" count="3" type="stmt"/>
1028
- <line num="28" count="3" type="stmt"/>
1029
- <line num="35" count="1" type="stmt"/>
1030
- <line num="36" count="4" type="stmt"/>
1031
- <line num="38" count="4" type="cond" truecount="1" falsecount="0"/>
1032
- <line num="39" count="1" type="stmt"/>
1033
- <line num="40" count="1" type="stmt"/>
1034
- <line num="43" count="3" type="cond" truecount="1" falsecount="0"/>
1035
- <line num="44" count="2" type="cond" truecount="1" falsecount="0"/>
1036
- <line num="45" count="2" type="stmt"/>
1037
- <line num="52" count="1" type="stmt"/>
1038
- </file>
1039
- <file name="models-universe.ts" path="/Users/admin/Projects/uk/ief/src/util/models-universe.ts">
1040
- <metrics statements="55" coveredstatements="37" conditionals="29" coveredconditionals="12" methods="10" coveredmethods="9"/>
1041
- <line num="1" count="1" type="stmt"/>
1042
- <line num="21" count="1" type="stmt"/>
1043
- <line num="30" count="1" type="stmt"/>
1044
- <line num="37" count="1" type="stmt"/>
143
+ <line num="14" count="1" type="stmt"/>
144
+ <line num="16" count="1" type="stmt"/>
145
+ <line num="22" count="5" type="stmt"/>
146
+ <line num="28" count="1" type="stmt"/>
147
+ <line num="29" count="3" type="stmt"/>
148
+ <line num="31" count="3" type="stmt"/>
149
+ <line num="38" count="1" type="stmt"/>
150
+ <line num="39" count="5" type="stmt"/>
151
+ <line num="41" count="5" type="cond" truecount="1" falsecount="0"/>
1045
152
  <line num="42" count="1" type="stmt"/>
1046
- <line num="46" count="11" type="stmt"/>
1047
- <line num="52" count="1" type="cond" truecount="1" falsecount="16"/>
153
+ <line num="43" count="1" type="stmt"/>
154
+ <line num="46" count="4" type="cond" truecount="1" falsecount="0"/>
155
+ <line num="47" count="3" type="cond" truecount="1" falsecount="0"/>
156
+ <line num="48" count="2" type="stmt"/>
1048
157
  <line num="54" count="1" type="stmt"/>
1049
- <line num="56" count="0" type="stmt"/>
1050
- <line num="58" count="0" type="stmt"/>
1051
- <line num="60" count="0" type="stmt"/>
1052
- <line num="62" count="0" type="stmt"/>
1053
- <line num="64" count="0" type="stmt"/>
1054
- <line num="66" count="0" type="stmt"/>
1055
- <line num="68" count="0" type="stmt"/>
1056
- <line num="70" count="0" type="stmt"/>
1057
- <line num="72" count="0" type="stmt"/>
1058
- <line num="74" count="0" type="stmt"/>
1059
- <line num="76" count="0" type="stmt"/>
1060
- <line num="78" count="0" type="stmt"/>
1061
- <line num="80" count="0" type="stmt"/>
1062
- <line num="82" count="0" type="stmt"/>
1063
- <line num="84" count="0" type="stmt"/>
1064
- <line num="86" count="0" type="stmt"/>
1065
- <line num="94" count="2" type="stmt"/>
1066
- <line num="97" count="2" type="cond" truecount="4" falsecount="0"/>
1067
- <line num="102" count="2" type="stmt"/>
1068
- <line num="111" count="4" type="cond" truecount="1" falsecount="0"/>
1069
- <line num="112" count="1" type="stmt"/>
1070
- <line num="115" count="3" type="cond" truecount="1" falsecount="0"/>
1071
- <line num="116" count="1" type="stmt"/>
1072
- <line num="119" count="2" type="cond" truecount="1" falsecount="0"/>
1073
- <line num="120" count="2" type="stmt"/>
1074
- <line num="121" count="2" type="stmt"/>
1075
- <line num="124" count="2" type="stmt"/>
1076
- <line num="126" count="2" type="cond" truecount="1" falsecount="0"/>
1077
- <line num="127" count="1" type="stmt"/>
1078
- <line num="130" count="1" type="stmt"/>
1079
- <line num="137" count="0" type="stmt"/>
1080
- <line num="144" count="5" type="stmt"/>
1081
- <line num="146" count="5" type="cond" truecount="2" falsecount="1"/>
1082
- <line num="148" count="1" type="stmt"/>
1083
- <line num="150" count="4" type="stmt"/>
1084
- <line num="152" count="0" type="stmt"/>
1085
- <line num="160" count="24" type="stmt"/>
1086
- <line num="162" count="24" type="stmt"/>
1087
- <line num="163" count="5" type="stmt"/>
1088
- <line num="170" count="2" type="stmt"/>
1089
- <line num="175" count="2" type="stmt"/>
1090
- <line num="177" count="2" type="stmt"/>
1091
- <line num="180" count="24" type="stmt"/>
1092
- <line num="185" count="24" type="stmt"/>
1093
- <line num="192" count="2" type="cond" truecount="1" falsecount="0"/>
1094
- <line num="193" count="1" type="stmt"/>
1095
- <line num="196" count="1" type="stmt"/>
1096
- </file>
1097
- <file name="observatory.ts" path="/Users/admin/Projects/uk/ief/src/util/observatory.ts">
1098
- <metrics statements="10" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="5" coveredmethods="5"/>
1099
- <line num="6" count="2" type="stmt"/>
1100
- <line num="8" count="13" type="stmt"/>
1101
- <line num="14" count="13" type="stmt"/>
1102
- <line num="21" count="20" type="cond" truecount="2" falsecount="0"/>
1103
- <line num="23" count="20" type="stmt"/>
1104
- <line num="25" count="25" type="stmt"/>
1105
- <line num="30" count="20" type="stmt"/>
1106
- <line num="32" count="20" type="stmt"/>
1107
- <line num="39" count="3" type="stmt"/>
1108
- <line num="46" count="8" type="stmt"/>
158
+ <line num="57" count="1" type="stmt"/>
1109
159
  </file>
1110
- <file name="supercomputer.ts" path="/Users/admin/Projects/uk/ief/src/util/supercomputer.ts">
1111
- <metrics statements="37" coveredstatements="37" conditionals="13" coveredconditionals="13" methods="7" coveredmethods="7"/>
1112
- <line num="2" count="1" type="stmt"/>
1113
- <line num="9" count="1" type="stmt"/>
1114
- <line num="10" count="4" type="stmt"/>
1115
- <line num="15" count="4" type="stmt"/>
1116
- <line num="16" count="4" type="stmt"/>
1117
- <line num="23" count="10" type="stmt"/>
1118
- <line num="24" count="10" type="stmt"/>
1119
- <line num="25" count="16" type="stmt"/>
1120
- <line num="30" count="16" type="stmt"/>
1121
- <line num="33" count="10" type="stmt"/>
1122
- <line num="40" count="7" type="stmt"/>
1123
- <line num="42" count="7" type="cond" truecount="2" falsecount="0"/>
1124
- <line num="44" count="9" type="stmt"/>
1125
- <line num="58" count="8" type="stmt"/>
1126
- <line num="60" count="8" type="cond" truecount="1" falsecount="0"/>
1127
- <line num="61" count="4" type="stmt"/>
1128
- <line num="67" count="8" type="stmt"/>
1129
- <line num="69" count="8" type="cond" truecount="1" falsecount="0"/>
1130
- <line num="70" count="1" type="stmt"/>
1131
- <line num="73" count="7" type="cond" truecount="2" falsecount="0"/>
1132
- <line num="77" count="7" type="stmt"/>
1133
- <line num="83" count="7" type="stmt"/>
1134
- <line num="85" count="7" type="stmt"/>
1135
- <line num="86" count="17" type="cond" truecount="2" falsecount="0"/>
1136
- <line num="87" count="17" type="stmt"/>
1137
- <line num="92" count="16" type="stmt"/>
1138
- <line num="95" count="6" type="cond" truecount="1" falsecount="0"/>
1139
- <line num="96" count="4" type="stmt"/>
1140
- <line num="100" count="4" type="stmt"/>
1141
- <line num="103" count="2" type="stmt"/>
1142
- <line num="111" count="4" type="cond" truecount="2" falsecount="0"/>
1143
- <line num="112" count="4" type="stmt"/>
1144
- <line num="113" count="4" type="cond" truecount="2" falsecount="0"/>
1145
- <line num="116" count="4" type="stmt"/>
1146
- <line num="118" count="4" type="stmt"/>
1147
- <line num="119" count="8" type="stmt"/>
1148
- <line num="125" count="3" type="stmt"/>
160
+ <file name="errors.ts" path="/Users/admin/Projects/uk/ief/src/util/errors.ts">
161
+ <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
162
+ <line num="1" count="3" type="stmt"/>
163
+ <line num="12" count="3" type="stmt"/>
164
+ <line num="13" count="12" type="stmt"/>
165
+ <line num="17" count="9" type="stmt"/>
166
+ <line num="18" count="9" type="stmt"/>
167
+ <line num="23" count="12" type="stmt"/>
1149
168
  </file>
1150
169
  <file name="yaml.ts" path="/Users/admin/Projects/uk/ief/src/util/yaml.ts">
1151
170
  <metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
1152
- <line num="1" count="3" type="stmt"/>
1153
- <line num="2" count="3" type="stmt"/>
1154
- <line num="4" count="3" type="stmt"/>
1155
- <line num="9" count="3" type="stmt"/>
1156
- <line num="10" count="4" type="stmt"/>
1157
- <line num="12" count="4" type="stmt"/>
1158
- <line num="18" count="3" type="stmt"/>
1159
- <line num="19" count="2" type="stmt"/>
171
+ <line num="1" count="2" type="stmt"/>
172
+ <line num="2" count="2" type="stmt"/>
173
+ <line num="4" count="2" type="stmt"/>
174
+ <line num="11" count="2" type="stmt"/>
175
+ <line num="12" count="1" type="stmt"/>
176
+ <line num="14" count="1" type="stmt"/>
1160
177
  <line num="20" count="2" type="stmt"/>
1161
178
  <line num="21" count="2" type="stmt"/>
179
+ <line num="22" count="2" type="stmt"/>
1162
180
  <line num="23" count="2" type="stmt"/>
1163
- <line num="29" count="3" type="stmt"/>
1164
- <line num="30" count="5" type="stmt"/>
1165
- <line num="31" count="5" type="stmt"/>
1166
- <line num="32" count="5" type="stmt"/>
1167
- <line num="33" count="5" type="stmt"/>
1168
- <line num="35" count="5" type="stmt"/>
181
+ <line num="25" count="2" type="stmt"/>
182
+ <line num="31" count="2" type="stmt"/>
183
+ <line num="32" count="6" type="stmt"/>
184
+ <line num="33" count="6" type="stmt"/>
185
+ <line num="34" count="6" type="stmt"/>
186
+ <line num="35" count="6" type="stmt"/>
187
+ <line num="37" count="6" type="stmt"/>
1169
188
  </file>
1170
189
  </package>
1171
190
  </project>