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