Branch Coverage

blib/lib/CPAN/Common/Index/Mux/Ordered.pm
Criterion Covered Total %
branch 9 24 37.5


line true false branch
26 1 4 unless defined $resolvers
27 1 4 if (ref $resolvers ne 'ARRAY')
31 0 4 unless (eval { do { $r->isa('CPAN::Common::Index') } })
62 0 0 unless eval { do { &Module::Load::load($full_class); 1 } }
81 0 11 unless ref $args eq 'HASH'
84 0 11 if ($args->{'name'} and ref $args->{'name'} eq '') { }
87 0 0 if (my(@result) = $source->search_packages($args))
102 3 8 wantarray ? :
109 0 0 unless ref $args eq 'HASH'
112 0 0 if ($args->{'name'} and ref $args->{'name'} eq '') { }
115 0 0 if (my(@result) = $source->search_authors($args))
130 0 0 wantarray ? :