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 15 $header && $header =~ /^\s*(OAuth|Bearer)\s+(.+)$/
165 0 6 6 $header && $header =~ /^\s*OAuth\s+(.+)$/

or 2 conditions

line l !l condition
110 8 0 $args{'oauth_params'} || {}
116 5 3 $args{'params'} || {}

or 3 conditions

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