| blib/lib/POE/Component/Server/JSONRPC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 87 | 0 | 0 | @_ > 1 ? : |
| 178 | 0 | 0 | if ($@) |
| 185 | 0 | 0 | unless ($json and $$json{'method'}) |
| 190 | 0 | 0 | unless ($$self{'Handler'}{$$json{'method'}}) |
| 196 | 0 | 0 | unless $$json{'params'} |
| 201 | 0 | 0 | if ($$heap{'id'} >= 65535) |
| 217 | 0 | 0 | @results > 1 ? : |