blib/lib/Arango/DB/API.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
117 | 0 | 0 | defined $params->{'database'} ? : |
122 | 0 | 0 | ref $params eq 'HASH' && exists $params->{'body'} ? : |
123 | 0 | 0 | ref $params eq 'HASH' ? : |
125 | 0 | 0 | exists $API{$action}{'params'} ? : |
127 | 0 | 0 | if ($API{$action}{'method'} eq 'get' and scalar keys %$opts) { } |
130 | 0 | 0 | if ($body and ref $body eq 'HASH') { } |
0 | 0 | elsif (defined $body) { } | |
148 | 0 | 0 | if ($response->{'success'}) { } |
150 | 0 | 0 | if ($ans->{'error'}) { } |
0 | 0 | elsif (exists $API{$action}{'builder'}) { } |