| blib/lib/Business/RO/TaxDeduction.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 73 | 351 | 990 | if $self->year >= 2018 |
| 76 | 10 | 980 | if ($vbl <= $self->vbl_min) { } |
| 970 | 10 | elsif ($vbl > $self->vbl_min and $vbl <= $self->vbl_max) { } | |
| 81 | 960 | 10 | &blessed($amount) ? : |
| 103 | 11 | 967 | if $amount == 0 |
| 108 | 215 | 752 | if $amount->is_int and $amodulo == 0 |