blib/lib/Business/RO/TaxDeduction.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 10 | 100.0 |
line | true | false | branch |
---|---|---|---|
72 | 11 | 980 | if ($vbl <= $self->vbl_min) { } |
970 | 10 | elsif ($vbl > $self->vbl_min and $vbl <= $self->vbl_max) { } | |
77 | 960 | 10 | &blessed($amount) ? : |
99 | 11 | 967 | if $amount == 0 |
104 | 215 | 752 | if $amount->is_int and $amodulo == 0 |