class Cobertura
Same name in this branch
- 11.1.x vendor/phpunit/php-code-coverage/src/Report/Cobertura.php \SebastianBergmann\CodeCoverage\Report\Cobertura
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
@psalm-immutable
Hierarchy
- class \PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Cobertura
Expanded class hierarchy of Cobertura
2 files declare their use of Cobertura
- CodeCoverage.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ CodeCoverage/ CodeCoverage.php - Loader.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Loader.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ CodeCoverage/ Report/ Cobertura.php, line 21
Namespace
PHPUnit\TextUI\XmlConfiguration\CodeCoverage\ReportView source
final class Cobertura {
private readonly File $target;
public function __construct(File $target) {
$this->target = $target;
}
public function target() : File {
return $this->target;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Cobertura::$target | private | property | |
Cobertura::target | public | function | |
Cobertura::__construct | public | function |