Searched refs:getLineExecutedPercent (Results 1 – 4 of 4) sorted by relevance
64 'linesExecutedPercent' => $node->getLineExecutedPercent(false),65 'linesExecutedPercentAsString' => $node->getLineExecutedPercent(),
93 'linesExecutedPercent' => $node->getLineExecutedPercent(false),94 'linesExecutedPercentAsString' => $node->getLineExecutedPercent(),
40 $this->assertEquals('50.00%', $root->getLineExecutedPercent());
206 public function getLineExecutedPercent($asString = true) function in SebastianBergmann\\CodeCoverage\\Node\\AbstractNode