| blib/lib/Markapl/TagHandlers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 14 | 57.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 56 | 0 | 0 | 0 | defined $proto && length $proto |
| 128 | 99 | 0 | 2 | ref $_ && $_->isa('Markapl::Tag') |
| 130 | 0 | 0 | 100 | defined $block and ref $block eq 'CODE' |
| 202 | 88 | 19 | 2 | defined wantarray and not wantarray |
| line | l | !l | condition |
|---|---|---|---|
| 128 | 63 | 36 | $_ || '' |