Branch Coverage

blib/lib/OpenERP/OOM/Object.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
182 0 0 if ($_ eq 'many2one') { }
0 0 elsif ($_ eq 'one2many') { }
0 0 elsif ($_ eq 'many2many') { }
205 0 0 if (@args)
208 0 0 if (ref $args[0] eq 'ARRAY') { }
222 0 0 unless defined wantarray
224 0 0 unless $self->{$field_name}
236 0 0 ref $var ? :
263 0 0 if (@_)
266 0 0 $val ? :
268 0 0 unless defined wantarray
270 0 0 unless $$self{$options{'key'}}
271 0 0 if defined $self->$cache_field
294 0 0 if ($_ eq 'single') { }
0 0 elsif ($_ eq 'multiple') { }