| blib/lib/Minilla/Project.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 53 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 284 | 0 | 0 | 0 | $self->config and defined $self->config->{'name'} |
| 332 | 0 | 0 | 0 | defined $source_path and -e $source_path |
| 470 | 0 | 0 | 0 | $self->contributors and @{$self->contributors;} > 0 |
| 531 | 0 | 0 | 0 | not $registered_url =~ m[^file://] and $registered_url =~ /(?:github|gitlab)\.com/ |
| 651 | 0 | 0 | 0 | ref $self->badges eq "ARRAY" and scalar @{$self->badges;} > 0 |
| 661 | 0 | 0 | 0 | $user_name and $repository_name |
| line | l | !l | condition |
|---|---|---|---|
| 160 | 0 | 0 | $self->config->{'unsupported'} || {} |
| 207 | 0 | 0 | $xsutil->{'generate_ppport_h'} || 0 |
| 214 | 0 | 0 | $xsutil->{'generate_xshelper_h'} || 0 |
| 446 | 0 | 0 | $release_status || 'stable' |
| 636 | 0 | 0 | $self->config->{'markdown_maker'} || 'Pod::Markdown' |
| 712 | 0 | 0 | $1 || 'test' |
| 794 | 0 | 0 | $br || 'master' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 123 | 0 | 0 | 0 | $self->config->{'version'} || $self->metadata->version |
| 140 | 0 | 0 | 0 | %{$self->PL_files;} or grep {/^lib\b.*\.PL$/;} @{$self->files;} |
| 256 | 0 | 0 | 0 | exists $conf->{'build'} or exists $conf->{'XSUtil'} |
| 333 | 0 | 0 | 0 | $source_path || "main module($dist_name)" |
| 424 | 0 | 0 | 0 | $release_status ||= $self->version =~ /_/ ? "unstable" : "stable" |
| 551 | 0 | 0 | 0 | $self->config->{'homepage'} || $http_url |
| 698 | 0 | 0 | 0 | $self->config->{'name'} || $repository_name |