This file is indexed.

/usr/lib/python2.7/dist-packages/CoverageTestRunner-1.11.egg-info is in python-coverage-test-runner 1.11-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
Metadata-Version: 1.1
Name: CoverageTestRunner
Version: 1.11
Summary: fail Python program unit tests unless they test everything
Home-page: http://liw.fi/coverage-test-runner/
Author: Lars Wirzenius
Author-email: liw@liw.fi
License: UNKNOWN
Description:  This package contains the Python module CoverageTestRunner, which runs
         unit tests implemented using the unittest module in the Python standard
         library. It each code module pairwise with its test module, with
         coverage.py, and fails unless the test module tests everything in the
         code module.
         
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing