blib/lib/DBIx/SQLite/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 10 | 30.0 |
line | true | false | branch |
---|---|---|---|
51 | 0 | 3 | unless $self->db |
53 | 0 | 3 | unless my $dbh = 'DBI'->connect('dbi:SQLite:dbname=' . $self->db, '', '', {'RaiseError', 0, 'PrintError', 0, 'PrintWarn', 0, 'AutoCommit', 0}) |
77 | 8 | 0 | if $self->_dbh |
88 | 0 | 0 | if $self->_dbh |
95 | 0 | 0 | if ($self->_dbh) |