Condition Coverage

blib/lib/DBIx/SearchBuilder/Handle/SQLite.pm
Criterion Covered Total %
condition 10 20 50.0


and 3 conditions

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

or 2 conditions

line l !l condition
33 23 0 $self->dbh->{'sqlite_version'} || ''
111 32 0 $_->{'ALIAS'} || ''
32 0 $_->{'ORDER'} || ''
146 3 1 $$cache{lc $table} ||= []
163 19 1 $self->{'_simple_date_time_functions'} ||= {%{$self->SUPER::SimpleDateTimeFunctions(@_);}, "datetime", "datetime(?)", "time", "time(?)", "hourly", "strftime('%Y-%m-%d %H', ?)", "hour", "strftime('%H', ?)", "date", "date(?)", "daily", "date(?)", "day", "strftime('%d', ?)", "dayofmonth", "strftime('%d', ?)", "monthly", "strftime('%Y-%m', ?)", "month", "strftime('%m', ?)", "annually", "strftime('%Y', ?)", "year", "strftime('%Y', ?)", "dayofweek", "strftime('%w', ?)", "dayofyear", "strftime('%j', ?)", "weekofyear", "strftime('%W', ?)"}
200 0 0 $args{'To'} || ''
0 0 $args{'From'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
76 0 160 0 $args{'id'} || $self->_last_insert_rowid($table)