blib/lib/Money/ChangeMaker/Denomination.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 14 | 57.1 |
line | true | false | branch |
---|---|---|---|
28 | 0 | 483 | if (@_ != 2 and @_ != 3) |
35 | 0 | 483 | unless (($val = _number_of($_[0])) > 0) |
50 | 0 | 597 | if (defined $value and $value > 0) |
60 | 0 | 146 | if (defined $name) |
71 | 0 | 18 | if (defined $plural) |
74 | 5 | 13 | $$self{'_PLURAL'} ? : |
81 | 483 | 0 | if ($test =~ /^([\d.]+)/) |