| blib/lib/Test/Stream/Plugin/Intercept.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 12 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 1 | 0 | 18 | &blessed($err) and $err->isa('Test::Stream::Hub::Interceptor::Terminator') |
| 54 | 18 | 113 | 2 | $ok and not $hub->no_ending |
| 131 | 1 | 1 | $ok and not $hub->no_ending and not $hub->state->ended |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 115 | 0 | 19 | $ok or &blessed($err) and $err->isa('Test::Stream::Hub::Interceptor::Terminator') |