Searched refs:too_few (Results 1 – 3 of 3) sorted by relevance
173 my $too_few = $cnt - ($okay + $timeouts + $unknown);175 print(STDERR "#\t$too_few too few threads reported\n") if $too_few;
7370 bool too_few; in PP() local7374 too_few = (argc < (params - opt_params)); in PP()7376 if (UNLIKELY(too_few || (!slurpy && argc > params))) in PP()7383 too_few ? "few" : "many", in PP()7386 … too_few ? (slurpy || opt_params ? "at least " : "") : (opt_params ? "at most " : ""), in PP()7387 too_few ? (params - opt_params) : params); in PP()
2776 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx Script related to Test::Simple