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

Breadcrumb

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

ProcessedCodeCoverageData::$lineCoverage

Line coverage data. An array of filenames, each having an array of linenumbers, each executable line having an array of testcase ids.

@psalm-var array<string, array<int, null|list<TestIdType>>>

Type: lineCoverage

File

vendor/phpunit/php-code-coverage/src/Data/ProcessedCodeCoverageData.php, line 36

Class

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

Namespace

SebastianBergmann\CodeCoverage\Data

Code

private array $lineCoverage = [];
RSS feed
Powered by Drupal