NAME
	summary

SYNOPSIS
	sum[mary] [passed | failed | executed]

DESCRIPTION
	The summary command displays a table showing the number of trials and
	failures of tests matching the given condition.  The command displays
	only those tests that are under the menu structure of the current menu
        item. 

	To see the summary of all the tests in psd, the command should be 
	invoked from the root menu item.

	The following examples invoke the summary with different arguments.
	The default condition is to show the tests which have executed.

	For example,

	sum

	displays a summary of tests which have executed.

	Another way to display a summary of the tests which have failed,
	enter the command:
	
	sum failed

	To display a summary of tests which have executed, enter the
	command:

	sum executed

	To display a summary of tests which have passed, enter the
	command:

	sum passed
			
See Also: 
	clear, log

