blib/lib/DBIx/ThinSQL/SQLite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 22 | 77.2 |
line | true | false | branch |
---|---|---|---|
149 | 0 | 3 | if $val |
169 | 7 | 1 | if (defined $val) |
187 | 0 | 5 | if $i++ > 10 |
195 | 2 | 3 | unless defined $current |
198 | 0 | 3 | unless $dbh->do('UPDATE sqlite_sequence SET seq = ?+0 WHERE name = ? AND seq = ?+0', undef, $current + 1, $name, $current) |
211 | 1 | 7 | unless @_ >= 2 |
215 | 1 | 6 | unless eval { do { $dbh->can('sqlite_create_function') } } |
219 | 1 | 11 | unless $subref |
232 | 0 | 2 | unless @_ >= 1 |
236 | 1 | 3 | unless $subref |
252 | 0 | 29 | utf8::is_utf8($_[0] // '') ? : |