Analyze data from one or more coverage files and output XML. Usage: analyze options file2 . Options: /include_skipped_functions ...

Analyze data from one or more coverage files and output XML.
    Usage: analyze [options]  [file2 [...]]
    Options:
        /include_skipped_functions
        [optional] Includes skipped functions in the results.

        /include_skipped_modules
        [optional] Includes skipped modules in the results

        /output:
        [optional] The file to output the analyzed coverage data to
        The default is to use standard output

        /test:
        [optional] The test identifier string to limit the coverage
        data to. This option can be specified multiple times to merge
        coverage data for different tests together

    Example:
        CodeCoverage analyze /include_skipped_functions 
        /include_skipped_modules /output:results.xml MyWebApp.coverage%0