Condition Coverage

blib/lib/RSH/FileUtil.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
77 12 0 7 defined $args{'exclusive'} and $args{'exclusive'} eq '1'
81 9 10 0 $type eq 'WRITE' and !defined($args{'no_truncate'}) || $args{'no_truncate'} eq '0'
86 19 0 0 defined $args{'no_follow'} and $args{'no_follow'} eq '1'

or 3 conditions

line l !l&&r !l&&!r condition
81 10 0 0 !defined($args{'no_truncate'}) || $args{'no_truncate'} eq '0'