| blib/lib/SQL/Translator/Producer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 278 | 107 | unless defined $default |
| 22 | 99 | 8 | if ($exceptions and not ref $default) |
| 25 | 0 | 149 | if (ref $pat and $default =~ /$pat/) { } |
| 1 | 148 | elsif (lc $default eq lc $pat) { } | |
| 38 | 9 | 98 | if (ref $default) { } |
| 38 | 60 | elsif ($is_numeric_datatype and &Scalar::Util::looks_like_number($default)) { } |