Condition Coverage

blib/lib/Net/OAuth/Simple.pm
Criterion Covered Total %
condition 3 24 12.5


and 3 conditions

line !l l&&!r l&&r condition
194 0 0 1 blessed($$self{'browser'}) and $$self{'browser'}->isa('LWP::UserAgent')
220 0 0 0 defined $$self{'tokens'}{$param} and length $$self{'tokens'}{$param}
533 0 0 0 $self->access_token and $self->access_token_secret
616 0 0 0 $self->oauth_1_0a and not $self->callback_confirmed

or 2 conditions

line l !l condition
169 0 1 $params{'protocol_version'} ||= '1.0a'
235 0 0 $$self{'signature_method'} || 'HMAC-SHA1'
470 0 0 $$self{'urls'}{$key} || (return)

or 3 conditions

line l !l&&r !l&&!r condition
173 1 0 0 $$client{'browser'} ||= 'LWP::UserAgent'->new
719 0 0 0 'GET' eq $method or 'PUT' eq $method