NAME FML::Error::Analyze::simple_count - simple cost evaluator. SYNOPSIS my $analyzer = new FML::Error::Analyze::simple_count; $analyzer->process($curproc, $data); DESCRIPTION This class provides simple evaluation of the number of error messages. METHODS new($curproc) constructor. process($curproc, $data) count up the number of error messsages if the status is [45]XX. The cost to sum up varies according to the status code. CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2003,2004,2005,2006 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. HISTORY FML::Error::Analyze::simple_count appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.