Branch Coverage

blib/lib/InfluxDB/Client/Response.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
29 0 0 if ($args{'http_response'}) { }
0 0 elsif ($args{'content'}) { }
41 0 0 if ($status)
54 0 0 if ($content)
55 0 0 if (ref $content) { }
64 0 0 if ($@) { }
69 0 0 if (exists $self->{'_content'}{'error'} and defined $self->{'_content'}{'error'})
73 0 0 if $self->{'_status'} == 1
77 0 0 if exists $self->{'_content'}{'results'}
86 0 0 if $error
97 0 0 unless $response and ref $response and ref $response eq 'HTTP::Response'
100 0 0 if ($response->code == 401 or $response->code == 403) { }
0 0 elsif ($response->code >= 400) { }
110 0 0 if $response->content