Condition Coverage

blib/lib/Test/SQLite.pm
Criterion Covered Total %
condition 15 15 100.0


and 3 conditions

line !l l&&!r l&&r condition
113 4 2 1 $self->has_database and $self->has_schema
4 1 1 $self->has_database and $self->has_memory
3 1 1 $self->has_schema and $self->has_memory

or 3 conditions

line l !l&&r !l&&!r condition
113 1 1 5 $self->has_database and $self->has_schema or $self->has_database and $self->has_memory
1 1 4 $self->has_database and $self->has_schema or $self->has_database and $self->has_memory or $self->has_schema and $self->has_memory