blib/lib/Bot/Cobalt/Plugin/Extras/TempConv.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | l | !l | condition |
---|---|---|---|
54 | 0 | 0 | ($f, $k, $c) = ($temp, _f2k($temp), _f2c($temp)) and last |
57 | 0 | 0 | ($f, $k, $c) = (_c2f($temp), _c2k($temp), $temp) and last |
60 | 0 | 0 | ($f, $k, $c) = (_k2f($temp), $temp, _k2c($temp)) and last |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
50 | 0 | 0 | 0 | $type and grep {$_ eq uc $type;} 'F', 'C', 'K' |
line | l | !l | condition |
---|---|---|---|
45 | 0 | 0 | $msg->message_array->[0] || '' |