Condition Coverage

blib/lib/Module/Starter/Simple.pm
Criterion Covered Total %
condition 12 25 48.0


and 3 conditions

line !l l&&!r l&&r condition
97 44 0 0 not $self->{'author'} and $^O ne 'MSWin32'
101 44 0 0 not $self->{'email'} and exists $ENV{'EMAIL'}
117 0 0 44 defined $self->{'distro'} and length $self->{'distro'}
253 0 0 44 eval { do { &require_module($class); 1 } } and $class->can('new')

or 2 conditions

line l !l condition
90 44 0 $self->{'modules'} || []
109 44 0 $self->{'license'} ||= 'artistic2'
110 42 2 $self->{'minperl'} ||= '5.006'
111 42 2 $self->{'ignores_type'} ||= ['generic']
651 44 0 $self->{'license_record'} || (return ())

or 3 conditions

line l !l&&r !l&&!r condition
122 44 0 0 $self->{'dir'} || $self->{'distro'}