Branch Coverage

blib/lib/Docker/Registry/RequestBuilder.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
16 7 8 if (ref $call eq 'Docker::Registry::Call::Repositories') { }
8 0 elsif (ref $call eq 'Docker::Registry::Call::RepositoryTags') { }
40 2 13 if ($call->n or $call->last)
41 1 1 if ($call->n and not $call->last) { }
1 0 elsif (not $call->n and $call->last) { }