Condition Coverage

blib/lib/Pod/From/GoogleWiki.pm
Criterion Covered Total %
condition 12 17 70.5


and 3 conditions

line !l l&&!r l&&r condition
37 4 2 1 $title and $title =~ /\.(jpe?g|png|bmp|gif)$/is
83 71 21 0 not $output and $line =~ /^\#/
145 17 0 1 $$self{'_block_mark'}{'in_list'} and not $output =~ /\n{2,}$/
166 13 0 3 $$self{'_block_mark'}{'in_list'} and not $output =~ /\n{2,}$/

or 2 conditions

line l !l condition
190 5 0 $$tags{'link'}($tag) || ''

or 3 conditions

line l !l&&r !l&&!r condition
37 1 0 7 $link =~ /\.(jpe?g|png|bmp|gif)$/is or $title and $title =~ /\.(jpe?g|png|bmp|gif)$/is