Condition Coverage

blib/lib/Class/DBI/Relationship/MightHave.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
48 11 17 2 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
43 8 10 7  ||=
51 8 10 7 $$self{"_${method}_object"} ||= $f_class->retrieve($self->id)
63 8 10 7 $self->$method || do {