Skip Menu |

This queue is for tickets about the Statistics-Regression CPAN distribution.

Report information
The Basics
Id: 41990
Status: new
Priority: 0/
Queue: Statistics-Regression

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.53
Fixed in: (no value)



Subject: Dying in the middle of ->print
Currently th code of the $reg->print method is written such that print starts outputting text before it knows whether it will be able to print the whole thing. So far I have seen print die during theta(), standarderrors(), rsq() and even with a division by zero when dividing $theta->[$i]/$standarderrors[$i]. IT would be nice if this could be written such that there is only either a die or output. Thanks for an amazing module!