blib/lib/Math/Calc/Units/Compute.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 14 | 71.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 1 | 0 | 1 | is_unit($$u[1], 'timestamp') and is_unit($$v[1], 'sec') |
0 | 1 | 0 | is_unit($$u[1], 'sec') and is_unit($$v[1], 'timestamp') | |
47 | 4 | 1 | 1 | is_unit($$u[1], 'timestamp') and is_unit($$v[1], 'timestamp') |
1 | 0 | 1 | is_unit($$u[1], 'timestamp') and is_unit($$v[1], 'sec') |
line | l | !l | condition |
---|---|---|---|
83 | 24 | 11 | $mult ||= 1 |