Condition Coverage

blib/lib/App/MultiModule/Tasks/Runner.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
53 0 0 0 ref $prog_args ne 'ARRAY' and ref $prog_args ne 'HASH'
71 0 0 0 $return_type ne 'json' and $return_type ne 'gather'

or 3 conditions

line l !l&&r !l&&!r condition
53 0 0 0 not ref $prog_args or ref $prog_args ne 'ARRAY' and ref $prog_args ne 'HASH'
78 0 0 0 $state->{'running_progs'}{'prog_run_key'} or _is_running($prog_regex)