lib/Egg/Plugin/rc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 0 | if ($rc_file = $dir and -e "$rc_file/.$rc_name") { } |
0 | 0 | elsif ($conf = $e->config and $rc_file = $$conf{'root'} and -e "$rc_file/.$rc_name") { } | |
0 | 0 | elsif (-e "~/.$rc_name") { } | |
0 | 0 | elsif (-e "/etc/$rc_name") { } | |
29 | 0 | 0 | unless YAML::LoadFile($rc_file) |