blib/lib/Moose/Meta/Role/Attribute.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 1 | 0 | 727 | &blessed($role) and $role->isa("Moose::Meta::Role") |
118 | 0 | 14 | 0 | defined $self_options->{$key} and not defined $other_options->{$key} |
119 | 14 | 0 | 0 | not defined $self_options->{$key} and defined $other_options->{$key} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
81 | 300 | 649 | 0 | $self->_original_role || $self->associated_role |