blib/lib/MooseX/Event/Role.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 10 | 70.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
34 | 2 | 6 | 0 | not @{$self->_listeners->{$event};} and $self->can('activate_event') |
175 | 0 | 4 | 0 | not @{$self->_listeners->{$event};} and $self->can('deactivate_event') |
line | l | !l | condition |
---|---|---|---|
32 | 4 | 4 | $self->_listeners->{$event} ||= [] |
33 | 4 | 4 | $self->_aliases->{$event} ||= {} |