Condition Coverage

lib/Template/Colour.pm
Criterion Covered Total %
condition 12 28 42.8


and 3 conditions

line !l l&&!r l&&r condition
120 0 14 0 @_ && $_[0]
126 0 7 0 @_ && $_[0]
134 7 0 0 $$self[3] and not @_
138 7 0 0 @_ && ref $_[0] eq 'HASH'
170 0 0 0 @_ && ref $_[0] eq 'HASH'

or 2 conditions

line l !l condition
119 14 0 shift() || 4
125 7 0 shift() || 4

or 3 conditions

line l !l&&r !l&&!r condition
46 22 6 0 ref $class || $class
73 28 0 3 $$config{'rgb'} || $$config{'RGB'}
1 0 2 $$config{'hsv'} || $$config{'HSV'}