Branch Coverage

blib/lib/POE/Filter/Bzip2.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
14 0 2 if @_ % 2
17 2 0 unless $$buffer{'level'}
25 0 0 if defined $level
34 2 0 if (my $line = decompress $raw_line) { }
53 3 1 if (my $raw_line = shift @{$$self{'BUFFER'};})
54 3 0 if (my $line = decompress $raw_line) { }
69 5 0 if (my $line = compress($event, $$self{'level'})) { }