Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
28 | 6 | public function __construct(array $dataset = array(), $length = NULL) { |
|
1 ignored issue
–
show
|
|||
29 | 6 | $this->setDataset($dataset); |
|
30 | 6 | $this->datasetCount = count($this->dataset); |
|
31 | 6 | $this->setLength($length); |
|
32 | 6 | } |
|
33 | |||
81 | } |