Condition Coverage

blib/lib/Image/Base/Multiplex.pm
Criterion Covered Total %
condition 2 13 15.3


and 3 conditions

line !l l&&!r l&&r condition
73 0 0 0 $set_file and @$images > 1
85 0 0 0 @_ and @$images > 1
93 0 0 0 @_ and @$images > 1

or 2 conditions

line l !l condition
52 1150 0 $$self{'-images'}[0] || (return undef)
107 2906 0 $$images[0] || (return undef)