Branch Coverage

blib/lib/PlackX/RouteBuilder.pm
Criterion Covered Total %
branch 4 12 33.3


line true false branch
47 1 0 if ($block)
63 0 5 unless (ref $code eq 'CODE')
75 1 1 if (scalar @_ == 4) { }
108 0 0 if (my $match = $_ROUTER->match($env)) { }
135 0 0 if (blessed $res and $res->isa('Plack::Response')) { }
0 0 elsif ($res_type eq 'ARRAY') { }