Condition Coverage

blib/lib/SQL/Interpol.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
63 0 0 1 'REF' eq $type && 'ARRAY' eq ref $$item
67 3 0 5 @value && join(', ', $self->bind_or_parse_values(@value))
119 8 1 16 $sql =~ /(?:\bFROM|JOIN)\s*$/i && !(($_[0] || '') =~ /\s*AS\b/i)
148 79 6 50 $sql =~ /\S/ and not $append =~ /\A\s/