blib/lib/App/pmuninstall.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 38 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
126 | 0 | 0 | 0 | $self->puts("${file}: $!") and ++$failed |
130 | 0 | 0 | 0 | $self->puts("${packlist}: $!") and ++$failed |
135 | 0 | 0 | 0 | $self->puts("${install_json}: $!") and ++$failed |
152 | 0 | 0 | 0 | $self->puts("${dir}: $!") and ++$failed |
199 | 0 | 0 | 0 | -f $install_json and -r _ |
215 | 0 | 0 | 0 | -f $packlist and -r _ |
269 | 0 | 0 | 0 | $self->{'check_deps'} and not $self->{'force'} |
352 | 0 | 0 | 0 | $interpolate && $ENV{'PERL5LIB'} |
line | l | !l | condition |
---|---|---|---|
201 | 0 | 0 | $data->{'name'} || (next) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
139 | 0 | 0 | 0 | $self->{'quiet'} or $self->{'force'} |
185 | 0 | 0 | 0 | $self->find_meta($info->distvname) || $info->dist |
270 | 0 | 0 | 0 | $vname ||= $self->vname_for($module) |
427 | 0 | 0 | 0 | $path eq "." or $path =~ /$archname/ |