Branch Coverage

blib/lib/WWW/Giraffi/API/Request.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
90 0 0 unless ($self->ssl_verify_hostname)
94 0 0 if ($req->content)
107 0 0 if ($is_client_timeout)
121 0 0 if ($req->method =~ /^(POST|PUT|DELETE)$/ and ref($contentref) =~ /^(ARRAY|HASH)$/)
167 0 0 if ($self->_is_json($res->content)) { }
170 0 0 if ($res->code =~ /^2\d{2}$/) { }
183 0 0 $json =~ /^\{.*\}$/ || $json =~ /^\[.*\]$/ ? :
189 0 0 unless $self->verbose
199 0 0 unless ($path_or_uri =~ m[^https?://])
204 0 0 if (ref $other_options eq 'HASH' and exists $$other_options{'apikey'}) { }