Condition Coverage

blib/lib/Net/Frame/Layer/SinFP3.pm
Criterion Covered Total %
condition 2 18 11.1


and 3 conditions

line !l l&&!r l&&r condition
204 0 0 1 defined $payload and CORE::length $payload >= $length
208 0 1 0 defined $tlv and CORE::length $tlv
236 0 0 0 $self->type == 3 and $self->flags == 0
0 0 0 $self->type == 4 and $self->flags == 0

or 3 conditions

line l !l&&r !l&&!r condition
229 0 0 0 $self->type == 1 or $self->type == 2
0 0 0 $self->type == 3 or $self->type == 4