Subject: | Timestamps and sorting |
At work, I have a Web site coworkers can visit to view the code coverage
of our system. It would be nice to have Devel::Cover automatically add
a timestamp to the generated HTML pages.
Also, one coworker thought it would be nice to be able to sort columns
by clicking on them (e.g., branch coverage, pod coverage, etc.). Since
there are really only seven columns, that means generating 7 more static
HTML files. Doesn't seem to hard, but then, I've not dug into the code :)
Cheers,
Ovid