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 1b4794c commit 4ea7615Copy full SHA for 4ea7615
src/RawCodeCoverageData.php
@@ -35,7 +35,8 @@ public static function fromXdebugWithoutPathCoverage(array $rawCoverage): self
35
36
public static function fromXdebugWithPathCoverage(array $rawCoverage): self
37
{
38
- $lineCoverage = $functionCoverage = [];
+ $lineCoverage = [];
39
+ $functionCoverage = [];
40
41
foreach ($rawCoverage as $file => $fileCoverageData) {
42
if (isset($fileCoverageData['functions'])) {
0 commit comments