Home
last modified time | relevance | path

Searched refs:all_passed (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/lib/
H A DBenchmark.t396 $all_passed
398 $all_passed
400 $all_passed &=
402 $all_passed
416 $all_passed
418 $all_passed
440 $all_passed
445 $all_passed
447 $all_passed
459 my $all_passed
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Daggregator.t122 ok !$agg->all_passed, '... and it should tell us not all tests passed';
216 ok $agg->all_passed, '... bonus tests should be passing tests, too';
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DAggregator.pm256 sub all_passed { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/
H A DBase.pm301 if ( $aggregate->all_passed ) {