Condition Coverage

lib/MojoX/Mysql.pm
Criterion Covered Total %
condition 6 21 28.5


and 3 conditions

line !l l&&!r l&&r condition
41 0 6 0 not exists $server->{'user'} and exists $args{'user'}
44 0 6 0 not exists $server->{'password'} and exists $args{'password'}
47 0 6 0 not exists $server->{'write_timeout'} and exists $args{'write_timeout'}
50 0 6 0 not exists $server->{'read_timeout'} and exists $args{'read_timeout'}
53 0 6 0 not exists $server->{'read_timeout'} and exists $args{'read_timeout'}
56 0 6 0 not exists $server->{'connect_timeout'} and exists $args{'connect_timeout'}
115 0 0 0 defined $async and defined $slave