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 752cfed commit 7046af8Copy full SHA for 7046af8
src/Node/Builder.php
@@ -223,6 +223,7 @@ private function reducePaths(ProcessedCodeCoverageData $coverage): string
223
$paths[$i] = substr($paths[$i], 7);
224
$paths[$i] = str_replace('/', DIRECTORY_SEPARATOR, $paths[$i]);
225
}
226
+
227
$paths[$i] = explode(DIRECTORY_SEPARATOR, $paths[$i]);
228
229
if (empty($paths[$i][0])) {
0 commit comments