| 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 |
| Method | Branch coverage | Crap Score | Cyclomatic complexity | NPath complexity | Sequence coverage |
|---|---|---|---|---|---|
| hello(...) | 0% | 1 | 1 | 0 | 100% |
| # | Line | Line coverage | ||
|---|---|---|---|---|
1 | namespace Interop.FSharp | |||
2 | | |||
3 | type CustomError = String | |||
4 | | |||
5 | module Functions = | |||
| 1 | 6 | let hello x = $"Hello {x}" |