Condition Coverage

blib/lib/SQL/Entity/Table.pm
Criterion Covered Total %
condition 10 16 62.5


and 3 conditions

line !l l&&!r l&&r condition
245 0 14 4 $alias && $self->name ne $alias
332 0 6 0 $condition and ref $condition ne 'SQL::Entity::Condition'

or 2 conditions

line l !l condition
178 1 13 $requested_columns ||= []
179 0 14 $bind_variables ||= []
180 1 13 $join_methods ||= {}
198 0 2 $bind_variables ||= []
199 0 2 $join_methods ||= {}