Condition Coverage

lib/Plack/Middleware/OAuth.pm
Criterion Covered Total %
condition 0 10 0.0


and 3 conditions

line !l l&&!r l&&r condition
74 0 0 0 $fc >= 65 and $fc <= 90

or 2 conditions

line l !l condition
81 0 0 $$config{'signature_method'} ||= 'HMAC-SHA1'
82 0 0 $$config{'version'} ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
77 0 0 0 $$config{$k} ||= $$default_config{$k}