Condition Coverage

blib/lib/SelfLoader.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
66 3 3 1 not $SL_code and $AUTOLOAD =~ /::DESTROY$/
113 1 2 43 defined($line = readline $fh) and not $line =~ /^__END__/
156 1 0 2 defined $line and $line =~ /^__END__/