blib/lib/WWW/Marvel/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 14 | 50.0 |
line | true | false | branch |
---|---|---|---|
25 | 0 | 0 | unless $http_res->is_success |
40 | 1 | 2 | unless (defined $time) |
41 | 0 | 1 | unless defined $self->get_timestamp |
58 | 0 | 1 | if (exists $$args{'path'} and ref $$args{'path'} eq 'ARRAY') { } |
1 | 0 | elsif (exists $$args{'path'} and ref $$args{'path'} eq '') { } | |
66 | 0 | 1 | if (exists $$args{'params'} and ref $$args{'params'} eq 'HASH') |
85 | 0 | 1 | if @resources < 1 |