| blib/lib/Test2/Harness/Parser/TAP/SubtestState.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 16 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 1251 | 50 | unless $nest > 0 |
| 26 | 0 | 50 | if ($e->in_subtest) |
| 40 | 12 | 38 | if ($e->isa('Test2::Event::Subtest') and $e->subtest_id eq $self->{'_last_id'}) |
| 41 | 0 | 12 | unless $nest > 0 |
| 46 | 8 | 4 | unless $self->{'_state'}[$nest] |
| 49 | 30 | 12 | if ($self->{'_state'}[$nest]) { } |
| 74 | 0 | 12 | unless ($self->{'_state'}[$nest]) |
| 79 | 0 | 12 | if ($max > $nest) |