| blib/lib/SBOM/CycloneDX/Declarations/Signatory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 0 | 0 | if (exists $args->{'signature'} and exists $args->{'organization'} and exists $args->{'external_reference'}) |
| 24 | 0 | 0 | if (not exists $args->{'signature'} || exists $args->{'organization'} && exists $args->{'external_reference'}) |
| 43 | 0 | 0 | if $self->name |
| 44 | 0 | 0 | if $self->role |
| 45 | 0 | 0 | if $self->signature |
| 46 | 0 | 0 | if $self->organization |
| 47 | 0 | 0 | if $self->external_reference |