| Total Complexity | 10 |
| Total Lines | 55 |
| Duplicated Lines | 0 % |
| Coverage | 47.62% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | class Directory |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @param string $directory |
||
| 27 | * |
||
| 28 | * @return string |
||
| 29 | * |
||
| 30 | * @throws \Exception |
||
| 31 | */ |
||
| 32 | 10 | public static function checkDirectory(string $directory): string |
|
| 52 | } |
||
| 53 | |||
| 54 | /** |
||
| 55 | * @param string $dir |
||
| 56 | */ |
||
| 57 | public static function removeDir(string $dir): void |
||
| 80 |