< Summary - Kestrun — Combined Coverage

Information
Class: Kestrun.Hosting.Options.DefaultResponseContentType
Assembly: Kestrun
File(s): /home/runner/work/Kestrun/Kestrun/src/CSharp/Kestrun/Hosting/Options/DefaultResponseContentType.cs
Tag: Kestrun/Kestrun@0d738bf294e6281b936d031e1979d928007495ff
Line coverage
0%
Covered lines: 0
Uncovered lines: 1
Coverable lines: 1
Total lines: 7
Line coverage: 0%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Coverage history

Coverage history 0 25 50 75 100 12/12/2025 - 17:27:19 Line coverage: 0% (0/1) Total lines: 7 Tag: Kestrun/Kestrun@826bf9dcf9db118c5de4c78a3259bce9549f0dcd

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity Line coverage
get_ContentType()100%210%

File(s)

/home/runner/work/Kestrun/Kestrun/src/CSharp/Kestrun/Hosting/Options/DefaultResponseContentType.cs

#LineLine coverage
 1namespace Kestrun.Hosting.Options;
 2/// <summary>
 3/// Default response content type for routes.
 4/// </summary>
 5/// <param name="ContentType">The default content type string.</param>
 06public record DefaultResponseContentType(string ContentType);
 7

Methods/Properties

get_ContentType()