Condition Coverage

blib/lib/Net/DRI/Data/Contact/Nominet.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
102 0 0 0 defined $self->type and not $self->type =~ /^(?:LTD|PLC|IND|FIND|RCHAR|SCH|LLP|STRA|PTNR|GOV|CRC|STAT|FCORP|IP|FOTHER|OTHER|UNKNOWN)$/
103 0 0 0 defined $self->co_no and not Net::DRI::Util::xml_is_token($self->co_no, undef, 255)
105 0 0 0 defined $self->opt_out and not $self->opt_out =~ /^[YN]$/i
108 0 0 0 defined $self->type and defined $self->opt_out
110 0 0 0 not $self->type =~ /^(?:IND|FIND)$/ and lc $self->opt_out ne 'n'
112 0 0 0 defined $self->type and $self->type eq 'SCH'
0 0 0 defined $self->type and $self->type eq 'SCH' and not defined $self->co_no

or 2 conditions

line l !l condition
90 0 0 $change ||= 0