| blib/lib/Devel/SelfStubber.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 9 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 6 | 28 | defined($line = <$fh>) and not $line =~ /^__DATA__/ |
| 48 | 0 | 0 | 6 | defined $line and $line =~ /^__DATA__/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 6 | 0 | 0 | $lib ||= 'File::Spec'->curdir |