| blib/lib/MooX/Role/POE/Emitter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 19 | 57.8 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 89 | 0 | 0 | 7 | ref $states and reftype $states eq 'ARRAY' | 
| 245 | 1 | 0 | 3 | defined $time and defined $event | 
| 518 | 9 | 0 | 3 | index($event, 'emitter_') == 0 and $event =~ /(?:started|stopped)$/ | 
| line | l | !l | condition | 
|---|---|---|---|
| 176 | 1 | 0 | $self->pluggable_type_prefixes->{'PROCESS'} ||= 'P' | 
| 177 | 1 | 0 | $self->pluggable_type_prefixes->{'NOTIFY'} ||= 'N' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 518 | 4 | 0 | 12 | index($event, '_') == 0 or index($event, 'emitter_') == 0 and $event =~ /(?:started|stopped)$/ | 
| 595 | 1 | 4 | 0 | $s_id == $self->session_id or $self->__get_ses_refc($s_id) |