line |
true |
false |
branch |
13
|
100 |
0 |
if (not @{$c->in_block_of;} or $c->in_block_of->[-1] ne 'p') |
25
|
2 |
112 |
if $c->nextline =~ /^$/ |
27
|
1 |
111 |
if $l =~ /^\s+$/ |
31
|
18 |
111 |
if $_ eq 'blockquote' |
34
|
7 |
104 |
if ($l =~ /^(>+)/) { } |
|
2 |
105 |
elsif (not $l =~ /^(?:>|\s+)/ and $blockquote_depth) { } |
36
|
1 |
6 |
if ($blockquote_depth != $cite_depth) { } |
58
|
1 |
107 |
if (grep {ref $_ ne 'Text::Trac::P';} @{$parsers;}) |
70
|
97 |
3 |
if (@{$c->in_block_of;} and $c->in_block_of->[-1] eq 'p') |
76
|
5 |
0 |
if $_ eq 'blockquote' |
79
|
1 |
96 |
if ($cite_depth) |