blib/lib/Test2/Hub/Subtest.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
23 | 1 | 199 | if $e->isa('Test2::Event::Bail') |
33 | 1 | 196 | if $self->{'manual_skip_all'} |
34 | 40 | 0 | unless $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' and $e->trace->pid != $self->pid || $e->trace->tid != $self->tid |
47 | 2 | 2 | if $self->{'manual_skip_all'} |
48 | 0 | 2 | if $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' and $e->trace->pid != $$ || $e->trace->tid != 0 |