Condition Coverage

blib/lib/Moose/Meta/Role/Attribute.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
70 1 0 727 &blessed($role) and $role->isa("Moose::Meta::Role")
118 0 13 0 defined $self_options->{$key} and not defined $other_options->{$key}
119 13 0 0 not defined $self_options->{$key} and defined $other_options->{$key}

or 3 conditions

line l !l&&r !l&&!r condition
81 300 649 0 $self->_original_role || $self->associated_role