Condition Coverage

blib/lib/App/pnc.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
71 0 0 0 $in_open[$ix] and length $buffer[$ix] < $max_buffer_size
74 0 0 0 $out_open[$ix] and length $buffer[$ix] > 0
80 0 0 0 $in_open[$ix] and vec $iv, fileno $in[$ix], 1
91 0 0 0 $out_open[$ix] and vec $ov, fileno $out[$ix], 1

or 3 conditions

line l !l&&r !l&&!r condition
95 0 0 0 $in_open[$ix] or length $buffer[$ix]