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
265 1 0 2 defined $self->facility and defined $self->severity

or 2 conditions

line l !l condition
201 1 0 $2 || '0'
202 1 0 $3 || '0'
224 1 0 substr($message, 0, $chars{$win} + 1) || '0'
225 1 0 substr($message, $chars{$win} + 1) || '0'