Searched refs:no_plan (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm133 $Test->plan('no_plan');
154 if( $cmd eq 'no_plan' ) {
155 $self->no_plan;
205 =item B<no_plan>
207 $Test->no_plan;
214 sub no_plan { subroutine
223 Find out whether a plan has been defined. $plan is either C<undef> (no plan has been set), C<no_plan> (indeterminate # of tests) or an integer (the number of expected tests).
229 return('no_plan') if $No_Plan;
742 If you're running under no_plan, it skips once and terminates the
H A DMore.pm57 use Test::More qw(no_plan);
139 use Test::More qw(no_plan);
802 # $how_many can only be avoided when no_plan is in use.
879 # $how_many can only be avoided when no_plan is in use.
1181 no_plan and todo depend on new Test::Harness features and fixes. If
1182 you're going to distribute tests that use no_plan or todo your
1184 CPAN. If you avoid no_plan and TODO tests, the stock Test::Harness

Completed in 22 milliseconds