Condition Coverage

lib/Neo4j/Driver.pm
Criterion Covered Total %
condition 18 19 94.7


and 3 conditions

line !l l&&!r l&&r condition
126 95 1214 169 @options == 1 and ref $options[0] eq "HASH"
161 174 1 2 @options == 1 and ref $options[0] eq "HASH"

or 2 conditions

line l !l condition
66 113 53 $config->{'uri'} //= ""
86 6 0 $uri->scheme // ""

or 3 conditions

line l !l&&r !l&&!r condition
78 3 4 102 not $uri =~ m[:|/] or $uri =~ /^\[.+\]$/
133 53 636 524 $$self{$OPTIONS{$key}} // $self->{'config'}{$OPTIONS{$key}}
159 70 1 106 $self->{'config'}{'timeout'} //= $self->{'http_timeout'}