You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable the coverage feature in the extension, toggle on the `Codelens-kani: Highlight Coverage` setting in `Settings > Extensions > Kani`.
83
-
84
82
#### View coverage information
85
83
86
84
Once the coverage feature is enabled, the `Get coverage info` action should be visible on top of each Kani harness in the project.
87
85
Running the `Get coverage info` highlights all lines for which coverage information was obtained.
88
86
89
-
Coverage information (as described in the [RFC for line coverage](https://model-checking.github.io/kani/rfc/rfcs/0008-line-coverage.html#postprocessing-coverage-checks)) is represented with three colors:
90
-
-**Green:** Indicates `FULL` coverage.
91
-
-**Yellow:** Indicates `PARTIAL` coverage.
92
-
-**Red:** Indicates `NONE` coverage.
93
-
94
-
**NOTE**: Line-based coverage information is an unstable feature.
87
+
Coverage information (as described in the [RFC for source coverage](https://model-checking.github.io/kani/rfc/rfcs/0011-source-coverage.html#user-experience)) is represented by highlighting the portion of the line that is covered.
88
+
Red means that that portion is not covered; green means that it is covered.
0 commit comments