Branch Coverage

blib/lib/Math/NumSeq/Pronic.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
71 0 92 if ($value < 0)
78 34 4 if ($value >= 0)
80 20 14 if ($value == $int)
82 14 6 if ($int == $self->ith($i))
91 17 210 if ($value < 0)
99 21 43 if ($self->ith($i) < $value) { }