blib/lib/Config/SL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 14 | 28.5 |
line | true | false | branch |
---|---|---|---|
39 | 0 | 1 | if $config |
44 | 1 | 0 | if (-d './conf' and -e "./conf/$file") { } |
0 | 0 | elsif (-d "$FindBin::Bin/../conf" and -e "$FindBin::Bin/../conf/$file") { } | |
0 | 0 | elsif (-e "/etc/sl/$file") { } | |
0 | 0 | elsif (-e "/etc/$file") { } | |
80 | 0 | 1 | unless -e $config_file |
84 | 0 | 1 | unless $read |