Perl::Critic::Policy::Bangs::ProhibitNoPlan - Know what you're going to test.


Perl-Critic-Bangs documentation  | view source Contained in the Perl-Critic-Bangs distribution.

Index


NAME

Top

Perl::Critic::Policy::Bangs::ProhibitNoPlan - Know what you're going to test.

AFFILIATION

Top

This Policy is part of the Perl::Critic::Bangs distribution.

DESCRIPTION

Top

Test::More should be given a plan indicting the number of tests to be run. This policy searches for instances of Test::More called with "no_plan".

CONFIGURATION

Top

This Policy is not configurable except for the standard options.

AUTHOR

Top

Andrew Moore <amoore@mooresystems.com>

ACKNOWLEDGMENTS

Top

Adapted from policies by Jeffrey Ryan Thalhammer <thaljef@cpan.org>, Based on App::Fluff by Andy Lester, "<andy at petdance.com>"

COPYRIGHT

Top


Perl-Critic-Bangs documentation  | view source Contained in the Perl-Critic-Bangs distribution.