| line |
!l |
l&&!r |
l&&r |
condition |
|
60
|
1 |
0 |
32 |
length $root_dir && length $config_file |
|
80
|
1 |
5 |
0 |
do {
not $root_dir
} && do {
($root_dir, $config_file) = @locate_root_config
} |
|
108
|
10 |
5 |
1 |
not $no_singleton and $singleton |
|
230
|
0 |
11 |
15 |
defined $root_dir and not exists $input->{'conf'}{'config_app'}{'root_dir'} |
|
394
|
3 |
0 |
33 |
not $is_deep_call and ref $merge eq "HASH" |
|
|
3 |
0 |
33 |
not $is_deep_call and ref $merge eq "HASH" and ref $source eq "HASH" |
|
412
|
34 |
15 |
4 |
exists $merge->{$key} and ref $merge->{$key} eq "HASH" |
|
|
49 |
1 |
3 |
exists $merge->{$key} and ref $merge->{$key} eq "HASH" and ref $source->{$key} eq "HASH" |