| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 11 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 8 | 
| CRAP Score | 2 | 
| Changes | 9 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 63 | 1 | public function execute(): void  | 
            |
| 64 |     { | 
            ||
| 65 | 1 |         if (!$this->skip) { | 
            |
| 66 | 1 | ob_start();  | 
            |
| 67 | 1 | call_user_func_array($this->callback, $this->params);  | 
            |
| 68 | 1 | $this->onAfterExecute();  | 
            |
| 69 | /** @var string $output */  | 
            ||
| 70 | 1 | $output = ob_get_clean();  | 
            |
| 71 | 1 | $this->output = $output;  | 
            |
| 72 | }  | 
            ||
| 73 | 1 | $this->result = JobResult::fromJob($this);  | 
            |
| 74 | }  | 
            ||
| 76 | 
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