blib/lib/Bing/ContentAPI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
153 | 0 | 0 | 0 | $rest->responseCode eq '204' and $command[0] eq 'DELETE' |
line | l | !l | condition |
---|---|---|---|
186 | 0 | 0 | $opt->{'code'} || '' |
189 | 0 | 0 | $opt->{'refresh_token'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
56 | 0 | 0 | 0 | $param->{$val} || croak("param '${val}' missing in new()") |
99 | 0 | 0 | 0 | $opt->{'resource'} eq 'products' or $opt->{'resource'} eq 'catalogs' |
182 | 0 | 0 | 0 | $opt->{'grant_type'} or $opt->{'grant_type'} eq 'authorization_code' |
0 | 0 | 0 | $opt->{'grant_type'} or $opt->{'grant_type'} eq 'authorization_code' or $opt->{'grant_type'} eq 'refresh_token' |