| blib/lib/Dist/Zilla/Plugin/ReversionOnRelease.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 22 | 54.5 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 0 | 5 | unless $ENV{'DZIL_RELEASING'} |
| 38 | 0 | 5 | if ($self->prompt) |
| 62 | 2 | 3 | if ($ENV{'V'}) { } |
| 3 | 0 | elsif ($self->is_released($new_ver)) { } | |
| 80 | 3 | 0 | unless (-e $changes_file) |
| 99 | 0 | 20 | if ($in_pod) { } |
| 100 | 0 | 0 | if (/^=cut/) |
| 102 | 0 | 20 | if (/^=(?!cut)/) |
| 113 | 0 | 5 | if (defined $current and $current ne $ver) |
| 136 | 5 | 15 | if &$scanner($_) |
| 139 | 5 | 0 | if $munged |