| line |
!l |
l&&!r |
l&&r |
condition |
|
97
|
0 |
5 |
0 |
$dir and -d $dir |
|
145
|
0 |
0 |
0 |
defined $dir and not $dir =~ /\.bak$/ |
|
|
0 |
0 |
0 |
defined $dir and not $dir =~ /\.bak$/ and not $dir =~ /^\./ |
|
|
0 |
0 |
0 |
defined $dir and not $dir =~ /\.bak$/ and not $dir =~ /^\./ and -d $dir |
|
|
0 |
0 |
0 |
defined $dir and not $dir =~ /\.bak$/ and not $dir =~ /^\./ and -d $dir and not -l $dir |
|
206
|
10 |
0 |
8 |
$file =~ /\.bz2$/ and not -e $file . '.bz2.bz2' |
|
275
|
0 |
0 |
8 |
-e $file and -e $tfile |
|
288
|
17 |
0 |
0 |
-z $file and $$args_hr{'verbose'} |
|
291
|
17 |
0 |
0 |
exists $oldmd5s{$file} and $md5sum ne $oldmd5s{$file} |
|
334
|
0 |
2 |
0 |
$dir and -d $dir |
|
387
|
8 |
0 |
0 |
-z $file and $$args_hr{'verbose'} |
|
390
|
8 |
0 |
0 |
exists $oldmd5s{$file} and $md5sum ne $oldmd5s{$file} |
|
|
8 |
0 |
0 |
-e $file . '.bz2' and $mtime > (stat _)[9] |
|
422
|
0 |
1 |
0 |
$dir and -d $dir |
|
472
|
0 |
1 |
0 |
$cpanelsync_file and -e $cpanelsync_file |