Branch Coverage

blib/lib/WWW/Live/Auth.pm
Criterion Covered Total %
branch 2 34 5.8


line true false branch
26 0 1 if ($secret_key and not ref $secret_key)
37 0 1 if $client_ip
55 0 0 if (ref $offers)
56 0 0 if (ref $offers ne 'ARRAY')
60 0 0 ref $_ ? :
68 0 0 if ($args{'return_url'})
80 0 0 if ($args{'market'})
84 0 0 if ($args{'context'})
97 0 0 unless (ref $consent_token)
111 0 0 if ($args{'return_url'})
130 0 0 if (not $cgi->param('action') or $cgi->param('action') ne 'delauth')
142 0 0 if (not $self->is_delegated_authentication($cgi)) { }
0 0 elsif ($cgi->param('ResponseCode') ne 'RequestApproved') { }
162 0 0 if ($self->{'debug'})
168 0 0 if ($response->is_success) { }
173 0 0 if ($error)
178 0 0 unless ($consent_token)