| blib/lib/SQL/Concrete.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 15 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 70 | 2 | 0 | 4 | @$rgt && join(', ', $self->bind_or_render_values(@$rgt)) |
| 79 | 89 | 1 | 1 | '1 IN (0)' eq $append and $sql =~ s/\bNOT\s*\z//i |
| 80 | 76 | 0 | 14 | $sql =~ /\S/ and not $append =~ /\A\s/ |
| 76 | 2 | 12 | $sql =~ /\S/ and not $append =~ /\A\s/ and not $sql =~ /=\z/ | |
| 91 | 61 | 13 | 0 | $type and 'SQL::Concrete' ne $type |