CoViewDeveloper : Ignoring Paths

CoViewDeveloper is an Eclipse plug-in that lets you create JUnit tests, improve code testability, and measure path coverage. Through the CoView JUnit Developer view, you can highlight your paths, identify per method coverage, and create additional JUnit, DbUnit and HttpUnit test cases.

Why Ignore Paths?

Not every path in a method is realizable due to a number of reasons. You can opt to ignore paths by identifying the path to ignore and selecting 'Mark Path As Unrealizable'. When this option is selected, an annotation is added to the method and the path coverage percentage is then recalculated. All Unrealizable Paths are reported in the CoViewManager view.

Unrealizable Cyclomatic Complexity Paths