blib/lib/Bing/ContentAPI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
155 | 0 | 0 | 0 | $rest->responseCode eq 204 and $command[0] eq "DELETE" |
line | l | !l | condition |
---|---|---|---|
188 | 0 | 0 | $opt->{'code'} || '' |
191 | 0 | 0 | $opt->{'refresh_token'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
58 | 0 | 0 | 0 | $param->{$val} || croak("param '${val}' missing in new()") |
101 | 0 | 0 | 0 | $opt->{'resource'} eq "products" or $opt->{'resource'} eq "catalogs" |
184 | 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" |