| blib/lib/CPAN/HTTP/Credentials.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 12 | 16.6 |
| line | true | false | branch |
|---|---|---|---|
| 26 | 0 | 0 | if ($CPAN::HTTP::Credentials::PROXY_USER and $CPAN::HTTP::Credentials::PROXY_PASSWORD) |
| 29 | 2 | 0 | if (defined $CPAN::Config->{'proxy_user'} and $CPAN::Config->{'proxy_user'}) |
| 48 | 0 | 0 | if ($CPAN::HTTP::Credentials::USER and $CPAN::HTTP::Credentials::PASSWORD) |
| 51 | 1 | 0 | if (defined $CPAN::Config->{'username'}) |
| 73 | 0 | 0 | if ($CPAN::META->has_inst('Term::ReadKey')) { } |
| 83 | 0 | 0 | if ($CPAN::META->has_inst("Term::ReadKey")) |