blib/lib/MapReduce/Framework/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 20 | 15.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
157 | 0 | 0 | 5 | defined $options and defined $options->{'remote'} |
161 | 0 | 5 | 0 | defined $options and defined $options->{'storable'} |
248 | 1 | 0 | 0 | $remote_flg == 1 and $#$failed_data >= 0 |
363 | 0 | 0 | 0 | $rc and $self->force_plackup == 0 |
line | l | !l | condition |
---|---|---|---|
401 | 0 | 0 | $req->content // (return [400, ['Content-Type', 'text/plain'], ['Content body required.']]) |
403 | 0 | 0 | _msgpack_to_perl($msg_req) // (return [400, ['Content-Type', 'text/plain'], ['Valid MessagePack required']]) |
425 | 0 | 0 | $req->content // (return [400, ['Content-Type', 'text/plain'], ['Content body required.']]) |
427 | 0 | 0 | $ds->deserialize($msg_req) // (return [400, ['Content-Type', 'text/plain'], ['Valid MessagePack required']]) |