Branch Coverage

blib/lib/Async/Microservice.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
87 0 0 if ($this_req->path =~ qr"^/v(\d+?)(/.*)$")
93 0 0 unless $version
97 0 0 if $sub_path_info =~ qr"^/static(/.+)$"
118 0 0 if (my $match = $self->router->match($sub_path_info))
120 0 0 if ($func and my $misc_fn = $self->can($func))
126 0 0 if (&blessed($resp) and $resp->isa('Future')) { }
0 0 elsif (ref $resp eq 'ARRAY') { }
131 0 0 if (ref $resp_data eq 'ARRAY') { }