inc/Test2/Hub/Subtest.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
26 | 0 | 0 | if $e->isa('Test2::Event::Bail') |
36 | 0 | 0 | if $self->{'manual_skip_all'} |
37 | 0 | 0 | unless $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' and $e->trace->pid != $self->pid || $e->trace->tid != $self->tid |
50 | 0 | 0 | if $self->{'manual_skip_all'} |
51 | 0 | 0 | if $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' and $e->trace->pid != $$ || $e->trace->tid != 0 |