| lib/CPAN/Testers/WWW/Reports/Query/Report.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 16 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 101 | 0 | 7 | if ($@ or not $mech->success) |
| 113 | 0 | 7 | if ($@ or not $data) |
| 118 | 0 | 7 | unless $$data{'success'} |
| 120 | 3 | 4 | $hash{'as_json'} || !defined($hash{'as_json'}) && $$self{'as_json'} ? : |
| 121 | 2 | 2 | $hash{'as_hash'} || !defined($hash{'as_hash'}) && $$self{'as_hash'} ? : |
| 123 | 3 | 4 | if $as eq 'json' |
| 124 | 2 | 2 | if $as eq 'hash' |
| 133 | 0 | 2 | unless ($data) |