Condition Coverage

lib/Neo4j/Driver.pm
Criterion Covered Total %
condition 15 16 93.7


and 3 conditions

line !l l&&!r l&&r condition
127 95 68 169 @options == 1 and ref $options[0] eq "HASH"
158 173 1 2 @options == 1 and ref $options[0] eq "HASH"

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
79 3 4 102 not $uri =~ m[:|/] or $uri =~ /^\[.+\]$/
156 69 1 106 $self->{'timeout'} //= $self->{'http_timeout'}