Condition Coverage

blib/lib/Net/OAuth2/Scheme/Mixin/HMac.pm
Criterion Covered Total %
condition 0 12 0.0


or 3 conditions

line l !l&&r !l&&!r condition
54 0 0 0 $req->headers->{'host'} || $uri->host_port
55 0 0 0 $port ||= $uri->scheme eq 'https' ? 443 : 80
92 0 0 0 $http_req->header('Host') || $uri->host_port
93 0 0 0 $port ||= $uri->scheme eq 'https' ? 443 : 80