Condition Coverage

blib/lib/SQL/Abstract/Limit.pm
Criterion Covered Total %
condition 8 19 42.1


and 3 conditions

line !l l&&!r l&&r condition
240 3 0 9 defined $_[0] and $_[0] =~ /^\d+$/

or 2 conditions

line l !l condition
163 11 0 $fields ||= '*'
270 9 0 $offset ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
241 7 5 0 shift() || $self->_default_limit_syntax
275 1 8 0 $self->can('emulate_limit') || "_$syntax"
337 0 0 0 ucfirst $dbh->{'Driver'}{'Name'} || Carp::croak("no driver in $dbh")
348 0 0 0 $odbc or $ado