Condition Coverage

blib/lib/Bing/ContentAPI.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
155 0 0 0 $rest->responseCode eq 204 and $command[0] eq "DELETE"

or 2 conditions

line l !l condition
188 0 0 $opt->{'code'} || ''
191 0 0 $opt->{'refresh_token'} || ''

or 3 conditions

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"