Branch Coverage

blib/lib/HTTP/Method.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
114 1 2 if ($CASE_INSENSITIVE)
141 0 18 unless my $http_method_name = shift()
142 9 9 if $CASE_INSENSITIVE
144 0 18 unless exists $METHOD{$http_method_name}