Condition Coverage

blib/lib/Net/Radius/PacketOrdered.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
287 0 0 0 $name eq $attr[$i][0] and $value eq pclean(pdef($attr[$i][1]))

or 3 conditions

line l !l&&r !l&&!r condition
365 0 0 0 $self->attr('User-Password') || $self->attr('Password')
657 0 0 0 not defined $dict->vsattr_numtype($vid, $vtype) or ref $vsaunpacker{$dict->vsattr_numtype($vid, $vtype)} ne 'CODE'
675 0 0 0 not defined $dict->attr_numtype($type) or ref $unpacker{$dict->attr_numtype($type)} ne 'CODE'