We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b890a3d commit 1720459Copy full SHA for 1720459
doc/faq.rst
@@ -31,6 +31,8 @@ The definition lines are executed without coverage measurement, then
31
coverage.py is started, then the function is called. This means the body is
32
measured, but the definition of the function itself is not.
33
34
+The same thing can happen with the bodies of classes.
35
+
36
To fix this, start coverage.py earlier. If you use the :ref:`command line
37
<cmd>` to run your program with coverage.py, then your entire program will be
38
monitored. If you are using the :ref:`API <api>`, you need to call
0 commit comments