| blib/lib/MooseX/Role/WarnOnConflict.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 6 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 0 | 0 | 1 | $class->has_method($method_name) and $class->get_method($method_name)->body != $role->get_method($method_name)->body |
| 65 | 0 | 0 | 1 | $class->has_method($aliased_method_name) and $class->get_method($aliased_method_name)->body != $role->get_method($method_name)->body |