Condition Coverage

blib/lib/Pod/PerlPoint.pm
Criterion Covered Total %
condition 13 23 56.5


and 3 conditions

line !l l&&!r l&&r condition
140 0 0 1 ref $me and $me->isa('Pod::PerlPoint')
143 0 0 1 exists $pars{'parser40'} and $pars{'parser40'}
171 4 16 36 length $_[1] and exists $_[0]{'nlist'}
20 34 2 length $_[1] and exists $_[0]{'nlist'} and $_[0]{'nlist'} == 1
223 4 0 2 $_[0]{'listType'}[-1] && $_[0]{'listType'}[-1] eq '#'
267 0 0 2 $$attribs{'type'} eq 'pod' and not defined $$attribs{'to'}
0 0 2 $$attribs{'type'} eq 'pod' and not defined $$attribs{'to'} and $$attribs{'section'}

or 2 conditions

line l !l condition
123 0 2 $$new{'output_fh'} ||= *STDOUT{'IO'}