| blib/lib/CPAN/Mini.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 17 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 219 | 0 | 0 | 0 | -e $$self{'local'} and not -d $$self{'local'} |
| 278 | 0 | 0 | 0 | $skip_if_present and -f $local_file |
| 399 | 0 | 0 | 0 | -f $file and not $$self{'mirrored'}{$file} |
| line | l | !l | condition |
|---|---|---|---|
| 278 | 0 | 0 | $$self{'mirrored'}{$local_file} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 161 | 0 | 0 | 0 | $$self{'force'} or $$self{'changes_made'} |
| 457 | 0 | 0 | 0 | 'File::HomeDir'->my_home || $ENV{'HOME'} |