| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | 4 | public function __construct($name, FQCN $src_fqcn, $src_dir, FQCN $tests_fqcn, $tests_dir) |
|
| 31 | { |
||
| 32 | 4 | $this->name = $name; |
|
| 33 | 4 | $this->src_fqcn = $src_fqcn; |
|
| 34 | 4 | $this->src_dir = $src_dir; |
|
| 35 | 4 | $this->tests_fqcn = $tests_fqcn; |
|
| 36 | 4 | $this->tests_dir = $tests_dir; |
|
| 37 | |||
| 38 | 4 | $this->validate(); |
|
| 39 | 3 | } |
|
| 40 | |||
| 92 | } |