blib/lib/Module/Starter/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 20 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 46 | 0 | 0 | not $self->{'author'} and $^O ne 'MSWin32' |
100 | 46 | 0 | 0 | not $self->{'email'} and exists $ENV{'EMAIL'} |
116 | 0 | 0 | 46 | defined $self->{'distro'} and length $self->{'distro'} |
line | l | !l | condition |
---|---|---|---|
89 | 46 | 0 | $self->{'modules'} || [] |
108 | 46 | 0 | $self->{'license'} ||= 'artistic2' |
109 | 44 | 2 | $self->{'minperl'} ||= '5.006' |
110 | 44 | 2 | $self->{'ignores_type'} ||= ['generic'] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
121 | 46 | 0 | 0 | $self->{'dir'} || $self->{'distro'} |