@grnsft/if 0.1.7 → 0.1.8

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 (31) hide show
  1. package/coverage/clover.xml +218 -235
  2. package/coverage/coverage-final.json +11 -11
  3. package/coverage/lcov-report/config/config.ts.html +3 -9
  4. package/coverage/lcov-report/config/index.html +7 -7
  5. package/coverage/lcov-report/config/index.ts.html +3 -3
  6. package/coverage/lcov-report/config/strings.ts.html +19 -7
  7. package/coverage/lcov-report/index.html +19 -19
  8. package/coverage/lcov-report/lib/index.html +16 -16
  9. package/coverage/lcov-report/lib/models-universe.ts.html +4 -4
  10. package/coverage/lcov-report/lib/observatory.ts.html +10 -10
  11. package/coverage/lcov-report/lib/planet-aggregator.ts.html +76 -46
  12. package/coverage/lcov-report/lib/supercomputer.ts.html +68 -308
  13. package/coverage/lcov-report/models/index.html +7 -7
  14. package/coverage/lcov-report/models/index.ts.html +2 -2
  15. package/coverage/lcov-report/models/planet-aggregator.ts.html +271 -0
  16. package/coverage/lcov-report/models/time-sync.ts.html +129 -117
  17. package/coverage/lcov-report/util/args.ts.html +1 -1
  18. package/coverage/lcov-report/util/errors.ts.html +1 -1
  19. package/coverage/lcov-report/util/index.html +1 -1
  20. package/coverage/lcov-report/util/units-dealer.ts.html +12 -12
  21. package/coverage/lcov-report/util/yaml.ts.html +9 -9
  22. package/coverage/lcov.info +343 -372
  23. package/examples/impls/test/aggregation-test.yml +2 -2
  24. package/examples/impls/test/nesting.yml +93 -42
  25. package/examples/impls/test/sci.yml +3 -3
  26. package/examples/impls/test/shell.yml +5 -5
  27. package/examples/ompls/nesting.yml +91 -85
  28. package/examples/ompls/sci.yml +4 -3
  29. package/examples/ompls/shell.yml +7 -7
  30. package/jest.config.js +1 -1
  31. package/package.json +1 -1
@@ -1,29 +1,31 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1704806355871" clover="3.2.0">
3
- <project timestamp="1704806355871" name="All files">
4
- <metrics statements="339" coveredstatements="336" conditionals="82" coveredconditionals="81" methods="64" coveredmethods="64" elements="485" coveredelements="481" complexity="0" loc="339" ncloc="339" packages="4" files="13" classes="13"/>
2
+ <coverage generated="1705324063786" clover="3.2.0">
3
+ <project timestamp="1705324063786" name="All files">
4
+ <metrics statements="322" coveredstatements="319" conditionals="68" coveredconditionals="66" methods="65" coveredmethods="65" elements="455" coveredelements="450" complexity="0" loc="322" ncloc="322" packages="4" files="13" classes="13"/>
5
5
  <package name="config">
6
- <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="6"/>
6
+ <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="8"/>
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="5" type="stmt"/>
9
+ <line num="5" count="6" 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="8" type="stmt"/>
14
- <line num="2" count="16" type="stmt"/>
13
+ <line num="1" count="9" type="stmt"/>
14
+ <line num="2" count="20" type="stmt"/>
15
15
  </file>
16
16
  <file name="strings.ts" path="/Users/admin/Projects/uk/ief/src/config/strings.ts">
17
- <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
18
- <line num="3" count="6" type="stmt"/>
17
+ <metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="6"/>
18
+ <line num="3" count="7" type="stmt"/>
19
19
  <line num="11" count="3" type="stmt"/>
20
- <line num="13" count="5" type="stmt"/>
20
+ <line num="13" count="3" type="stmt"/>
21
21
  <line num="31" count="3" type="stmt"/>
22
22
  <line num="33" count="3" type="stmt"/>
23
+ <line num="38" count="3" type="stmt"/>
24
+ <line num="40" count="3" type="stmt"/>
23
25
  </file>
24
26
  </package>
25
27
  <package name="lib">
26
- <metrics statements="140" coveredstatements="140" conditionals="44" coveredconditionals="44" methods="24" coveredmethods="24"/>
28
+ <metrics statements="118" coveredstatements="118" conditionals="29" coveredconditionals="28" methods="23" coveredmethods="23"/>
27
29
  <file name="models-universe.ts" path="/Users/admin/Projects/uk/ief/src/lib/models-universe.ts">
28
30
  <metrics statements="45" coveredstatements="45" conditionals="10" coveredconditionals="10" methods="9" coveredmethods="9"/>
29
31
  <line num="1" count="1" type="stmt"/>
@@ -73,118 +75,96 @@
73
75
  <line num="142" count="1" type="stmt"/>
74
76
  </file>
75
77
  <file name="observatory.ts" path="/Users/admin/Projects/uk/ief/src/lib/observatory.ts">
76
- <metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="3"/>
78
+ <metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="1" methods="3" coveredmethods="3"/>
77
79
  <line num="6" count="2" type="stmt"/>
78
- <line num="8" count="20" type="stmt"/>
79
- <line num="14" count="20" type="stmt"/>
80
- <line num="21" count="37" type="cond" truecount="2" falsecount="0"/>
81
- <line num="23" count="37" type="stmt"/>
82
- <line num="25" count="37" type="stmt"/>
83
- <line num="32" count="17" type="stmt"/>
80
+ <line num="8" count="11" type="stmt"/>
81
+ <line num="14" count="11" type="stmt"/>
82
+ <line num="21" count="9" type="cond" truecount="1" falsecount="1"/>
83
+ <line num="23" count="9" type="stmt"/>
84
+ <line num="25" count="9" type="stmt"/>
85
+ <line num="32" count="9" type="stmt"/>
84
86
  </file>
85
87
  <file name="planet-aggregator.ts" path="/Users/admin/Projects/uk/ief/src/lib/planet-aggregator.ts">
86
- <metrics statements="19" coveredstatements="19" conditionals="8" coveredconditionals="8" methods="2" coveredmethods="2"/>
88
+ <metrics statements="24" coveredstatements="24" conditionals="6" coveredconditionals="6" methods="4" coveredmethods="4"/>
87
89
  <line num="1" count="2" type="stmt"/>
88
- <line num="10" count="2" type="stmt"/>
89
- <line num="15" count="2" type="stmt"/>
90
- <line num="19" count="18" type="cond" truecount="1" falsecount="0"/>
91
- <line num="23" count="2" type="stmt"/>
92
- <line num="28" count="16" type="stmt"/>
93
- <line num="29" count="16" type="stmt"/>
94
- <line num="31" count="16" type="stmt"/>
95
- <line num="32" count="22" type="stmt"/>
96
- <line num="33" count="28" type="cond" truecount="1" falsecount="0"/>
97
- <line num="34" count="2" type="stmt"/>
98
- <line num="39" count="26" type="stmt"/>
99
- <line num="40" count="26" type="stmt"/>
100
- <line num="41" count="26" type="cond" truecount="2" falsecount="0"/>
101
- <line num="42" count="26" type="stmt"/>
102
- <line num="44" count="26" type="cond" truecount="1" falsecount="0"/>
103
- <line num="45" count="16" type="cond" truecount="1" falsecount="0"/>
104
- <line num="46" count="13" type="stmt"/>
105
- <line num="51" count="20" type="stmt"/>
90
+ <line num="2" count="2" type="stmt"/>
91
+ <line num="4" count="2" type="stmt"/>
92
+ <line num="11" count="2" type="stmt"/>
93
+ <line num="12" count="2" type="stmt"/>
94
+ <line num="18" count="2" type="stmt"/>
95
+ <line num="22" count="6" type="stmt"/>
96
+ <line num="23" count="6" type="stmt"/>
97
+ <line num="25" count="6" type="cond" truecount="1" falsecount="0"/>
98
+ <line num="26" count="1" type="stmt"/>
99
+ <line num="35" count="2" type="stmt"/>
100
+ <line num="39" count="6" type="stmt"/>
101
+ <line num="41" count="6" type="stmt"/>
102
+ <line num="43" count="5" type="stmt"/>
103
+ <line num="44" count="9" type="stmt"/>
104
+ <line num="45" count="9" type="cond" truecount="1" falsecount="0"/>
105
+ <line num="46" count="1" type="stmt"/>
106
+ <line num="49" count="8" type="stmt"/>
107
+ <line num="50" count="8" type="cond" truecount="2" falsecount="0"/>
108
+ <line num="51" count="8" type="stmt"/>
109
+ <line num="54" count="8" type="cond" truecount="1" falsecount="0"/>
110
+ <line num="55" count="4" type="cond" truecount="1" falsecount="0"/>
111
+ <line num="56" count="1" type="stmt"/>
112
+ <line num="61" count="8" type="stmt"/>
106
113
  </file>
107
114
  <file name="supercomputer.ts" path="/Users/admin/Projects/uk/ief/src/lib/supercomputer.ts">
108
- <metrics statements="69" coveredstatements="69" conditionals="24" coveredconditionals="24" methods="10" coveredmethods="10"/>
115
+ <metrics statements="42" coveredstatements="42" conditionals="11" coveredconditionals="11" methods="7" coveredmethods="7"/>
109
116
  <line num="2" count="1" type="stmt"/>
110
117
  <line num="3" count="1" type="stmt"/>
111
118
  <line num="5" count="1" type="stmt"/>
112
119
  <line num="7" count="1" type="stmt"/>
120
+ <line num="12" count="1" type="stmt"/>
113
121
  <line num="14" count="1" type="stmt"/>
114
- <line num="16" count="1" type="stmt"/>
115
- <line num="21" count="1" type="stmt"/>
116
- <line num="22" count="11" type="stmt"/>
117
- <line num="25" count="11" type="stmt"/>
118
- <line num="26" count="11" type="stmt"/>
119
- <line num="29" count="11" type="stmt"/>
120
- <line num="30" count="11" type="stmt"/>
121
- <line num="37" count="4" type="cond" truecount="1" falsecount="0"/>
122
- <line num="38" count="1" type="stmt"/>
123
- <line num="41" count="3" type="stmt"/>
124
- <line num="43" count="3" type="stmt"/>
125
- <line num="44" count="7" type="stmt"/>
126
- <line num="46" count="7" type="stmt"/>
127
- <line num="47" count="7" type="cond" truecount="2" falsecount="0"/>
128
- <line num="48" count="7" type="stmt"/>
129
- <line num="50" count="7" type="cond" truecount="1" falsecount="0"/>
130
- <line num="51" count="3" type="cond" truecount="1" falsecount="0"/>
131
- <line num="52" count="2" type="stmt"/>
132
- <line num="57" count="7" type="stmt"/>
133
- <line num="65" count="32" type="cond" truecount="1" falsecount="0"/>
134
- <line num="66" count="1" type="stmt"/>
135
- <line num="69" count="31" type="stmt"/>
136
- <line num="70" count="31" type="stmt"/>
137
- <line num="71" count="34" type="stmt"/>
138
- <line num="76" count="34" type="stmt"/>
139
- <line num="79" count="31" type="stmt"/>
140
- <line num="90" count="16" type="stmt"/>
141
- <line num="91" count="16" type="stmt"/>
142
- <line num="93" count="22" type="stmt"/>
143
- <line num="110" count="19" type="stmt"/>
144
- <line num="112" count="19" type="cond" truecount="1" falsecount="0"/>
145
- <line num="113" count="11" type="stmt"/>
146
- <line num="119" count="19" type="stmt"/>
147
- <line num="121" count="19" type="cond" truecount="1" falsecount="0"/>
148
- <line num="122" count="2" type="stmt"/>
149
- <line num="125" count="17" type="cond" truecount="1" falsecount="0"/>
150
- <line num="126" count="1" type="stmt"/>
151
- <line num="129" count="16" type="stmt"/>
152
- <line num="131" count="16" type="cond" truecount="2" falsecount="0"/>
153
- <line num="135" count="16" type="cond" truecount="2" falsecount="0"/>
154
- <line num="137" count="16" type="stmt"/>
155
- <line num="143" count="16" type="stmt"/>
156
- <line num="145" count="16" type="stmt"/>
157
- <line num="146" count="36" type="cond" truecount="2" falsecount="0"/>
158
- <line num="147" count="36" type="stmt"/>
159
- <line num="152" count="35" type="stmt"/>
160
- <line num="155" count="15" type="stmt"/>
161
- <line num="160" count="15" type="cond" truecount="1" falsecount="0"/>
162
- <line num="161" count="13" type="stmt"/>
163
- <line num="166" count="12" type="stmt"/>
164
- <line num="168" count="12" type="cond" truecount="2" falsecount="0"/>
165
- <line num="169" count="8" type="stmt"/>
166
- <line num="173" count="4" type="stmt"/>
167
- <line num="178" count="14" type="cond" truecount="2" falsecount="0"/>
168
- <line num="179" count="8" type="stmt"/>
169
- <line num="183" count="6" type="stmt"/>
170
- <line num="186" count="14" type="stmt"/>
171
- <line num="193" count="11" type="cond" truecount="2" falsecount="0"/>
172
- <line num="194" count="11" type="stmt"/>
173
- <line num="195" count="11" type="cond" truecount="2" falsecount="0"/>
174
- <line num="198" count="11" type="stmt"/>
175
- <line num="200" count="11" type="stmt"/>
176
- <line num="201" count="19" type="stmt"/>
177
- <line num="207" count="8" type="stmt"/>
122
+ <line num="19" count="1" type="stmt"/>
123
+ <line num="23" count="7" type="stmt"/>
124
+ <line num="26" count="7" type="stmt"/>
125
+ <line num="27" count="7" type="stmt"/>
126
+ <line num="34" count="7" type="stmt"/>
127
+ <line num="36" count="7" type="stmt"/>
128
+ <line num="43" count="7" type="stmt"/>
129
+ <line num="45" count="14" type="stmt"/>
130
+ <line num="61" count="8" type="cond" truecount="1" falsecount="0"/>
131
+ <line num="62" count="6" type="stmt"/>
132
+ <line num="65" count="8" type="stmt"/>
133
+ <line num="67" count="8" type="cond" truecount="1" falsecount="0"/>
134
+ <line num="68" count="2" type="stmt"/>
135
+ <line num="71" count="8" type="cond" truecount="1" falsecount="0"/>
136
+ <line num="72" count="1" type="stmt"/>
137
+ <line num="75" count="7" type="stmt"/>
138
+ <line num="76" count="7" type="stmt"/>
139
+ <line num="78" count="7" type="stmt"/>
140
+ <line num="79" count="7" type="stmt"/>
141
+ <line num="83" count="7" type="stmt"/>
142
+ <line num="85" count="7" type="stmt"/>
143
+ <line num="86" count="7" type="cond" truecount="2" falsecount="0"/>
144
+ <line num="87" count="7" type="stmt"/>
145
+ <line num="92" count="7" type="stmt"/>
146
+ <line num="95" count="7" type="stmt"/>
147
+ <line num="96" count="7" type="stmt"/>
148
+ <line num="99" count="7" type="cond" truecount="1" falsecount="0"/>
149
+ <line num="100" count="2" type="cond" truecount="1" falsecount="0"/>
150
+ <line num="104" count="2" type="stmt"/>
151
+ <line num="109" count="2" type="stmt"/>
152
+ <line num="113" count="7" type="stmt"/>
153
+ <line num="120" count="8" type="cond" truecount="2" falsecount="0"/>
154
+ <line num="121" count="8" type="stmt"/>
155
+ <line num="123" count="8" type="stmt"/>
156
+ <line num="124" count="8" type="stmt"/>
157
+ <line num="127" count="7" type="stmt"/>
178
158
  </file>
179
159
  </package>
180
160
  <package name="models">
181
- <metrics statements="127" coveredstatements="127" conditionals="31" coveredconditionals="31" methods="22" coveredmethods="22"/>
161
+ <metrics statements="130" coveredstatements="130" conditionals="32" coveredconditionals="32" methods="22" coveredmethods="22"/>
182
162
  <file name="index.ts" path="/Users/admin/Projects/uk/ief/src/models/index.ts">
183
163
  <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
184
- <line num="1" count="17" type="stmt"/>
164
+ <line num="1" count="21" type="stmt"/>
185
165
  </file>
186
166
  <file name="time-sync.ts" path="/Users/admin/Projects/uk/ief/src/models/time-sync.ts">
187
- <metrics statements="126" coveredstatements="126" conditionals="31" coveredconditionals="31" methods="21" coveredmethods="21"/>
167
+ <metrics statements="129" coveredstatements="129" conditionals="32" coveredconditionals="32" methods="21" coveredmethods="21"/>
188
168
  <line num="1" count="2" type="stmt"/>
189
169
  <line num="2" count="2" type="stmt"/>
190
170
  <line num="4" count="2" type="stmt"/>
@@ -194,123 +174,126 @@
194
174
  <line num="16" count="2" type="stmt"/>
195
175
  <line num="22" count="2" type="stmt"/>
196
176
  <line num="24" count="2" type="stmt"/>
197
- <line num="28" count="14" type="stmt"/>
198
- <line num="34" count="12" type="stmt"/>
199
- <line num="35" count="12" type="stmt"/>
200
- <line num="36" count="12" type="stmt"/>
201
- <line num="37" count="12" type="stmt"/>
202
- <line num="39" count="12" type="stmt"/>
203
- <line num="46" count="10" type="cond" truecount="3" falsecount="0"/>
177
+ <line num="28" count="18" type="stmt"/>
178
+ <line num="34" count="16" type="stmt"/>
179
+ <line num="35" count="16" type="stmt"/>
180
+ <line num="36" count="16" type="stmt"/>
181
+ <line num="37" count="16" type="stmt"/>
182
+ <line num="39" count="16" type="stmt"/>
183
+ <line num="46" count="14" type="cond" truecount="3" falsecount="0"/>
204
184
  <line num="47" count="2" type="stmt"/>
205
- <line num="50" count="8" type="cond" truecount="1" falsecount="0"/>
185
+ <line num="50" count="12" type="cond" truecount="1" falsecount="0"/>
206
186
  <line num="51" count="1" type="stmt"/>
207
- <line num="54" count="7" type="cond" truecount="1" falsecount="0"/>
187
+ <line num="54" count="11" type="cond" truecount="1" falsecount="0"/>
208
188
  <line num="55" count="1" type="stmt"/>
209
- <line num="62" count="14" type="stmt"/>
210
- <line num="63" count="50" type="stmt"/>
211
- <line num="68" count="14" type="stmt"/>
212
- <line num="69" count="86" type="stmt"/>
213
- <line num="71" count="86" type="stmt"/>
214
- <line num="78" count="86" type="stmt"/>
215
- <line num="80" count="86" type="stmt"/>
216
- <line num="81" count="366" type="stmt"/>
217
- <line num="83" count="366" type="cond" truecount="1" falsecount="0"/>
218
- <line num="84" count="86" type="stmt"/>
219
- <line num="85" count="86" type="stmt"/>
220
- <line num="87" count="86" type="stmt"/>
221
- <line num="91" count="280" type="cond" truecount="1" falsecount="0"/>
222
- <line num="92" count="86" type="stmt"/>
223
- <line num="94" count="86" type="stmt"/>
224
- <line num="97" count="194" type="stmt"/>
225
- <line num="102" count="194" type="stmt"/>
226
- <line num="110" count="56" type="stmt"/>
227
- <line num="112" count="56" type="stmt"/>
228
- <line num="113" count="221" type="cond" truecount="1" falsecount="0"/>
229
- <line num="114" count="56" type="stmt"/>
230
- <line num="116" count="56" type="stmt"/>
231
- <line num="120" count="165" type="cond" truecount="1" falsecount="0"/>
232
- <line num="121" count="56" type="stmt"/>
233
- <line num="123" count="56" type="stmt"/>
234
- <line num="126" count="109" type="cond" truecount="1" falsecount="0"/>
189
+ <line num="62" count="18" type="stmt"/>
190
+ <line num="63" count="74" type="stmt"/>
191
+ <line num="68" count="18" type="stmt"/>
192
+ <line num="69" count="126" type="stmt"/>
193
+ <line num="71" count="126" type="stmt"/>
194
+ <line num="78" count="126" type="stmt"/>
195
+ <line num="80" count="126" type="stmt"/>
196
+ <line num="81" count="528" type="stmt"/>
197
+ <line num="83" count="528" type="cond" truecount="1" falsecount="0"/>
198
+ <line num="84" count="126" type="stmt"/>
199
+ <line num="85" count="126" type="stmt"/>
200
+ <line num="87" count="126" type="stmt"/>
201
+ <line num="91" count="402" type="cond" truecount="1" falsecount="0"/>
202
+ <line num="92" count="126" type="stmt"/>
203
+ <line num="94" count="126" type="stmt"/>
204
+ <line num="97" count="276" type="stmt"/>
205
+ <line num="102" count="276" type="stmt"/>
206
+ <line num="110" count="64" type="stmt"/>
207
+ <line num="112" count="64" type="stmt"/>
208
+ <line num="113" count="245" type="cond" truecount="1" falsecount="0"/>
209
+ <line num="114" count="64" type="stmt"/>
210
+ <line num="116" count="64" type="stmt"/>
211
+ <line num="120" count="181" type="cond" truecount="1" falsecount="0"/>
212
+ <line num="121" count="64" type="stmt"/>
213
+ <line num="123" count="64" type="stmt"/>
214
+ <line num="126" count="117" type="cond" truecount="1" falsecount="0"/>
235
215
  <line num="127" count="25" type="stmt"/>
236
216
  <line num="129" count="25" type="stmt"/>
237
- <line num="132" count="84" type="stmt"/>
238
- <line num="134" count="84" type="cond" truecount="3" falsecount="0"/>
239
- <line num="135" count="81" type="stmt"/>
240
- <line num="137" count="81" type="stmt"/>
241
- <line num="140" count="3" type="stmt"/>
242
- <line num="142" count="3" type="stmt"/>
243
- <line num="151" count="6" type="stmt"/>
244
- <line num="153" count="6" type="stmt"/>
245
- <line num="156" count="6" type="stmt"/>
246
- <line num="160" count="6" type="stmt"/>
247
- <line num="170" count="14" type="stmt"/>
248
- <line num="171" count="63" type="stmt"/>
249
- <line num="172" count="63" type="stmt"/>
250
- <line num="174" count="63" type="stmt"/>
251
- <line num="175" count="306" type="stmt"/>
252
- <line num="176" count="306" type="cond" truecount="2" falsecount="0"/>
253
- <line num="178" count="306" type="cond" truecount="1" falsecount="0"/>
254
- <line num="179" count="63" type="stmt"/>
255
- <line num="181" count="63" type="stmt"/>
256
- <line num="184" count="243" type="cond" truecount="1" falsecount="0"/>
257
- <line num="185" count="116" type="stmt"/>
258
- <line num="187" count="116" type="stmt"/>
259
- <line num="194" count="127" type="cond" truecount="1" falsecount="0"/>
260
- <line num="198" count="8" type="stmt"/>
261
- <line num="200" count="8" type="stmt"/>
262
- <line num="203" count="119" type="stmt"/>
263
- <line num="206" count="63" type="stmt"/>
264
- <line num="214" count="4" type="stmt"/>
265
- <line num="215" count="63" type="stmt"/>
266
- <line num="216" count="63" type="stmt"/>
267
- <line num="217" count="63" type="stmt"/>
268
- <line num="219" count="63" type="stmt"/>
269
- <line num="222" count="63" type="cond" truecount="1" falsecount="0"/>
270
- <line num="223" count="47" type="stmt"/>
271
- <line num="226" count="63" type="stmt"/>
272
- <line num="234" count="6" type="stmt"/>
273
- <line num="235" count="6" type="stmt"/>
274
- <line num="237" count="6" type="cond" truecount="1" falsecount="0"/>
275
- <line num="238" count="3" type="stmt"/>
217
+ <line num="132" count="92" type="stmt"/>
218
+ <line num="134" count="92" type="cond" truecount="3" falsecount="0"/>
219
+ <line num="135" count="85" type="stmt"/>
220
+ <line num="137" count="85" type="stmt"/>
221
+ <line num="140" count="7" type="stmt"/>
222
+ <line num="142" count="7" type="stmt"/>
223
+ <line num="151" count="10" type="stmt"/>
224
+ <line num="153" count="10" type="stmt"/>
225
+ <line num="156" count="10" type="stmt"/>
226
+ <line num="160" count="10" type="stmt"/>
227
+ <line num="170" count="18" type="stmt"/>
228
+ <line num="171" count="99" type="stmt"/>
229
+ <line num="172" count="99" type="stmt"/>
230
+ <line num="174" count="99" type="stmt"/>
231
+ <line num="175" count="432" type="stmt"/>
232
+ <line num="176" count="432" type="cond" truecount="2" falsecount="0"/>
233
+ <line num="178" count="432" type="cond" truecount="1" falsecount="0"/>
234
+ <line num="179" count="99" type="stmt"/>
235
+ <line num="181" count="99" type="stmt"/>
236
+ <line num="184" count="333" type="cond" truecount="1" falsecount="0"/>
237
+ <line num="185" count="168" type="stmt"/>
238
+ <line num="187" count="168" type="stmt"/>
239
+ <line num="190" count="165" type="cond" truecount="1" falsecount="0"/>
240
+ <line num="191" count="27" type="stmt"/>
241
+ <line num="193" count="27" type="stmt"/>
242
+ <line num="200" count="138" type="cond" truecount="1" falsecount="0"/>
243
+ <line num="204" count="10" type="stmt"/>
244
+ <line num="206" count="10" type="stmt"/>
245
+ <line num="209" count="128" type="stmt"/>
246
+ <line num="212" count="99" type="stmt"/>
247
+ <line num="220" count="8" type="stmt"/>
248
+ <line num="221" count="99" type="stmt"/>
249
+ <line num="222" count="99" type="stmt"/>
250
+ <line num="223" count="99" type="stmt"/>
251
+ <line num="225" count="99" type="stmt"/>
252
+ <line num="228" count="99" type="cond" truecount="1" falsecount="0"/>
253
+ <line num="229" count="67" type="stmt"/>
254
+ <line num="232" count="99" type="stmt"/>
255
+ <line num="240" count="10" type="stmt"/>
256
+ <line num="241" count="10" type="stmt"/>
257
+ <line num="243" count="10" type="cond" truecount="1" falsecount="0"/>
276
258
  <line num="244" count="3" type="stmt"/>
277
- <line num="245" count="20" type="stmt"/>
278
- <line num="251" count="6" type="stmt"/>
279
- <line num="253" count="6" type="cond" truecount="1" falsecount="0"/>
280
- <line num="254" count="3" type="stmt"/>
281
- <line num="255" count="3" type="stmt"/>
282
- <line num="260" count="3" type="stmt"/>
283
- <line num="261" count="33" type="stmt"/>
284
- <line num="267" count="6" type="stmt"/>
285
- <line num="274" count="42" type="stmt"/>
286
- <line num="275" count="411" type="stmt"/>
287
- <line num="277" count="411" type="cond" truecount="1" falsecount="0"/>
288
- <line num="281" count="411" type="stmt"/>
289
- <line num="284" count="411" type="stmt"/>
290
- <line num="292" count="10" type="stmt"/>
291
- <line num="294" count="6" type="stmt"/>
292
- <line num="295" count="6" type="stmt"/>
293
- <line num="297" count="6" type="stmt"/>
294
- <line num="298" count="44" type="stmt"/>
295
- <line num="301" count="44" type="cond" truecount="1" falsecount="0"/>
296
- <line num="302" count="38" type="stmt"/>
297
- <line num="303" count="38" type="stmt"/>
298
- <line num="306" count="38" type="cond" truecount="1" falsecount="0"/>
299
- <line num="311" count="2" type="stmt"/>
300
- <line num="314" count="36" type="stmt"/>
301
- <line num="319" count="36" type="stmt"/>
302
- <line num="322" count="36" type="cond" truecount="1" falsecount="0"/>
303
- <line num="323" count="1" type="stmt"/>
304
- <line num="324" count="1" type="stmt"/>
305
- <line num="328" count="3" type="stmt"/>
306
- <line num="333" count="3" type="stmt"/>
307
- <line num="339" count="42" type="stmt"/>
308
- <line num="340" count="86" type="stmt"/>
309
- <line num="342" count="86" type="stmt"/>
310
- <line num="345" count="42" type="stmt"/>
311
- <line num="348" count="4" type="stmt"/>
312
- <line num="349" count="59" type="stmt"/>
313
- <line num="354" count="4" type="stmt"/>
259
+ <line num="250" count="3" type="stmt"/>
260
+ <line num="251" count="20" type="stmt"/>
261
+ <line num="257" count="10" type="stmt"/>
262
+ <line num="259" count="10" type="cond" truecount="1" falsecount="0"/>
263
+ <line num="260" count="5" type="stmt"/>
264
+ <line num="261" count="5" type="stmt"/>
265
+ <line num="266" count="5" type="stmt"/>
266
+ <line num="267" count="37" type="stmt"/>
267
+ <line num="273" count="10" type="stmt"/>
268
+ <line num="280" count="58" type="stmt"/>
269
+ <line num="281" count="510" type="stmt"/>
270
+ <line num="283" count="510" type="cond" truecount="1" falsecount="0"/>
271
+ <line num="287" count="502" type="stmt"/>
272
+ <line num="290" count="510" type="stmt"/>
273
+ <line num="298" count="14" type="stmt"/>
274
+ <line num="300" count="10" type="stmt"/>
275
+ <line num="301" count="10" type="stmt"/>
276
+ <line num="303" count="10" type="stmt"/>
277
+ <line num="304" count="60" type="stmt"/>
278
+ <line num="307" count="60" type="cond" truecount="1" falsecount="0"/>
279
+ <line num="308" count="50" type="stmt"/>
280
+ <line num="309" count="50" type="stmt"/>
281
+ <line num="312" count="50" type="cond" truecount="1" falsecount="0"/>
282
+ <line num="317" count="2" type="stmt"/>
283
+ <line num="320" count="48" type="stmt"/>
284
+ <line num="325" count="48" type="stmt"/>
285
+ <line num="328" count="48" type="cond" truecount="1" falsecount="0"/>
286
+ <line num="329" count="3" type="stmt"/>
287
+ <line num="330" count="3" type="stmt"/>
288
+ <line num="334" count="7" type="stmt"/>
289
+ <line num="339" count="7" type="stmt"/>
290
+ <line num="345" count="58" type="stmt"/>
291
+ <line num="346" count="126" type="stmt"/>
292
+ <line num="348" count="126" type="stmt"/>
293
+ <line num="351" count="58" type="stmt"/>
294
+ <line num="354" count="8" type="stmt"/>
295
+ <line num="355" count="91" type="stmt"/>
296
+ <line num="358" count="8" type="stmt"/>
314
297
  </file>
315
298
  </package>
316
299
  <package name="util">
@@ -357,34 +340,34 @@
357
340
  </file>
358
341
  <file name="units-dealer.ts" path="/Users/admin/Projects/uk/ief/src/util/units-dealer.ts">
359
342
  <metrics statements="13" coveredstatements="13" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
360
- <line num="1" count="3" type="stmt"/>
361
- <line num="3" count="3" type="stmt"/>
362
- <line num="4" count="3" type="stmt"/>
363
- <line num="8" count="3" type="stmt"/>
364
- <line num="13" count="3" type="stmt"/>
365
- <line num="14" count="16" type="stmt"/>
343
+ <line num="1" count="5" type="stmt"/>
344
+ <line num="3" count="5" type="stmt"/>
345
+ <line num="4" count="5" type="stmt"/>
346
+ <line num="8" count="5" type="stmt"/>
347
+ <line num="13" count="5" type="stmt"/>
348
+ <line num="14" count="26" type="stmt"/>
366
349
  <line num="17" count="1" type="stmt"/>
367
- <line num="23" count="3" type="stmt"/>
368
- <line num="24" count="16" type="stmt"/>
369
- <line num="26" count="15" type="stmt"/>
370
- <line num="31" count="758" type="cond" truecount="1" falsecount="0"/>
371
- <line num="32" count="757" type="stmt"/>
350
+ <line num="23" count="5" type="stmt"/>
351
+ <line num="24" count="26" type="stmt"/>
352
+ <line num="26" count="25" type="stmt"/>
353
+ <line num="31" count="1064" type="cond" truecount="1" falsecount="0"/>
354
+ <line num="32" count="1063" type="stmt"/>
372
355
  <line num="35" count="1" type="stmt"/>
373
356
  </file>
374
357
  <file name="yaml.ts" path="/Users/admin/Projects/uk/ief/src/util/yaml.ts">
375
358
  <metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
376
- <line num="1" count="4" type="stmt"/>
377
- <line num="2" count="4" type="stmt"/>
378
- <line num="4" count="4" type="stmt"/>
379
- <line num="9" count="4" type="stmt"/>
380
- <line num="10" count="13" type="stmt"/>
381
- <line num="12" count="13" type="stmt"/>
382
- <line num="18" count="4" type="stmt"/>
359
+ <line num="1" count="6" type="stmt"/>
360
+ <line num="2" count="6" type="stmt"/>
361
+ <line num="4" count="6" type="stmt"/>
362
+ <line num="9" count="6" type="stmt"/>
363
+ <line num="10" count="23" type="stmt"/>
364
+ <line num="12" count="23" type="stmt"/>
365
+ <line num="18" count="6" type="stmt"/>
383
366
  <line num="19" count="2" type="stmt"/>
384
367
  <line num="20" count="2" type="stmt"/>
385
368
  <line num="21" count="2" type="stmt"/>
386
369
  <line num="23" count="2" type="stmt"/>
387
- <line num="29" count="4" type="stmt"/>
370
+ <line num="29" count="6" type="stmt"/>
388
371
  <line num="30" count="6" type="stmt"/>
389
372
  <line num="31" count="6" type="stmt"/>
390
373
  <line num="32" count="6" type="stmt"/>