Condition Coverage

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


or 3 conditions

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