Condition Coverage

blib/lib/Net/DRI/Protocol/EPP/Extensions/TCI/Contact.pm
Criterion Covered Total %
condition 0 47 0.0


and 2 conditions

line l !l condition
299 0 0 $data->{'fax'} and scalar @{$data->{'fax'};}

and 3 conditions

line !l l&&!r l&&r condition
53 0 0 0 defined $n and $n
0 0 0 defined $n and $n and not ref $n
65 0 0 0 $tcommand =~ /^(?:info|transfer)$/ and ref $contact[0]
0 0 0 $tcommand =~ /^(?:info|transfer)$/ and ref $contact[0] and Net::DRI::Util::isa_contact($contact[0])
69 0 0 0 $az and ref $az
0 0 0 $az and ref $az and exists $az->{'pw'}
233 0 0 0 $d and ref $d

or 3 conditions

line l !l&&r !l&&!r condition
155 0 0 0 $name eq 'email' or $name eq 'fax'
0 0 0 $name eq 'email' or $name eq 'fax' or $name eq 'voice'
0 0 0 $name eq 'email' or $name eq 'fax' or $name eq 'voice' or $name eq 'passport'
0 0 0 $name eq 'taxpayerNumbers' or $name eq 'birthday'
0 0 0 $name eq 'intPostalInfo' or $name eq 'locPostalInfo'
0 0 0 $name eq 'intPostalInfo' or $name eq 'locPostalInfo' or $name eq 'legalInfo'
210 0 0 0 $name eq 'name' or $name eq 'org'
376 0 0 0 grep {not /^(?:add|del)$/;} $todo->types('status') or grep {not /^(?:set)$/;} $todo->types('info')