Conditions | 3 |
Paths | 2 |
Total Lines | 15 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 3.072 |
Changes | 0 |
1 | <?php |
||
34 | 2 | #[Override] |
|
35 | public function canBeAccessedFrom( |
||
36 | InteractionMemberInterface $other, |
||
37 | bool $isFriend, |
||
38 | callable $shouldCheck |
||
39 | ): ?InteractionCheckType { |
||
40 | |||
41 | if ( |
||
42 | 2 | $shouldCheck(InteractionCheckType::EXPECT_TARGET_ALSO_IN_FINISHED_WEB) |
|
43 | 2 | && $this->tholianWebUtil->isTargetOutsideFinishedTholianWeb($other->get(), $this->colony) |
|
44 | ) { |
||
45 | return InteractionCheckType::EXPECT_TARGET_ALSO_IN_FINISHED_WEB; |
||
46 | } |
||
47 | |||
48 | 2 | return null; |
|
49 | } |
||
63 |
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