Example #1
0
 private function codeCoverageIsAvailable(model\coverage $coverage)
 {
     $coverage->renderTo($this->indexTemplate, $this->outputDirectory . DIRECTORY_SEPARATOR . 'index.html');
     return $this;
 }
Example #2
0
 public function addToModel(coverage $model)
 {
     $model->addClass($this->class, $this->coverage, $this->methods, $this->lines);
     return $this;
 }