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 | |
168 | 0 | 0 | 0 | @args and ref $args[0] ne 'HASH' |
211 | 0 | 0 | 0 | $attribute->type_constraint and $attribute->type_constraint =~ /DateTime/ |
376 | 0 | 0 | 0 | $attribute->type_constraint and $attribute->type_constraint =~ /DateTime/ |
475 | 0 | 0 | 0 | $attribute->type_constraint and $attribute->type_constraint =~ /DateTime/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
393 | 0 | 0 | 0 | $self->_do_strptime($string, '%Y-%m-%d %H:%M:%S') // $self->_do_strptime($string, '%Y-%m-%d') |