Condition Coverage

blib/lib/Catmandu/Store/DBI.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
86 0 0 0 not $driver =~ /mysql/i and $self->has_timeout
0 0 0 not $driver =~ /mysql/i and $self->has_timeout and time - $connect_time > $self->timeout

or 2 conditions

line l !l condition
42 0 0 $self->dbh->{'Driver'}{'Name'} // ''
83 0 0 $dbh->{'Driver'}{'Name'} // ''

or 3 conditions

line l !l&&r !l&&!r condition
90 0 0 0 $self->reconnect_after_timeout or not $dbh->ping