| lib/API/ParallelsWPB.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 7 | 16 | 43.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 36 | 0 | 9 | unless $$self{$_} | 
| 48 | 0 | 23 | unless ref $url_array eq 'ARRAY' | 
| 59 | 13 | 10 | if ($$data{'req_type'} eq 'POST' or $$data{'req_type'} eq 'PUT') | 
| 61 | 0 | 13 | unless (ref $$data{'post_data'} eq 'HASH' or ref $$data{'post_data'} eq 'ARRAY') | 
| 78 | 0 | 0 | if ($$data{'req_type'} eq 'POST' or $$data{'req_type'} eq 'PUT') | 
| 87 | 0 | 0 | if $$self{'debug'} | 
| 90 | 0 | 0 | if $$self{'debug'} | 
| 99 | 3 | 10 | unless ($$self{'_json'}) |