line |
true |
false |
branch |
21
|
10 |
2 |
if $_[0] =~ /^(true|yes|1)$/imsx
|
22
|
2 |
0 |
if $_[0] =~ /^(false|no|0)$/imsx
|
52
|
3 |
3 |
if (lc $args{'version'} eq 'auto') { }
|
|
2 |
1 |
elsif (grep {lc $args{'version'} eq $_;} ('disable', 'none', 'false'), '') { }
|
71
|
2 |
10 |
if ($args{"${opt}_file"} and @{$args{"${opt}_file"};})
|
75
|
1 |
5 |
if (keys %cffb_opt_hash)
|
80
|
5 |
1 |
if (_parse_bool($args{'synopsis_is_perl_code'}))
|
86
|
0 |
6 |
if (lc $_ eq 'real') { }
|
|
6 |
0 |
elsif (lc $_ eq 'fake') { }
|
|
0 |
0 |
elsif (lc $_ eq 'none') { }
|
|
0 |
0 |
elsif ($_) { }
|
104
|
5 |
1 |
if (_parse_bool($args{'archive'}))
|
181
|
0 |
6 |
if (lc $_ eq 'none') { }
|
|
6 |
0 |
elsif (lc $_ eq 'git') { }
|
196
|
6 |
0 |
if ($args{'git_remote'})
|
197
|
5 |
0 |
if (not $args{'no_check_remote'} and $args{'git_branch'})
|
206
|
5 |
1 |
unless ($args{'no_push'})
|