We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85548b8 commit 4166db9Copy full SHA for 4166db9
src/Driver/Xdebug.php
@@ -66,7 +66,7 @@ public function start(bool $determineUnusedAndDead = true): void
66
}
67
68
if ($this->determineBranchCoverage) {
69
- $flag |= XDEBUG_CC_BRANCH_CHECK;
+ $flag = XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE | XDEBUG_CC_BRANCH_CHECK;
70
71
72
\xdebug_start_code_coverage($flag);
0 commit comments