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;
7799 bool too_few; in PP() local7803 too_few = (argc < (params - opt_params)); in PP()7805 if (UNLIKELY(too_few || (!slurpy && argc > params))) in PP()7812 too_few ? "few" : "many", in PP()7815 … too_few ? (slurpy || opt_params ? "at least " : "") : (opt_params ? "at most " : ""), in PP()7816 too_few ? (params - opt_params) : params); in PP()
2768 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx Script related to Test::Simple