blib/lib/Module/Starter/Plugin/CGIApp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 14 | 35.7 |
line | l | !l | condition |
---|---|---|---|
112 | 0 | 3 | $self->{'license'} ||= 'perl' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
64 | 0 | 3 | 0 | ref $proto || $proto |
120 | 3 | 0 | 0 | $self->{'dir'} || $self->{'distro'} |
396 | 3 | 0 | 0 | $ENV{'MODULE_TEMPLATE_DIR'} || $self->{'template_dir'} |
403 | 0 | 0 | 57 | not -f $_ or $basename =~ /\A [.]/msx |