Condition Coverage

blib/lib/SQL/Concat.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
41 0 4 31 defined $item && (ref $item || $item =~ /\S/)
4 0 21 ref $item and UNIVERSAL::can($item, 'is_empty')
4 12 9 ref $item and UNIVERSAL::can($item, 'is_empty') and $item->is_empty

or 2 conditions

line l !l condition
97 0 1 $indent || 2
189 1 0 $self->{'bind'} // []
191 1 0 $self->{'bind'} // []