< Summary

Information
Class: MRA.Infrastructure.Exceptions.Excel.ExcelTableNotFoundException
Assembly: MRA.Infrastructure
File(s): D:\a\MiguelRomerART\MiguelRomerART\MRA.Infrastructure\Exceptions\Excel\ExcelTableNotFoundException.cs
Line coverage
0%
Covered lines: 0
Uncovered lines: 2
Coverable lines: 2
Total lines: 9
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
.ctor(...)100%210%

File(s)

D:\a\MiguelRomerART\MiguelRomerART\MRA.Infrastructure\Exceptions\Excel\ExcelTableNotFoundException.cs

#LineLine coverage
 1namespace MRA.Infrastructure.Exceptions.Excel;
 2
 3public class ExcelTableNotFoundException : Exception
 4{
 5    public ExcelTableNotFoundException(string message)
 06        : base(message)
 7    {
 08    }
 9}

Methods/Properties

.ctor(System.String)