Some namespaces Sequence Coverage is N/A

Some namespaces Sequence Coverage is N/A

I m not able to figure it out what it mean Sequence Coverage is N/A ( not applicable).

That means: Is the those dll"s are imported in the code never used or something else?

Thanks


RE: Some namespaces Sequence Coverage is N/A

jai9999,

It mean the code only has branch points and no sequence point data.

This happens with auto gen code and default contructors.

Does this help or do you have a sample report you can email us?

Thanks

Joe Feser


RE: Some namespaces Sequence Coverage is N/A

Hi Joe Feser,

Thanks for the reply.

It doesn't have any branch points coverage also. can you tell me your email i can send you the report.


RE: Some namespaces Sequence Coverage is N/A

is the branch coverage N/A too?


RE: Some namespaces Sequence Coverage is N/A

Yes, both sequence and branch coverage are N/A.

Why those namespace need to present in the report and how Ncover know them that those namespace exists.

Thanks


RE: Some namespaces Sequence Coverage is N/A

NCover probably has Cyclomatic Complexity and method coverage information for the classes / methods in the namespace


RE: Some namespaces Sequence Coverage is N/A

I could not follow your reply, can you explain me bit more..


RE: Some namespaces Sequence Coverage is N/A

Could you send an email to support@ncover.com with a zipped version of your coverage file.

I will look and see why you are seeing so many N/A items in your report.

You will get N/A for sequence points if the debug symbols were not available when you ran coverage.

We will be able to determine this by looking at the coverage file.

Thank you,

Joe Feser