Condition Coverage

blib/lib/Net/DRI/Protocol/EPP/Extensions/VeriSign/TwoFactorAuth.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
181 0 0 0 Net::DRI::Util::has_key($rp, 'auth') and ref $$rp{'auth'} eq 'HASH'
0 0 0 Net::DRI::Util::has_key($rp, 'auth') and ref $$rp{'auth'} eq 'HASH' and grep {Net::DRI::Util::has_key($$rp{'auth'}, $_);} 'validate', 'bind', 'unbind'
209 0 0 0 $istoken and $isotp

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
149 0 0 0 0 Net::DRI::Util::has_key($rp, 'token') xor Net::DRI::Util::has_key($rp, 'generic_token')