blib/lib/HTTP/Tiny/FromHTTPRequest.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 6 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 3 | 2 | 2 | not ref $params[0] and grep {lc $params[0] eq $_;} @methods |
30 | 2 | 0 | 3 | &blessed($params[0]) and $params[0]->isa('HTTP::Request') |