Branch Coverage

blib/lib/WWW/OAuth/Request/HTTP_Request.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
17 0 0 unless @_
24 0 0 unless @_
31 0 0 unless @_
39 0 0 if @parts
41 0 0 unless defined $content_type and $content_type =~ m[application/x-www-form-urlencoded]i
48 0 0 unless defined $name
49 0 0 unless @_
56 0 0 unless &blessed($ua)
57 0 0 if ($ua->isa('LWP::UserAgent') or $ua->isa('HTTP::Thin')) { }
0 0 elsif ($ua->isa('Net::Async::HTTP')) { }