line |
true |
false |
branch |
35
|
3 |
3 |
if "meta" eq $method_name
|
36
|
1 |
2 |
unless ($self->is_method_excluded($method_name))
|
39
|
1 |
0 |
if ($class->has_method($method_name) and $class->get_method($method_name)->body != $role->get_method($method_name)->body) { }
|
61
|
1 |
1 |
if ($self->is_method_aliased($method_name))
|
65
|
1 |
0 |
if ($class->has_method($aliased_method_name) and $class->get_method($aliased_method_name)->body != $role->get_method($method_name)->body)
|
85
|
1 |
2 |
if (@implicitly_overridden)
|
86
|
0 |
1 |
@implicitly_overridden > 1 ? :
|