Branch Coverage

blib/lib/App/CPAN/Get.pm
Criterion Covered Total %
branch 9 14 64.2


line true false branch
31 5 4 if (defined $self->{'lwp_user_agent'}) { }
32 2 3 unless (builtin::blessed($self->{'lwp_user_agent'}) and $self->{'lwp_user_agent'}->isa("LWP::UserAgent"))
61 2 2 if (not &getopts("fho:", $self->{'_opts'}) or $self->{'_opts'}{'h'} or @ARGV < 1)
77 0 2 if (defined $self->{'_opts'}{'o'})
78 0 0 unless (-d $self->{'_opts'}{'o'})
97 0 1 if ($self->{'_opts'}{'o'})
103 0 1 if ($App::CPAN::Get::EVAL_ERROR)