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
64 0 0 1 'REF' eq $type && 'ARRAY' eq ref $$item
68 3 0 5 @value && join(', ', $self->bind_or_parse_values(@value))
120 8 1 16 $sql =~ /(?:\bFROM|JOIN)\s*$/i && !(($_[0] || '') =~ /\s*AS\b/i)
149 79 6 50 $sql =~ /\S/ and not $append =~ /\A\s/