Branch Coverage

blib/lib/Math/NumSeq/Triangular.pm
Criterion Covered Total %
branch 15 16 93.7


line true false branch
66 0 50 if ($value < 0)
68 21 29 if ($value != $int)
82 31 4 if ($value >= 0)
84 19 12 if ($value == $int)
86 14 5 if ($int == $self->ith($i))
95 14 96 if ($value < 0)
105 7 41 if ($value <= 0)
109 16 25 if ($self->ith($i) < $value) { }