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
145 0 0 0 builtin::blessed($arg) and $arg->can("server_bin")
178 40 0 0 builtin::blessed($in) and $in->{'dbd_driver'}
354 0 0 0 $override->{'skip'} and $key =~ /$override->{'skip'}/ || $val =~ /$override->{'skip'}/

or 2 conditions

line l !l condition
285 0 0 $self->{'character_set_server'} //= "UTF8MB4"
293 0 0 $self->{'username'} ||= "root"
343 0 0 $params{$section} // {}

or 3 conditions

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