You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy New Year! We hope you all had a safe and restful holiday season. 2020 was a unique year full of unforeseen events; however, as we enter the new year of 2021, we’re optimistic for the light at t...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.