blib/lib/SQL/Translator/Types.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 16 | 81.2 |
line | true | false | branch |
---|---|---|---|
47 | 277 | 352 | $class eq 'Schema' ? : |
49 | 0 | 2562 | unless &blessed($_[0]) and $_[0]->isa($class) |
90 | 0 | 349 | unless ref $args eq "HASH" |
92 | 136 | 1059 | $icase ? : |
96 | 213 | 0 | $args->{'allow_false'} ? : |
136 | 213 | $args->{'allow_undef'} ? : | |
99 | 15 | 1228 | $icase ? : |
102 | 1 | 1242 | if !defined($extra_test) || &$extra_test($val) and not exists $values{$val} |