Branch Coverage

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


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