blib/lib/SQL/Concat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
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 |
line | l | !l | condition |
---|---|---|---|
97 | 0 | 1 | $indent || 2 |
189 | 1 | 0 | $self->{'bind'} // [] |
191 | 1 | 0 | $self->{'bind'} // [] |