Condition Coverage

blib/lib/ExtUtils/InstallPaths.pm
Criterion Covered Total %
condition 9 25 36.0


and 2 conditions

line l !l condition
52 8 2 $filter and &$filter($_)

and 3 conditions

line !l l&&!r l&&r condition
197 0 0 0 $self->install_destination($type) && ($self->install_path($type) || $self->install_sets($self->installdirs, $type))
222 0 0 24 defined $path and length $path
359 0 0 2 $self->create_packlist and my $module_name = $self->module_name

or 2 conditions

line l !l condition
366 0 2 $self->destdir || ''

or 3 conditions

line l !l&&r !l&&!r condition
96 13 0 0 $args{'config'} || 'ExtUtils::Config'->new
101 0 12 0 $self{'module_name'} ||= do { my $module_name = $self{'dist_name'}; $module_name =~ s/-/::/g; $module_name }
224 0 0 24 not defined $path or length $path == 0
335 0 2 0 $blib ||= $self->blib