Searched refs:tests_planned (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| D | regression.t | 58 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 …]
|
| D | results.t | 148 tests_planned => 20, 155 tests_planned => 20, 167 tests_planned => 0, 174 tests_planned => 0,
|
| D | bailout.t | 64 is $parser->tests_planned, 4, '... and the correct number of tests';
|
| D | parse.t | 322 is $parser->tests_planned, 7, '... and the correct number of tests';
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
| D | Grammar.pm | 94 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/ |
| D | Plan.pm | 59 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/ |
| D | Session.pm | 136 my $tests_planned = $parser->tests_planned; 139 = defined $tests_planned 140 ? $tests_planned
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/ |
| D | Parser.pm | 1194 $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/ |
| D | ParallelSession.pm | 99 my $planned = $parser->tests_planned || '?';
|
| D | Session.pm | 128 my $planned = $parser->tests_planned || '?';
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/ |
| D | Harness.pm | 378 my $planned = $parser->tests_planned;
|