| blib/lib/Net/MailChimp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 0 | unless exists $args->{'dc'} |
| 30 | 0 | 0 | if not exists $args->{'api_key'} |
| 34 | 0 | 0 | unless defined $path |
| 35 | 0 | 0 | unless $path =~ /\w+/sux |
| 42 | 0 | 0 | $method eq 'get' ? : |
| 52 | 0 | 0 | unless ($res->is_success) |
| 68 | 0 | 0 | unless defined &first(sub { $_ eq uc $method; } , "GET", "POST", "PUT", "DELETE") |