Condition Coverage

blib/lib/Sim/Agent/Runner.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
115 0 0 0 $agent->{'role'} eq "chief" and $result->{'status'} eq "stop"
182 0 0 0 defined $prev_output and defined $revised
0 0 0 defined $prev_output and defined $revised and $revised eq $prev_output
253 0 0 0 $status eq "fail" and $max_pp > 0

or 2 conditions

line l !l condition
21 0 0 $opts{'dev'} || 0
135 0 0 delete $state->{'pending_inputs'}{$name} || {}
160 0 0 $crit->{'status'} // die("Self-critic hook must return { status => ... }")
202 0 0 $taint_reason || 'unknown'
224 0 0 delete $state->{'pending_inputs'}{$name} || {}
241 0 0 $parse->{'status'} // die("Critic parse hook must return { status => ... }")

or 3 conditions

line l !l&&r !l&&!r condition
325 0 0 0 $agent->{'role'} eq "critic" or $agent->{'role'} eq "chief"
345 0 0 0 $result->{'source'} // $agent->{'name'}