Home
last modified time | relevance | path

Searched refs:numFunctions (Results 1 – 1 of 1) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php103 private $numFunctions = -1; variable in SebastianBergmann\\CodeCoverage\\Node\\Directory
455 if ($this->numFunctions == -1) {
456 $this->numFunctions = 0;
459 $this->numFunctions += $child->getNumFunctions();
463 return $this->numFunctions;