Lines Matching defs:summary
154 -2 really quiet Suppress everything but the tests summary.
307 made in the summary report. To see all of the parse errors, set this
400 Attempt to print summary information if run is interrupted by
554 $self->summary( $aggregate, $interrupted );
584 =head3 C<summary>
586 $harness->summary( $aggregator );
588 Output the summary for a L<TAP::Parser::Aggregator>.
592 sub summary {
594 $self->formatter->summary(@args);
694 Run the named tests and display a summary of result. Tests will be run
718 $formatter->summary($aggregator);
1048 =item L</summary>