blib/lib/Mouse/Meta/Role/Composite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 10 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
82 | 13 | 1 | 2 | $existing and $existing != $spec |
94 | 3 | 1 | 1 | $existing and $existing != $code |
line | l | !l | condition |
---|---|---|---|
36 | 19 | 144 | $self->{'methods'}{$method_name} || 0 |
46 | 7 | 90 | $self->{'composed_roles_by_method'}{$method_name} ||= [] |