| blib/lib/SQL/Translator/Generator/Role/Quote.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 0 | 2038 | unless defined $label |
| 29 | 0 | 2038 | if ref $label eq 'SCALAR' |
| 32 | 709 | 1329 | unless scalar @quote_chars |
| 35 | 0 | 1329 | if (@quote_chars == 1) { } |
| 1329 | 0 | elsif (@quote_chars == 2) { } | |
| 47 | 1329 | 0 | $sep ? : |
| 53 | 0 | 34 | unless defined $string |