The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Run::Plugin::CollectStats - Test::Run plugin to collect statistics and data.

VERSION

Version 0.0104

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>

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 Shlomi Fish.

This program is released under the following license: MIT/Expat.