| blib/lib/OpenSearch/Response.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 17 | 0 | 0 | 0 | $self->_response->code >= 200 && $self->_response->code < 300 |
| 23 | 0 | 0 | 0 | $self->data and $self->data->{'error'} |
| 0 | 0 | 0 | not $self->success and ($self->data and $self->data->{'error'}) |