Condition Coverage

blib/lib/Connector/Builtin/File/Path.pm
Criterion Covered Total %
condition 7 11 63.6


and 3 conditions

line !l l&&!r l&&r condition
134 11 0 1 $mode eq "fail" and -f $filename
138 10 0 1 $mode eq "silent" and -f $filename
161 8 0 1 $mode eq "append" and -f $filename

or 2 conditions

line l !l condition
144 1 0 $filename || die("Unable to change mode to $mode")