NAME
Test::Run::Plugin::CollectStats - Test::Run plugin to collect statistics and data.
VERSION
Version 0.0103
SYNOPSIS
package MyTestRun;
use base 'Test::Run::Plugin::AlternateInterpreters';
use base 'Test::Run::Obj';
METHODS
$tester->get_recorded_test_file_data($index)
Returns the Test::Run::Plugin::CollectStats::TestFileData instance representing the results of test number $index.
$tester->find_test_file_idx_by_filename($filename)
Retrieves the (last) index of the test file $filename.
$tester->get_num_collected_tests()
Retrieves the number of collected tests.
$tester->get_filename_test_data($filename)
Returns theTest::Run::Plugin::CollectStats::TestFileData instance representing the results of the (last) test with the filename $filename.
SEE ALSO
Test::Run::Plugin::CollectStats::TestFileData, Test::Run::Core, Test::Run::Obj.
AUTHOR
Shlomi Fish, <shlomif at cpan.org>
BUGS
Please report any bugs or feature requests to bug-test-run-plugin-collectstats at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Run-Plugin-CollectStats. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Test::Run::Plugin::CollectStats
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Run-Plugin-CollectStats
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT/X11.