hamzaremmal/amy

View on GitHub
compiler/src/main/scala/amyc/utils/Document.scala

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

Function print has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def print: String = {
    val sb = new StringBuffer()

    def rec(d: Document)(implicit ind: Int, first: Boolean): Unit = d match {
      case Raw(s) =>
Severity: Minor
Found in compiler/src/main/scala/amyc/utils/Document.scala - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status