| blib/lib/AnyEvent/JSONRPC/Lite/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 2 | 7 | 28.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 117 | 0 | 0 | 12 | $request and ref $request eq 'HASH' | 
| line | l | !l | condition | 
|---|---|---|---|
| 140 | 12 | 0 | $target ||= sub { (shift())->error(qq[No such method "$$request{'method'}" found]); } | 
| 146 | 0 | 0 | $target ||= sub { warn qq[No such method "$$request{'method'}" found]; } |