MaibornWolff / metric-gardener

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Documentation Kotlin #325

Closed mylinhdao closed 2 months ago

mylinhdao commented 2 months ago

Documentation Kotlin

Closes #311 Every reviewer are welcome :)

Description

Note: The Kotlin parser has a bug actually and does not parse the functional interface fun interface... correctly. This leads to uncorrect file metric calculation in "classes" and "functions" metric. There is already a PR for this bug, so I will not add any special handling to cover it for now. I open #324 to solve that.

Definition of Done

A PR is only ready for merge once all the following acceptance criteria are fulfilled:

Screenshots or gifs

github-actions[bot] commented 2 months ago

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 94.94% (🎯 90%) 4550 / 4792
🟢 Statements 94.94% (🎯 90%) 4550 / 4792
🟢 Functions 94.78% (🎯 90%) 200 / 211
🟢 Branches 91.82% (🎯 90%) 539 / 587
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/parser/helper/language.ts 96.24% 86.66% 100% 96.24% 178-183, 187-188
Generated in workflow #59