Condition Coverage

blib/lib/WWW/Giraffi/API/Request.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
121 0 0 0 $req->method =~ /^(POST|PUT|DELETE)$/ and ref($contentref) =~ /^(ARRAY|HASH)$/
204 0 0 0 ref $other_options eq 'HASH' and exists $$other_options{'apikey'}

or 2 conditions

line l !l condition
197 0 0 $path_or_uri //= ''
198 0 0 $queryref //= {}

or 3 conditions

line l !l&&r !l&&!r condition
131 0 0 0 $json //= $self->_ref2json($message)
183 0 0 0 $json =~ /^\{.*\}$/ || $json =~ /^\[.*\]$/