| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 48 | 57 | public function __construct($prefix, $depth, $parentFingerprint, $sequence, BufferInterface $chainCode, BufferInterface $keyData) |
|
| 49 | { |
||
| 50 | 57 | $this->prefix = $prefix; |
|
| 51 | 57 | $this->depth = $depth; |
|
| 52 | 57 | $this->parentFpr = $parentFingerprint; |
|
| 53 | 57 | $this->sequence = $sequence; |
|
| 54 | 57 | $this->chainCode = $chainCode; |
|
| 55 | 57 | $this->keyData = $keyData; |
|
| 56 | 57 | } |
|
| 57 | |||
| 106 |