| Conditions | 6 |
| Paths | 18 |
| Total Lines | 6 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 6 |
| Changes | 0 | ||
| 1 | <?php |
||
| 43 | 1 | private function pröva_intervall(string $tipsrad_012): bool { |
|
| 44 | 1 | $ok = true; |
|
| 45 | 1 | $this->tt->tt_pröva_täckning and $ok = $this->pröva_täckningskod($tipsrad_012); |
|
| 46 | 1 | $ok and $this->tt->tt_pröva_t_intv and $ok = $this->pröva_teckenintervall($tipsrad_012); |
|
| 47 | 1 | $ok and $this->tt->tt_pröva_o_intv and $ok = $this->pröva_oddsintervall($tipsrad_012); |
|
| 48 | 1 | return $ok; |
|
| 49 | } |
||
| 51 |