Branch Coverage

blib/lib/Number/DataRate.pm
Criterion Covered Total %
branch 15 20 75.0


line true false branch
25 0 48 unless $psec
31 8 40 if $unit eq 'B' or lc $unit eq 'byte'
33 20 28 if $magnitude eq 'k'
34 0 48 if $magnitude eq 'ki'
35 14 34 if $magnitude eq 'M'
36 0 48 if $magnitude eq 'Mi'
37 4 44 if $magnitude eq 'G'
38 0 48 if $magnitude eq 'Gi'
39 2 46 if $magnitude eq 'T'
40 0 48 if $magnitude eq 'Ti'