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
154 0 0 0 $rest->responseCode eq '204' and $command[0] eq 'DELETE'

or 2 conditions

line l !l condition
187 0 0 $opt->{'code'} || ''
190 0 0 $opt->{'refresh_token'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 $param->{$val} || croak("param '${val}' missing in new()")
100 0 0 0 $opt->{'resource'} eq 'products' or $opt->{'resource'} eq 'catalogs'
183 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'