Condition Coverage

blib/lib/Arango/Tango/API.pm
Criterion Covered Total %
condition 0 16 0.0


and 2 conditions

line l !l condition
200 0 0 $method eq "GET" and scalar keys %$opts

and 3 conditions

line !l l&&!r l&&r condition
176 0 0 0 exists $params->{'_url_parameters'} and ref $params->{'_url_parameters'} eq "HASH"
196 0 0 0 exists $conf->{'require_document'} and not $body
200 0 0 0 $body and ref $body eq 'HASH' || ref $body eq 'ARRAY'

or 2 conditions

line l !l condition
167 0 0 $params->{$1} // ""

or 3 conditions

line l !l&&r !l&&!r condition
200 0 0 0 ref $body eq 'HASH' || ref $body eq 'ARRAY'