| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 25 | 
| Code Lines | 22 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 11 | public function testGachaItems() | ||
| 12 |     { | ||
| 13 | $items = ['SSR ITEM' => 0.1, | ||
| 14 | 'SSR ITEM 2' => 0.2, | ||
| 15 | 'SSR ITEM 3' => 0.3, | ||
| 16 | 'SSR ITEM 4' => 0.4, | ||
| 17 | 'SR ITEM 1' => 0.5, | ||
| 18 | 'SR ITEM 2' => 0.6, | ||
| 19 | 'SR ITEM 3' => 1.2, | ||
| 20 | 'item 8' => 2, | ||
| 21 | 'item 9' => 2.8, | ||
| 22 | 'item 10' => 3.6, | ||
| 23 | 'item 11' => 4.4, | ||
| 24 | 'item 12' => 5.2, | ||
| 25 | 'item 13' => 6, | ||
| 26 | 'item 14' => 6.8, | ||
| 27 | 'item 15' => 7.6, | ||
| 28 | 'item 16' => 8.4, | ||
| 29 | 'item 17' => 9.2, | ||
| 30 | 'item 18' => 10, | ||
| 31 | 'item 19' => 10.8, | ||
| 32 | 'item 20' => 11.6, | ||
| 33 | 'item 21' => 8.3, | ||
| 34 | ]; | ||
| 35 | $this->assertArrayHasKey(Roll::put($items)->spin(),$items); | ||
| 36 | } | ||
| 89 | } | 
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