Condition Coverage

blib/lib/File/Cmp.pm
Criterion Covered Total %
condition 14 20 70.0


and 3 conditions

line !l l&&!r l&&r condition
25 10 1 1 @_ == 1 && ref $_[0] eq 'HASH'
37 0 1 2 $statbuf[0][0] == $statbuf[1][0] and $statbuf[0][1] == $statbuf[1][1]
48 4 1 4 $param->{'sizecheck'} and (-s $files[0] // -1) != (-s $files[1] // -2)
77 17 0 1 $eof1 and $eof2

or 2 conditions

line l !l condition
48 5 0 -s $files[0] // -1
5 0 -s $files[1] // -2

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
78 0 0 1 16 $eof1 xor $eof2