| Total Complexity | 5 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 33.33% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class LssSystemData extends AbstractSystemData |
||
| 12 | { |
||
| 13 | public int $sensorRange = 0; |
||
| 14 | public SpacecraftLssModeEnum $mode = SpacecraftLssModeEnum::NORMAL; |
||
| 15 | |||
| 16 | #[Override] |
||
| 17 | public function getSystemType(): SpacecraftSystemTypeEnum |
||
| 18 | { |
||
| 19 | return SpacecraftSystemTypeEnum::LSS; |
||
| 20 | } |
||
| 21 | |||
| 22 | 2 | public function getSensorRange(): int |
|
| 23 | { |
||
| 24 | 2 | return $this->sensorRange; |
|
| 25 | } |
||
| 26 | |||
| 27 | public function setSensorRange(int $sensorRange): LssSystemData |
||
| 32 | } |
||
| 33 | |||
| 34 | 2 | public function getMode(): SpacecraftLssModeEnum |
|
| 37 | } |
||
| 38 | |||
| 39 | public function setMode(SpacecraftLssModeEnum $lssMode): LssSystemData |
||
| 45 |
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