Branch Coverage

blib/lib/Web/Dispatcher/Simple.pm
Criterion Covered Total %
branch 4 12 33.3


line true false branch
48 2 0 if ($block)
64 0 7 unless (ref $code eq 'CODE')
76 2 1 if (scalar @_ == 4) { }
109 0 0 if (my $match = $_ROUTER->match($env)) { }
137 0 0 if (blessed $res and $res->isa('Plack::Response')) { }
0 0 elsif ($res_type eq 'ARRAY') { }