Branch Coverage

blib/lib/Web/Dispatch/HTTPMethods.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
25 5 1 if ($self->{'GET'} and not $self->{'HEAD'})
46 2 4 if ($env->{'REQUEST_METHOD'} eq 'HEAD') { }
1 3 elsif ($env->{'REQUEST_METHOD'} eq 'OPTIONS') { }
58 33 0 if &blessed($_[0])
70 20 13 scalar @following ? :
72 0 33 unless isa_endpoint($dispatchers[-1])