lib/App/Perlbrew/Path.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 6 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
110 | 2 | 0 | 1 | $force and -e $destination || -l $destination |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
110 | 0 | 1 | 0 | -e $destination || -l $destination |