Condition Coverage

blib/lib/OAuth/Lite2/ParamMethod/AuthHeader.pm
Criterion Covered Total %
condition 11 16 68.7


and 3 conditions

line !l l&&!r l&&r condition
54 25 0 21 $header && $header =~ /^\s*(OAuth|Bearer)(.*)$/
169 0 9 9 $header && $header =~ /^\s*OAuth(.*)$/

or 2 conditions

line l !l condition
114 10 0 $args{'oauth_params'} || {}
120 5 5 $args{'params'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
136 6 0 4 $method eq 'GET' or $method eq 'DELETE'
147 1 0 1 $args{'content'} || build_content($params)