Condition Coverage

blib/lib/IRC/Formatting/HTML/Input.pm
Criterion Covered Total %
condition 25 30 83.3


and 3 conditions

line !l l&&!r l&&r condition
44 0 0 29 defined $text and length $text

or 3 conditions

line l !l&&r !l&&!r condition
63 0 1 24 $tag eq 'br' or $tag eq 'p'
1 1 23 $tag eq 'br' or $tag eq 'p' or $tag eq 'div'
2 1 22 $tag eq 'br' or $tag eq 'p' or $tag eq 'div' or $tag =~ /^h[\dr]$/
107 0 5 20 $tag eq 'strong' or $tag eq 'b'
5 1 19 $tag eq 'strong' or $tag eq 'b' or $tag =~ /^h\d$/
0 4 15 $tag eq 'em' or $tag eq 'i'
131 9 2 14 $$next{'fg'} ne $$prev{'fg'} or $$next{'bg'} ne $$prev{'bg'}
148 1 1 23 $tag eq 'p' or $tag eq 'div'
2 1 22 $tag eq 'p' or $tag eq 'div' or $tag =~ /^h[\dr]$/