blib/lib/App/pmuninstall.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 38 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
125 | 0 | 0 | 0 | $self->puts("${file}: $!") and ++$failed |
129 | 0 | 0 | 0 | $self->puts("${packlist}: $!") and ++$failed |
134 | 0 | 0 | 0 | $self->puts("${install_json}: $!") and ++$failed |
151 | 0 | 0 | 0 | $self->puts("${dir}: $!") and ++$failed |
198 | 0 | 0 | 0 | -f $install_json and -r _ |
214 | 0 | 0 | 0 | -f $packlist and -r _ |
268 | 0 | 0 | 0 | $$self{'check_deps'} and not $$self{'force'} |
347 | 0 | 0 | 0 | $interpolate && $ENV{'PERL5LIB'} |
line | l | !l | condition |
---|---|---|---|
200 | 0 | 0 | $$data{'name'} || (next) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
138 | 0 | 0 | 0 | $$self{'quiet'} or $$self{'force'} |
184 | 0 | 0 | 0 | $self->find_meta($info->distvname) || $info->dist |
269 | 0 | 0 | 0 | $vname ||= $self->vname_for($module) |
425 | 0 | 0 | 0 | $path eq '.' or $path =~ /$archname/ |