blib/lib/Dist/Zilla/Plugin/BumpVersionAfterRelease/_Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 14 | 78.5 |
line | true | false | branch |
---|---|---|---|
35 | 34 | 0 | if defined $_[0] |
38 | 4 | 0 | if defined $_[0] |
43 | 0 | 39 | unless defined $v |
44 | 38 | 1 | unless $v =~ /$LAX_DOTTED_DECIMAL_VERSION/x |
64 | 1 | 38 | if is_tuple_alpha($version) |
67 | 4 | 34 | $self->allow_decimal_underscore ? : |
2 | 36 | unless $self->allow_decimal_underscore ? is_loose_version($version) : is_strict_version($version) |