@featurevisor/core 2.22.1 → 2.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/coverage/clover.xml +164 -274
  3. package/coverage/coverage-final.json +3 -6
  4. package/coverage/lcov-report/builder/allocator.ts.html +1 -1
  5. package/coverage/lcov-report/builder/buildDatafile.ts.html +8 -2
  6. package/coverage/lcov-report/builder/buildScopedConditions.ts.html +1 -1
  7. package/coverage/lcov-report/builder/buildScopedDatafile.ts.html +1 -1
  8. package/coverage/lcov-report/builder/buildScopedSegments.ts.html +1 -1
  9. package/coverage/lcov-report/builder/convertToV1.ts.html +1 -1
  10. package/coverage/lcov-report/builder/getFeatureRanges.ts.html +1 -1
  11. package/coverage/lcov-report/builder/hashes.ts.html +1 -1
  12. package/coverage/lcov-report/builder/index.html +1 -1
  13. package/coverage/lcov-report/builder/mutateVariables.ts.html +1 -1
  14. package/coverage/lcov-report/builder/mutator.ts.html +1 -1
  15. package/coverage/lcov-report/builder/revision.ts.html +1 -1
  16. package/coverage/lcov-report/builder/traffic.ts.html +1 -1
  17. package/coverage/lcov-report/config/index.html +1 -1
  18. package/coverage/lcov-report/config/index.ts.html +1 -1
  19. package/coverage/lcov-report/config/projectConfig.ts.html +3 -3
  20. package/coverage/lcov-report/datasource/adapter.ts.html +1 -1
  21. package/coverage/lcov-report/datasource/datasource.ts.html +2 -2
  22. package/coverage/lcov-report/datasource/filesystemAdapter.ts.html +3 -3
  23. package/coverage/lcov-report/datasource/index.html +1 -1
  24. package/coverage/lcov-report/datasource/index.ts.html +1 -1
  25. package/coverage/lcov-report/generate-code/index.html +1 -1
  26. package/coverage/lcov-report/generate-code/typescript.ts.html +1 -1
  27. package/coverage/lcov-report/index.html +9 -24
  28. package/coverage/lcov-report/linter/attributeSchema.ts.html +1 -1
  29. package/coverage/lcov-report/linter/checkCircularDependency.ts.html +1 -1
  30. package/coverage/lcov-report/linter/checkPercentageExceedingSlot.ts.html +1 -1
  31. package/coverage/lcov-report/linter/conditionSchema.ts.html +1 -1
  32. package/coverage/lcov-report/linter/featureSchema.ts.html +1 -1
  33. package/coverage/lcov-report/linter/groupSchema.ts.html +1 -1
  34. package/coverage/lcov-report/linter/index.html +1 -1
  35. package/coverage/lcov-report/linter/lintProject.ts.html +1 -1
  36. package/coverage/lcov-report/linter/mutationNotation.ts.html +1 -1
  37. package/coverage/lcov-report/linter/printError.ts.html +1 -1
  38. package/coverage/lcov-report/linter/schema.ts.html +1 -1
  39. package/coverage/lcov-report/linter/segmentSchema.ts.html +1 -1
  40. package/coverage/lcov-report/linter/testSchema.ts.html +1 -1
  41. package/coverage/lcov-report/list/index.html +1 -1
  42. package/coverage/lcov-report/list/matrix.ts.html +1 -1
  43. package/coverage/lcov-report/tester/cliFormat.ts.html +1 -1
  44. package/coverage/lcov-report/tester/helpers.ts.html +1 -1
  45. package/coverage/lcov-report/tester/index.html +1 -1
  46. package/coverage/lcov-report/utils/extractKeys.ts.html +1 -1
  47. package/coverage/lcov-report/utils/git.ts.html +2 -2
  48. package/coverage/lcov-report/utils/index.html +1 -1
  49. package/coverage/lcov-report/utils/index.ts.html +1 -1
  50. package/coverage/lcov-report/utils/pretty.ts.html +1 -1
  51. package/coverage/lcov.info +281 -491
  52. package/lib/builder/buildDatafile.d.ts +1 -0
  53. package/lib/builder/buildDatafile.js +1 -0
  54. package/lib/builder/buildDatafile.js.map +1 -1
  55. package/lib/builder/buildDatafile.spec.js +1 -1
  56. package/lib/builder/buildDatafile.spec.js.map +1 -1
  57. package/lib/builder/buildProject.js +13 -0
  58. package/lib/builder/buildProject.js.map +1 -1
  59. package/lib/config/projectConfig.d.ts +1 -1
  60. package/lib/config/projectConfig.js +1 -1
  61. package/lib/config/projectConfig.js.map +1 -1
  62. package/lib/datasource/filesystemAdapter.js.map +1 -1
  63. package/lib/index.d.ts +1 -1
  64. package/lib/index.js +1 -1
  65. package/lib/index.js.map +1 -1
  66. package/lib/linter/featureSchema.d.ts +8 -8
  67. package/package.json +5 -6
  68. package/src/builder/buildDatafile.spec.ts +1 -1
  69. package/src/builder/buildDatafile.ts +2 -0
  70. package/src/builder/buildProject.ts +14 -0
  71. package/src/config/projectConfig.ts +1 -1
  72. package/src/datasource/datasource.ts +1 -1
  73. package/src/datasource/filesystemAdapter.ts +1 -1
  74. package/src/index.ts +2 -1
  75. package/src/utils/git.ts +1 -1
  76. package/coverage/lcov-report/parsers/index.html +0 -146
  77. package/coverage/lcov-report/parsers/index.ts.html +0 -151
  78. package/coverage/lcov-report/parsers/json.ts.html +0 -118
  79. package/coverage/lcov-report/parsers/yml.ts.html +0 -589
  80. package/lib/parsers/index.d.ts +0 -15
  81. package/lib/parsers/index.js +0 -15
  82. package/lib/parsers/index.js.map +0 -1
  83. package/lib/parsers/json.d.ts +0 -2
  84. package/lib/parsers/json.js +0 -13
  85. package/lib/parsers/json.js.map +0 -1
  86. package/lib/parsers/json.spec.d.ts +0 -1
  87. package/lib/parsers/json.spec.js +0 -35
  88. package/lib/parsers/json.spec.js.map +0 -1
  89. package/lib/parsers/yml.d.ts +0 -2
  90. package/lib/parsers/yml.js +0 -154
  91. package/lib/parsers/yml.js.map +0 -1
  92. package/lib/parsers/yml.spec.d.ts +0 -1
  93. package/lib/parsers/yml.spec.js +0 -143
  94. package/lib/parsers/yml.spec.js.map +0 -1
  95. package/src/parsers/index.ts +0 -22
  96. package/src/parsers/json.spec.ts +0 -36
  97. package/src/parsers/json.ts +0 -11
  98. package/src/parsers/yml.spec.ts +0 -174
  99. package/src/parsers/yml.ts +0 -168
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.24.0](https://github.com/featurevisor/featurevisor/compare/v2.23.0...v2.24.0) (2026-04-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * separate parsers package ([#405](https://github.com/featurevisor/featurevisor/issues/405)) ([1c6fe8a](https://github.com/featurevisor/featurevisor/commit/1c6fe8aced6425ca7ccdbf20e6f477419b6a0767))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.23.0](https://github.com/featurevisor/featurevisor/compare/v2.22.1...v2.23.0) (2026-04-11)
18
+
19
+
20
+ ### Features
21
+
22
+ * version in datafile ([#403](https://github.com/featurevisor/featurevisor/issues/403)) ([63af886](https://github.com/featurevisor/featurevisor/commit/63af886bd19e9ef764e95855c3c1da41fb87a792))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [2.22.1](https://github.com/featurevisor/featurevisor/compare/v2.22.0...v2.22.1) (2026-04-08)
7
29
 
8
30
  **Note:** Version bump only for package @featurevisor/core
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1775680928415" clover="3.2.0">
3
- <project timestamp="1775680928415" name="All files">
4
- <metrics statements="3526" coveredstatements="2550" conditionals="2449" coveredconditionals="1613" methods="518" coveredmethods="357" elements="6493" coveredelements="4520" complexity="0" loc="3526" ncloc="3526" packages="9" files="41" classes="41"/>
2
+ <coverage generated="1776366255736" clover="3.2.0">
3
+ <project timestamp="1776366255736" name="All files">
4
+ <metrics statements="3428" coveredstatements="2457" conditionals="2388" coveredconditionals="1566" methods="506" coveredmethods="345" elements="6322" coveredelements="4368" complexity="0" loc="3428" ncloc="3428" packages="8" files="38" classes="38"/>
5
5
  <package name="builder">
6
6
  <metrics statements="797" coveredstatements="601" conditionals="440" coveredconditionals="276" methods="101" coveredmethods="74"/>
7
7
  <file name="allocator.ts" path="/home/runner/work/featurevisor/featurevisor/packages/core/src/builder/allocator.ts">
@@ -51,199 +51,199 @@
51
51
  <line num="60" count="0" type="stmt"/>
52
52
  <line num="61" count="0" type="stmt"/>
53
53
  <line num="76" count="0" type="stmt"/>
54
- <line num="100" count="1" type="stmt"/>
55
- <line num="106" count="2" type="stmt"/>
54
+ <line num="101" count="1" type="stmt"/>
56
55
  <line num="107" count="2" type="stmt"/>
57
56
  <line num="108" count="2" type="stmt"/>
58
- <line num="111" count="2" type="stmt"/>
57
+ <line num="109" count="2" type="stmt"/>
59
58
  <line num="112" count="2" type="stmt"/>
60
59
  <line num="113" count="2" type="stmt"/>
61
- <line num="114" count="0" type="stmt"/>
60
+ <line num="114" count="2" type="stmt"/>
62
61
  <line num="115" count="0" type="stmt"/>
63
- <line num="122" count="2" type="stmt"/>
62
+ <line num="116" count="0" type="stmt"/>
64
63
  <line num="123" count="2" type="stmt"/>
65
- <line num="125" count="2" type="cond" truecount="1" falsecount="0"/>
66
- <line num="126" count="2" type="stmt"/>
67
- <line num="128" count="2" type="stmt"/>
64
+ <line num="124" count="2" type="stmt"/>
65
+ <line num="126" count="2" type="cond" truecount="1" falsecount="0"/>
66
+ <line num="127" count="2" type="stmt"/>
68
67
  <line num="129" count="2" type="stmt"/>
69
- <line num="131" count="2" type="cond" truecount="0" falsecount="1"/>
70
- <line num="132" count="0" type="stmt"/>
71
- <line num="135" count="2" type="cond" truecount="1" falsecount="2"/>
72
- <line num="136" count="0" type="stmt"/>
73
- <line num="139" count="2" type="cond" truecount="0" falsecount="1"/>
74
- <line num="141" count="0" type="cond" truecount="0" falsecount="2"/>
75
- <line num="142" count="0" type="cond" truecount="0" falsecount="1"/>
76
- <line num="143" count="0" type="stmt"/>
77
- <line num="145" count="0" type="stmt"/>
78
- <line num="149" count="0" type="stmt"/>
79
- <line num="150" count="0" type="cond" truecount="0" falsecount="1"/>
68
+ <line num="130" count="2" type="stmt"/>
69
+ <line num="132" count="2" type="cond" truecount="0" falsecount="1"/>
70
+ <line num="133" count="0" type="stmt"/>
71
+ <line num="136" count="2" type="cond" truecount="1" falsecount="2"/>
72
+ <line num="137" count="0" type="stmt"/>
73
+ <line num="140" count="2" type="cond" truecount="0" falsecount="1"/>
74
+ <line num="142" count="0" type="cond" truecount="0" falsecount="2"/>
75
+ <line num="143" count="0" type="cond" truecount="0" falsecount="1"/>
76
+ <line num="144" count="0" type="stmt"/>
77
+ <line num="146" count="0" type="stmt"/>
78
+ <line num="150" count="0" type="stmt"/>
80
79
  <line num="151" count="0" type="cond" truecount="0" falsecount="1"/>
81
- <line num="152" count="0" type="stmt"/>
82
- <line num="154" count="0" type="stmt"/>
83
- <line num="159" count="0" type="stmt"/>
84
- <line num="160" count="0" type="cond" truecount="0" falsecount="1"/>
80
+ <line num="152" count="0" type="cond" truecount="0" falsecount="1"/>
81
+ <line num="153" count="0" type="stmt"/>
82
+ <line num="155" count="0" type="stmt"/>
83
+ <line num="160" count="0" type="stmt"/>
85
84
  <line num="161" count="0" type="cond" truecount="0" falsecount="1"/>
86
- <line num="162" count="0" type="stmt"/>
87
- <line num="165" count="0" type="stmt"/>
88
- <line num="171" count="2" type="cond" truecount="1" falsecount="2"/>
89
- <line num="172" count="0" type="stmt"/>
90
- <line num="179" count="2" type="cond" truecount="1" falsecount="1"/>
91
- <line num="180" count="2" type="stmt"/>
85
+ <line num="162" count="0" type="cond" truecount="0" falsecount="1"/>
86
+ <line num="163" count="0" type="stmt"/>
87
+ <line num="166" count="0" type="stmt"/>
88
+ <line num="172" count="2" type="cond" truecount="1" falsecount="2"/>
89
+ <line num="173" count="0" type="stmt"/>
90
+ <line num="180" count="2" type="cond" truecount="1" falsecount="1"/>
92
91
  <line num="181" count="2" type="stmt"/>
93
92
  <line num="182" count="2" type="stmt"/>
94
- <line num="184" count="0" type="stmt"/>
93
+ <line num="183" count="2" type="stmt"/>
95
94
  <line num="185" count="0" type="stmt"/>
96
95
  <line num="186" count="0" type="stmt"/>
97
- <line num="189" count="2" type="cond" truecount="0" falsecount="1"/>
98
- <line num="190" count="0" type="stmt"/>
99
- <line num="193" count="2" type="cond" truecount="0" falsecount="1"/>
100
- <line num="194" count="0" type="stmt"/>
101
- <line num="196" count="0" type="cond" truecount="0" falsecount="3"/>
102
- <line num="197" count="0" type="stmt"/>
103
- <line num="201" count="2" type="stmt"/>
96
+ <line num="187" count="0" type="stmt"/>
97
+ <line num="190" count="2" type="cond" truecount="0" falsecount="1"/>
98
+ <line num="191" count="0" type="stmt"/>
99
+ <line num="194" count="2" type="cond" truecount="0" falsecount="1"/>
100
+ <line num="195" count="0" type="stmt"/>
101
+ <line num="197" count="0" type="cond" truecount="0" falsecount="3"/>
102
+ <line num="198" count="0" type="stmt"/>
104
103
  <line num="202" count="2" type="stmt"/>
105
104
  <line num="203" count="2" type="stmt"/>
106
- <line num="205" count="2" type="cond" truecount="1" falsecount="0"/>
107
- <line num="206" count="2" type="stmt"/>
108
- <line num="207" count="4" type="stmt"/>
109
- <line num="208" count="8" type="cond" truecount="1" falsecount="0"/>
110
- <line num="209" count="6" type="stmt"/>
111
- <line num="212" count="6" type="stmt"/>
105
+ <line num="204" count="2" type="stmt"/>
106
+ <line num="206" count="2" type="cond" truecount="1" falsecount="0"/>
107
+ <line num="207" count="2" type="stmt"/>
108
+ <line num="208" count="4" type="stmt"/>
109
+ <line num="209" count="8" type="cond" truecount="1" falsecount="0"/>
110
+ <line num="210" count="6" type="stmt"/>
112
111
  <line num="213" count="6" type="stmt"/>
113
- <line num="217" count="8" type="cond" truecount="1" falsecount="0"/>
114
- <line num="218" count="2" type="stmt"/>
115
- <line num="221" count="2" type="stmt"/>
116
- <line num="222" count="4" type="stmt"/>
117
- <line num="230" count="2" type="stmt"/>
118
- <line num="238" count="2" type="stmt"/>
119
- <line num="248" count="2" type="cond" truecount="0" falsecount="1"/>
120
- <line num="249" count="0" type="stmt"/>
112
+ <line num="214" count="6" type="stmt"/>
113
+ <line num="218" count="8" type="cond" truecount="1" falsecount="0"/>
114
+ <line num="219" count="2" type="stmt"/>
115
+ <line num="222" count="2" type="stmt"/>
116
+ <line num="223" count="4" type="stmt"/>
117
+ <line num="231" count="2" type="stmt"/>
118
+ <line num="239" count="2" type="stmt"/>
119
+ <line num="249" count="2" type="cond" truecount="0" falsecount="1"/>
121
120
  <line num="250" count="0" type="stmt"/>
122
- <line num="252" count="0" type="stmt"/>
123
- <line num="253" count="0" type="cond" truecount="0" falsecount="2"/>
124
- <line num="257" count="0" type="stmt"/>
125
- <line num="260" count="0" type="cond" truecount="0" falsecount="1"/>
126
- <line num="261" count="0" type="stmt"/>
127
- <line num="264" count="0" type="stmt"/>
121
+ <line num="251" count="0" type="stmt"/>
122
+ <line num="253" count="0" type="stmt"/>
123
+ <line num="254" count="0" type="cond" truecount="0" falsecount="2"/>
124
+ <line num="258" count="0" type="stmt"/>
125
+ <line num="261" count="0" type="cond" truecount="0" falsecount="1"/>
126
+ <line num="262" count="0" type="stmt"/>
128
127
  <line num="265" count="0" type="stmt"/>
129
- <line num="268" count="0" type="stmt"/>
130
- <line num="282" count="0" type="cond" truecount="0" falsecount="1"/>
131
- <line num="283" count="0" type="stmt"/>
132
- <line num="286" count="0" type="stmt"/>
128
+ <line num="266" count="0" type="stmt"/>
129
+ <line num="269" count="0" type="stmt"/>
130
+ <line num="283" count="0" type="cond" truecount="0" falsecount="1"/>
131
+ <line num="284" count="0" type="stmt"/>
133
132
  <line num="287" count="0" type="stmt"/>
134
- <line num="290" count="0" type="stmt"/>
135
- <line num="304" count="0" type="stmt"/>
136
- <line num="309" count="2" type="stmt"/>
137
- <line num="318" count="2" type="stmt"/>
138
- <line num="323" count="2" type="stmt"/>
139
- <line num="325" count="2" type="cond" truecount="1" falsecount="0"/>
140
- <line num="326" count="2" type="stmt"/>
133
+ <line num="288" count="0" type="stmt"/>
134
+ <line num="291" count="0" type="stmt"/>
135
+ <line num="305" count="0" type="stmt"/>
136
+ <line num="310" count="2" type="stmt"/>
137
+ <line num="319" count="2" type="stmt"/>
138
+ <line num="324" count="2" type="stmt"/>
139
+ <line num="326" count="2" type="cond" truecount="1" falsecount="0"/>
141
140
  <line num="327" count="2" type="stmt"/>
142
- <line num="329" count="2" type="stmt"/>
143
- <line num="330" count="4" type="stmt"/>
144
- <line num="331" count="4" type="cond" truecount="1" falsecount="1"/>
145
- <line num="333" count="4" type="stmt"/>
146
- <line num="335" count="8" type="cond" truecount="1" falsecount="0"/>
147
- <line num="336" count="6" type="stmt"/>
148
- <line num="350" count="2" type="cond" truecount="1" falsecount="0"/>
149
- <line num="351" count="2" type="stmt"/>
150
- <line num="365" count="0" type="stmt"/>
151
- <line num="371" count="2" type="stmt"/>
152
- <line num="385" count="2" type="stmt"/>
153
- <line num="388" count="2" type="stmt"/>
154
- <line num="395" count="2" type="stmt"/>
155
- <line num="401" count="2" type="stmt"/>
156
- <line num="410" count="2" type="cond" truecount="0" falsecount="1"/>
157
- <line num="411" count="0" type="stmt"/>
158
- <line num="414" count="2" type="cond" truecount="1" falsecount="0"/>
159
- <line num="415" count="2" type="stmt"/>
141
+ <line num="328" count="2" type="stmt"/>
142
+ <line num="330" count="2" type="stmt"/>
143
+ <line num="331" count="4" type="stmt"/>
144
+ <line num="332" count="4" type="cond" truecount="1" falsecount="1"/>
145
+ <line num="334" count="4" type="stmt"/>
146
+ <line num="336" count="8" type="cond" truecount="1" falsecount="0"/>
147
+ <line num="337" count="6" type="stmt"/>
148
+ <line num="351" count="2" type="cond" truecount="1" falsecount="0"/>
149
+ <line num="352" count="2" type="stmt"/>
150
+ <line num="366" count="0" type="stmt"/>
151
+ <line num="372" count="2" type="stmt"/>
152
+ <line num="386" count="2" type="stmt"/>
153
+ <line num="389" count="2" type="stmt"/>
154
+ <line num="396" count="2" type="stmt"/>
155
+ <line num="402" count="2" type="stmt"/>
156
+ <line num="411" count="2" type="cond" truecount="0" falsecount="1"/>
157
+ <line num="412" count="0" type="stmt"/>
158
+ <line num="415" count="2" type="cond" truecount="1" falsecount="0"/>
160
159
  <line num="416" count="2" type="stmt"/>
161
- <line num="418" count="2" type="stmt"/>
162
- <line num="419" count="4" type="stmt"/>
163
- <line num="421" count="4" type="cond" truecount="2" falsecount="2"/>
164
- <line num="425" count="4" type="stmt"/>
165
- <line num="436" count="2" type="cond" truecount="0" falsecount="1"/>
166
- <line num="437" count="0" type="stmt"/>
167
- <line num="438" count="0" type="cond" truecount="0" falsecount="1"/>
168
- <line num="439" count="0" type="stmt"/>
160
+ <line num="417" count="2" type="stmt"/>
161
+ <line num="419" count="2" type="stmt"/>
162
+ <line num="420" count="4" type="stmt"/>
163
+ <line num="422" count="4" type="cond" truecount="2" falsecount="2"/>
164
+ <line num="426" count="4" type="stmt"/>
165
+ <line num="437" count="2" type="cond" truecount="0" falsecount="1"/>
166
+ <line num="438" count="0" type="stmt"/>
167
+ <line num="439" count="0" type="cond" truecount="0" falsecount="1"/>
169
168
  <line num="440" count="0" type="stmt"/>
170
- <line num="442" count="0" type="stmt"/>
171
- <line num="448" count="0" type="cond" truecount="0" falsecount="1"/>
172
- <line num="449" count="0" type="stmt"/>
173
- <line num="455" count="0" type="cond" truecount="0" falsecount="1"/>
174
- <line num="456" count="0" type="stmt"/>
175
- <line num="462" count="0" type="stmt"/>
176
- <line num="466" count="2" type="stmt"/>
177
- <line num="471" count="2" type="stmt"/>
169
+ <line num="441" count="0" type="stmt"/>
170
+ <line num="443" count="0" type="stmt"/>
171
+ <line num="449" count="0" type="cond" truecount="0" falsecount="1"/>
172
+ <line num="450" count="0" type="stmt"/>
173
+ <line num="456" count="0" type="cond" truecount="0" falsecount="1"/>
174
+ <line num="457" count="0" type="stmt"/>
175
+ <line num="463" count="0" type="stmt"/>
176
+ <line num="467" count="2" type="stmt"/>
178
177
  <line num="472" count="2" type="stmt"/>
179
- <line num="474" count="2" type="cond" truecount="0" falsecount="1"/>
180
- <line num="475" count="0" type="stmt"/>
181
- <line num="477" count="0" type="stmt"/>
178
+ <line num="473" count="2" type="stmt"/>
179
+ <line num="475" count="2" type="cond" truecount="0" falsecount="1"/>
180
+ <line num="476" count="0" type="stmt"/>
182
181
  <line num="478" count="0" type="stmt"/>
183
- <line num="480" count="0" type="cond" truecount="0" falsecount="1"/>
184
- <line num="481" count="0" type="stmt"/>
185
- <line num="484" count="0" type="cond" truecount="0" falsecount="1"/>
186
- <line num="485" count="0" type="stmt"/>
187
- <line num="488" count="0" type="stmt"/>
188
- <line num="491" count="0" type="stmt"/>
189
- <line num="493" count="0" type="stmt"/>
190
- <line num="501" count="0" type="stmt"/>
191
- <line num="506" count="2" type="stmt"/>
182
+ <line num="479" count="0" type="stmt"/>
183
+ <line num="481" count="0" type="cond" truecount="0" falsecount="1"/>
184
+ <line num="482" count="0" type="stmt"/>
185
+ <line num="485" count="0" type="cond" truecount="0" falsecount="1"/>
186
+ <line num="486" count="0" type="stmt"/>
187
+ <line num="489" count="0" type="stmt"/>
188
+ <line num="492" count="0" type="stmt"/>
189
+ <line num="494" count="0" type="stmt"/>
190
+ <line num="502" count="0" type="stmt"/>
192
191
  <line num="507" count="2" type="stmt"/>
193
- <line num="509" count="2" type="cond" truecount="0" falsecount="1"/>
194
- <line num="510" count="0" type="stmt"/>
195
- <line num="512" count="0" type="stmt"/>
192
+ <line num="508" count="2" type="stmt"/>
193
+ <line num="510" count="2" type="cond" truecount="0" falsecount="1"/>
194
+ <line num="511" count="0" type="stmt"/>
196
195
  <line num="513" count="0" type="stmt"/>
197
- <line num="515" count="0" type="cond" truecount="0" falsecount="1"/>
198
- <line num="516" count="0" type="stmt"/>
199
- <line num="519" count="0" type="cond" truecount="0" falsecount="1"/>
200
- <line num="520" count="0" type="stmt"/>
201
- <line num="523" count="0" type="stmt"/>
202
- <line num="528" count="0" type="stmt"/>
203
- <line num="533" count="2" type="cond" truecount="1" falsecount="2"/>
204
- <line num="534" count="0" type="stmt"/>
196
+ <line num="514" count="0" type="stmt"/>
197
+ <line num="516" count="0" type="cond" truecount="0" falsecount="1"/>
198
+ <line num="517" count="0" type="stmt"/>
199
+ <line num="520" count="0" type="cond" truecount="0" falsecount="1"/>
200
+ <line num="521" count="0" type="stmt"/>
201
+ <line num="524" count="0" type="stmt"/>
202
+ <line num="529" count="0" type="stmt"/>
203
+ <line num="534" count="2" type="cond" truecount="1" falsecount="2"/>
205
204
  <line num="535" count="0" type="stmt"/>
206
205
  <line num="536" count="0" type="stmt"/>
207
- <line num="538" count="0" type="stmt"/>
208
- <line num="540" count="0" type="stmt"/>
206
+ <line num="537" count="0" type="stmt"/>
207
+ <line num="539" count="0" type="stmt"/>
209
208
  <line num="541" count="0" type="stmt"/>
210
- <line num="543" count="0" type="stmt"/>
211
- <line num="550" count="0" type="stmt"/>
209
+ <line num="542" count="0" type="stmt"/>
210
+ <line num="544" count="0" type="stmt"/>
212
211
  <line num="551" count="0" type="stmt"/>
213
- <line num="553" count="0" type="stmt"/>
214
- <line num="560" count="0" type="stmt"/>
212
+ <line num="552" count="0" type="stmt"/>
213
+ <line num="554" count="0" type="stmt"/>
215
214
  <line num="561" count="0" type="stmt"/>
216
- <line num="563" count="0" type="stmt"/>
217
- <line num="572" count="2" type="cond" truecount="0" falsecount="1"/>
218
- <line num="573" count="0" type="stmt"/>
219
- <line num="583" count="2" type="stmt"/>
220
- <line num="590" count="2" type="stmt"/>
221
- <line num="592" count="0" type="cond" truecount="0" falsecount="1"/>
222
- <line num="593" count="0" type="stmt"/>
223
- <line num="594" count="0" type="stmt"/>
224
- <line num="597" count="0" type="stmt"/>
225
- <line num="600" count="2" type="stmt"/>
226
- <line num="601" count="2" type="cond" truecount="0" falsecount="1"/>
227
- <line num="602" count="0" type="stmt"/>
228
- <line num="605" count="2" type="stmt"/>
229
- <line num="606" count="2" type="stmt"/>
230
- <line num="609" count="2" type="stmt"/>
231
- <line num="612" count="2" type="cond" truecount="1" falsecount="0"/>
232
- <line num="613" count="2" type="stmt"/>
233
- <line num="614" count="4" type="cond" truecount="1" falsecount="0"/>
234
- <line num="615" count="4" type="stmt"/>
235
- <line num="620" count="2" type="stmt"/>
215
+ <line num="562" count="0" type="stmt"/>
216
+ <line num="564" count="0" type="stmt"/>
217
+ <line num="573" count="2" type="cond" truecount="0" falsecount="1"/>
218
+ <line num="574" count="0" type="stmt"/>
219
+ <line num="584" count="2" type="stmt"/>
220
+ <line num="592" count="2" type="stmt"/>
221
+ <line num="594" count="0" type="cond" truecount="0" falsecount="1"/>
222
+ <line num="595" count="0" type="stmt"/>
223
+ <line num="596" count="0" type="stmt"/>
224
+ <line num="599" count="0" type="stmt"/>
225
+ <line num="602" count="2" type="stmt"/>
226
+ <line num="603" count="2" type="cond" truecount="0" falsecount="1"/>
227
+ <line num="604" count="0" type="stmt"/>
228
+ <line num="607" count="2" type="stmt"/>
229
+ <line num="608" count="2" type="stmt"/>
230
+ <line num="611" count="2" type="stmt"/>
231
+ <line num="614" count="2" type="cond" truecount="1" falsecount="0"/>
232
+ <line num="615" count="2" type="stmt"/>
233
+ <line num="616" count="4" type="cond" truecount="1" falsecount="0"/>
234
+ <line num="617" count="4" type="stmt"/>
236
235
  <line num="622" count="2" type="stmt"/>
237
- <line num="626" count="2" type="stmt"/>
238
- <line num="627" count="2" type="stmt"/>
236
+ <line num="624" count="2" type="stmt"/>
239
237
  <line num="628" count="2" type="stmt"/>
238
+ <line num="629" count="2" type="stmt"/>
240
239
  <line num="630" count="2" type="stmt"/>
241
- <line num="633" count="2" type="cond" truecount="1" falsecount="0"/>
242
- <line num="634" count="2" type="stmt"/>
243
- <line num="638" count="2" type="cond" truecount="0" falsecount="1"/>
244
- <line num="639" count="0" type="stmt"/>
245
- <line num="640" count="0" type="stmt"/>
246
- <line num="643" count="2" type="stmt"/>
240
+ <line num="632" count="2" type="stmt"/>
241
+ <line num="635" count="2" type="cond" truecount="1" falsecount="0"/>
242
+ <line num="636" count="2" type="stmt"/>
243
+ <line num="640" count="2" type="cond" truecount="0" falsecount="1"/>
244
+ <line num="641" count="0" type="stmt"/>
245
+ <line num="642" count="0" type="stmt"/>
246
+ <line num="645" count="2" type="stmt"/>
247
247
  </file>
248
248
  <file name="buildScopedConditions.ts" path="/home/runner/work/featurevisor/featurevisor/packages/core/src/builder/buildScopedConditions.ts">
249
249
  <metrics statements="53" coveredstatements="53" conditionals="18" coveredconditionals="18" methods="15" coveredmethods="15"/>
@@ -847,7 +847,7 @@
847
847
  <file name="projectConfig.ts" path="/home/runner/work/featurevisor/featurevisor/packages/core/src/config/projectConfig.ts">
848
848
  <metrics statements="57" coveredstatements="42" conditionals="17" coveredconditionals="8" methods="5" coveredmethods="2"/>
849
849
  <line num="1" count="5" type="stmt"/>
850
- <line num="5" count="5" type="stmt"/>
850
+ <line num="4" count="5" type="stmt"/>
851
851
  <line num="6" count="5" type="stmt"/>
852
852
  <line num="10" count="5" type="stmt"/>
853
853
  <line num="11" count="5" type="stmt"/>
@@ -988,7 +988,7 @@
988
988
  <line num="1" count="5" type="stmt"/>
989
989
  <line num="2" count="5" type="stmt"/>
990
990
  <line num="3" count="5" type="stmt"/>
991
- <line num="20" count="5" type="stmt"/>
991
+ <line num="21" count="5" type="stmt"/>
992
992
  <line num="23" count="5" type="stmt"/>
993
993
  <line num="25" count="5" type="stmt"/>
994
994
  <line num="31" count="4" type="stmt"/>
@@ -3352,116 +3352,6 @@
3352
3352
  <line num="216" count="0" type="stmt"/>
3353
3353
  </file>
3354
3354
  </package>
3355
- <package name="parsers">
3356
- <metrics statements="98" coveredstatements="93" conditionals="61" coveredconditionals="47" methods="12" coveredmethods="12"/>
3357
- <file name="index.ts" path="/home/runner/work/featurevisor/featurevisor/packages/core/src/parsers/index.ts">
3358
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
3359
- <line num="1" count="5" type="stmt"/>
3360
- <line num="2" count="5" type="stmt"/>
3361
- <line num="15" count="5" type="stmt"/>
3362
- </file>
3363
- <file name="json.ts" path="/home/runner/work/featurevisor/featurevisor/packages/core/src/parsers/json.ts">
3364
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
3365
- <line num="3" count="6" type="stmt"/>
3366
- <line num="6" count="3" type="stmt"/>
3367
- <line num="9" count="2" type="stmt"/>
3368
- </file>
3369
- <file name="yml.ts" path="/home/runner/work/featurevisor/featurevisor/packages/core/src/parsers/yml.ts">
3370
- <metrics statements="92" coveredstatements="87" conditionals="61" coveredconditionals="47" methods="10" coveredmethods="10"/>
3371
- <line num="1" count="6" type="stmt"/>
3372
- <line num="3" count="6" type="stmt"/>
3373
- <line num="5" count="6" type="stmt"/>
3374
- <line num="10" count="8" type="cond" truecount="0" falsecount="1"/>
3375
- <line num="11" count="8" type="cond" truecount="1" falsecount="0"/>
3376
- <line num="12" count="8" type="stmt"/>
3377
- <line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
3378
- <line num="18" count="5" type="cond" truecount="0" falsecount="1"/>
3379
- <line num="19" count="5" type="cond" truecount="1" falsecount="0"/>
3380
- <line num="20" count="5" type="stmt"/>
3381
- <line num="23" count="5" type="stmt"/>
3382
- <line num="24" count="5" type="cond" truecount="5" falsecount="0"/>
3383
- <line num="25" count="5" type="stmt"/>
3384
- <line num="26" count="5" type="cond" truecount="1" falsecount="0"/>
3385
- <line num="27" count="5" type="cond" truecount="0" falsecount="1"/>
3386
- <line num="32" count="1" type="cond" truecount="3" falsecount="0"/>
3387
- <line num="36" count="1" type="cond" truecount="3" falsecount="0"/>
3388
- <line num="40" count="3" type="cond" truecount="0" falsecount="1"/>
3389
- <line num="41" count="3" type="stmt"/>
3390
- <line num="42" count="3" type="cond" truecount="1" falsecount="0"/>
3391
- <line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
3392
- <line num="44" count="0" type="stmt"/>
3393
- <line num="48" count="3" type="stmt"/>
3394
- <line num="56" count="10" type="cond" truecount="3" falsecount="0"/>
3395
- <line num="57" count="8" type="stmt"/>
3396
- <line num="58" count="8" type="stmt"/>
3397
- <line num="59" count="8" type="cond" truecount="1" falsecount="0"/>
3398
- <line num="60" count="5" type="cond" truecount="1" falsecount="0"/>
3399
- <line num="61" count="5" type="cond" truecount="0" falsecount="1"/>
3400
- <line num="63" count="8" type="stmt"/>
3401
- <line num="65" count="2" type="cond" truecount="1" falsecount="0"/>
3402
- <line num="66" count="1" type="cond" truecount="1" falsecount="1"/>
3403
- <line num="67" count="1" type="stmt"/>
3404
- <line num="68" count="1" type="cond" truecount="3" falsecount="0"/>
3405
- <line num="69" count="1" type="stmt"/>
3406
- <line num="70" count="3" type="stmt"/>
3407
- <line num="73" count="1" type="stmt"/>
3408
- <line num="74" count="1" type="stmt"/>
3409
- <line num="75" count="3" type="stmt"/>
3410
- <line num="76" count="3" type="stmt"/>
3411
- <line num="77" count="3" type="stmt"/>
3412
- <line num="79" count="1" type="stmt"/>
3413
- <line num="82" count="1" type="cond" truecount="1" falsecount="1"/>
3414
- <line num="83" count="1" type="stmt"/>
3415
- <line num="84" count="1" type="cond" truecount="1" falsecount="0"/>
3416
- <line num="85" count="1" type="cond" truecount="1" falsecount="1"/>
3417
- <line num="86" count="2" type="stmt"/>
3418
- <line num="87" count="2" type="cond" truecount="1" falsecount="0"/>
3419
- <line num="90" count="1" type="stmt"/>
3420
- <line num="91" count="1" type="stmt"/>
3421
- <line num="92" count="1" type="stmt"/>
3422
- <line num="93" count="2" type="stmt"/>
3423
- <line num="94" count="2" type="cond" truecount="2" falsecount="0"/>
3424
- <line num="95" count="2" type="stmt"/>
3425
- <line num="96" count="2" type="stmt"/>
3426
- <line num="97" count="2" type="cond" truecount="1" falsecount="0"/>
3427
- <line num="98" count="2" type="stmt"/>
3428
- <line num="100" count="1" type="stmt"/>
3429
- <line num="101" count="1" type="stmt"/>
3430
- <line num="102" count="1" type="cond" truecount="3" falsecount="0"/>
3431
- <line num="103" count="1" type="cond" truecount="0" falsecount="1"/>
3432
- <line num="104" count="1" type="cond" truecount="0" falsecount="1"/>
3433
- <line num="106" count="1" type="stmt"/>
3434
- <line num="116" count="2" type="stmt"/>
3435
- <line num="117" count="2" type="cond" truecount="2" falsecount="1"/>
3436
- <line num="118" count="0" type="stmt"/>
3437
- <line num="119" count="0" type="stmt"/>
3438
- <line num="122" count="2" type="stmt"/>
3439
- <line num="123" count="2" type="stmt"/>
3440
- <line num="124" count="2" type="stmt"/>
3441
- <line num="125" count="6" type="stmt"/>
3442
- <line num="126" count="6" type="cond" truecount="1" falsecount="0"/>
3443
- <line num="129" count="2" type="stmt"/>
3444
- <line num="130" count="2" type="stmt"/>
3445
- <line num="131" count="5" type="stmt"/>
3446
- <line num="132" count="5" type="stmt"/>
3447
- <line num="133" count="5" type="stmt"/>
3448
- <line num="134" count="5" type="cond" truecount="1" falsecount="0"/>
3449
- <line num="135" count="5" type="stmt"/>
3450
- <line num="138" count="2" type="stmt"/>
3451
- <line num="141" count="6" type="stmt"/>
3452
- <line num="144" count="481" type="stmt"/>
3453
- <line num="147" count="7" type="cond" truecount="3" falsecount="0"/>
3454
- <line num="148" count="3" type="stmt"/>
3455
- <line num="151" count="4" type="stmt"/>
3456
- <line num="152" count="4" type="cond" truecount="1" falsecount="0"/>
3457
- <line num="153" count="1" type="stmt"/>
3458
- <line num="157" count="3" type="cond" truecount="4" falsecount="0"/>
3459
- <line num="158" count="1" type="stmt"/>
3460
- <line num="161" count="2" type="stmt"/>
3461
- <line num="165" count="2" type="stmt"/>
3462
- <line num="166" count="2" type="stmt"/>
3463
- </file>
3464
- </package>
3465
3355
  <package name="tester">
3466
3356
  <metrics statements="47" coveredstatements="44" conditionals="37" coveredconditionals="34" methods="2" coveredmethods="2"/>
3467
3357
  <file name="cliFormat.ts" path="/home/runner/work/featurevisor/featurevisor/packages/core/src/tester/cliFormat.ts">