@featurevisor/core 1.27.3 → 1.27.5

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 (130) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/coverage/clover.xml +80 -85
  3. package/coverage/coverage-final.json +10 -10
  4. package/coverage/lcov-report/index.html +16 -16
  5. package/coverage/lcov-report/lib/builder/allocator.js.html +7 -10
  6. package/coverage/lcov-report/lib/builder/index.html +18 -18
  7. package/coverage/lcov-report/lib/builder/revision.js.html +7 -10
  8. package/coverage/lcov-report/lib/builder/traffic.js.html +13 -16
  9. package/coverage/lcov-report/lib/tester/checkIfObjectsAreEqual.js.html +7 -10
  10. package/coverage/lcov-report/lib/tester/index.html +16 -16
  11. package/coverage/lcov-report/lib/tester/matrix.js.html +17 -20
  12. package/coverage/lcov-report/src/builder/allocator.ts.html +1 -1
  13. package/coverage/lcov-report/src/builder/index.html +1 -1
  14. package/coverage/lcov-report/src/builder/revision.ts.html +1 -1
  15. package/coverage/lcov-report/src/builder/traffic.ts.html +1 -1
  16. package/coverage/lcov-report/src/tester/checkIfObjectsAreEqual.ts.html +1 -1
  17. package/coverage/lcov-report/src/tester/index.html +1 -1
  18. package/coverage/lcov-report/src/tester/matrix.ts.html +1 -1
  19. package/coverage/lcov.info +132 -137
  20. package/lib/assess-distribution/index.js +28 -30
  21. package/lib/assess-distribution/index.js.map +1 -1
  22. package/lib/benchmark/index.js +29 -31
  23. package/lib/benchmark/index.js.map +1 -1
  24. package/lib/builder/allocator.js +2 -3
  25. package/lib/builder/allocator.js.map +1 -1
  26. package/lib/builder/buildDatafile.js +18 -19
  27. package/lib/builder/buildDatafile.js.map +1 -1
  28. package/lib/builder/buildProject.js +12 -12
  29. package/lib/builder/buildProject.js.map +1 -1
  30. package/lib/builder/getFeatureRanges.js +3 -4
  31. package/lib/builder/getFeatureRanges.js.map +1 -1
  32. package/lib/builder/revision.js +1 -2
  33. package/lib/builder/revision.js.map +1 -1
  34. package/lib/builder/traffic.js +4 -5
  35. package/lib/builder/traffic.js.map +1 -1
  36. package/lib/cli/cli.js +3 -4
  37. package/lib/cli/cli.js.map +1 -1
  38. package/lib/config/projectConfig.js +15 -17
  39. package/lib/config/projectConfig.js.map +1 -1
  40. package/lib/datasource/datasource.js +5 -5
  41. package/lib/datasource/datasource.js.map +1 -1
  42. package/lib/datasource/filesystemAdapter.js +6 -6
  43. package/lib/datasource/filesystemAdapter.js.map +1 -1
  44. package/lib/evaluate/index.js +31 -33
  45. package/lib/evaluate/index.js.map +1 -1
  46. package/lib/find-duplicate-segments/findDuplicateSegments.js +6 -7
  47. package/lib/find-duplicate-segments/findDuplicateSegments.js.map +1 -1
  48. package/lib/find-duplicate-segments/index.js +24 -26
  49. package/lib/find-duplicate-segments/index.js.map +1 -1
  50. package/lib/find-usage/index.js +31 -33
  51. package/lib/find-usage/index.js.map +1 -1
  52. package/lib/generate-code/index.js +9 -9
  53. package/lib/generate-code/index.js.map +1 -1
  54. package/lib/generate-code/typescript.js +3 -5
  55. package/lib/generate-code/typescript.js.map +1 -1
  56. package/lib/info/index.js +9 -9
  57. package/lib/info/index.js.map +1 -1
  58. package/lib/init/index.d.ts +1 -1
  59. package/lib/init/index.js +4 -4
  60. package/lib/init/index.js.map +1 -1
  61. package/lib/linter/attributeSchema.js +1 -2
  62. package/lib/linter/attributeSchema.js.map +1 -1
  63. package/lib/linter/checkCircularDependency.js +6 -7
  64. package/lib/linter/checkCircularDependency.js.map +1 -1
  65. package/lib/linter/checkPercentageExceedingSlot.js +3 -4
  66. package/lib/linter/checkPercentageExceedingSlot.js.map +1 -1
  67. package/lib/linter/conditionSchema.js +1 -2
  68. package/lib/linter/conditionSchema.js.map +1 -1
  69. package/lib/linter/featureSchema.js +1 -2
  70. package/lib/linter/featureSchema.js.map +1 -1
  71. package/lib/linter/groupSchema.js +1 -2
  72. package/lib/linter/groupSchema.js.map +1 -1
  73. package/lib/linter/lintProject.js +7 -7
  74. package/lib/linter/lintProject.js.map +1 -1
  75. package/lib/linter/printError.js +1 -2
  76. package/lib/linter/printError.js.map +1 -1
  77. package/lib/linter/segmentSchema.js +1 -2
  78. package/lib/linter/segmentSchema.js.map +1 -1
  79. package/lib/linter/testSchema.js +1 -2
  80. package/lib/linter/testSchema.js.map +1 -1
  81. package/lib/restore/index.js +9 -9
  82. package/lib/restore/index.js.map +1 -1
  83. package/lib/site/exportSite.js +3 -4
  84. package/lib/site/exportSite.js.map +1 -1
  85. package/lib/site/generateHistory.js +3 -4
  86. package/lib/site/generateHistory.js.map +1 -1
  87. package/lib/site/generateSiteSearchIndex.js +3 -4
  88. package/lib/site/generateSiteSearchIndex.js.map +1 -1
  89. package/lib/site/getLastModifiedFromHistory.js +1 -2
  90. package/lib/site/getLastModifiedFromHistory.js.map +1 -1
  91. package/lib/site/getOwnerAndRepoFromUrl.js +1 -2
  92. package/lib/site/getOwnerAndRepoFromUrl.js.map +1 -1
  93. package/lib/site/getRelativePaths.js +1 -2
  94. package/lib/site/getRelativePaths.js.map +1 -1
  95. package/lib/site/getRepoDetails.js +1 -2
  96. package/lib/site/getRepoDetails.js.map +1 -1
  97. package/lib/site/index.js +8 -8
  98. package/lib/site/index.js.map +1 -1
  99. package/lib/site/serveSite.js +1 -2
  100. package/lib/site/serveSite.js.map +1 -1
  101. package/lib/tester/checkIfArraysAreEqual.js +1 -2
  102. package/lib/tester/checkIfArraysAreEqual.js.map +1 -1
  103. package/lib/tester/checkIfObjectsAreEqual.js +1 -2
  104. package/lib/tester/checkIfObjectsAreEqual.js.map +1 -1
  105. package/lib/tester/matrix.js +6 -7
  106. package/lib/tester/matrix.js.map +1 -1
  107. package/lib/tester/prettyDuration.js +1 -2
  108. package/lib/tester/prettyDuration.js.map +1 -1
  109. package/lib/tester/printTestResult.js +1 -2
  110. package/lib/tester/printTestResult.js.map +1 -1
  111. package/lib/tester/testFeature.js +7 -8
  112. package/lib/tester/testFeature.js.map +1 -1
  113. package/lib/tester/testProject.js +13 -13
  114. package/lib/tester/testProject.js.map +1 -1
  115. package/lib/tester/testSegment.js +3 -4
  116. package/lib/tester/testSegment.js.map +1 -1
  117. package/lib/utils/extractKeys.js +2 -3
  118. package/lib/utils/extractKeys.js.map +1 -1
  119. package/lib/utils/git.js +1 -2
  120. package/lib/utils/git.js.map +1 -1
  121. package/lib/utils/pretty.js +2 -3
  122. package/lib/utils/pretty.js.map +1 -1
  123. package/package.json +6 -10
  124. package/src/datasource/datasource.ts +4 -1
  125. package/src/datasource/filesystemAdapter.ts +5 -2
  126. package/src/generate-code/typescript.ts +0 -1
  127. package/.eslintcache +0 -1
  128. package/.eslintrc.js +0 -13
  129. package/.prettierignore +0 -5
  130. package/prettier.config.js +0 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [1.27.5](https://github.com/featurevisor/featurevisor/compare/v1.27.4...v1.27.5) (2024-12-21)
7
+
8
+ **Note:** Version bump only for package @featurevisor/core
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.27.4](https://github.com/featurevisor/featurevisor/compare/v1.27.3...v1.27.4) (2024-12-01)
15
+
16
+ **Note:** Version bump only for package @featurevisor/core
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.27.3](https://github.com/featurevisor/featurevisor/compare/v1.27.2...v1.27.3) (2024-10-04)
7
23
 
8
24
  **Note:** Version bump only for package @featurevisor/core
@@ -1,25 +1,25 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1728078087039" clover="3.2.0">
3
- <project timestamp="1728078087039" name="All files">
4
- <metrics statements="381" coveredstatements="260" conditionals="193" coveredconditionals="122" methods="54" coveredmethods="37" elements="628" coveredelements="419" complexity="0" loc="381" ncloc="381" packages="4" files="10" classes="10"/>
2
+ <coverage generated="1734809196238" clover="3.2.0">
3
+ <project timestamp="1734809196238" name="All files">
4
+ <metrics statements="376" coveredstatements="255" conditionals="193" coveredconditionals="122" methods="54" coveredmethods="37" elements="623" coveredelements="414" complexity="0" loc="376" ncloc="376" packages="4" files="10" classes="10"/>
5
5
  <package name="lib.builder">
6
- <metrics statements="106" coveredstatements="100" conditionals="60" coveredconditionals="50" methods="15" coveredmethods="15"/>
6
+ <metrics statements="103" coveredstatements="97" conditionals="60" coveredconditionals="50" methods="15" coveredmethods="15"/>
7
7
  <file name="allocator.js" path="/home/runner/work/featurevisor/featurevisor/packages/core/lib/builder/allocator.js">
8
- <metrics statements="29" coveredstatements="29" conditionals="8" coveredconditionals="8" methods="2" coveredmethods="2"/>
8
+ <metrics statements="28" coveredstatements="28" conditionals="8" coveredconditionals="8" methods="2" coveredmethods="2"/>
9
9
  <line num="2" count="2" type="stmt"/>
10
10
  <line num="3" count="2" type="stmt"/>
11
- <line num="5" count="37" type="stmt"/>
11
+ <line num="4" count="2" type="stmt"/>
12
12
  <line num="6" count="37" type="stmt"/>
13
13
  <line num="7" count="37" type="stmt"/>
14
- <line num="8" count="37" type="cond" truecount="2" falsecount="0"/>
15
- <line num="9" count="39" type="stmt"/>
14
+ <line num="8" count="37" type="stmt"/>
15
+ <line num="9" count="37" type="cond" truecount="2" falsecount="0"/>
16
16
  <line num="10" count="39" type="stmt"/>
17
17
  <line num="11" count="39" type="stmt"/>
18
18
  <line num="12" count="39" type="stmt"/>
19
19
  <line num="13" count="39" type="stmt"/>
20
20
  <line num="14" count="39" type="stmt"/>
21
- <line num="16" count="37" type="stmt"/>
22
- <line num="18" count="2" type="stmt"/>
21
+ <line num="15" count="39" type="stmt"/>
22
+ <line num="17" count="37" type="stmt"/>
23
23
  <line num="20" count="38" type="cond" truecount="2" falsecount="0"/>
24
24
  <line num="21" count="4" type="stmt"/>
25
25
  <line num="23" count="34" type="stmt"/>
@@ -34,10 +34,9 @@
34
34
  <line num="33" count="40" type="stmt"/>
35
35
  <line num="34" count="40" type="stmt"/>
36
36
  <line num="36" count="34" type="stmt"/>
37
- <line num="38" count="2" type="stmt"/>
38
37
  </file>
39
38
  <file name="revision.js" path="/home/runner/work/featurevisor/featurevisor/packages/core/lib/builder/revision.js">
40
- <metrics statements="12" coveredstatements="11" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
39
+ <metrics statements="11" coveredstatements="10" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
41
40
  <line num="2" count="1" type="stmt"/>
42
41
  <line num="3" count="1" type="stmt"/>
43
42
  <line num="6" count="7" type="cond" truecount="4" falsecount="0"/>
@@ -49,36 +48,35 @@
49
48
  <line num="16" count="3" type="cond" truecount="1" falsecount="1"/>
50
49
  <line num="17" count="3" type="stmt"/>
51
50
  <line num="20" count="0" type="stmt"/>
52
- <line num="22" count="1" type="stmt"/>
53
51
  </file>
54
52
  <file name="traffic.js" path="/home/runner/work/featurevisor/featurevisor/packages/core/lib/builder/traffic.js">
55
- <metrics statements="65" coveredstatements="60" conditionals="44" coveredconditionals="35" methods="12" coveredmethods="12"/>
53
+ <metrics statements="64" coveredstatements="59" conditionals="44" coveredconditionals="35" methods="12" coveredmethods="12"/>
56
54
  <line num="2" count="1" type="stmt"/>
57
55
  <line num="3" count="1" type="stmt"/>
58
56
  <line num="4" count="1" type="stmt"/>
59
57
  <line num="5" count="1" type="stmt"/>
60
- <line num="8" count="13" type="cond" truecount="4" falsecount="0"/>
61
- <line num="9" count="4" type="cond" truecount="3" falsecount="1"/>
62
- <line num="12" count="4" type="stmt"/>
63
- <line num="15" count="0" type="stmt"/>
64
- <line num="17" count="9" type="cond" truecount="1" falsecount="1"/>
65
- <line num="19" count="21" type="stmt"/>
66
- <line num="20" count="21" type="stmt"/>
67
- <line num="23" count="9" type="stmt"/>
68
- <line num="24" count="22" type="stmt"/>
69
- <line num="25" count="22" type="stmt"/>
70
- <line num="31" count="1" type="stmt"/>
71
- <line num="34" count="13" type="cond" truecount="2" falsecount="0"/>
72
- <line num="35" count="4" type="stmt"/>
73
- <line num="37" count="9" type="stmt"/>
74
- <line num="38" count="9" type="stmt"/>
75
- <line num="40" count="1" type="stmt"/>
76
- <line num="43" count="13" type="cond" truecount="2" falsecount="0"/>
77
- <line num="44" count="4" type="stmt"/>
78
- <line num="46" count="9" type="cond" truecount="1" falsecount="1"/>
79
- <line num="47" count="9" type="stmt"/>
80
- <line num="49" count="0" type="stmt"/>
81
- <line num="51" count="1" type="stmt"/>
58
+ <line num="6" count="1" type="stmt"/>
59
+ <line num="7" count="1" type="stmt"/>
60
+ <line num="8" count="1" type="stmt"/>
61
+ <line num="11" count="13" type="cond" truecount="4" falsecount="0"/>
62
+ <line num="12" count="4" type="cond" truecount="3" falsecount="1"/>
63
+ <line num="15" count="4" type="stmt"/>
64
+ <line num="18" count="0" type="stmt"/>
65
+ <line num="20" count="9" type="cond" truecount="1" falsecount="1"/>
66
+ <line num="22" count="21" type="stmt"/>
67
+ <line num="23" count="21" type="stmt"/>
68
+ <line num="26" count="9" type="stmt"/>
69
+ <line num="27" count="22" type="stmt"/>
70
+ <line num="28" count="22" type="stmt"/>
71
+ <line num="36" count="13" type="cond" truecount="2" falsecount="0"/>
72
+ <line num="37" count="4" type="stmt"/>
73
+ <line num="39" count="9" type="stmt"/>
74
+ <line num="40" count="9" type="stmt"/>
75
+ <line num="44" count="13" type="cond" truecount="2" falsecount="0"/>
76
+ <line num="45" count="4" type="stmt"/>
77
+ <line num="47" count="9" type="cond" truecount="1" falsecount="1"/>
78
+ <line num="48" count="9" type="stmt"/>
79
+ <line num="50" count="0" type="stmt"/>
82
80
  <line num="59" count="13" type="stmt"/>
83
81
  <line num="61" count="13" type="cond" truecount="2" falsecount="2"/>
84
82
  <line num="62" count="13" type="stmt"/>
@@ -117,13 +115,12 @@
117
115
  <line num="122" count="28" type="stmt"/>
118
116
  <line num="124" count="13" type="stmt"/>
119
117
  <line num="126" count="13" type="stmt"/>
120
- <line num="128" count="1" type="stmt"/>
121
118
  </file>
122
119
  </package>
123
120
  <package name="lib.tester">
124
- <metrics statements="95" coveredstatements="38" conditionals="54" coveredconditionals="21" methods="13" coveredmethods="4"/>
121
+ <metrics statements="93" coveredstatements="36" conditionals="54" coveredconditionals="21" methods="13" coveredmethods="4"/>
125
122
  <file name="checkIfObjectsAreEqual.js" path="/home/runner/work/featurevisor/featurevisor/packages/core/lib/tester/checkIfObjectsAreEqual.js">
126
- <metrics statements="15" coveredstatements="14" conditionals="14" coveredconditionals="13" methods="1" coveredmethods="1"/>
123
+ <metrics statements="14" coveredstatements="13" conditionals="14" coveredconditionals="13" methods="1" coveredmethods="1"/>
127
124
  <line num="2" count="1" type="stmt"/>
128
125
  <line num="3" count="1" type="stmt"/>
129
126
  <line num="5" count="12" type="cond" truecount="2" falsecount="0"/>
@@ -138,10 +135,9 @@
138
135
  <line num="17" count="8" type="cond" truecount="4" falsecount="0"/>
139
136
  <line num="18" count="2" type="stmt"/>
140
137
  <line num="21" count="3" type="stmt"/>
141
- <line num="23" count="1" type="stmt"/>
142
138
  </file>
143
139
  <file name="matrix.js" path="/home/runner/work/featurevisor/featurevisor/packages/core/lib/tester/matrix.js">
144
- <metrics statements="80" coveredstatements="24" conditionals="40" coveredconditionals="8" methods="12" coveredmethods="3"/>
140
+ <metrics statements="79" coveredstatements="23" conditionals="40" coveredconditionals="8" methods="12" coveredmethods="3"/>
145
141
  <line num="2" count="1" type="cond" truecount="3" falsecount="0"/>
146
142
  <line num="3" count="2" type="cond" truecount="1" falsecount="1"/>
147
143
  <line num="4" count="0" type="stmt"/>
@@ -152,63 +148,63 @@
152
148
  <line num="11" count="2" type="stmt"/>
153
149
  <line num="13" count="1" type="stmt"/>
154
150
  <line num="14" count="1" type="stmt"/>
155
- <line num="17" count="10" type="stmt"/>
156
- <line num="18" count="10" type="stmt"/>
157
- <line num="19" count="10" type="stmt"/>
158
- <line num="20" count="20" type="stmt"/>
159
- <line num="21" count="20" type="cond" truecount="2" falsecount="0"/>
160
- <line num="22" count="12" type="stmt"/>
161
- <line num="25" count="8" type="stmt"/>
162
- <line num="30" count="3" type="stmt"/>
163
- <line num="31" count="3" type="cond" truecount="2" falsecount="0"/>
164
- <line num="32" count="1" type="stmt"/>
165
- <line num="34" count="2" type="stmt"/>
166
- <line num="35" count="2" type="stmt"/>
167
- <line num="36" count="2" type="stmt"/>
168
- <line num="38" count="1" type="stmt"/>
169
- <line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
170
- <line num="41" count="0" type="stmt"/>
171
- <line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
172
- <line num="44" count="0" type="stmt"/>
173
- <line num="47" count="0" type="cond" truecount="0" falsecount="5"/>
151
+ <line num="15" count="1" type="stmt"/>
152
+ <line num="16" count="1" type="stmt"/>
153
+ <line num="17" count="1" type="stmt"/>
154
+ <line num="18" count="1" type="stmt"/>
155
+ <line num="19" count="1" type="stmt"/>
156
+ <line num="22" count="10" type="stmt"/>
157
+ <line num="23" count="10" type="stmt"/>
158
+ <line num="24" count="10" type="stmt"/>
159
+ <line num="25" count="20" type="stmt"/>
160
+ <line num="26" count="20" type="cond" truecount="2" falsecount="0"/>
161
+ <line num="27" count="12" type="stmt"/>
162
+ <line num="30" count="8" type="stmt"/>
163
+ <line num="35" count="3" type="stmt"/>
164
+ <line num="36" count="3" type="cond" truecount="2" falsecount="0"/>
165
+ <line num="37" count="1" type="stmt"/>
166
+ <line num="39" count="2" type="stmt"/>
167
+ <line num="40" count="2" type="stmt"/>
168
+ <line num="41" count="2" type="stmt"/>
169
+ <line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
170
+ <line num="45" count="0" type="stmt"/>
171
+ <line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
174
172
  <line num="48" count="0" type="stmt"/>
175
- <line num="49" count="0" type="stmt"/>
173
+ <line num="51" count="0" type="cond" truecount="0" falsecount="5"/>
176
174
  <line num="52" count="0" type="stmt"/>
177
- <line num="54" count="0" type="stmt"/>
178
- <line num="56" count="1" type="stmt"/>
179
- <line num="61" count="0" type="stmt"/>
180
- <line num="63" count="0" type="stmt"/>
181
- <line num="65" count="0" type="stmt"/>
175
+ <line num="53" count="0" type="stmt"/>
176
+ <line num="56" count="0" type="stmt"/>
177
+ <line num="58" count="0" type="stmt"/>
178
+ <line num="64" count="0" type="stmt"/>
182
179
  <line num="66" count="0" type="stmt"/>
183
- <line num="67" count="0" type="stmt"/>
180
+ <line num="68" count="0" type="stmt"/>
181
+ <line num="69" count="0" type="stmt"/>
184
182
  <line num="70" count="0" type="stmt"/>
185
- <line num="71" count="0" type="cond" truecount="0" falsecount="2"/>
186
- <line num="72" count="0" type="stmt"/>
187
- <line num="78" count="0" type="cond" truecount="0" falsecount="2"/>
188
- <line num="79" count="0" type="stmt"/>
189
- <line num="81" count="0" type="stmt"/>
190
- <line num="83" count="1" type="stmt"/>
191
- <line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
192
- <line num="86" count="0" type="stmt"/>
183
+ <line num="73" count="0" type="stmt"/>
184
+ <line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
185
+ <line num="75" count="0" type="stmt"/>
186
+ <line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
187
+ <line num="82" count="0" type="stmt"/>
188
+ <line num="84" count="0" type="stmt"/>
193
189
  <line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
194
190
  <line num="88" count="0" type="stmt"/>
191
+ <line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
195
192
  <line num="90" count="0" type="stmt"/>
196
- <line num="91" count="0" type="stmt"/>
197
193
  <line num="92" count="0" type="stmt"/>
198
194
  <line num="93" count="0" type="stmt"/>
199
195
  <line num="94" count="0" type="stmt"/>
200
- <line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
196
+ <line num="95" count="0" type="stmt"/>
201
197
  <line num="96" count="0" type="stmt"/>
198
+ <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
202
199
  <line num="98" count="0" type="stmt"/>
203
- <line num="100" count="1" type="stmt"/>
204
- <line num="105" count="0" type="stmt"/>
205
- <line num="107" count="0" type="stmt"/>
200
+ <line num="100" count="0" type="stmt"/>
201
+ <line num="106" count="0" type="stmt"/>
206
202
  <line num="108" count="0" type="stmt"/>
207
203
  <line num="109" count="0" type="stmt"/>
208
- <line num="112" count="0" type="cond" truecount="0" falsecount="2"/>
209
- <line num="113" count="0" type="stmt"/>
210
- <line num="115" count="0" type="stmt"/>
211
- <line num="117" count="1" type="stmt"/>
204
+ <line num="110" count="0" type="stmt"/>
205
+ <line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
206
+ <line num="114" count="0" type="stmt"/>
207
+ <line num="116" count="0" type="stmt"/>
212
208
  <line num="119" count="0" type="cond" truecount="0" falsecount="2"/>
213
209
  <line num="120" count="0" type="stmt"/>
214
210
  <line num="121" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -221,7 +217,6 @@
221
217
  <line num="129" count="0" type="cond" truecount="0" falsecount="2"/>
222
218
  <line num="130" count="0" type="stmt"/>
223
219
  <line num="132" count="0" type="stmt"/>
224
- <line num="134" count="1" type="stmt"/>
225
220
  </file>
226
221
  </package>
227
222
  <package name="src.builder">