This file is indexed.

/usr/share/genometools/gtdata/spec/output_drivers/statsonly is in genometools-common 1.5.9+ds-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
--[[
  This is an output template for bare run statistics only.
]]

template_print(global.checked_ccs .. "\t" .. global.checked_types .. "\t"
               .. global.checked_nodes .. "\t" .. global.checked_aspects .. "\t"
               .. global.runtime .. "\n")