| blib/lib/Dist/Mgr.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 52 | 68 | 76.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 92 | 1 | 1 | 4 | defined $author and defined $repo |
| 103 | 1 | 1 | 4 | defined $author and defined $repo |
| 129 | 0 | 2 | 0 | -e $file and $changes_date_count |
| 198 | 2 | 4 | 3 | defined $os and ref $os ne "ARRAY" |
| 243 | 4 | 0 | 15 | -e $file and -f $file |
| 326 | 4 | 0 | 5 | defined $copyright and $copyright =~ /^\d{4}$/ |
| 351 | 2 | 0 | 1 | $args{'user'} and $args{'password'} |
| 602 | 2 | 7 | 5 | defined $version and $version =~ /^-/ |
| 1049 | 1 | 1 | 4 | defined $module and defined $author |
| 1 | 1 | 3 | defined $module and defined $author and defined $email |
| line | l | !l | condition |
|---|---|---|---|
| 96 | 3 | 1 | $makefile //= "Makefile.PL" |
| 107 | 3 | 1 | $makefile //= "Makefile.PL" |
| 116 | 1 | 1 | $file //= "Changes" |
| 142 | 1 | 0 | $file //= "Changes" |
| 158 | 1 | 0 | $file //= "Changes" |
| 185 | 7 | 0 | $fs_entry //= "lib/" |
| 276 | 2 | 0 | $fs_entry //= "." |
| 316 | 3 | 0 | $fs_entry //= "." |
| 374 | 1 | 1 | $dir //= "." |
| 470 | 1 | 1 | $dir //= "." |
| 481 | 1 | 1 | $dir //= "./t" |
| 608 | 10 | 4 | $fs_entry //= "lib/" |
| 687 | 5 | 0 | $fs_entry //= "lib/" |
| 741 | 0 | 6 | my $ci_file //= ".github/workflows/github_ci_default.yml" |
| 986 | 21 | 0 | $fs_entry //= "lib/" |
| 1098 | 4 | 0 | $fs_entry //= "." |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 345 | 0 | 1 | 2 | $args{'user'} //= $args{'cpan_id'} |
| 346 | 0 | 1 | 2 | $args{'password'} //= $args{'cpan_pw'} |