| blib/lib/SQL/Translator/Types.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 0 | 0 | 2691 | &blessed($_[0]) and $_[0]->isa($class) |
| 102 | 584 | 800 | 1 | !defined($extra_test) || &$extra_test($val) and not exists $values{$val} |
| line | l | !l | condition |
|---|---|---|---|
| 89 | 359 | 0 | $args ||= {} |
| 93 | 359 | 0 | $args->{'msg'} || q[Invalid value: '%s'] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 102 | 0 | 801 | 584 | !defined($extra_test) || &$extra_test($val) |