File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -450,10 +450,10 @@ private function calculateStatistics(): void
450
450
$ this ->calculatePathsAggregate ($ functionBranches , $ numExecutableBranches , $ numExecutedBranches );
451
451
452
452
$ function ['executableBranches ' ] = $ numExecutableBranches ;
453
- $ this ->numPaths += $ numExecutableBranches ;
453
+ $ this ->numBranches += $ numExecutableBranches ;
454
454
455
455
$ function ['executedBranches ' ] = $ numExecutedBranches ;
456
- $ this ->numTestedPaths += $ numExecutedBranches ;
456
+ $ this ->numTestedBranches += $ numExecutedBranches ;
457
457
}
458
458
}
459
459
}
@@ -534,7 +534,7 @@ private function calcAndApplyClassAggregate(
534
534
535
535
$ method ['executableBranches ' ] = $ numExecutableBranches ;
536
536
$ classOrTrait ['executableBranches ' ] += $ numExecutableBranches ;
537
- $ this ->numPaths += $ numExecutableBranches ;
537
+ $ this ->numBranches += $ numExecutableBranches ;
538
538
539
539
$ method ['executedBranches ' ] = $ numExexutedBranches ;
540
540
$ classOrTrait ['executedBranches ' ] += $ numExexutedBranches ;
You can’t perform that action at this time.
0 commit comments