Post

1 follower Follow
0

Lines of code calculation

LOC - Lines of Code is calculated by analyzer using explained logic in below page:

https://doc.castsoftware.com/display/TG/CMS+Assessment+Model+-+Information+-+Definition+and+details+-+How+to+compute+number+of++LOC+for+an+application

Addition to this, you can find the LOC information in 2 main tables in your KB :

1] dssapp_sources

2] dssapp_artifacts

dssapp_sources is the main table where you can find the number of code lined and comment lines calculated for any object in your application.

dssapp_artifacts table will give you information on all the artifacts in your application and the number of code lines,comment lines and commented out lines for all the artifacts.

Please sign in to leave a comment.