| blib/lib/Minilla/Project.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 53 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 285 | 0 | 0 | 0 | $self->config and defined $self->config->{'name'} |
| 333 | 0 | 0 | 0 | defined $source_path and -e $source_path |
| 471 | 0 | 0 | 0 | $self->contributors and @{$self->contributors;} > 0 |
| 532 | 0 | 0 | 0 | not $registered_url =~ m[^file://] and $registered_url =~ /(?:github|gitlab)\.com/ |
| 652 | 0 | 0 | 0 | ref $self->badges eq "ARRAY" and scalar @{$self->badges;} > 0 |
| 662 | 0 | 0 | 0 | $user_name and $repository_name |
| line | l | !l | condition |
|---|---|---|---|
| 161 | 0 | 0 | $self->config->{'unsupported'} || {} |
| 208 | 0 | 0 | $xsutil->{'generate_ppport_h'} || 0 |
| 215 | 0 | 0 | $xsutil->{'generate_xshelper_h'} || 0 |
| 447 | 0 | 0 | $release_status || 'stable' |
| 637 | 0 | 0 | $self->config->{'markdown_maker'} || 'Pod::Markdown' |
| 714 | 0 | 0 | $1 || 'test.yml' |
| 797 | 0 | 0 | $br || 'master' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 124 | 0 | 0 | 0 | $self->config->{'version'} || $self->metadata->version |
| 141 | 0 | 0 | 0 | %{$self->PL_files;} or grep {/^lib\b.*\.PL$/;} @{$self->files;} |
| 257 | 0 | 0 | 0 | exists $conf->{'build'} or exists $conf->{'XSUtil'} |
| 334 | 0 | 0 | 0 | $source_path || "main module($dist_name)" |
| 425 | 0 | 0 | 0 | $release_status ||= $self->version =~ /_/ ? "unstable" : "stable" |
| 552 | 0 | 0 | 0 | $self->config->{'homepage'} || $http_url |
| 699 | 0 | 0 | 0 | $self->config->{'name'} || $repository_name |