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 | |
260 | 0 | 0 | 0 | $ims and $fmtime <= &str2time($ims) |
484 | 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' |
676 | 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 |
282 | 0 | 0 | 0 | $charset || (!($type =~ /image|octet/) ? 'utf-8' : '') |