public function PHP_CodeCoverage_Report_Node_File::getIgnoredLines

Return value

array

File

drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php, line 207

Class

PHP_CodeCoverage_Report_Node_File
Represents a file in the code coverage information tree.

Code

public function getIgnoredLines() {
  return $this->ignoredLines;
}