Condition Coverage

blib/lib/SQL/Abstract/Limit.pm
Criterion Covered Total %
condition 9 21 42.8


and 3 conditions

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

or 2 conditions

line l !l condition
163 11 0 $fields ||= '*'
271 9 0 $offset ||= 0
872 0 1 uc $asc_desc || 'ASC'

or 3 conditions

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