Condition Coverage

lib/Net/API/CPAN/Generic.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
44 0 0 0 exists $self->{'_init_preprocess'} and ref $self->{'_init_preprocess'} eq "CODE"
94 0 0 0 exists $self->{'_init_preprocess'} and ref $self->{'_init_preprocess'} eq "CODE"
102 0 0 0 scalar @_ == 1 and $self->_is_array($_[0])
121 0 0 0 $dubious and not $self->can($meth)

or 2 conditions

line l !l condition
91 0 0 shift @_ || (return $self->error('No hash to populate was provided.'))

or 3 conditions

line l !l&&r !l&&!r condition
56 0 0 0 ref $self || $self
123 0 0 0 ref $self || $self