Condition Coverage

inc/Test2/Hub/Subtest.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
37 0 0 0 $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP'
0 0 0 $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' and $e->trace->pid != $self->pid || $e->trace->tid != $self->tid
51 0 0 0 $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP'
0 0 0 $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' and $e->trace->pid != $$ || $e->trace->tid != 0

or 3 conditions

line l !l&&r !l&&!r condition
16 0 0 0 $self->{'id'} ||= join('-', $$, 0, $ID++)
37 0 0 0 $e->trace->pid != $self->pid || $e->trace->tid != $self->tid
51 0 0 0 $e->trace->pid != $$ || $e->trace->tid != 0