Branch Coverage

blib/lib/Statistics/Forecast.pm
Criterion Covered Total %
branch 7 16 43.7


line true false branch
103 0 1 unless ($$self{'DataY'})
106 0 1 if ($#{$$self{'DataX'};} eq -1)
112 0 1 if (join('', @{$$self{'DataX'};}) =~ /[^0-9\-]/)
113 0 1 if (join('', @{$$self{'DataY'};}) =~ /[^0-9\-]/)
114 0 1 if ($$self{'NextX'} =~ /[^0-9\-]/)
116 0 1 if ($#{$$self{'DataY'};} != $#{$$self{'DataX'};})
117 0 1 unless ($$self{'NextX'})
204 0 0 if ($$self{'N'}) { }