Condition Coverage

blib/lib/Git/CPAN/Patch/Import.pm
Criterion Covered Total %
condition 0 31 0.0


and 3 conditions

line !l l&&!r l&&r condition
327 0 0 0 not rev_exists('cpan/master') and rev_exists('master')
385 0 0 0 $last_version and $opts->{'checkversion'}

or 2 conditions

line l !l condition
213 0 0 $release->version || ''
341 0 0 eval { do { $mcpan->release('distribution', $mcpan->module($input)->{'distribution'}) } } || eval { do { $mcpan->release('distribution', $input) } } || die("could not find release for '${input}' on metacpan\n")

or 3 conditions

line l !l&&r !l&&!r condition
70 0 0 0 $opts->{'mkdir'} || $module
87 0 0 0 $opts->{'force'} or $opts->{'update'}
128 0 0 0 $opts->{'backpan'} || $BackPAN_URL
202 0 0 0 $ENV{'GIT_AUTHOR_DATE'} ||= $release->date
205 0 0 0 $ENV{'GIT_AUTHOR_NAME'} ||= $author->author
206 0 0 0 $ENV{'GIT_AUTHOR_EMAIL'} ||= $author->email
360 0 0 0 $module ||= $repo->run('cpan-which')