| blib/lib/Text/Trac/P.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 3 | 99 | 2 | not $l =~ /^(?:>|\s+)/ and $blockquote_depth |
| 70 | 3 | 0 | 97 | @{$c->in_block_of;} and $c->in_block_of->[-1] eq 'p' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 13 | 94 | 6 | 0 | not @{$c->in_block_of;} or $c->in_block_of->[-1] ne 'p' |