blib/lib/MapReduce/Framework/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 13 | 15.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
79 | 0 | 0 | 5 | defined $options and defined $options->{'remote'} |
138 | 1 | 0 | 0 | $remote_flg == 1 and $#$failed_data >= 0 |
226 | 0 | 0 | 0 | $rc and $self->force_plackup == 0 |
line | l | !l | condition |
---|---|---|---|
263 | 0 | 0 | $req->content // (return [400, ['Content-Type', 'text/plain'], ['Content body required.']]) |
265 | 0 | 0 | _msgpack_to_perl($msg_req) // (return [400, ['Content-Type', 'text/plain'], ['Valid MessagePack required']]) |