blib/lib/App/ape/plan.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 31 | 51.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
50 | 2 | 0 | 1 | $options{'prompt'} and $options{'show'} |
171 | 0 | 0 | 0 | scalar @{$options{'platforms'};} and not $options{'allplatforms'} |
299 | 6 | 0 | 2 | $plan->{'replay'} and $t->{'body'} |
302 | 0 | 2 | 0 | scalar @{$plan->{'replay'};} and not grep({$_ eq $t->{'name'};} @{$$plan{'replay'};}) |
311 | 4 | 0 | 4 | $t->{'status'} ne 'UNTESTED' and ref $t->{'steps'} eq 'ARRAY' |
line | l | !l | condition |
---|---|---|---|
37 | 1 | 3 | $options{'platforms'} //= [] |
141 | 1 | 0 | IO::Prompter::prompt('Do you want to re-queue the plan?') or next |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
81 | 1 | 0 | 0 | scalar @{$options{'platforms'};} or $options{'allplatforms'} |
155 | 2 | 1 | 0 | not $plan->{'noop'} or $self->{'options'}{'requeue'} |
195 | 0 | 0 | 0 | $longest ||= $pgroup |
289 | 4 | 2 | 1 | not $plan->{'noop'} or $force |