Condition Coverage

blib/lib/Pod/Tests.pm
Criterion Covered Total %
condition 16 25 64.0


and 3 conditions

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

or 2 conditions

line l !l condition
425 0 0 $self->{'file'} || ''
462 0 0 $self->{'file'} || ''

or 3 conditions

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