| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 25 | 
| Code Lines | 22 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 63 | public function testGachaJsonItems() | ||
| 64 |     { | ||
| 65 | $items = ['SSR ITEM' => 0.1, | ||
| 66 | 'SSR ITEM 2' => 0.2, | ||
| 67 | 'SSR ITEM 3' => 0.3, | ||
| 68 | 'SSR ITEM 4' => 0.4, | ||
| 69 | 'SR ITEM 1' => 0.5, | ||
| 70 | 'SR ITEM 2' => 0.6, | ||
| 71 | 'SR ITEM 3' => 1.2, | ||
| 72 | 'item 8' => 2, | ||
| 73 | 'item 9' => 2.8, | ||
| 74 | 'item 10' => 3.6, | ||
| 75 | 'item 11' => 4.4, | ||
| 76 | 'item 12' => 5.2, | ||
| 77 | 'item 13' => 6, | ||
| 78 | 'item 14' => 6.8, | ||
| 79 | 'item 15' => 7.6, | ||
| 80 | 'item 16' => 8.4, | ||
| 81 | 'item 17' => 9.2, | ||
| 82 | 'item 18' => 10, | ||
| 83 | 'item 19' => 10.8, | ||
| 84 | 'item 20' => 11.6, | ||
| 85 | 'item 21' => 8.3, | ||
| 86 | ]; | ||
| 87 | 					$this->assertNotEquals(null,Roll::put($items)->dropUp('SSR ITEM',300)->jsonSpin()); | ||
| 88 | } | ||
| 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