blib/lib/Object/Pad/Role/EventEmitter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 16 | 68.7 |
line | true | false | branch |
---|---|---|---|
17 | 4 | 0 | if (exists $subscribers{$event}) |
31 | 1 | 5 | unless ($_guard) |
45 | 4 | 2 | if (&blessed($subscriber)) { } |
46 | 2 | 2 | if ($subscriber->isa('Future')) { } |
90 | 0 | 4 | unless exists $subscribers{$event} |
92 | 4 | 0 | if ($subscription) { } |
97 | 4 | 0 | if (defined $idx) |
101 | 4 | 0 | unless @$items |