blib/lib/OS/Package/Artifact/Role/Validate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
18 | 0 | 0 | if (defined $self->md5) |
19 | 0 | 0 | unless ($self->validate_md5) |
24 | 0 | 0 | if (defined $self->sha1) |
25 | 0 | 0 | unless ($self->validate_sha1) |
39 | 0 | 0 | unless $md5->addfile($fh) |
43 | 0 | 0 | if ($md5->hexdigest eq $self->md5) |
59 | 0 | 0 | if ($sha->hexdigest eq $self->sha1) |