Condition Coverage

blib/lib/CPAN/Digger.pm
Criterion Covered Total %
condition 2 15 13.3


and 3 conditions

line !l l&&!r l&&r condition
194 2 0 0 $row and $row->{'version'} eq $item->version
203 0 0 0 $self->{'limit'} and @all_the_distributions > $self->{'limit'}
216 0 0 0 $self->{'check_github'} and $data_ref->{'vcs_name'} eq 'GitHub'
229 1 0 0 $self->{'limit'} and @distros > $self->{'limit'}

or 3 conditions

line l !l&&r !l&&!r condition
148 0 0 0 -e "$repo/.appveyor.yml" || -e "$repo/appveyor.yml"