Branch Coverage

blib/lib/OAuth/Lite/Response.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
71 6 10 if ($key eq 'oauth_token') { }
6 4 elsif ($key eq 'oauth_token_secret') { }
3 1 elsif ($key eq 'oauth_callback_confirmed') { }
77 1 2 if ($p and $p eq 'true')
98 1 2 if (defined $value)