| blib/lib/InfluxDB/Client/Response.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 14 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 69 | 0 | 0 | 0 | exists $self->{'_content'}{'error'} and defined $self->{'_content'}{'error'} |
| 97 | 0 | 0 | 0 | $response and ref $response |
| 0 | 0 | 0 | $response and ref $response and ref $response eq 'HTTP::Response' |
| line | l | !l | condition |
|---|---|---|---|
| 21 | 0 | 0 | $args{'status'} || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 100 | 0 | 0 | 0 | $response->code == 401 or $response->code == 403 |