| blib/lib/Module/Starter/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 25 | 48.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 97 | 58 | 0 | 0 | not $self->{'author'} and $^O ne 'MSWin32' | 
| 101 | 58 | 0 | 0 | not $self->{'email'} and exists $ENV{'EMAIL'} | 
| 117 | 0 | 0 | 58 | defined $self->{'distro'} and length $self->{'distro'} | 
| 255 | 0 | 0 | 58 | eval { do { &require_module($class); 1 } } and $class->can('new') | 
| line | l | !l | condition | 
|---|---|---|---|
| 90 | 58 | 0 | $self->{'modules'} || [] | 
| 109 | 58 | 0 | $self->{'license'} ||= 'artistic2' | 
| 110 | 56 | 2 | $self->{'minperl'} ||= '5.006' | 
| 111 | 56 | 2 | $self->{'ignores_type'} ||= ['generic'] | 
| 658 | 58 | 0 | $self->{'license_record'} || (return ()) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 122 | 58 | 0 | 0 | $self->{'dir'} || $self->{'distro'} |