blib/lib/Math/Calc/Units/Convert/Byte.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 10 | 90.0 |
line | true | false | branch |
---|---|---|---|
30 | 1 | 162 | if (keys %total_unit_map == 0) |
46 | 47 | 247 | if $from =~ /^b(yte(s?))?$/i |
48 | 211 | 36 | if (my $easy = $self->SUPER::simple_convert($from, $to)) |
53 | 3 | 33 | if ($from =~ /^(.)b(yte(s?))?$/i) |
54 | 3 | 0 | if (my($prefix) = $self->expand($1)) |