line |
!l |
l&&!r |
l&&r |
condition |
155
|
0 |
0 |
0 |
$args{'outfile'} and $args{'outfile'} ne '-' |
160
|
0 |
0 |
0 |
$args{'listformat'} and $args{'listformat'} =~ /full/i |
181
|
0 |
0 |
0 |
$args{'outfile'} and $args{'outfile'} ne '-' |
335
|
0 |
0 |
0 |
defined $self->{'_files'} and $self->{'_files'} |
370
|
0 |
0 |
0 |
$args{'unseen'} and -f $unseen_file |
392
|
0 |
0 |
0 |
defined $self->{'_dirs'} and $self->{'_dirs'} |
419
|
0 |
0 |
0 |
$self->{'verbose'} and not @files |
424
|
0 |
0 |
0 |
$args{'match'} and $args{'exclude'} |
440
|
0 |
0 |
0 |
$self->{'verbose'} and not @ret_files |
527
|
0 |
0 |
0 |
defined $self->{'_files'} and $self->{'_files'} |
553
|
0 |
0 |
0 |
$file_name and -f $file_name |
637
|
0 |
0 |
0 |
defined $self->{'_root_width'} and $self->{'_root_width'} |
662
|
0 |
0 |
0 |
defined $args{'tile'} and $args{'tile'} |
678
|
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'} |
709
|
0 |
0 |
0 |
$info->{'width'} > $self->{'_root_width'} * 0.9 and $info->{'height'} > $self->{'_root_height'} * 0.9 |