Branch Coverage

blib/lib/DBIx/SearchBuilder/Handle/MariaDB.pm
Criterion Covered Total %
branch 0 62 0.0


line true false branch
36 0 0 unless ($sth)
48 0 0 unless ($self->{'id'})
51 0 0 unless $self->{'id'}
80 0 0 if ($type =~ /^(blob|longblob)$/i) { }
102 0 0 unless $query =~ /\b\Q$table\E\b/i
107 0 0 unless $sth
115 0 0 if $self->{'QuoteTableNames'}
130 0 0 unless $query =~ /\b\Q$table\E\b/i
134 0 0 if $self->{'QuoteTableNames'}
145 0 0 unless $sth
156 0 0 if @ids < 1000
160 0 0 unless $sth
164 0 0 if (@ids)
167 0 0 unless $sth
171 0 0 $res == 0 ? :
204 0 0 unless $sb->_OrderClause =~ /(?
207 0 0 if (substr($self->DatabaseVersion, 0, 1) == 4) { }
212 0 0 if (not exists $_->{'ALIAS'} or ($_->{'ALIAS'} || '') eq "main")
218 0 0 ($_->{'ORDER'} || '') =~ /^des/i ? :
233 0 0 ($_->{'ORDER'} || '') =~ /^des/i ? :
0 0 if (($_->{'ALIAS'} || '') ne 'main') { }
249 0 0 unless ($$cache{lc $table})
250 0 0 unless my $sth = $self->dbh->column_info(undef, undef, $table, "%")
257 0 0 unless $$cache{lc $table}
318 0 0 unless $args{'From'} and $args{'To'}
319 0 0 if lc $args{'From'} eq lc $args{'To'}
343 0 0 if ($self->dbh)
354 0 0 if ($self->dbh)
358 0 0 if ($name =~ /^`(.*)`$/)
398 0 0 'version'->parse('v' . $version) >= 'version'->parse('v10.2') ? :
403 0 0 unless my $field = shift()