blib/lib/Test/DBIC/SQLite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 8 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 13 | 1 | 2 | $self->_did_create and not $Test::DBIC::SQLite::LeaveCreatedDatabases |
116 | 9 | 1 | 6 | $db_name ne ":memory:" and not -e $db_name |
line | l | !l | condition |
---|---|---|---|
48 | 8 | 2 | $args{'dbi_connect_info'} //= ":memory:" |