| blib/lib/Moose/Meta/Role/Application/RoleSummation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 12 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 0 | 514 | 21 | $self->role_params->{$role} and defined $self->role_params->{$role}{$excludes_key} |
| 42 | 0 | 832 | 11 | $self->role_params->{$role} and defined $self->role_params->{$role}{$alias_key} |
| 308 | 3 | 1 | 4 | @roles > 1 and not &all(sub { |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 105 | 29 | 0 | 308 | $role->has_method($required) or $self->is_aliased_method($role, $required) |