blib/lib/Net/DRI/Protocol/EPP/Extensions/ICANN/RegistrarExpirationDate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
59 | 0 | 0 | unless $mes->is_success |
63 | 0 | 0 | unless defined $data |
75 | 0 | 0 | unless Net::DRI::Util::has_key($rd, 'registrar_expiration_date') |
77 | 0 | 0 | if ref $date and Net::DRI::Util::check_isa($date, 'DateTime') |
78 | 0 | 0 | unless $date =~ /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z$/ |
90 | 0 | 0 | unless defined $toset |