Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
67 0 0 0 ref $target_name eq "SCALAR" and $$target_name =~ /^ (?: \` ( [^`]+ ) \` #` | ( [\w\-]+ ) ) $/x
100 0 0 0 $self->_dbh->{'mariadb_auto_reconnect'} and not exists $self->_dbic_connect_attributes->{'mariadb_auto_reconnect'}
137 0 0 0 not exists $sqltargs->{'producer_args'}{'mysql_version'} and my $dver = $self->_server_info->{'normalized_dbms_version'}
167 0 0 0 $status->{'Slave_IO_Running'} eq 'Yes' && $status->{'Slave_SQL_Running'} eq 'Yes'

or 2 conditions

line l !l condition
135 0 0 $sqltargs ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
45 0 0 0 $_[0] eq "select" or $_[0] eq "insert"