NCover Documentation
  <p>NCoverExplorer.Console provides numerous features for generating coverage reports and analyzing coverage data.</p>

  <h3><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/coverage-reporting">Coverage Reporting</a></h3>
  <table>
     <tr>
        <th>Name</th>
        <th>Flags</th>
        <th>Summary</th>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/coverage-reporting#xml">XML Report</a></td>
        <td><code>/xml, /x</code></td>
        <td>Generates XML report.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/coverage-reporting#html">HTML Report</a></td>
        <td><code>/html, /h</code></td>
        <td>Generates HTML report.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/coverage-reporting#report">Report Type</a></td>
        <td><code>/report, /r</code></td>
        <td>Specifies report type to be generated.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/coverage-reporting#excluded">Show Excluded</a></td>
        <td><code>/excluded, /e</code></td>
        <td>Specifies whether or not to show excluded nodes in the report footer.</td>
     </tr>
    <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/coverage-reporting#project">Project Name</a></td>
        <td><code>/project, /p</code></td>
        <td>Name of the project to appear in the report.</td>
    </tr>
    <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/coverage-reporting#sort">Sort</a></td>
        <td><code>/sort, /so</code></td>
        <td>Specify the sorting for the report.</td>
    </tr>
    <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/coverage-reporting#filter">Filter</a></td>
        <td><code>/filter, /fi</code></td>
        <td>Specify the filtering for the report.</td>
    </tr>
  </table>

  <h3><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/merging-coverage-data">Merging Coverage Data</a></h3>
  <table cellspacing="4">
     <tr>
        <th>Name</th>
        <th>Flags</th>
        <th>Summary</th>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/merging-coverage-data#save">Save</a></td>
        <td><code>/save, /s</code></td>
        <td>Specifies the file to save merged coverage data to.</td>
     </tr>
  </table>

  <h3><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/build-control">Build Control</a></h3>
  <table cellspacing="4">
     <tr>
        <th>Name</th>
        <th>Flags</th>
        <th>Summary</th>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/build-control#mincoverage">Minimum Coverage</a></td>
        <td><code>/minCoverage, /m</code></td>
        <td>Specifies the minimum coverage percentage.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/build-control#failminimum">Fail Minimum</a></td>
        <td><code>/failMinimum, /f</code></td>
        <td>Fail if any assembly's coverage is lower than the specified minimum.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/build-control#failcombined">Fail Combined Minimum</a></td>
        <td><code>/failCombinedMinimum, /fc</code></td>
        <td>Fail if the total coverage is lower than the specified minimum.</td>
     </tr>         
  </table>

  <h3><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/program-settings">Program Settings</a></h3>
  <table cellspacing="4">
     <tr>
        <th>Name</th>
        <th>Flags</th>
        <th>Summary</th>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/program-settings#loadsettings">Load Settings</a></td>
        <td><code>/config, /c</code></td>
        <td>Path to an alternative settings file.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/program-settings#savesettings">Save Settings File</a></td>
        <td><code>/configSave, /cs</code></td>
        <td>Path to save a settings file to.</td>
     </tr>
     <tr>
        <td><a href="http://docs.ncover.com/ref/2-0/ncoverexplorer-console/program-settings#quiet">Quiet</a></td>
        <td><code>/quiet, /q</code></td>
        <td>Minimize the console message output.</td>
     </tr>
  </table>

If you still need technical assistance, we can help:

Submit A Support Ticket