Condition Coverage

blib/lib/IO/Die.pm
Criterion Covered Total %
condition 4 24 16.6


and 3 conditions

line !l l&&!r l&&r condition
92 0 4 0 not ref $_[0] and defined $_[0]
4 0 0 not ref $_[0] and defined $_[0] and length $_[0]
217 0 1 0 not defined $path and $^O eq 'VMS'
295 0 0 0 defined $length and $length < $real_length

or 3 conditions

line l !l&&r !l&&!r condition
61 0 0 2 tied *{$thing;} || defined CORE::fileno $thing
97 0 0 0 $mode eq '|-' or $mode eq '-|'
113 0 0 0 $mode eq '|-' or $mode eq '-|'
577 0 0 0 CORE::link($old, $new) || do { $NS->__THROW('Link', 'oldpath', $old, 'newpath', $new) }