| inc/Module/Install.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 33 | 30.3 |
| line | l | !l | condition |
|---|---|---|---|
| 200 | 0 | 1 | $args{'dispatch'} ||= 'Admin' |
| 201 | 0 | 1 | $args{'prefix'} ||= 'inc' |
| 203 | 0 | 1 | $args{'bundle'} ||= 'inc/BUNDLES' |
| 268 | 1 | 0 | $$self{'extensions'} ||= [] |
| 342 | 0 | 0 | shift() || 0 |
| 344 | 0 | 0 | $1 || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 202 | 0 | 1 | 0 | $args{'author'} ||= $^O eq 'VMS' ? '_author' : '.author' |
| 204 | 0 | 1 | 0 | $args{'base'} ||= $base_path |
| 206 | 0 | 1 | 0 | $args{'name'} ||= $class |
| 207 | 0 | 1 | 0 | $args{'version'} ||= $class->VERSION |
| 212 | 0 | 1 | 0 | $args{'file'} ||= "$args{'base'}/$args{'prefix'}/$args{'path'}.pm" |
| 288 | 0 | 0 | 9 | $subpath eq lc $subpath or $subpath eq uc $subpath |
| 294 | 0 | 0 | 0 | $in_pod or /^=cut/ |