Branch Coverage

blib/lib/OAuth/Cmdline.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
62 0 0 defined $self->redirect_uri ? :
0 0 $self->access_type ? :
83 0 0 if ($self->token_expired)
84 0 0 unless $self->token_refresh
135 0 0 if ($resp->is_success)
161 0 0 if ($time_remaining < 300)
162 0 0 if ($time_remaining < 0) { }
191 0 0 unless (-f $self->cache_file_path)
231 0 0 if ($resp->is_success)
273 0 0 if defined $query
280 0 0 if ($resp->is_error)
281 0 0 if ($self->raise_error)
296 0 0 if (-f $self->cache_file_path)
300 0 0 unless (exists $conf->{'client_id'} and exists $conf->{'client_secret'})