Classes
Line coverage against cyclomatic complexity. Bubble size is the number of executable lines; hover for details, click to navigate.
Sorted by descending CRAP index.
| Class | CRAP | Coverage |
|---|---|---|
| BankAccount | 9.66 | 42.9% |
Methods
Line coverage against cyclomatic complexity. Bubble size is the number of executable lines; hover for details, click to navigate.
Sorted by descending CRAP index.
| Method | CRAP | Coverage |
|---|---|---|
| BankAccount::setBalance | 6 | 0.0% |
| BankAccount::getBalance | 1 | 100.0% |
| BankAccount::depositMoney | 1 | 100.0% |
| BankAccount::withdrawMoney | 1 | 100.0% |