Branch Coverage

blib/lib/POE/Filter/LZW.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
14 0 0 if @_ % 2
24 0 0 if defined $level
33 0 0 if (my $line = decompress($raw_line)) { }
52 0 0 if (my $raw_line = shift @{$$self{'BUFFER'};})
53 0 0 if (my $line = decompress($raw_line)) { }
68 0 0 if (my $line = compress($event, $$self{'level'})) { }