GSoC/GCI Archive
Google Code-in 2013 BRL-CAD

Generate a code coverage report (lcov+gcov)

completed by: Jacob Burroughs

mentors: Sean

This task involves setting up and generating an lcov code coverage analysis on BRL-CAD. Wherever applicable, make sure lcov is told to ignore our src/other directory. After learning how to use the tool, discuss with the developers what portion of the code will be most useful to analyze, or scan these:

  • ''benchmark''
  • ''make test''
  • ''make regress''

Submit the results.