Condition Coverage

blib/lib/Distribution/Cooker.pm
Criterion Covered Total %
condition 10 26 38.4


or 2 conditions

line l !l condition
230 2 0 $description || prompt('Description') || 'An undescribed module'

or 3 conditions

line l !l&&r !l&&!r condition
226 2 0 0 $module || prompt('Module name')
232 1 1 0 $repo_name || prompt('Repo name')
352 0 8 0 $ENV{'DIST_COOKER_AUTHOR'} // _git_user_name()
8 0 0 ($ENV{'DIST_COOKER_AUTHOR'} // _git_user_name()) // $class->default_author_name
0 8 0 $ENV{'DIST_COOKER_EMAIL'} // _git_user_email()
8 0 0 ($ENV{'DIST_COOKER_EMAIL'} // _git_user_email()) // $class->default_author_email
0 0 8 $ENV{'GITHUB_ACCOUNT_NAME'} // $class->default_github_user
431 3 0 0 $class->{'repo_name'} // $class->module =~ s/::/-/gru