| blib/lib/Lim/RPC/Protocol/HTTP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 0 | blessed $request and $request->isa('HTTP::Request') |
| 81 | 0 | 0 | 0 | defined &Lim::Config()->{'protocol'}{'http'}{'webroot'} and -d &Lim::Config()->{'protocol'}{'http'}{'webroot'} |
| 144 | 0 | 0 | 0 | defined $size and defined $mtime |
| 180 | 0 | 0 | 0 | $request->header('If-Modified-Since') and $request->header('If-Modified-Since') >= $mtime |