Re: AW: FR: Test Covergae?
Matthew Mastracci <[email protected]> Sat, 10 Jan 2004 10:09:28 -0700
| Newsgroups | gmane.comp.windows.dotnet.nprof.devel |
|---|---|
| Message-ID | <1073754568.15593.3.camel@matt> |
On Sat, 2004-01-10 at 08:42, Tim F. Fischer wrote: > Hello Matthew, > > thanks for the quick reply! > > >You could potentially do method coverage right now - there should be enough > >information. > > Well that is might be a good point to start. How much effort will it to implement > this in your tool ? Or is it already in there? It's not there yet. You would need to start mapping the functions that come out of the profiler data to those within the module you want to test coverage for. Using reflection, you can easily extract the list of methods from an arbitrary module. Once that's done, it's just a matter of matching signatures between the two lists. It'll be easier to do the matching between the module and nprof when I move some of the method signature parsing stuff into the C# application. Right now, the hook parses the data and sends back a string, potentially losing some information. Would you be interested in tackling a project like this? > Thanks > > Tim. > > > -----Ursprüngliche Nachricht----- > Von: Matthew Mastracci [mailto:[email protected]] > Gesendet: Saturday, January 10, 2004 4:41 PM > An: Tim F. Fischer > Cc: nprof-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > Betreff: Re: [Nprof-developers] FR: Test Covergae? > > > On Sat, 2004-01-10 at 08:15, Tim F. Fischer wrote: > > Hello You, > > > > I am really please to see someone tries out the prodiling CRL API. > > > > What i am currently missing is a free .net coverage tool to investiage > > the > > Test covergage (Lines executed). This would be great to have in NProf > > as > > it is not included in the free community edition of COMPUWARE > > DevPartner Profiler > > Neat idea. We don't currently have it on the list. Once we get > per-line profiling, we can certainly implement it. You could > potentially do method coverage right now - there should be enough > information. > > > Is this feature on your list? > > It is now. :) -- Matthew Mastracci <[email protected]> ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html