PHP 8.2.31
Preview: Cobertura.php Size: 816 B
/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php

<?php declare(strict_types=1);
/*
 * This file is part of PHPUnit.
 *
 * (c) Sebastian Bergmann <sebastian@phpunit.de>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report;

use PHPUnit\TextUI\Configuration\File;

/**
 * @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
 */
final class Cobertura
{
    private readonly File $target;

    public function __construct(File $target)
    {
        $this->target = $target;
    }

    public function target(): File
    {
        return $this->target;
    }
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
813 B lrw-r--r-- 2026-01-27 05:48:37
Edit Download
816 B lrw-r--r-- 2026-01-27 05:48:37
Edit Download
991 B lrw-r--r-- 2026-01-27 05:48:37
Edit Download
2.89 KB lrw-r--r-- 2026-01-27 05:48:37
Edit Download
810 B lrw-r--r-- 2026-01-27 05:48:37
Edit Download
1.24 KB lrw-r--r-- 2026-01-27 05:48:37
Edit Download
830 B lrw-r--r-- 2026-01-27 05:48:37
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).