languages | products | page_type | name | description | |||
---|---|---|---|---|---|---|---|
|
|
VB Code Coverage |
Code Coverage (Visual Basic) |
VB Code Coverage |
- MIT
- Windows Forms
- Code Coverage
- 03/08/2024
This application will allow visual analysis of Coverlet JSON files. It creates a tree view of the JSON file which shows coverage for every function. You can filter by Document File then Method.
Hovering over file or method will display information from that point in the tree down.
Clicking on a function will open it up in a another window where coverage is shown in a syntax highlighted file.
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json is added to NuGet Package Source to find Microsoft.Dotnet.XUnitExtensions which provides ConditionalFact and PlatformSpecific attributes used for testing.
New in Release 2.0 Updated to Core WinForms 8.0
+------------------+--------+--------+--------+
| Module | Line | Branch | Method |
+------------------+--------+--------+--------+
| YourApp | 79.6% | 72.37% | 87.91% |
+------------------+--------+--------+--------+
+---------+--------+--------+--------+
| | Line | Branch | Method |
+---------+--------+--------+--------+
| Total | 79.6% | 72.37% | 87.91% |
+---------+--------+--------+--------+
| Average | 79.6% | 72.37% | 87.91% |
+---------+--------+--------+--------+