| Total Complexity | 18 |
| Total Lines | 48 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class DistanceBetweenBusStops |
||
| 8 | { |
||
| 9 | public static function distanceBetweenBusStops(array $distance, int $start, int $destination): int |
||
| 28 | } |
||
| 29 | |||
| 30 | public static function distanceBetweenBusStops2(array $distance, int $start, int $destination): int |
||
| 39 | } |
||
| 40 | |||
| 41 | public static function distanceBetweenBusStops3(array $distance, int $start, int $destination): int |
||
| 57 |