blib/lib/OpenERP/OOM/DynamicUtils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
58 | 0 | 0 | if "Class::Inspector"->loaded($class) |
61 | 0 | 0 | unless $file |
63 | 0 | 0 | unless (eval { |
65 | 0 | 0 | if $class =~ /$invalid_class/ |
67 | 0 | 0 | if ($self->can('throw_exception')) { } |
83 | 0 | 0 | if (not defined $value) { } |
0 | 0 | elsif ($type =~ /Str/i) { } | |
0 | 0 | elsif ($type =~ qr/DateTime/i and $value and ref $value and $value->can('ymd')) { } |