Condition Coverage

blib/lib/DBIx/QuickDB/Driver/MySQL.pm
Criterion Covered Total %
condition 4 33 12.1


and 3 conditions

line !l l&&!r l&&r condition
139 0 0 0 builtin::blessed($arg) and $arg->can("server_bin")
172 40 0 0 builtin::blessed($in) and $in->{'dbd_driver'}
347 0 0 0 $override->{'skip'} and $key =~ /$override->{'skip'}/ || $val =~ /$override->{'skip'}/

or 2 conditions

line l !l condition
278 0 0 $self->{'character_set_server'} //= "UTF8MB4"
286 0 0 $self->{'username'} ||= "root"
336 0 0 $params{$section} // {}

or 3 conditions

line l !l&&r !l&&!r condition
43 0 120 0 builtin::blessed($this) || $this
108 0 0 7 $ok1 or $ok2
0 0 7 $ok1 or $ok2 or $ok3
284 0 0 0 $self->{'socket'} ||= $self->{'dir'} . '/mysql.sock'
289 0 0 0 $self->{$_} ||= $defaults{$_}
347 0 0 0 $key =~ /$override->{'skip'}/ || $val =~ /$override->{'skip'}/