An array of one or more CodeCoverageResult objects that contains the details of the code coverage for the specified unit tests.
An array of one or more code coverage warnings for the test run. The results include both the total number of lines that could have been executed, as well as the number, line, and column positions of code that was not executed.
An array of one or more RunTestFailure objects that contain information about the unit test failures, if there are any.
An array of one or more RunTestSuccess objects that contain information about successes, if there are any.
The ID of an ApexLog object that is created at the end of a test run. The ApexLog object is created if there is an active trace flag on the user running an Apex test, or on a class or trigger being executed.