This file is indexed.

/usr/share/netbeans/harness/no-testcoverage.xml is in libnb-platform-devel-java 8.1+dfsg1-7.

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
<?xml version="1.0" encoding="UTF-8"?>
<project name="no-testcoverage">
<!--
    Fallback testcoverage implementation.
    Just fails with appropriate message.
-->
    <target name="coverage-report">
        <fail>
No test coverage implementation found in ${harness.dir}.
        </fail>
    </target>
</project>