blib/lib/Perl/ToPerl6/TransformerParameter/Behavior/Integer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 18 | 55.5 |
line | true | false | branch |
---|---|---|---|
33 | 20 | 2 | if (defined $config_string) |
38 | 21 | 1 | if (defined $value_string) |
39 | 1 | 20 | if (not $value_string =~ / \A [-+]? [1-9] [\d_]* \z /msx and $value_string ne '0') |
54 | 2 | 18 | if (defined $minimum and $minimum > $value) |
63 | 2 | 16 | if (defined $maximum and $maximum < $value) |
90 | 0 | 0 | if ($description) |
94 | 0 | 0 | if (defined $minimum or defined $maximum) { } |
95 | 0 | 0 | if (defined $minimum) { } |
101 | 0 | 0 | if (defined $maximum) { } |