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

Breadcrumb

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

function ExecutableLinesFindingVisitor::executableLinesGroupedByBranch

@psalm-return LinesType

File

vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php, line 402

Class

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

Namespace

SebastianBergmann\CodeCoverage\StaticAnalysis

Code

public function executableLinesGroupedByBranch() : array {
    return $this->executableLinesGroupedByBranch;
}
RSS feed
Powered by Drupal