App-DocKnot
view release on metacpan or search on metacpan
t/lib/Test/RRA/Config.pm view on Meta::CPAN
root of the test directory to be a directory named F<t> relative to the
current directory, which will be the case for stand-alone Perl modules.
The following variables are supported:
=over 4
=item $COVERAGE_LEVEL
The coverage level achieved by the test suite for Perl test coverage testing
using Test::Strict, as a percentage. The test will fail if test coverage less
than this percentage is achieved. If not given, defaults to 100.
=item @COVERAGE_SKIP_TESTS
Directories under F<t> whose tests should be skipped when doing coverage
testing. This can be tests that won't contribute to coverage or tests that
don't run properly under Devel::Cover for some reason (such as ones that use
taint checking). F<docs> and F<style> will always be skipped regardless of
this setting.
=item @CRITIC_IGNORE
( run in 0.331 second using v1.01-cache-2.11-cpan-05162d3a2b1 )