Branch Coverage

blib/lib/OAuth/Lite2/ParamMethod/FormEncodedBody.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
73 6 7 if ($params->{'oauth_token'})
108 2 3 if ($method eq 'GET' or $method eq 'DELETE') { }
117 1 2 if (defined $headers) { }
118 1 0 if (ref $headers eq 'ARRAY') { }
127 2 1 unless ($headers->header('Content-Type'))
133 1 2 if ($content_type ne 'application/x-www-form-urlencoded')