blib/lib/Dist/Zilla/Plugin/PkgVersion/Block.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
80 | 19 | 5 | 0 | $count == 1 and $token ne 'package' |
81 | 19 | 5 | 0 | $count == 2 and not $token =~ /\s+/u |
82 | 19 | 5 | 0 | $count == 3 and not $token =~ /\w+(::\w+)*/u |
84 | 19 | 4 | 1 | $count == 4 and not $token =~ /\s+/u |
85 | 19 | 3 | 1 | $count == 5 and $token ne '{' |