| blib/lib/RPC/ExtDirect/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 34 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 185 | 0 | 0 | 0 | $file_exists and not $file_readable |
| 0 | 0 | 0 | $file_exists and $file_readable | |
| 261 | 0 | 0 | 0 | $ims and $fmtime <= &str2time($ims) |
| 485 | 0 | 0 | 0 | $have_cgi_simple and $CGI::Simple::VERSION > 1.113 |
| 0 | 0 | 0 | $have_cgi_simple and $CGI::Simple::VERSION > 1.113 and $self->cgi_class eq 'CGI' |
| line | l | !l | condition |
|---|---|---|---|
| 96 | 0 | 0 | delete $arg{'host'} || '127.0.0.1' |
| 97 | 0 | 0 | delete $arg{'port'} || 8080 |
| 98 | 0 | 0 | delete $arg{'dispatch'} || [] |
| 99 | 0 | 0 | delete $arg{'static_dir'} || '/tmp' |
| 663 | 0 | 0 | $type || 'application/octet-stream' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 94 | 0 | 0 | 0 | delete $arg{'api'} || 'RPC::ExtDirect'->get_api |
| 95 | 0 | 0 | 0 | delete $arg{'config'} || $api->config |
| 283 | 0 | 0 | 0 | $charset || (!($type =~ /image|octet/) ? 'utf-8' : '') |