lib/DBD/Neo4p.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 25 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
86 | 0 | 0 | 0 | $host and $port |
line | l | !l | condition |
---|---|---|---|
68 | 0 | 0 | $dbh->FETCH("$DBD::Neo4p::prefix_host") || 'localhost' |
69 | 0 | 0 | $dbh->FETCH("$DBD::Neo4p::prefix_port") || 7474 |
70 | 0 | 0 | $dbh->FETCH("$DBD::Neo4p::prefix_protocol") || 'http' |
85 | 0 | 0 | $protocol //= 'http' |
369 | 0 | 0 | $numrows || '0E0' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
67 | 0 | 0 | 0 | delete $$rhAttr{"$DBD::Neo4p::prefix_database"} || delete $$rhAttr{"$DBD::Neo4p::prefix_db"} || $dbh->{'neo_db'} |
71 | 0 | 0 | 0 | delete $rhAttr->{'Username'} || $dbh->FETCH("$DBD::Neo4p::prefix_user") || $sUsr |
72 | 0 | 0 | 0 | delete $rhAttr->{'Password'} || $dbh->FETCH("$DBD::Neo4p::prefix_pass") || $sAuth |
434 | 0 | 0 | 0 | $data{$k}{'_node'} || $data{$k}{'_relationship'} |