Result
Here is brief summary of vital signs.
Vital Signs | What to measure |
Coverage | Percentage of code executed by tests. |
Complexity | Density of branches and loops. |
Coupling | Number of dependencies between classes. |
Churn | Lines of code added, deleted, and modified in a commit. |
CodeIssue | Number of warnings generated by QA tools. |
Commit | Number of commits to the repository. |
Build | Number of builds. |
UnitTest | Number of unit tests. |
Size | Amount of code. |
DevTime | Time spent. |
For now coverage of duedates-green is low, so the source code should be modified to improve its reliability. Except that, Hackystat is showing we are not in danger.
Conclusion
Although it takes a while to download and setup various tools for Eclipse, Hackystat allows us to easily understand the condition and health of our software project. It is also possible to manually run each tools, but we are programmers and we should let computers to do it automatically. Hackystat is very useful which accomplishes that task.
No comments:
Post a Comment