Condition Coverage

blib/lib/Rose/DB/Registry.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
57 0 0 0 ref $item and $item->isa("Rose::DB::Registry::Entry")
120 226 0 0 ref $_[0] and $_[0]->isa("Rose::DB::Registry::Entry")

or 3 conditions

line l !l&&r !l&&!r condition
47 224 2 0 $parent ||= $self->parent
120 0 0 226 @_ == 1 or ref $_[0] and $_[0]->isa("Rose::DB::Registry::Entry")