blib/lib/REST/Neo4p/Agent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 29 | 6.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
193 | 0 | 0 | 0 | ref $e && $e->can('rethrow') |
219 | 0 | 0 | 0 | @url_components and ref $url_components[-1] |
0 | 0 | 0 | @url_components and ref $url_components[-1] and ref $url_components[-1] eq "HASH" | |
229 | 0 | 0 | 0 | @url_components && $url_components[0] =~ /{[0-9]+}/ |
254 | 0 | 0 | 0 | $content and not $self->isa("Mojo::UserAgent") |
287 | 0 | 0 | 0 | $error_fields{'neo4j_exception'} and $error_fields{'neo4j_exception'} =~ /^Syntax/ |
294 | 0 | 0 | 0 | $resp->code && $resp->code == 404 |
line | l | !l | condition |
---|---|---|---|
24 | 3 | 1 | delete $args{'agent_module'} || 'LWP::UserAgent' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
111 | 0 | 0 | 0 | $self->{'__batch_length'} ||= $self->{'__batch_length'} |
241 | 0 | 0 | 0 | not $addl_headers or ref $addl_headers eq "HASH" |