Condition Coverage

blib/lib/DBIx/SearchBuilder/Handle/mysql.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
279 0 0 0 $args{'From'} and $args{'To'}

or 2 conditions

line l !l condition
173 0 0 $_->{'ALIAS'} || ''
179 0 0 $_->{'ORDER'} || ''
194 0 0 $_->{'ALIAS'} || ''
0 0 $_->{'ORDER'} || ''
215 0 0 $$cache{lc $e->{'TABLE_NAME'}} ||= []
231 0 0 $self->{'_simple_date_time_functions'} ||= {%{$self->SUPER::SimpleDateTimeFunctions(@_);}, "datetime", "?", "time", "TIME(?)", "hourly", "DATE_FORMAT(?, '%Y-%m-%d %H')", "hour", "HOUR(?)", "date", "DATE(?)", "daily", "DATE(?)", "day", "DAYOFMONTH(?)", "dayofmonth", "DAYOFMONTH(?)", "monthly", "DATE_FORMAT(?, '%Y-%m')", "month", "MONTH(?)", "annually", "YEAR(?)", "year", "YEAR(?)", "dayofweek", "DAYOFWEEK(?) - 1", "dayofyear", "DAYOFYEAR(?)", "weekofyear", "WEEK(?)"}

or 3 conditions

line l !l&&r !l&&!r condition
173 0 0 0 not exists $_->{'ALIAS'} or ($_->{'ALIAS'} || '') eq "main"