Branch Coverage

blib/lib/POE/Filter/LZW.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
13 0 2 if @_ % 2
23 0 0 if defined $level
32 2 0 if (my $line = decompress($raw_line)) { }
51 3 1 if (my $raw_line = shift @{$$self{'BUFFER'};})
52 3 0 if (my $line = decompress($raw_line)) { }
67 5 0 if (my $line = compress($event, $self->{'level'})) { }