<%= report.info.fileShort %>

Maintainability

<%= report.complexity.maintainability.toFixed(2) %>

Lines of code

<%= report.complexity.methodAggregate.sloc.physical %>

Difficulty

<%= report.complexity.methodAggregate.halstead.difficulty.toFixed(2) %>

Estimated Errors

<%= report.complexity.methodAggregate.halstead.bugs.toFixed(2) %>

Function weight

By Complexity

By SLOC