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
450450 $ this ->calculatePathsAggregate ($ functionBranches , $ numExecutableBranches , $ numExecutedBranches );
451451
452452 $ function ['executableBranches ' ] = $ numExecutableBranches ;
453- $ this ->numPaths += $ numExecutableBranches ;
453+ $ this ->numBranches += $ numExecutableBranches ;
454454
455455 $ function ['executedBranches ' ] = $ numExecutedBranches ;
456- $ this ->numTestedPaths += $ numExecutedBranches ;
456+ $ this ->numTestedBranches += $ numExecutedBranches ;
457457 }
458458 }
459459 }
@@ -534,7 +534,7 @@ private function calcAndApplyClassAggregate(
534534
535535 $ method ['executableBranches ' ] = $ numExecutableBranches ;
536536 $ classOrTrait ['executableBranches ' ] += $ numExecutableBranches ;
537- $ this ->numPaths += $ numExecutableBranches ;
537+ $ this ->numBranches += $ numExecutableBranches ;
538538
539539 $ method ['executedBranches ' ] = $ numExexutedBranches ;
540540 $ classOrTrait ['executedBranches ' ] += $ numExexutedBranches ;
You can’t perform that action at this time.
0 commit comments