|
@@ -810,12 +810,7 @@ ORDER BY m.ts DESC
|
|
|
|
|
|
public function getPrimaryCoverage()
|
|
|
{
|
|
|
- // try the latest manual coverage
|
|
|
- $coverage = $this->latestManualClientPrimaryCoverage;
|
|
|
- if (!$coverage) {
|
|
|
- // try the latest coverage
|
|
|
- $coverage = $this->latestClientPrimaryCoverage;
|
|
|
- }
|
|
|
+ $coverage = $this->latestClientPrimaryCoverage;
|
|
|
return $coverage;
|
|
|
}
|
|
|
|