| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class TestReportProcessor |
||
| 19 | { |
||
| 20 | private $foo; |
||
| 21 | |||
| 22 | private $hello; |
||
| 23 | |||
| 24 | public function __construct($foo = 'Foo Bar', $hello = 'Hello World') |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | public function getFoo(): string |
||
| 34 | { |
||
| 35 | return $this->foo; |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @return string |
||
| 40 | */ |
||
| 41 | public function getHello(): string |
||
| 42 | { |
||
| 43 | return $this->hello; |
||
| 44 | } |
||
| 45 | |||
| 46 | public function process(CodeCoverage $coverage, $target) |
||
| 48 | } |
||
| 49 | } |
||
| 50 |
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