| lib/Net/API/CPAN/DownloadUrl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 16 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 1 | 0 | unless exists $self->{'checksum_md5'} |
| 33 | 1 | 0 | unless exists $self->{'checksum_sha256'} |
| 34 | 1 | 0 | unless exists $self->{'date'} |
| 35 | 1 | 0 | unless exists $self->{'download_url'} |
| 37 | 1 | 0 | unless exists $self->{'release'} |
| 38 | 1 | 0 | unless exists $self->{'status'} |
| 39 | 1 | 0 | unless exists $self->{'version'} |
| 42 | 0 | 1 | unless $self->SUPER::init(@_) |