blib/lib/OpenERP/OOM/Class/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
158 | 0 | 0 | 0 | defined $ids and ref $ids eq "ARRAY" |
0 | 0 | 0 | defined $ids and ref $ids eq "ARRAY" and scalar @$ids >= 1 | |
167 | 0 | 0 | 0 | @args and ref $args[0] ne "HASH" |
209 | 0 | 0 | 0 | $attribute->type_constraint and $attribute->type_constraint =~ /DateTime/ |
374 | 0 | 0 | 0 | $attribute->type_constraint and $attribute->type_constraint =~ /DateTime/ |
473 | 0 | 0 | 0 | $attribute->type_constraint and $attribute->type_constraint =~ /DateTime/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
391 | 0 | 0 | 0 | $self->_do_strptime($string, "%Y-%m-%d %H:%M:%S") // $self->_do_strptime($string, "%Y-%m-%d") |