Branch Coverage

blib/lib/MetaCPAN/API/File.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
19 1 5 if (@_ == 1) { }
4 1 elsif (@_) { }
24 1 3 if (defined(my $id = $opts{'id'})) { }
2 1 elsif (defined(my $author = $opts{'author'}) and defined(my $release = $opts{'release'})) { }