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.0104

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>

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 Shlomi Fish.

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