| blib/lib/Elasticsearch/Bulk.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 0 | 0 | 0 | $max_size and $size >= $max_size |
| 0 | 0 | 0 | $max_count and $count >= $max_count | |
| 53 | 0 | 0 | 0 | $error->is('Request') and not $error->is('Unavailable') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 28 | 0 | 0 | 0 | $max_size and $size >= $max_size or $max_count and $count >= $max_count |
| 75 | 0 | 0 | 0 | delete $$src{'es'} || $self->es |