Condition Coverage

blib/lib/SQL/Abstract/FromQuery.pm
Criterion Covered Total %
condition 14 18 77.7


and 3 conditions

line !l l&&!r l&&r condition
208 40 0 34 &blessed($data) and $data->can('param')
221 21 66 2 $self->{'IGNORE'} and $field =~ /$self->{'IGNORE'}/

or 2 conditions

line l !l condition
144 4 3 $self->{'grammar_ISA'} ||= ['SQL::Abstract::FromQuery']
225 4 83 $self->{'field'}{$field} || 'standard'
318 4 4 $h->{'seconds'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
175 85 0 0 $msg //= "Could not parse rule '${rule}'"
226 78 9 0 $self->{'grammar'}{$rule} ||= $self->_grammar($rule)