| Class | Coverage |
|---|---|
| Imports\Utils\FileRestorer | 25% |
| Imports\Utils\FileExtractor | 35% |
| Imports\Utils\Logger\FileLogger | 42% |
| Class | Coverage | Complexity | CRAP |
|---|---|---|---|
| Imports\Utils\FileRestorer | 25.8% | 56 | 1335 |
| Imports\Utils\FileExtractor | 35.7% | 16 | 84 |
| Imports\Utils\Logger\FileLogger | 42.9% | 7 | 16 |
| Method | Coverage |
|---|---|
| extract_zip | 0% |
| extract_tar | 0% |
| enqueue_files | 0% |
| restore_files | 0% |
| get_symlinked_dirs | 0% |
| should_enqueue_file | 0% |
| create_file_info_array | 0% |
| is_in_symlinked_directory | 0% |
| get_extension_slug_from_path | 0% |
| get_file_type | 0% |
| is_theme_file | 0% |
| is_plugin_file | 0% |
| is_plugin_symlinked | 0% |
| install_default_themes | 0% |
| install_theme | 0% |
| run_command | 0% |
| log | 0% |
| ensure_dir_exists | 50% |
| __construct | 50% |
| check_and_clear_file | 71% |
| extract | 72% |
| is_file_excluded | 75% |
| Method | Coverage | Complexity | CRAP |
|---|---|---|---|
| restore_files | 0.0% | 10 | 110 |
| get_symlinked_dirs | 0.0% | 10 | 110 |
| enqueue_files | 0.0% | 5 | 30 |
| is_in_symlinked_directory | 0.0% | 4 | 20 |
| install_default_themes | 0.0% | 4 | 20 |
| extract_zip | 0.0% | 3 | 12 |
| get_extension_slug_from_path | 0.0% | 3 | 12 |
| get_file_type | 0.0% | 3 | 12 |
| extract | 72.7% | 8 | 9 |
| extract_tar | 0.0% | 2 | 6 |
| should_enqueue_file | 0.0% | 2 | 6 |
| is_theme_file | 0.0% | 2 | 6 |
| is_plugin_file | 0.0% | 2 | 6 |
| is_plugin_symlinked | 0.0% | 2 | 6 |
| run_command | 0.0% | 2 | 6 |
| log | 0.0% | 2 | 6 |
| ensure_dir_exists | 50.0% | 3 | 4 |
| is_file_excluded | 75.0% | 3 | 3 |
| check_and_clear_file | 71.4% | 3 | 3 |
| __construct | 50.0% | 2 | 2 |