Condition Coverage

lib/LWP/Authen/OAuth2.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
134 0 0 0 $self->{'save_tokens'} and not $skip_save
223 0 0 0 $data and not $@

or 2 conditions

line l !l condition
162 0 0 $self->{'service_provider'}->api_url_base || ''
170 0 0 $service_provider_headers || {}
289 0 0 $self->{'for_service_provider'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
177 0 0 0 $response->error_as_HTML || $response->status_line
309 0 0 0 $token_string ||= $self->{'token_string'}
331 0 0 0 $self->{'user_agent'} ||= 'LWP::UserAgent'->new