| blib/lib/Test2/Harness/Job.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 14 | 64.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 87 | 19458 | 14318 | 0 | @events and $self->{'_timeout'} |
| 104 | 0 | 1724 | 613 | $plans and @$plans |
| 138 | 0 | 24 | 26 | $timeout >= 1 and not $self->{'_timeout_notified'}++ |
| line | l | !l | condition |
|---|---|---|---|
| 31 | 627 | 14 | $self->{'listeners'} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 0 | 641 | 0 | $self->{'result'} ||= 'Test2::Harness::Result'->new('file', $self->{'file'}, 'name', $self->{'file'}, 'job', $self->{'id'}) |