| blib/lib/Dist/Zilla/Plugin/PodnameFromClassname.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 4 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 0 | 1 | if (not $content =~ /^$optional_ws# PODCLASSNAME:?$/ms) { } |
| 0 | 1 | elsif (not $content =~ /^$optional_ws(?:class|library|namespace|role) +([a-zA-Z][a-zA-Z0-9_]*(?:::[a-zA-Z][a-zA-Z0-9_]*)*)/ms) { } |