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