blib/lib/POE/Component/PreforkDispatch.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 33 | 27.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
277 | 0 | 0 | 5 | $$request{'method'} && !ref($$request{'method'}) |
366 | 0 | 0 | 0 | ref $ex && $ex->can('stringify') |
451 | 1 | 0 | 2 | $$heap{'last_fork_created'} and time - $$heap{'last_fork_created'} < 5 |
542 | 0 | 0 | 0 | $request_max and $request_counter >= $request_max |
line | l | !l | condition |
---|---|---|---|
208 | 1 | 0 | $prefork ||= 0 |
275 | 0 | 5 | $$request{'from'} ||= 'local' |
276 | 5 | 0 | $$request{'params'} ||= [] |
509 | 0 | 0 | $$heap{'max_requests'} || 0 |
588 | 0 | 0 | $method_name ||= '(unknown)' |
601 | 0 | 0 | $method_name ||= '(unknown)' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
277 | 0 | 5 | 0 | $$request{'method_name'} ||= $$request{'method'} && !ref($$request{'method'}) ? $$request{'method'} : 'anonymous method' |
348 | 5 | 0 | 0 | $$request{'upon_result'} || $$heap{'upon_result'} |
394 | 0 | 0 | 6 | $method ||= $$request{'method'} |