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>