Branch Coverage

blib/lib/CPAN/Testers/API/Controller/Release.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
62 2 16 unless $c->openapi->valid_input
79 6 10 if (my $since = $c->param('since'))
80 2 4 unless ($c->validation->param('dist') or $c->validation->param('author'))
87 6 8 if (my $dist = $c->validation->param('dist')) { }
6 2 elsif (my $author = $c->validation->param('author')) { }
90 2 4 unless (@results)
96 2 4 unless (@results)