blib/lib/Elasticsearch/CxnPool/Static/NoPing.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 6 | 83.3 |
line | true | false | branch |
---|---|---|---|
20 | 56 | 13 | if $cxn->is_live or $cxn->next_ping < time |
23 | 12 | 1 | unless grep {$_ eq $cxn;} @$dead |
26 | 2 | 0 | if (@$dead and $self->retries <= $self->max_retries) |