Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
18 | class Clover extends AbstractReportProcessor |
||
19 | { |
||
20 | protected $defaultOptions = [ |
||
21 | 'target' => 'build/logs/clover.xml', |
||
22 | ]; |
||
23 | |||
24 | 3 | public function getProcessorClass(): string |
|
25 | { |
||
26 | 3 | return ReportCloverProcessor::class; |
|
27 | } |
||
28 | |||
29 | 3 | public function getOutputType(): string |
|
32 | } |
||
33 | |||
34 | 1 | public function getType(): string |
|
39 |