You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cpputest
Hi Everybody,
I am working on C++ , Linux project and We tend to use CPPUnit test farme to do unit testing but we also would like to measure statement and decision coverage as metric. I have already seen some report files (lcov) online that contain "lines executed "X% + of Y%" etc that refer (according to me) to simple statement coverage or something like this. Could you give us more information in this topic ? Your opinion about lcov ? Is there point in using it ? or Other option ?