File Lines of code

    {{#EACH file_loc_offenders AS offender}}
  • {{offender.full_name}}
    Lines of code: {{offender.loc}}
  • {{/EACH}}

Function size

    {{#EACH function_size_offenders AS offender}}
  • {{offender.full_name}}
    Size: {{offender.loc}} Lines
  • {{/EACH}}

File Cyclomatic complexity

    {{#EACH file_cc_offenders AS offender}}
  • {{offender.full_name}}
    Complexity: {{offender.totalCc}}
  • {{/EACH}}

Function Cyclomatic complexity

    {{#EACH function_cc_offenders AS offender}}
  • {{offender.full_name}}
    Complexity: {{offender.complexity}}
  • {{/EACH}}

File Maintainability Index

    {{#EACH file_mi_offenders AS offender}}
  • {{offender.full_name}}
    Maintainability Index: {{offender.maintainabilityIndex}}
  • {{/EACH}}

Function Maintainability Index

    {{#EACH function_mi_offenders AS offender}}
  • {{offender.full_name}}
    Maintainability Index: {{offender.maintainability_index}}
  • {{/EACH}}