Branch Coverage

blib/lib/SQL/String.pm
Criterion Covered Total %
branch 18 24 75.0


line true false branch
119 0 19 ref $_[0] ? :
120 1 18 ref $_[0] eq 'ARRAY' ? :
121 2 14 unless defined $$self[0] and not ref $$self[0] and length $$self[0]
146 3 3 unless wantarray
248 3 9 unless defined $right
252 5 4 unless ($reftype)
258 4 0 if ($reftype eq 'ARRAY' or $reftype eq 'SQL::String')
270 0 6 unless defined $_[2]
271 3 3 unless $_[2]
278 1 2 unless defined $left
282 2 0 unless ($reftype)
288 0 0 if ($reftype eq 'ARRAY')