Class-level coverage reports (<class>.html) are missing img
Brought to you by:
groboclown
In the class-leve coverage reports each method has an
image next to it (apparently "1x1.png" in one case). This
(these?) image is not included in either of the 2 code
coverage v5 beta releases so the report appears with
the dreaded "red X" where the image should be.
Logged In: YES
user_id=280096
Apparently the image file is generated at the end of the class
file generation. I was experiencing out of memory exceptions
in Ant so the image was never created. Assuming the process
completes then everything is OK.
I would recommend generating any include files as a first step
if possible so that any class file produced before an OoM can
be viewed correctly.