Condition Coverage

blib/lib/Net/Frame/Layer/Syslog.pm
Criterion Covered Total %
condition 6 11 54.5


and 3 conditions

line !l l&&!r l&&r condition
269 1 0 1 defined $self->facility and defined $self->severity

or 2 conditions

line l !l condition
206 1 0 $2 || '0'
207 1 0 $3 || '0'
229 1 0 substr($message, 0, $chars{$win} + 1) || '0'
230 1 0 substr($message, $chars{$win} + 1) || '0'