| Conditions | 2 |
| Paths | 2 |
| Total Lines | 5 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | 1 | public function __construct(Tips $tips) { |
|
| 25 | 1 | $this->tips = $tips; |
|
| 26 | 1 | $this->rättvektor = array_fill(0, MATCHANTAL + 1, 0); |
|
| 27 | 1 | $this->antal_rader = count($this->tips->spelade->tipsvektor); |
|
| 28 | 1 | $this->spelad = ($this->tips->utdelning->har_tipsrad && $this->antal_rader > 0); |
|
| 29 | } |
||
| 42 |