Branch Coverage

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


line true false branch
13 0 2 if @_ % 2
25 2 0 if (my $line = &decompress($raw_line)) { }
44 3 1 if (my $raw_line = shift @{$$self{'BUFFER'};})
45 3 0 if (my $line = &decompress($raw_line)) { }
60 5 0 if (my $line = &compress($event)) { }