Skip to content

Commit 64b60a0

Browse files
committed
Add in missing call to setDetermineBranchCoverage
1 parent b0b97bc commit 64b60a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeCoverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ public function start($id, bool $clear = false): void
247247

248248
$this->currentId = $id;
249249

250+
$this->driver->setDetermineBranchCoverage($this->determineBranchCoverage);
250251
$this->driver->start($this->shouldCheckForDeadAndUnused);
251252
}
252253

@@ -959,7 +960,6 @@ private function initializeData(): void
959960

960961
if ($this->processUncoveredFilesFromWhitelist) {
961962
$this->shouldCheckForDeadAndUnused = false;
962-
963963
$this->driver->start();
964964

965965
foreach ($this->filter->getWhitelist() as $file) {

0 commit comments

Comments
 (0)