Condition Coverage

blib/lib/Test/DB/Postgres.pm
Criterion Covered Total %
condition 0 9 0.0


or 2 conditions

line l !l condition
65 0 0 $ENV{'TESTDB_INITIAL'} || 'postgres'
77 0 0 $ENV{'TESTDB_USERNAME'} || ''
83 0 0 $ENV{'TESTDB_PASSWORD'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
36 0 0 0 $data ||= "DBI"->connect($self->dsn, $self->username, $self->password, {"RaiseError", 1, "AutoCommit", 1})