cov 0.0.5

gcov format (*.gcda/*.gcno) parser and analyzer in pure Rust
Documentation
{
    "files": {
        "x.rs": {
            "lines": {
                "1": {
                    "count": 1,
                    "attr": 0,
                    "branches": []
                }
            },
            "functions": [
                {
                    "name": "_ZN1x4mainE",
                    "line": 1,
                    "column": 0,
                    "summary": {
                        "blocks_count": 3,
                        "blocks_executed": 3,
                        "entry_count": 1,
                        "exit_count": 1,
                        "branches_count": 0,
                        "branches_executed": 0,
                        "branches_taken": 0
                    }
                }
            ]
        }
    }
}