Branch Coverage

blib/lib/SQL/Translator/Generator/Role/Quote.pm
Criterion Covered Total %
branch 8 14 57.1


line true false branch
28 0 1933 unless defined $label
29 0 1933 if ref $label eq "SCALAR"
32 724 1209 unless scalar @quote_chars
35 0 1209 if (@quote_chars == 1) { }
1209 0 elsif (@quote_chars == 2) { }
47 1209 0 $sep ? :
53 0 26 unless defined $string