Condition Coverage

blib/lib/Tags/HTML/Image/Grid.pm
Criterion Covered Total %
condition 2 14 14.2


and 3 conditions

line !l l&&!r l&&r condition
65 14 0 3 defined $self->{$callback_key} and ref $self->{$callback_key} ne "CODE"
126 0 0 0 ref $select_hr eq "HASH" and exists $select_hr->{'value'}
152 0 0 0 defined $self->{'img_border_width'} and defined $self->{'img_border_color_cb'}

or 2 conditions

line l !l condition
127 0 0 $select_hr->{'css_background_color'} ||= "lightgreen"

or 3 conditions

line l !l&&r !l&&!r condition
78 0 0 0 &blessed($image) or $image->isa("Data::Image")