blib/lib/ExtUtils/Installed.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 33 | 60.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 1 | 1 | 25 | defined $prefix and defined $path |
62 | 4 | 0 | 4 | $self->_is_prefix($path, $conf->{'prefix'} || $conf->{'prefixexp'}) && !$self->_is_doc($path) |
128 | 6 | 0 | 0 | $INSTALLED and $args{'default_get'} || $args{'default'} |
250 | 2 | 3 | 1 | $type ne "all" and $type ne "prog" |
5 | 0 | 1 | $type ne "all" and $type ne "prog" and $type ne "doc" | |
255 | 3 | 2 | 5 | $self->_is_type($file, $type) and $self->_is_under($file, @under) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
48 | 0 | 0 | 4 | $man1dir && $self->_is_prefix($path, $man1dir) || $man3dir && $self->_is_prefix($path, $man3dir) |
124 | 0 | 6 | 0 | ref $class || $class |
128 | 0 | 0 | 0 | $args{'default_get'} || $args{'default'} |
132 | 0 | 0 | 6 | $args{'default_set'} or $args{'default'} |
179 | 20962 | 2 | 607 | $_ ne ".packlist" or $File::Find::dir eq $archlib |