| 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 |