| blib/lib/SelfLoader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 3 | 3 | 0 | not $SL_code and $AUTOLOAD =~ /::DESTROY$/ |
| 111 | 1 | 2 | 43 | defined($line = <$fh>) and not $line =~ /^__END__/ |
| 147 | 1 | 0 | 2 | defined $line and $line =~ /^__END__/ |