Name | Lines of code | Maintainability | Test coverage |
.codeclimate.json | |||
.github/workflows/code-style.yml | |||
.github/workflows/integration-tests.yml | |||
.github/workflows/phpmd.yml | |||
.github/workflows/phpstan.yml | |||
.github/workflows/unit-tests.yml | |||
.gitignore | |||
.php-cs-fixer.php | 35 | A 0 mins | |
CONTRIBUTING.md | |||
LICENSE.md | |||
README.md | |||
composer.json | |||
composer.lock | |||
phpstan.neon | |||
phpunit.xml | |||
ruleset.xml | |||
src/Actions/LinkPackages.php | 37 | A 0 mins | A 100% |
src/CommandProvider.php | 28 | A 0 mins | A 100% |
src/Commands/Command.php | 24 | A 0 mins | A 100% |
src/Commands/LinkCommand.php | 66 | A 45 mins | A 100% |
src/Commands/LinkedCommand.php | 35 | A 0 mins | A 100% |
src/Commands/UnlinkCommand.php | 30 | A 0 mins | A 100% |
src/LinkManager.php | 73 | A 0 mins | A 100% |
src/LinkedPackage.php | 39 | A 0 mins | A 100% |
src/LinkedPackageFactory.php | 53 | A 0 mins | A 100% |
src/PathHelper.php | 55 | A 0 mins | A 100% |
src/Plugin.php | 128 | A 0 mins | A 100% |
src/Repository/JsonStorage.php | 28 | A 0 mins | A 100% |
src/Repository/Repository.php | 87 | A 0 mins | A 100% |
src/Repository/RepositoryFactory.php | 13 | A 0 mins | A 100% |
src/Repository/StorageInterface.php | 9 | A 0 mins | F 0% |
src/Repository/Transformer.php | 40 | A 0 mins | A 100% |