Skip to content
Open
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
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ Would produce a report like::
----------------------------------------
TOTAL 353 20 94%

Where,
* `Stmts` refers to the number of statements in your code.
* `Miss` refers to the number of statements that have not been run.
* `Cover` is test coverage, or `(Stmts - Miss) / (Stmts) * 100`.

Documentation
=============

Expand Down