You are here

abstract public function PHP_CodeCoverage_Report_Node::getNumExecutableLines in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node.php \PHP_CodeCoverage_Report_Node::getNumExecutableLines()

Returns the number of executable lines.

Return value

int

1 call to PHP_CodeCoverage_Report_Node::getNumExecutableLines()
PHP_CodeCoverage_Report_Node::getLineExecutedPercent in vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node.php
Returns the percentage of executed lines.
2 methods override PHP_CodeCoverage_Report_Node::getNumExecutableLines()
PHP_CodeCoverage_Report_Node_Directory::getNumExecutableLines in vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Directory.php
Returns the number of executable lines.
PHP_CodeCoverage_Report_Node_File::getNumExecutableLines in vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php
Returns the number of executable lines.

File

vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node.php, line 275

Class

PHP_CodeCoverage_Report_Node
Base class for nodes in the code coverage information tree.

Code

public abstract function getNumExecutableLines();