blib/lib/Net/DRI/Data/Contact/US.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
90 | 0 | 0 | if (defined $self->application_purpose) |
92 | 0 | 0 | unless $self->application_purpose =~ /^P[1-5]$/ or $change and $self->application_purpose eq '' |
95 | 0 | 0 | if (defined $self->nexus_category) |
97 | 0 | 0 | unless $self->nexus_category =~ m[^C(?:1[12]|21|3[12]/([A-Z][A-Z]))$] or $change and $self->nexus_category eq '' |
98 | 0 | 0 | if $1 and not exists $Net::DRI::Util::CCA2{$1} |
101 | 0 | 0 | if @errs |