|  line  | 
 !l  | 
 l&&!r  | 
 l&&r  | 
 condition  | 
 
| 
98
 | 
 0  | 
 5  | 
 0  | 
 $dir and -d $dir  | 
 
| 
146
 | 
 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  | 
 
| 
207
 | 
 10  | 
 0  | 
 8  | 
 $file =~ /\.bz2$/ and not -e $file . '.bz2.bz2'  | 
 
| 
276
 | 
 0  | 
 0  | 
 8  | 
 -e $file and -e $tfile  | 
 
| 
289
 | 
 17  | 
 0  | 
 0  | 
 -z $file and $$args_hr{'verbose'}  | 
 
| 
295
 | 
 17  | 
 0  | 
 0  | 
 exists $oldmd5s{$file} and $md5sum ne $oldmd5s{$file}  | 
 
| 
338
 | 
 0  | 
 2  | 
 0  | 
 $dir and -d $dir  | 
 
| 
391
 | 
 8  | 
 0  | 
 0  | 
 -z $file and $$args_hr{'verbose'}  | 
 
| 
397
 | 
 8  | 
 0  | 
 0  | 
 exists $oldmd5s{$file} and $md5sum ne $oldmd5s{$file}  | 
 
| 
 | 
 8  | 
 0  | 
 0  | 
 -e $file . '.bz2' and $mtime > (stat _)[9]  | 
 
| 
429
 | 
 0  | 
 1  | 
 0  | 
 $dir and -d $dir  | 
 
| 
479
 | 
 0  | 
 1  | 
 0  | 
 $cpanelsync_file and -e $cpanelsync_file  |