Condition Coverage

blib/lib/PLS/Parser/Pod.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
54 0 0 0 length $perl_exe and -x $perl_exe
106 0 0 0 -f $perldoc && -x $perldoc
223 0 0 0 $start eq "item" and $line =~ /^=item/
0 0 0 $start =~ /head/ and $line =~ /^=$start/

or 3 conditions

line l !l&&r !l&&!r condition
223 0 0 0 $start eq "item" and $line =~ /^=item/ or $start =~ /head/ and $line =~ /^=$start/
0 0 0 $start eq "item" and $line =~ /^=item/ or $start =~ /head/ and $line =~ /^=$start/ or $line =~ /^=cut/