| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class Clover extends AbstractReportProcessor |
||
| 9 | { |
||
| 10 | protected $defaultOptions = [ |
||
| 11 | 'target' => 'build/logs/clover.xml' |
||
| 12 | ]; |
||
| 13 | |||
| 14 | 2 | public function getProcessorClass(): string |
|
| 15 | { |
||
| 16 | 2 | return ReportCloverProcessor::class; |
|
| 17 | } |
||
| 18 | |||
| 19 | 2 | public function getOutputType(): string |
|
| 22 | } |
||
| 23 | |||
| 24 | 1 | public function getType(): string |
|
| 29 |