Branch Coverage

blib/lib/Net/DRI/Protocol/EPP/Extensions/NSgroup.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
87 0 0 defined $ns ? :
95 0 0 ref $hosts eq 'ARRAY' ? :
97 0 0 Net::DRI::Util::isa_nsgroup($h) ? :
98 0 0 unless defined $gn and $gn and not ref $gn and Net::DRI::Util::xml_is_normalizedstring($gn, 1, 100)
102 0 0 unless @gn
110 0 0 unless defined $ns
112 0 0 if (not ref $ns) { }
0 0 elsif (ref $ns eq 'ARRAY') { }
0 0 elsif (Net::DRI::Util::isa_nsgroup($ns)) { }
125 0 0 if Net::DRI::Util::is_hostname($n)
148 0 0 unless $mes->is_success
152 0 0 unless defined $chkdata
160 0 0 if ($n eq 'name')
184 0 0 unless $mes->is_success
187 0 0 unless defined $infdata
193 0 0 if ($name eq 'name') { }
0 0 elsif ($name eq 'ns') { }
235 0 0 unless Net::DRI::Util::isa_changes($todo)
237 0 0 if (grep {not /^(?:ns)$/;} $todo->types or grep {not /^(?:set)$/;} $todo->types('ns'))