Condition Coverage

lib/DBD/Neo4p.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
87 0 0 0 $host and $port

or 2 conditions

line l !l condition
69 0 0 $dbh->FETCH("$DBD::Neo4p::prefix_host") || 'localhost'
70 0 0 $dbh->FETCH("$DBD::Neo4p::prefix_port") || 7474
71 0 0 $dbh->FETCH("$DBD::Neo4p::prefix_protocol") || 'http'
86 0 0 $protocol //= 'http'
369 0 0 $numrows || '0E0'

or 3 conditions

line l !l&&r !l&&!r condition
68 0 0 0 delete $$rhAttr{"$DBD::Neo4p::prefix_database"} || delete $$rhAttr{"$DBD::Neo4p::prefix_db"} || $dbh->{'neo_db'}
72 0 0 0 delete $rhAttr->{'Username'} || $dbh->FETCH("$DBD::Neo4p::prefix_user") || $sUsr
73 0 0 0 delete $rhAttr->{'Password'} || $dbh->FETCH("$DBD::Neo4p::prefix_pass") || $sAuth
434 0 0 0 $data{$k}{'_node'} || $data{$k}{'_relationship'}