| blib/lib/SBOM/CycloneDX/Attachment.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 16 | 25.0 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 100 | if $self->file and $self->content |
| 36 | 0 | 100 | if ($self->encoding) |
| 40 | 0 | 0 | if ($self->file and not $content) |
| 44 | 0 | 0 | if (not $self->file and $content) |
| 45 | 0 | 0 | $content =~ /$BASE64_REGEXP/ ? : |
| 48 | 0 | 0 | unless $b64_content |
| 56 | 0 | 100 | if $self->content_type |
| 57 | 0 | 100 | if $self->encoding |