| blib/lib/ExtUtils/InstallPaths.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 25 | 36.0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 49 | 8 | 2 | $filter and &$filter($_) | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 195 | 0 | 0 | 0 | $self->install_destination($type) && ($self->install_path($type) || $self->install_sets($self->installdirs, $type)) | 
| 220 | 0 | 0 | 24 | defined $path and length $path | 
| 357 | 0 | 0 | 2 | $self->create_packlist and my $module_name = $self->module_name | 
| line | l | !l | condition | 
|---|---|---|---|
| 364 | 0 | 2 | $self->destdir || '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 72 | 13 | 0 | 0 | $args{'config'} || 'ExtUtils::Config'->new | 
| 77 | 0 | 12 | 0 | $self{'module_name'} ||= do { my $module_name = $self{'dist_name'}; $module_name =~ s/-/::/g; $module_name } | 
| 222 | 0 | 0 | 24 | not defined $path or length $path == 0 | 
| 333 | 0 | 2 | 0 | $blib ||= $self->blib |