Condition Coverage

blib/lib/WebService/GoogleAPI/Client/UserAgent.pm
Criterion Covered Total %
condition 7 17 41.1


and 3 conditions

line !l l&&!r l&&r condition
98 1 0 0 $http_method eq 'POST' and not defined $optional_data
162 1 0 0 $res->code == 401 and $self->do_autorefresh

or 2 conditions

line l !l condition
90 1 0 uc $params->{'httpMethod'} || 'GET'
91 1 0 $params->{'options'} || ''
95 0 1 $params->{'no_auth'} || 0
96 0 1 $params->{'headers'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
93 1 0 0 $params->{'path'} || cluck('path parameter required for build_http_transaction')