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.
2 parents ab2e8f1 + e27448b commit f1fa5e0Copy full SHA for f1fa5e0
PHP/CodeCoverage/Report/Factory.php
@@ -231,6 +231,7 @@ protected function reducePaths(&$files)
231
// strip phar:// prefixes
232
if (strpos($paths[$i], 'phar://') === 0) {
233
$paths[$i] = substr($paths[$i], 7);
234
+ $paths[$i] = strtr($paths[$i], '/', DIRECTORY_SEPARATOR);
235
}
236
$paths[$i] = explode(DIRECTORY_SEPARATOR, $paths[$i]);
237
0 commit comments