Branch Coverage

blib/lib/Text/Trac/Blockquote.pm
Criterion Covered Total %
branch 15 22 68.1


line true false branch
19 3 4 if $l =~ /::$/
21 2 2 if ($l =~ /^(>+).+/) { }
25 0 0 if $_ eq 'blockquote'
27 2 0 $c->{'class'} ? :
29 2 0 if ($depth > $blockquote_depth)
43 1 8 if $c->nextline =~ /^\s*$/
46 3 5 if ($l =~ /^(>+).+/)
50 5 0 if $_ eq 'blockquote'
53 0 3 if ($depth < $blockquote_depth)
66 0 8 $l ? :
74 2 2 if (@{$c->in_block_of;} and $c->in_block_of->[-1] eq 'blockquote')