<%= report.complexity.maintainability.toFixed(2) %>
<%= report.complexity.methodAggregate.sloc.physical %>
<%= report.complexity.methodAggregate.halstead.difficulty.toFixed(2) %>
<%= report.complexity.methodAggregate.halstead.bugs.toFixed(2) %>