| blib/lib/WWW/Foursquare/Request.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 15 | 26 | 57.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 30 | 5 | 2 | if delete $$params{'multi'} | 
| 31 | 2 | 0 | if delete $$params{'show_request'} | 
| 40 | 0 | 2 | if $$self{'debug'} | 
| 43 | 2 | 0 | if $is_show_request | 
| 52 | 1 | 0 | if delete $$params{'show_request'} | 
| 61 | 0 | 1 | if $$self{'debug'} | 
| 64 | 1 | 0 | if $is_show_request | 
| 77 | 0 | 5 | unless $method =~ /^GET|POST$/ | 
| 81 | 0 | 5 | $query ? : | 
| 88 | 1 | 4 | if (@{$$self{$method};} >= 5 or $force) { } | 
| 112 | 0 | 3 | if ($$self{'userless'}) { } | 
| 137 | 0 | 0 | if ($type =~ /post/ and $param_text) | 
| 162 | 2 | 2 | unless exists $$params{$param} |