Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RawCodeCoverageData.php

function RawCodeCoverageData::__construct

@psalm-param XdebugCodeCoverageWithoutPathCoverageType $lineCoverage @psalm-param array<string, XdebugFunctionsCoverageType> $functionCoverage

File

vendor/phpunit/php-code-coverage/src/Data/RawCodeCoverageData.php, line 102

Class

RawCodeCoverageData
@internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage

Namespace

SebastianBergmann\CodeCoverage\Data

Code

private function __construct(array $lineCoverage, array $functionCoverage) {
    $this->lineCoverage = $lineCoverage;
    $this->functionCoverage = $functionCoverage;
    $this->skipEmptyLines();
}
RSS feed
Powered by Drupal