in reply to How do I display the summary in the generated HTML page after running all the tests.

To run the tests, I used the 'prove' utility:

There is your problem. The prove utility creates its own harness, formatter .... script the prove utility, remove all the harness junk from your test program, or don't use prove to run your program

  • Comment on Re: How do I display the summary in the generated HTML page after running all the tests.

Replies are listed 'Best First'.
Re^2: How do I display the summary in the generated HTML page after running all the tests.
by rfbytes (Initiate) on Apr 18, 2012 at 21:21 UTC
    Thanks for the response. Is it possible to generate the report with summary in HTML for option 2? If so, can you please provide more insight to this.