| blib/lib/TAP/Filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 165 | 1 | 1 | 7 | defined $filter and UNIVERSAL::can($filter, 'can') |
| 2 | 2 | 5 | defined $filter and UNIVERSAL::can($filter, 'can') and $filter->can('add_to_parser') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 147 | 1 | 4 | 5 | not defined $name or ref $name |
| 275 | 11 | 2 | 0 | $result_maker ||= _load_result_maker() |