
ccompile(+File)

   Compile a file, inserting code coverage counters

Arguments
   File                Atom or string

Type
   library(coverage)

Description

    This is a variant of the ECLiPSe compiler that inserts code coverage
    counters into the compiled code. This code can then be run, and the
    results analysed by printing them using coverage:result/1.
    

Modules
   This predicate is sensitive to its module context (tool predicate, see @/2).

See Also
   ccompile / 2, library(coverage), result / 1, result / 2
