Branch Coverage

blib/lib/Paws/API/Retry.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
54 53 76 if ($self->result_is_exception and $self->_still_has_retries and $self->exception_is_retriable)
65 53 513 if &$rule($self->operation_result)
72 0 322 unless defined $self->operation_result
74 0 322 unless ref $self->operation_result
75 166 156 if ref $self->operation_result eq 'Paws::Exception'