blib/lib/Net/Analysis/Dispatcher.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 18 | 72.2 |
line | true | false | branch |
---|---|---|---|
88 | 0 | 9 | unless ($h{'listener'}->can('emit')) |
93 | 2 | 7 | if (exists $h{'listener'}{'pos'}) { } |
94 | 0 | 2 | unless ($h{'listener'}{'pos'} =~ /^(first|last)$/) |
97 | 0 | 2 | if (exists $$self{'pos'}{$h{'listener'}{'pos'}}) |
133 | 0 | 4 | if ($$self{'_i_am_invoking'}) |
144 | 1 | 3 | if (exists $$self{'pos'}{'first'}) |
147 | 1 | 3 | if (exists $$self{'pos'}{'last'}) |
180 | 10 | 1 | if ($l->can($method)) |
183 | 0 | 10 | if ($@) |