Skip to content

How to interpret covered lines report

msporna edited this page Jan 7, 2019 · 3 revisions

Coverage report contains list of source files and code lines that were triggered by your testing activity. Each file can be clicked and a popup showing source file with indication which line was executed and which missed:

breakdown from the top: lines executed: 314,315,316 lines missed: 317,318 lines executed: 319,320