| lib/Egg/Plugin/rc.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 11 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 17 | 0 | 0 | 0 | $rc_file = $dir and -e "$rc_file/.$rc_name" |
| 0 | 0 | 0 | $conf = $e->config and $rc_file = $$conf{'root'} | |
| 0 | 0 | 0 | $conf = $e->config and $rc_file = $$conf{'root'} and -e "$rc_file/.$rc_name" |
| line | l | !l | condition |
|---|---|---|---|
| 15 | 0 | 0 | $ENV{'EGG_RC_NAME'} || 'egg_releaserc' |