| blib/lib/App/CPAN/Get.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 9 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 32 | 1 | 1 | 3 | builtin::blessed($self->{'lwp_user_agent'}) and $self->{'lwp_user_agent'}->isa("LWP::UserAgent") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 61 | 1 | 1 | 3 | not &getopts("fho:", $self->{'_opts'}) or $self->{'_opts'}{'h'} |
| 1 | 1 | 2 | not &getopts("fho:", $self->{'_opts'}) or $self->{'_opts'}{'h'} or @ARGV < 1 |