Branch Coverage

blib/lib/Net/DRI/Protocol/BookMyName/WS/Domain.pm
Criterion Covered Total %
branch 0 54 0.0


line true false branch
81 0 0 if $s & 1
82 0 0 if $s & 2
83 0 0 if $s & 4
84 0 0 if $s & 8
85 0 0 if $s & 16
86 0 0 if $s & 32
87 0 0 if $s & 64
88 0 0 if $s & 128
89 0 0 if $s & 256
90 0 0 if $s & 512
91 0 0 if $s & 1024
92 0 0 if $s & 2048
93 0 0 if $s & 4096
94 0 0 if $s & 8192
95 0 0 if $s & 16384
96 0 0 @s ? :
102 0 0 unless defined $domain and $domain
103 0 0 unless Net::DRI::Util::is_hostname($domain)
105 0 0 if defined $command
122 0 0 unless $mes->is_success
125 0 0 unless ref $r eq 'HASH'
135 0 0 unless exists $r{$k}
143 0 0 unless exists $r{$k}
152 0 0 if exists $r{$k} and defined $r{$k}
179 0 0 if ($mes->retcode == -1 and $mes->retval == -2 || $mes->retval == -4)
183 0 0 unless $mes->is_success
186 0 0 $mes->retcode == 1 && $mes->retval == 1 ? :