function AbstractNode::numberOfFunctions
2 calls to AbstractNode::numberOfFunctions()
- AbstractNode::numberOfFunctionsAndMethods in vendor/
phpunit/ php-code-coverage/ src/ Node/ AbstractNode.php - AbstractNode::percentageOfTestedFunctions in vendor/
phpunit/ php-code-coverage/ src/ Node/ AbstractNode.php
2 methods override AbstractNode::numberOfFunctions()
- Directory::numberOfFunctions in vendor/
phpunit/ php-code-coverage/ src/ Node/ Directory.php - File::numberOfFunctions in vendor/
phpunit/ php-code-coverage/ src/ Node/ File.php
File
-
vendor/
phpunit/ php-code-coverage/ src/ Node/ AbstractNode.php, line 215
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 numberOfFunctions() : int;