Condition Coverage

blib/lib/WWW/Marvel/Client.pm
Criterion Covered Total %
condition 4 18 22.2


and 3 conditions

line !l l&&!r l&&r condition
60 0 0 0 $attempts_limit and $http_res->status_line eq '500 read timeout'
100 0 1 0 exists $$args{'path'} and ref $$args{'path'} eq 'ARRAY'
0 0 1 exists $$args{'path'} and ref $$args{'path'} eq ''
108 1 0 0 exists $$args{'params'} and ref $$args{'params'} eq 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
32 1 0 0 $self->get_timestamp || time
91 0 0 0 $_[0]{'_json'} //= do { 'JSON'->new->allow_nonref->relaxed }