I am currently documenting a lot of code. Currently, my work flow is like "do what you see is missing in your files and then run esdoc to see how much is covered". esdoc always provides me a neat percentage for each file, but maybe this could be taken even further to display what is not covered yet. Im currently stuck in a few files with like 70/71 and whatever and it is pretty hard to find what's missing right now.
Maybe it is possible to mark the lines in the source page for each file of esdoc? I would pretty much love that. If you can already measure how much is covered, I guess it should be possible to check what is not covered.