• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jesperancinha / markdowner / #194

pending completion
#194

push

github-ci

web-flow
Merge pull request #149 from jesperancinha/migration-to-kotlin

Migration to kotlin

333 of 333 new or added lines in 13 files covered. (100.0%)

274 of 333 relevant lines covered (82.28%)

8.37 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

80.0
/markdowner-core/src/main/kotlin/org/jesperancinha/parser/markdowner/model/Paragraph.kt
1
package org.jesperancinha.parser.markdowner.model
2

3
data class Paragraph(
6✔
4
    val tag: String? = null,
12✔
5
    internal val text: String? = null
12✔
6
) {
7
    override fun toString(): String {
8
        return tag!!+System.lineSeparator() + text + System.lineSeparator()
34✔
9
    }
10
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc