Condition Coverage

blib/lib/WWW/Sixpack.pm
Criterion Covered Total %
condition 4 11 36.3


and 3 conditions

line !l l&&!r l&&r condition
128 0 0 2 $alternatives && ref $alternatives

or 2 conditions

line l !l condition
136 0 0 $options ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
128 0 0 2 not $alternatives && ref $alternatives or ref $alternatives ne 'ARRAY'
0 1 1 not $alternatives && ref $alternatives or ref $alternatives ne 'ARRAY' or @$alternatives < 2