Condition Coverage

blib/lib/Net/DRI/Protocol/EPP/Extensions/EURid/Sunrise.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
99 0 0 0 defined $reference and $reference
161 0 0 0 defined $rd and ref $rd eq 'HASH'
162 0 0 0 exists $rd->{$_} && $rd->{$_}
174 0 0 0 length $rd->{'prior-right-country'} == 2 and exists $Net::DRI::DRD::EURid::CCA2_EU{uc $rd->{'prior-right-country'}}
180 0 0 0 defined $rd->{'documentaryevidence_email'} and 'Email::Valid'->rfc822($rd->{'documentaryevidence_email'})
187 0 0 0 length $rd->{'evidence-lang'} == 2 and exists $Net::DRI::DRD::EURid::LANGA2_EU{lc $rd->{'evidence-lang'}}