Branch Coverage

blib/lib/DBIx/ThinSQL/SQLite.pm
Criterion Covered Total %
branch 17 22 77.2


line true false branch
129 0 3 unless $dbh->do('CREATE TABLE ' . $name . '_sequence (seq INTEGER PRIMARY KEY AUTOINCREMENT);')
134 0 3 unless $dbh->do('INSERT INTO ' . $name . '_sequence(seq) VALUES(0)')
137 0 3 unless $dbh->do('DELETE FROM ' . $name . '_sequence')
149 1 7 unless $ref
159 1 3 unless $dbh->do('INSERT INTO ' . $name . '_sequence(seq) VALUES(NULL)')
167 1 7 unless @_ >= 2
171 1 6 unless eval { do { $dbh->can('sqlite_create_function') } }
175 1 11 unless $subref
188 0 2 unless @_ >= 1
192 1 3 unless $subref
208 0 29 utf8::is_utf8($_[0] // '') ? :