blib/lib/Dpkg/Path.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 9 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
139 | 0 | 0 | 5 | -e $file1 and -e $file2 |
148 | 1 | 2 | 2 | $stat1[0] == $stat2[0] && $stat1[1] == $stat2[1] |
170 | 0 | 0 | 5 | scalar @new > 0 and $new[-1] ne '..' |