Condition Coverage

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


or 2 conditions

line l !l condition
137 0 0 $ENV{'ARANGO_DB_HOST'} || 'localhost'
138 0 0 $ENV{'ARANGO_DB_PORT'} || 8529
140 0 0 $ENV{'ARANGO_DB_SCHEME'} || 'http'
142 0 0 $ENV{'ARANGO_DB_USERNAME'} || 'root'
143 0 0 $ENV{'ARANGO_DB_PASSWORD'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
137 0 0 0 $self->{'host'} ||= $ENV{'ARANGO_DB_HOST'} || 'localhost'
138 0 0 0 $self->{'port'} ||= $ENV{'ARANGO_DB_PORT'} || 8529
140 0 0 0 $self->{'scheme'} ||= $ENV{'ARANGO_DB_SCHEME'} || 'http'
142 0 0 0 $self->{'username'} ||= $ENV{'ARANGO_DB_USERNAME'} || 'root'
143 0 0 0 $self->{'password'} ||= $ENV{'ARANGO_DB_PASSWORD'} || ''