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 2562 &blessed($_[0]) and $_[0]->isa($class)
102 538 704 1 !defined($extra_test) || &$extra_test($val) and not exists $values{$val}

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
102 0 705 538 !defined($extra_test) || &$extra_test($val)