Condition Coverage

blib/lib/SQL/DBx/SQLite.pm
Criterion Covered Total %
condition 5 13 38.4


and 3 conditions

line !l l&&!r l&&r condition
20 0 0 1 @_ and defined $_[0]
0 1 0 @_ and defined $_[0] and $_[0] =~ /^select/i

or 2 conditions

line l !l condition
110 7 0 shift() || die('nextval($name)')
124 2 0 shift() || die('currval($name)')

or 3 conditions

line l !l&&r !l&&!r condition
158 1 0 0 shift() || confess('sqlite_create_sequence($name)')