| line |
!l |
l&&!r |
l&&r |
condition |
|
352
|
19 |
0 |
0 |
$skip and not ref $skip |
|
430
|
0 |
0 |
36 |
defined $dir and length $dir |
|
445
|
0 |
60 |
0 |
defined $vol and length $vol |
|
484
|
34 |
0 |
0 |
$verbose and $verbose > 1 |
|
|
34 |
0 |
0 |
$verbose and $verbose > 1 and not -d $dir |
|
495
|
34 |
0 |
0 |
$show and $dry_run |
|
529
|
15 |
0 |
0 |
$verbose and $verbose > 1 |
|
685
|
6 |
1 |
12 |
@_ == 1 and eval {
do {
1 + @$from_to
}
} |
|
743
|
3 |
16 |
0 |
$source eq $blib_lib and exists $from_to{$blib_arch} |
|
|
16 |
0 |
0 |
$source eq $blib_lib and exists $from_to{$blib_arch} and &directory_not_empty($blib_arch) |
|
1107
|
0 |
6 |
4 |
-f $targetfile and -s _ == -s $filepath |
|
1113
|
4 |
6 |
0 |
$diff and $verbose > 1 |
|
1133
|
2 |
4 |
0 |
$ExtUtils::Install::Testing and ucase('File::Spec'->canonpath($ExtUtils::Install::Testing)) eq ucase($targetfile) |
|
1204
|
3 |
0 |
3 |
-f $to and -s $from == -s $to |
|
|
3 |
3 |
0 |
-f $to and -s $from == -s $to and -M $to < -M $from |
|
1214
|
6 |
0 |
0 |
defined $pm_filter && length $pm_filter && $from =~ /\.pm$/ |
|
1217
|
0 |
3 |
3 |
not $need_filtering and 0 == _compare($from, $to) |