@Rajesh Is this issue relevant to the execution of NAnt builds? It sounds like you are looking for functionality that is related to counting lines of code. If there is a NAnt task that will do this, then the NAnt plugin will log the output of this task. Beyond that however, the NAnt plugin does not, and most likely will not ever, support any functionality related to sepcific NAnt tasks. For example, if you include an <nunit2> task in your NAnt build, the NAnt plugin will log the output of this task, but if you wanted to publish the test report, you would need the NUnit plugin.
Change the issue type.