Condition Coverage

blib/lib/Storage/Abstract/Handle.pm
Criterion Covered Total %
condition 7 15 46.6


and 3 conditions

line !l l&&!r l&&r condition
27 21 6 2 fileno $self->{'handle'} != -1 and fileno $handle_to != -1
62 0 0 15 $success &&= seek($handle, 0, 2)
63 0 0 15 $success &&= ($size = tell $handle) >= 0
64 0 0 15 $success &&= seek($handle, $pos, 0)
79 40 0 0 defined tied $arg and tied($arg)->isa($class)