Condition Coverage

blib/lib/Net/DRI/Protocol/EPP/Core/Status.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
101 0 0 0 $v and ref $v eq 'HASH'
0 0 0 $v and ref $v eq 'HASH' and keys %$v
120 0 0 0 !($self->is_linked || $self->is_pending) && $self->has_not('clientDeleteProhibited', 'serverDeleteProhibited')
121 0 0 0 !$self->is_pending && $self->has_not('clientRenewProhibited', 'serverRenewProhibited')
122 0 0 0 !$self->is_pending && $self->has_not('clientUpdateProhibited', 'serverUpdateProhibited')
123 0 0 0 !$self->is_pending && $self->has_not('clientTransferProhibited', 'serverTransferProhibited')

or 2 conditions

line l !l condition
105 0 0 $v->{'msg'} || ''

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
100 0 0 0 0 $range eq 'core' xor is_core_status($k)