| Total Complexity | 5 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | trait EtherumVessel |
||
| 11 | { |
||
| 12 | private Etherum $etherumLoad; |
||
| 13 | |||
| 14 | 1 | public function getEtherumLoad(): Etherum |
|
| 15 | { |
||
| 16 | 1 | return $this->etherumLoad; |
|
| 17 | } |
||
| 18 | |||
| 19 | 4 | public function getRequiredAscension(): Ascension |
|
| 22 | } |
||
| 23 | |||
| 24 | 4 | private function calculateRequiredAscension(): Ascension |
|
| 33 | } |
||
| 34 | } |
||
| 35 |