blib/lib/RPC/ExtDirect/Server.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 31 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
190 | 0 | 0 | 0 | $file_exists and not $file_readable |
0 | 0 | 0 | $file_exists and $file_readable | |
265 | 0 | 0 | 0 | $ims and $fmtime <= &str2time($ims) |
489 | 0 | 0 | 0 | $have_cgi_simple and $self->cgi_class eq 'CGI' |
line | l | !l | condition |
---|---|---|---|
100 | 0 | 0 | delete $arg{'host'} || '127.0.0.1' |
101 | 0 | 0 | delete $arg{'port'} || 8080 |
102 | 0 | 0 | delete $arg{'dispatch'} || [] |
103 | 0 | 0 | delete $arg{'static_dir'} || '/tmp' |
679 | 0 | 0 | $type || 'application/octet-stream' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | delete $arg{'api'} || 'RPC::ExtDirect'->get_api |
99 | 0 | 0 | 0 | delete $arg{'config'} || $api->config |
287 | 0 | 0 | 0 | $charset || (!($type =~ /image|octet/) ? 'utf-8' : '') |