Condition Coverage

blib/lib/AnyEvent/JSONRPC/Lite/Server.pm
Criterion Covered Total %
condition 2 7 28.5


and 3 conditions

line !l l&&!r l&&r condition
117 0 0 12 $request and ref $request eq 'HASH'

or 2 conditions

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]; }