Branch Coverage

blib/lib/POE/Filter/LZF.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
14 0 2 if @_ % 2
26 2 0 if (my $line = decompress $raw_line) { }
45 3 1 if (my $raw_line = shift @{$$self{'BUFFER'};})
46 3 0 if (my $line = decompress $raw_line) { }
61 5 0 if (my $line = compress $event) { }