Condition Coverage

blib/lib/Paranoid/IO/FileMultiplexer/Block.pm
Criterion Covered Total %
condition 15 21 71.4


and 3 conditions

line !l l&&!r l&&r condition
80 11 11 3675 defined $bnum and defined $bsize
22 0 3675 defined $bnum and defined $bsize and defined $file
11 0 3675 defined $bnum and defined $bsize and defined $file and length $file
100 22 22 3631 $self->{'blockSize'} >= 4096 and $self->{'blockSize'} <= 1048576
44 55 3576 $self->{'blockSize'} >= 4096 and $self->{'blockSize'} <= 1048576 and $self->{'blockSize'} % 4096 == 0
224 0 0 8955 defined $cref and ref $cref eq "SCALAR"
289 0 0 1925 defined $content and length $content