| blib/lib/WWW/Marvel/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 18 | 44.4 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 2 | 0 | if exists $$args{$k} |
| 56 | 0 | 0 | if $http_res->is_success |
| 60 | 0 | 0 | if $attempts_limit and $http_res->status_line eq '500 read timeout' |
| 75 | 1 | 2 | unless (defined $time) |
| 76 | 0 | 1 | unless defined $self->get_timestamp |
| 100 | 0 | 1 | if (exists $$args{'path'} and ref $$args{'path'} eq 'ARRAY') { } |
| 1 | 0 | elsif (exists $$args{'path'} and ref $$args{'path'} eq '') { } | |
| 108 | 0 | 1 | if (exists $$args{'params'} and ref $$args{'params'} eq 'HASH') |
| 125 | 0 | 1 | if @resources < 1 |