Lines Matching refs:aggregator
649 protected $aggregator;
662 $this->aggregator = $agg;
669 $this->coverage = $this->aggregator->retrieveCoverage($this->path);
672 function aggregator()
674 return $this->aggregator;
700 return $this->aggregator->coveragePercentage($this->path);
720 $info = $this->aggregator->coverageInfo($this->path);
727 $this->linelinks = $this->aggregator->retrieveLineLinks($this->path);
1580 $this->coverage = $this->aggregator->retrieveCoverageByTest($this->path, $this->testname);
1585 $info = $this->aggregator->coverageInfoByTest($this->path, $this->testname);
1599 return $this->aggregator->coveragePercentage($this->path, $this->testname);