blib/lib/Parse/SAMGov/Exclusion.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 36 | 50.0 |
line | true | false | branch |
---|---|---|---|
20 | 4 | 0 | if $self->address |
21 | 0 | 4 | if $self->DUNS |
22 | 0 | 4 | if $self->CAGE |
23 | 4 | 0 | if $self->SAM_number |
24 | 0 | 4 | if $self->NPI |
25 | 4 | 0 | if $self->active_date |
26 | 4 | 0 | if ($self->termination_date->year == 2200) { } |
29 | 0 | 0 | if $self->termination_date |
31 | 0 | 4 | if $self->crossref |
32 | 0 | 4 | if $self->record_status |
33 | 4 | 0 | if $self->xprogram |
34 | 4 | 0 | if $self->xagency |
35 | 4 | 0 | if $self->xtype |
36 | 4 | 0 | if $self->CT_code |
37 | 4 | 0 | if $self->comments |
73 | 10 | 0 | if (@_) |
75 | 4 | 6 | if $d =~ /indefinite/i |
115 | 0 | 4 | unless scalar @_ >= 28 |