blib/lib/DBIx/Class/Storage/DBI/mysql.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 17 | 17.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
65 | 0 | 0 | 2 | ref $target_name eq 'SCALAR' and $$target_name =~ /^ (?: \` ( [^`]+ ) \` #` | ( [\w\-]+ ) ) $/x |
98 | 3 | 0 | 0 | $self->_dbh->{'mysql_auto_reconnect'} and not exists $self->_dbic_connect_attributes->{'mysql_auto_reconnect'} |
136 | 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' |
line | l | !l | condition |
---|---|---|---|
134 | 0 | 0 | $sqltargs ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 0 | 0 | 4 | $_[0] eq 'select' or $_[0] eq 'insert' |