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
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

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
77 0 0 0 ref $class || $class
563 0 0 0 $args{'match'} or $args{'exclude'}
681 0 0 0 $info->{'width'} == $self->{'_root_width'} && $info->{'height'} <= $self->{'_root_height'} || $info->{'height'} == $self->{'_root_height'} && $info->{'width'} <= $self->{'_root_width'}
701 0 0 0 $info->{'width'} > $self->{'_root_width'} || $info->{'height'} > $self->{'_root_height'}