Condition Coverage

blib/lib/MooseX/Event/Role.pm
Criterion Covered Total %
condition 7 10 70.0


and 3 conditions

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')

or 2 conditions

line l !l condition
32 4 4 $self->_listeners->{$event} ||= []
33 4 4 $self->_aliases->{$event} ||= {}