Condition Coverage

blib/lib/SQL/Abstract/FromQuery.pm
Criterion Covered Total %
condition 15 23 65.2


and 3 conditions

line !l l&&!r l&&r condition
208 36 0 0 &blessed($data) and $data->can('param')
221 23 28 0 $$self{'IGNORE'} and $field =~ /$$self{'IGNORE'}/
295 1 0 1 $ref eq 'HASH' && join('', keys %$val) eq '-in'

or 2 conditions

line l !l condition
137 4 4 $$self{'grammar_ISA'} ||= ['SQL::Abstract::FromQuery']
225 4 46 $$self{'field'}{$field} || 'standard'
294 1 1 ref $val || ''
379 0 2 $$h{'seconds'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
171 44 0 0 $msg //= "Could not parse rule '${rule}'"
226 40 10 0 $$self{'grammar'}{$rule} ||= $self->_grammar($rule)