Condition Coverage

blib/lib/SQL/SimpleOps/DBI/SQLite.pm
Criterion Covered Total %
condition 3 8 37.5


and 3 conditions

line !l l&&!r l&&r condition
46 2 0 0 $self->{'sql_simple'}{'argv'}{'db'} eq "" and $self->{'sql_simple'}{'argv'}{'dbfile'} eq ""

or 2 conditions

line l !l condition
43 2 0 ref $class || $class || 'SQL::SimpleOps::DBI::SQLite'

or 3 conditions

line l !l&&r !l&&!r condition
77 0 0 1 not defined $self->{'sql_simple'}{'argv'}{'dbfile'} or $self->{'sql_simple'}{'argv'}{'dbfile'} eq ""