| blib/lib/POE/Component/Server/Bayeux/Message/Service.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 20 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 27 | 0 | 0 | unless ($method) | 
| 36 | 0 | 0 | if (not $$known_methods{$method} and $$known_methods{'_handler'}) { } | 
| 0 | 0 | elsif (not $$known_methods{$method}) { } | |
| 58 | 0 | 0 | unless ($self->is_error) | 
| 60 | 0 | 0 | if (ref $service_definition and ref $service_definition eq 'CODE') | 
| 65 | 0 | 0 | if (my $ex = $@) | 
| 67 | 0 | 0 | if (ref $ex and $ex->can('error')) { } | 
| 75 | 0 | 0 | if @result | 
| 79 | 0 | 0 | if ($self->is_error) | 
| 88 | 0 | 0 | if $self->id |