blib/lib/File/Cmp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 16 | 56.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 6 | 0 | 0 | @_ == 1 && ref $_[0] eq 'HASH' |
37 | 0 | 0 | 1 | $statbuf[0][0] == $statbuf[1][0] and $statbuf[0][1] == $statbuf[1][1] |
48 | 2 | 1 | 2 | $$param{'sizecheck'} and -s $files[0] != -s $files[1] |
76 | 16 | 0 | 1 | $eof1 and $eof2 |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
77 | 0 | 0 | 1 | 15 | $eof1 xor $eof2 |