blib/lib/Perl/ToPerl6/TransformerParameter/Behavior/Integer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 15 | 5 | 1 | not $value_string =~ / \A [-+]? [1-9] [\d_]* \z /msx and $value_string ne '0' |
54 | 12 | 6 | 2 | defined $minimum and $minimum > $value |
63 | 11 | 5 | 2 | defined $maximum and $maximum < $value |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
94 | 0 | 0 | 0 | defined $minimum or defined $maximum |