Condition Coverage

blib/lib/DBIx/Class/Storage/DBI/mysql/Retryable.pm
Criterion Covered Total %
condition 16 27 59.2


and 3 conditions

line !l l&&!r l&&r condition
277 10 1 3 $self->_retryable_current_timeout and $self->enable_retryable
292 0 0 0 $self->_retryable_current_timeout and $self->enable_retryable
320 0 0 0 $dbi_attr and ref $dbi_attr eq "HASH"
334 17 1 5 $self->_retryable_current_timeout and $self->enable_retryable
568 16 9 0 $self->_failed_attempt_count && $self->_retryable_current_timeout
632 0 0 3 builtin::blessed($error) and $error->isa("DBIx::Class::Exception")

or 2 conditions

line l !l condition
201 1 2 $opts->{'max_attempts'} // 8
209 19 1 $opts->{'max_actual_duration'} // 50
238 31 0 +(shift())->_retryable_timer->{'_attempts'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
419 16 0 25 $self->{'_in_do_block'} or $self->transaction_depth