Branch Coverage

blib/lib/Stream/Buffered.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
20 0 6 if ($MaxMemoryBufferSize < 0) { }
2 4 elsif ($MaxMemoryBufferSize == 0) { }
2 2 elsif (not $length) { }
0 2 elsif ($length > $MaxMemoryBufferSize) { }