| Conditions | 2 |
| Paths | 2 |
| Total Lines | 23 |
| Code Lines | 14 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | public function __construct($all_data) |
||
| 22 | { |
||
| 23 | $this->sub=& $sub; |
||
| 24 | $this->post_data=$all_data; |
||
| 25 | |||
| 26 | set_time_limit(0); |
||
| 27 | |||
| 28 | $sub=[ |
||
| 29 | 'time'=>'0', |
||
| 30 | 'verdict'=>'Waiting', |
||
| 31 | 'memory'=>'0', |
||
| 32 | 'remote_id'=>'', |
||
| 33 | 'score'=>0, |
||
| 34 | 'compile_info'=>'', |
||
| 35 | ]; |
||
| 36 | |||
| 37 | $submitter=self::create($this->post_data["oj"], $sub, $all_data); |
||
| 38 | if(!is_null($submitter)) $submitter->submit(); |
||
| 39 | |||
| 40 | // insert submission |
||
| 41 | |||
| 42 | $submission=new SubmissionModel(); |
||
| 43 | $submission->updateSubmission($this->post_data["sid"], $sub); |
||
| 44 | } |
||
| 55 |
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