Condition Coverage

blib/lib/X11/Muralis.pm
Criterion Covered Total %
condition 0 62 0.0


and 3 conditions

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

or 2 conditions

line l !l condition
158 0 0 $args{'outfile'} || die("Cannot open '$args{'outfile'}' for writing")

or 3 conditions

line l !l&&r !l&&!r condition
74 0 0 0 ref $class || $class
560 0 0 0 $args{'match'} or $args{'exclude'}
678 0 0 0 $info->{'width'} == $self->{'_root_width'} && $info->{'height'} <= $self->{'_root_height'} || $info->{'height'} == $self->{'_root_height'} && $info->{'width'} <= $self->{'_root_width'}
698 0 0 0 $info->{'width'} > $self->{'_root_width'} || $info->{'height'} > $self->{'_root_height'}