blib/lib/Moose/Meta/Role/Application/ToRole.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
56 | 85 | 0 | 2 | $role2->has_attribute($attribute_name) and $role2->get_attribute($attribute_name) != $role1->get_attribute($attribute_name) |
86 | 6041 | 0 | 726 | $role2_method and $role2_method->body != $method->body |
107 | 9 | 0 | 2 | $role2_method and $role2_method->body != $method->body |
147 | 1043 | 1 | 2 | $role2->has_override_method_modifier($method_name) and $role1->get_override_method_modifier($method_name) != $role2->get_override_method_modifier($method_name) |