Condition Coverage

blib/lib/FileHandle/Fmode.pm
Criterion Covered Total %
condition 20 24 83.3


and 3 conditions

line !l l&&!r l&&r condition
42 8 12 4 perliol_readable($_[0]) and not perliol_writable($_[0])
50 0 40 16 defined $fmode and ($fmode & 3) == 0
59 16 0 8 not perliol_readable($_[0]) and perliol_writable($_[0])
67 0 40 16 defined $fmode and ($fmode & 3) == 1
86 8 4 18 perliol_readable($_[0]) and perliol_writable($_[0])
94 0 32 36 defined $fmode and ($fmode & 3) == 2

or 3 conditions

line l !l&&r !l&&!r condition
72 12 18 10 is_WO($_[0]) or is_RW($_[0])
77 10 18 12 is_RO($_[0]) or is_RW($_[0])