| blib/lib/Test2/Hub/Subtest.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 21 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 154 | 39 | 0 | $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' |
| 193 | 0 | 0 | $e->isa('Test2::Event::Plan') and $e->directive eq 'SKIP' and $e->trace->pid != $self->pid || $e->trace->tid != $self->tid | |
| 48 | 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 |
|---|---|---|---|---|
| 15 | 0 | 41 | 0 | $self->{'id'} ||= join('-', $$, 0, $ID++) |
| 34 | 0 | 0 | 0 | $e->trace->pid != $self->pid || $e->trace->tid != $self->tid |
| 48 | 0 | 0 | 2 | $e->trace->pid != $$ || $e->trace->tid != 0 |