NAME
WWW::Mechanize::Script::Plugin::ResponseTimeTest - check response time of request
VERSION
version 0.101
METHODS
check_value_names()
Returns qw(min_elapsed_time max_elapsed_time)
check_response(\%check,$mech)
Proves whether min_elapsed_time is greater than client_elapsed_time
(and accumulate min_elapsed_time_code into $code when true) or max_elapsed_time is lower than client_elapsed_time
(and accumulate max_elapsed_time_code into $code when true).
Return the accumulated $code and appropriate constructed message, if any coparisation failed.
BUGS
Please report any bugs or feature requests on the bugtracker website http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Mechanize-Script or by email to bug-www-mechanize-script@rt.cpan.org.
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Jens Rehsack <rehsack@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Jens Rehsack.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.