blib/lib/Perl/ToPerl6/TransformerParameter/Behavior/Integer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | not $value_string =~ / \A [-+]? [1-9] [\d_]* \z /msx and $value_string ne '0' |
52 | 0 | 0 | 0 | defined $minimum and $minimum > $value |
61 | 0 | 0 | 0 | defined $maximum and $maximum < $value |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
92 | 0 | 0 | 0 | defined $minimum or defined $maximum |