| blib/lib/AnyEvent/JSONRPC/Lite/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 16 | 56.2 |
| line | true | false | branch |
|---|---|---|---|
| 117 | 0 | 12 | unless $request and ref $request eq 'HASH' |
| 122 | 12 | 0 | if (my $id = $$request{'id'}) { } |
| 127 | 0 | 12 | @_ > 1 ? : |
| 129 | 11 | 1 | $type eq 'result' ? : |
| 1 | 11 | $type eq 'error' ? : | |
| 12 | 0 | if $handle | |
| 141 | 0 | 12 | unless $$request{'params'} |
| 147 | 0 | 0 | unless $$request{'params'} |