| Conditions | 3 |
| Paths | 3 |
| Total Lines | 12 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 3.0175 |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | 2 | public function visa_vinstspridning(): string { |
|
| 22 | 2 | if ($this->tipsrad_012 === '') { |
|
| 23 | return ''; |
||
| 24 | } |
||
| 25 | |||
| 26 | 2 | $this->graf = new Graf(); |
|
| 27 | 2 | $this->bildfil = VINSTSPRIDNING . "/{$this->tipsrad_012}.png"; |
|
| 28 | 2 | if (!file_exists(GRAF . $this->bildfil)) { |
|
| 29 | 1 | $this->rita(); |
|
| 30 | } |
||
| 31 | |||
| 32 | 2 | return $this->graf->rendera_tipsgraf($this->bildfil); |
|
| 33 | } |
||
| 35 |