| blib/lib/Dist/Inktly/Minty.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 20 | 0.0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 120 | 0 | 0 | $self->{'abstract'} ||= "a module that does something-or-other" | 
| 121 | 0 | 0 | $self->{'version'} ||= "0.001" | 
| 124 | 0 | 0 | $self->{'destination'} ||= "./" | 
| 143 | 0 | 0 | $self->{'licence_class'} ||= "Software::License::Perl_5" | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 112 | 0 | 0 | 0 | $self->{'author'}{'mbox'} ||= sprintf("%s\@cpan.org", $self->{'author'}{'cpanid'}) | 
| 118 | 0 | 0 | 0 | $self->{'backpan'} ||= sprintf("http://backpan.cpan.org/authors/id/%s/%s/%s/", substr(uc $self->{'author'}{'cpanid'}, 0, 1), substr(uc $self->{'author'}{'cpanid'}, 0, 2), uc $self->{'author'}{'cpanid'}) | 
| 140 | 0 | 0 | 0 | $self->{'copyright'}{'holder'} ||= $self->{'author'}{'name'} | 
| 141 | 0 | 0 | 0 | $self->{'copyright'}{'year'} ||= 1900 + [localtime]->[5] |