| blib/lib/WWW/OAuth/Request/Basic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 14 | 78.5 | 
| line | true | false | branch | 
|---|---|---|---|
| 20 | 4 | 2 | unless defined $content_type and $content_type =~ m[application/x-www-form-urlencoded]i | 
| 27 | 0 | 24 | unless defined $name | 
| 29 | 15 | 9 | unless (@_) | 
| 33 | 5 | 10 | unless defined $key | 
| 34 | 1 | 9 | ref $headers->{$key} eq 'ARRAY' ? : | 
| 39 | 4 | 5 | if @existing | 
| 53 | 0 | 0 | unless &blessed($ua) and $ua->isa('HTTP::Tiny') |