| blib/lib/SQL/Bind.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 18 | 94.4 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 12 | 1 | if ($PlaceholderPrefix eq ':') |
| 29 | 5 | 12 | $2 ? : |
| 49 | 0 | 17 | unless (exists $params{$placeholder}) |
| 53 | 2 | 15 | if (ref $params{$placeholder} eq 'HASH') { } |
| 4 | 11 | elsif (ref $params{$placeholder} eq 'ARRAY') { } | |
| 54 | 1 | 1 | if ($options->{'raw'}) { } |
| 64 | 2 | 2 | if ($options->{'raw'}) { } |
| 73 | 1 | 10 | if ($options->{'raw'}) { } |
| 1 | 9 | elsif ($options->{'recursive'}) { } |