line |
!l |
l&&!r |
l&&r |
condition |
158
|
0 |
0 |
0 |
$args{'outfile'} and $args{'outfile'} ne '-' |
163
|
0 |
0 |
0 |
$args{'listformat'} and $args{'listformat'} =~ /full/i |
184
|
0 |
0 |
0 |
$args{'outfile'} and $args{'outfile'} ne '-' |
338
|
0 |
0 |
0 |
defined $self->{'_files'} and $self->{'_files'} |
373
|
0 |
0 |
0 |
$args{'unseen'} and -f $unseen_file |
395
|
0 |
0 |
0 |
defined $self->{'_dirs'} and $self->{'_dirs'} |
422
|
0 |
0 |
0 |
$self->{'verbose'} and not @files |
427
|
0 |
0 |
0 |
$args{'match'} and $args{'exclude'} |
443
|
0 |
0 |
0 |
$self->{'verbose'} and not @ret_files |
530
|
0 |
0 |
0 |
defined $self->{'_files'} and $self->{'_files'} |
556
|
0 |
0 |
0 |
$file_name and -f $file_name |
640
|
0 |
0 |
0 |
defined $self->{'_root_width'} and $self->{'_root_width'} |
665
|
0 |
0 |
0 |
defined $args{'tile'} and $args{'tile'} |
681
|
0 |
0 |
0 |
$info->{'width'} > $self->{'_root_width'} * 0.5 and $info->{'height'} > $self->{'_root_height'} * 0.5 |
|
0 |
0 |
0 |
$info->{'width'} > $self->{'_root_width'} * 0.5 and $info->{'height'} > $self->{'_root_height'} * 0.5 and not $info->{'width'} == $self->{'_root_width'} && $info->{'height'} <= $self->{'_root_height'} || $info->{'height'} == $self->{'_root_height'} && $info->{'width'} <= $self->{'_root_width'} |
712
|
0 |
0 |
0 |
$info->{'width'} > $self->{'_root_width'} * 0.9 and $info->{'height'} > $self->{'_root_height'} * 0.9 |