Branch Coverage

blib/lib/Blockchain/Ethereum/Utils.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
47 6 93 unless defined $value and &looks_like_number($value)
48 1 92 unless defined $unit
52 24 3 exists $ETHEREUM_UNITS{lc $unit} ? :
65 27 $unit =~ /^\d+$/u ? :