| lib/HTTP/Command/Wrapper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 2 | 7 | if ref $_[0] eq 'HASH' |
| 19 | 2 | 7 | if ref $_[1] eq 'HASH' |
| 21 | 7 | 2 | unless ref $_[0] |
| 22 | 4 | 5 | unless defined $type |
| 24 | 4 | 5 | if $type eq 'curl' |
| 25 | 4 | 1 | if $type eq 'wget' |
| 33 | 1 | 2 | if $class->_which('curl') |
| 34 | 1 | 1 | if $class->_which('wget') |