| blib/lib/Number/Object/Plugin/Tax.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 7 | 57.1 |
| line | l | !l | condition |
|---|---|---|---|
| 23 | 12 | 0 | $self->config->{'rate'} || 1 |
| 26 | 0 | 24 | $self->config->{'method'} || 'floor' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 12 | 12 | 0 | $rate ||= $self->config->{'rate'} || 1 |