Condition Coverage

blib/lib/Test/DBIC/Pg.pm
Criterion Covered Total %
condition 1 12 8.3


and 3 conditions

line !l l&&!r l&&r condition
70 2 0 0 $self->_did_create and not $Test::DBIC::Pg::LeaveCreatedDatabases

or 2 conditions

line l !l condition
95 0 0 $args{'dbi_connect_info'} //= {"dsn", "dbi:Pg:dbname=_test_dbic_pg_$$"}
131 0 0 $DBI::errstr // "ok"
201 0 0 $+{'dbname'} // "<unknown>"

or 3 conditions

line l !l&&r !l&&!r condition
97 0 0 0 $_tdbc_cache //= $class->new(%args)