Condition Coverage

blib/lib/InfluxDB/Client/Response.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

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'

or 2 conditions

line l !l condition
21 0 0 $args{'status'} || 1

or 3 conditions

line l !l&&r !l&&!r condition
100 0 0 0 $response->code == 401 or $response->code == 403