blib/lib/CPAN/Access/AdHoc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 21 | 57.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
303 | 13 | 12 | 41 | not defined $value and 'config' ne $name |
307 | 14 | 12 | 40 | not defined $value and $code = $self->can("__attr__${name}__default") |
337 | 0 | 12 | 0 | defined $config_path and -f $config_path |
414 | 0 | 1 | 12 | $value->can('authority') and LWP::Protocol::implementor($scheme) |
503 | 0 | 0 | 6 | blessed $rtn and $rtn->isa('CPAN::Access::AdHoc::Archive') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 0 | 12 | 0 | ref $class || $class |
582 | 0 | 24 | 0 | $$self{'__user_agent'} || 'LWP::UserAgent'->new |