Total Complexity | 6 |
Total Lines | 69 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | class BenchmarkReportFormatter extends ReportFormatter |
||
11 | { |
||
12 | /** @var BenchmarkReport */ |
||
13 | protected $report; |
||
14 | |||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | 4 | public function getString(): string |
|
32 | ); |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * @return string |
||
37 | */ |
||
38 | 4 | private function countersStatistics(): string |
|
59 | ); |
||
60 | } |
||
61 | |||
62 | /** |
||
63 | * @param int $added |
||
64 | * @param int $benchmarked |
||
65 | * @return string |
||
66 | */ |
||
67 | 3 | private function countedExceptions(int $added, int $benchmarked): string |
|
82 |