Condition Coverage

blib/lib/SQL/Composer/Expression.pm
Criterion Covered Total %
condition 9 11 81.8


and 3 conditions

line !l l&&!r l&&r condition
78 29 1 1 ref $value && ref $value eq 'ARRAY'

or 2 conditions

line l !l condition
14 37 0 $params{'expr'} || []

or 3 conditions

line l !l&&r !l&&!r condition
23 18 19 0 $params{'quoter'} || 'SQL::Composer::Quoter'->new('driver', $params{'driver'})
55 2 1 41 $key eq '-or' or $key eq '-and'