Branch Coverage

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


line true false branch
20 268 99 unless defined $default
22 91 8 if ($exceptions and not ref $default)
25 0 155 if (ref $pat and $default =~ /$pat/) { }
1 154 elsif (lc $default eq lc $pat) { }
38 9 90 if (ref $default) { }
38 52 elsif ($is_numeric_datatype and &Scalar::Util::looks_like_number($default)) { }