| 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 | 728 | &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} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 81 | 300 | 650 | 0 | $self->_original_role || $self->associated_role |