Skip to content

Commit 3db8f8f

Browse files
Thomason, JamesThomason, James
authored andcommitted
Default determineBranchCoverage to false
1 parent f5e2594 commit 3db8f8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/CodeCoverage.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,11 @@ final class CodeCoverage
134134
private $report;
135135

136136
/**
137+
* Determine whether to display branch coverage
138+
*
137139
* @var bool
138140
*/
139-
private $determineBranchCoverage;
141+
private $determineBranchCoverage = false;
140142

141143
/**
142144
* @throws RuntimeException

0 commit comments

Comments
 (0)