Branch Coverage

blib/lib/SQL/Translator/Producer.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
20 292 121 unless defined $default
22 113 8 if ($exceptions and not ref $default)
25 0 191 if (ref $pat and $default =~ /$pat/) { }
1 190 elsif (lc $default eq lc $pat) { }
38 9 112 if (ref $default) { }
42 70 elsif ($is_numeric_datatype and &Scalar::Util::looks_like_number($default)) { }