Condition Coverage

blib/lib/Class/DBI/Relationship/MightHave.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 0 defined $$self{"_${method}_object"} and $$self{"_${method}_object"}->isa('Class::DBI::Object::Has::Been::Deleted')

or 3 conditions

line l !l&&r !l&&!r condition
51 0 0 0 $$self{"_${method}_object"} ||= $f_class->retrieve($self->id)
63 0 0 0 $self->$method || do { return unless @_; my $val = shift(); $f_class->insert({$f_class->primary_column, $self->id, $name, $val}); $self->$method }