mageekguy\atoum\runner::getCoverage PHP 메소드

getCoverage() 공개 메소드

public getCoverage ( )
    public function getCoverage()
    {
        return $this->score->getCoverage();
    }

Usage Example

예제 #1
0
파일: runner.php 프로젝트: ssgonchar/atoum
 public function testGetCoverage()
 {
     $this->if($runner = new testedClass())->then->object($runner->getCoverage())->isIdenticalTo($runner->getScore()->getCoverage());
 }
runner