| blib/lib/DTL/Fast/FilterManager.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 9 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 86 | 428 | 87 | 0 | not exists $DTL::Fast::FILTER_HANDLERS{$filter_name} and exists $DTL::Fast::KNOWN_FILTERS{$filter_name} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 12 | 0 | 1776 | 0 | ref $proto || $proto |
| 102 | 353 | 0 | 0 | $self->get_backup_or_variable($argument) // $argument |