| App\Domain\Account\Service\AccountService::createAccountForInvestor | 11 | 96.2% |
| App\Domain\Account\Service\AccountService::closeAccount | 5.02 | 90.9% |
| App\Domain\Account\Service\AccountService::updateInterestRate | 4.02 | 88.9% |
| App\Domain\Account\Service\AccountService::updateLoanToValueRatio | 4.02 | 88.9% |
| App\Domain\Account\Service\AccountService::activateAccount | 4.01 | 92.9% |
| App\Domain\Account\Repository\AccountRepository::generateUniqueAccountNumber | 3.79 | 55.6% |
| App\Domain\Account\Repository\AccountRepository::getTotalAccounts | 3.04 | 83.3% |
| App\Domain\Account\Repository\AccountRepository::getTotalBalance | 3.04 | 83.3% |
| App\Domain\Account\Service\AccountService::freezeAccount | 3.03 | 85.7% |
| App\Domain\Account\Service\AccountService::unfreezeAccount | 3.03 | 85.7% |
| App\Domain\Account\Service\AccountService::getAccount | 3 | 100.0% |
| App\Domain\Account\Service\AccountService::getAccountByInvestorId | 3 | 100.0% |
| App\Domain\Account\Service\AccountService::getAccountSummary | 2.01 | 87.5% |
| App\Domain\Account\Data\AccountSummaryData::jsonSerialize | 2 | 0.0% |
| App\Domain\Account\Repository\AccountRepository::findAccountById | 2 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::findAccountByInvestorId | 2 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::findAccountByAccountNumber | 2 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::getAccountSummary | 2 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::getBalanceHistory | 2 | 100.0% |
| App\Domain\Account\Service\AccountService::getBalanceHistory | 2 | 100.0% |
| App\Domain\Account\Data\AccountData::__construct | 1 | 100.0% |
| App\Domain\Account\Data\AccountData::jsonSerialize | 1 | 100.0% |
| App\Domain\Account\Data\AccountSummaryData::__construct | 1 | 100.0% |
| App\Domain\Account\Data\BalanceHistoryPointData::__construct | 1 | 100.0% |
| App\Domain\Account\Data\BalanceHistoryPointData::jsonSerialize | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::__construct | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::accountNumberExists | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::createAccount | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::investorHasAccount | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::updateAccountStatus | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::updateBankAccountStatus | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::setBankAccountId | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::updateInterestRate | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::updateLoanToValueRatio | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::getAvailableForLoan | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::hasActiveLoans | 1 | 100.0% |
| App\Domain\Account\Repository\AccountRepository::canCloseAccount | 1 | 100.0% |
| App\Domain\Account\Service\AccountService::__construct | 1 | 100.0% |