< Summary

Class:Interop.FSharp.Functions
Assembly:Interop.FSharp
File(s):/home/runner/work/study-langext-monad/study-langext-monad/src/Types/Library.fs
Covered lines:1
Uncovered lines:0
Coverable lines:1
Total lines:6
Line coverage:100% (1 of 1)
Covered branches:0
Total branches:0
Tag:24_1835905959

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
hello(...)0%110100%

File(s)

/home/runner/work/study-langext-monad/study-langext-monad/src/Types/Library.fs

#LineLine coverage
 1namespace Interop.FSharp
 2
 3type CustomError = String
 4
 5module Functions =
 16    let hello x = $"Hello {x}"

Methods/Properties

hello(a)