NAME

Test::Count - Module for keeping track of the number of tests in a Test Script.

SYNOPSIS

$ cat "t/mytest.t" | perl -MTest::Count::Filter -e 'filter()'

FUNCTIONS

$counter->process({ 'input_fh' => \*MYFILEHANDLE});

Process the filehandle specified in 'input_fh', and return a hash ref with the following keys:

  • tests_count

    The count of the test.

  • lines

    The lines of the stream as is.

AUTHOR

Shlomi Fish, <shlomif at cpan.org>

BUGS

Please report any bugs or feature requests to bug-test-count at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test::Count. 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::Count

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2006 Shlomi Fish, all rights reserved.

This program is released under the following license: bsd