| blib/lib/HTTP/Server/Simple/Er.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 244 | 0 | 0 | 0 | $code and $p{'status'} |
| line | l | !l | condition |
|---|---|---|---|
| 242 | 0 | 0 | ref $args[0] || '' |
| 247 | 0 | 0 | ref $args[-1] || '' |
| 252 | 0 | 0 | $code ||= 200 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 252 | 0 | 0 | 0 | $p{'status'} ||= ($code ||= 200) |
| 260 | 0 | 0 | 0 | $p{'Date'} ||= &HTTP::Date::time2str(time) |