| blib/lib/SQL/Translator/Types.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 16 | 81.2 |
| line | true | false | branch |
|---|---|---|---|
| 47 | 297 | 377 | $class eq 'Schema' ? : |
| 49 | 0 | 3027 | unless builtin::blessed($_[0]) and $_[0]->isa($class) |
| 91 | 0 | 374 | unless ref $args eq "HASH" |
| 93 | 146 | 1210 | $icase ? : |
| 98 | 228 | 0 | $args->{'allow_false'} ? : |
| 146 | 228 | $args->{'allow_undef'} ? : | |
| 101 | 39 | 1518 | $icase ? : |
| 104 | 1 | 1556 | if !defined($extra_test) || &$extra_test($val) and not exists $values{$val} |