blib/lib/Finance/Loan/Repayment.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 10 | 90.0 |
line | true | false | branch |
---|---|---|---|
46 | 2 | 3 | if ($self->principal_payment) { } |
1 | 2 | elsif ($self->total_payment) { } | |
1 | 1 | elsif ($self->interest_off) { } | |
50 | 0 | 1 | if ($self->total_payment < $interest) |
68 | 1 | 3 | $payment > $loan ? : |