Branch Coverage

blib/lib/DBIx/Class/Storage/DBI/MariaDB.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
45 0 0 if $_[0] eq "select" or $_[0] eq "insert"
66 0 0 if (ref $target_name)
67 0 0 if (ref $target_name eq 'SCALAR' and $$target_name =~ /^ (?: \` ( [^`]+ ) \` #` | ( [\w\-]+ ) ) $/x) { }
77 0 0 defined $1 ? :
87 0 0 if $target_name
100 0 0 if ($self->_dbh->{'mariadb_auto_reconnect'} and not exists $self->_dbic_connect_attributes->{'mariadb_auto_reconnect'})
121 0 0 if $mariadb_ver < 4
137 0 0 if (not exists $sqltargs->{'producer_args'}{'mysql_version'} and my $dver = $self->_server_info->{'normalized_dbms_version'})