function AbstractNode::numberOfTestedFunctionsAndMethods
1 call to AbstractNode::numberOfTestedFunctionsAndMethods()
- AbstractNode::percentageOfTestedFunctionsAndMethods in vendor/
phpunit/ php-code-coverage/ src/ Node/ AbstractNode.php
File
-
vendor/
phpunit/ php-code-coverage/ src/ Node/ AbstractNode.php, line 166
Class
- AbstractNode
- @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
Namespace
SebastianBergmann\CodeCoverage\NodeCode
public function numberOfTestedFunctionsAndMethods() : int {
return $this->numberOfTestedFunctions() + $this->numberOfTestedMethods();
}