Condition Coverage

blib/lib/Dist/Zilla/Plugin/GitHub/Update.pm
Criterion Covered Total %
condition 3 18 16.6


and 3 conditions

line !l l&&!r l&&r condition
115 0 0 1 $self->meta_home and my $meta_home = $self->zilla->distmeta->{'resources'}{'homepage'}
131 1 0 0 $current and ($current->{'name'} || '') eq $params->{'name'}
1 0 0 $current and ($current->{'name'} || '') eq $params->{'name'} and ($current->{'description'} || '') eq $params->{'description'}
0 0 0 $current and ($current->{'name'} || '') eq $params->{'name'} and ($current->{'description'} || '') eq $params->{'description'} and ($current->{'homepage'} || '') eq $params->{'homepage'}

or 2 conditions

line l !l condition
131 0 0 $current->{'name'} || ''
0 0 $current->{'description'} || ''
0 0 $current->{'homepage'} || ''