| Conditions | 4 |
| Paths | 4 |
| Total Lines | 5 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 4 |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | 2 | private function getDisplayValues( Subject $subject ): Traversable { |
|
| 24 | 2 | foreach ( $subject->getPropertyValueCollections() as $propertyValues ) { |
|
| 25 | 2 | foreach ( $propertyValues->getDataItems() as $dataItem ) { |
|
| 26 | 2 | if ( !$this->isHiddenPrintRequest( $propertyValues->getPrintRequest() ) ) { |
|
| 27 | 2 | yield $this->getDisplayValue( $propertyValues->getPrintRequest(), $dataItem ); |
|
| 28 | } |
||
| 53 |
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