| blib/lib/Test/Spec/Context.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 27 | 62.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 178 | 1110 | 0 | 0 | $Test::Spec::Context::Debug and $self->class->phase == 1 |
| 335 | 0 | 0 | 128 | defined $str and length $str |
| line | l | !l | condition |
|---|---|---|---|
| 122 | 382 | 61 | $self->{'_before_blocks'} ||= [] |
| 127 | 354 | 61 | $self->{'_after_blocks'} ||= [] |
| 132 | 359 | 190 | $self->{'_around_blocks'} ||= [] |
| 137 | 282 | 61 | $self->{'_tests'} ||= [] |
| 142 | 1491 | 190 | $self->{'_on_enter_blocks'} ||= [] |
| 147 | 1491 | 190 | $self->{'_on_leave_blocks'} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 28 | 0 | 0 | 0 | @_ or ref $args ne 'HASH' |
| 117 | 208 | 63 | 0 | $self->{'_context_lookup'} ||= Test::Spec::_ixhash() |
| 302 | 0 | 0 | 128 | not $t->{'code'} or $t->{'todo'} |