| line |
!l |
l&&!r |
l&&r |
condition |
|
399
|
0 |
0 |
0 |
exists $$self{'version_bump_code'} and defined $$self{'version_bump_code'} |
|
|
0 |
0 |
0 |
exists $$self{'version_bump_code'} and defined $$self{'version_bump_code'} and ref $$self{'version_bump_code'} eq 'CODE' |
|
409
|
0 |
0 |
0 |
-f $old_version_file and open OVFILE, ">$old_version_file" |
|
416
|
0 |
0 |
0 |
$do_commit and $$self{'version_control'} eq 'darcs' |
|
|
0 |
0 |
0 |
$do_commit and $$self{'version_control'} eq 'svk' |
|
480
|
0 |
0 |
0 |
$do_commit and $$self{'version_control'} eq 'darcs' |
|
|
0 |
0 |
0 |
$do_commit and $$self{'version_control'} eq 'svk' |
|
546
|
0 |
0 |
0 |
$do_commit and $$self{'version_control'} eq 'darcs' |
|
|
0 |
0 |
0 |
$do_commit and $$self{'version_control'} eq 'svk' |
|
603
|
0 |
0 |
0 |
-f $changes_file and open CFILE, $changes_file |
|
610
|
0 |
0 |
0 |
$line =~ /^======/ and $count < 3 |
|
|
0 |
0 |
0 |
$line =~ /^\s*$/ and $count < 3 |
|
648
|
0 |
0 |
0 |
-f $old_version_file and open OVFILE, $old_version_file |
|
677
|
0 |
0 |
0 |
-f $new_version_file and open NVFILE, $new_version_file |
| line |
l |
!l |
condition |
|
204
|
0 |
0 |
$$self{'version_control'} ||= 'darcs' |
|
206
|
0 |
0 |
$$self{'commit_todo'} ||= 0 |
|
207
|
0 |
0 |
$$self{'gen_readme'} ||= 0 |
|
208
|
0 |
0 |
$$self{'gen_todo'} ||= 0 |
|
209
|
0 |
0 |
$$self{'todo_file'} ||= 'TODO' |
|
210
|
0 |
0 |
$$self{'changes_file'} ||= 'Changes' |
|
211
|
0 |
0 |
$$self{'readme_file'} ||= 'README' |
|
212
|
0 |
0 |
$$self{'version_file'} ||= 'version.txt' |
|
213
|
0 |
0 |
$$self{'old_version_file'} ||= 'old_version.txt' |
|
214
|
0 |
0 |
$$self{'version_bump_files'} ||= [] |
|
215
|
0 |
0 |
$$self{'scripts'} ||= [] |
|
266
|
0 |
0 |
$ENV{'MOD_DEVAID_CONF'} || 'mod_devaid.conf' |