Condition Coverage

blib/lib/ArangoDB2.pm
Criterion Covered Total %
condition 7 10 70.0


or 2 conditions

line l !l condition
58 14 11 $name ||= '_system'
67 8 17 $_[0]{'databases'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
61 8 17 0 $self->databases->{$name} ||= 'ArangoDB2::Database'->new($self, $name)
90 0 1 0 $$self{'http'} ||= 'ArangoDB2::HTTP'->new($self)