| blib/lib/Module/Pluggable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 11 | 36.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | $action eq "add" and not $finder->{'search_path'} |
| 47 | 0 | 0 | 0 | $action eq "add" and not $finder->{'search_dirs'} |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 5 | 45 | $opts{'sub_name'} || 'plugins' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 24 | 1 | 49 | 0 | $opts{'package'} || $pkg |