Name | Lines of code | Maintainability | Test coverage |
.github/dependabot.yml | |||
.gitignore | |||
.travis.yml | |||
LICENSE | |||
README.md | |||
composer.json | |||
composer.lock | |||
phpunit.xml.dist | |||
psalm.xml | |||
src/Entity/TransactionInterface.php | 8 | A 0 mins | F 0% |
src/Exception/PaymentServiceException.php | 6 | A 0 mins | F 0% |
src/Exception/PaymentServiceFailed.php | 6 | A 0 mins | F 0% |
src/Exception/PaymentServiceUnavailable.php | 6 | A 0 mins | F 0% |
src/Service/MoneyService.php | 54 | A 0 mins | F 0% |
src/Service/MoneyServiceInterface.php | 9 | A 0 mins | F 0% |
src/Service/MoneyServiceProvisioner.php | 84 | A 25 mins | F 0% |
src/Service/PaymentServiceInterface.php | 8 | A 0 mins | F 0% |
src/Service/PaymentServiceMap.php | 23 | A 0 mins | A 100% |
src/Service/PaymentServiceMapProvisioner.php | 36 | A 0 mins | F 0% |
src/Validator/MoneyValidator.php | 45 | A 1 hr | F 0% |
src/Validator/PaymentServiceValidator.php | 23 | A 0 mins | F 0% |
src/ValueObject/Money.php | 147 | A 2 hrs | A 100% |
src/ValueObject/MoneyInterface.php | 25 | A 0 mins | F 0% |
src/ValueObject/Wallet.php | 34 | A 0 mins | A 100% |