tags:

views:

27

answers:

0

hi,

i run the ff command partcover.exe --target nunit-console.exe --target-args assembly.dll --include [] --output C:\output\coverage.xml

Here's the output in the console:

open driver pipe modify target environment variables create target process wait for driver connection [00015] [02956] Options dump: [00015] [02956] VerboseLevel: 0 [00031] [02956] Log file: C:\Documents and Settings[user]\partcover.driver.log [00031] [02956] Log pipe: yes [00031] [02956] Count Coverage - ON [00031] [02956] Count Call Tree - OFF [00047] [02956] Exclude [mscorlib]* [00047] [02956] Exclude [System*]* [00047] [02956] Include [] NUnit version 2.2.8 Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole. Copyright (C) 2000-2003 Philip Craig. All Rights Reserved.

OS Version: Microsoft Windows NT 5.1.2600 Service Pack 2 .NET Version: 2.0.50727.3053

Tests run: 0, Failures: 0, Not run: 0, Time: 0.031 seconds

[05250] [00764] CorProfiler is turned off Target PageFaultCount: 7106 Target PagefileUsage: 17825792 Target PeakPagefileUsage: 20332544 Target PeakWorkingSetSize: 22536192 Target QuotaNonPagedPoolUsage: 6500 Target QuotaPagedPoolUsage: 154652 Target QuotaPeakNonPagedPoolUsage: 8316 Target QuotaPeakPagedPoolUsage: 267580 Target WorkingSetSize: 20258816 Total 0 bytes

And here's the snippet of the generated xml file:

http://pastie.org/1094004

Thanks!