Condition Coverage

blib/lib/App/CPAN/Get/MetaCPAN.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
33 1 1 14 builtin::blessed($self->{'lwp_user_agent'}) and $self->{'lwp_user_agent'}->isa("LWP::UserAgent")
79 0 0 1 defined $opts_hr and exists $opts_hr->{'f'}
0 1 0 defined $opts_hr and exists $opts_hr->{'f'} and $opts_hr->{'f'}
86 1 0 0 -r $file and not $force

or 3 conditions

line l !l&&r !l&&!r condition
50 1 1 6 not defined $args_hr or ref $args_hr ne "HASH"