Branch Coverage

blib/lib/Tie/FileHandle/Base.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
77 0 0 if ($package ne 'Tie::FileHandle::Base')
98 0 0 if $Tie::FileHandle::Base::loop{$self}
101 0 0 if ($self->can('WRITE') != \&WRITE) { }
0 0 elsif ($self->can('PRINTF') != \&PRINTF) { }
111 0 0 unless ($ret)
117 0 0 if $offset != $ln
156 0 0 if $self->PRINT(substr($var, $offset || 0, $ln))
203 0 0 if ($self->can('SEEK'))
206 0 0 unless $self->READ($temp, 1)