blib/lib/Search/Elasticsearch/Client/5_0/Bulk.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 15 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 0 | 1 | 0 | $max_size and $size >= $max_size |
0 | 1 | 0 | $max_count and $count >= $max_count | |
1 | 0 | 0 | $max_time and time >= $self->_last_flush + $max_time |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
30 | 0 | 0 | 1 | $max_size and $size >= $max_size or $max_count and $count >= $max_count |
0 | 0 | 1 | $max_size and $size >= $max_size or $max_count and $count >= $max_count or $max_time and time >= $self->_last_flush + $max_time |