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
108 178 0 58 /^=(\w.*)/ and $self->{'_sawblank'}
0 16 42 /^=(\w.*)/ and $self->{'_sawblank'} and not $self->{'_inblock'}
128 168 0 16 /^=(?:also )?end (\S+)/ || /^=for (\S+) end\b/ and $self->{'_inblock'} eq $1
197 14 4 10 $for eq 'example' and defined $pod

or 2 conditions

line l !l condition
412 0 0 $self->{'file'} || ''
449 0 0 $self->{'file'} || ''

or 3 conditions

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