line |
true |
false |
branch |
38
|
2 |
7 |
if ($special{'config'}) |
39
|
0 |
2 |
unless $file_conf = _read_config_file($special{'config'}) |
43
|
2 |
7 |
unless $special{'default'} |
53
|
20 |
13 |
defined $$def_conf{$_} ? : |
|
10 |
33 |
defined $$file_conf{$_} ? : |
|
11 |
43 |
defined $lc_hash{$_} ? : |
62
|
0 |
9 |
unless my $rv = check($tmpl, \%to_check, 1) |
69
|
0 |
2 |
unless my $file = shift() |
73
|
0 |
2 |
unless $FH->open("$file", 'r') |
79
|
32 |
28 |
if /\s*#/ |
80
|
14 |
14 |
unless /\S/ |
86
|
2 |
12 |
if (lc $param eq 'include') |
104
|
80 |
0 |
if exists $$self{lc $Log::Message::Config::AUTOLOAD} |