Cyclomatic Complexity always 0
Cyclomatic Complexity always 0
Hi,
I am generating reports for my project using NAnt, NCover and NUnit.
All reports are showing cyclomatic complexity avg: 0.00 and max: 0
What could be the reason?
Thanks,
RE: Cyclomatic Complexity always 0
not sure. which NCover version are you using?
RE: Cyclomatic Complexity always 0
Hi Sporewell,
I am using v3.2 of NCover.
Thanks,
RE: Cyclomatic Complexity always 0
is the cyclomatic complexity zero for some things or for everything? are any of the other coverage metrics (symbol coverage, branch coverage, etc) present? which things have a cyclomatic complexity of zero?
RE: Can't run with several nunit test assemblies
Hi I have the same problem. All methods in the generated report have a cyclomatic complexity of 0.
RE: Can't run with several nunit test assemblies
could you send a coverage file with the problem and a complete description of how NCover is set up, including command line arguments/configuration options/build script settings to support at ncover dot com? we'll be able to help you resolve the problem much faster through that mechanism.