| blib/lib/Test/DBIC/SQLite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 2 | 14 | if ($self->_did_create and not $Test::DBIC::SQLite::LeaveCreatedDatabases) |
| 30 | 1 | 1 | if -e $self->dbi_connect_info |
| 49 | 6 | 4 | if @_ < 3 |
| 73 | 4 | 2 | if ($dbname ne ":memory:") |
| 75 | 1 | 3 | unless ($count) |
| 112 | 6 | 1 | !(-e $db_name) ? : |
| 9 | 7 | $db_name eq ':memory:' ? : | |
| 116 | 6 | 10 | if $db_name ne ":memory:" and not -e $db_name |