Branch Coverage

blib/lib/POE/Filter/Syslog.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
39 0 5 unless $incoming and @$incoming
43 5 0 if ($stream and length $stream)
66 6 6 if ($self->{'buffer'} and length $self->{'buffer'})
67 6 0 if ($self->{'buffer'} =~ s/$SYSLOG_REGEXP//sx)
79 6 6 if ($found) { }