| blib/lib/Catalyst/Engine/PSGI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 28 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 148 | 0 | 0 | 0 | ref $res eq 'ARRAY' && $$res[0] == 404 |
| 0 | 0 | 0 | defined $res and not ref $res eq 'ARRAY' && $$res[0] == 404 | |
| 179 | 0 | 0 | 0 | not ref $body and $body eq '' |
| 0 | 0 | 0 | not ref $body and $body eq '' and $$self{'buffer'} | |
| 0 | 0 | 0 | &Scalar::Util::blessed($body) and $body->can('getline') |
| line | l | !l | condition |
|---|---|---|---|
| 69 | 0 | 0 | $$env{'SERVER_PORT'} || 80 |
| 70 | 0 | 0 | $$env{'SCRIPT_NAME'} || '/' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 68 | 0 | 0 | 0 | $$env{'HTTP_HOST'} || $$env{'SERVER_NAME'} |
| 87 | 0 | 0 | 0 | $port =~ /^(?:80|443)$/ or $host =~ /:/ |
| 179 | 0 | 0 | 0 | ref $body eq 'GLOB' or &Scalar::Util::blessed($body) and $body->can('getline') |