| blib/lib/Web/Simple/Application.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 24 | 41.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 86 | 2 | 0 | 0 | -S STDIN and not $ENV{'GATEWAY_INTERFACE'} | 
| 95 | 0 | 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 | 2 | $ENV{'PHP_FCGI_CHILDREN'} or $ENV{'FCGI_ROLE'} | 
| 0 | 0 | 2 | $ENV{'PHP_FCGI_CHILDREN'} or $ENV{'FCGI_ROLE'} or $ENV{'FCGI_SOCKET_PATH'} | |
| 0 | 0 | 2 | $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' |