Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Clover: How Branch,stmt,Method and Total is calculated? These are as per LOC/NCLOC ?

Sai Ranga M January 30, 2014

Clover: how Branch,stmt,Method and Total is calculated?

Does these calculated with respect to LOC or NCLOC?

Please help me in understanding the how the above things are calculated with some sample .java file.

2 answers

0 votes
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 10, 2014

Hello Sai,

Please note that Clover does not measure code coverage per source line - no matter whether we're talking about LOC or NCLOC. What Clover measures is a code coverage of real code structures, such as branches, statements and methods.

It means that you can see for instance:

  • a number of statments in a method, class, package or a whole project
  • a number of classes in a file, package or a whole project
  • etc

You might wonder "how the statement coverage metric provided by Clover relates to the line coverage metric provided by other coverage tools such as Cobertura or EMMA". The answer is:

A single statement can span over several source lines; it is also possible to have several statements in a single source line. Therefore there is no 1:1 mapping between a statement coverage and a line coverage. Nevertheless, both metrics provide a similar granularity of a coverage measurement.

One more thing: in the Clover report you can define your own code metrics; they could include LOC/NCLOC information. See:

https://confluence.atlassian.com/display/CLOVER/clover-report#clover-report-Columns

Cheers
Marek

Sai Ranga M March 11, 2014

Thanks for the support, you can close the issue.

0 votes
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 30, 2014

Hello Sai,

Please have a look at this page:

https://confluence.atlassian.com/display/CLOVER/About+Clover+code+metrics

Do not hesitate to ask if you have any questions.

Cheers
Marek

Sai Ranga M February 9, 2014

Hi Marek,

Thanks for quick reply.

Can you please let me know "Branch, stmt, Method and Total are caluclated against LOC or NCLOC?

Thanks,

Ranga

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events