package pfff

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.39.3.tar.gz
md5=4d66e9bfbc4cca184d4b6c4db8b1ecd3
sha512=d6949417711a966adb706976de6db160a1c16389c90fa7f744024a23feaadfc319be126975ddb058213340bacceb868c669ef2087cdc69fde35209456759db1f

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.