bavix/laravel-wallet

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/error-request.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/dependabot.yml
.github/workflows/autofix.yaml
.github/workflows/changelog.yml
.github/workflows/code-quality.yaml
.github/workflows/deploy.yml
.github/workflows/deptrac.yaml
.github/workflows/lock.yml
.github/workflows/phpstan.yaml
.github/workflows/phpunits.yaml
.github/workflows/semgrep.yml
.github/workflows/stale.yml
.gitignore
.phpstorm.meta.php6
A
0 mins
.whitesource
LICENSE
README.md
changelog.md
composer.json
deptrac.yaml
ecs.php30
A
0 mins
infection.json.dist
package-lock.json
package.json
phpstan.common.neon
phpstan.src.baseline.neon
phpstan.src.neon
phpstan.tests.baseline.neon
phpstan.tests.neon
phpunit.xml
rector.php23
A
0 mins
src/Exceptions/AmountInvalid.php8
A
0 mins
F
0%
src/Exceptions/BalanceIsEmpty.php8
A
0 mins
F
0%
src/Exceptions/ConfirmedInvalid.php8
A
0 mins
F
0%
src/Exceptions/InsufficientFunds.php8
A
0 mins
F
0%
src/Exceptions/ProductEnded.php8
A
0 mins
F
0%
src/Exceptions/UnconfirmedInvalid.php8
A
0 mins
F
0%
src/Exceptions/WalletOwnerInvalid.php8
A
0 mins
F
0%
src/External/Api/TransactionFloatQuery.php64
A
0 mins
A
100%
src/External/Api/TransactionQuery.php58
A
0 mins
A
100%
src/External/Api/TransactionQueryHandler.php47
A
0 mins
A
100%
src/External/Api/TransactionQueryHandlerInterface.php9
A
0 mins
F
0%
src/External/Api/TransactionQueryInterface.php16
A
0 mins
F
0%
src/External/Api/TransferFloatQuery.php37
A
0 mins
A
100%
src/External/Api/TransferQuery.php31
A
0 mins
A
100%
src/External/Api/TransferQueryHandler.php36
A
0 mins
A
100%