| unitConverter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 11 | 81.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 15 | 44 | 4 | 15 | $scale == 1 && $offset == 0 |
| 51 | 1 | 10 | 7 | $this->offset == 0 and $pow == 1 |
| line | l | !l | condition |
|---|---|---|---|
| 14 | 8 | 103 | $offset ||= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 10 | 0 | 111 | 0 | ref $class || $class |