This file is indexed.

/usr/lib/python2.7/dist-packages/gcovr-3.3.egg-info/PKG-INFO is in gcovr 3.3-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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Metadata-Version: 1.1
Name: gcovr
Version: 3.3
Summary: A Python script for summarizing gcov data.
Home-page: http://gcovr.com
Author: William Hart
Author-email: wehart@sandia.gov
License: BSD
Description: [![Build Status](https://travis-ci.org/gcovr/gcovr.png?branch=master)](https://travis-ci.org/gcovr/gcovr) 
        
        Gcovr Overview
        --------
        
        Gcovr provides a utility for managing the use of the GNU gcov utility
        and generating summarized code coverage results. This command is
        inspired by the Python coverage.py package, which provides a similar
        utility in Python. The gcovr command produces either compact
        human-readable summary reports, machine readable XML reports (in
        Cobertura format) or simple HTML reports. Thus, gcovr can be viewed
        as a command-line alternative to the lcov utility, which runs gcov
        and generates an HTML-formatted report.
        
        Gcovr is available under the BSD License.
        
        A user guide can be downloaded from the [gcovr home page](http://gcovr.com).
        
        Developer discussions are hosted by [google groups](https://groups.google.com/forum/#!forum/gcovr-developers).
        
        Gcovr development moved to this repository in September, 2013 from
        Sandia National Laboratories.
        
        
Keywords: utility
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Software Development :: Libraries :: Python Modules