blib/lib/Gantry/Utils/SQL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
29 | 0 | 0 | unless defined $input and length $input |
31 | 0 | 0 | if ($input =~ /^(t|y|1)$/i) { } |
0 | 0 | elsif ($input =~ /^(f|n|0)$/i) { } | |
0 | 0 | elsif (defined $input) { } | |
57 | 0 | 0 | if (@vals) { } |
75 | 0 | 0 | unless defined $number and length $number |
89 | 0 | 0 | unless defined $string and length $string |
103 | 0 | 0 | unless defined $clause |
110 | 0 | 0 | if (@vals) { } |
127 | 0 | 0 | unless defined $sql |