Tech Debt Indicators

Unit Test Coverage Standards
Overview For a mature software company (5 years older or more), good unit test coverage is 40-60%. Good test coverage is higher for organizations serving...
Fri, 25 Oct, 2019 at 4:06 PM
Duplicate block tokens
A duplicate block is any section of code over 100 tokens which appears more than once in a repository. A token is counted based on the way code is parsed. ...
Thu, 13 Feb, 2020 at 10:26 AM