geninfo_auto_base=1

# Specify size of tabs
genhtml_num_spaces = 2

# Include color legend in HTML output if non-zero
genhtml_legend = 1

# Include function coverage data display
genhtml_function_coverage = 1

# Include branch coverage data display
genhtml_branch_coverage = 1

# Specify whether to capture coverage data for external source
# files
geninfo_external = 0

# Less verbose output
lcov_quiet = 1

# Specify if function coverage data should be collected and
# processed.
lcov_function_coverage = 1

# Specify if branch coverage data should be collected and
# processed.
lcov_branch_coverage = 1

## Follow symlinks
lcov_follow = 1