| Total Complexity | 4 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class GridResultatModuler { |
||
| 18 | protected Tips $tips; |
||
| 19 | /** @var int[] $rättvektor */ protected array $rättvektor = []; |
||
| 20 | protected int $antal_rader = 0; |
||
| 21 | protected int $vinst = 0; |
||
| 22 | protected bool $spelad = false; |
||
| 23 | |||
| 24 | 1 | public function __construct(Tips $tips) { |
|
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Visa resultat för enskilda moduler. |
||
| 33 | */ |
||
| 34 | 1 | protected function moduler(): string { |
|
| 42 |