| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 28.57% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class LssSystemData extends AbstractSystemData |
||
| 11 | { |
||
| 12 | public int $sensorRange = 0; |
||
| 13 | |||
| 14 | #[Override] |
||
| 15 | public function getSystemType(): SpacecraftSystemTypeEnum |
||
| 16 | { |
||
| 17 | return SpacecraftSystemTypeEnum::LSS; |
||
| 18 | } |
||
| 19 | |||
| 20 | 2 | public function getSensorRange(): int |
|
| 21 | { |
||
| 22 | 2 | return $this->sensorRange; |
|
| 23 | } |
||
| 24 | |||
| 25 | public function setSensorRange(int $sensorRange): LssSystemData |
||
| 30 | } |
||
| 31 | } |
||
| 32 |
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