Cyclomatic Complexity always 0?

Cyclomatic Complexity always 0?

Sorry, I cannot send coverage file.Can you suggest me some other alternative/ portion of coverage file which i can paste or send?

Thanks,


RE: Cyclomatic Complexity always 0?

are you using the //ct argument on the command line, or the "CoverageType" attribute in the NAnt or MSBuild task? Is the "Cyclomatic Complexity" checkbox in the NCover Explorer settings screen checked?

Could you send me one method from the xml file that has a cyclomatic complexity of zero?


RE: Cyclomatic Complexity always 0?

Hi Sporewell, Thanks for your response! I am not using //ct argument or Coverage Type attribute in my NAnt or MSBuild Task.

Here is one method from coverage xml..

Thanks,


RE: Re: Can't run with several nunit test assemblies

I am pasting the attributes of method separately becoz it was not getting pasted above:) name="addPivotedData" signature="addPivotedData(System.Data.DataTable pivotedTable,System.Data.DataTable commentTable,Citect.Ampla.General.Common.QueryFlags queryFlags) : void" excluded="false" instrumented="true" cc="0" vc="32" nid="0"


RE: Re: Can't run with several nunit test assembli

hmm. are you using NCover Classic or NCover Complete?