Tag Archives: bllog

Code coverage tools

Code coverage tools are software programs that measure the extent to which a software application’s source code is tested by a test suite. These tools analyze the source code of an application and determine which lines of code are executed during testing and which lines are not. Here are some popular code coverage tools: JaCoCo: Continue Reading »