Home
last modified time | relevance | path

Searched refs:getTestedMethodsPercent (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDirectory.php68 'testedMethodsPercent' => $node->getTestedMethodsPercent(false),
69 'testedMethodsPercentAsString' => $node->getTestedMethodsPercent(),
H A DFile.php97 'testedMethodsPercent' => $node->getTestedMethodsPercent(false),
98 'testedMethodsPercentAsString' => $node->getTestedMethodsPercent(),
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php39 $this->assertEquals('75.00%', $root->getTestedMethodsPercent());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DAbstractNode.php190 public function getTestedMethodsPercent($asString = true) function in SebastianBergmann\\CodeCoverage\\Node\\AbstractNode