This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tzabal
Recipients tzabal
Date 2020-04-19.16:24:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587313488.32.0.170257726917.issue40331@roundup.psfhosted.org>
In-reply-to
Content
The statistics module is already highly tested but it seems that there are 4 statements [0] that are not executed by the equivalent unit tests. Specifically, 3 statements which are part of the `_convert`, `_find_lteq`, and `_find_rteq` functions, and 1 statement of the `harmonic_mean` function.

[0] https://codecov.io/gh/python/cpython/src/8aea4b3605059e243f1827d9328d6fc8d698c0a7/Lib/statistics.py
History
Date User Action Args
2020-04-19 16:24:48tzabalsetrecipients: + tzabal
2020-04-19 16:24:48tzabalsetmessageid: <1587313488.32.0.170257726917.issue40331@roundup.psfhosted.org>
2020-04-19 16:24:48tzaballinkissue40331 messages
2020-04-19 16:24:48tzabalcreate