blib/lib/Ticketmaster.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 0 | if @_ |
31 | 0 | 0 | if $change <= 0 |
45 | 0 | 0 | if ($coin) { } |
47 | 0 | 0 | if $$self{'change'} == 0 |
52 | 0 | 0 | unless $pop_coin |
65 | 0 | 0 | if scalar @$coins == 0 and $coin == $$self{'min_coin'} |
74 | 0 | 0 | if ($$self{'store'}{$_} != 0) |
88 | 0 | 0 | if $limit and $coin > $limit |
89 | 0 | 0 | unless $coin <= $$self{'change'} |
90 | 0 | 0 | unless $$store{$coin} > 0 |
93 | 0 | 0 | if $_ < $coin and $$store{$_} > 0 |
108 | 0 | 0 | if (exists $new_store{$key}) { } |