이 문서는 SonarQube v6.4 기반의 문서로 아카이브 되었습니다.
최신 문서를 참조하십시오.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Table of Contents

On test files, the Component viewer shows different data than for source files:

Coverage per tests

Similarly, the Show details option offers If "coverage per test" information is available, the test tab can show additional information and allow you to navigate from the test file to the source files that it covers:

The objective of this tab is to answer the following questions:

  • Which files are covered by a given unit test?
  • How many lines of code are covered by a given test?
  • No labels