| blib/lib/Moose/Meta/Role/Application.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 19 | 11 | if $_ eq $method_name |
| 42 | 24 | 14470 | exists $self->get_method_aliases->{$method_name} ? : |
| 48 | 4 | 678 | exists $aliased_names{$method_name} ? : |
| 85 | 1583 | 16 | unless $role->is_overloaded |
| 87 | 15 | 1 | unless ($other->is_overloaded) |
| 93 | 1 | 16 | if $other->has_overloaded_operator($overload->operator) |