Condition Coverage

blib/lib/Money/ChangeMaker.pm
Criterion Covered Total %
condition 9 18 50.0


and 3 conditions

line !l l&&!r l&&r condition
29 6 0 0 defined $options and ref $options eq 'HASH'
66 0 0 12 defined $price and defined $tendered
149 7 0 57 defined $thisDenom and defined $denom
7 32 25 defined $thisDenom and defined $denom and $denom->name eq $thisDenom->name

or 3 conditions

line l !l&&r !l&&!r condition
25 0 6 0 ref $proto || $proto
69 0 0 12 $price < 1 or $tendered < 1