blib/lib/Apache/Session/Store/SQLite3.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 14 | 64.2 |
line | true | false | branch |
---|---|---|---|
15 | 2 | 1 | unless defined $$self{'dbh'} |
24 | 1 | 2 | if not @$tables |
42 | 0 | 2 | if (exists $$session{'args'}{'Handle'}) |
51 | 0 | 2 | unless $$self{'dbh'} = 'DBI'->connect($datasource, $username, $password, {'RaiseError', 1, 'AutoCommit', 1}) |
69 | 1 | 0 | unless (defined $$self{'insert_sth'}) |
92 | 1 | 0 | unless (defined $$self{'update_sth'}) |
106 | 1 | 0 | if eval { do { $$self{'update_sth'}->execute; 1 } } |