Branch Coverage

blib/lib/DBIx/Class/Storage/DBI/MariaDB.pm
Criterion Covered Total %
branch 2 18 11.1


line true false branch
46 0 0 if $_[0] eq "select" or $_[0] eq "insert"
67 0 0 if (ref $target_name)
68 0 0 if (ref $target_name eq 'SCALAR' and $$target_name =~ /^ (?: \` ( [^`]+ ) \` #` | ( [\w\-]+ ) ) $/x) { }
78 0 0 defined $1 ? :
88 0 0 if $target_name
101 0 0 if ($self->_dbh->{'mariadb_auto_reconnect'} and not exists $self->_dbic_connect_attributes->{'mariadb_auto_reconnect'})
122 0 0 if $mariadb_ver < 4
138 0 0 if (not exists $sqltargs->{'producer_args'}{'mysql_version'} and my $dver = $self->_server_info->{'normalized_dbms_version'})
178 12 8 if ($_[1] =~ /^(?:(?:tiny|medium|long|)blob|(?:var|)binary)$/i)