Branch Coverage

blib/lib/Mo/utils/Currency.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
20 2 2 if _check_key($self, $key)
22 1 1 unless (keys %codes)
26 1 1 unless (exists $codes{$self->{$key}})
38 2 2 unless (exists $self->{$key} and defined $self->{$key})