| blib/lib/Perl/ToPerl6/TransformerParameter/Behavior/Integer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 0 | 0 | if (defined $config_string) |
| 36 | 0 | 0 | if (defined $value_string) |
| 37 | 0 | 0 | if (not $value_string =~ / \A [-+]? [1-9] [\d_]* \z /msx and $value_string ne '0') |
| 52 | 0 | 0 | if (defined $minimum and $minimum > $value) |
| 61 | 0 | 0 | if (defined $maximum and $maximum < $value) |
| 88 | 0 | 0 | if ($description) |
| 92 | 0 | 0 | if (defined $minimum or defined $maximum) { } |
| 93 | 0 | 0 | if (defined $minimum) { } |
| 99 | 0 | 0 | if (defined $maximum) { } |