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

NAME

Test::Run::Plugin::CollectStats::TestFileData - an object representing the data for a single test file in Test::Run.

VERSION

Version 0.0103

METHODS

$test_file_data->elapsed_time()

The elapsed time in seconds, with a leading space. Could have a fraction if Time::HiRes is installed or could be "<1" if less than one second.

$test_file_data->results()

The Test::Run::Straps::StrapsTotalsObj object representing the test file totals information.

$test_file_data->summary_object()

The Test::Run::Obj::TestObj object that summarizes and analzes the results.

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:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 Shlomi Fish, all rights reserved.

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