Branch Coverage

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


line true false branch
57 0 23414 unless ($V->{'votevalue'} > 0)
60 17943 17802 if ($active->{$C}) { }
17703 99 elsif ($cost->{$C}) { }
63 12335 5368 if ($V->{'votevalue'} >= $cost->{$C}) { }
69 5370 12333 unless ($V->{'votevalue'} > 0)