Branch Coverage

blib/lib/DBIx/SearchBuilder/Handle/SQLite.pm
Criterion Covered Total %
branch 15 28 53.5


line true false branch
32 0 23 unless $self->dbh
56 0 0 unless $self->TransactionDepth
73 0 159 unless $sth
78 0 159 unless $self->{'id'}
104 48 32 unless $sb->_OrderClause =~ /(?
111 16 16 ($_->{'ORDER'} || '') =~ /^des/i ? :
32 0 ($_->{'ALIAS'} || '') ne 'main' ? :
141 2 0 unless ($$cache{lc $table})
142 0 2 unless my $info = $self->dbh->selectall_arrayref("PRAGMA table_info('${table}')")
150 1 1 unless $$cache{lc $table}
196 1 1 unless $args{'From'} and $args{'To'}
197 1 0 if lc $args{'From'} eq lc $args{'To'}
200 0 0 if (lc($args{'To'} || '') eq 'utc') { }
0 0 elsif (lc($args{'From'} || '') eq 'utc') { }