Condition Coverage

blib/lib/Test2/Workflow/Runner.pm
Criterion Covered Total %
condition 35 57 61.4


and 3 conditions

line !l l&&!r l&&r condition
201 1421 3335 421 $state->{'subtest'} and not $state->{'subtest_started'}++
228 0 0 355 $state->{'stage'} && $state->{'stage'} eq 'AFTER'
235 0 0 355 $ok and $complete
290 0 0 1875 &blessed($task) and $task->isa('Test2::Workflow::Task')
309 0 0 17 $stack and @$stack
329 0 18 202 $self->{'max'} and $self->is_local
338 0 18 202 $self->{'max'} and $self->is_local
342 144 58 54 $st and not $st->finished
405 17546 944 452 not $st->active and $st->ready

or 2 conditions

line l !l condition
222 742 441 $state->{'before'} //= 0
271 712 387 $state->{'after'} //= 0
398 7571 0 delete $self->{'subtests'} || (return)

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 59 $ENV{'T2_WORKFLOW_NO_FORK'} || !&CAN_REALLY_FORK()
17 0 59 $self->{'no_fork'} ||= $ENV{'T2_WORKFLOW_NO_FORK'} || !&CAN_REALLY_FORK()
42 0 48 0 $ENV{'T2_WORKFLOW_NO_THREADS'} || !'Test2::AsyncSubtest'->CAN_REALLY_THREAD
28 48 0 $self->{'no_threads'} ||= $ENV{'T2_WORKFLOW_NO_THREADS'} || !'Test2::AsyncSubtest'->CAN_REALLY_THREAD
139 0 101 548 $skip ||= $filter->{'skip'}
143 150 0 0 $skip || $filter
221 1183 0 2894 not $state->{'stage'} or $state->{'stage'} eq 'BEFORE'
326 220 0 385 $iso or $async