| Total Complexity | 7 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | final class ModuleRumpWrapperEps extends ModuleRumpWrapperBase implements ModuleRumpWrapperInterface |
||
| 15 | { |
||
| 16 | #[Override] |
||
| 28 | ); |
||
| 29 | } |
||
| 30 | |||
| 31 | #[Override] |
||
| 32 | public function getSecondValue(?ModuleInterface $module = null): ?int |
||
| 33 | { |
||
| 34 | $module ??= current($this->getModule()); |
||
| 35 | if ($module === false) { |
||
| 36 | return null; |
||
| 37 | } |
||
| 38 | return (int) round($this->getValue($module) / 3); |
||
| 39 | } |
||
| 40 | |||
| 41 | #[Override] |
||
| 42 | public function getModuleType(): ShipModuleTypeEnum |
||
| 43 | { |
||
| 44 | return ShipModuleTypeEnum::EPS; |
||
| 45 | } |
||
| 46 | |||
| 47 | #[Override] |
||
| 56 | } |
||
| 57 | } |
||
| 58 |
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