| blib/lib/Plack/Middleware/BetterStackTrace.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 15 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 0 | 4 | 0 | $trace and $caught || $self->force && ref $res eq 'ARRAY' && $$res[0] == 500 |
| 155 | 4 | 22 | 0 | $next_frame and $next_frame->subroutine eq $opt{'application_caller_subroutine'} |
| line | l | !l | condition |
|---|---|---|---|
| 60 | 0 | 2 | $$self{'application_caller_subroutine'} || '' |
| 65 | 0 | 2 | $$self{'application_caller_subroutine'} || '' |
| 73 | 1 | 1 | $$env{'HTTP_ACCEPT'} || '*/*' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 55 | 1 | 0 | 3 | $caught || $self->force && ref $res eq 'ARRAY' && $$res[0] == 500 |