Name: | python2-coverage |
Version: | 4.5.1 |
Release: | 4.module+el8.0.0+5233+93973c75 |
Architecture: | aarch64 |
Module: | python27:2.7:8000020190410132513:17efdbc7
|
Group: | Unspecified |
Size: | 1093786 |
License: | ASL 2.0 and MIT and (MIT or GPL) |
RPM: |
python2-coverage-4.5.1-4.module+el8.0.0+5233+93973c75.aarch64.rpm
|
Source RPM: |
python-coverage-4.5.1-4.module+el8.0.0+5233+93973c75.src.rpm
|
Build Date: | Mon Jun 03 2019 |
Build Host: | ca-arm-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://nedbatchelder.com/code/modules/coverage.html |
Summary: | Code coverage testing module for Python 2 |
Description: | Coverage.py is a Python 2 module that measures code coverage during Python
execution. It uses the code analysis tools and tracing hooks provided in the
Python standard library to determine which lines are executable, and which
have been executed. |