This file is indexed.

/usr/share/php/PHP/CodeCoverage/Report/HTML/Renderer/Template/coverage_bar.html.dist is in php-codecoverage 1.2.13+dfsg1-1.

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

The actual contents of the file can be viewed below.

1
2
3
       <div class="progress progress-{level}" style="width: 100px;">
        <div class="bar" style="width: {percent}%;"></div>
       </div>