I am looking for a pointer as to how to get statistics out of a merge xml file. The file structure looks like this ..
<CyclometricComplexity>
<module name="Srvr" type="unit" total="14" low="14" medium="0" high="0" ultra="0"/>
</CyclometricComplexity>
I have created a merge publisher to pick up this file, but cannot configure the statistics publisher to pick up values for total, low, medium, high and ultra.
Does anyone have an example they can point me at to help me out?
Thanks