| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 89.47% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class HullSystemData extends AbstractSystemData |
||
| 12 | { |
||
| 13 | #[Override] |
||
| 17 | } |
||
| 18 | |||
| 19 | 6 | public function getHullStatusBar(): string |
|
| 20 | { |
||
| 21 | 6 | return $this->getStatusBar( |
|
| 22 | 6 | _('Hülle'), |
|
| 23 | 6 | $this->spacecraft->getHull(), |
|
| 24 | 6 | $this->spacecraft->getMaxHull(), |
|
| 25 | 6 | StatusBarColorEnum::STATUSBAR_GREEN |
|
| 26 | 6 | ) |
|
| 27 | 6 | ->render(); |
|
| 28 | } |
||
| 29 | |||
| 30 | 2 | public function getHullStatusBarBig(): string |
|
| 40 | } |
||
| 41 | } |
||
| 42 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths