Branch Coverage

blib/lib/ArangoDB2/HTTP/LWP.pm
Criterion Covered Total %
branch 1 38 2.6


line true false branch
38 0 1 if ($self->arango->username)
60 0 0 if $args
64 0 0 if $raw
81 0 0 if $args
85 0 0 if $raw
102 0 0 if $args
106 0 0 if $raw
128 0 0 if $args
135 0 0 if $raw
152 0 0 if $args
154 0 0 ref $put ? :
161 0 0 if $raw
178 0 0 if $args
180 0 0 ref $post ? :
187 0 0 if $raw
199 0 0 if ($response->is_success) { }
202 0 0 unless $res
204 0 0 if (not ref $res eq 'HASH') { }
0 0 elsif ($$res{'result'} || $$res{'graph'} || $$res{'graphs'} and not $$res{'error'} and not defined $$res{'hasMore'}) { }