lcov 0.8.2

LCOV tracefile parser/merger/filter in pure Rust.
Documentation
1
2
3
4
5
6
7
#include "main.h"

int mul(int x, int y)
{
  return x * y;
}