@featurevisor/sdk 0.47.6 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintcache +1 -1
- package/CHANGELOG.md +16 -0
- package/coverage/clover.xml +183 -183
- package/coverage/coverage-final.json +8 -8
- package/coverage/lcov-report/bucket.ts.html +4 -4
- package/coverage/lcov-report/conditions.ts.html +11 -11
- package/coverage/lcov-report/datafileReader.ts.html +16 -16
- package/coverage/lcov-report/emitter.ts.html +11 -11
- package/coverage/lcov-report/feature.ts.html +7 -7
- package/coverage/lcov-report/index.html +19 -19
- package/coverage/lcov-report/instance.ts.html +129 -129
- package/coverage/lcov-report/logger.ts.html +13 -13
- package/coverage/lcov-report/segments.ts.html +15 -15
- package/coverage/lcov.info +290 -290
- package/dist/index.js.gz +0 -0
- package/package.json +3 -3
- package/src/instance.spec.ts +97 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="595" coveredstatements="
|
|
2
|
+
<coverage generated="1695664336761" clover="3.2.0">
|
|
3
|
+
<project timestamp="1695664336761" name="All files">
|
|
4
|
+
<metrics statements="595" coveredstatements="549" conditionals="328" coveredconditionals="279" methods="98" coveredmethods="93" elements="1021" coveredelements="921" complexity="0" loc="595" ncloc="595" packages="1" files="8" classes="8"/>
|
|
5
5
|
<file name="bucket.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/bucket.ts">
|
|
6
6
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
7
7
|
<line num="1" count="2" type="stmt"/>
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
<line num="4" count="2" type="stmt"/>
|
|
10
10
|
<line num="6" count="2" type="stmt"/>
|
|
11
11
|
<line num="8" count="2" type="stmt"/>
|
|
12
|
-
<line num="9" count="
|
|
13
|
-
<line num="10" count="
|
|
14
|
-
<line num="12" count="
|
|
12
|
+
<line num="9" count="92" type="stmt"/>
|
|
13
|
+
<line num="10" count="92" type="stmt"/>
|
|
14
|
+
<line num="12" count="92" type="stmt"/>
|
|
15
15
|
</file>
|
|
16
16
|
<file name="conditions.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/conditions.ts">
|
|
17
17
|
<metrics statements="64" coveredstatements="62" conditionals="65" coveredconditionals="64" methods="6" coveredmethods="6"/>
|
|
18
18
|
<line num="1" count="3" type="stmt"/>
|
|
19
19
|
<line num="5" count="3" type="stmt"/>
|
|
20
|
-
<line num="6" count="
|
|
21
|
-
<line num="8" count="
|
|
22
|
-
<line num="9" count="
|
|
20
|
+
<line num="6" count="318" type="stmt"/>
|
|
21
|
+
<line num="8" count="318" type="cond" truecount="2" falsecount="0"/>
|
|
22
|
+
<line num="9" count="263" type="stmt"/>
|
|
23
23
|
<line num="10" count="55" type="cond" truecount="2" falsecount="0"/>
|
|
24
24
|
<line num="11" count="2" type="stmt"/>
|
|
25
25
|
<line num="12" count="53" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -67,66 +67,66 @@
|
|
|
67
67
|
<line num="68" count="4" type="stmt"/>
|
|
68
68
|
<line num="72" count="0" type="stmt"/>
|
|
69
69
|
<line num="75" count="3" type="stmt"/>
|
|
70
|
-
<line num="79" count="
|
|
71
|
-
<line num="80" count="
|
|
72
|
-
<line num="83" count="
|
|
70
|
+
<line num="79" count="649" type="cond" truecount="1" falsecount="0"/>
|
|
71
|
+
<line num="80" count="318" type="stmt"/>
|
|
72
|
+
<line num="83" count="331" type="cond" truecount="3" falsecount="0"/>
|
|
73
73
|
<line num="84" count="37" type="stmt"/>
|
|
74
|
-
<line num="87" count="
|
|
74
|
+
<line num="87" count="308" type="cond" truecount="3" falsecount="0"/>
|
|
75
75
|
<line num="88" count="23" type="stmt"/>
|
|
76
|
-
<line num="91" count="
|
|
76
|
+
<line num="91" count="294" type="cond" truecount="3" falsecount="0"/>
|
|
77
77
|
<line num="92" count="6" type="stmt"/>
|
|
78
78
|
<line num="94" count="9" type="stmt"/>
|
|
79
|
-
<line num="103" count="
|
|
80
|
-
<line num="104" count="
|
|
79
|
+
<line num="103" count="288" type="cond" truecount="1" falsecount="0"/>
|
|
80
|
+
<line num="104" count="291" type="stmt"/>
|
|
81
81
|
<line num="107" count="0" type="stmt"/>
|
|
82
82
|
</file>
|
|
83
83
|
<file name="datafileReader.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/datafileReader.ts">
|
|
84
84
|
<metrics statements="24" coveredstatements="23" conditionals="5" coveredconditionals="5" methods="11" coveredmethods="11"/>
|
|
85
85
|
<line num="11" count="3" type="stmt"/>
|
|
86
|
-
<line num="12" count="
|
|
87
|
-
<line num="13" count="
|
|
88
|
-
<line num="14" count="
|
|
86
|
+
<line num="12" count="105" type="cond" truecount="3" falsecount="0"/>
|
|
87
|
+
<line num="13" count="5" type="stmt"/>
|
|
88
|
+
<line num="14" count="5" type="stmt"/>
|
|
89
89
|
<line num="16" count="0" type="stmt"/>
|
|
90
|
-
<line num="20" count="
|
|
90
|
+
<line num="20" count="105" type="stmt"/>
|
|
91
91
|
<line num="23" count="3" type="stmt"/>
|
|
92
|
-
<line num="31" count="
|
|
93
|
-
<line num="32" count="
|
|
94
|
-
<line num="33" count="
|
|
95
|
-
<line num="34" count="
|
|
96
|
-
<line num="35" count="
|
|
92
|
+
<line num="31" count="28" type="stmt"/>
|
|
93
|
+
<line num="32" count="28" type="stmt"/>
|
|
94
|
+
<line num="33" count="28" type="stmt"/>
|
|
95
|
+
<line num="34" count="28" type="stmt"/>
|
|
96
|
+
<line num="35" count="28" type="stmt"/>
|
|
97
97
|
<line num="39" count="2" type="stmt"/>
|
|
98
98
|
<line num="43" count="1" type="stmt"/>
|
|
99
99
|
<line num="47" count="2" type="stmt"/>
|
|
100
100
|
<line num="51" count="1" type="stmt"/>
|
|
101
|
-
<line num="55" count="
|
|
102
|
-
<line num="57" count="
|
|
101
|
+
<line num="55" count="266" type="stmt"/>
|
|
102
|
+
<line num="57" count="106" type="cond" truecount="1" falsecount="0"/>
|
|
103
103
|
<line num="58" count="1" type="stmt"/>
|
|
104
|
-
<line num="61" count="
|
|
105
|
-
<line num="65" count="
|
|
106
|
-
<line num="67" count="
|
|
104
|
+
<line num="61" count="105" type="stmt"/>
|
|
105
|
+
<line num="65" count="112" type="stmt"/>
|
|
106
|
+
<line num="67" count="102" type="cond" truecount="1" falsecount="0"/>
|
|
107
107
|
<line num="68" count="7" type="stmt"/>
|
|
108
|
-
<line num="71" count="
|
|
108
|
+
<line num="71" count="95" type="stmt"/>
|
|
109
109
|
</file>
|
|
110
110
|
<file name="emitter.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/emitter.ts">
|
|
111
111
|
<metrics statements="18" coveredstatements="18" conditionals="6" coveredconditionals="6" methods="7" coveredmethods="7"/>
|
|
112
112
|
<line num="7" count="2" type="stmt"/>
|
|
113
|
-
<line num="11" count="
|
|
114
|
-
<line num="15" count="
|
|
115
|
-
<line num="16" count="
|
|
116
|
-
<line num="19" count="
|
|
117
|
-
<line num="23" count="
|
|
113
|
+
<line num="11" count="29" type="stmt"/>
|
|
114
|
+
<line num="15" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
115
|
+
<line num="16" count="18" type="stmt"/>
|
|
116
|
+
<line num="19" count="22" type="stmt"/>
|
|
117
|
+
<line num="23" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
118
118
|
<line num="24" count="1" type="stmt"/>
|
|
119
|
-
<line num="27" count="
|
|
120
|
-
<line num="29" count="
|
|
121
|
-
<line num="30" count="
|
|
119
|
+
<line num="27" count="7" type="stmt"/>
|
|
120
|
+
<line num="29" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
121
|
+
<line num="30" count="7" type="stmt"/>
|
|
122
122
|
<line num="35" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
123
123
|
<line num="36" count="1" type="stmt"/>
|
|
124
124
|
<line num="38" count="1" type="stmt"/>
|
|
125
125
|
<line num="39" count="2" type="stmt"/>
|
|
126
|
-
<line num="45" count="
|
|
126
|
+
<line num="45" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
127
127
|
<line num="46" count="9" type="stmt"/>
|
|
128
|
-
<line num="49" count="
|
|
129
|
-
<line num="50" count="
|
|
128
|
+
<line num="49" count="6" type="stmt"/>
|
|
129
|
+
<line num="50" count="8" type="stmt"/>
|
|
130
130
|
</file>
|
|
131
131
|
<file name="feature.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/feature.ts">
|
|
132
132
|
<metrics statements="31" coveredstatements="28" conditionals="18" coveredconditionals="16" methods="7" coveredmethods="7"/>
|
|
@@ -139,10 +139,10 @@
|
|
|
139
139
|
<line num="14" count="34" type="stmt"/>
|
|
140
140
|
<line num="18" count="0" type="stmt"/>
|
|
141
141
|
<line num="21" count="1" type="stmt"/>
|
|
142
|
-
<line num="26" count="
|
|
143
|
-
<line num="27" count="
|
|
144
|
-
<line num="34" count="
|
|
145
|
-
<line num="37" count="
|
|
142
|
+
<line num="26" count="48" type="stmt"/>
|
|
143
|
+
<line num="27" count="67" type="cond" truecount="1" falsecount="0"/>
|
|
144
|
+
<line num="34" count="19" type="stmt"/>
|
|
145
|
+
<line num="37" count="48" type="stmt"/>
|
|
146
146
|
<line num="46" count="1" type="stmt"/>
|
|
147
147
|
<line num="54" count="34" type="stmt"/>
|
|
148
148
|
<line num="55" count="51" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
<line num="71" count="0" type="stmt"/>
|
|
154
154
|
<line num="74" count="34" type="stmt"/>
|
|
155
155
|
<line num="80" count="1" type="stmt"/>
|
|
156
|
-
<line num="85" count="
|
|
157
|
-
<line num="86" count="
|
|
156
|
+
<line num="85" count="92" type="cond" truecount="1" falsecount="0"/>
|
|
157
|
+
<line num="86" count="41" type="stmt"/>
|
|
158
158
|
<line num="89" count="51" type="stmt"/>
|
|
159
159
|
<line num="90" count="96" type="cond" truecount="1" falsecount="0"/>
|
|
160
160
|
<line num="91" count="91" type="stmt"/>
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
<line num="98" count="0" type="stmt"/>
|
|
164
164
|
</file>
|
|
165
165
|
<file name="instance.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/instance.ts">
|
|
166
|
-
<metrics statements="399" coveredstatements="
|
|
166
|
+
<metrics statements="399" coveredstatements="361" conditionals="209" coveredconditionals="163" methods="51" coveredmethods="46"/>
|
|
167
167
|
<line num="22" count="1" type="stmt"/>
|
|
168
168
|
<line num="23" count="1" type="stmt"/>
|
|
169
169
|
<line num="24" count="1" type="stmt"/>
|
|
@@ -187,8 +187,8 @@
|
|
|
187
187
|
<line num="91" count="1" type="stmt"/>
|
|
188
188
|
<line num="92" count="1" type="stmt"/>
|
|
189
189
|
<line num="93" count="1" type="stmt"/>
|
|
190
|
-
<line num="124" count="
|
|
191
|
-
<line num="125" count="
|
|
190
|
+
<line num="124" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
191
|
+
<line num="125" count="5" type="stmt"/>
|
|
192
192
|
<line num="128" count="0" type="stmt"/>
|
|
193
193
|
<line num="134" count="1" type="stmt"/>
|
|
194
194
|
<line num="135" count="9" type="stmt"/>
|
|
@@ -204,65 +204,65 @@
|
|
|
204
204
|
<line num="155" count="1" type="stmt"/>
|
|
205
205
|
<line num="158" count="0" type="stmt"/>
|
|
206
206
|
<line num="162" count="1" type="stmt"/>
|
|
207
|
-
<line num="190" count="
|
|
208
|
-
<line num="191" count="
|
|
209
|
-
<line num="192" count="
|
|
210
|
-
<line num="193" count="
|
|
211
|
-
<line num="194" count="
|
|
212
|
-
<line num="195" count="
|
|
213
|
-
<line num="196" count="
|
|
214
|
-
<line num="197" count="
|
|
215
|
-
<line num="198" count="
|
|
216
|
-
<line num="199" count="
|
|
217
|
-
<line num="202" count="
|
|
218
|
-
<line num="203" count="
|
|
219
|
-
<line num="209" count="
|
|
220
|
-
<line num="210" count="
|
|
221
|
-
<line num="213" count="
|
|
207
|
+
<line num="190" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
208
|
+
<line num="191" count="21" type="stmt"/>
|
|
209
|
+
<line num="192" count="21" type="stmt"/>
|
|
210
|
+
<line num="193" count="21" type="stmt"/>
|
|
211
|
+
<line num="194" count="21" type="stmt"/>
|
|
212
|
+
<line num="195" count="21" type="stmt"/>
|
|
213
|
+
<line num="196" count="21" type="stmt"/>
|
|
214
|
+
<line num="197" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
215
|
+
<line num="198" count="21" type="stmt"/>
|
|
216
|
+
<line num="199" count="21" type="stmt"/>
|
|
217
|
+
<line num="202" count="21" type="stmt"/>
|
|
218
|
+
<line num="203" count="21" type="stmt"/>
|
|
219
|
+
<line num="209" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
220
|
+
<line num="210" count="3" type="stmt"/>
|
|
221
|
+
<line num="213" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
222
222
|
<line num="214" count="1" type="stmt"/>
|
|
223
|
-
<line num="217" count="
|
|
223
|
+
<line num="217" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
224
224
|
<line num="218" count="1" type="stmt"/>
|
|
225
|
-
<line num="221" count="
|
|
225
|
+
<line num="221" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
226
226
|
<line num="222" count="1" type="stmt"/>
|
|
227
|
-
<line num="226" count="
|
|
228
|
-
<line num="227" count="
|
|
229
|
-
<line num="228" count="
|
|
230
|
-
<line num="230" count="
|
|
231
|
-
<line num="231" count="
|
|
232
|
-
<line num="232" count="
|
|
233
|
-
<line num="234" count="
|
|
234
|
-
<line num="237" count="
|
|
235
|
-
<line num="238" count="
|
|
236
|
-
<line num="240" count="
|
|
237
|
-
<line num="242" count="
|
|
238
|
-
<line num="244" count="
|
|
239
|
-
<line num="245" count="
|
|
240
|
-
<line num="247" count="
|
|
227
|
+
<line num="226" count="21" type="stmt"/>
|
|
228
|
+
<line num="227" count="21" type="stmt"/>
|
|
229
|
+
<line num="228" count="21" type="stmt"/>
|
|
230
|
+
<line num="230" count="21" type="stmt"/>
|
|
231
|
+
<line num="231" count="21" type="stmt"/>
|
|
232
|
+
<line num="232" count="21" type="stmt"/>
|
|
233
|
+
<line num="234" count="21" type="stmt"/>
|
|
234
|
+
<line num="237" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
235
|
+
<line num="238" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
236
|
+
<line num="240" count="4" type="stmt"/>
|
|
237
|
+
<line num="242" count="4" type="stmt"/>
|
|
238
|
+
<line num="244" count="4" type="stmt"/>
|
|
239
|
+
<line num="245" count="4" type="stmt"/>
|
|
240
|
+
<line num="247" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
241
241
|
<line num="248" count="1" type="stmt"/>
|
|
242
242
|
<line num="252" count="0" type="stmt"/>
|
|
243
|
-
<line num="254" count="
|
|
244
|
-
<line num="255" count="
|
|
245
|
-
<line num="256" count="
|
|
246
|
-
<line num="258" count="
|
|
243
|
+
<line num="254" count="17" type="cond" truecount="1" falsecount="1"/>
|
|
244
|
+
<line num="255" count="17" type="stmt"/>
|
|
245
|
+
<line num="256" count="17" type="stmt"/>
|
|
246
|
+
<line num="258" count="17" type="stmt"/>
|
|
247
247
|
<line num="259" count="8" type="stmt"/>
|
|
248
248
|
<line num="262" count="0" type="stmt"/>
|
|
249
|
-
<line num="269" count="
|
|
250
|
-
<line num="270" count="
|
|
249
|
+
<line num="269" count="2" type="stmt"/>
|
|
250
|
+
<line num="270" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
251
251
|
<line num="271" count="1" type="stmt"/>
|
|
252
|
-
<line num="274" count="
|
|
253
|
-
<line num="275" count="
|
|
254
|
-
<line num="277" count="
|
|
255
|
-
<line num="280" count="
|
|
256
|
-
<line num="285" count="
|
|
257
|
-
<line num="286" count="
|
|
252
|
+
<line num="274" count="1" type="stmt"/>
|
|
253
|
+
<line num="275" count="1" type="stmt"/>
|
|
254
|
+
<line num="277" count="1" type="stmt"/>
|
|
255
|
+
<line num="280" count="1" type="stmt"/>
|
|
256
|
+
<line num="285" count="26" type="stmt"/>
|
|
257
|
+
<line num="286" count="26" type="stmt"/>
|
|
258
258
|
<line num="290" count="0" type="stmt"/>
|
|
259
259
|
<line num="295" count="1" type="stmt"/>
|
|
260
260
|
<line num="299" count="1" type="stmt"/>
|
|
261
|
-
<line num="303" count="
|
|
262
|
-
<line num="312" count="
|
|
263
|
-
<line num="317" count="
|
|
264
|
-
<line num="318" count="
|
|
265
|
-
<line num="319" count="
|
|
261
|
+
<line num="303" count="100" type="cond" truecount="1" falsecount="1"/>
|
|
262
|
+
<line num="312" count="82" type="stmt"/>
|
|
263
|
+
<line num="317" count="82" type="cond" truecount="2" falsecount="0"/>
|
|
264
|
+
<line num="318" count="75" type="stmt"/>
|
|
265
|
+
<line num="319" count="75" type="stmt"/>
|
|
266
266
|
<line num="320" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
267
267
|
<line num="321" count="2" type="stmt"/>
|
|
268
268
|
<line num="322" count="2" type="stmt"/>
|
|
@@ -271,26 +271,26 @@
|
|
|
271
271
|
<line num="325" count="5" type="stmt"/>
|
|
272
272
|
<line num="327" count="0" type="stmt"/>
|
|
273
273
|
<line num="329" count="0" type="stmt"/>
|
|
274
|
-
<line num="332" count="
|
|
275
|
-
<line num="334" count="
|
|
276
|
-
<line num="335" count="
|
|
277
|
-
<line num="337" count="
|
|
274
|
+
<line num="332" count="82" type="stmt"/>
|
|
275
|
+
<line num="334" count="82" type="stmt"/>
|
|
276
|
+
<line num="335" count="89" type="stmt"/>
|
|
277
|
+
<line num="337" count="89" type="cond" truecount="1" falsecount="0"/>
|
|
278
278
|
<line num="338" count="12" type="stmt"/>
|
|
279
|
-
<line num="341" count="
|
|
280
|
-
<line num="342" count="
|
|
279
|
+
<line num="341" count="77" type="cond" truecount="4" falsecount="0"/>
|
|
280
|
+
<line num="342" count="69" type="stmt"/>
|
|
281
281
|
<line num="345" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
282
282
|
<line num="346" count="5" type="stmt"/>
|
|
283
|
-
<line num="351" count="
|
|
284
|
-
<line num="353" count="
|
|
285
|
-
<line num="355" count="
|
|
283
|
+
<line num="351" count="82" type="stmt"/>
|
|
284
|
+
<line num="353" count="82" type="stmt"/>
|
|
285
|
+
<line num="355" count="82" type="cond" truecount="1" falsecount="0"/>
|
|
286
286
|
<line num="356" count="10" type="stmt"/>
|
|
287
|
-
<line num="359" count="
|
|
288
|
-
<line num="363" count="
|
|
289
|
-
<line num="365" count="
|
|
290
|
-
<line num="367" count="
|
|
287
|
+
<line num="359" count="72" type="stmt"/>
|
|
288
|
+
<line num="363" count="82" type="stmt"/>
|
|
289
|
+
<line num="365" count="82" type="stmt"/>
|
|
290
|
+
<line num="367" count="82" type="cond" truecount="1" falsecount="0"/>
|
|
291
291
|
<line num="368" count="2" type="stmt"/>
|
|
292
|
-
<line num="371" count="
|
|
293
|
-
<line num="378" count="
|
|
292
|
+
<line num="371" count="80" type="stmt"/>
|
|
293
|
+
<line num="378" count="5" type="stmt"/>
|
|
294
294
|
<line num="385" count="1" type="stmt"/>
|
|
295
295
|
<line num="387" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
296
296
|
<line num="388" count="0" type="stmt"/>
|
|
@@ -320,30 +320,30 @@
|
|
|
320
320
|
<line num="439" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
321
321
|
<line num="440" count="0" type="stmt"/>
|
|
322
322
|
<line num="443" count="1" type="stmt"/>
|
|
323
|
-
<line num="452" count="
|
|
324
|
-
<line num="453" count="
|
|
325
|
-
<line num="456" count="
|
|
323
|
+
<line num="452" count="65" type="stmt"/>
|
|
324
|
+
<line num="453" count="65" type="cond" truecount="1" falsecount="1"/>
|
|
325
|
+
<line num="456" count="65" type="cond" truecount="1" falsecount="0"/>
|
|
326
326
|
<line num="461" count="3" type="stmt"/>
|
|
327
327
|
<line num="468" count="3" type="stmt"/>
|
|
328
328
|
<line num="470" count="3" type="stmt"/>
|
|
329
|
-
<line num="474" count="
|
|
329
|
+
<line num="474" count="62" type="cond" truecount="1" falsecount="0"/>
|
|
330
330
|
<line num="481" count="2" type="stmt"/>
|
|
331
331
|
<line num="488" count="2" type="stmt"/>
|
|
332
332
|
<line num="490" count="2" type="stmt"/>
|
|
333
|
-
<line num="493" count="
|
|
334
|
-
<line num="496" count="
|
|
333
|
+
<line num="493" count="60" type="stmt"/>
|
|
334
|
+
<line num="496" count="60" type="cond" truecount="1" falsecount="0"/>
|
|
335
335
|
<line num="497" count="4" type="stmt"/>
|
|
336
336
|
<line num="502" count="4" type="stmt"/>
|
|
337
337
|
<line num="504" count="4" type="stmt"/>
|
|
338
|
-
<line num="508" count="
|
|
338
|
+
<line num="508" count="56" type="cond" truecount="1" falsecount="0"/>
|
|
339
339
|
<line num="509" count="1" type="stmt"/>
|
|
340
|
-
<line num="512" count="
|
|
341
|
-
<line num="515" count="
|
|
342
|
-
<line num="517" count="
|
|
340
|
+
<line num="512" count="56" type="cond" truecount="2" falsecount="0"/>
|
|
341
|
+
<line num="515" count="56" type="stmt"/>
|
|
342
|
+
<line num="517" count="56" type="cond" truecount="3" falsecount="0"/>
|
|
343
343
|
<line num="518" count="6" type="stmt"/>
|
|
344
344
|
<line num="524" count="6" type="stmt"/>
|
|
345
345
|
<line num="526" count="6" type="stmt"/>
|
|
346
|
-
<line num="530" count="
|
|
346
|
+
<line num="530" count="50" type="cond" truecount="3" falsecount="0"/>
|
|
347
347
|
<line num="531" count="4" type="stmt"/>
|
|
348
348
|
<line num="535" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
349
349
|
<line num="536" count="2" type="stmt"/>
|
|
@@ -359,10 +359,10 @@
|
|
|
359
359
|
<line num="557" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
360
360
|
<line num="558" count="2" type="stmt"/>
|
|
361
361
|
<line num="564" count="2" type="stmt"/>
|
|
362
|
-
<line num="569" count="
|
|
363
|
-
<line num="571" count="
|
|
364
|
-
<line num="573" count="
|
|
365
|
-
<line num="575" count="
|
|
362
|
+
<line num="569" count="48" type="stmt"/>
|
|
363
|
+
<line num="571" count="48" type="stmt"/>
|
|
364
|
+
<line num="573" count="48" type="cond" truecount="1" falsecount="0"/>
|
|
365
|
+
<line num="575" count="48" type="cond" truecount="3" falsecount="0"/>
|
|
366
366
|
<line num="576" count="2" type="stmt"/>
|
|
367
367
|
<line num="577" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
368
368
|
<line num="581" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -371,49 +371,49 @@
|
|
|
371
371
|
<line num="594" count="1" type="stmt"/>
|
|
372
372
|
<line num="601" count="1" type="stmt"/>
|
|
373
373
|
<line num="603" count="1" type="stmt"/>
|
|
374
|
-
<line num="607" count="
|
|
375
|
-
<line num="608" count="
|
|
376
|
-
<line num="617" count="
|
|
377
|
-
<line num="619" count="
|
|
378
|
-
<line num="623" count="
|
|
379
|
-
<line num="625" count="
|
|
380
|
-
<line num="634" count="
|
|
374
|
+
<line num="607" count="46" type="cond" truecount="1" falsecount="0"/>
|
|
375
|
+
<line num="608" count="1" type="stmt"/>
|
|
376
|
+
<line num="617" count="1" type="stmt"/>
|
|
377
|
+
<line num="619" count="1" type="stmt"/>
|
|
378
|
+
<line num="623" count="45" type="cond" truecount="1" falsecount="0"/>
|
|
379
|
+
<line num="625" count="44" type="stmt"/>
|
|
380
|
+
<line num="634" count="44" type="stmt"/>
|
|
381
381
|
<line num="639" count="1" type="stmt"/>
|
|
382
382
|
<line num="646" count="1" type="stmt"/>
|
|
383
383
|
<line num="648" count="0" type="stmt"/>
|
|
384
384
|
<line num="654" count="0" type="stmt"/>
|
|
385
|
-
<line num="659" count="
|
|
386
|
-
<line num="660" count="
|
|
387
|
-
<line num="662" count="
|
|
385
|
+
<line num="659" count="16" type="stmt"/>
|
|
386
|
+
<line num="660" count="16" type="stmt"/>
|
|
387
|
+
<line num="662" count="16" type="stmt"/>
|
|
388
388
|
<line num="664" count="0" type="stmt"/>
|
|
389
389
|
<line num="666" count="0" type="stmt"/>
|
|
390
|
-
<line num="676" count="
|
|
391
|
-
<line num="677" count="
|
|
392
|
-
<line num="679" count="
|
|
393
|
-
<line num="681" count="
|
|
390
|
+
<line num="676" count="26" type="stmt"/>
|
|
391
|
+
<line num="677" count="26" type="cond" truecount="1" falsecount="1"/>
|
|
392
|
+
<line num="679" count="26" type="stmt"/>
|
|
393
|
+
<line num="681" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
394
394
|
<line num="682" count="3" type="stmt"/>
|
|
395
395
|
<line num="687" count="3" type="stmt"/>
|
|
396
396
|
<line num="689" count="3" type="stmt"/>
|
|
397
|
-
<line num="693" count="
|
|
397
|
+
<line num="693" count="23" type="cond" truecount="3" falsecount="0"/>
|
|
398
398
|
<line num="694" count="2" type="stmt"/>
|
|
399
399
|
<line num="696" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
400
400
|
<line num="697" count="2" type="stmt"/>
|
|
401
401
|
<line num="703" count="2" type="stmt"/>
|
|
402
402
|
<line num="705" count="2" type="stmt"/>
|
|
403
|
-
<line num="710" count="
|
|
403
|
+
<line num="710" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
404
404
|
<line num="717" count="1" type="stmt"/>
|
|
405
405
|
<line num="719" count="1" type="stmt"/>
|
|
406
406
|
<line num="725" count="1" type="stmt"/>
|
|
407
407
|
<line num="727" count="1" type="stmt"/>
|
|
408
|
-
<line num="730" count="
|
|
409
|
-
<line num="733" count="
|
|
408
|
+
<line num="730" count="20" type="stmt"/>
|
|
409
|
+
<line num="733" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
410
410
|
<line num="734" count="1" type="stmt"/>
|
|
411
411
|
<line num="739" count="1" type="stmt"/>
|
|
412
412
|
<line num="741" count="1" type="stmt"/>
|
|
413
|
-
<line num="745" count="
|
|
414
|
-
<line num="746" count="
|
|
415
|
-
<line num="751" count="
|
|
416
|
-
<line num="753" count="
|
|
413
|
+
<line num="745" count="19" type="cond" truecount="3" falsecount="0"/>
|
|
414
|
+
<line num="746" count="1" type="stmt"/>
|
|
415
|
+
<line num="751" count="1" type="stmt"/>
|
|
416
|
+
<line num="753" count="1" type="stmt"/>
|
|
417
417
|
<line num="756" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
418
418
|
<line num="759" count="18" type="stmt"/>
|
|
419
419
|
<line num="761" count="18" type="cond" truecount="3" falsecount="0"/>
|
|
@@ -442,13 +442,13 @@
|
|
|
442
442
|
<line num="835" count="0" type="stmt"/>
|
|
443
443
|
<line num="837" count="0" type="stmt"/>
|
|
444
444
|
<line num="843" count="0" type="stmt"/>
|
|
445
|
-
<line num="851" count="
|
|
446
|
-
<line num="852" count="
|
|
447
|
-
<line num="854" count="
|
|
445
|
+
<line num="851" count="25" type="stmt"/>
|
|
446
|
+
<line num="852" count="25" type="stmt"/>
|
|
447
|
+
<line num="854" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
448
448
|
<line num="855" count="3" type="stmt"/>
|
|
449
|
-
<line num="858" count="
|
|
449
|
+
<line num="858" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
450
450
|
<line num="859" count="17" type="stmt"/>
|
|
451
|
-
<line num="862" count="
|
|
451
|
+
<line num="862" count="5" type="stmt"/>
|
|
452
452
|
<line num="864" count="0" type="stmt"/>
|
|
453
453
|
<line num="866" count="0" type="stmt"/>
|
|
454
454
|
<line num="874" count="1" type="stmt"/>
|
|
@@ -562,63 +562,63 @@
|
|
|
562
562
|
<line num="1255" count="1" type="stmt"/>
|
|
563
563
|
<line num="1257" count="1" type="stmt"/>
|
|
564
564
|
<line num="1261" count="1" type="stmt"/>
|
|
565
|
-
<line num="1262" count="
|
|
565
|
+
<line num="1262" count="21" type="stmt"/>
|
|
566
566
|
</file>
|
|
567
567
|
<file name="logger.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/logger.ts">
|
|
568
568
|
<metrics statements="26" coveredstatements="26" conditionals="11" coveredconditionals="11" methods="9" coveredmethods="9"/>
|
|
569
569
|
<line num="16" count="2" type="stmt"/>
|
|
570
570
|
<line num="18" count="2" type="stmt"/>
|
|
571
571
|
<line num="28" count="2" type="stmt"/>
|
|
572
|
-
<line num="33" count="
|
|
572
|
+
<line num="33" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
573
573
|
<line num="35" count="1" type="stmt"/>
|
|
574
574
|
<line num="36" count="1" type="stmt"/>
|
|
575
575
|
<line num="38" count="1" type="stmt"/>
|
|
576
576
|
<line num="39" count="1" type="stmt"/>
|
|
577
|
-
<line num="41" count="
|
|
578
|
-
<line num="42" count="
|
|
577
|
+
<line num="41" count="9" type="stmt"/>
|
|
578
|
+
<line num="42" count="9" type="stmt"/>
|
|
579
579
|
<line num="44" count="1" type="stmt"/>
|
|
580
580
|
<line num="45" count="1" type="stmt"/>
|
|
581
581
|
<line num="49" count="2" type="stmt"/>
|
|
582
|
-
<line num="54" count="
|
|
583
|
-
<line num="55" count="
|
|
582
|
+
<line num="54" count="26" type="stmt"/>
|
|
583
|
+
<line num="55" count="26" type="stmt"/>
|
|
584
584
|
<line num="59" count="1" type="stmt"/>
|
|
585
|
-
<line num="63" count="
|
|
586
|
-
<line num="64" count="
|
|
587
|
-
<line num="69" count="
|
|
585
|
+
<line num="63" count="89" type="cond" truecount="1" falsecount="0"/>
|
|
586
|
+
<line num="64" count="25" type="stmt"/>
|
|
587
|
+
<line num="69" count="64" type="stmt"/>
|
|
588
588
|
<line num="73" count="6" type="stmt"/>
|
|
589
|
-
<line num="77" count="
|
|
589
|
+
<line num="77" count="14" type="stmt"/>
|
|
590
590
|
<line num="81" count="5" type="stmt"/>
|
|
591
591
|
<line num="85" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
592
|
-
<line num="86" count="
|
|
593
|
-
<line num="87" count="
|
|
594
|
-
<line num="89" count="
|
|
592
|
+
<line num="86" count="26" type="cond" truecount="2" falsecount="0"/>
|
|
593
|
+
<line num="87" count="26" type="cond" truecount="2" falsecount="0"/>
|
|
594
|
+
<line num="89" count="26" type="stmt"/>
|
|
595
595
|
</file>
|
|
596
596
|
<file name="segments.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/segments.ts">
|
|
597
597
|
<metrics statements="25" coveredstatements="23" conditionals="14" coveredconditionals="14" methods="6" coveredmethods="6"/>
|
|
598
598
|
<line num="2" count="2" type="stmt"/>
|
|
599
599
|
<line num="5" count="2" type="stmt"/>
|
|
600
|
-
<line num="6" count="
|
|
600
|
+
<line num="6" count="103" type="stmt"/>
|
|
601
601
|
<line num="9" count="2" type="stmt"/>
|
|
602
|
-
<line num="14" count="
|
|
603
|
-
<line num="15" count="
|
|
604
|
-
<line num="18" count="
|
|
605
|
-
<line num="19" count="
|
|
606
|
-
<line num="21" count="
|
|
607
|
-
<line num="22" count="
|
|
602
|
+
<line num="14" count="281" type="cond" truecount="1" falsecount="0"/>
|
|
603
|
+
<line num="15" count="80" type="stmt"/>
|
|
604
|
+
<line num="18" count="201" type="cond" truecount="1" falsecount="0"/>
|
|
605
|
+
<line num="19" count="103" type="stmt"/>
|
|
606
|
+
<line num="21" count="103" type="cond" truecount="1" falsecount="0"/>
|
|
607
|
+
<line num="22" count="103" type="stmt"/>
|
|
608
608
|
<line num="25" count="0" type="stmt"/>
|
|
609
|
-
<line num="28" count="
|
|
610
|
-
<line num="29" count="
|
|
609
|
+
<line num="28" count="98" type="cond" truecount="1" falsecount="0"/>
|
|
610
|
+
<line num="29" count="98" type="cond" truecount="3" falsecount="0"/>
|
|
611
611
|
<line num="30" count="15" type="stmt"/>
|
|
612
612
|
<line num="31" count="24" type="stmt"/>
|
|
613
|
-
<line num="35" count="
|
|
613
|
+
<line num="35" count="83" type="cond" truecount="3" falsecount="0"/>
|
|
614
614
|
<line num="36" count="8" type="stmt"/>
|
|
615
615
|
<line num="37" count="12" type="stmt"/>
|
|
616
|
-
<line num="41" count="
|
|
616
|
+
<line num="41" count="75" type="cond" truecount="3" falsecount="0"/>
|
|
617
617
|
<line num="42" count="2" type="stmt"/>
|
|
618
618
|
<line num="44" count="2" type="stmt"/>
|
|
619
|
-
<line num="49" count="
|
|
620
|
-
<line num="50" count="
|
|
621
|
-
<line num="51" count="
|
|
619
|
+
<line num="49" count="73" type="cond" truecount="1" falsecount="0"/>
|
|
620
|
+
<line num="50" count="73" type="stmt"/>
|
|
621
|
+
<line num="51" count="83" type="stmt"/>
|
|
622
622
|
<line num="55" count="0" type="stmt"/>
|
|
623
623
|
</file>
|
|
624
624
|
</project>
|