Branch Coverage

blib/lib/Math/NumSeq/Runs.pm
Criterion Covered Total %
branch 26 30 86.6


line true false branch
298 12 34 if ($$self{'runs_type'} =~ /^(\d+)rep/) { }
301 12 0 $i_start >= 0 ? :
325 248 94 if (--$$self{'c'} >= 0) { }
329 8 86 if (my $func = $$self{'count_inc_func'}) { }
344 51 507 if ($i < $i_start)
348 47 460 if ($$self{'runs_type'} eq 'Nto0' or $$self{'runs_type'} eq 'Nto1') { }
59 401 elsif ($$self{'runs_type'} eq 'Nrep' or $$self{'runs_type'} eq 'N+1rep') { }
30 371 elsif ($$self{'runs_type'} eq '0toNinc') { }
129 242 elsif ($$self{'runs_type'} =~ /^(\d+)rep/) { }
35 207 elsif ($$self{'runs_type'} eq '1to2N') { }
125 82 elsif ($$self{'runs_type'} eq '0to2N' or $$self{'runs_type'} eq '1to2N+1') { }
35 47 elsif ($$self{'runs_type'} eq '1toFib') { }
377 0 129 if ($rep < 1)
440 0 171 unless ($value == int $value)
443 171 0 if (defined $$self{'values_min'}) { }