| blib/lib/Test/Spec/Context.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 25 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 170 | 1052 | 0 | 0 | $Test::Spec::Context::Debug and $self->class->phase == 1 |
| 327 | 0 | 0 | 122 | defined $str and length $str |
| line | l | !l | condition |
|---|---|---|---|
| 119 | 372 | 57 | $self->{'_before_blocks'} ||= [] |
| 124 | 344 | 57 | $self->{'_after_blocks'} ||= [] |
| 129 | 268 | 57 | $self->{'_tests'} ||= [] |
| 134 | 1455 | 180 | $self->{'_on_enter_blocks'} ||= [] |
| 139 | 1455 | 180 | $self->{'_on_leave_blocks'} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 25 | 0 | 0 | 0 | @_ or ref $args ne 'HASH' |
| 114 | 198 | 59 | 0 | $self->{'_context_lookup'} ||= Test::Spec::_ixhash() |
| 294 | 0 | 0 | 122 | not $t->{'code'} or $t->{'todo'} |