Condition Coverage

blib/lib/Mojo/mysql.pm
Criterion Covered Total %
condition 6 18 33.3


and 3 conditions

line !l l&&!r l&&r condition
73 7 0 0 $dsn eq "dbi:MariaDB" and not eval "use DBD::MariaDB 1.21;1"
128 0 0 0 $self->auto_migrate and not $self->{'migrated'}++

or 2 conditions

line l !l condition
45 0 0 $_[0] || 0
46 0 0 $self->{'queue'} || []
87 5 2 $url->userinfo // ""

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 $self->{'pid'} //= $$
100 1 1 10 @_ > 2 || ref $_[-1] eq 'HASH'