line |
true |
false |
branch |
25
|
0 |
0 |
$class ne 'CPAN::Mini' ? : |
40
|
9 |
0 |
if $level =~ /\A(?:fatal|warn|debug|info)\z/ |
60
|
0 |
11 |
unless GetOptions \%commandline, @option_spec |
63
|
0 |
11 |
if $commandline{'help'} |
64
|
0 |
11 |
if $commandline{'version'} |
69
|
2 |
9 |
$commandline{'qq'} ? : |
71
|
2 |
9 |
if defined($quiet) + defined($debug) + defined($log_level) > 1 |
76
|
1 |
4 |
$log_level ? : |
|
2 |
5 |
$quiet >= 2 ? : |
|
0 |
7 |
$quiet == 1 ? : |
|
2 |
7 |
$debug ? : |
96
|
0 |
9 |
if $@ |
98
|
0 |
9 |
if $version |
100
|
0 |
9 |
if ($config{'remote_from'} and not $config{'remote'}) |
110
|
0 |
9 |
unless $config{'local'} and $config{'remote'} |
115
|
0 |
9 |
if $config{'dirmode'} |