< Summary

Information
Class: MRA.WebApi.Models.Responses.CheckAzurePathResponse
Assembly: MRA.WebApi
File(s): D:\a\MiguelRomerART\MiguelRomerART\MRA.WebApi\Models\Responses\CheckAzurePathResponse.cs
Line coverage
0%
Covered lines: 0
Uncovered lines: 4
Coverable lines: 4
Total lines: 10
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
get_Existe()100%210%
get_Url()100%210%
get_UrlThumbnail()100%210%
get_PathThumbnail()100%210%

File(s)

D:\a\MiguelRomerART\MiguelRomerART\MRA.WebApi\Models\Responses\CheckAzurePathResponse.cs

#LineLine coverage
 1namespace MRA.WebApi.Models.Responses
 2{
 3    public class CheckAzurePathResponse
 4    {
 05        public bool Existe { get; set; }
 06        public string Url { get; set; }
 07        public string UrlThumbnail { get; set; }
 08        public string PathThumbnail { get; set; }
 9    }
 10}