Condition Coverage

blib/lib/File/Replace/DualHandle.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
24 1 1 14 &blessed($repl) and $repl->isa("File::Replace")
63 2 1 2 binmode($self->{'repl'}->in_fh, $_[0]) && binmode($self->{'repl'}->out_fh, $_[0])
66 2 1 3 binmode($self->{'repl'}->in_fh) && binmode($self->{'repl'}->out_fh)

or 3 conditions

line l !l&&r !l&&!r condition
37 3 3 2 @_ == 1 or @_ == 2