Condition Coverage

blib/lib/Imager/Tiler.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
326 0 0 0 $args{'Images'} and ref $args{'Images'}
0 0 0 $args{'Images'} and ref $args{'Images'} and ref $args{'Images'} eq 'ARRAY'
331 0 0 0 ref $_ and $_->isa('Imager')
400 0 0 0 exists $args{'Width'} and $args{'Width'} < $w
403 0 0 0 exists $args{'Height'} and $args{'Height'} < $h

or 3 conditions

line l !l&&r !l&&!r condition
279 0 0 0 $r == 0 || $r == $rows - 1
281 0 0 0 $c == 0 || $c == $cols - 1
358 0 0 0 exists $colors{$args{'Background'}} or $args{'Background'} =~ /^#[0-9a-fA-F]+$/
361 0 0 0 $colors{$args{'Background'}} || $args{'Background'}