blib/lib/Rinchi/CIGIPP/ConformalClampedEntityControl.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
192 | 0 | 0 | 1 | $nv >= 0 and $nv <= 360 |
216 | 0 | 0 | 1 | $nv >= -90 and $nv <= 90 |
240 | 0 | 0 | 1 | $nv >= -180 and $nv <= 180 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
89 | 0 | 1 | 0 | ref $class || $class |