| inc/Module/Install.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 45 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 0 | $^O eq 'MSWin32' and $] >= 5.006 |
| 90 | 0 | 0 | 0 | $a > 0 and $a < 5 |
| 182 | 0 | 0 | 0 | $method =~ /^_/ and $self->can($method) |
| 459 | 0 | 0 | 0 | defined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*(?:::\w+)*\z/s |
| line | l | !l | condition |
|---|---|---|---|
| 246 | 0 | 0 | $args{'dispatch'} ||= 'Admin' |
| 247 | 0 | 0 | $args{'prefix'} ||= 'inc' |
| 249 | 0 | 0 | $args{'bundle'} ||= 'inc/BUNDLES' |
| 317 | 0 | 0 | $$self{'extensions'} ||= [] |
| 437 | 0 | 0 | shift() || 0 |
| 444 | 0 | 0 | $1 || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 248 | 0 | 0 | 0 | $args{'author'} ||= $^O eq 'VMS' ? '_author' : '.author' |
| 250 | 0 | 0 | 0 | $args{'base'} ||= $base_path |
| 252 | 0 | 0 | 0 | $args{'name'} ||= $class |
| 253 | 0 | 0 | 0 | $args{'version'} ||= $class->VERSION |
| 258 | 0 | 0 | 0 | $args{'file'} ||= "$args{'base'}/$args{'prefix'}/$args{'path'}.pm" |
| 337 | 0 | 0 | 0 | $subpath eq lc $subpath or $subpath eq uc $subpath |
| 343 | 0 | 0 | 0 | $in_pod or /^=cut/ |