Condition Coverage

blib/lib/Pod/Tests.pm
Criterion Covered Total %
condition 17 25 68.0


and 3 conditions

line !l l&&!r l&&r condition
113 178 0 58 /^=(\w.*)/ and $$self{'_sawblank'}
178 16 42 /^=(\w.*)/ and $$self{'_sawblank'} and not $$self{'_inblock'}
133 168 0 16 /^=(?:also )?end (\S+)/ || /^=for (\S+) end\b/ and $$self{'_inblock'} eq $1
202 14 4 10 $for eq 'example' and defined $pod

or 2 conditions

line l !l condition
417 0 0 $$self{'file'} || ''
454 0 0 $$self{'file'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
80 0 1 0 ref $proto || $proto
133 6 10 168 /^=(?:also )?end (\S+)/ || /^=for (\S+) end\b/
141 32 32 18 $$self{'_inblock'} || $$self{'_infor'}