Condition Coverage

blib/lib/SQL/Abstract/FromQuery.pm
Criterion Covered Total %
condition 11 18 61.1


and 3 conditions

line !l l&&!r l&&r condition
204 34 0 0 &blessed($data) and $data->can('param')
217 18 28 0 $$self{'IGNORE'} and $field =~ /$$self{'IGNORE'}/

or 2 conditions

line l !l condition
136 4 3 $$self{'grammar_ISA'} ||= ['SQL::Abstract::FromQuery']
221 4 41 $$self{'field'}{$field} || 'standard'
312 0 2 $$h{'seconds'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
167 44 0 0 $msg //= "Could not parse rule '${rule}'"
222 36 9 0 $$self{'grammar'}{$rule} ||= $self->_grammar($rule)