< Summary

Line coverage
0%
Covered lines: 0
Uncovered lines: 13
Coverable lines: 13
Total lines: 25
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

Metrics

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

File(s)

/home/runner/work/ProjectRead.ing/ProjectRead.ing/Api/obj/Debug/net11.0/generated/Riok.Mapperly/Riok.Mapperly.MapperGenerator/TagGetDTOMapper.g.cs

#LineLine coverage
 1// <auto-generated />
 2#nullable enable
 3namespace Api.Works.DTOs
 4{
 5    public static partial class TagGetDTOMapper
 6    {
 7        [global::System.CodeDom.Compiler.GeneratedCode("Riok.Mapperly", "4.3.1.0")]
 8        public static partial global::System.Linq.IQueryable<global::Api.Works.DTOs.TagGetDTO> ProjectToDTO(this global:
 09        {
 10#nullable disable
 011            return global::System.Linq.Queryable.Select(
 012                q,
 013                x => new global::Api.Works.DTOs.TagGetDTO(
 014                    x.Id,
 015                    x.RowVersion,
 016                    x.MetadataAddedAt,
 017                    x.MetadataUpdatedAt,
 018                    x.TagType,
 019                    x.TagName
 020                )
 021            );
 22#nullable enable
 023        }
 24    }
 25}