Condition Coverage

lib/LWP/Authen/OAuth2/AccessToken.pm
Criterion Covered Total %
condition 1 13 7.6


and 3 conditions

line !l l&&!r l&&r condition
79 0 0 0 $self->should_refresh($oauth2->{'early_refresh_time'} || 300) and $oauth2->can_refresh_tokens
87 0 0 0 $try_refresh and $oauth2->can_refresh_tokens

or 2 conditions

line l !l condition
28 14 0 $self->{'expires_in'} || 3600
79 0 0 $oauth2->{'early_refresh_time'} || 300

or 3 conditions

line l !l&&r !l&&!r condition
70 0 0 0 $self->{'refresh_token'} ||= $other->{'refresh_token'}