public function PHP_CodeCoverage_Report_Node_File::getLinesOfCode

Returns the LOC/CLOC/NCLOC of this node.

Return value

array

Overrides PHP_CodeCoverage_Report_Node::getLinesOfCode

File

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

Class

PHP_CodeCoverage_Report_Node_File
Represents a file in the code coverage information tree.

Code

public function getLinesOfCode() {
  return $this->linesOfCode;
}