Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions man/lcov.1
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,13 @@ the gcov tool returned with a non\-zero return code.
the graph file could not be found or is corrupted.
.PP

.IP inconsistent: 3
your coverage data is internally inconsistent: it makes two or more mutually
exclusive claims. For example, some expression is marked as both an exception branch and not an exception branch. (See man
.B genhtml(1)
for more details.
.PP

.IP internal: 3
internal tool issue detected. Please report this bug along with a testcase.
.PP
Expand Down