Branch Coverage

blib/lib/SQL/Translator/Types.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
47 285 362 $class eq 'Schema' ? :
49 0 2731 unless &blessed($_[0]) and $_[0]->isa($class)
90 0 359 unless ref $args eq "HASH"
92 140 1089 $icase ? :
96 219 0 $args->{'allow_false'} ? :
140 219 $args->{'allow_undef'} ? :
99 39 1372 $icase ? :
102 1 1410 if !defined($extra_test) || &$extra_test($val) and not exists $values{$val}