Condition Coverage

blib/lib/SQL/Translator/Types.pm
Criterion Covered Total %
condition 8 13 61.5


and 3 conditions

line !l l&&!r l&&r condition
49 0 0 2731 &blessed($_[0]) and $_[0]->isa($class)
102 594 816 1 !defined($extra_test) || &$extra_test($val) and not exists $values{$val}

or 2 conditions

line l !l condition
89 359 0 $args ||= {}
93 359 0 $args->{'msg'} || q[Invalid value: '%s']

or 3 conditions

line l !l&&r !l&&!r condition
102 0 817 594 !defined($extra_test) || &$extra_test($val)