Condition Coverage

blib/lib/ObjectDB/DBHPool/Connection.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
70 0 0 0 $dbh and $dbh->{'Active'}
88 0 0 0 $self->{'check_timeout'} and time - $self->{'last_check'} > $self->{'check_timeout'}

or 2 conditions

line l !l condition
26 0 0 $self->{'attrs'} ||= {'RaiseError', 1}

or 3 conditions

line l !l&&r !l&&!r condition
80 0 0 0 not $self->{'dbh'}{'Active'} or $self->_is_check_timeout_elapsed