| blib/lib/Test2/Hub/Subtest.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 21 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 156 | 40 | 0 | $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' |
| 196 | 0 | 0 | $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' and $e->trace->pid != $self->pid || $e->trace->tid != $self->tid | |
| 49 | 0 | 0 | 2 | $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' |
| 0 | 2 | 0 | $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' and $e->trace->pid != $$ || $e->trace->tid != 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 16 | 0 | 42 | 0 | $self->{'id'} ||= join('-', $$, 0, $ID++) |
| 35 | 0 | 0 | 0 | $e->trace->pid != $self->pid || $e->trace->tid != $self->tid |
| 49 | 0 | 0 | 2 | $e->trace->pid != $$ || $e->trace->tid != 0 |