Branch Coverage

blib/lib/MetaCPAN/API/Author.pm
Criterion Covered Total %
branch 3 10 30.0


line true false branch
15 1 1 if (@_ == 1) { }
0 1 elsif (@_ == 2) { }
20 0 0 if (defined $opts{'pauseid'}) { }
0 0 elsif (defined $opts{'search'}) { }
25 0 0 unless ref $search_opts and ref $search_opts eq 'HASH'