Condition Coverage

blib/lib/Pod/Loom.pm
Criterion Covered Total %
condition 6 9 66.6


and 3 conditions

line !l l&&!r l&&r condition
101 0 1 0 @$end_elem == 1 and $$end_elem[0] =~ /^__END__\s*\z/
116 2 1 11 $docstr eq "\n" and not defined $end

or 3 conditions

line l !l&&r !l&&!r condition
101 12 0 1 not $end_elem or @$end_elem == 1 and $$end_elem[0] =~ /^__END__\s*\z/