//h Option

//h Option

Hi,

When I use //h option with NCover, it generates folder full of Html files, but....

Every single file has the same size and has ony these lines in it:

<html>
  <head>
    <title>
      NCover.Framework.DocumentData
    </title>
  </head>
</html>

Am I doing anything wrong?  When I run the same NCover command with //x option and the run NCoverExplorer over the Xml output, I see my coverage reports and color-coded source files perfectly fine...

What is the purpose of Html output option?  Does it show details of the source files with missing coverage points?

Thanks in advance,

-- Dmitry