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 17069ac commit 38d0ec4Copy full SHA for 38d0ec4
PHP/CodeCoverage.php
@@ -538,7 +538,7 @@ protected function applyListsFilter(&$data)
538
protected function applyIgnoredLinesFilter(&$data)
539
{
540
foreach (array_keys($data) as $filename) {
541
- if (!is_file($filename)) {
+ if (!$this->filter->isFile($filename)) {
542
continue;
543
}
544
0 commit comments