https://github.com/sebastianbergmann/phpunit/issues/5513
public function isIgnoreClassForCodeCoverage() : self { return new self(...array_filter($this->metadata, static fn(Metadata $metadata): bool => $metadata->isIgnoreClassForCodeCoverage())); }