| lib/Net/API/CPAN/Favorite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 7 | 14 | 50.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 32 | 1 | 0 | unless exists $self->{'author'} | 
| 33 | 1 | 0 | unless exists $self->{'date'} | 
| 34 | 1 | 0 | unless exists $self->{'distribution'} | 
| 35 | 1 | 0 | unless exists $self->{'id'} | 
| 37 | 1 | 0 | unless exists $self->{'release'} | 
| 38 | 1 | 0 | unless exists $self->{'user'} | 
| 41 | 0 | 1 | unless $self->SUPER::init(@_) |