-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a204b1
commit 3587a0c
Showing
4 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
| Files | Coverage | | ||
|-------|----------| | ||
| autolink.c | 65.73% | | ||
| buffer.c | 71.91% | | ||
| diff.c | 79.40% | | ||
| document.c | 74.01% | | ||
| entity.c | 40.74% | | ||
| gemini.c | 65.91% | | ||
| html.c | 66.51% | | ||
| html_escape.c | 87.65% | | ||
| latex.c | 64.08% | | ||
| library.c | 80.14% | | ||
| libdiff.c | 94.05% | | ||
| nroff.c | 71.38% | | ||
| odt.c | 63.64% | | ||
| smartypants.c | 83.89% | | ||
| term.c | 67.54% | | ||
| tree.c | 34.84% | | ||
| util.c | 6.38% | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Coverage | ||
|
||
The regression suite executes the *lowdown* code in many ways. It's | ||
easy to track this by examining run-time coverage using | ||
[gcov](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html) (or the clang | ||
alternative). To examine how the regression suite covers the sources, | ||
run `make coverage`. The current coverage is as follows: |