Report needs method signatures
Hi, I'd like to suggest a minor tweak for the XML report output. Consider this fragment from a "Module/Method % Summary" report:
class n="ClipboardTreeNode" t="812" fp="514" u="107" c="79.18288"
method n=".ctor" t="3" fp="1" u="0" c="100" l="1172"
method n=".ctor" t="15" fp="11" u="2" c="81.8181839" l="1184"
method n=".ctor" t="28" fp="18" u="3" c="83.3333359" l="1223"
Which constructor hit 100%? Including the method's signature would be quite useful.
- Phil Anzel