Condition Coverage

blib/lib/OAuth/Consumer.pm
Criterion Covered Total %
condition 0 15 0.0


or 2 conditions

line l !l condition
317 0 0 $args{'oauth_consumer_key'} ||= 'anyone'
318 0 0 $args{'oauth_consumer_secret'} ||= 'anyone'
320 0 0 $opts{'oauth_version'} ||= '1.0a'
322 0 0 $opts{'oauth_verifier_valid_msg'} ||= 'Authentication accepted you can go back to the application'
323 0 0 $opts{'oauth_verifier_invalid_msg'} ||= 'There have been a problem with your authentication'
324 0 0 $opts{'oauth_verifier_timeout'} //= 180

or 3 conditions

line l !l&&r !l&&!r condition
321 0 0 0 $opts{'oauth_verifier_type'} ||= $opts{'oauth_callback'} ? 'manual' : 'blocking'