Condition Coverage

blib/lib/ArangoDB.pm
Criterion Covered Total %
condition 1 15 6.6


and 3 conditions

line !l l&&!r l&&r condition
116 1 0 0 ref $error and $error->isa('ArangoDB::ServerException')
117 0 0 0 $ignore_404 and $error->code == 404

or 2 conditions

line l !l condition
80 0 0 $doc || ''
91 0 0 $edge || ''
118 0 0 $error->detail->{'errorMessage'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
29 0 0 0 $self->find($name) || $self->create($name)