| blib/lib/Web/Simple/Application.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 24 | 54.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 86 | 1 | 1 | 1 | -S STDIN and not $ENV{'GATEWAY_INTERFACE'} |
| 95 | 1 | 0 | 0 | @ARGV and $ARGV[0] =~ m[(^[A-Z/])|\@] |
| 134 | 41 | 4 | 2 | $method eq 'POST' || $method eq 'PUT' and @params |
| 172 | 0 | 0 | 0 | length $content and not $content =~ /\n\z/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 86 | 0 | 0 | 3 | $ENV{'PHP_FCGI_CHILDREN'} or $ENV{'FCGI_ROLE'} |
| 0 | 0 | 3 | $ENV{'PHP_FCGI_CHILDREN'} or $ENV{'FCGI_ROLE'} or $ENV{'FCGI_SOCKET_PATH'} | |
| 0 | 0 | 3 | $ENV{'PHP_FCGI_CHILDREN'} or $ENV{'FCGI_ROLE'} or $ENV{'FCGI_SOCKET_PATH'} or -S STDIN and not $ENV{'GATEWAY_INTERFACE'} | |
| 134 | 3 | 3 | 41 | $method eq 'POST' || $method eq 'PUT' |