Branch Coverage

blib/lib/Router/Boom/Method.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
22 3 2 if (defined $method and not ref $method)
26 4 1 unless ($$self{'path_seen'}{$path}++)
47 1 8 unless defined $matcher
50 5 5 if $m eq $request_method
60 8 1 if (my($patterns, $captured) = $$self{'router'}->match($path)) { }
62 6 3 if (_method_match($request_method, $$pattern[0]))