Metrics on a single file

Software Engineering , Metrics , Line of Code , Cyclomatic Complexity , Quality , Productivity Trento, Italy
  • 9 years ago

    Hi everyone!

    I am working on a open source text editor mainly addressed to programmers. I have to add a feature that show me the quality of the code and/or the productivity of the programmer.

    Since it is a text editor I dont have the global view of the project. I have only to work on the single element (file) . I thought to show the Cyclomatic Complexity and the Line of Code.

    My question is: how can I merge them to get a more consistent result? Suggestion about other useful and suitable metrics are well accepted.

    Thank you all!

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Some people, when confronted with a problem, think "I know, I’ll use regular expressions." Now they have two problems.” - Jamie Zawinski