| blib/lib/HTTP/Proxy/HeaderFilter/simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 12 | 58.3 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 1 | 8 | unless @_ |
| 16 | 8 | 0 | if (@_ == 1) { } |
| 17 | 1 | 7 | unless ref $_[0] eq 'CODE' |
| 27 | 0 | 0 | unless ref $code eq 'CODE' |
| 29 | 0 | 0 | unless $name =~ /$methods/ |
| 43 | 3 | 12 | $method =~ /$methods/ ? : |