blib/lib/SQL/DBx/SQLite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 13 | 38.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 0 | 0 | 1 | @_ and defined $_[0] |
0 | 1 | 0 | @_ and defined $_[0] and $_[0] =~ /^select/i |
line | l | !l | condition |
---|---|---|---|
110 | 7 | 0 | shift() || die('nextval($name)') |
124 | 2 | 0 | shift() || die('currval($name)') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
158 | 1 | 0 | 0 | shift() || confess('sqlite_create_sequence($name)') |