Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
93 0 0 0 defined $n and $n
0 0 0 defined $n and $n and not ref $n
105 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])
109 0 0 0 $az and ref $az
0 0 0 $az and ref $az and exists $$az{'pw'}
135 0 0 0 defined $ai and defined $ai->getFirstChild
0 0 0 defined $ai and defined $ai->getFirstChild and $ai->getFirstChild->nodeType == 3
148 0 0 0 $az and ref $az
0 0 0 $az and ref $az and exists $$az{'pw'}
156 0 0 0 $d and ref $d

or 3 conditions

line l !l&&r !l&&!r condition
237 0 0 0 grep {not /^(?:add|del)$/;} $todo->types('status') or grep {not /^(?:set)$/;} $todo->types('info')