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