| blib/lib/Distribution/Cooker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 23 | 39.1 |
| line | l | !l | condition |
|---|---|---|---|
| 246 | 2 | 0 | $description || prompt('Description') || 'An undescribed module' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 242 | 2 | 0 | 0 | $module || prompt('Module name') |
| 248 | 1 | 1 | 0 | $repo_name || prompt('Repo name') |
| 358 | 0 | 0 | 8 | $ENV{'DIST_COOKER_AUTHOR'} // _git_user_name() |
| 8 | 0 | 0 | ($ENV{'DIST_COOKER_AUTHOR'} // _git_user_name()) // $class->default_author_name | |
| 0 | 0 | 8 | $ENV{'DIST_COOKER_EMAIL'} // _git_user_email() | |
| 8 | 0 | 0 | ($ENV{'DIST_COOKER_EMAIL'} // _git_user_email()) // $class->default_author_email | |
| 436 | 3 | 0 | 0 | $class->{'repo_name'} // $class->module =~ s/::/-/gru |