This file is indexed.

/usr/share/doc/libcobertura-java/examples/basic/README is in libcobertura-java-doc 1.9.4.1+dfsg-4.

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
This directory contains a simple example of using Cobertura to
instrument an application and generate coverage reports.

To run the example:
  ant

The application and its tests will be compiled, Cobertura will
instrument the application, the instrumented application will then be
tested, and a Cobertura report produced in HTML and XML.

The Cobertura reports can be found in:
  reports/cobertura-html/index.html
  reports/cobertura-xml/coverage.xml