Branch Coverage

blib/lib/OAuth/Simple.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
20 0 0 unless $self->{'app_id'} and $self->{'secret'} and $self->{'postback'}
32 0 0 if $params and %$params
35 0 0 unless $url
49 0 0 if $params and %$params
52 0 0 unless $code and $url
66 0 0 unless $response->is_success
67 0 0 if $raw
74 0 0 if $params and %$params
78 0 0 unless $url
81 0 0 unless $access_token or $self->{'no_token'}
88 0 0 $self->{'no_token'} ? :
93 0 0 unless $response->is_success
94 0 0 if $raw
104 0 0 if ($params{'http_method'} eq 'GET') { }
106 0 0 if $params{'params'}
112 0 0 $self->{'headers'} && %{$self->{'headers'};} ? :