Lines Matching refs:max
121 max => 0,
141 my $passed = ($totals{max} == 0 && defined $totals{skip_all}) ||
142 ($totals{max} && $totals{seen} &&
143 $totals{max} == $totals{seen} &&
144 $totals{max} == $totals{ok});
188 if ( ($point->number > 100_000) && ($point->number > ($self->{max}||100_000)) ) {
218 $totals->{max} += $self->{max};
551 if( my($max, $extra) = $line =~ /^1\.\.(\d+)(.*)/ ) {
552 $self->{max} = $max;
553 assert( $self->{max} >= 0, 'Max # of tests looks right' );
560 if( $self->{max} == 0 ) {