inc/Module/Install.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 29 | 34.4 |
line | l | !l | condition |
---|---|---|---|
161 | 0 | 1 | $args{'dispatch'} ||= 'Admin' |
162 | 0 | 1 | $args{'prefix'} ||= 'inc' |
164 | 0 | 1 | $args{'bundle'} ||= 'inc/BUNDLES' |
228 | 1 | 0 | $$self{'extensions'} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
163 | 0 | 1 | 0 | $args{'author'} ||= $^O eq 'VMS' ? '_author' : '.author' |
165 | 0 | 1 | 0 | $args{'base'} ||= $base_path |
167 | 0 | 1 | 0 | $args{'name'} ||= $class |
168 | 0 | 1 | 0 | $args{'version'} ||= $class->VERSION |
173 | 0 | 1 | 0 | $args{'file'} ||= "$args{'base'}/$args{'prefix'}/$args{'path'}.pm" |
248 | 0 | 0 | 9 | $subpath eq lc $subpath or $subpath eq uc $subpath |
254 | 0 | 0 | 0 | $in_pod or /^=cut/ |