Branch Coverage

blib/lib/Vote/Count/Helper/FullCascadeCharge.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
53 0 23414 unless ($V->{'votevalue'} > 0)
56 17943 17802 if ($active->{$C}) { }
17703 99 elsif ($cost->{$C}) { }
59 12335 5368 if ($V->{'votevalue'} >= $cost->{$C}) { }
65 5370 12333 unless ($V->{'votevalue'} > 0)