< Summary

Information
Class: planora.Application.Features.Activities.Commands.Create.CreateActivityResponse
Assembly: planora.Application
File(s): /home/runner/work/planora/planora/src/planora.Application/Features/Activities/Commands/Create/CreateActivityResponse.cs
Tag: 10_15767155620
Line coverage
100%
Covered lines: 1
Uncovered lines: 0
Coverable lines: 1
Total lines: 5
Line coverage: 100%
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

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity Line coverage
get_Id()100%11100%

File(s)

/home/runner/work/planora/planora/src/planora.Application/Features/Activities/Commands/Create/CreateActivityResponse.cs

#LineLine coverage
 1using JetBrains.Annotations;
 2
 3namespace planora.Application.Features.Activities.Commands.Create;
 4
 25public sealed record CreateActivityResponse([UsedImplicitly] Guid Id);

Methods/Properties

get_Id()