package pfff

  1. Overview
  2. Docs
Tools and APIs for program analysis, code visualization, refactoring

Install

Dune Dependency

Authors

Maintainers

Sources

0.37.7.tar.gz
md5=d069f379342be72574b4cdc52f4ed9b4
sha512=68e9971364f5e016bad8f94bb72fd15252f19c7964424992309cdb4a9fc922dbe15d07619f500f4bcbc72f820c93d4da20f0759bb4276cd073a29a179bef9300

doc/pfff-h_program-lang/Coverage_code/index.html

Module Coverage_code

type tests_coverage = (Common.filename, tests_score) Common.assoc
and tests_score = (Common.filename * float) list
and file_lines_coverage = {
  1. covered_sites : int list;
  2. all_sites : int list;
}
val json_of_tests_coverage : tests_coverage -> Json_type.json_type
val json_of_lines_coverage : lines_coverage -> Json_type.json_type
val tests_coverage_of_json : Json_type.json_type -> tests_coverage
val lines_coverage_of_json : Json_type.json_type -> lines_coverage
val save_tests_coverage : tests_coverage -> Common.filename -> unit
val load_tests_coverage : Common.filename -> tests_coverage
val save_lines_coverage : lines_coverage -> Common.filename -> unit
val load_lines_coverage : Common.filename -> lines_coverage
OCaml

Innovation. Community. Security.