function AbstractNode::numberOfExecutablePaths
1 call to AbstractNode::numberOfExecutablePaths()
- AbstractNode::percentageOfExecutedPaths in vendor/
phpunit/ php-code-coverage/ src/ Node/ AbstractNode.php
2 methods override AbstractNode::numberOfExecutablePaths()
- Directory::numberOfExecutablePaths in vendor/
phpunit/ php-code-coverage/ src/ Node/ Directory.php - File::numberOfExecutablePaths in vendor/
phpunit/ php-code-coverage/ src/ Node/ File.php
File
-
vendor/
phpunit/ php-code-coverage/ src/ Node/ AbstractNode.php, line 199
Class
- AbstractNode
- @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
Namespace
SebastianBergmann\CodeCoverage\NodeCode
public abstract function numberOfExecutablePaths() : int;