Branch Coverage

blib/lib/Cassandra/Client/Policy/Retry/Default.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
18 0 0 exists $args{$_} ? :
21 0 0 if (%args)
32 0 0 if $nr_retries >= $self->{'max_retries'}{'max_retries_read_timeout'}
33 0 0 if $received_responses < $required_responses
34 0 0 if $received_responses >= $required_responses and not $data_retrieved
41 0 0 if $nr_retries >= $self->{'max_retries'}{'max_retries_unavailable'}
48 0 0 if $nr_retries >= $self->{'max_retries'}{'max_retries_write_timeout'}
49 0 0 if $write_type eq "BATCH_LOG" or $statement->{'idempotent'}
56 0 0 if $nr_retries >= $self->{'max_retries'}{'max_retries_request_error'}