| blib/lib/SQL/Translator/Types.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 0 | 0 | 3027 | builtin::blessed($_[0]) and $_[0]->isa($class) |
| 104 | 650 | 906 | 1 | !defined($extra_test) || &$extra_test($val) and not exists $values{$val} |
| line | l | !l | condition |
|---|---|---|---|
| 90 | 374 | 0 | $args ||= {} |
| 94 | 374 | 0 | $args->{'msg'} || q[Invalid value: '%s'] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 104 | 0 | 907 | 650 | !defined($extra_test) || &$extra_test($val) |