@featurevisor/core 1.27.4 → 1.27.6

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 (131) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/LICENSE +1 -1
  3. package/coverage/clover.xml +80 -85
  4. package/coverage/coverage-final.json +10 -10
  5. package/coverage/lcov-report/index.html +16 -16
  6. package/coverage/lcov-report/lib/builder/allocator.js.html +7 -10
  7. package/coverage/lcov-report/lib/builder/index.html +18 -18
  8. package/coverage/lcov-report/lib/builder/revision.js.html +7 -10
  9. package/coverage/lcov-report/lib/builder/traffic.js.html +13 -16
  10. package/coverage/lcov-report/lib/tester/checkIfObjectsAreEqual.js.html +7 -10
  11. package/coverage/lcov-report/lib/tester/index.html +16 -16
  12. package/coverage/lcov-report/lib/tester/matrix.js.html +17 -20
  13. package/coverage/lcov-report/src/builder/allocator.ts.html +1 -1
  14. package/coverage/lcov-report/src/builder/index.html +1 -1
  15. package/coverage/lcov-report/src/builder/revision.ts.html +1 -1
  16. package/coverage/lcov-report/src/builder/traffic.ts.html +1 -1
  17. package/coverage/lcov-report/src/tester/checkIfObjectsAreEqual.ts.html +1 -1
  18. package/coverage/lcov-report/src/tester/index.html +1 -1
  19. package/coverage/lcov-report/src/tester/matrix.ts.html +1 -1
  20. package/coverage/lcov.info +132 -137
  21. package/lib/assess-distribution/index.js +28 -30
  22. package/lib/assess-distribution/index.js.map +1 -1
  23. package/lib/benchmark/index.js +29 -31
  24. package/lib/benchmark/index.js.map +1 -1
  25. package/lib/builder/allocator.js +2 -3
  26. package/lib/builder/allocator.js.map +1 -1
  27. package/lib/builder/buildDatafile.js +18 -19
  28. package/lib/builder/buildDatafile.js.map +1 -1
  29. package/lib/builder/buildProject.js +12 -12
  30. package/lib/builder/buildProject.js.map +1 -1
  31. package/lib/builder/getFeatureRanges.js +3 -4
  32. package/lib/builder/getFeatureRanges.js.map +1 -1
  33. package/lib/builder/revision.js +1 -2
  34. package/lib/builder/revision.js.map +1 -1
  35. package/lib/builder/traffic.js +4 -5
  36. package/lib/builder/traffic.js.map +1 -1
  37. package/lib/cli/cli.js +3 -4
  38. package/lib/cli/cli.js.map +1 -1
  39. package/lib/config/projectConfig.js +15 -17
  40. package/lib/config/projectConfig.js.map +1 -1
  41. package/lib/datasource/datasource.js +5 -5
  42. package/lib/datasource/datasource.js.map +1 -1
  43. package/lib/datasource/filesystemAdapter.js +6 -6
  44. package/lib/datasource/filesystemAdapter.js.map +1 -1
  45. package/lib/evaluate/index.js +31 -33
  46. package/lib/evaluate/index.js.map +1 -1
  47. package/lib/find-duplicate-segments/findDuplicateSegments.js +6 -7
  48. package/lib/find-duplicate-segments/findDuplicateSegments.js.map +1 -1
  49. package/lib/find-duplicate-segments/index.js +24 -26
  50. package/lib/find-duplicate-segments/index.js.map +1 -1
  51. package/lib/find-usage/index.js +31 -33
  52. package/lib/find-usage/index.js.map +1 -1
  53. package/lib/generate-code/index.js +9 -9
  54. package/lib/generate-code/index.js.map +1 -1
  55. package/lib/generate-code/typescript.js +3 -5
  56. package/lib/generate-code/typescript.js.map +1 -1
  57. package/lib/info/index.js +9 -9
  58. package/lib/info/index.js.map +1 -1
  59. package/lib/init/index.d.ts +1 -1
  60. package/lib/init/index.js +4 -4
  61. package/lib/init/index.js.map +1 -1
  62. package/lib/linter/attributeSchema.js +1 -2
  63. package/lib/linter/attributeSchema.js.map +1 -1
  64. package/lib/linter/checkCircularDependency.js +6 -7
  65. package/lib/linter/checkCircularDependency.js.map +1 -1
  66. package/lib/linter/checkPercentageExceedingSlot.js +3 -4
  67. package/lib/linter/checkPercentageExceedingSlot.js.map +1 -1
  68. package/lib/linter/conditionSchema.js +1 -2
  69. package/lib/linter/conditionSchema.js.map +1 -1
  70. package/lib/linter/featureSchema.js +1 -2
  71. package/lib/linter/featureSchema.js.map +1 -1
  72. package/lib/linter/groupSchema.js +1 -2
  73. package/lib/linter/groupSchema.js.map +1 -1
  74. package/lib/linter/lintProject.js +7 -7
  75. package/lib/linter/lintProject.js.map +1 -1
  76. package/lib/linter/printError.js +1 -2
  77. package/lib/linter/printError.js.map +1 -1
  78. package/lib/linter/segmentSchema.js +1 -2
  79. package/lib/linter/segmentSchema.js.map +1 -1
  80. package/lib/linter/testSchema.js +1 -2
  81. package/lib/linter/testSchema.js.map +1 -1
  82. package/lib/restore/index.js +9 -9
  83. package/lib/restore/index.js.map +1 -1
  84. package/lib/site/exportSite.js +3 -4
  85. package/lib/site/exportSite.js.map +1 -1
  86. package/lib/site/generateHistory.js +3 -4
  87. package/lib/site/generateHistory.js.map +1 -1
  88. package/lib/site/generateSiteSearchIndex.js +3 -4
  89. package/lib/site/generateSiteSearchIndex.js.map +1 -1
  90. package/lib/site/getLastModifiedFromHistory.js +1 -2
  91. package/lib/site/getLastModifiedFromHistory.js.map +1 -1
  92. package/lib/site/getOwnerAndRepoFromUrl.js +1 -2
  93. package/lib/site/getOwnerAndRepoFromUrl.js.map +1 -1
  94. package/lib/site/getRelativePaths.js +1 -2
  95. package/lib/site/getRelativePaths.js.map +1 -1
  96. package/lib/site/getRepoDetails.js +1 -2
  97. package/lib/site/getRepoDetails.js.map +1 -1
  98. package/lib/site/index.js +8 -8
  99. package/lib/site/index.js.map +1 -1
  100. package/lib/site/serveSite.js +1 -2
  101. package/lib/site/serveSite.js.map +1 -1
  102. package/lib/tester/checkIfArraysAreEqual.js +1 -2
  103. package/lib/tester/checkIfArraysAreEqual.js.map +1 -1
  104. package/lib/tester/checkIfObjectsAreEqual.js +1 -2
  105. package/lib/tester/checkIfObjectsAreEqual.js.map +1 -1
  106. package/lib/tester/matrix.js +6 -7
  107. package/lib/tester/matrix.js.map +1 -1
  108. package/lib/tester/prettyDuration.js +1 -2
  109. package/lib/tester/prettyDuration.js.map +1 -1
  110. package/lib/tester/printTestResult.js +1 -2
  111. package/lib/tester/printTestResult.js.map +1 -1
  112. package/lib/tester/testFeature.js +7 -8
  113. package/lib/tester/testFeature.js.map +1 -1
  114. package/lib/tester/testProject.js +13 -13
  115. package/lib/tester/testProject.js.map +1 -1
  116. package/lib/tester/testSegment.js +3 -4
  117. package/lib/tester/testSegment.js.map +1 -1
  118. package/lib/utils/extractKeys.js +2 -3
  119. package/lib/utils/extractKeys.js.map +1 -1
  120. package/lib/utils/git.js +1 -2
  121. package/lib/utils/git.js.map +1 -1
  122. package/lib/utils/pretty.js +2 -3
  123. package/lib/utils/pretty.js.map +1 -1
  124. package/package.json +6 -10
  125. package/src/datasource/datasource.ts +4 -1
  126. package/src/datasource/filesystemAdapter.ts +5 -2
  127. package/src/generate-code/typescript.ts +0 -1
  128. package/.eslintcache +0 -1
  129. package/.eslintrc.js +0 -13
  130. package/.prettierignore +0 -5
  131. package/prettier.config.js +0 -8
@@ -23,9 +23,9 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">28.73% </span>
26
+ <span class="strong">27.9% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>25/87</span>
28
+ <span class='fraction'>24/86</span>
29
29
  </div>
30
30
 
31
31
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">30% </span>
47
+ <span class="strong">29.11% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>24/80</span>
49
+ <span class='fraction'>23/79</span>
50
50
  </div>
51
51
 
52
52
 
@@ -196,8 +196,7 @@
196
196
  <a name='L131'></a><a href='#L131'>131</a>
197
197
  <a name='L132'></a><a href='#L132'>132</a>
198
198
  <a name='L133'></a><a href='#L133'>133</a>
199
- <a name='L134'></a><a href='#L134'>134</a>
200
- <a name='L135'></a><a href='#L135'>135</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
199
+ <a name='L134'></a><a href='#L134'>134</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
201
200
  <span class="cline-any cline-yes">1x</span>
202
201
  <span class="cline-any cline-yes">2x</span>
203
202
  <span class="cline-any cline-no">&nbsp;</span>
@@ -211,6 +210,11 @@
211
210
  <span class="cline-any cline-neutral">&nbsp;</span>
212
211
  <span class="cline-any cline-yes">1x</span>
213
212
  <span class="cline-any cline-yes">1x</span>
213
+ <span class="cline-any cline-yes">1x</span>
214
+ <span class="cline-any cline-yes">1x</span>
215
+ <span class="cline-any cline-yes">1x</span>
216
+ <span class="cline-any cline-yes">1x</span>
217
+ <span class="cline-any cline-yes">1x</span>
214
218
  <span class="cline-any cline-neutral">&nbsp;</span>
215
219
  <span class="cline-any cline-neutral">&nbsp;</span>
216
220
  <span class="cline-any cline-yes">10x</span>
@@ -234,7 +238,6 @@
234
238
  <span class="cline-any cline-yes">2x</span>
235
239
  <span class="cline-any cline-yes">2x</span>
236
240
  <span class="cline-any cline-neutral">&nbsp;</span>
237
- <span class="cline-any cline-yes">1x</span>
238
241
  <span class="cline-any cline-neutral">&nbsp;</span>
239
242
  <span class="cline-any cline-no">&nbsp;</span>
240
243
  <span class="cline-any cline-no">&nbsp;</span>
@@ -252,7 +255,6 @@
252
255
  <span class="cline-any cline-neutral">&nbsp;</span>
253
256
  <span class="cline-any cline-no">&nbsp;</span>
254
257
  <span class="cline-any cline-neutral">&nbsp;</span>
255
- <span class="cline-any cline-yes">1x</span>
256
258
  <span class="cline-any cline-neutral">&nbsp;</span>
257
259
  <span class="cline-any cline-neutral">&nbsp;</span>
258
260
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -279,7 +281,6 @@
279
281
  <span class="cline-any cline-neutral">&nbsp;</span>
280
282
  <span class="cline-any cline-no">&nbsp;</span>
281
283
  <span class="cline-any cline-neutral">&nbsp;</span>
282
- <span class="cline-any cline-yes">1x</span>
283
284
  <span class="cline-any cline-neutral">&nbsp;</span>
284
285
  <span class="cline-any cline-no">&nbsp;</span>
285
286
  <span class="cline-any cline-no">&nbsp;</span>
@@ -296,7 +297,6 @@
296
297
  <span class="cline-any cline-neutral">&nbsp;</span>
297
298
  <span class="cline-any cline-no">&nbsp;</span>
298
299
  <span class="cline-any cline-neutral">&nbsp;</span>
299
- <span class="cline-any cline-yes">1x</span>
300
300
  <span class="cline-any cline-neutral">&nbsp;</span>
301
301
  <span class="cline-any cline-neutral">&nbsp;</span>
302
302
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -313,7 +313,6 @@
313
313
  <span class="cline-any cline-neutral">&nbsp;</span>
314
314
  <span class="cline-any cline-no">&nbsp;</span>
315
315
  <span class="cline-any cline-neutral">&nbsp;</span>
316
- <span class="cline-any cline-yes">1x</span>
317
316
  <span class="cline-any cline-neutral">&nbsp;</span>
318
317
  <span class="cline-any cline-no">&nbsp;</span>
319
318
  <span class="cline-any cline-no">&nbsp;</span>
@@ -330,7 +329,6 @@
330
329
  <span class="cline-any cline-neutral">&nbsp;</span>
331
330
  <span class="cline-any cline-no">&nbsp;</span>
332
331
  <span class="cline-any cline-neutral">&nbsp;</span>
333
- <span class="cline-any cline-yes">1x</span>
334
332
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">"use strict";
335
333
  var __assign = (this &amp;&amp; this.__assign) || function () {
336
334
  __assign = Object.assign || <span class="fstat-no" title="function not covered" ><span class="branch-1 cbranch-no" title="branch not covered" >fu</span>nction(t) {</span>
@@ -344,7 +342,12 @@ var __assign = (this &amp;&amp; this.__assign) || function () {
344
342
  return __assign.apply(this, arguments);
345
343
  };
346
344
  Object.defineProperty(exports, "__esModule", { value: true });
347
- exports.getSegmentAssertionsFromMatrix = exports.applyCombinationToSegmentAssertion = exports.getFeatureAssertionsFromMatrix = exports.applyCombinationToFeatureAssertion = exports.applyCombinationToValue = exports.getMatrixCombinations = void 0;
345
+ exports.getMatrixCombinations = getMatrixCombinations;
346
+ exports.applyCombinationToValue = applyCombinationToValue;
347
+ exports.applyCombinationToFeatureAssertion = applyCombinationToFeatureAssertion;
348
+ exports.getFeatureAssertionsFromMatrix = getFeatureAssertionsFromMatrix;
349
+ exports.applyCombinationToSegmentAssertion = applyCombinationToSegmentAssertion;
350
+ exports.getSegmentAssertionsFromMatrix = getSegmentAssertionsFromMatrix;
348
351
  function generateCombinations(keys, matrix, idx, prev, combinations) {
349
352
  var _a;
350
353
  var key = keys[idx];
@@ -368,7 +371,6 @@ function getMatrixCombinations(matrix) {
368
371
  generateCombinations(keys, matrix, 0, {}, combinations);
369
372
  return combinations;
370
373
  }
371
- exports.getMatrixCombinations = getMatrixCombinations;
372
374
  function <span class="fstat-no" title="function not covered" >applyCombinationToValue(</span>value, combination) {
373
375
  <span class="cstat-no" title="statement not covered" > if (typeof value === "string") {</span>
374
376
  var variableKeysInValue = <span class="cstat-no" title="statement not covered" >value.match(/\${{(.+?)}}/g);</span>
@@ -386,7 +388,6 @@ function <span class="fstat-no" title="function not covered" >applyCombinationTo
386
388
  }
387
389
  <span class="cstat-no" title="statement not covered" > return value;</span>
388
390
  }
389
- exports.applyCombinationToValue = applyCombinationToValue;
390
391
  /**
391
392
  * Features
392
393
  */
@@ -413,7 +414,6 @@ function <span class="fstat-no" title="function not covered" >applyCombinationTo
413
414
  }
414
415
  <span class="cstat-no" title="statement not covered" > return flattenedAssertion;</span>
415
416
  }
416
- exports.applyCombinationToFeatureAssertion = applyCombinationToFeatureAssertion;
417
417
  function <span class="fstat-no" title="function not covered" >getFeatureAssertionsFromMatrix(</span>aIndex, assertionWithMatrix) {
418
418
  <span class="cstat-no" title="statement not covered" > if (!assertionWithMatrix.matrix) {</span>
419
419
  var assertion = <span class="cstat-no" title="statement not covered" >__assign({}, assertionWithMatrix);</span>
@@ -430,7 +430,6 @@ function <span class="fstat-no" title="function not covered" >getFeatureAssertio
430
430
  }
431
431
  <span class="cstat-no" title="statement not covered" > return assertions;</span>
432
432
  }
433
- exports.getFeatureAssertionsFromMatrix = getFeatureAssertionsFromMatrix;
434
433
  /**
435
434
  * Segments
436
435
  */
@@ -447,7 +446,6 @@ function <span class="fstat-no" title="function not covered" >applyCombinationTo
447
446
  }
448
447
  <span class="cstat-no" title="statement not covered" > return flattenedAssertion;</span>
449
448
  }
450
- exports.applyCombinationToSegmentAssertion = applyCombinationToSegmentAssertion;
451
449
  function <span class="fstat-no" title="function not covered" >getSegmentAssertionsFromMatrix(</span>aIndex, assertionWithMatrix) {
452
450
  <span class="cstat-no" title="statement not covered" > if (!assertionWithMatrix.matrix) {</span>
453
451
  var assertion = <span class="cstat-no" title="statement not covered" >__assign({}, assertionWithMatrix);</span>
@@ -464,7 +462,6 @@ function <span class="fstat-no" title="function not covered" >getSegmentAssertio
464
462
  }
465
463
  <span class="cstat-no" title="statement not covered" > return assertions;</span>
466
464
  }
467
- exports.getSegmentAssertionsFromMatrix = getSegmentAssertionsFromMatrix;
468
465
  //# sourceMappingURL=matrix.js.map</pre></td></tr></table></pre>
469
466
 
470
467
  <div class='push'></div><!-- for sticky footer -->
@@ -472,7 +469,7 @@ exports.getSegmentAssertionsFromMatrix = getSegmentAssertionsFromMatrix;
472
469
  <div class='footer quiet pad2 space-top1 center small'>
473
470
  Code coverage generated by
474
471
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
475
- at 2024-12-01T21:00:30.346Z
472
+ at 2025-01-20T19:49:30.988Z
476
473
  </div>
477
474
  <script src="../../prettify.js"></script>
478
475
  <script>
@@ -205,7 +205,7 @@ export function getUpdatedAvailableRangesAfterFilling(
205
205
  <div class='footer quiet pad2 space-top1 center small'>
206
206
  Code coverage generated by
207
207
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
208
- at 2024-12-01T21:00:30.346Z
208
+ at 2025-01-20T19:49:30.988Z
209
209
  </div>
210
210
  <script src="../../prettify.js"></script>
211
211
  <script>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at 2024-12-01T21:00:30.346Z
134
+ at 2025-01-20T19:49:30.988Z
135
135
  </div>
136
136
  <script src="../../prettify.js"></script>
137
137
  <script>
@@ -136,7 +136,7 @@
136
136
  <div class='footer quiet pad2 space-top1 center small'>
137
137
  Code coverage generated by
138
138
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
139
- at 2024-12-01T21:00:30.346Z
139
+ at 2025-01-20T19:49:30.988Z
140
140
  </div>
141
141
  <script src="../../prettify.js"></script>
142
142
  <script>
@@ -565,7 +565,7 @@ export function getTraffic(
565
565
  <div class='footer quiet pad2 space-top1 center small'>
566
566
  Code coverage generated by
567
567
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
568
- at 2024-12-01T21:00:30.346Z
568
+ at 2025-01-20T19:49:30.988Z
569
569
  </div>
570
570
  <script src="../../prettify.js"></script>
571
571
  <script>
@@ -142,7 +142,7 @@
142
142
  <div class='footer quiet pad2 space-top1 center small'>
143
143
  Code coverage generated by
144
144
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
145
- at 2024-12-01T21:00:30.346Z
145
+ at 2025-01-20T19:49:30.988Z
146
146
  </div>
147
147
  <script src="../../prettify.js"></script>
148
148
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-12-01T21:00:30.346Z
119
+ at 2025-01-20T19:49:30.988Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -625,7 +625,7 @@ export function <span class="fstat-no" title="function not covered" >getSegmentA
625
625
  <div class='footer quiet pad2 space-top1 center small'>
626
626
  Code coverage generated by
627
627
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
628
- at 2024-12-01T21:00:30.346Z
628
+ at 2025-01-20T19:49:30.988Z
629
629
  </div>
630
630
  <script src="../../prettify.js"></script>
631
631
  <script>
@@ -1,6 +1,6 @@
1
1
  TN:
2
2
  SF:lib/builder/allocator.js
3
- FN:4,getAllocation
3
+ FN:5,getAllocation
4
4
  FN:19,getUpdatedAvailableRangesAfterFilling
5
5
  FNF:2
6
6
  FNH:2
@@ -8,18 +8,18 @@ FNDA:37,getAllocation
8
8
  FNDA:38,getUpdatedAvailableRangesAfterFilling
9
9
  DA:2,2
10
10
  DA:3,2
11
- DA:5,37
11
+ DA:4,2
12
12
  DA:6,37
13
13
  DA:7,37
14
14
  DA:8,37
15
- DA:9,39
15
+ DA:9,37
16
16
  DA:10,39
17
17
  DA:11,39
18
18
  DA:12,39
19
19
  DA:13,39
20
20
  DA:14,39
21
- DA:16,37
22
- DA:18,2
21
+ DA:15,39
22
+ DA:17,37
23
23
  DA:20,38
24
24
  DA:21,4
25
25
  DA:23,34
@@ -34,11 +34,10 @@ DA:31,27
34
34
  DA:33,40
35
35
  DA:34,40
36
36
  DA:36,34
37
- DA:38,2
38
- LF:29
39
- LH:29
40
- BRDA:8,0,0,76
41
- BRDA:8,0,1,39
37
+ LF:28
38
+ LH:28
39
+ BRDA:9,0,0,76
40
+ BRDA:9,0,1,39
42
41
  BRDA:20,1,0,4
43
42
  BRDA:20,1,1,34
44
43
  BRDA:26,2,0,74
@@ -65,9 +64,8 @@ DA:15,3
65
64
  DA:16,3
66
65
  DA:17,3
67
66
  DA:20,0
68
- DA:22,1
69
- LF:12
70
- LH:11
67
+ LF:11
68
+ LH:10
71
69
  BRDA:6,0,0,2
72
70
  BRDA:6,0,1,5
73
71
  BRDA:6,1,0,7
@@ -81,11 +79,11 @@ BRH:7
81
79
  end_of_record
82
80
  TN:
83
81
  SF:lib/builder/traffic.js
84
- FN:6,detectIfVariationsChanged
85
- FN:18,(anonymous_1)
86
- FN:23,(anonymous_2)
87
- FN:32,getRulePercentageDiff
88
- FN:41,detectIfRangesChanged
82
+ FN:9,detectIfVariationsChanged
83
+ FN:21,(anonymous_1)
84
+ FN:26,(anonymous_2)
85
+ FN:34,getRulePercentageDiff
86
+ FN:42,detectIfRangesChanged
89
87
  FN:52,getTraffic
90
88
  FN:62,(anonymous_6)
91
89
  FN:79,(anonymous_7)
@@ -111,28 +109,28 @@ DA:2,1
111
109
  DA:3,1
112
110
  DA:4,1
113
111
  DA:5,1
114
- DA:8,13
115
- DA:9,4
112
+ DA:6,1
113
+ DA:7,1
114
+ DA:8,1
115
+ DA:11,13
116
116
  DA:12,4
117
- DA:15,0
118
- DA:17,9
119
- DA:19,21
120
- DA:20,21
121
- DA:23,9
122
- DA:24,22
123
- DA:25,22
124
- DA:31,1
125
- DA:34,13
126
- DA:35,4
127
- DA:37,9
128
- DA:38,9
129
- DA:40,1
130
- DA:43,13
131
- DA:44,4
132
- DA:46,9
117
+ DA:15,4
118
+ DA:18,0
119
+ DA:20,9
120
+ DA:22,21
121
+ DA:23,21
122
+ DA:26,9
123
+ DA:27,22
124
+ DA:28,22
125
+ DA:36,13
126
+ DA:37,4
127
+ DA:39,9
128
+ DA:40,9
129
+ DA:44,13
130
+ DA:45,4
133
131
  DA:47,9
134
- DA:49,0
135
- DA:51,1
132
+ DA:48,9
133
+ DA:50,0
136
134
  DA:59,13
137
135
  DA:61,13
138
136
  DA:62,13
@@ -171,25 +169,24 @@ DA:120,0
171
169
  DA:122,28
172
170
  DA:124,13
173
171
  DA:126,13
174
- DA:128,1
175
- LF:65
176
- LH:60
177
- BRDA:8,0,0,4
178
- BRDA:8,0,1,9
179
- BRDA:8,1,0,13
180
- BRDA:8,1,1,9
181
- BRDA:9,2,0,4
182
- BRDA:9,2,1,0
183
- BRDA:9,3,0,4
184
- BRDA:9,3,1,4
185
- BRDA:17,4,0,9
186
- BRDA:17,4,1,0
187
- BRDA:34,5,0,4
188
- BRDA:34,5,1,9
189
- BRDA:43,6,0,4
190
- BRDA:43,6,1,9
191
- BRDA:46,7,0,9
192
- BRDA:46,7,1,0
172
+ LF:64
173
+ LH:59
174
+ BRDA:11,0,0,4
175
+ BRDA:11,0,1,9
176
+ BRDA:11,1,0,13
177
+ BRDA:11,1,1,9
178
+ BRDA:12,2,0,4
179
+ BRDA:12,2,1,0
180
+ BRDA:12,3,0,4
181
+ BRDA:12,3,1,4
182
+ BRDA:20,4,0,9
183
+ BRDA:20,4,1,0
184
+ BRDA:36,5,0,4
185
+ BRDA:36,5,1,9
186
+ BRDA:44,6,0,4
187
+ BRDA:44,6,1,9
188
+ BRDA:47,7,0,9
189
+ BRDA:47,7,1,0
193
190
  BRDA:61,8,0,0
194
191
  BRDA:61,8,1,13
195
192
  BRDA:61,9,0,13
@@ -241,9 +238,8 @@ DA:16,8
241
238
  DA:17,8
242
239
  DA:18,2
243
240
  DA:21,3
244
- DA:23,1
245
- LF:15
246
- LH:14
241
+ LF:14
242
+ LH:13
247
243
  BRDA:5,0,0,5
248
244
  BRDA:5,0,1,7
249
245
  BRDA:8,1,0,2
@@ -265,15 +261,15 @@ TN:
265
261
  SF:lib/tester/matrix.js
266
262
  FN:2,(anonymous_0)
267
263
  FN:3,(anonymous_1)
268
- FN:15,generateCombinations
269
- FN:29,getMatrixCombinations
270
- FN:39,applyCombinationToValue
271
- FN:52,(anonymous_5)
272
- FN:60,applyCombinationToFeatureAssertion
273
- FN:65,(anonymous_7)
274
- FN:84,getFeatureAssertionsFromMatrix
275
- FN:104,applyCombinationToSegmentAssertion
276
- FN:107,(anonymous_10)
264
+ FN:20,generateCombinations
265
+ FN:34,getMatrixCombinations
266
+ FN:43,applyCombinationToValue
267
+ FN:56,(anonymous_5)
268
+ FN:63,applyCombinationToFeatureAssertion
269
+ FN:68,(anonymous_7)
270
+ FN:86,getFeatureAssertionsFromMatrix
271
+ FN:105,applyCombinationToSegmentAssertion
272
+ FN:108,(anonymous_10)
277
273
  FN:118,getSegmentAssertionsFromMatrix
278
274
  FNF:12
279
275
  FNH:3
@@ -299,63 +295,63 @@ DA:9,0
299
295
  DA:11,2
300
296
  DA:13,1
301
297
  DA:14,1
302
- DA:17,10
303
- DA:18,10
304
- DA:19,10
305
- DA:20,20
306
- DA:21,20
307
- DA:22,12
308
- DA:25,8
309
- DA:30,3
310
- DA:31,3
311
- DA:32,1
312
- DA:34,2
313
- DA:35,2
314
- DA:36,2
315
- DA:38,1
316
- DA:40,0
317
- DA:41,0
318
- DA:43,0
298
+ DA:15,1
299
+ DA:16,1
300
+ DA:17,1
301
+ DA:18,1
302
+ DA:19,1
303
+ DA:22,10
304
+ DA:23,10
305
+ DA:24,10
306
+ DA:25,20
307
+ DA:26,20
308
+ DA:27,12
309
+ DA:30,8
310
+ DA:35,3
311
+ DA:36,3
312
+ DA:37,1
313
+ DA:39,2
314
+ DA:40,2
315
+ DA:41,2
319
316
  DA:44,0
317
+ DA:45,0
320
318
  DA:47,0
321
319
  DA:48,0
322
- DA:49,0
320
+ DA:51,0
323
321
  DA:52,0
324
- DA:54,0
325
- DA:56,1
326
- DA:61,0
327
- DA:63,0
328
- DA:65,0
322
+ DA:53,0
323
+ DA:56,0
324
+ DA:58,0
325
+ DA:64,0
329
326
  DA:66,0
330
- DA:67,0
327
+ DA:68,0
328
+ DA:69,0
331
329
  DA:70,0
332
- DA:71,0
333
- DA:72,0
334
- DA:78,0
335
- DA:79,0
330
+ DA:73,0
331
+ DA:74,0
332
+ DA:75,0
336
333
  DA:81,0
337
- DA:83,1
338
- DA:85,0
339
- DA:86,0
334
+ DA:82,0
335
+ DA:84,0
340
336
  DA:87,0
341
337
  DA:88,0
338
+ DA:89,0
342
339
  DA:90,0
343
- DA:91,0
344
340
  DA:92,0
345
341
  DA:93,0
346
342
  DA:94,0
347
343
  DA:95,0
348
344
  DA:96,0
345
+ DA:97,0
349
346
  DA:98,0
350
- DA:100,1
351
- DA:105,0
352
- DA:107,0
347
+ DA:100,0
348
+ DA:106,0
353
349
  DA:108,0
354
350
  DA:109,0
355
- DA:112,0
351
+ DA:110,0
356
352
  DA:113,0
357
- DA:115,0
358
- DA:117,1
353
+ DA:114,0
354
+ DA:116,0
359
355
  DA:119,0
360
356
  DA:120,0
361
357
  DA:121,0
@@ -368,9 +364,8 @@ DA:128,0
368
364
  DA:129,0
369
365
  DA:130,0
370
366
  DA:132,0
371
- DA:134,1
372
- LF:80
373
- LH:24
367
+ LF:79
368
+ LH:23
374
369
  BRDA:2,0,0,1
375
370
  BRDA:2,0,1,1
376
371
  BRDA:2,0,2,1
@@ -378,33 +373,33 @@ BRDA:3,1,0,2
378
373
  BRDA:3,1,1,0
379
374
  BRDA:6,2,0,0
380
375
  BRDA:6,2,1,0
381
- BRDA:21,3,0,12
382
- BRDA:21,3,1,8
383
- BRDA:31,4,0,1
384
- BRDA:31,4,1,2
385
- BRDA:40,5,0,0
386
- BRDA:40,5,1,0
387
- BRDA:43,6,0,0
388
- BRDA:43,6,1,0
389
- BRDA:47,7,0,0
390
- BRDA:47,7,1,0
391
- BRDA:47,8,0,0
392
- BRDA:47,8,1,0
393
- BRDA:47,8,2,0
394
- BRDA:71,9,0,0
395
- BRDA:71,9,1,0
396
- BRDA:73,10,0,0
397
- BRDA:73,10,1,0
398
- BRDA:78,11,0,0
399
- BRDA:78,11,1,0
400
- BRDA:85,12,0,0
401
- BRDA:85,12,1,0
402
- BRDA:87,13,0,0
403
- BRDA:87,13,1,0
404
- BRDA:95,14,0,0
405
- BRDA:95,14,1,0
406
- BRDA:112,15,0,0
407
- BRDA:112,15,1,0
376
+ BRDA:26,3,0,12
377
+ BRDA:26,3,1,8
378
+ BRDA:36,4,0,1
379
+ BRDA:36,4,1,2
380
+ BRDA:44,5,0,0
381
+ BRDA:44,5,1,0
382
+ BRDA:47,6,0,0
383
+ BRDA:47,6,1,0
384
+ BRDA:51,7,0,0
385
+ BRDA:51,7,1,0
386
+ BRDA:51,8,0,0
387
+ BRDA:51,8,1,0
388
+ BRDA:51,8,2,0
389
+ BRDA:74,9,0,0
390
+ BRDA:74,9,1,0
391
+ BRDA:76,10,0,0
392
+ BRDA:76,10,1,0
393
+ BRDA:81,11,0,0
394
+ BRDA:81,11,1,0
395
+ BRDA:87,12,0,0
396
+ BRDA:87,12,1,0
397
+ BRDA:89,13,0,0
398
+ BRDA:89,13,1,0
399
+ BRDA:97,14,0,0
400
+ BRDA:97,14,1,0
401
+ BRDA:113,15,0,0
402
+ BRDA:113,15,1,0
408
403
  BRDA:119,16,0,0
409
404
  BRDA:119,16,1,0
410
405
  BRDA:121,17,0,0