| blib/lib/Dist/Zilla/Plugin/ReversionOnRelease.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 22 | 54.5 |
| line | true | false | branch |
|---|---|---|---|
| 38 | 0 | 10 | unless $ENV{'DZIL_RELEASING'} |
| 42 | 0 | 10 | if ($self->prompt) |
| 66 | 4 | 6 | if ($ENV{'V'}) { } |
| 6 | 0 | elsif ($self->is_released($new_ver)) { } | |
| 84 | 6 | 0 | unless (-e $changes_file) |
| 103 | 0 | 38 | if ($in_pod) { } |
| 104 | 0 | 0 | if (/^=cut/) |
| 106 | 0 | 38 | if (/^=(?!cut)/) |
| 117 | 0 | 10 | if (defined $current and $current ne $ver) |
| 140 | 10 | 28 | if &$scanner($_) |
| 143 | 10 | 0 | if $munged |