Data::Ovulation::Result - Result class for Data::Ovulation
Version 0.01
See the Data::Ovulation manpage.
See the Data::Ovulation manpage.
day_rise()Returns the first day on which the temperature rises. This indicates an ovulation.
ovulation_days()Returns an arrayref of days on which an ovulation is likely to have occured.
fertile_days()Returns an arrayref of days with high fertility.
cover_temperature()Returns the "cover" temperature. This is the highest one of the six temperature values prior to the ovulation day.
impregnation()Returns true if an impregnation is likely to have occured.
min()Returns the lowest temperature value.
max()Returns the highest temperature value.
Tobias Kremer, <cpan at funkreich.de>
Copyright 2007 Tobias Kremer, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.