There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

App::Prove::Plugin::Count - A prove plugin to count test files.

SYNOPSIS

$ prove -PCount

# [ 1/10] t/test1.t ....... ok
# [ 2/10] t/test2.t ....... ok
# ...

DESCRIPTION

App::Prove::Plugin::Count is a prove plugin to count test files.

This plugin adds current test file count and total test file count at the front of each test result.

LICENSE

Copyright (C) Masahiro Iuchi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Masahiro Iuchi <masahiro.iuchi@gmail.com>