Home
last modified time | relevance | path

Searched refs:tests_planned (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/
Dregression.t58 tests_planned => 5,
128 tests_planned => 5,
194 tests_planned => 5,
209 tests_planned => 5,
228 tests_planned => undef,
239 tests_planned => 5,
304 tests_planned => 5,
315 tests_planned => 5,
380 tests_planned => 5,
394 tests_planned => 5,
[all …]
Dresults.t148 tests_planned => 20,
155 tests_planned => 20,
167 tests_planned => 0,
174 tests_planned => 0,
Dbailout.t64 is $parser->tests_planned, 4, '... and the correct number of tests';
Dparse.t322 is $parser->tests_planned, 7, '... and the correct number of tests';
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
DGrammar.pm94 my ( $tests_planned, $tail ) = ( $1, $2 );
101 $line, $tests_planned, 'TODO',
105 elsif ( 0 == $tests_planned ) {
118 $line, $tests_planned, $skip,
184 my ( $tests_planned, $explanation ) = ( $1, $2 );
186 = ( 0 == $tests_planned || defined $explanation )
191 $line, $tests_planned, $skip,
389 my ( $self, $line, $tests_planned, $directive, $explanation, $todo ) = @_;
392 && 0 != $tests_planned
402 tests_planned => $tests_planned,
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/
DPlan.pm59 sub plan { '1..' . shift->{tests_planned} }
72 sub tests_planned { shift->{tests_planned} } subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/
DSession.pm136 my $tests_planned = $parser->tests_planned;
139 = defined $tests_planned
140 ? $tests_planned
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
DParser.pm1194 $self->tests_planned( $plan->tests_planned );
1219 if ( defined( my $tests_planned = $self->tests_planned ) ) {
1220 if ( $tests_run > $tests_planned ) {
1502 if ( $self->tests_run != ( $self->tests_planned || 0 ) ) {
1504 if ( defined( my $planned = $self->tests_planned ) ) {
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/
DParallelSession.pm99 my $planned = $parser->tests_planned || '?';
DSession.pm128 my $planned = $parser->tests_planned || '?';
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/
DHarness.pm378 my $planned = $parser->tests_planned;