This file is indexed.

/usr/share/doc/coala/examples/c/blocksworld.stat is in coala 1.0.1-5.

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
loc(table).
loc(B) :- block(B).

table.

block(b1).
block(b2).
block(b3).
block(b4).
block(b5).
block(b6).

%#hide block(T).
%#hide loc(T).
%#hide table.
%#hide supported_fluent(T, T).