Home
last modified time | relevance | path

Searched refs:getNumFunctions (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php453 public function getNumFunctions() function in SebastianBergmann\\CodeCoverage\\Node\\Directory
459 $this->numFunctions += $child->getNumFunctions();
H A DAbstractNode.php334 abstract public function getNumFunctions(); function in SebastianBergmann\\CodeCoverage\\Node\\AbstractNode
H A DFile.php364 public function getNumFunctions() function in SebastianBergmann\\CodeCoverage\\Node\\File
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php41 $this->assertEquals(0, $root->getNumFunctions());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php234 $node->getNumFunctions(),