blib/lib/Bot/Cobalt/Plugin/Extras/TempConv.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
48 | 0 | 0 | unless $temp |
49 | 0 | 0 | if $temp > 100000000000 |
50 | 0 | 0 | unless $type and grep {$_ eq uc $type;} 'F', 'C', 'K' |
54 | 0 | 0 | if $upper eq 'F' |
57 | 0 | 0 | if $upper eq 'C' |
60 | 0 | 0 | if $upper eq 'K' |